/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}

.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%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.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(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.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}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
	user-select: none;
}

.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 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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 {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
.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;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	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;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.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;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */
@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
/* line 221, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
/* line 231, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
/* line 245, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
/* line 266, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
/* line 279, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
/* line 289, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
/* line 301, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
/* line 310, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
/* line 322, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
/* line 330, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
/* line 339, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
/* line 348, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
/* line 357, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
/* line 366, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
/* line 374, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 382, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
/* line 397, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
/* line 405, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
/* line 416, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
/* line 424, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
/* line 433, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
/* line 441, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
/* line 464, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
/* line 478, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
/* line 489, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
/* line 502, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
/* line 514, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
/* line 523, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
/* line 534, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
/* line 546, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
/* line 558, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
/* line 568, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
/* line 579, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
/* line 600, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
/* line 609, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
/* line 618, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
/* line 629, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
*,
*::before,
[data-status-name],
*::after {
  box-sizing: inherit;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
select {
  width: 100%;
  border-radius: 3px;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row[data-status-name], .row::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  /* line 58, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.3333333333%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.6666666667%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.3333333333%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.6666666667%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.3333333333%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.6666666667%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.3333333333%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.6666666667%;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-3 {
    width: 25%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-6 {
    width: 50%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-9 {
    width: 75%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 95, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-12 {
    width: 100%;
  }
  /* line 103, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse .row, .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncentered,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 299, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem;
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }
  /* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }
  /* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }
  /* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }
  /* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }
  /* line 309, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}

/* line 317, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a {
  color: #EC661E;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

/* line 323, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #d35512;
}

/* line 331, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 385, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

/* line 397, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

/* line 409, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
cite:before, cite[data-status-name] {
  content: '\2014 \0020';
}

/* line 415, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-center, .analyze-status-container {
  text-align: center;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-justify {
    text-align: justify;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 26, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 32, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 42, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
    content: '';
  }
  /* line 47, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 66, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 74, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 197, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #EC661E;
  color: #fefefe;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #d05412;
  color: #fefefe;
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.primary {
  background-color: #EC661E;
  color: #fefefe;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #c44f11;
  color: #fefefe;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.prime {
  background-color: #F09869;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.prime:hover, .button.prime:focus {
  background-color: #ea6d2a;
  color: #878790;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.secondary {
  background-color: #EAEDF1;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #b1bccb;
  color: #878790;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.success {
  background-color: #04D29D;
  color: #fefefe;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #03a87e;
  color: #fefefe;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.warning {
  background-color: #FF8937;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #f86600;
  color: #878790;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.supernova {
  background-color: #FFC700;
  color: #fefefe;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.supernova:hover, .button.supernova:focus {
  background-color: #cc9f00;
  color: #fefefe;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.alert {
  background-color: #F04E54;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #eb141c;
  color: #878790;
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #EC661E;
  color: #EC661E;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #7b320a;
  color: #7b320a;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #EC661E;
  color: #EC661E;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #7b320a;
  color: #7b320a;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.prime {
  border: 1px solid #F09869;
  color: #F09869;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.prime:hover, .button.hollow.prime:focus {
  border-color: #9d4110;
  color: #9d4110;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #EAEDF1;
  color: #EAEDF1;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #5f738f;
  color: #5f738f;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #04D29D;
  color: #04D29D;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #02694f;
  color: #02694f;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #FF8937;
  color: #FF8937;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #9b4000;
  color: #9b4000;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.supernova {
  border: 1px solid #FFC700;
  color: #FFC700;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.supernova:hover, .button.hollow.supernova:focus {
  border-color: #806400;
  color: #806400;
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #F04E54;
  color: #F04E54;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #930c11;
  color: #930c11;
}

/* line 242, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #EC661E;
  color: #fefefe;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

/* line 259, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #E6E6E6;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: none;
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #b3b3b3;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 1px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #F1FAFD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #E6E6E6;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(240, 78, 84, 0.1);
  border-color: #F04E54;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #F04E54;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #F04E54;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  /* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge-only {
    display: none !important;
  }
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 107, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 107, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix[data-status-name], .clearfix::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #EC661E;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title::before, .accordion-title[data-status-name] {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before, .is-active > .accordion-title[data-status-name] {
  content: '–';
}

/* line 126, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #EC661E transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #EC661E;
  color: #fefefe;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.prime {
  background: #F09869;
  color: #0a0a0a;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #EAEDF1;
  color: #0a0a0a;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #04D29D;
  color: #fefefe;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #FF8937;
  color: #0a0a0a;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.supernova {
  background: #FFC700;
  color: #fefefe;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #F04E54;
  color: #0a0a0a;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs[data-status-name], .breadcrumbs::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #EC661E;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group[data-status-name], .button-group::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .expanded[data-status-name], .button-group.expanded::after {
  display: none;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #EC661E;
  color: #fefefe;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #c44f11;
  color: #fefefe;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.prime .button {
  background-color: #F09869;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.prime .button:hover, .button-group.prime .button:focus {
  background-color: #ea6d2a;
  color: #878790;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #EAEDF1;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #b1bccb;
  color: #878790;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #04D29D;
  color: #fefefe;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #03a87e;
  color: #fefefe;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #FF8937;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #f86600;
  color: #878790;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.supernova .button {
  background-color: #FFC700;
  color: #fefefe;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.supernova .button:hover, .button-group.supernova .button:focus {
  background-color: #cc9f00;
  color: #fefefe;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #F04E54;
  color: #878790;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #eb141c;
  color: #878790;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  /* line 125, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  /* line 125, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 184, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 188, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #fce8dd;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.prime {
  background-color: #fdf0e9;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #fcfcfd;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #d3fef3;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #ffede1;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.supernova {
  background-color: #fff7d9;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #fde4e5;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #EC661E;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_drilldown.scss */
.js-drilldown-back > a::before, .js-drilldown-back > a[data-status-name] {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #EC661E transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #EC661E transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #EC661E transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #EC661E;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #EC661E transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #EC661E transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #EC661E;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #EC661E transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #EC661E transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #EC661E;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 75em) {
  /* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #EC661E transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  /* line 82, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 87, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #EC661E transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #EC661E;
    border-left-style: solid;
    border-right-width: 0;
  }
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #EC661E transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #EC661E;
  border-left-style: solid;
  border-right-width: 0;
}

/* line 205, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #EC661E;
  color: #fefefe;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.prime {
  background: #F09869;
  color: #0a0a0a;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #EAEDF1;
  color: #0a0a0a;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #04D29D;
  color: #fefefe;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #FF8937;
  color: #0a0a0a;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.supernova {
  background: #FFC700;
  color: #fefefe;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #F04E54;
  color: #0a0a0a;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 89, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  /* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  /* line 120, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-vertical > li {
    display: block;
  }
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::before, .align-right[data-status-name], .menu.align-right::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}

/* line 265, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 192, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}

/* line 200, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  color: #fefefe;
  background: #EC661E;
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

/* line 302, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
}

/* line 311, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
html,
body {
  height: 100%;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner[data-status-name], .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.off-canvas-wrapper-inner::after {
  clear: both;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.is-open-left {
  transform: translateX(250px);
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  /* line 166, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  /* line 166, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 75em) {
  /* line 166, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 170, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  /* line 146, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  max-height: 100%;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
  outline: 0;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination[data-status-name], .pagination::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 3px;
  display: none;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #EC661E;
  color: #fefefe;
  cursor: default;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination-previous a::before, .pagination-previous a[data-status-name],
.pagination-previous.disabled::before,
.disabled[data-status-name] {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #EC661E;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.prime .progress-meter {
  background-color: #F09869;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #EAEDF1;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #04D29D;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #FF8937;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.supernova .progress-meter {
  background-color: #FFC700;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #F04E54;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #EC661E;
  border-radius: 3px;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #EC661E;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 3px;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #d05412;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  /* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column,
.reveal .columns {
  min-width: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  /* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 142, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  /* line 155, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 156, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  /* line 157, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem;
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch-input {
  opacity: 0;
  position: absolute;
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 3px;
  color: inherit;
  font-weight: inherit;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle::after {
  background: #fefefe;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #EC661E;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 0px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead,
tfoot {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  /* line 188, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 193, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 197, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  /* line 203, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table.hover tr:hover {
  background-color: #f9f9f9;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs[data-status-name], .tabs::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #EC661E;
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #e95e14;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #fefefe;
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 3px;
  margin-bottom: 1rem;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(236, 102, 30, 0.5);
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar[data-status-name], .title-bar::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before, .tooltip[data-status-name] {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before, .top[data-status-name] {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before, .left[data-status-name] {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before, .right[data-status-name] {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar[data-status-name], .top-bar::after {
  content: ' ';
  display: table;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #fefefe;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  /* line 110, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, app/assets/stylesheets/frontend/vendors/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 18, app/assets/stylesheets/frontend/vendors/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 23, app/assets/stylesheets/frontend/vendors/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 28, app/assets/stylesheets/frontend/vendors/_animate.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 92, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 119, app/assets/stylesheets/frontend/vendors/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 160, app/assets/stylesheets/frontend/vendors/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 239, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 278, app/assets/stylesheets/frontend/vendors/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 347, app/assets/stylesheets/frontend/vendors/_animate.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 408, app/assets/stylesheets/frontend/vendors/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 469, app/assets/stylesheets/frontend/vendors/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 550, app/assets/stylesheets/frontend/vendors/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 639, app/assets/stylesheets/frontend/vendors/_animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 726, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 799, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 872, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 945, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1018, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1061, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1104, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1137, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1170, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1213, app/assets/stylesheets/frontend/vendors/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1238, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1271, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1304, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1337, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1370, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1403, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1436, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1469, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1502, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1527, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1556, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1585, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1614, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1643, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1672, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1701, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1730, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1759, app/assets/stylesheets/frontend/vendors/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1838, app/assets/stylesheets/frontend/vendors/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1911, app/assets/stylesheets/frontend/vendors/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1984, app/assets/stylesheets/frontend/vendors/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2029, app/assets/stylesheets/frontend/vendors/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2074, app/assets/stylesheets/frontend/vendors/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2133, app/assets/stylesheets/frontend/vendors/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2164, app/assets/stylesheets/frontend/vendors/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2207, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2248, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2289, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2330, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2371, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2408, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2445, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2482, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2519, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2556, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2629, app/assets/stylesheets/frontend/vendors/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2664, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2695, app/assets/stylesheets/frontend/vendors/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2724, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2765, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2806, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2847, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2888, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 2925, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2970, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 3007, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 3044, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3089, app/assets/stylesheets/frontend/vendors/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3120, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideInDown, .slide-in-down-enter-active, .slide-in-down-leave-active {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3151, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3182, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3213, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3244, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3275, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3306, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3337, app/assets/stylesheets/frontend/vendors/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange {
  position: relative;
}

/* line 4, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange * {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange div, .daterange span, .daterange ul, .daterange li {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 12, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange ul {
  list-style: none;
}

/* line 15, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange.dr-active {
  z-index: 10;
}

/* line 18, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input {
  -js-display: flex;
  display: flex;
  border: 1px solid #C3CACD;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 40px;
}

/* line 29, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input:hover {
  border-color: #EC661E;
}

/* line 32, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input.dr-active {
  box-shadow: 0 0 0 3px rgba(236, 102, 30, 0.4);
  border-color: #EC661E;
}

/* line 36, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-dates {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.5rem 0 0.75rem;
  min-width: calc(100% - 35px);
}

/* line 44, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-dates .dr-date {
  font-size: 0.875rem;
  padding: 0.65625rem 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
}

/* line 53, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-dates .dr-date:hover, .daterange .dr-input .dr-dates .dr-date:focus, .daterange .dr-input .dr-dates .dr-date.dr-active {
  color: #EC661E;
}

/* line 56, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-dates .dr-date:empty:after {
  content: attr(placeholder);
  color: #9BA3A7;
}

/* line 61, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-dates .dr-dates-dash {
  color: #9BA3A7;
  padding: 0 10px;
  flex-grow: 0;
  font-weight: 600;
}

/* line 68, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets {
  width: 2.1875rem;
  border-left: 1px solid #C3CACD;
  flex-shrink: 0;
  cursor: pointer;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

/* line 80, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets:hover, .daterange .dr-input .dr-presets.dr-active {
  border-color: #EC661E;
  box-shadow: inset 0 2px 3px #EBF1F4;
}

/* line 84, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets:hover .dr-preset-bar, .daterange .dr-input .dr-presets.dr-active .dr-preset-bar {
  background-color: #EC661E;
}

/* line 88, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets .dr-preset-bar {
  height: 2px;
  background-color: #C3CACD;
  margin: 1px 0 1px 25%;
}

/* line 93, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets .dr-preset-bar:nth-child(1) {
  width: 50%;
}

/* line 96, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets .dr-preset-bar:nth-child(2) {
  width: 40%;
}

/* line 99, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-input .dr-presets .dr-preset-bar:nth-child(3) {
  width: 30%;
}

/* line 106, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections {
  position: absolute;
}

/* line 109, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar {
  background-color: #FFFFFF;
  font-size: 0.9375rem;
  box-shadow: 0 0 5px #C3CACD;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  padding-top: 5px;
  top: -5px;
  left: 4px;
  transition: width .2s;
  min-width: 210px;
}

/* line 123, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-calendar-footer {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

/* line 127, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-calendar-footer button {
  padding: 0 6px;
  border: 1px solid rgba(195, 202, 205, 0.5);
  border-radius: 5px;
  height: 1.5625rem;
}

/* line 135, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0.5rem;
  font-size: 0.875rem;
}

/* line 142, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(195, 202, 205, 0.5);
  border-radius: 5px;
  height: 1.5625rem;
}

/* line 151, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i {
  color: #C3CACD;
  position: relative;
  top: -1px;
  cursor: pointer;
  font-size: 0.75rem;
  height: 100%;
  width: 20px;
}

/* line 160, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:hover:before, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher [data-status-name]:hover, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:hover:after {
  background-color: #EC661E;
}

/* line 163, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-disabled {
  pointer-events: none;
  opacity: 0;
}

/* line 167, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:before, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i[data-status-name], .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #C3CACD;
  border-radius: 1px;
  left: 50%;
}

/* line 176, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-left:before, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher .dr-left[data-status-name] {
  top: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 180, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-left:after {
  top: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 184, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-right:before, .daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher .dr-right[data-status-name] {
  top: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 188, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-switcher i.dr-right:after {
  top: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 194, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-month-switcher {
  width: 100%;
  margin-right: 0.375rem;
}

/* line 198, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-range-switcher .dr-year-switcher {
  min-width: 80px;
}

/* line 202, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-days-of-week-list {
  -js-display: flex;
  display: flex;
  background-color: #EBF1F4;
  font-size: 0.625rem;
  color: #9BA3A7;
  padding: 0.3125rem 0;
  border: 1px solid rgba(195, 202, 205, 0.5);
  border-left: none;
  border-right: none;
}

/* line 213, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-days-of-week-list .dr-day-of-week {
  width: calc(100% / 7);
  text-align: center;
}

/* line 218, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
}

/* line 224, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-day {
  padding: 0.3125rem;
  text-align: center;
  width: calc(100% / 7);
  cursor: pointer;
  color: #4f565c;
}

/* line 231, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-day.dr-hover:not(.dr-current) {
  background-color: #EBF1F4 !important;
}

/* line 234, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-day.dr-hover-before {
  border-left: 2px solid #EC661E !important;
  border-radius: 2px 0 0 2px;
  padding-left: 0.1875rem !important;
}

/* line 239, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-day.dr-hover-after {
  border-right: 2px solid #EC661E !important;
  border-radius: 0 2px 2px 0;
  padding-right: 0.1875rem !important;
}

/* line 245, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-selected, .daterange .dr-selections .dr-calendar .dr-day-list .dr-start, .daterange .dr-selections .dr-calendar .dr-day-list .dr-end {
  background-color: #EBF1F4;
}

/* line 248, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-maybe {
  background-color: #EBF1F4 !important;
}

/* line 251, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-fade {
  color: #C3CACD;
}

/* line 254, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-start {
  border-left: 2px solid #EC661E;
  border-radius: 2px 0 0 2px;
  padding-left: 0.1875rem;
}

/* line 259, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-end {
  border-right: 2px solid #EC661E;
  border-radius: 0 2px 2px 0;
  padding-right: 0.1875rem;
}

/* line 264, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-current {
  color: #EC661E !important;
  background-color: rgba(236, 102, 30, 0.2) !important;
}

/* line 268, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-outside {
  pointer-events: none;
  cursor: default;
  color: rgba(195, 202, 205, 0.5);
}

/* line 276, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-preset-list {
  background-color: #FFFFFF;
  color: #445055;
  font-size: 0.9375rem;
  box-shadow: 0 0 5px #C3CACD;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  padding-top: 5px;
  top: -5px;
  left: 4px;
  width: 100%;
}

/* line 290, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-list-item {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  padding: 0.75rem 0.625rem;
  border-bottom: 1px solid #EBF1F4;
  cursor: pointer;
  white-space: nowrap;
}

/* line 299, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-list-item:hover {
  background-color: #EBF1F4;
}

/* line 302, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange .dr-selections .dr-list-item .dr-item-aside {
  color: #9BA3A7;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  position: relative;
  top: -1px;
}

/* line 315, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange--single .dr-input {
  cursor: text;
}

/* line 318, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange--single .dr-input .dr-dates {
  padding: 0;
  min-width: 160px;
  width: 100%;
}

/* line 323, app/assets/stylesheets/frontend/vendors/_daterange.scss */
.daterange--single .dr-input .dr-dates .dr-date {
  width: 100%;
  padding: 0.65625rem 0.75rem;
  text-align: left;
  color: #4f565c;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial,sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

/* line 17, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial,sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

/* line 31, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}

/* line 32, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper.single-date {
  width: auto;
}

/* line 35, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

/* line 36, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

/* line 37, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

/* line 42, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

/* line 47, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

/* line 52, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

/* line 56, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

/* line 66, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

/* line 71, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

/* line 76, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

/* line 85, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

/* line 94, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

/* line 100, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

/* line 104, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

/* line 112, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

/* line 113, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .time label {
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

/* line 125, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

/* line 128, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

/* line 129, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

/* line 133, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper table .caption {
  height: 40px;
}

/* line 137, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

/* line 149, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

/* line 164, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

/* line 166, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

/* line 167, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

/* line 168, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* line 169, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

/* line 170, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

/* line 172, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .selected-days {
  display: none;
}

/* line 176, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

/* line 182, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}

/* line 183, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

/* line 184, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

/* line 186, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

/* line 187, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

/* line 189, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

/* line 190, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

/* line 192, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}

/* line 213, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

/*time styling*/
/* line 224, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .time {
  position: relative;
}

/* line 227, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper.single-month .time {
  display: block;
}

/* line 229, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

/* line 236, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .time1, .time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/* line 241, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .time1 {
  float: left;
}

/* line 244, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .time2 {
  float: right;
}

/* line 247, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .hour, .minute {
  text-align: right;
}

/* line 250, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .hide {
  display: none;
}

/* line 254, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important;
}

/* line 255, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

/* line 256, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

/* line 262, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

/* line 265, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

/* line 267, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/frontend/vendors/_daterangepicker.css */
.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}

/* perfect-scrollbar v0.6.13 */
/* line 2, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  /* line 8, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 11, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
  .ps-container {
    overflow: auto !important;
  }
}

/* line 13, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

/* line 17, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 20, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

/* line 23, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 26, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

/* line 29, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

/* line 41, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

/* line 57, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

/* line 59, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}

/* line 71, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

/* line 87, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}

/* line 89, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 92, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

/* line 95, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 98, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

/* line 101, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

/* line 104, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

/* line 107, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

/* line 109, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

/* line 112, app/assets/stylesheets/frontend/vendors/_perfect-scrollbar.css */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtUi {
  color: #333;
  position: relative;
}

/* line 6, app/assets/stylesheets/frontend/vendors/_pivot.scss */
table.pvtTable {
  font-size: 8pt;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/frontend/vendors/_pivot.scss */
table.pvtTable thead tr th, table.pvtTable tbody tr th {
  background-color: #ECEFF6;
  border: 1px solid #CDCDCD;
  font-size: 8pt;
  padding: 5px;
}

/* line 19, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtUnused {
  display: flex;
  border: 0;
}

/* line 24, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtTable thead tr {
  border: none;
}

/* line 28, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAttrDropdown {
  display: none;
}

/* line 32, app/assets/stylesheets/frontend/vendors/_pivot.scss */
table.pvtTable .pvtColLabel {
  text-align: center;
}

/* line 33, app/assets/stylesheets/frontend/vendors/_pivot.scss */
table.pvtTable .pvtTotalLabel {
  text-align: right;
}

/* line 35, app/assets/stylesheets/frontend/vendors/_pivot.scss */
table.pvtTable tbody tr td {
  color: #3D3D3D;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  vertical-align: top;
  text-align: right;
}

/* line 44, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtTotal, .pvtGrandTotal {
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtVals {
  text-align: center;
  width: 15%;
}

/* line 50, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAggregator {
  margin-bottom: 5px;
  margin-right: 20%;
  width: 60%;
  border-radius: 0;
  color: #9096A4;
  border: 1px solid #9096A4;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  padding-right: 8px;
}

/* line 63, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAggregator:hover {
  cursor: pointer;
  color: #1CB4E4;
  border: 1px solid #1CB4E4;
}

/* line 68, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtUiCell {
  background: #fafafc;
}

/* line 71, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtRenderer {
  border-radius: 0;
  border: 1px solid #9096A4;
  color: #9096A4;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}

/* line 80, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtRenderer:hover {
  cursor: pointer;
  color: #1CB4E4;
  border: 1px solid #1CB4E4;
}

/* line 86, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer, .pvtVals {
  border: 1px solid #E6E6E6;
  background: #fafafc;
  padding: 5px;
  min-width: 20px;
  min-height: 20px;
}

/* line 93, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer li {
  padding: 8px 6px;
  list-style-type: none;
  cursor: move;
}

/* line 98, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer li.pvtPlaceholder {
  -webkit-border-radius: 5px;
  padding: 3px 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #aaa;
}

/* line 106, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer li span.pvtAttr {
  -webkit-text-size-adjust: 100%;
  border: 1px solid #9096A4;
  color: #9096A4;
  padding: 2px 5px;
  white-space: nowrap;
  display: flex;
  font-size: small;
  width: 10vw;
  overflow: auto;
  justify-content: space-between;
}

/* line 119, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer li span.pvtAttr:hover {
  color: #1CB4E4;
  border: 1px solid #1CB4E4;
}

/* line 124, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtTriangle {
  cursor: pointer;
  color: inherit;
  width: 15%;
  text-align: end;
  position: relative;
}

/* line 132, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtTriangle:hover {
  cursor: pointer;
  color: #1CB4E4;
}

/* line 137, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtHorizList li {
  display: inline;
}

/* line 138, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtVertList {
  vertical-align: top;
}

/* line 140, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilteredAttribute {
  font-style: italic;
}

/* line 142, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox {
  z-index: 100;
  width: 25vw;
  border: 1px solid #CDCDCD;
  background-color: #fff;
  position: absolute;
  padding: 20px;
  text-align: center;
}

/* line 152, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox h4 {
  margin: 0;
}

/* line 153, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox p {
  margin: 1em auto;
}

/* line 154, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox label {
  font-weight: normal;
}

/* line 155, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox input[type='checkbox'] {
  margin-right: 5px;
}

/* line 157, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer {
  text-align: left;
  overflow-y: scroll;
  border: 1px solid gray;
  width: 100%;
  max-height: 200px;
}

/* line 164, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 167, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer::-webkit-scrollbar:vertical {
  width: 11px;
}

/* line 170, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 175, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer p {
  margin: 5px;
}

/* line 181, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtCheckContainer input[type="checkbox"]:not(:checked), .pvtCheckContainer input[type="checkbox"]:checked {
  background-color: transparent;
  position: static;
}

/* line 188, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtRendererArea {
  padding: 0;
}

/* line 190, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox h4 {
  color: #9096A4;
  font-size: medium;
}

/* line 195, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox h4 .count {
  display: none;
}

/* line 199, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox p button {
  border-radius: 0;
  border: 1px solid #9096A4;
  color: #9096A4;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  padding: 3px 5px;
  margin: 3px;
}

/* line 210, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtFilterBox p button:hover {
  cursor: pointer;
  color: #1CB4E4;
  border: 1px solid #1CB4E4;
}

/* line 216, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtMenu {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}

/* line 222, app/assets/stylesheets/frontend/vendors/_pivot.scss */
#output {
  display: block;
  width: 100%;
  overflow: scroll;
}

/* line 228, app/assets/stylesheets/frontend/vendors/_pivot.scss */
td.pvtAxisContainer.pvtRows.pvtUiCell.ui-sortable {
  min-width: 10vw;
  min-height: 50vh;
}

/* line 232, app/assets/stylesheets/frontend/vendors/_pivot.scss */
td.pvtRendererArea {
  height: 100vh;
  width: 67.5vw;
}

/* line 237, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtMenu > * {
  margin: 2px;
}

/* line 241, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtUnused {
  overflow-x: scroll;
  width: 67.5vw;
}

/* line 246, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtUnused li {
  margin: 1px;
  width: 20%;
}

/* line 251, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer li span.pvtAttr {
  width: 100%;
}

/* line 254, app/assets/stylesheets/frontend/vendors/_pivot.scss */
td.pvtAxisContainer.pvtHorizList.pvtCols.pvtUiCell.ui-sortable {
  display: flex;
  height: 70px;
}

/* line 258, app/assets/stylesheets/frontend/vendors/_pivot.scss */
table.pvtTable td, table.pvt th {
  white-space: nowrap;
}

/* line 261, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtMenuBtn {
  border: 0;
  padding: 8px;
  font-size: 16px;
}

/* line 266, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  border: none;
}

/* line 272, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.report-pivot-table {
  z-index: 1;
}

/* The Modal (background) */
/* line 277, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
/* line 291, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c83838;
  background-color: #f8afaf;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #c83838;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* line 303, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.modal-content p {
  margin: 0;
}

/* line 306, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer.pvtUnused.pvtUiCell.pvtVertList.ui-sortable {
  max-width: 12.5vw;
  display: flex;
  flex-direction: column;
}

/* line 312, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtAxisContainer.pvtUnused.pvtUiCell.pvtVertList.ui-sortable li {
  width: 100%;
}

/* line 315, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtTable th[rowspan] {
  position: relative;
}

/* line 319, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.pvtTable th[rowspan]:before, .pvtTable [rowspan][data-status-name] {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

/* line 330, app/assets/stylesheets/frontend/vendors/_pivot.scss */
.report-content table.pvtTable {
  width: 100%;
  margin: 0 auto;
  font-size: 8pt;
  border-collapse: collapse;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider,
.rangeslider__fill {
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider {
  background: #e6e6e6;
  position: relative;
}

/* line 11, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--horizontal {
  height: 10px;
  width: 100%;
  margin-top: 7px;
  padding-right: 20px;
}

/* line 18, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

/* line 24, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 29, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider__fill {
  background: #EC661E;
  position: absolute;
}

/* line 33, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

/* line 37, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

/* line 42, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider__handle {
  background: white;
  border: 1px solid #DDDBD9;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 54, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 69, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider__handle:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

/* line 77, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--horizontal .rangeslider__handle {
  top: -5px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

/* line 82, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

/* line 88, app/assets/stylesheets/frontend/vendors/_rangeslider.css */
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-results {
  display: block;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

/* line 19, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  /* line 35, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

/* line 41, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

/* line 52, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

/* line 63, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert fieldset {
  border: none;
  position: relative;
}

/* line 66, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

/* line 75, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

/* line 80, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

/* line 90, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-error-container p {
  display: inline-block;
}

/* line 92, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 105, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error[data-status-name], .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

/* line 116, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error[data-status-name] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 119, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 122, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 126, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 140, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

/* line 144, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 147, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 150, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

/* line 153, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

/* line 155, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

/* line 157, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

/* line 159, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert.show-input input {
  display: block;
}

/* line 161, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

/* line 164, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

/* line 172, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* line 187, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button:hover {
  background-color: #7ecff4;
}

/* line 189, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button:active {
  background-color: #5dc2f1;
}

/* line 191, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

/* line 193, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

/* line 195, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

/* line 197, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

/* line 199, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

/* line 202, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button.confirm[disabled] {
  color: transparent;
}

/* line 204, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* line 208, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert button::-moz-focus-inner {
  border: 0;
}

/* line 210, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 212, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

/* line 214, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

/* line 225, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

/* line 227, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

/* line 230, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

/* line 238, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

/* line 242, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

/* line 246, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

/* line 248, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

/* line 258, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

/* line 268, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

/* line 270, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-info::before, .sweet-alert .sa-info[data-status-name] {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

/* line 280, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

/* line 289, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

/* line 291, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-success[data-status-name], .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 302, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-success[data-status-name] {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

/* line 311, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

/* line 320, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

/* line 332, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 342, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

/* line 349, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 355, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 361, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}

/* line 463, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

/* line 467, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

/* line 471, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

/* line 475, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

/* line 479, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

/* line 483, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

/* line 487, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

/* line 491, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 603, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

/* line 607, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

/* line 611, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 635, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

/* line 681, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}

/* line 697, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}

/* line 713, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/* line 733, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

/* line 736, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
/* line 740, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

/* line 743, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

/* line 746, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
/* line 754, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 761, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

/* line 766, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-dark {
  color: #333;
}

/* line 769, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

/* line 775, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall {
  width: 54px;
  height: 18px;
}

/* line 779, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

/* line 790, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

/* line 796, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

/* line 802, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

/* line 808, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

/* line 812, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

/* line 817, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

/* line 821, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

/* line 826, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

/* line 830, app/assets/stylesheets/frontend/vendors/_sweetalert.css */
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

/* surrounding tag container */
/* line 2, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor {
  list-style-type: none;
  padding: 0 5px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: text;
  font: normal 14px sans-serif;
  color: #555;
  background: #fff;
  line-height: 42px;
  height: 42px;
}

/* core styles usually need no change */
/* line 8, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 6px 0;
  line-height: 27px;
}

/* line 9, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor div {
  float: left;
  padding: 0 4px;
}

/* line 10, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .placeholder {
  padding: 0 8px;
  color: #bbb;
}

/* line 11, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-spacer {
  padding: 0;
  width: 8px;
  overflow: hidden;
  color: transparent;
  background: none;
}

/* line 12, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor input {
  vertical-align: inherit;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: none;
  color: #444;
  line-height: 27px !important;
  height: 27px !important;
  border: none !important;
  box-shadow: none !important;
}

/* hide original input field or textarea visually to allow tab navigation */
/* line 21, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px;
}

/* hide IE10 "clear field" X */
/* line 23, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor ::-ms-clear {
  display: none;
}

/* tag style */
/* line 26, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-tag {
  padding-left: 5px;
  color: #9399A8;
  background: #ECEFF6;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}

/* delete icon */
/* line 32, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-delete {
  background: #e0eaf1;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  padding-left: 3px;
  padding-right: 4px;
}

/* line 33, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-delete i {
  line-height: 18px;
  display: inline-block;
}

/* line 34, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-delete i:before, .tag-editor .tag-editor-delete i[data-status-name] {
  font-size: 16px;
  color: #8ba7ba;
  content: "×";
  font-style: normal;
}

/* line 35, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-delete:hover i:before, .tag-editor .tag-editor-delete:hover i[data-status-name] {
  color: #d65454;
}

/* line 36, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-tag.active + .tag-editor-delete, .tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  visibility: hidden;
  cursor: text;
}

/* line 38, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.tag-editor .tag-editor-tag.active {
  background: none !important;
}

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
/* line 41, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  font-size: 14px;
}

/* line 42, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-front {
  z-index: 9999;
}

/* line 43, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 44, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.4;
  min-height: 0;
  /* support: IE7 */
}

/* line 45, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-widget-content {
  background: #fff;
  color: #555;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-widget-content a {
  color: #ECEFF6;
}

/* line 47, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.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 {
  background: #e0eaf1;
}

/* line 48, app/assets/stylesheets/frontend/vendors/_tagsinput.css */
.ui-helper-hidden-accessible {
  display: none;
}

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
/* line 60, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button {
  position: relative;
}

/* Spinner animation */
/* line 66, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* Button label */
/* line 79, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

/* Progress bar */
/* line 85, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

/* line 98, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

/*************************************
 * EASING
 */
/* line 108, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

/* line 114, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/*************************************
 * EXPAND LEFT
 */
/* line 129, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

/* line 133, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}

/* line 138, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

/* line 141, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

/*************************************
 * EXPAND RIGHT
 */
/* line 158, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

/* line 162, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

/* line 167, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

/* line 170, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 174, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

/*************************************
 * EXPAND UP
 */
/* line 186, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

/* line 189, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

/* line 195, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

/* line 198, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

/* line 204, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

/* line 208, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

/*************************************
 * EXPAND DOWN
 */
/* line 220, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

/* line 223, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

/* line 229, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

/* line 234, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

/* line 237, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 241, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

/*************************************
 * SLIDE LEFT
 */
/* line 252, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

/* line 255, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

/* line 258, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

/* line 264, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

/* line 268, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE RIGHT
 */
/* line 279, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

/* line 282, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

/* line 285, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

/* line 292, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

/* line 296, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE UP
 */
/* line 307, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

/* line 310, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

/* line 313, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

/* line 320, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

/* line 324, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * SLIDE DOWN
 */
/* line 335, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

/* line 341, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

/* line 348, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

/* line 352, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * ZOOM-OUT
 */
/* line 364, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

/* line 367, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

/* line 373, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

/* line 378, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 383, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * ZOOM-IN
 */
/* line 395, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

/* line 398, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

/* line 404, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

/* line 409, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

/* line 414, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * CONTRACT
 */
/* line 426, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

/* line 430, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

/* line 435, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

/* line 439, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

/* line 442, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * OVERLAY
 */
/* line 452, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

/* line 458, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

/* line 463, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

/* line 470, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

/* line 473, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

/*!
 * Ladda including the default theme.
 */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
 */
/*************************************
 * CONFIG
 */
/*************************************
 * MIXINS
 */
/*************************************
 * BUTTON BASE
 */
/* line 60, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button {
  position: relative;
}

/* Spinner animation */
/* line 66, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* Button label */
/* line 79, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

/* Progress bar */
/* line 85, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

/* line 98, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

/*************************************
 * EASING
 */
/* line 108, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

/* line 114, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/*************************************
 * EXPAND LEFT
 */
/* line 129, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

/* line 133, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}

/* line 138, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

/* line 141, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 145, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

/*************************************
 * EXPAND RIGHT
 */
/* line 158, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

/* line 162, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

/* line 167, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

/* line 170, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 174, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

/*************************************
 * EXPAND UP
 */
/* line 186, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

/* line 189, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

/* line 195, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

/* line 198, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

/* line 204, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

/* line 208, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

/*************************************
 * EXPAND DOWN
 */
/* line 220, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

/* line 223, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

/* line 229, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

/* line 234, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

/* line 237, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 241, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

/*************************************
 * SLIDE LEFT
 */
/* line 252, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

/* line 255, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

/* line 258, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

/* line 264, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

/* line 268, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE RIGHT
 */
/* line 279, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

/* line 282, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

/* line 285, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

/* line 292, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

/* line 296, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/*************************************
 * SLIDE UP
 */
/* line 307, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

/* line 310, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

/* line 313, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

/* line 320, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

/* line 324, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * SLIDE DOWN
 */
/* line 335, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

/* line 341, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

/* line 348, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

/* line 352, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/*************************************
 * ZOOM-OUT
 */
/* line 364, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

/* line 367, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

/* line 373, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

/* line 378, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 383, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * ZOOM-IN
 */
/* line 395, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

/* line 398, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

/* line 404, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

/* line 409, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

/* line 414, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*************************************
 * CONTRACT
 */
/* line 426, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

/* line 430, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

/* line 435, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

/* line 439, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

/* line 442, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * OVERLAY
 */
/* line 452, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0);
}

/* line 458, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

/* line 463, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

/* line 470, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

/* line 473, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

/*************************************
 * CONFIG
 */
/*************************************
 * BUTTON THEME
 */
/* line 22, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button {
  background: #666;
  border: 0;
  padding: 7px 16px;
  font-size: 15px;
  line-height: 17px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 38, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button:hover {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=green] {
  background: #04D29D;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=green]:hover {
  background-color: #04ebb0;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=blue] {
  background: #EC661E;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=blue]:hover {
  background-color: #ee7636;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=red] {
  background: #F04E54;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=red]:hover {
  background-color: #f2666b;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=purple] {
  background: #E61E59;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=purple]:hover {
  background-color: #e9356a;
}

/* line 46, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=mint] {
  background: #16a085;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_ladda.scss */
.ladda-button[data-color=mint]:hover {
  background-color: #19b698;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[disabled], .ladda-button[data-loading] {
  opacity: 1;
  background: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
  color: #04D29D;
}

/* line 56, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
  cursor: default;
  background-color: #cacaca;
}

/* line 62, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[data-size=xs] {
  padding: 4px 8px;
}

/* line 65, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[data-size=xs] .ladda-label {
  font-size: 0.7em;
}

/* line 70, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[data-size=s] {
  padding: 6px 10px;
}

/* line 73, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[data-size=s] .ladda-label {
  font-size: 0.9em;
}

/* line 78, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[data-size=l] .ladda-label {
  font-size: 1.2em;
}

/* line 82, app/assets/stylesheets/frontend/vendors/_ladda-themed.scss */
.ladda-button[data-size=xl] .ladda-label {
  font-size: 1.5em;
}

/* Set these values before importing optiscroll.scss 
 * to override the defaults
 */
/**************************************
 *  Optiscroll container base style
 */
/* line 18, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll {
  position: relative;
  overflow: auto;
}

/* line 22, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll.is-enabled {
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/**************************************
 *  Optiscroll scrollbars base style
 */
/* line 41, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-v,
.optiscroll-h {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  user-select: none;
}

/* line 48, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-v {
  right: 0;
}

/* line 49, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-h {
  bottom: 0;
}

/* line 51, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll.has-vtrack > .optiscroll-v,
.optiscroll.has-htrack > .optiscroll-h {
  visibility: visible;
}

/**************************************
 *  Optiscroll tracks base style
 */
/* line 60, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-vtrack,
.optiscroll-htrack {
  display: block;
  position: absolute;
  opacity: 1;
  transform: translate(0%, 0%);
  transition: height 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  box-sizing: border-box;
}

/**************************************
 *  Prevent parent scroll
 *  even when content is not longer enough.
 */
/**************************************
 *  DEFAULT STYLE
 **************************************/
/***
   ***  Scrollbars style  ***/
/* line 114, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-v {
  top: 4px;
  bottom: 4px;
  width: 0;
}

/* line 120, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-h {
  left: 4px;
  right: 4px;
  height: 0;
}

/* Avoid overapping while both scrollbars are enabled */
/* line 127, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll.has-vtrack.has-htrack > .optiscroll-v {
  bottom: 8px;
}

/* line 130, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll.has-vtrack.has-htrack > .optiscroll-h {
  right: 8px;
}

/***
   ***  Tracks style  ***/
/* line 137, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-vtrack,
.optiscroll-htrack {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  box-shadow: 0 0 1px #FFF;
  opacity: 0;
}

/* line 144, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-vtrack {
  width: 3px;
  right: 4px;
}

/* line 149, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll-htrack {
  height: 3px;
  bottom: 4px;
}

/* line 155, app/assets/stylesheets/frontend/vendors/_optiscroll.scss */
.optiscroll:hover > .optiscroll-v .optiscroll-vtrack, .optiscroll:hover > .optiscroll-h .optiscroll-htrack {
  opacity: 1;
}

/* http://compass-style.org/reference/compass/support/ */
@font-face {
  font-family: "Noto Sans";
  src: url(https://d3gm2uafcdxt33.cloudfront.net/assets/noto-sans-latin-400-normal-00dd9ad5810637c687f500cd5baa9463c58d8a622a973308b457f1ba2d8138ce.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans";
  src: url(https://d3gm2uafcdxt33.cloudfront.net/assets/noto-sans-latin-400-italic-929f787665c332b883c03d465193f2eef4548d9e4aeb05c99bb58745f355226b.woff2);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Noto Sans";
  src: url(https://d3gm2uafcdxt33.cloudfront.net/assets/noto-sans-latin-700-normal-46a65ba665a61b19207da71d93e2aa20a8b9e8af44c8781127c01e2335822333.woff2);
  font-weight: bold;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 9, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
::-moz-selection {
  background: #EC661E;
  color: #fff;
  text-shadow: none;
}

/* line 15, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
::selection {
  background: #EC661E;
  color: #fff;
  text-shadow: none;
}

/* line 21, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 25, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 36, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 46, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
svg:not(:root) {
  overflow: hidden;
}

@media print {
  /* line 51, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
  img {
    max-width: 100% !important;
  }
}

@media print {
  /* line 57, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}

/* line 63, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.block {
  text-align: center;
}

/* line 67, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.block:before, .block[data-status-name] {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* line 75, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.center {
  display: inline-block;
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.center-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

/* line 86, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1a1a1;
  font-style: italic;
}

/* line 92, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
:-moz-placeholder {
  color: #a1a1a1;
  font-style: italic;
  opacity: 1;
}

/* line 98, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
::-moz-placeholder {
  color: #a1a1a1;
  font-style: italic;
  opacity: 1;
}

/* line 104, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
:-ms-input-placeholder {
  color: #a1a1a1;
  font-style: italic;
}

/* line 109, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.img-holder {
  margin: 0;
}

/* line 111, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.img-holder img {
  display: block;
  max-width: 100%;
}

/* line 115, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.img-holder .img-centered {
  margin: 0 auto;
  text-align: center;
}

/* line 119, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.img-holder.img-circle img {
  border-radius: 50%;
}

/* line 124, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.img-filter {
  position: relative;
}

/* line 128, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.img-filter:before, .img-filter[data-status-name] {
  content: " ";
  background: rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* line 137, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.vertically-aligned {
  vertical-align: middle;
}

/* line 141, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.success-facebook {
  color: #2ecc71;
  margin-left: 10px;
}

/* line 146, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.error-facebook {
  color: #e74c3c;
  margin-left: 10px;
}

/* line 152, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 153, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 155, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 159, app/assets/stylesheets/frontend/../shared/bases/_helpers.scss */
.bold {
  font-weight: bold;
}

/* =SINGLE-LINE
* ----------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, app/assets/stylesheets/frontend/../shared/bases/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
html {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
html,
body {
  background-color: #fff;
}

/* line 12, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
*, *:hover, *:focus {
  outline: none !important;
}

/* line 16, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.no-padding {
  padding: 0;
}

/* line 20, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
a:hover {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.page-container {
  background: white;
  padding: 1.25rem;
}

/* line 29, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.page-sub-container {
  background: #F9FAFC;
  padding: 1.25rem;
}

/* line 34, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.no-resize {
  resize: none;
}

/* line 38, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.lines-pre {
  white-space: pre;
}

/* line 42, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.rotate-180 {
  transform: rotate(180deg) translateY(5px);
  display: inline-block;
}

/* line 47, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.margin-left-10 {
  margin-left: 10px;
}

/* line 51, app/assets/stylesheets/frontend/../shared/bases/_commons.scss */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

/* line 1, app/assets/stylesheets/frontend/extends/_accordion.scss */
.edit-accordion-title {
  color: #383C3F;
  font-size: 24px;
  padding: 1.875rem 3.125rem;
}

/* line 6, app/assets/stylesheets/frontend/extends/_accordion.scss */
.edit-accordion-title, .edit-accordion-title:focus, .edit-accordion-title:hover {
  background: white;
  color: #383C3F;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/frontend/extends/_accordion.scss */
.edit-accordion-title::before, .edit-accordion-title[data-status-name] {
  content: "\66";
  font-family: "pne";
  left: 1rem;
  color: #383C3F;
  transform: rotate(-90deg);
  display: inline-block;
  right: initial;
  font-size: 20px;
  top: 43%;
}

/* line 25, app/assets/stylesheets/frontend/extends/_accordion.scss */
.is-active .edit-accordion-title::before, .is-active .edit-accordion-title[data-status-name] {
  content: "\66";
  font-family: "pne";
  transform: rotate(0deg);
}

/* line 1, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.secondary.delete:hover {
  color: white;
  background-color: #FC6B69;
}

/* line 6, app/assets/stylesheets/frontend/extends/_buttons.scss */
.right {
  right: 0;
}

/* line 10, app/assets/stylesheets/frontend/extends/_buttons.scss */
.top {
  top: 0;
}

/* line 14, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.outline {
  background: transparent;
  border: 1px solid white;
  color: white;
}

/* line 20, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.translucide {
  opacity: .8;
}

/* line 24, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.translucide:hover {
  opacity: 1;
}

/* line 28, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button-label-print {
  background: #B7A257;
  color: white;
}

/* line 32, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button-label-print:hover, .button-label-print:focus {
  background: #998642;
}

/* line 37, app/assets/stylesheets/frontend/extends/_buttons.scss */
.relaunch-button {
  float: right;
  margin-right: 15px;
  margin-top: 20px;
}

/* line 43, app/assets/stylesheets/frontend/extends/_buttons.scss */
.breadcrumb-button,
.breadcrumb-button:hover,
.breadcrumb-button:focus {
  color: #878790;
  border: 1px solid #e3e3e3;
  background: white;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.clear,
.button.clear:hover {
  background: transparent;
  color: #9C9E9F;
}

/* line 58, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.secondary[disabled] {
  background-color: #EAEDF1;
  color: #878790;
  opacity: 0.25;
}

/* line 66, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.secondary:hover, .button.secondary:focus {
  color: white;
}

/* line 70, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.secondary .button-icon .icon-hover {
  display: none;
}

/* line 74, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.secondary .button-icon:hover .icon-hover, .button.secondary .button-icon:active .icon-hover {
  display: inline-block;
}

/* line 77, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.secondary .button-icon:hover .icon-default, .button.secondary .button-icon:active .icon-default {
  display: none;
}

/* line 84, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.prime {
  background-color: #F09869;
  color: #fff;
}

/* line 88, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.prime:hover {
  background-color: #EFC3AB;
  color: #445550;
}

/* line 93, app/assets/stylesheets/frontend/extends/_buttons.scss */
.button.prime:active {
  background-color: #EFC3AB;
  color: #445550;
}

/* line 99, app/assets/stylesheets/frontend/extends/_buttons.scss */
a.disabled {
  color: #ccc;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/frontend/extends/_daterangepicker.scss */
.date-picker-wrapper .footer {
  display: none;
}

/* line 5, app/assets/stylesheets/frontend/extends/_daterangepicker.scss */
.date-picker-wrapper {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  background: #f0f0f0;
  border: none;
  border-radius: 3px;
  margin-top: 3px;
}

/* line 17, app/assets/stylesheets/frontend/extends/_daterangepicker.scss */
.daterange .dr-selections .dr-preset-list {
  left: 0;
}

/* line 21, app/assets/stylesheets/frontend/extends/_daterangepicker.scss */
.daterange .dr-selections .dr-calendar .dr-day-list .dr-day {
  width: 14.28% !important;
}

/* line 1, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions {
  background: #EC661E;
  color: #fff;
  padding: 0.9375rem 1.875rem 0.9375rem 1.25rem;
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions::after {
  border-color: #fff transparent transparent;
  right: 10px;
}

/* line 14, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown {
  position: relative;
}

/* line 16, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 20, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-toggle .dropdown-arrow {
  transition: all 100ms ease-in-out;
}

/* line 24, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-toggle.open .dropdown-arrow {
  transform: rotate(-180deg);
}

/* line 29, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-label {
  flex: 1 1 0%;
  text-align: left;
  font-weight: normal;
}

/* line 34, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu {
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 20;
  overflow: hidden;
  flex-direction: column;
  width: max-content;
  transform: translateX(-50%);
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
}

/* line 35, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu.hidden {
  display: none;
}

/* line 38, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu.dropdown-menu-left {
  left: 0;
}

/* line 53, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu:not(.hidden) {
  display: flex;
}

/* line 56, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  line-height: 1.5rem;
  color: #787878;
  font-size: 14px;
}

/* line 57, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

/* line 64, app/assets/stylesheets/frontend/extends/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f2f2f2;
}

/* line 1, app/assets/stylesheets/frontend/extends/_forms.scss */
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  height: 2.625rem;
  margin-bottom: 1.375rem;
}

/* line 20, app/assets/stylesheets/frontend/extends/_forms.scss */
.input-group [type='text'], .input-group [type='password'], .input-group [type='date'], .input-group [type='datetime'], .input-group [type='datetime-local'], .input-group [type='month'], .input-group [type='week'], .input-group [type='email'], .input-group [type='number'], .input-group [type='search'], .input-group [type='tel'], .input-group [type='time'], .input-group [type='url'], .input-group [type='color'], .input-group textarea, .input-group select {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/frontend/extends/_forms.scss */
.no-margin[type='text'],
.no-margin[type='password'],
.no-margin[type='date'],
.no-margin[type='datetime'],
.no-margin[type='datetime-local'],
.no-margin[type='month'],
.no-margin[type='week'],
.no-margin[type='email'],
.no-margin[type='number'],
.no-margin[type='search'],
.no-margin[type='tel'],
.no-margin[type='time'],
.no-margin[type='url'],
.no-margin[type='color'],
textarea.no-margin,
select.no-margin {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/frontend/extends/_forms.scss */
select {
  background-image: url("data:image/svg+xml;utf8,<svg width='12px' height='7px' viewBox='163 42 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M168.177462,48.2666257 L163.236123,43.3632659 C162.921292,43.0514338 162.921292,42.5457062 163.236123,42.2338741 C163.549954,41.922042 164.059679,41.922042 164.37401,42.2338741 L168.746656,46.5725379 L173.119301,42.2338741 C173.433632,41.9225417 173.942858,41.9225417 174.257188,42.2338741 C174.572019,42.5457062 174.572019,43.0514338 174.257188,43.3632659 L169.315849,48.2666257 C169.158934,48.422042 168.952545,48.5 168.746656,48.5 C168.540767,48.5 168.334877,48.422042 168.177462,48.2666257 Z' id='Arrow' stroke='none' fill='#878790' fill-rule='evenodd'></path></svg>");
}

/* line 33, app/assets/stylesheets/frontend/extends/_forms.scss */
.label-wrapper {
  color: #AEAFB0;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 40, app/assets/stylesheets/frontend/extends/_forms.scss */
.switch-label {
  display: inline-block;
  color: #212121;
  vertical-align: top;
  margin-left: 0.625rem;
  margin-top: 0.0625rem;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/frontend/extends/_forms.scss */
.switch-paddle {
  width: 2.5rem;
  height: 1.375rem;
  border-radius: 20px;
}

/* line 54, app/assets/stylesheets/frontend/extends/_forms.scss */
.switch-paddle::after {
  border-radius: 50%;
  top: -2px;
  left: -6px;
  width: 26px;
  height: 26px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 66, app/assets/stylesheets/frontend/extends/_forms.scss */
input:checked ~ .switch-paddle {
  background: #EFC3AB;
}

/* line 70, app/assets/stylesheets/frontend/extends/_forms.scss */
input:checked ~ .switch-paddle::after {
  left: 18px;
}

/* line 74, app/assets/stylesheets/frontend/extends/_forms.scss */
.thin-label label {
  font-weight: 300;
}

/* line 80, app/assets/stylesheets/frontend/extends/_forms.scss */
.mandatory-field::after {
  content: "•";
  color: #e74c3c;
  margin-left: 5px;
}

/* line 89, app/assets/stylesheets/frontend/extends/_forms.scss */
span[title="required"],
label [title="required"] {
  color: #F04E54;
}

/* line 94, app/assets/stylesheets/frontend/extends/_forms.scss */
span[title="required"] {
  display: inline-block;
  margin-left: 5px;
}

/* line 99, app/assets/stylesheets/frontend/extends/_forms.scss */
.invert-form {
  background-color: #fff;
}

/* line 103, app/assets/stylesheets/frontend/extends/_forms.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #999FA2;
}

/* line 108, app/assets/stylesheets/frontend/extends/_forms.scss */
.block-error li {
  color: #e74c3c;
}

/* line 113, app/assets/stylesheets/frontend/extends/_forms.scss */
.crosshair-cursor-wrapper * {
  cursor: not-allowed !important;
}

/* line 117, app/assets/stylesheets/frontend/extends/_forms.scss */
.light-label {
  font-weight: normal !important;
}

/* line 1, app/assets/stylesheets/frontend/extends/_grid.scss */
.row-fullscreen {
  max-width: 100%;
}

/* line 4, app/assets/stylesheets/frontend/extends/_grid.scss */
.row-fullscreen.row-20-bottom {
  margin-bottom: 1.25rem;
}

/* line 9, app/assets/stylesheets/frontend/extends/_grid.scss */
.row-no-padding .columns,
.row-no-padding .column {
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/extends/_hr.scss */
.full-hr {
  max-width: none;
}

/* line 5, app/assets/stylesheets/frontend/extends/_hr.scss */
hr {
  max-width: none;
  border-color: #D8D8D8;
}

/* line 3, app/assets/stylesheets/frontend/extends/_menu.scss */
.menu-separated-list-item li:not(:last-child) {
  padding-right: 1.25rem;
}

/* line 8, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation {
  flex: 1;
}

/* line 14, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li {
  padding: 0.3125rem 0;
}

/* line 16, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: relative;
}

/* line 20, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a span:not([class^="adi-"]):not([data-status-name]) {
  display: inline-block;
  vertical-align: top;
}

/* line 25, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a span[class^="adi-"], .main-navigation > li > a span[data-status-name] {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  transition: transform .3s ease-in-out;
}

/* line 32, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a span:not(.adi-chevron-right):not(.navigation-span-item) {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 39, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a span.adi-chevron-right {
  font-size: 10px;
  margin-top: 3px;
}

/* line 44, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a span.adi-analysis {
  font-size: 20px;
  right: 26px !important;
}

/* line 49, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li > a span.adi-statistics {
  font-size: 16px;
  right: 27px !important;
}

/* line 58, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation > li[aria-expanded="true"] > a span.adi-chevron-right {
  transform: rotate(90deg);
}

/* line 63, app/assets/stylesheets/frontend/extends/_menu.scss */
.main-navigation a::after {
  content: "";
  border: none;
}

/* line 69, app/assets/stylesheets/frontend/extends/_menu.scss */
.menu > li > ul.nested a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 74, app/assets/stylesheets/frontend/extends/_menu.scss */
.menu > li > ul.nested {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

/* line 79, app/assets/stylesheets/frontend/extends/_menu.scss */
.credits p {
  margin: 0;
}

/* line 83, app/assets/stylesheets/frontend/extends/_menu.scss */
.remaining-credits,
.analyses-request,
.sidebar-collapse-action [class^="adi-chevron"] {
  color: #ffffff;
}

/* line 89, app/assets/stylesheets/frontend/extends/_menu.scss */
.remaining-credits {
  margin-bottom: 10px !important;
}

/* line 95, app/assets/stylesheets/frontend/extends/_menu.scss */
.sidebar-footer hr {
  opacity: .4;
  width: 90%;
  margin-left: 5%;
}

/* line 103, app/assets/stylesheets/frontend/extends/_menu.scss */
.language-dropdown .language_list a {
  word-break: keep-all;
}

@media screen and (min-width: 1024px) {
  /* line 108, app/assets/stylesheets/frontend/extends/_menu.scss */
  .main-navigation > li {
    padding: 0;
  }
  /* line 110, app/assets/stylesheets/frontend/extends/_menu.scss */
  .main-navigation > li > a {
    padding: 0.5rem 0.75rem;
    transition: all 125ms ease-in-out;
    border-radius: 3px;
  }
  /* line 114, app/assets/stylesheets/frontend/extends/_menu.scss */
  .main-navigation > li > a:hover {
    background-color: #E3E4E5;
  }
  /* line 117, app/assets/stylesheets/frontend/extends/_menu.scss */
  .main-navigation > li > a.active {
    background-color: #E3E4E5;
  }
  /* line 120, app/assets/stylesheets/frontend/extends/_menu.scss */
  .main-navigation > li > a.menu-link {
    padding: 0.5rem 0.75rem;
  }
}

/* line 1, app/assets/stylesheets/frontend/extends/_modals.scss */
.analyzes-modal {
  width: 940px;
  margin: 0 auto;
  top: 0 !important;
}

/* line 7, app/assets/stylesheets/frontend/extends/_modals.scss */
.analyzes-modal .prefect-scroll-fix {
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/frontend/extends/_modals.scss */
.step-2 input[type]:not([type="date"]),
.step-2 select {
  font-size: 12px;
}

/* line 19, app/assets/stylesheets/frontend/extends/_modals.scss */
.batch-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F4;
}

/* line 23, app/assets/stylesheets/frontend/extends/_modals.scss */
.batch-list-item:last-child {
  border: none;
}

/* line 28, app/assets/stylesheets/frontend/extends/_modals.scss */
.batch-mode-title {
  font-size: 20px;
}

/* line 32, app/assets/stylesheets/frontend/extends/_modals.scss */
.modal-footer-actions {
  margin-top: 20px;
}

@media screen and (min-width: 1025px) {
  /* line 38, app/assets/stylesheets/frontend/extends/_modals.scss */
  .analyzes-modal.step-check-data {
    width: 1180px;
  }
}

/* line 43, app/assets/stylesheets/frontend/extends/_modals.scss */
#report-modal:not(.fadeIn),
#spectra-analysis-report-modal:not(.fadeIn),
#deleted-spectra-analysis-report-modal:not(.fadeIn),
#sampleShipmentModal:not(.fadeIn),
#support-message-modal:not(.fadeIn) {
  opacity: 0;
}

/* line 51, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-actions-list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #f7f7f7;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  width: 100%;
  display: none;
}

/* line 63, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-actions-list li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/* line 67, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-actions-list li:first-child a {
  border-radius: 5px 5px 0 0;
}

/* line 71, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-actions-list li:last-child a {
  border-radius: 0 0 5px 5px;
}

/* line 75, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-actions-list a {
  text-decoration: none;
  color: #212121;
  padding: 5px 10px;
  display: block;
}

/* line 81, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-actions-list a:hover {
  background: #445550;
  color: white;
}

/* line 88, app/assets/stylesheets/frontend/extends/_modals.scss */
.export-list:hover .export-actions-list {
  display: block;
}

/* line 93, app/assets/stylesheets/frontend/extends/_modals.scss */
.my-pne-modal {
  width: 1980px;
  margin: 0 auto;
  top: 0 !important;
}

/* line 99, app/assets/stylesheets/frontend/extends/_modals.scss */
.my-pne-modal .prefect-scroll-fix {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/frontend/extends/_orbit.scss */
.news-previous,
.news-next {
  position: static;
  padding: 0;
  transform: none;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/frontend/extends/_orbit.scss */
.news-previous:hover, .news-previous:focus, .news-previous:active,
.news-next:hover,
.news-next:focus,
.news-next:active {
  background: none;
}

/* line 2, app/assets/stylesheets/frontend/extends/_select-2.scss */
.filters-statistics .select2-selection--multiple, .flexmonster-filters .select2-selection--multiple {
  border: 1px solid #E6E6E6 !important;
  margin: 0 !important;
}

/* line 7, app/assets/stylesheets/frontend/extends/_select-2.scss */
.filters-statistics .select2-container, .flexmonster-filters .select2-container {
  width: 100% !important;
}

/* line 11, app/assets/stylesheets/frontend/extends/_select-2.scss */
.filters-statistics .select2-search__field, .flexmonster-filters .select2-search__field {
  margin: 0 !important;
}

/* line 18, app/assets/stylesheets/frontend/extends/_select-2.scss */
.flexmonster-filters .select2-container, #dashboard-filters .select2-container {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/frontend/extends/_select-2.scss */
#dashboard-filters .select2-container--default .select2-selection--multiple {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/frontend/extends/_slider.scss */
.slider-handle {
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

/* line 9, app/assets/stylesheets/frontend/extends/_slider.scss */
.slider-fill {
  background-color: #EC661E;
}

/* line 13, app/assets/stylesheets/frontend/extends/_slider.scss */
.calendar-input {
  width: 180px;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/frontend/extends/_tables.scss */
table select,
table button.button {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/extends/_tables.scss */
tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}

/* line 10, app/assets/stylesheets/frontend/extends/_tables.scss */
table select {
  border: 0;
  background-color: transparent;
}

/* line 15, app/assets/stylesheets/frontend/extends/_tables.scss */
.table-edit,
.table-edit tr {
  border: 1px solid #ccc;
}

/* line 20, app/assets/stylesheets/frontend/extends/_tables.scss */
.table-edit td:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* line 24, app/assets/stylesheets/frontend/extends/_tables.scss */
.table-edit select {
  padding-top: 0;
  padding-bottom: 0;
  height: 20px;
}

/* line 30, app/assets/stylesheets/frontend/extends/_tables.scss */
[data-tabs-content="operators-tabs"] .adi-company {
  font-size: 28px;
  color: #00a899;
}

/* line 35, app/assets/stylesheets/frontend/extends/_tables.scss */
[data-tabs-content="operators-tabs"] .analyze-value {
  margin: 0;
}

/* line 39, app/assets/stylesheets/frontend/extends/_tables.scss */
.table-edit input[disabled] {
  background-color: #f2f2f2;
  border: none;
}

/* line 47, app/assets/stylesheets/frontend/extends/_tables.scss */
table thead tr {
  background: white;
  font-weight: 400;
  border-bottom: 2px solid #F2F2F2;
}

/* line 53, app/assets/stylesheets/frontend/extends/_tables.scss */
table thead th {
  font-weight: 400;
}

/* line 57, app/assets/stylesheets/frontend/extends/_tables.scss */
table tbody tr:nth-child(even) td:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 62, app/assets/stylesheets/frontend/extends/_tables.scss */
table tbody tr:nth-child(even) td:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 1, app/assets/stylesheets/frontend/extends/_tag-editor.scss */
.tag-editor {
  height: auto;
}

/* line 1, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.top-bar {
  border-bottom: 1px solid #E8EBEF;
}

/* line 5, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.top-bar a {
  color: #A9ABAC;
}

/* line 9, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture-container {
  border: 1px solid #E8E8E8;
  color: #212121;
  padding-right: 10px;
}

/* line 15, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture-container a {
  color: #212121;
}

/* line 19, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #DAD3DB;
  color: white;
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  border-radius: 3px;
  margin-left: 0.625rem;
  position: relative;
  margin-top: 6px;
  font-size: 14px;
  position: relative;
}

/* line 35, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture.large {
  width: 60px;
  height: 60px;
  margin-top: 0;
  font-size: 34px;
  line-height: 60px;
}

/* line 44, app/assets/stylesheets/frontend/extends/_top-bar.scss */
[notification-number]::after {
  content: attr(notification-number);
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #EA3C00;
  border: 2px solid #fff;
}

/* line 57, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture.big {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 48px;
}

/* line 64, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture.medium {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
}

/* line 71, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 78, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-green {
  background-color: #00A999;
}

/* line 82, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture-uploader {
  border-radius: 3px;
  opacity: 0;
  position: absolute;
  z-index: 5;
  color: white;
  font-size: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding: 1.25rem 0.625rem;
  cursor: pointer;
}

/* line 97, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture-uploader .fa {
  display: block;
  font-size: 28px;
}

/* line 102, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture-uploader:hover {
  opacity: 1;
}

/* line 106, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-picture-uploader::before, .profile-picture-uploader[data-status-name] {
  content: "";
  position: absolute;
  background-color: #E4527F;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  z-index: -1;
  border-radius: 3px;
}

/* line 120, app/assets/stylesheets/frontend/extends/_top-bar.scss */
.profile-header-top-bar {
  margin-right: 1.25rem;
}

/* line 1, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
[data-icon]:before, [data-icon][data-status-name] {
  font-family: "pne" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 14, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
[class^="adi-"]:before, [data-status-name]:before, [data-status-name],
[class*=" adi-"]:before {
  font-family: "pne" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-activity:before, .adi-activity[data-status-name] {
  content: "\61";
}

/* line 31, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-admin:before, .adi-admin[data-status-name] {
  content: "\62";
}

/* line 34, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-analysis-document:before, .adi-analysis-document[data-status-name] {
  content: "\64";
}

/* line 37, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-analyzes:before, .adi-analyzes[data-status-name],
.adi-analysis:before,
.adi-analysis[data-status-name],
.adi-analyses_result:before,
.adi-analyses_result[data-status-name],
.adi-material:before,
.adi-material[data-status-name] {
  content: "\65";
}

/* line 43, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-arrow-bottom:before, .adi-arrow-bottom[data-status-name] {
  content: "\66";
}

/* line 46, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-calendar:before, .adi-calendar[data-status-name] {
  content: "\67";
}

/* line 49, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-chevron-left:before, .adi-chevron-left[data-status-name] {
  content: "\68";
}

/* line 52, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-chevron-right:before, .adi-chevron-right[data-status-name] {
  content: "\69";
}

/* line 55, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-check:before, .adi-check[data-status-name] {
  content: "\6a";
}

/* line 58, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-company:before, .adi-company[data-status-name],
.adi-customer:before,
.adi-customer[data-status-name] {
  content: "\6b";
}

/* line 62, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-danger:before, .adi-danger[data-status-name] {
  content: "\6c";
}

/* line 65, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-dashboard:before, .adi-dashboard[data-status-name] {
  content: "\6d";
}

/* line 68, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-drag-n-drop:before, .adi-drag-n-drop[data-status-name] {
  content: "\6e";
}

/* line 71, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-edit:before, .adi-edit[data-status-name] {
  content: "\6f";
}

/* line 74, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-export:before, .adi-export[data-status-name] {
  content: "\70";
}

/* line 77, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-feed:before, .adi-feed[data-status-name] {
  content: "\71";
}

/* line 80, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-file-nir:before, .adi-file-nir[data-status-name] {
  content: "\72";
}

/* line 83, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-group:before, .adi-group[data-status-name] {
  content: "\73";
}

/* line 86, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-help:before, .adi-help[data-status-name] {
  content: "\74";
}

/* line 89, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-help-1:before, .adi-help-1[data-status-name] {
  content: "\75";
}

/* line 92, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-help-2:before, .adi-help-2[data-status-name] {
  content: "\76";
}

/* line 95, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-help-3:before, .adi-help-3[data-status-name] {
  content: "\77";
}

/* line 98, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-info:before, .adi-info[data-status-name] {
  content: "\78";
}

/* line 101, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-laboratory:before, .adi-laboratory[data-status-name] {
  content: "\79";
}

/* line 104, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-localize:before, .adi-localize[data-status-name] {
  content: "\7a";
}

/* line 107, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-menu-close:before, .adi-menu-close[data-status-name] {
  content: "\41";
}

/* line 110, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-multiple:before, .adi-multiple[data-status-name] {
  content: "\42";
}

/* line 113, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-options:before, .adi-options[data-status-name] {
  content: "\43";
}

/* line 116, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-pending:before, #sample_shipments [data-status-name="pending"]:before, .adi-pending[data-status-name], #sample_shipments [data-status-name][data-status-name="pending"] {
  content: "\44";
}

/* line 119, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-print:before, .adi-print[data-status-name] {
  content: "\45";
}

/* line 122, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-search-icon:before, .adi-search-icon[data-status-name] {
  content: "\46";
}

/* line 125, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-settings:before, .adi-settings[data-status-name] {
  content: "\47";
}

/* line 128, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-share:before, .adi-share[data-status-name] {
  content: "\48";
}

/* line 131, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-show:before, .adi-show[data-status-name] {
  content: "\49";
}

/* line 134, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-statistics:before, .adi-statistics[data-status-name] {
  content: "\4a";
}

/* line 137, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-statistics-menu:before, .adi-statistics-menu[data-status-name] {
  content: "\4b";
}

/* line 140, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-submenu-hide:before, .adi-submenu-hide[data-status-name] {
  content: "\4c";
}

/* line 143, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-submenu-show:before, .adi-submenu-show[data-status-name] {
  content: "\4d";
}

/* line 146, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-validate:before, .adi-validate[data-status-name] {
  content: "\4f";
}

/* line 149, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-validate-green:before, .adi-validate-green[data-status-name] {
  content: "\50";
}

/* line 152, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-warning-triangle:before, .adi-warning-triangle[data-status-name] {
  content: "\51";
}

/* line 155, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-error-triangle:before, .adi-error-triangle[data-status-name] {
  content: "\51";
}

/* line 158, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-warning-circle:before, .adi-warning-circle[data-status-name] {
  content: "\52";
}

/* line 161, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-user:before, .adi-user[data-status-name] {
  content: "\63";
}

/* line 164, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-waiting:before, [data-status-name="received"]:before, [data-status-name="pending"]:before, .adi-waiting[data-status-name], [data-status-name][data-status-name="received"], [data-status-name][data-status-name="pending"] {
  content: "\4e";
}

/* line 167, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-warning:before, [data-status-name="warning"]:before, .adi-warning[data-status-name], [data-status-name][data-status-name="warning"] {
  content: "\53";
}

/* line 170, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-success:before, [data-status-name="success"]:before,
[data-status-name="processed"]:before,
[data-status-name="treated"]:before, .adi-success[data-status-name], [data-status-name][data-status-name="success"],
[data-status-name][data-status-name="processed"],
[data-status-name][data-status-name="treated"] {
  content: "\54";
}

/* line 173, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-error:before, [data-status-name="error"]:before, .adi-error[data-status-name], [data-status-name][data-status-name="error"] {
  content: "\55";
}

/* line 176, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-administration:before, .adi-administration[data-status-name] {
  content: "\56";
}

/* line 179, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-refresh:before, .adi-refresh[data-status-name] {
  content: "\57";
}

/* line 182, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-settings-1:before, .adi-settings-1[data-status-name] {
  content: "\58";
}

/* line 185, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-add:before, .adi-add[data-status-name] {
  content: "\59";
}

/* line 188, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-delete:before, .adi-delete[data-status-name] {
  content: "\5a";
}

/* line 191, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-filters:before, .adi-filters[data-status-name] {
  content: "\30";
}

/* line 194, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-relaunch:before, .adi-relaunch[data-status-name] {
  content: "\31";
}

/* line 197, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-manage:before, .adi-manage[data-status-name] {
  content: "\32";
}

/* line 200, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-api-keys:before, .adi-api-keys[data-status-name] {
  content: "\33";
}

/* line 203, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-api-logs:before, .adi-api-logs[data-status-name] {
  content: "\34";
}

/* line 206, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-pending:before, #sample_shipments [data-status-name="pending"]:before, .adi-pending[data-status-name], #sample_shipments [data-status-name][data-status-name="pending"] {
  content: "\35";
}

/* line 209, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-sent:before, [data-status-name="sent"]:before, .adi-sent[data-status-name], [data-status-name][data-status-name="sent"] {
  content: "\36";
}

/* line 212, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-add-files:before, .adi-add-files[data-status-name] {
  content: "\44";
}

/* line 215, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-multi-scan-completed:before, .adi-multi-scan-completed[data-status-name] {
  content: "\54";
}

/* line 218, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-files-list:before, .adi-files-list[data-status-name] {
  content: "\37";
}

/* line 221, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-dashboard-statistics:before, .adi-dashboard-statistics[data-status-name] {
  content: "\38";
}

/* line 224, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-dashboard-raw-materials:before, .adi-dashboard-raw-materials[data-status-name] {
  content: "\39";
}

/* line 227, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-dashboard-analysis-evolution:before, .adi-dashboard-analysis-evolution[data-status-name] {
  content: "\21";
}

/* line 230, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-dashboard-analysis:before, .adi-dashboard-analysis[data-status-name] {
  content: "\22";
}

/* line 233, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-dashboard-activity:before, .adi-dashboard-activity[data-status-name] {
  content: "\23";
}

/* line 236, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-access:before, .adi-access[data-status-name] {
  content: "\24";
}

/* line 239, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-analysis:before, .adi-analysis[data-status-name] {
  content: "\25";
}

/* line 242, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-exploit:before, .adi-exploit[data-status-name] {
  content: "\26";
}

/* line 245, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.adi-load:before, .adi-load[data-status-name] {
  content: "\27";
}

/* line 249, app/assets/stylesheets/frontend/../shared/components/_icons.scss */
.notification-icon {
  color: #04D29D;
  font-size: 48px;
}

/* line 1, app/assets/stylesheets/frontend/components/_actions.scss */
.list-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 11, app/assets/stylesheets/frontend/components/_actions.scss */
.list-actions .button {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box {
  border-radius: 3px;
  color: #fff;
  padding: 0.625rem 1.25rem;
  position: fixed;
  margin-bottom: 1.25rem;
  right: 10px;
  top: 10px;
  z-index: 20;
  border: 1px solid #ccc;
}

/* line 12, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box .close {
  color: #8a8a8a;
  margin-left: 20px;
}

/* line 17, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box.success {
  background-color: #D3F6EC;
  color: #27A580;
  border-color: #D4EDE6;
}

/* line 23, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box.alert {
  background-color: #FDDDDD;
  color: #933432;
  border-color: #E9B7B6;
}

/* line 29, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box.warning {
  background-color: #FFF4CC;
  color: #27A580;
  border-color: #EAE1C3;
}

/* line 36, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box-in-content {
  border-radius: 3px;
  color: #fff;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #ccc;
}

/* line 43, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box-in-content .close {
  color: #8a8a8a;
  margin-left: 20px;
}

/* line 48, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box-in-content.success {
  background-color: #D3F6EC;
  color: #27A580;
  border-color: #D4EDE6;
}

/* line 54, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box-in-content.alert {
  background-color: #FDDDDD;
  color: #933432;
  border-color: #E9B7B6;
}

/* line 60, app/assets/stylesheets/frontend/components/_alerts.scss */
.alert-box-in-content.warning {
  background-color: #FFF4CC;
  color: #27A580;
  border-color: #EAE1C3;
}

/* line 67, app/assets/stylesheets/frontend/components/_alerts.scss */
*.alert:not(span) {
  background-color: #F04E54;
}

/* line 71, app/assets/stylesheets/frontend/components/_alerts.scss */
*.success:not(span) {
  background-color: #04D29D;
}

/* line 76, app/assets/stylesheets/frontend/components/_alerts.scss */
span.success {
  color: #04D29D;
}

/* line 80, app/assets/stylesheets/frontend/components/_alerts.scss */
span.alert {
  color: #F04E54;
}

/* line 84, app/assets/stylesheets/frontend/components/_alerts.scss */
span.warning {
  color: #FFC700;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 27, app/assets/stylesheets/frontend/components/_animations.scss */
.slideInDown, .slide-in-down-enter-active, .slide-in-down-leave-active {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes invertSlideInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
}

@keyframes invertSlideInDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
}

/* line 62, app/assets/stylesheets/frontend/components/_animations.scss */
.invertSlideInDown, .slide-in-down-enter, .slide-in-down-leave-active {
  -webkit-animation-name: invertSlideInDown;
  animation-name: invertSlideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 97, app/assets/stylesheets/frontend/components/_animations.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 126, app/assets/stylesheets/frontend/components/_animations.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes analyseHighlight {
  0% {
    background-color: white;
    box-shadow: 0;
    opacity: 1;
  }
  22% {
    background-color: #FCF9F0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  85% {
    background-color: #FCF9F0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    background-color: white;
    box-shadow: 0;
  }
}

/* line 151, app/assets/stylesheets/frontend/components/_animations.scss */
.analyse-highlight {
  -webkit-animation-name: analyseHighlight;
  -webkit-animation-duration: 1800ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}

/* line 158, app/assets/stylesheets/frontend/components/_animations.scss */
.animate-analysis-in {
  animation: fade-in 0.3s ease-out, slide-in 0.3s ease-out;
}

/* line 163, app/assets/stylesheets/frontend/components/_animations.scss */
.animate-analysis-out {
  animation: fade-out 0.3s ease-out, slide-out 0.3s ease-out;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* line 1, app/assets/stylesheets/frontend/components/_autocomplete.scss */
.autocomplete-wrapper {
  position: relative;
}

/* line 5, app/assets/stylesheets/frontend/components/_autocomplete.scss */
.autocomplete-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

/* line 18, app/assets/stylesheets/frontend/components/_autocomplete.scss */
.autocomplete-option {
  padding: 8px 12px;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/frontend/components/_autocomplete.scss */
.autocomplete-option:hover,
.autocomplete-option.active {
  background-color: #f5f5f5;
}

/* line 28, app/assets/stylesheets/frontend/components/_autocomplete.scss */
.autocomplete-empty {
  padding: 8px 12px;
  color: #666;
  font-style: italic;
}

/* line 34, app/assets/stylesheets/frontend/components/_autocomplete.scss */
.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/components/_backgrounds.scss */
.gray-bg {
  background-color: #f1eff1;
}

/* line 4, app/assets/stylesheets/frontend/components/_backgrounds.scss */
.gray-bg .button.secondary {
  background: #fff;
}

/* line 7, app/assets/stylesheets/frontend/components/_backgrounds.scss */
.gray-bg .button.secondary:hover {
  background: #e6e6e6;
}

/* line 1, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.breadcrumb-list {
  padding-bottom: 20px;
  list-style: none;
  margin: 0;
}

/* line 7, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.breadcrumb-list-item {
  margin: 0 1.25rem;
}

/* line 11, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.breadcrumb-list-item-title,
.breadcrumb-list-item-link {
  display: block;
  font-size: 12px;
  color: #878790;
}

/* line 18, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.breadcrumb-list-item-link {
  color: #5e7dbc !important;
}

/* line 22, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.breadcrumb-list-item:not(:last-child) .breadcrumb-list-item-title {
  position: relative;
}

/* line 25, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.breadcrumb-list-item:not(:last-child) .breadcrumb-list-item-title::after {
  content: "/";
  position: absolute;
  right: -20px;
}

/* line 33, app/assets/stylesheets/frontend/components/_breadcrumb.scss */
.back-to-list {
  margin: 0;
}

/* line 2, app/assets/stylesheets/frontend/components/_buttons.scss */
.button.success {
  background-color: #EC661E;
}

/* line 5, app/assets/stylesheets/frontend/components/_buttons.scss */
.button.success:hover, .button.success:active, .button.success:focus {
  background-color: #F0A77F;
}

/* line 10, app/assets/stylesheets/frontend/components/_buttons.scss */
.button .button-icon, .button .button-icon-hover {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

/* line 16, app/assets/stylesheets/frontend/components/_buttons.scss */
.button .button-icon-hover {
  display: none;
}

/* line 21, app/assets/stylesheets/frontend/components/_buttons.scss */
.button:has(.button-icon-hover):hover .button-icon {
  display: none;
}

/* line 24, app/assets/stylesheets/frontend/components/_buttons.scss */
.button:has(.button-icon-hover):hover .button-icon-hover {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/frontend/components/_calendar.scss */
.calendar-trigger {
  background: #f0f0f0;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1, app/assets/stylesheets/frontend/components/_cards.scss */
.card {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 1.25rem;
  padding: 0.625rem 0.9375rem;
  position: relative;
}

/* line 9, app/assets/stylesheets/frontend/components/_cards.scss */
.analyses-page-container .card, #sample-shipments .card {
  border: 1px solid #e8ebef;
}

/* line 15, app/assets/stylesheets/frontend/components/_cards.scss */
.card-no-shadow {
  box-shadow: none;
}

/* line 19, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title,
.profile-information-title,
.customer-information-title,
.user-information-title,
.laboratory-information-title,
.operator-information-title {
  color: #aeafb0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title .fa,
.profile-information-title .fa,
.customer-information-title .fa,
.user-information-title .fa,
.laboratory-information-title .fa,
.operator-information-title .fa {
  font-size: 16px;
  margin-right: 10px;
}

/* line 37, app/assets/stylesheets/frontend/components/_cards.scss */
.card-sub-title {
  color: #5d7cbe;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 46, app/assets/stylesheets/frontend/components/_cards.scss */
.card-time {
  color: #afafaf;
  font-size: 12px;
}

/* line 51, app/assets/stylesheets/frontend/components/_cards.scss */
.card-actions > * {
  color: #e5e5e5;
}

/* line 55, app/assets/stylesheets/frontend/components/_cards.scss */
.card-actions > *:not(last-child) {
  margin: 0 10px;
}

/* line 59, app/assets/stylesheets/frontend/components/_cards.scss */
.card-actions > *:last-child {
  margin-left: 10px;
}

/* line 63, app/assets/stylesheets/frontend/components/_cards.scss */
.card-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}

/* line 68, app/assets/stylesheets/frontend/components/_cards.scss */
.card-no-padding {
  padding: 0;
}

/* line 71, app/assets/stylesheets/frontend/components/_cards.scss */
.card-no-padding > * {
  padding: 1.25rem 0.625rem;
}

/* line 76, app/assets/stylesheets/frontend/components/_cards.scss */
.card-padding-big {
  padding: 2.5rem 2.5rem 1.25rem;
}

/* line 80, app/assets/stylesheets/frontend/components/_cards.scss */
.card-informations-container {
  margin-bottom: 1.25rem;
  margin-right: 3.75rem;
}

/* line 85, app/assets/stylesheets/frontend/components/_cards.scss */
.dashboard-card-title {
  color: #212121;
  font-weight: 400;
}

/* line 90, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title [class^="adi-dashboard"] {
  font-size: 48px;
  line-height: 0;
  vertical-align: middle;
}

/* line 96, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title .adi-dashboard-raw-materials {
  color: #fec96b;
}

/* line 100, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title .adi-dashboard-analysis {
  color: #926e94;
}

/* line 104, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title .adi-dashboard-activity {
  color: #fa7872;
}

/* line 108, app/assets/stylesheets/frontend/components/_cards.scss */
.card-title .dashboard-card-title {
  vertical-align: super;
}

/* line 112, app/assets/stylesheets/frontend/components/_cards.scss */
.info-bullet {
  margin-left: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0px;
  line-height: 18px;
  font-size: 10px;
}

/* line 1, app/assets/stylesheets/frontend/components/_charts.scss */
.vertical-bar-chart {
  height: 150px;
  position: relative;
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/components/_charts.scss */
.vertical-bar-chart .bar-background,
.vertical-bar-chart .bar-foreground {
  position: absolute;
}

/* line 11, app/assets/stylesheets/frontend/components/_charts.scss */
.vertical-bar-chart .bar-background {
  background-color: #ededed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 19, app/assets/stylesheets/frontend/components/_charts.scss */
.vertical-bar-chart .bar-foreground {
  background-color: #c1c1c1;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/frontend/components/_checkboxes.scss */
input[type="checkbox"]:not(#accept_policy):not(.pvtFilter):not(.active-input):not(:checked),
input[type="checkbox"]:not(#accept_policy):not(.pvtFilter):not(.active-input):checked {
  left: -9999px;
  position: absolute;
}

/* line 7, app/assets/stylesheets/frontend/components/_checkboxes.scss */
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  cursor: pointer;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: top;
}

/* line 16, app/assets/stylesheets/frontend/components/_checkboxes.scss */
input[type="checkbox"] + label:before, input[type="checkbox"] + label[data-status-name] {
  background: url(https://d3gm2uafcdxt33.cloudfront.net/assets/forms/checkbox-unchecked-0a9bec0f05b21010b4a32e4c13cc9858c5860c6e364de14eb1f5298dd71f359e.svg) no-repeat center center;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

/* line 27, app/assets/stylesheets/frontend/components/_checkboxes.scss */
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + label[data-status-name] {
  background: url(https://d3gm2uafcdxt33.cloudfront.net/assets/forms/checkbox-checked-1a57d829f56a5a3d6c88be0c56a446b79d438bab2c65b7f26848b6e624e059f1.svg) no-repeat center center;
}

/* line 32, app/assets/stylesheets/frontend/components/_checkboxes.scss */
input[type="checkbox"]:checked + label.switch-paddle:after {
  left: 17px;
}

/* line 36, app/assets/stylesheets/frontend/components/_checkboxes.scss */
input[type="checkbox"]:not(:checked) + label.switch-paddle:before, input[type="checkbox"]:not(:checked) + .switch-paddle[data-status-name],
input[type="checkbox"]:checked + label.switch-paddle:before,
input[type="checkbox"]:checked + .switch-paddle[data-status-name] {
  content: none;
}

/* line 41, app/assets/stylesheets/frontend/components/_checkboxes.scss */
.form-active-customer {
  width: fit-content;
  margin-left: auto;
  padding-right: 35px;
}

/* line 47, app/assets/stylesheets/frontend/components/_checkboxes.scss */
label.checkbox:has(.active-input) {
  cursor: pointer;
  margin: 0 0 2rem 0;
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.375rem;
  padding-left: 50px;
}

/* line 57, app/assets/stylesheets/frontend/components/_checkboxes.scss */
label.checkbox:has(.active-input)::before, .checkbox[data-status-name] {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1.875rem;
  height: 1.375rem;
  border-radius: 999px;
  background: #CCCECF;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  transition: all 150ms ease-out;
}

/* line 71, app/assets/stylesheets/frontend/components/_checkboxes.scss */
label.checkbox:has(.active-input):has(input:checked)::before, [data-status-name]:has(input:checked) {
  background: #EFC3AB;
}

/* line 75, app/assets/stylesheets/frontend/components/_checkboxes.scss */
label.checkbox:has(.active-input):has(input:checked)::after {
  transform: translate(50%, -50%);
}

/* line 79, app/assets/stylesheets/frontend/components/_checkboxes.scss */
label.checkbox:has(.active-input)::after {
  content: '';
  background: #FFF;
  border: 1px solid #CCCECF;
  border-radius: 999px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
  left: 0;
  top: 50%;
  transition: all 150ms ease-out;
  transform: translate(-50%, -50%);
}

/* line 95, app/assets/stylesheets/frontend/components/_checkboxes.scss */
label:has(.active-input) input[type="checkbox"] {
  left: -9999px;
  position: absolute;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/frontend/components/_chips.scss */
.chip {
  background-color: #EC661E;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 26px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 26px;
}

/* line 13, app/assets/stylesheets/frontend/components/_chips.scss */
.chip::before, .chip[data-status-name] {
  color: #fff;
  content: attr(data-chip-value);
  font-size: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 23, app/assets/stylesheets/frontend/components/_chips.scss */
.chip.text {
  border-radius: 10px;
  width: auto;
}

/* line 28, app/assets/stylesheets/frontend/components/_chips.scss */
.chip.filter {
  height: 10px;
  padding: 0;
  width: 10px;
}

/* line 34, app/assets/stylesheets/frontend/components/_chips.scss */
.chip.success {
  background-color: #04D29D;
}

/* line 38, app/assets/stylesheets/frontend/components/_chips.scss */
.chip.secondary, .chip.pending {
  background-color: #9e9e9e;
}

/* line 43, app/assets/stylesheets/frontend/components/_chips.scss */
.chip.warning {
  background-color: #FFC700;
}

/* line 47, app/assets/stylesheets/frontend/components/_chips.scss */
.chip.alert, .chip.error {
  background-color: #F04E54;
}

/* line 53, app/assets/stylesheets/frontend/components/_chips.scss */
.chip-all {
  background-color: transparent;
  border: 1px solid #36c;
  border-radius: 10px;
  color: #96989a;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px;
  text-transform: uppercase;
}

/* line 64, app/assets/stylesheets/frontend/components/_chips.scss */
.chip-all.small {
  border-radius: 10px;
  color: #96989a;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 5px;
  position: relative;
}

/* line 73, app/assets/stylesheets/frontend/components/_chips.scss */
.chip-all.small::after {
  border: 1px solid #fff;
  border-radius: 10px;
  bottom: 1px;
  content: '';
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
}

/* line 1, app/assets/stylesheets/frontend/components/_credits.scss */
.gauge.credit-gauge {
  background-color: #644b66;
  margin-bottom: 1.4375rem;
}

/* line 5, app/assets/stylesheets/frontend/components/_credits.scss */
.gauge.credit-gauge .credit-gauge-value {
  background: #04D29D;
}

/* line 10, app/assets/stylesheets/frontend/components/_credits.scss */
.list-inline.credits-list {
  border-top: 1px solid #b7b8ba;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}

/* line 16, app/assets/stylesheets/frontend/components/_credits.scss */
.list-inline.credits-list::before, .credits-list[data-status-name] {
  border-color: transparent transparent #b7b8ba transparent;
  border-style: solid;
  border-width: 0 12px 12px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: -12px;
  width: 0;
}

/* line 29, app/assets/stylesheets/frontend/components/_credits.scss */
.list-inline.credits-list::after {
  border-color: #f9fafc;
  border-style: solid;
  border-width: 0 10px 10px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -10px;
  width: 0;
}

/* line 43, app/assets/stylesheets/frontend/components/_credits.scss */
.custom-credit-add {
  margin-bottom: 1.25rem;
}

/* line 47, app/assets/stylesheets/frontend/components/_credits.scss */
.customer-name {
  font-size: 24px;
  line-height: 50px;
}

/* line 52, app/assets/stylesheets/frontend/components/_credits.scss */
.credits-list .credits-list-item {
  margin-bottom: 10px;
  vertical-align: top;
}

/* line 56, app/assets/stylesheets/frontend/components/_credits.scss */
.credits-list .credits-list-item input {
  margin: 0;
}

/* line 61, app/assets/stylesheets/frontend/components/_credits.scss */
.credits-list-item {
  margin: 0;
}

/* line 64, app/assets/stylesheets/frontend/components/_credits.scss */
.credits-list-item .button {
  background-color: #EAEDF1;
  color: #888891;
}

/* line 68, app/assets/stylesheets/frontend/components/_credits.scss */
.credits-list-item .button.active {
  background: #F3FBFE;
  color: #1DAFEC;
  font-weight: bold;
  box-shadow: inset 0 0 0 2px #1dafec;
}

/* line 75, app/assets/stylesheets/frontend/components/_credits.scss */
.credits-list-item .button.active.negative {
  background: #fef3f3;
  box-shadow: inset 0 0 0 2px #f04e54;
  color: #f04e54;
}

/* line 83, app/assets/stylesheets/frontend/components/_credits.scss */
.actual-credits {
  display: inline-block;
  position: relative;
}

/* line 87, app/assets/stylesheets/frontend/components/_credits.scss */
.actual-credits .actual-credits-status {
  font-size: 18px;
  position: absolute;
  text-align: left;
  top: 10px;
  width: 140px;
}

/* line 95, app/assets/stylesheets/frontend/components/_credits.scss */
.actual-credits .actual-credits-amount {
  color: #3F1F41;
  display: inline-block;
  font-size: 58px;
  font-weight: bold;
  margin-right: 10px;
}

/* line 104, app/assets/stylesheets/frontend/components/_credits.scss */
.actual-credits-save-button {
  margin: 0;
  position: absolute;
  top: 34px;
  width: 80px;
}

/* line 1, app/assets/stylesheets/frontend/components/_custom-file-upload.scss */
.file-upload-button {
  background: #fefefe;
  padding: 0.625rem 1.25rem;
  font-size: 12px;
}

/* line 6, app/assets/stylesheets/frontend/components/_custom-file-upload.scss */
.is-dragover .file-upload-button {
  background: #EAEDF1;
}

/* line 10, app/assets/stylesheets/frontend/components/_custom-file-upload.scss */
.upload-secondary .file-upload-button {
  background: #EAEDF1;
}

/* line 15, app/assets/stylesheets/frontend/components/_custom-file-upload.scss */
.file-upload-wrapper {
  display: inline-block;
}

/* line 19, app/assets/stylesheets/frontend/components/_custom-file-upload.scss */
.file-processed {
  margin-left: 10px;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-area {
  background-color: #F1EFF1;
  position: relative;
  height: 500px;
  transition: background .2s ease-in;
}

/* line 7, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-area [data-dragover="true"] {
  display: none;
}

/* line 11, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-area.is-dragover {
  background: white;
}

/* line 14, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-area.is-dragover [data-dragover="false"] {
  display: none;
}

/* line 18, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-area.is-dragover [data-dragover="true"] {
  display: block;
}

/* line 24, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #858799;
}

/* line 29, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-label .adi-add-files,
.drag-and-drop-label .adi-warning-triangle {
  font-size: 44px;
}

/* line 35, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.adi-multi-scan-completed {
  font-size: 44px;
  color: #EC661E;
}

/* line 40, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-area::before, .drag-and-drop-area[data-status-name] {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #D5D5DC;
}

/* line 50, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-title,
.drag-and-drop-sub-title {
  display: block;
  font-size: 20px;
}

/* line 56, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.drag-and-drop-sub-title {
  font-size: 14px;
}

/* line 60, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.error-file {
  background-color: #959596;
  color: white;
}

/* line 64, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.error-file .drag-and-drop-title, .error-file .drag-and-drop-sub-title, .error-file .adi-warning-triangle {
  color: white;
}

/* line 71, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.spectra_analyses_batch_spectra_files {
  padding-top: 1.875rem;
}

/* line 79, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.loader-area {
  background-color: #F1EFF1;
  position: relative;
  height: 500px;
  transition: background .2s ease-in;
}

/* line 85, app/assets/stylesheets/frontend/components/_drag-and-drop.scss */
.loader-area .loading-container {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/frontend/components/_filter-select.scss */
.filter-select {
  font-size: 14px;
  border-color: #E6E6E6;
  color: #383C3F;
  height: 34px;
  line-height: 16px;
  padding-left: 1.25rem;
  padding-right: 1.875rem;
}

/* line 1, app/assets/stylesheets/frontend/components/_filters.scss */
select.filter {
  border-color: #E6E6E6;
  font-size: 13px;
  padding: 0.0625rem 1.5rem 0.125rem 0.625rem;
  height: 2rem;
  width: auto;
}

/* line 9, app/assets/stylesheets/frontend/components/_filters.scss */
.status-filters {
  border: 1px solid #E6E6E6;
  height: 2rem;
  padding: 0.0625rem 0.625rem 0.125rem 0.625rem;
  cursor: pointer;
  position: relative;
  -js-display: flex;
  display: flex;
}

/* line 19, app/assets/stylesheets/frontend/components/_filters.scss */
.status-resume {
  -js-display: flex;
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/frontend/components/_filters.scss */
.status-choose {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 250px;
  background: white;
  border: 1px solid #E6E6E6;
  z-index: 10;
}

/* line 37, app/assets/stylesheets/frontend/components/_filters.scss */
.status-filters:hover .status-choose {
  opacity: 1;
  pointer-events: all;
}

/* line 42, app/assets/stylesheets/frontend/components/_filters.scss */
.status-choose li {
  padding: 0.3125rem;
}

/* line 46, app/assets/stylesheets/frontend/components/_filters.scss */
.status-text {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/frontend/components/_filters.scss */
.status-checkbox {
  display: inline-block;
}

/* line 56, app/assets/stylesheets/frontend/components/_filters.scss */
.filter.float-left {
  margin-left: 0.625rem;
}

/* line 60, app/assets/stylesheets/frontend/components/_filters.scss */
.footer-filters {
  font-size: 12px;
}

/* line 63, app/assets/stylesheets/frontend/components/_filters.scss */
.footer-filters span {
  margin-top: 5px;
}

/* line 70, app/assets/stylesheets/frontend/components/_filters.scss */
.filters-displayer span {
  display: inline-block;
}

/* line 74, app/assets/stylesheets/frontend/components/_filters.scss */
.filters-displayer .adi-filters,
.filters-displayer .adi-chevron-left {
  border: 1px solid #DADADA;
  border-radius: 3px;
  padding: 0.625rem 0.625rem 0.3125rem;
  margin-right: 10px;
}

/* line 83, app/assets/stylesheets/frontend/components/_filters.scss */
.filter-group .adi-settings {
  display: inline-block;
  padding: 0 0.625rem 0;
}

/* line 88, app/assets/stylesheets/frontend/components/_filters.scss */
.filters-display-list {
  padding: 14px 20px !important;
}

/* line 92, app/assets/stylesheets/frontend/components/_filters.scss */
.filter-header {
  color: #7d8d98;
  height: 56px;
  line-height: 56px;
  width: 300px;
  padding-left: 20px;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.18);
}

/* line 101, app/assets/stylesheets/frontend/components/_filters.scss */
.autocomplete-filter {
  position: relative;
}

/* line 104, app/assets/stylesheets/frontend/components/_filters.scss */
.autocomplete-filter input[type="text"] {
  border: 1px solid #ccc;
}

/* line 109, app/assets/stylesheets/frontend/components/_filters.scss */
.typeahead-icon-status {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/frontend/components/_filters-loader.scss */
.filter-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 1, app/assets/stylesheets/frontend/components/_flex.scss */
.flex-float {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 7, app/assets/stylesheets/frontend/components/_flex.scss */
.flex-float label {
  margin-right: 1.25rem;
}

/* line 12, app/assets/stylesheets/frontend/components/_flex.scss */
.flex-end {
  margin-left: auto;
}

/* line 16, app/assets/stylesheets/frontend/components/_flex.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 20, app/assets/stylesheets/frontend/components/_flex.scss */
.flex {
  display: flex;
}

/* line 24, app/assets/stylesheets/frontend/components/_flex.scss */
.flex-baseline {
  align-items: baseline;
}

/* line 28, app/assets/stylesheets/frontend/components/_flex.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 31, app/assets/stylesheets/frontend/components/_flex.scss */
.justify-between {
  justify-content: space-between;
}

/* line 34, app/assets/stylesheets/frontend/components/_flex.scss */
.justify-end {
  justify-content: flex-end;
}

/* line 37, app/assets/stylesheets/frontend/components/_flex.scss */
.items-center {
  align-items: center;
}

/* line 40, app/assets/stylesheets/frontend/components/_flex.scss */
.gap-12 {
  gap: 3rem;
}

/* line 43, app/assets/stylesheets/frontend/components/_flex.scss */
.gap-4 {
  gap: 1rem;
}

/* line 46, app/assets/stylesheets/frontend/components/_flex.scss */
.gap-6 {
  gap: 1.5rem;
}

/* line 1, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search {
  width: 480px;
  position: relative;
}

/* line 5, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search .live-search__dropdown {
  background-color: white;
  position: absolute;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
}

/* line 13, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search .live-search__dropdown .live-search__dropdown__title {
  background: #f6f6f6;
  padding: 0.625rem;
}

/* line 18, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search .live-search__dropdown ul {
  list-style: none;
  margin: 0;
}

/* line 21, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search .live-search__dropdown ul li {
  padding: 5px 4px;
  cursor: pointer;
  font-size: 0.875rem;
}

/* line 25, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search .live-search__dropdown ul li:hover {
  background-color: #f2f2f2;
}

/* line 28, app/assets/stylesheets/frontend/components/_live_search.scss */
.live-search .live-search__dropdown ul li a {
  color: #0a0a0a;
  text-decoration: none;
  display: block;
}

/* line 1, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  font-size: 12px;
  color: white;
  background-color: #fce6da;
  margin: 0;
}

/* line 12, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  background-color: #EC661E;
}

/* line 20, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.gauge-alert {
  background-color: #fcdbdc;
}

/* line 23, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.gauge-alert .gauge-value {
  background-color: #F04E54;
}

/* line 27, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.gauge-warning {
  background-color: white;
}

/* line 30, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.gauge-warning .gauge-value {
  background-color: #FF8937;
}

/* line 34, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.gauge-success {
  background-color: #a5fde6;
}

/* line 37, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.gauge-success .gauge-value {
  background-color: #04D29D;
}

/* line 42, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.most-active-clients {
  background-color: #EDEDED;
}

/* line 45, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.most-active-clients .gauge-value {
  background-color: #6bb9ff;
  padding-right: 10px;
  padding-left: 2px;
  text-align: right;
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.less-active-clients {
  background-color: #EDEDED;
}

/* line 56, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge.less-active-clients .gauge-value {
  background-color: #ff6b6b;
  padding-right: 10px;
  padding-left: 2px;
  text-align: right;
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/frontend/components/_gauge.scss */
.gauge-value.gauge-zero-value {
  background: transparent;
  color: #ACACAC;
}

/* line 1, app/assets/stylesheets/frontend/components/_highcharts.scss */
.highcharts-credits {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/components/_lists.scss */
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 6, app/assets/stylesheets/frontend/components/_lists.scss */
.list-inline > li {
  display: inline-block;
  margin: 0 10px;
}

/* line 11, app/assets/stylesheets/frontend/components/_lists.scss */
.list-inline .button {
  margin: 0;
}

/* line 18, app/assets/stylesheets/frontend/components/_lists.scss */
.list-inline-no-margin-left > li:first-child {
  margin-left: 0;
}

/* line 23, app/assets/stylesheets/frontend/components/_lists.scss */
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    background: #4678b7;
  }
}

/* line 22, app/assets/stylesheets/frontend/components/_loader.scss */
.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(70, 120, 183, 0.2);
  border-top-color: #4678b7;
  animation: spin 1s infinite linear;
  display: inline-block;
}

/* line 30, app/assets/stylesheets/frontend/components/_loader.scss */
.loading--double {
  border-style: double;
  border-width: .5rem;
}

/* line 36, app/assets/stylesheets/frontend/components/_loader.scss */
.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(70, 120, 183, 0.2);
  animation: pulse 750ms infinite;
  animation-delay: 250ms;
}

/* line 43, app/assets/stylesheets/frontend/components/_loader.scss */
.loading-pulse:before, .loading-pulse[data-status-name], .loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(70, 120, 183, 0.2);
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 750ms infinite;
}

/* line 54, app/assets/stylesheets/frontend/components/_loader.scss */
.loading-pulse:before, .loading-pulse[data-status-name] {
  left: -12px;
}

/* line 57, app/assets/stylesheets/frontend/components/_loader.scss */
.loading-pulse:after {
  left: 12px;
  animation-delay: 500ms;
}

/* line 62, app/assets/stylesheets/frontend/components/_loader.scss */
.loading-container {
  text-align: center;
  margin: 20px;
  border: 1px solid #E5E5E4;
  padding: 20px;
  background: white;
  background: transparent;
  border: none;
  min-height: 500px;
  margin-top: 230px;
}

/* line 1, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-results {
  background: white;
  padding: 1.25rem 2.5rem;
  text-align: center;
}

/* line 6, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-results p {
  margin: 0;
}

/* line 12, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-results {
  height: 600px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  position: relative;
  text-align: center;
}

/* line 18, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-results > div {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 25, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-results .no-results-text {
  margin-top: 1.25rem;
}

/* line 29, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-results .no-results-icon {
  font-size: 64px;
  color: #04D29D;
}

/* line 36, app/assets/stylesheets/frontend/components/_no-results.scss */
.no-result-image {
  padding: 1.875rem;
}

/* line 1, app/assets/stylesheets/frontend/components/_pagination.scss */
.pagination {
  color: #B3B4B5;
  font-size: 12px;
  -js-display: flex;
  display: flex;
  align-items: center;
  margin: 0;
}

/* line 9, app/assets/stylesheets/frontend/components/_pagination.scss */
.pagination .pagination-left {
  margin-right: 20px;
  padding: 7px 15px 7px 12px;
  vertical-align: baseline;
}

/* line 16, app/assets/stylesheets/frontend/components/_pagination.scss */
.pagination .pagination-right {
  margin-left: 20px;
  padding: 7px 12px 7px 15px;
  vertical-align: baseline;
}

/* line 22, app/assets/stylesheets/frontend/components/_pagination.scss */
.pagination .page {
  padding: 0;
}

/* line 28, app/assets/stylesheets/frontend/components/_pagination.scss */
.jump-to {
  margin-left: 10px;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/frontend/components/_password-validation.scss */
.password-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #EAEDF1;
  margin-right: 0.625rem;
}

/* line 10, app/assets/stylesheets/frontend/components/_password-validation.scss */
.password-indicator-text {
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/frontend/components/_password-validation.scss */
[data-password-validation][data-rule-validated="false"] .password-indicator {
  background: #EAEDF1;
}

/* line 18, app/assets/stylesheets/frontend/components/_password-validation.scss */
[data-password-validation][data-rule-validated="true"] .password-indicator {
  background: #04D29D;
}

/* line 22, app/assets/stylesheets/frontend/components/_password-validation.scss */
[data-show-password] {
  color: #5D7CBE;
  position: absolute;
  top: 33px;
  right: 30px;
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/frontend/components/_password-validation.scss */
.password-field-container {
  position: relative;
}

/* line 1, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper {
  display: flex;
  border-left: 1px solid #E40050;
  position: relative;
}

/* line 6, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .patch-note-infos {
  padding: 48px 24px;
  width: calc(1/3*100%);
}

/* line 10, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .patch-note-infos::before, .patch-note-wrapper .patch-note-infos[data-status-name] {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #E40050;
  position: absolute;
  top: 64px;
  left: -5px;
}

/* line 22, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .patch-note-infos .patch-note-infos-inner {
  position: sticky;
  top: 0;
}

/* line 27, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .patch-note-infos .patch-notes-topics {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}

/* line 34, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .patch-note-infos .patch-notes-topics .patch-notes-topic {
  border-radius: 9999px;
  border: 1px solid #EC661E;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #445055;
}

/* line 45, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .patch-note-details-wrapper {
  padding: 48px 24px;
  width: calc(2/3*100%);
  border-bottom: 1px solid #CCCECF;
}

/* line 50, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .last-patch-note-details-wrapper {
  padding: 48px 24px;
  width: calc(2/3*100%);
}

/* line 54, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .expend-checkbox {
  display: none;
}

/* line 58, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .expend-checkbox + .details {
  max-height: 260px;
  overflow: hidden;
  transition: max-height .3s ease;
}

/* line 64, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .details > * {
  margin-bottom: 0;
}

/* line 68, app/assets/stylesheets/frontend/components/_patch-notes.scss */
.patch-note-wrapper .expend-checkbox:checked + .details {
  max-height: 100%;
}

@media screen and (max-width: 1024px) {
  /* line 74, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper {
    display: block;
  }
  /* line 77, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper .patch-note-infos, .patch-note-wrapper .patch-note-details-wrapper {
    padding: 24px;
    width: 100%;
  }
  /* line 81, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper .patch-note-infos::before, .patch-note-wrapper .patch-note-infos[data-status-name] {
    top: 40px;
  }
}

@media screen and (max-width: 640px) {
  /* line 89, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper .patch-note-infos {
    padding: 16px;
  }
  /* line 91, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper .patch-note-infos::before, .patch-note-wrapper .patch-note-infos[data-status-name] {
    top: 24px;
  }
  /* line 94, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper .patch-note-infos .patch-notes-topics {
    gap: 0.5rem;
  }
  /* line 99, app/assets/stylesheets/frontend/components/_patch-notes.scss */
  .patch-note-wrapper .patch-note-details-wrapper {
    padding: 0 16px;
  }
}

@keyframes growHeight {
  0% {
    height: 10px;
  }
  50% {
    height: 40px;
  }
  100% {
    height: 10px;
  }
}

/* line 12, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader {
  width: 56px;
  height: 40px;
  transform: rotate(180deg) scaleX(-1);
  text-align: center;
  display: inline-block;
}

/* line 19, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader span {
  width: 10px;
  height: 0;
  float: left;
  animation: growHeight 1.4s infinite linear;
}

/* line 25, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader span:not(:last-child) {
  margin-right: 4px;
}

/* line 30, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader span:nth-child(1) {
  background-image: -webkit-linear-gradient(left, #EE731B 0%, #EA5D1C 100%);
  background-image: -o-linear-gradient(left, #EE731B 0%, #EA5D1C 100%);
  background-image: linear-gradient(to right, #EE731B 0%, #EA5D1C 100%);
}

/* line 36, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader span:nth-child(2) {
  background-image: -webkit-linear-gradient(left, #E8481B 0%, #E63719 100%);
  background-image: -o-linear-gradient(left, #E8481B 0%, #E63719 100%);
  background-image: linear-gradient(to right, #E8481B 0%, #E63719 100%);
  animation-delay: .45s;
}

/* line 43, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader span:nth-child(3) {
  background-image: -webkit-linear-gradient(left, #E32218 0%, #E61E61 100%);
  background-image: -o-linear-gradient(left, #E32218 0%, #E61E61 100%);
  background-image: linear-gradient(to right, #E32218 0%, #E61E61 100%);
  animation-delay: .2s;
}

/* line 50, app/assets/stylesheets/frontend/components/_pne-loader.scss */
.pne-loader span:nth-child(4) {
  background-image: -webkit-linear-gradient(left, #E52040 0%, #E51F52 100%);
  background-image: -o-linear-gradient(left, #E52040 0%, #E51F52 100%);
  background-image: linear-gradient(to right, #E52040 0%, #E51F52 100%);
  animation-delay: 1.2s;
}

/* line 1, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
  left: -9999px;
  position: absolute;
}

/* line 7, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
  cursor: pointer;
  margin: 0;
  padding-left: 25px;
  position: relative;
  vertical-align: top;
}

/* line 16, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"] + label:before, input[type="radio"] + label[data-status-name] {
  background: url(https://d3gm2uafcdxt33.cloudfront.net/assets/forms/radio-unchecked-071f99e30655a258a3e58d48f8f424736ee6e78c33e0aee92f8d35e1a3b36a29.svg) no-repeat center center;
  background-size: 20px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

/* line 28, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"]:checked + label:before, input[type="radio"]:checked + label[data-status-name] {
  background: url(https://d3gm2uafcdxt33.cloudfront.net/assets/forms/radio-checked-72a4bb1a9d1adb034a17330ce24fafb74a110c1f4924d8b5a5d36656042cdf8c.svg) no-repeat center center;
  background-size: 20px;
}

/* line 33, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"]:checked + label.global:after {
  content: "\2013";
  font-weight: bold;
}

/* line 39, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"]:checked + label.switch-paddle:after {
  left: 17px;
}

/* line 43, app/assets/stylesheets/frontend/components/_radio.scss */
input[type="radio"]:not(:checked) + label.switch-paddle:before, input[type="radio"]:not(:checked) + .switch-paddle[data-status-name],
input[type="radio"]:checked + label.switch-paddle:before,
input[type="radio"]:checked + .switch-paddle[data-status-name] {
  content: none;
}

/* line 48, app/assets/stylesheets/frontend/components/_radio.scss */
input.filter-status[type="radio"] {
  display: none;
}

/* line 52, app/assets/stylesheets/frontend/components/_radio.scss */
input.filter-status[type="radio"] + label {
  padding-left: 0;
}

/* line 55, app/assets/stylesheets/frontend/components/_radio.scss */
input.filter-status[type="radio"] + label:before, input.filter-status[type="radio"] + label[data-status-name], input.filter-status[type="radio"] + label:after {
  content: none;
}

/* line 1, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal {
  position: fixed;
  width: 650px;
  border-radius: 3px;
  background: white;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  transform: translateX(650px);
  transition: transform .3s ease-in-out;
}

/* line 14, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal-background {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .3s ease-in-out;
}

/* line 27, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal.active + .side-reveal-background {
  opacity: 1;
  pointer-events: all;
}

/* line 32, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal.active {
  transform: translateX(0);
}

/* line 36, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal-header {
  padding: 1.25rem 1.5625rem;
  border-bottom: 1px solid #E5E5E5;
}

/* line 41, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal-title {
  line-height: 38px;
  font-size: 24px;
}

/* line 46, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal-content {
  padding: 2.5rem 1.875rem 0.625rem;
}

/* line 50, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal-content form {
  padding: 0 2.5rem;
}

/* line 54, app/assets/stylesheets/frontend/components/_reveal.scss */
.side-reveal-content.small {
  width: 60%;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  padding: 0.0625rem 0.625rem;
  border-radius: 3px;
  background-color: #ECEFF6;
  color: #777d89;
  border: none;
}

/* line 10, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
}

/* line 14, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container--default .select2-selection--multiple {
  margin-bottom: 1.375rem;
}

/* line 18, app/assets/stylesheets/frontend/components/_select2.scss */
.accross-main-container .select2-container,
#new-analysis-from-sample .select2-container {
  width: 100% !important;
  margin: 0;
}

/* line 24, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
}

/* line 29, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  line-height: 42px;
  text-align: left;
}

/* line 37, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  height: 35px;
}

/* line 42, app/assets/stylesheets/frontend/components/_select2.scss */
.across-the-border-table .select2-container--default .select2-selection--single,
.across-the-border-table .select2-container--default .select2-selection--single .select2-selection__rendered,
.across-the-border-table .select2-container--default .select2-selection--single .select2-selection__arrow {
  border: none;
}

/* line 49, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container {
  margin-bottom: 1.25rem;
  width: 100% !important;
}

/* line 56, app/assets/stylesheets/frontend/components/_select2.scss */
.across-the-border-table.across-loading {
  opacity: .3;
}

/* line 61, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container .select2-selection__rendered > *.select2-search--inline:first-child {
  width: 100% !important;
}

/* line 65, app/assets/stylesheets/frontend/components/_select2.scss */
.select2-container .select2-selection__rendered > *.select2-search--inline:first-child .select2-search__field {
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table {
  font-size: 14px;
  table-layout: fixed;
}

/* line 5, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table th,
.across-the-border-table td {
  border: 1px solid #D7D7D9;
  font-weight: 400;
  padding: .5rem .2rem;
  text-align: center;
}

/* line 13, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-main-head {
  background: white;
  font-weight: 400;
  border: none;
}

/* line 19, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-main-head:first-child th {
  width: 24%;
  min-width: 24%;
  max-width: 24%;
}

/* line 25, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-main-head #laboratory_id {
  height: 40px;
}

/* line 30, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-head {
  border: none;
}

/* line 34, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-head th {
  border: none;
  text-align: center;
  font-weight: 400;
  background: #FFF4DE;
}

/* line 41, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table .table-left-head + td {
  font-size: 12px;
  text-align: left;
  padding: .5rem 0.625rem;
  background: #F1F1F1;
}

/* line 48, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table td:nth-child(1) {
  font-size: 12px;
  text-align: left;
  padding: .5rem 0.625rem;
  background: #F1F1F1;
}

/* line 55, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table tr:nth-child(odd) td:nth-child(1),
.across-the-border-table tr:nth-child(odd) .table-left-head + td {
  background: #FAFAFA;
}

/* line 60, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table td.table-left-head {
  color: #B5B5B5;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: .5rem 0.625rem;
  background: white !important;
}

/* line 69, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table tbody tr:nth-child(even) {
  background: transparent;
}

/* line 73, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table tbody tr:nth-child(even) {
  background: #FFF8E8;
}

/* line 78, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table tbody tr:nth-child(even) .table-left-head + td {
  text-align: left;
  padding: .5rem 0.625rem;
  background: #F1F1F1 !important;
}

/* line 84, app/assets/stylesheets/frontend/components/_statistics.scss */
.across-the-border-table tbody tr:nth-child(even) .table-left-head {
  background: #FFF8E8;
}

/* line 88, app/assets/stylesheets/frontend/components/_statistics.scss */
.map-head {
  background: #F4F4F4;
}

/* line 92, app/assets/stylesheets/frontend/components/_statistics.scss */
.chart-mandatory,
.exceed-results {
  background: white;
  border: 1px solid #d5d2d6;
  margin-top: 20px;
  padding: 30px;
  box-shadow: 0 1px 5px 0 rgba(236, 234, 237, 0.7);
}

/* line 100, app/assets/stylesheets/frontend/components/_statistics.scss */
.chart-mandatory p,
.exceed-results p {
  margin: 0;
}

/* line 106, app/assets/stylesheets/frontend/components/_statistics.scss */
.exceed-results {
  margin-bottom: 1.25rem;
}

/* line 109, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-chart-container {
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(236, 234, 237, 0.7);
}

/* line 115, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-chart-container #chart {
  padding: 0 30px 0 10px;
  background: white;
}

/* line 120, app/assets/stylesheets/frontend/components/_statistics.scss */
[data-switch-label="include-outliers"] {
  margin-top: 1.25rem;
}

/* line 124, app/assets/stylesheets/frontend/components/_statistics.scss */
[data-switch-label="include-outliers"] .switch-label {
  font-size: 14px;
  padding-left: 0;
  margin-left: 0;
}

/* line 130, app/assets/stylesheets/frontend/components/_statistics.scss */
.filter-slider-input .input-group-label {
  font-size: 14px;
  padding-left: 0;
  margin-left: 0;
}

/* line 136, app/assets/stylesheets/frontend/components/_statistics.scss */
.filter-statistics-container .slider {
  margin-bottom: 0;
}

/* line 141, app/assets/stylesheets/frontend/components/_statistics.scss */
.filter-slider-input .input-group {
  margin-bottom: 0.625rem;
}

/* line 145, app/assets/stylesheets/frontend/components/_statistics.scss */
.accross-dates {
  font-size: 16px;
  color: #504958;
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/frontend/components/_statistics.scss */
.current-parameter {
  margin: 0;
  padding: 20px;
  background: white;
  border-bottom: 1px solid #F2F2F2;
  font-size: 18px;
  color: #504958;
}

/* line 160, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-radio-toggle {
  display: inline-block;
  width: 50%;
  cursor: pointer;
}

/* line 165, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-radio-toggle input[type="radio"] {
  display: none;
}

/* line 169, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-radio-toggle label {
  display: inline-block;
  border: 1px solid #E6E6E6;
  color: #212121;
  padding: 8px 20px;
  transition: box-shadow .2s ease-in;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

/* line 182, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-radio-toggle label:before, .statistics-radio-toggle label[data-status-name] {
  content: none !important;
}

/* line 186, app/assets/stylesheets/frontend/components/_statistics.scss */
.statistics-radio-toggle input[type="radio"]:checked + label {
  color: white;
  background: #F0A77F;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border: none;
}

/* line 196, app/assets/stylesheets/frontend/components/_statistics.scss */
.table-separator-element {
  width: 7px !important;
  max-width: 7px !important;
  min-width: 7px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #D7D7D9 !important;
  border-right: 1px solid #D7D7D9 !important;
  background: white !important;
}

/* line 207, app/assets/stylesheets/frontend/components/_statistics.scss */
.table-separator-element.border-top {
  border-top: 1px solid #D7D7D9 !important;
}

/* line 211, app/assets/stylesheets/frontend/components/_statistics.scss */
tr:last-child td.table-separator-element {
  border-bottom: 1px solid #D7D7D9 !important;
}

/* line 215, app/assets/stylesheets/frontend/components/_statistics.scss */
.accross-separator {
  margin: 0 14px 20px 14px;
}

/* line 219, app/assets/stylesheets/frontend/components/_statistics.scss */
.accross-main-container {
  border: 1px solid #D5D2D6;
  border-radius: 5px;
  background: white;
  margin-top: 30px;
  padding: 20px 10px;
}

/* line 226, app/assets/stylesheets/frontend/components/_statistics.scss */
.accross-main-container .flex-float {
  margin-bottom: 20px;
}

/* line 229, app/assets/stylesheets/frontend/components/_statistics.scss */
.accross-main-container .flex-float select,
.accross-main-container .flex-float label.middle {
  margin: 0;
}

/* line 235, app/assets/stylesheets/frontend/components/_statistics.scss */
.page-header-include-outliers {
  vertical-align: middle;
}

/* line 238, app/assets/stylesheets/frontend/components/_statistics.scss */
.flexmonster-filters {
  margin-top: 55px;
}

/* line 241, app/assets/stylesheets/frontend/components/_statistics.scss */
.flexmonster-filters .action-buttons {
  margin-right: 220px;
  margin-bottom: 20px;
}

/* line 246, app/assets/stylesheets/frontend/components/_statistics.scss */
.flexmonster-filters .with-calendar-margin {
  margin-left: 289px;
}

/* line 250, app/assets/stylesheets/frontend/components/_statistics.scss */
.flexmonster-filters ul {
  margin-top: 10px;
}

/* line 254, app/assets/stylesheets/frontend/components/_statistics.scss */
.flexmonster-manage-filters {
  margin-top: 10px;
  margin-left: 20px;
}

/* line 1, app/assets/stylesheets/frontend/components/_status.scss */
.status-patch {
  width: 40px;
  height: 40px;
  border: 2px solid #EC661E;
  position: relative;
  display: block;
  border-radius: 50%;
  margin: 10px auto 0;
}

/* line 10, app/assets/stylesheets/frontend/components/_status.scss */
.status-patch::before, .status-patch[data-status-name] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: transition(-50%, -50%);
  content: "";
  font-size: 20px;
}

/* line 24, app/assets/stylesheets/frontend/components/_status.scss */
[data-status-name="success"],
[data-status-name="processed"],
[data-status-name="treated"] {
  color: #04D29D;
}

/* line 31, app/assets/stylesheets/frontend/components/_status.scss */
[data-status-name="pending"] {
  color: #EAEDF1;
}

/* line 36, app/assets/stylesheets/frontend/components/_status.scss */
[data-status-name="error"] {
  color: #F04E54;
}

/* line 41, app/assets/stylesheets/frontend/components/_status.scss */
[data-status-name="warning"] {
  color: #FFC700;
}

/* line 46, app/assets/stylesheets/frontend/components/_status.scss */
[data-status-name="sent"] {
  color: #5783dc;
}

/* line 51, app/assets/stylesheets/frontend/components/_status.scss */
[data-status-name="received"] {
  color: #9e9e9e;
}

/* line 56, app/assets/stylesheets/frontend/components/_status.scss */
#sample_shipments [data-status-name="pending"] {
  color: #e965c9;
}

/* line 3, app/assets/stylesheets/frontend/components/_steps.scss */
.data-step li {
  padding: 30px 20px 20px;
}

/* line 7, app/assets/stylesheets/frontend/components/_steps.scss */
.data-step li:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}

/* line 11, app/assets/stylesheets/frontend/components/_steps.scss */
.sign-up-steps {
  border-bottom: 1px solid #E5E5E5;
  padding: 0rem 0.625rem;
}

/* line 16, app/assets/stylesheets/frontend/components/_steps.scss */
.sign-up-steps .data-step {
  margin: 0;
  padding: 0.625rem 1.25rem;
}

/* line 21, app/assets/stylesheets/frontend/components/_steps.scss */
.sign-up-steps .data-step:not(:last-child) {
  border-right: 1px solid #E5E5E5;
}

/* line 25, app/assets/stylesheets/frontend/components/_steps.scss */
.step-number {
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/frontend/components/_steps.scss */
.step-text {
  color: #3D1C3E;
  margin-left: 1.25rem;
  font-weight: bold;
}

/* line 45, app/assets/stylesheets/frontend/components/_steps.scss */
[data-current-step="false"] .step-text {
  display: none;
}

/* line 49, app/assets/stylesheets/frontend/components/_steps.scss */
[data-current-step="false"] .step-number {
  background-color: #D8D2D8;
}

/* line 56, app/assets/stylesheets/frontend/components/_steps.scss */
[data-current-step="true"] .step-text {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/frontend/components/_steps.scss */
[data-current-step="true"] .step-number {
  background-color: #3D1C3E;
}

/* line 66, app/assets/stylesheets/frontend/components/_steps.scss */
.profil-step-number {
  font-size: 14px;
  color: #999;
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/frontend/components/_steps.scss */
.profil-step-title {
  font-size: larger;
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/frontend/components/_steps.scss */
.profil_step {
  margin-bottom: 1.5rem;
}

/* line 77, app/assets/stylesheets/frontend/components/_steps.scss */
.disabled-step {
  position: relative;
  overflow: hidden;
}

/* line 80, app/assets/stylesheets/frontend/components/_steps.scss */
.disabled-step:before, .disabled-step[data-status-name] {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0.7;
}

/* line 1, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

/* line 5, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 10, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step.active .stepbar-step-icon {
  background-color: #EC661E;
}

/* line 13, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step.active .stepbar-step-text {
  color: #EC661E;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step.validate .stepbar-step-icon {
  background-color: green;
}

/* line 22, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step.validate .stepbar-step-text {
  color: #0a0a0a;
}

/* line 26, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step .stepbar-step-icon {
  background-color: #999FA2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  margin-right: 8px;
}

/* line 37, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-step .stepbar-step-text {
  color: #999FA2;
}

/* line 41, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-bar {
  background-color: #999FA2;
  height: 8px;
  width: 1px;
  margin: 0.25rem 14px;
}

/* line 46, app/assets/stylesheets/frontend/components/_stepbar.scss */
.stepbar .stepbar-bar.validate {
  background-color: #0a0a0a;
}

@media screen and (min-width: 640px) {
  /* line 52, app/assets/stylesheets/frontend/components/_stepbar.scss */
  .stepbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }
  /* line 57, app/assets/stylesheets/frontend/components/_stepbar.scss */
  .stepbar .stepbar-bar {
    height: 1px;
    flex-grow: 1;
    width: auto;
    margin: 1rem;
  }
}

/* line 1, app/assets/stylesheets/frontend/components/_tabs.scss */
.tabs {
  border: none;
}

/* line 5, app/assets/stylesheets/frontend/components/_tabs.scss */
.tabs-title > a,
.tabs-title > a:hover {
  color: #55585B;
}

/* line 10, app/assets/stylesheets/frontend/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  border-bottom: none;
}

/* line 16, app/assets/stylesheets/frontend/components/_tabs.scss */
.tabs-panel.is-active {
  border: 1px solid #E2E2E2;
}

/* line 20, app/assets/stylesheets/frontend/components/_tabs.scss */
.tabs-content {
  margin-top: -1px;
  border: none;
}

/* line 25, app/assets/stylesheets/frontend/components/_tabs.scss */
#clients-tabs,
#api-tabs {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 31, app/assets/stylesheets/frontend/components/_tabs.scss */
#clients-tabs .tabs-title > a,
#api-tabs .tabs-title > a {
  border: none;
}

/* line 35, app/assets/stylesheets/frontend/components/_tabs.scss */
#clients-tabs .tabs-title,
#api-tabs .tabs-title {
  float: none;
  width: auto;
  display: inline-block;
}

/* line 41, app/assets/stylesheets/frontend/components/_tabs.scss */
#clients-tabs .tabs-title > a:focus, #clients-tabs .tabs-title > a[aria-selected='true'],
#api-tabs .tabs-title > a:focus,
#api-tabs .tabs-title > a[aria-selected='true'] {
  border-bottom: 2px solid #04D29D;
  background: none;
  opacity: 1;
  border-radius: 0;
}

/* line 49, app/assets/stylesheets/frontend/components/_tabs.scss */
[data-tabs-content="clients-tabs"],
[data-tabs-content="api-tabs"] {
  margin-top: 0;
}

/* line 53, app/assets/stylesheets/frontend/components/_tabs.scss */
[data-tabs-content="clients-tabs"] .tabs-panel.is-active,
[data-tabs-content="api-tabs"] .tabs-panel.is-active {
  border: none;
}

/* line 1, app/assets/stylesheets/frontend/components/_tags.scss */
.tag {
  display: inline-block;
  padding: 0.0625rem 0.625rem;
  border-radius: 3px;
  background-color: #ECEFF6;
  color: #B1B6C2;
}

/* line 9, app/assets/stylesheets/frontend/components/_tags.scss */
.tag-small {
  font-size: 12px;
}

/* line 13, app/assets/stylesheets/frontend/components/_tags.scss */
.tag-purple {
  color: white;
  background-color: #AF66BA;
}

/* line 18, app/assets/stylesheets/frontend/components/_tags.scss */
.remove-tag {
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
}

/* line 24, app/assets/stylesheets/frontend/components/_tags.scss */
.waiting {
  background-color: #FF8937;
  color: white;
}

/* line 29, app/assets/stylesheets/frontend/components/_tags.scss */
.activated {
  background-color: #04D29D;
  color: white;
}

/* line 34, app/assets/stylesheets/frontend/components/_tags.scss */
.tag.primary {
  background-color: #EC661E;
  color: white;
}

/* line 39, app/assets/stylesheets/frontend/components/_tags.scss */
.tag.sample {
  background-color: #fff;
  color: #EC661E;
}

/* line 44, app/assets/stylesheets/frontend/components/_tags.scss */
.tag.last {
  margin-left: 10px;
}

/* line 48, app/assets/stylesheets/frontend/components/_tags.scss */
.tag.delete {
  color: white;
  background-color: #F04E54;
}

/* line 53, app/assets/stylesheets/frontend/components/_tags.scss */
select.tag {
  margin-left: 0.625rem;
  margin-bottom: 0;
  height: 1.6rem;
  margin-top: 11px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.25;
  background-position: right center;
}

/* line 1, app/assets/stylesheets/frontend/components/_tom_select.scss */
.ts-wrapper.tom-select {
  margin-bottom: 1.5rem;
}

/* line 4, app/assets/stylesheets/frontend/components/_tom_select.scss */
.ts-wrapper.tom-select .ts-control {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='7px' viewBox='163 42 12 7' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M168.177462,48.2666257 L163.236123,43.3632659 C162.921292,43.0514338 162.921292,42.5457062 163.236123,42.2338741 C163.549954,41.922042 164.059679,41.922042 164.37401,42.2338741 L168.746656,46.5725379 L173.119301,42.2338741 C173.433632,41.9225417 173.942858,41.9225417 174.257188,42.2338741 C174.572019,42.5457062 174.572019,43.0514338 174.257188,43.3632659 L169.315849,48.2666257 C169.158934,48.422042 168.952545,48.5 168.746656,48.5 C168.540767,48.5 168.334877,48.422042 168.177462,48.2666257 Z' stroke='none' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
  background-size: 10px !important;
  background-position: right 0.5rem center !important;
  background-origin: content-box !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  text-align: left;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0.5rem !important;
  color: #777d89;
  height: 42px;
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/frontend/components/_tom_select.scss */
.ts-wrapper.tom-select .ts-control .item {
  width: auto;
}

/* line 24, app/assets/stylesheets/frontend/components/_tom_select.scss */
.ts-wrapper.tom-select .ts-control input {
  height: 100%;
  flex: 1;
}

/* line 3, app/assets/stylesheets/frontend/components/_tooltip.scss */
* > .tooltip {
  display: none;
  position: absolute;
  transform: translateX(-50%);
}

/* line 8, app/assets/stylesheets/frontend/components/_tooltip.scss */
* *:hover > .tooltip {
  display: block;
}

/* line 13, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip {
  display: none;
  border-radius: 5px;
  position: absolute;
  z-index: 20;
  width: 500px;
  transform: translateX(-20px);
  top: 100%;
  padding-top: 10px;
}

/* line 23, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip > div {
  box-shadow: 0px 0px 28px 0px rgba(15, 36, 41, 0.35);
  border-radius: 3px;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-shipment-id {
  font-size: 24px;
  line-height: 1.4;
}

/* line 34, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip::before, .sample-tooltip[data-status-name] {
  content: "";
  position: absolute;
  top: 0px;
  left: 43px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ac6db4 transparent;
}

/* line 46, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-header {
  padding: 20px;
  background: #AC6DB4;
  color: white;
}

/* line 51, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-header a {
  color: #D4B4D9;
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content {
  background: white;
  padding: 10px;
}

/* line 61, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-step-number {
  font-size: 12px;
}

/* line 65, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps-item p {
  width: 100px;
  font-size: 11px;
}

/* line 70, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps-item strong {
  font-size: 12px;
}

/* line 74, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps {
  width: 80%;
  background: white;
}

/* line 81, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip:hover {
  display: block;
}

/* line 87, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps[data-list-item-count="4"] .sample-steps-item:nth-child(1) {
  left: 0;
}

/* line 91, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps[data-list-item-count="4"] .sample-steps-item:nth-child(2) {
  left: 33%;
}

/* line 95, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps[data-list-item-count="4"] .sample-steps-item:nth-child(3) {
  left: 66%;
}

/* line 99, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip .sample-tooltip-content .sample-steps[data-list-item-count="4"] .sample-steps-item:nth-child(4) {
  left: 100%;
}

/* line 104, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip-container {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.625rem;
  font-size: 12px;
  display: inline;
  margin-left: 5px;
}

/* line 112, app/assets/stylesheets/frontend/components/_tooltip.scss */
.sample-tooltip-container:hover .sample-tooltip {
  display: block;
}

/* line 118, app/assets/stylesheets/frontend/components/_tooltip.scss */
.available-analyse-item {
  position: relative;
  display: inline-block;
}

/* line 122, app/assets/stylesheets/frontend/components/_tooltip.scss */
.available-analyse-item:hover .analyse-tooltip {
  display: block;
}

/* line 127, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: none;
  z-index: 10;
  border-radius: 5px;
  padding: 10px 15px 5px;
  left: -10px;
  bottom: calc( 100% + 10px);
  width: 220px;
}

/* line 139, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-tooltip::before, .analyse-tooltip[data-status-name] {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 6px 5px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}

/* line 151, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-tooltip-title {
  font-size: 18px;
  display: block;
}

/* line 156, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-tooltip-text {
  font-size: 12px;
  display: block;
  margin: 10px 0;
}

/* line 166, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-status:hover .analyse-status-tooltip {
  display: block;
}

/* line 171, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-status-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: none;
  z-index: 10;
  border-radius: 5px;
  padding: 10px 15px 5px;
  top: 65px;
  width: 220px;
}

/* line 182, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-status-tooltip::before, .analyse-status-tooltip[data-status-name] {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

/* line 194, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-status-tooltip-title {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}

/* line 200, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-status-tooltip-text {
  font-size: 12px;
  display: block;
  margin: 10px 0;
}

/* line 210, app/assets/stylesheets/frontend/components/_tooltip.scss */
.filters-button:hover .filters-button-tooltip {
  display: block;
}

/* line 216, app/assets/stylesheets/frontend/components/_tooltip.scss */
.filters-button-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: none;
  z-index: 10;
  border-radius: 5px;
  padding: 10px 15px 5px;
  left: 52px;
  top: 125px;
  width: 220px;
}

/* line 229, app/assets/stylesheets/frontend/components/_tooltip.scss */
.filters-button-tooltip::before, .filters-button-tooltip[data-status-name] {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

/* line 242, app/assets/stylesheets/frontend/components/_tooltip.scss */
.filters-button-tooltip-title {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}

/* line 248, app/assets/stylesheets/frontend/components/_tooltip.scss */
.filters-button-tooltip-text {
  font-size: 12px;
  display: block;
  margin: 10px 0;
}

/* line 255, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-overview {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}

/* line 260, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-overview:hover .analyse-overview-tooltip {
  display: block;
}

/* line 265, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-overview-tooltip {
  position: absolute;
  top: 24px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: none;
  z-index: 10;
  border-radius: 5px;
  padding: 10px 15px 5px;
  width: 220px;
}

/* line 276, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-overview-tooltip::before, .analyse-overview-tooltip[data-status-name] {
  content: "";
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

/* line 288, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-overview-tooltip-title {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}

/* line 294, app/assets/stylesheets/frontend/components/_tooltip.scss */
.analyse-overview-tooltip-text {
  font-size: 12px;
  display: block;
  margin: 10px 0;
}

/* line 301, app/assets/stylesheets/frontend/components/_tooltip.scss */
.button-overview {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}

/* line 306, app/assets/stylesheets/frontend/components/_tooltip.scss */
.button-overview:hover .button-overview-tooltip {
  display: block;
}

/* line 311, app/assets/stylesheets/frontend/components/_tooltip.scss */
.button-overview-tooltip {
  position: absolute;
  bottom: 68px;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  display: none;
  z-index: 10;
  border-radius: 5px;
  padding: 10px 15px 5px;
  width: 220px;
}

/* line 323, app/assets/stylesheets/frontend/components/_tooltip.scss */
.button-overview-tooltip::before, .button-overview-tooltip[data-status-name] {
  content: "";
  position: absolute;
  rotate: 180deg;
  bottom: -11px;
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
}

/* line 337, app/assets/stylesheets/frontend/components/_tooltip.scss */
.button-overview-tooltip-title {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}

/* line 343, app/assets/stylesheets/frontend/components/_tooltip.scss */
.button-overview-tooltip-text {
  font-size: 12px;
  display: block;
  margin: 10px 0;
}

/* line 1, app/assets/stylesheets/frontend/components/_top-bar.scss */
.top-bar {
  padding: 0;
}

/* line 5, app/assets/stylesheets/frontend/components/_top-bar.scss */
.top-bar-right {
  padding: .5rem;
}

/* line 1, app/assets/stylesheets/frontend/components/_typeahead.scss */
.typeahead-list {
  position: absolute;
  background: white;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 12, app/assets/stylesheets/frontend/components/_typeahead.scss */
.typeahead-list li {
  display: block;
  background: white;
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
}

/* line 19, app/assets/stylesheets/frontend/components/_typeahead.scss */
.typeahead-list li.active {
  background: #F2F2F2;
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on August 29, 2016 11:51 AM */
@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-MediumItalic.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-MediumItalic.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-MediumItalic.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-MediumItalic.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-MediumItalic.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-MediumItalic.svg#AvenirNext-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Demi';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBoldItalic.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBoldItalic.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBoldItalic.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBoldItalic.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBoldItalic.svg#AvenirNext-DemiBoldItalic) format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-BoldItalic.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-BoldItalic.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-BoldItalic.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-BoldItalic.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-BoldItalic.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-BoldItalic.svg#AvenirNext-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-HeavyItalic.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-HeavyItalic.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-HeavyItalic.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-HeavyItalic.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic) format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Bold.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Bold.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Bold.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Bold.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Bold.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Bold.svg#AvenirNext-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Ultra';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLightItalic.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLightItalic.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLightItalic.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLightItalic.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLightItalic.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLightItalic.svg#AvenirNext-UltraLightItalic) format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next Ultra';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLight.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLight.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLight.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLight.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLight.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-UltraLight.svg#AvenirNext-UltraLight) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Demi';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBold.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBold.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBold.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBold.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBold.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-DemiBold.svg#AvenirNext-DemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Regular.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Regular.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Regular.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Regular.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Regular.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Regular.svg#AvenirNext-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Medium.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Medium.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Medium.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Medium.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Medium.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Medium.svg#AvenirNext-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Italic.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Italic.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Italic.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Italic.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Italic.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Italic.svg#AvenirNext-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Heavy.eot);
  src: url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Heavy.eot?#iefix) format("embedded-opentype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Heavy.woff2) format("woff2"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Heavy.woff) format("woff"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Heavy.ttf) format("truetype"), url(https://d3gm2uafcdxt33.cloudfront.net/fonts/avenir-next/AvenirNext-Heavy.svg#AvenirNext-Heavy) format("svg");
  font-weight: 900;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/frontend/components/_wizard.scss */
small.simple_form_error {
  color: #F04E54;
  font-weight: bold;
  vertical-align: text-top;
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/frontend/components/_wizard.scss */
small.simple_form_error:before, .simple_form_error[data-status-name] {
  content: "⚠";
  font-weight: bold;
  margin-right: 5px;
}

/* line 14, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/* line 23, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 22px;
  width: calc((2 * (94px / 2)) + 94px + (2 * 1rem));
  height: 1px;
  background-color: #ccc;
  transform: translateX(-50%);
}

/* line 35, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-header .wizard-step-link {
  position: relative;
  z-index: 10;
  display: flex;
  width: 94px;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

/* line 45, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-header .wizard-step-link .wizard-step-index {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #445055;
  border-radius: 999px;
  border: 1px solid #EC661E;
  background: #EFC3AB;
}

/* line 57, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-header .wizard-step-link .wizard-step-title {
  font-weight: 700;
  font-size: 14px;
}

/* line 62, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-header .wizard-step-link.disabled .wizard-step-index {
  border-color: #ccc;
  background-color: #fff;
  color: #999FA2;
}

/* line 71, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content {
  position: relative;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 1.5rem;
}

/* line 79, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content.small {
  padding: 0.75rem;
  width: calc(100% - 20px);
}

/* line 84, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-content-title {
  margin-bottom: 2rem;
  color: #445055;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-content-title:has(+ .small) {
  margin-bottom: 1rem;
}

/* line 94, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-content-title.small {
  font-size: 18px;
  margin-bottom: 1rem;
}

/* line 99, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-infos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 103, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-infos.list {
  border-bottom: 1px solid #999FA2;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* line 108, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-infos.list:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

/* line 115, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-infos .wizard-info {
  padding: 0.5rem;
  border-bottom: 1px solid #E3E4E5;
}

/* line 119, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-infos .wizard-info:last-child {
  border: none;
}

/* line 123, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-infos .wizard-info span {
  font-size: 12px;
  color: #b3b4b5;
}

/* line 129, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-remove-button {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #EC661E;
  border-radius: 999px;
  color: transparent;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/delete-f8231b9bb78bd98182d0d5881c315cee715b343a00d643aacbed1dc1fe40cec7.svg);
  transition: all 150ms ease-in-out;
}

/* line 146, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-remove-button:hover {
  background-color: #EFC3AB;
}

/* line 150, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  margin-bottom: 2rem;
}

/* line 158, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input {
  width: 100%;
}

/* line 161, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input input, .wizard-content .wizard-inputs .input select, .wizard-content .wizard-inputs .input textarea {
  height: 42px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0;
}

/* line 168, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input input[type='file'], .wizard-content .wizard-inputs .input select[type='file'], .wizard-content .wizard-inputs .input textarea[type='file'] {
  height: auto;
}

/* line 172, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input label {
  margin-bottom: 0.5rem;
}

/* line 175, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input small {
  display: block;
}

/* line 178, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.select {
  position: relative;
}

/* line 180, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.select::after {
  content: '\2303';
  position: absolute;
  right: 0.5rem;
  bottom: 12px;
  transform: rotate(180deg);
  font-size: 16px;
}

/* line 188, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.select select {
  padding-right: 1.75rem;
}

/* line 192, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.text {
  min-width: 300px;
}

/* line 196, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.file input[type=file] {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #445055;
  height: 50px;
  padding: 3.5px;
  width: 100%;
}

/* line 205, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.file input[type=file]::file-selector-button {
  margin-right: 8px;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  background-color: #F09869;
  color: #fff;
}

/* line 219, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.file input[type=file]::file-selector-button:hover {
  background-color: #EFC3AB;
  color: #445550;
}

/* line 226, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-actions {
  display: flex;
  justify-content: space-between;
}

/* line 229, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-actions > * {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  /* line 236, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-header {
    gap: 4rem;
  }
  /* line 238, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-header::after {
    width: calc((2 * (120px / 2)) + 120px + (2 * 4rem));
  }
  /* line 241, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-header .wizard-step-link {
    width: 120px;
  }
  /* line 246, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content {
    padding: 3rem 2.5rem;
  }
  /* line 248, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content.small {
    padding: 1rem;
  }
  /* line 251, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-content-title {
    font-size: 26px;
    margin-bottom: 3rem;
  }
  /* line 255, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-content-title.small {
    font-size: 20px;
  }
  /* line 259, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-infos {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 262, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-infos .wizard-info {
    border-bottom: none;
    border-right: 1px solid #E3E4E5;
  }
  /* line 266, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-infos .wizard-info:nth-child(4n) {
    border: none;
  }
  /* line 273, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-inputs .input {
    width: auto;
  }
  /* line 276, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-inputs .input[class$="farm_name"] {
    flex: 1 1 0%;
  }
  /* line 279, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-inputs .input[class$="species"] {
    flex: 1 1 0%;
  }
  /* line 282, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-inputs .input.text {
    min-width: 300px;
  }
  /* line 286, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-inputs .input.file input[type=file] {
    min-width: 320px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 297, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-infos {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 301, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-infos .wizard-info:nth-child(4n) {
    border-right: 1px solid #E3E4E5;
  }
  /* line 304, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-infos .wizard-info:nth-child(6n) {
    border: none;
  }
  /* line 310, app/assets/stylesheets/frontend/components/_wizard.scss */
  .wizard-content .wizard-inputs .input.text {
    min-width: 437px;
  }
}

/* line 317, app/assets/stylesheets/frontend/components/_wizard.scss */
.wizard-content .wizard-inputs .input.select select {
  background-color: transparent;
  z-index: 1;
  position: relative;
}

/* line 1, app/assets/stylesheets/frontend/layouts/_commons.scss */
.underline {
  text-decoration: underline;
}

/* line 5, app/assets/stylesheets/frontend/layouts/_commons.scss */
[data-displayed="false"] {
  display: none;
}

/* line 9, app/assets/stylesheets/frontend/layouts/_commons.scss */
.no-margin {
  margin: 0;
}

/* line 13, app/assets/stylesheets/frontend/layouts/_commons.scss */
.margin-right {
  margin-right: 1rem;
}

/* line 17, app/assets/stylesheets/frontend/layouts/_commons.scss */
.relative {
  position: relative;
}

/* line 21, app/assets/stylesheets/frontend/layouts/_commons.scss */
.absolute {
  position: absolute;
}

/* line 25, app/assets/stylesheets/frontend/layouts/_commons.scss */
.vertical-super {
  vertical-align: super;
}

/* line 29, app/assets/stylesheets/frontend/layouts/_commons.scss */
.vertical-middle, .chip {
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/frontend/layouts/_commons.scss */
.margin-top-5 {
  margin-top: 5px;
}

/* line 36, app/assets/stylesheets/frontend/layouts/_commons.scss */
.margin-left-5 {
  margin-left: 5px;
}

/* line 39, app/assets/stylesheets/frontend/layouts/_commons.scss */
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/frontend/layouts/_links.scss */
.underlined-link {
  color: #3c4043;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/frontend/layouts/_titles.scss */
.page-title {
  color: #7f8194;
  font-size: 32px;
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/frontend/layouts/_titles.scss */
.page-sub-section-title {
  color: #aeafb0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 14, app/assets/stylesheets/frontend/layouts/_titles.scss */
.page-sub-title {
  display: block;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/frontend/vuejs/_animations.scss */
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

/* line 4, app/assets/stylesheets/frontend/vuejs/_animations.scss */
.fade-enter, .fade-leave-active {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  overflow-y: scroll;
}

/* line 10, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-modal-container header {
  padding: 20px;
  background: #F2F2F2;
}

/* line 15, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-modal-container .content {
  padding: 20px 30px;
}

/* line 19, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-modal-container footer {
  border-top: 1px solid #DDDDE2;
  padding: 20px 30px;
}

/* line 25, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-modal {
  position: absolute;
  z-index: 20;
  top: 60px;
  left: 50%;
  margin-bottom: 3.75rem;
  display: block;
}

/* line 34, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-overlay {
  position: fixed;
  z-index: 18;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* line 44, app/assets/stylesheets/frontend/vuejs/_modal.scss */
#sample-shipment-modal-container {
  position: relative;
  z-index: 200;
}

/* line 49, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.report-modal.reveal.vue-modal.small {
  width: 500px;
  border-radius: 5px;
  margin-left: -250px;
}

/* line 56, app/assets/stylesheets/frontend/vuejs/_modal.scss */
.vue-close {
  font-size: 64px;
  color: #D9D9D9;
  line-height: 24px;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-select-container {
  position: relative;
  z-index: 20;
  text-align: left;
}

/* line 8, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-select-container:hover .multi-level-list {
  display: block;
}

/* line 14, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-selected-list {
  min-height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  padding: 3px;
}

/* line 24, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-selected-list li {
  float: left;
  padding: 3px 10px;
  background: #ECEFF6;
  color: #777d89;
  margin-bottom: 5px;
}

/* line 30, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-selected-list li:not(:last-child) {
  margin-right: 5px;
}

/* line 35, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-selected-container {
  min-height: 40px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  padding-left: 10px;
}

/* line 44, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  max-height: 200px;
  min-width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  overflow-y: scroll;
  background: white;
}

/* line 58, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-list li {
  padding: 5px 10px;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-list li.selected {
  background: #DDDDDD;
}

/* line 66, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-list li:hover, .multi-level-list li.selected:hover {
  background-color: #5897fb;
  color: white;
}

/* line 72, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-list li[data-type="country"] {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.multi-level-list li[data-type="state"] {
  padding-left: 0.625rem;
}

/* line 82, app/assets/stylesheets/frontend/vuejs/_multi-level-list.scss */
.laboratory-toggle [data-type="state"] {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notifications {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 350px;
  z-index: 1;
}

/* line 8, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notification p {
  margin-right: 20px;
}

/* line 11, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notification-status {
  background: rgba(64, 29, 54, 0.5);
  margin-bottom: 10px;
  color: white;
  padding: 10px 30px 10px 10px;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.42);
  position: relative;
}

/* line 21, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notification-status .status {
  font-size: 44px;
  margin-right: 10px;
}

/* line 25, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notification-status .notification-status-message {
  font-size: 14px;
  margin: 0;
}

/* line 30, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notification-status .notification-status-close {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 0;
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/frontend/vuejs/_notification.scss */
.notification-status .notification-status-link {
  text-decoration: underline;
  color: white;
  margin-left: 54px;
}

/* line 45, app/assets/stylesheets/frontend/vuejs/_notification.scss */
#notifications-status-list {
  position: absolute;
  z-index: 30;
  top: 30px;
  right: 30px;
  width: 300px;
}

/* line 1, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container {
  background: #fafafc;
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 2px;
}

/* line 8, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-toggle {
  color: #878790;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-toggle [class^="adi"] {
  font-size: 24px;
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-main-container {
  position: absolute;
  z-index: 20;
  width: 200px;
  right: 10px;
}

/* line 25, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container {
  font-size: 14px;
  position: relative;
}

/* line 29, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container::before, .statistics-filters-list-container[data-status-name] {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fafafc transparent;
}

/* line 42, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #E5E5E5 transparent;
}

/* line 54, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container .statistics-filters-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 59, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container .statistics-filters-list .statistics-filters-list-item {
  padding: 3px 5px;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container .statistics-filters-list .statistics-filters-list-item:hover {
  background: #E2E2E9;
  border-radius: 3px;
}

/* line 71, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container .statistics-filters-list.shrink .statistics-filters-list-item {
  display: none;
}

/* line 75, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-list-container .statistics-filters-list.shrink .statistics-filters-list-item:nth-child(-n+3) {
  display: block;
}

/* line 82, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-title {
  font-size: 10px;
  padding-left: 3px;
  text-transform: uppercase;
  color: #B9B9BA;
  margin: 0;
}

/* line 90, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-name {
  font-size: 12px;
  color: #7F7F7F;
  display: inline-block;
  width: calc(100% - 9px);
}

/* line 97, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-remove {
  color: #C9C9CB;
  vertical-align: middle;
}

/* line 102, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-separator {
  margin: 5px 0 10px 0;
}

/* line 106, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-more {
  text-align: center;
  position: relative;
}

/* line 110, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-more::before, .statistics-filters-more[data-status-name] {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E1E1E2;
}

/* line 121, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-more-text {
  margin-right: 5px;
}

/* line 125, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-more > span {
  background: white;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 1px solid #E1E1E2;
  display: inline-block;
  padding: 3px 5px 0;
  font-size: 12px;
  border-radius: 5px;
}

/* line 136, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-more > span .adi-arrow-bottom {
  vertical-align: sub;
}

/* line 142, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-template-name-container {
  display: table;
}

/* line 145, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-template-name-container > div {
  display: table-cell;
  vertical-align: top;
}

/* line 150, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-template-name-container .profile-picture.large {
  margin-left: 0;
}

/* line 154, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-template-name-container .statistics-filters-form {
  width: 100%;
  padding-left: 10px;
}

/* line 158, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-template-name-container .statistics-filters-form label {
  line-height: 1;
  margin-bottom: 4px;
}

/* line 165, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-current-filters-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 171, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-current-filters-list li {
  display: table;
  margin-bottom: 0.3125rem;
}

/* line 176, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-current-filters-list-name,
.statistics-current-filters-list-value {
  display: table-cell;
  font-size: 14px;
}

/* line 182, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-current-filters-list-name {
  padding-right: 10px;
  width: 140px;
}

/* line 187, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-current-filters-list-value {
  font-weight: 400;
}

/* line 191, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.pre-period {
  color: #C6C6C6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.filter-list-value:not(:last-child):after {
  content: ", ";
}

/* line 202, app/assets/stylesheets/frontend/vuejs/_statistics-filters.scss */
.statistics-filters-no-filters {
  font-size: 12px;
  margin: 3px;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-relaunch-title {
  font-size: 18px;
  padding: 0.625rem 0.3125rem;
  background: #e7e7e7;
  border-radius: 5px 5px 0 0;
}

/* line 6, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-relaunch-title small {
  color: #212121;
}

/* line 11, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-modal {
  margin-bottom: 0;
  margin-left: -240px;
  overflow: initial;
  padding-bottom: 1.25rem;
  width: 480px;
  background: white;
  color: #212121;
  box-shadow: 0px 0px 35px 0px rgba(15, 36, 41, 0.31);
  border-radius: 5px;
}

/* line 24, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-relaunch-list {
  padding-top: 10px;
}

/* line 28, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-relaunch-content {
  background: #fff;
  padding: 0.625rem;
}

/* line 32, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-relaunch-content input {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/frontend/partials/analyzes/_batch-modal.scss */
.batch-analyse-item header {
  background: #fff;
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #0a0a0a;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 1, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-title {
  color: #617fbf;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-history-title {
  white-space: pre;
}

/* line 17, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-sub-title {
  font-size: 14px;
  margin: 0;
}

/* line 22, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value-main-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
}

/* line 28, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"],
[id^="sample_shipment_"],
[id^="support_message_"],
.analyze-secondary-informations-container {
  -js-display: flex;
  display: flex;
}

/* line 36, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="sample_shipment_"] .analyze-secondary-informations-container {
  align-items: baseline;
}

/* line 40, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value {
  color: #464046;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* line 46, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value .postfix {
  color: #c7c2c7;
  font-size: 10px;
  font-weight: bold;
}

/* line 54, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-name {
  color: #b3b4b5;
  font-size: 12px;
  margin: 0;
}

/* line 59, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="sample_shipment_"] .analyze-name {
  margin: 0;
}

/* line 64, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value-container {
  margin: 0 1.25rem;
}

/* line 66, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value-container.no-border {
  border-left: 0;
}

/* line 71, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value-container:first-child {
  margin-left: 0;
}

/* line 75, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value-container:last-child {
  margin-right: 0;
}

/* line 79, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-value-list-container {
  -js-display: flex;
  display: flex;
  flex-direction: row;
}

/* line 85, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-status-container {
  font-size: 34px;
  margin-right: 10px;
}

/* line 91, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-checkbox-container {
  background: #efeff5;
  text-align: center;
}

/* line 97, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-card-ghost .analyze-checkbox-container {
  background: #999FA2;
  text-align: center;
}

/* line 103, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-main-informations-container {
  padding-right: 30px;
  width: 120px;
  word-break: break-all;
}

/* line 108, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-main-informations-container .tag {
  display: inline;
  font-size: 14px;
  margin-right: 5px;
  padding: 0 4px;
}

/* line 116, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-description {
  font-size: 14px;
}

/* line 119, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-description .tag {
  margin-right: 0.3125rem;
}

/* line 124, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.analyze-dropdown {
  background: #eaedf1;
  color: #898992;
  font-size: 14px;
  padding-right: 3.125rem;
}

/* line 130, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.analyze-dropdown::after {
  border-color: #898992 transparent transparent;
  right: 10px;
}

/* line 135, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.analyze-dropdown::before, .dropdown.menu > li.is-dropdown-submenu-parent > .analyze-dropdown[data-status-name] {
  background-color: #898992;
  bottom: 0;
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  width: 1px;
}

/* line 146, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.analyze-dropdown + .menu.vertical > li a {
  color: #787878;
  font-size: 14px;
}

/* line 150, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.analyze-dropdown + .menu.vertical > li a:hover {
  background: #f2f2f2;
}

/* line 156, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.analyze-dropdown + .menu.vertical,
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions + .menu.vertical {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  z-index: 21;
}

/* line 164, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions + .menu.vertical > li {
  min-width: 280px;
  position: relative;
  width: auto;
}

/* line 169, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions + .menu.vertical > li:not(:last-child)::after {
  background-color: #e5e5e5;
  bottom: 0;
  content: '';
  height: 1px;
  left: 10%;
  position: absolute;
  width: 80%;
}

/* line 179, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions + .menu.vertical > li a {
  color: #787878;
  display: block;
  font-size: 14px;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}

/* line 186, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a.dropdown-actions + .menu.vertical > li a:hover {
  background: #f2f2f2;
}

/* line 193, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-actions-container {
  margin-left: auto;
  margin-right: 1.25rem;
}

/* line 197, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-actions-container ul {
  float: right;
}

/* line 202, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.laboratory-label {
  color: #9399a7;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 209, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.laboratory-name {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}

/* line 215, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyze-secondary-informations-container.analyses-result-secondary-informations {
  align-items: baseline;
  margin-top: 3px;
  width: 40%;
}

/* line 221, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyzes-footer-container:not(:empty) {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 228, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyzes-footer-container:not(:empty) ul {
  margin-bottom: 3px;
}

/* line 232, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyzes-footer-container:not(:empty) time {
  color: #bbc3ca;
  display: block;
  font-size: 14px;
}

/* line 239, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.laboratory-description {
  margin: 0;
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 10px;
  width: 332px;
}

/* line 247, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.spectrometer-match {
  background: #fff4cc;
  color: #987f25;
  font-size: 14px;
  padding: 10px 20px;
}

/* line 253, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.spectrometer-match span {
  margin-left: 10px;
}

/* line 258, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analysis-informations {
  padding: 1.250rem 0 0;
  position: relative;
}

/* line 263, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-history-title {
  float: left;
  margin-top: 4px;
}

/* line 269, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"] .analyze-value {
  margin: 0;
}

/* line 273, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"] .analyse-title {
  height: 30px;
  width: 120px;
}

/* line 278, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"] .laboratory-description {
  margin: 0;
  padding-left: 10px;
  padding-right: 0;
}

/* line 284, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"] .laboratory-name {
  color: #b5bfc7;
  float: right;
}

/* line 289, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"] .analyze-actions-container {
  margin-right: 0;
}

/* line 293, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
[id^="analyses_result_"] .analyze-main-informations-container {
  min-height: 10px;
}

/* line 298, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-history-status-container {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

/* line 304, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-history-container {
  display: inline-block;
  width: calc(100% - 70px);
  margin-bottom: 10px;
}

/* line 310, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-history-description {
  display: inline;
  font-size: 14px;
  text-overflow: ellipsis;
  word-break: break-word;
}

/* line 317, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analysis-history-main-container {
  padding-right: 0.625rem;
}

/* line 321, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.sample-shipment-title {
  width: 180px;
}

/* line 325, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-customer-name {
  text-overflow: ellipsis;
  width: 100px;
}

/* line 329, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-customer-name + .analyze-value-container {
  width: 110px;
}

/* line 334, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-used-request {
  background: #fff;
  border: 1px solid #EB7368;
  border-radius: 5px 5px 0 0;
  color: #EB7368;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}

/* line 343, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-used-request strong {
  font-size: 16px;
}

/* line 348, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-balance-request {
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}

/* line 354, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-balance-request strong {
  font-size: 16px;
}

/* line 358, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-balance-request.positive {
  background: #fff;
  border: 1px solid #E23828;
  color: #E23828;
}

/* line 364, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-balance-request.negative {
  background: #fff;
  border: 1px solid #f04e54;
  color: #f04e54;
}

/* line 371, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credits-overview {
  margin-top: 50px;
}

/* line 375, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.credit-available-request {
  background: #EB7368;
  border-color: #EB7368;
  border-radius: 0 0 5px 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  padding: 10px;
}

@media screen and (min-width: 1400px) {
  /* line 386, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
  .analyse-customer-name {
    width: 200px;
  }
  /* line 390, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
  .analyze-title {
    max-width: 600px;
  }
  /* line 394, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
  .analyze-actions-container {
    min-width: 190px;
  }
  /* line 399, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
  [id^="analyses_result_"] .analyse-title {
    width: 300px;
  }
  /* line 403, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
  [id^="analyses_result_"] .laboratory-description {
    padding-right: 0;
    width: calc(100% - 600px);
  }
  /* line 409, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
  .analyze-main-informations-container {
    width: 230px;
  }
}

/* line 414, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-results-block {
  margin-bottom: 1.25rem !important;
}

/* line 416, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-results-block .card {
  margin-bottom: 0.625rem !important;
}

/* line 421, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-ghost {
  display: block;
}

/* line 425, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-ghost-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #EC661E;
  border-radius: 3px;
  margin-bottom: 6px;
}

/* line 432, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-ghost-tag .analyse-ghost-icon {
  margin-right: 8px;
}

/* line 435, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-ghost-tag .analyse-ghost-text {
  font-size: 12px;
  color: #fff;
}

/* line 441, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-multiscan {
  display: block;
}

/* line 445, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-multiscan-text {
  font-size: 14px;
  color: #F09869;
}

/* line 450, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.white-icon {
  fill: #FFFFFF;
}

/* line 454, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-results-hidden {
  display: none;
}

/* line 458, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-results-button {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.see-results {
  margin-left: 10px;
}

/* line 467, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.hide-results {
  margin-left: 10px;
}

/* line 471, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-results-button-icon {
  margin-left: 5px;
  font-size: 10px;
}

/* line 476, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyses-results-child-spacing {
  margin-left: 3.75rem;
  margin-bottom: 0.625rem !important;
}

/* line 481, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.analyse-overview-icon {
  margin-right: 8px;
  height: 16px;
}

/* line 487, app/assets/stylesheets/frontend/partials/analyzes/_index.scss */
.hide-results span.adi-arrow-bottom {
  display: inline-block;
  transform: rotate(180deg);
}

/* line 1, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-modal {
  background-color: white;
  width: 960px;
  border-color: #471643;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  border: none;
  overflow: visible;
}

/* line 11, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-modal.reveal {
  margin-left: -480px;
  overflow: initial;
}

/* line 19, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions > .report-actions-buttons:first-child {
  margin-bottom: 1rem;
}

/* line 22, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions .report-actions-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 26, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions .report-actions-buttons > * {
  width: 50%;
}

/* line 30, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions .button.outline {
  background: transparent;
  border: 1px solid #EC661E;
  background-color: #EC661E;
  color: white;
}

/* line 37, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions .relaunch-button {
  float: none;
  margin: 0;
}

/* line 41, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions .button {
  text-align: left;
  display: inline-flex;
  gap: 0.25rem;
}

/* line 45, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions .button:hover {
  color: white;
}

/* line 50, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions a .icon-hover {
  display: none;
}

/* line 53, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions a .icon-default {
  display: block;
}

/* line 57, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions a:hover .icon-hover {
  display: block;
}

/* line 60, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-actions a:hover .icon-default {
  display: none;
}

/* line 66, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.close-action {
  position: absolute;
  top: -74px;
  right: -4px;
  font-size: 64px;
  color: white;
}

/* line 73, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.close-action:hover {
  color: white;
}

/* line 78, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.close-my-pne-offer {
  z-index: 100;
  position: absolute;
  top: -16px;
  right: 24px;
  font-size: 64px;
  color: #7E7672FF;
}

/* line 86, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.close-my-pne-offer:hover {
  color: #7E7672FF;
}

/* line 91, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 1.25rem;
  margin-right: 1.25rem;
}

/* line 97, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-head-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #EC661E;
  margin: 0;
}

/* line 106, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.comment-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

/* line 114, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-title {
  margin: 0;
  font-size: 18px;
  margin: 0;
}

/* line 119, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-title .analyses-file-name {
  font-size: 14px;
}

/* line 122, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-title a,
.report-title a:hover,
.report-title a:focus,
.report-title a:visited,
.report-title a:active {
  color: #EC661E;
  display: block;
  font-size: 18px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 500;
}

/* line 137, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-title a:hover {
  text-decoration: underline;
}

/* line 142, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analyses-file-name {
  font-size: 14px;
}

/* line 145, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-header-modal {
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}

/* line 154, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details {
  padding: 1rem 1.25rem;
  background: #E3E5E6;
}

/* line 158, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details > div:nth-child(1) {
  margin-right: 20px;
}

/* line 162, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details > div:nth-child(2) {
  flex-grow: 1;
}

/* line 166, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details .profile-picture {
  margin-top: 0;
}

/* line 171, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details-list {
  -js-display: flex;
  display: flex;
  gap: 2rem;
  align-items: baseline;
  font-size: 14px;
  margin: 0;
  list-style: none;
  position: relative;
}

/* line 181, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details-list li {
  padding: 0;
  flex-grow: 1;
}

/* line 185, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details-list li .file-uploaded {
  margin-left: 0;
}

/* line 190, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details-list li:not(:last-child) {
  padding-right: 1.25rem;
}

/* line 195, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-description p {
  padding: 1.25rem 1.875rem 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

/* line 202, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-detail-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

/* line 207, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-details-list-item-title {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}

/* line 214, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-results {
  padding: 0 1.25rem 1.25rem;
}

/* line 218, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-result-title {
  color: #717171;
  font-size: 24px;
  font-weight: bold;
}

/* line 224, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table {
  margin-top: 20px;
  font-size: 12px;
}

/* line 228, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table thead {
  background: transparent;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

/* line 233, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

/* line 240, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table .main-table-title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0;
}

/* line 246, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table .main-table-title th:not(:first-child) {
  padding-bottom: 0;
}

/* line 250, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table .main-table-title th:nth-child(3) {
  border-left: 1px solid #f1f1f1;
}

/* line 255, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table tbody tr:nth-child(even) td:first-child {
  border-radius: 0;
}

/* line 259, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table tbody tr:nth-child(even) td:last-child {
  border-radius: 0;
}

/* line 263, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table .sub-table-title {
  color: #BDB8BD;
  font-weight: 300;
  border-bottom: 0;
}

/* line 268, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table .sub-table-title th:nth-child(4) {
  border-left: 1px solid #f1f1f1;
}

/* line 273, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table .low-high-limit {
  font-size: 12px;
}

/* line 278, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table tbody .parameter-name {
  font-size: 14px;
  font-weight: 400;
  padding: 0.9375rem 0.625rem 0.9375rem;
}

/* line 284, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table tbody .main-value {
  font-size: 14px;
  font-weight: 600;
}

/* line 289, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table tbody .unit {
  color: #BDB8BD;
}

/* line 295, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table-comparison {
  font-size: 14px;
}

/* line 299, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table-comparison .reference-column {
  font-weight: bold;
}

/* line 303, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table-comparison tbody tr:nth-child(even) {
  background-color: #CCCECF;
}

/* line 307, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table-comparison th {
  position: relative;
  border-right: 1px solid #f1f1f1;
}

/* line 312, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-table-comparison .tooltip {
  left: 50%;
  font-size: 14px;
  word-wrap: break-word;
}

/* line 318, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-comparison-title {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

/* line 324, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-comparison-logo {
  position: absolute;
  z-index: 20;
  top: 16px;
  left: 16px;
}

/* line 331, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table {
  font-size: 14px;
}

/* line 335, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table .reference-column {
  font-weight: bold;
}

/* line 339, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table tbody tr:nth-child(even) {
  background-color: #CCCECF;
}

/* line 343, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table th {
  position: relative;
  border-right: 1px solid #f1f1f1;
}

/* line 348, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table tr {
  line-height: 10px;
}

/* line 352, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table .tooltip {
  left: 50%;
  font-size: 14px;
  word-wrap: break-word;
}

/* line 357, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-table .pne-offer-row {
  height: 10px;
}

/* line 361, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.pne-offer-title {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

/* line 367, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-comparison-legend {
  margin-top: 16px;
  margin-left: 32px;
  font-family: monospace;
}

/* line 373, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analysis-info {
  font-size: 12px;
}

/* line 376, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analysis-info:nth-child(2) {
  margin-bottom: 1.25rem;
}

/* line 381, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analysis-title {
  color: #383C3F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1rem;
}

/* line 388, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-comment {
  height: 100px;
  resize: none;
}

/* line 393, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.available_analyses-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 400, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.available_analyses-list > * {
  width: 25%;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 406, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.available_analyses-list label {
  white-space: nowrap;
  font-weight: 400;
}

/* line 412, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.available_animal_categories-list {
  margin-bottom: 1rem;
}

/* line 415, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.available_animal_categories-list label {
  font-weight: bolder;
}

/* line 422, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.available_analyses-italic label {
  font-style: italic;
}

/* line 427, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analysis-form {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  min-height: 500px;
}

/* line 435, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analysis-form .batch-mode-scroll {
  max-height: calc(100vh - 40px);
  overflow: scroll;
}

/* line 440, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.package_label {
  background: white;
  padding: 20px;
  border: 1px dashed #ccc;
}

/* line 446, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.address_component {
  font-size: 18px;
  display: block;
}

/* line 451, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.address_title {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 456, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.sender {
  font-size: 12px;
}

/* line 460, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.sender-title {
  text-transform: uppercase;
}

/* line 464, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.sender-info {
  display: block;
}

/* line 468, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.send-container {
  margin: 1.25rem 0;
}

/* line 472, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.shipment-id__container {
  margin: 20px 0 10px;
}

/* line 476, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.shipment-id {
  border: 1px solid #ccc;
  background: white;
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #EC661E;
}

/* line 486, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-header,
.spectrum-sample-header {
  background-color: #EC661E;
  color: white;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  position: relative;
}

/* line 495, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-sample-header {
  background: #EC661E;
  border-radius: 3px 3px 0 0;
}

/* line 500, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-remove,
.spectrum-sample-remove {
  position: absolute;
  top: 46%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 38px;
  cursor: pointer;
}

/* line 510, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-name-span,
.spectrum-file-name-image {
  display: table-cell;
  vertical-align: middle;
}

/* line 516, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-name-image + .spectrum-file-name-span {
  padding-left: 10px;
}

/* line 520, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-content {
  background: white;
  padding: 1.25rem 0.625rem;
  border-radius: 0 0 5px 5px;
  position: relative;
}

/* line 526, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-content.error-spectrum {
  background: #e74c3c;
  color: white;
  text-align: center;
}

/* line 531, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-content.error-spectrum p {
  margin: 0;
}

/* line 536, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-content .loading-container {
  padding: 0;
  margin: 0;
  border: none;
}

/* line 543, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-info-line {
  border-radius: 5px;
  background: white;
  margin-bottom: 20px;
}

/* line 547, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-info-line .spectrum-file-header {
  border-radius: 5px 5px 0 0;
}

/* line 551, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-info-line .spectrum-file-content {
  border-radius: 0 0 5px 5px;
  border: 1px solid #D5D2D6;
  border-top: none;
}

/* line 557, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
li:last-child .spectrum-file-info-line {
  margin-bottom: 3.75rem;
}

/* line 562, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.add-sample-button {
  position: relative;
  z-index: 3;
}

/* line 567, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectrum-file-name {
  font-size: 18px;
  color: #6985C2;
  margin-bottom: 0px;
  margin-left: 15px;
}

/* line 574, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.add-sample-container {
  text-align: center;
  position: relative;
}

/* line 578, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.add-sample-container:before, .add-sample-container[data-status-name] {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E5E3E5;
  top: 50%;
  left: 0;
}

/* line 590, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.source {
  display: inline-block;
  padding: 1px 10px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-top: 2px;
}

/* line 598, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.source.sample {
  background-color: #ae69b8;
}

/* line 602, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.source.file-uploaded {
  background-color: #5B7AD1;
}

/* line 607, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-profile-informations {
  margin-left: 10px;
}

/* line 609, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-profile-informations span {
  display: block;
}

/* line 613, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-profile-informations span:nth-child(1),
.report-profile-informations span:nth-child(2),
.report-profile-informations span:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  color: #2d2d2d;
}

/* line 621, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-profile-informations time {
  font-size: 14px;
  font-weight: normal;
  color: #676767;
}

/* line 628, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.analyses-file-name {
  text-align: center;
  font-weight: bold;
}

/* line 634, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.technical-overview {
  align-items: flex-start;
}

/* line 637, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.technical-overview .adi-laboratory {
  font-size: 52px;
}

/* line 642, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.technical-overview-list {
  margin-left: 10px;
  list-style: none;
}

/* line 646, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.technical-overview-list li {
  line-height: 18px;
}

/* line 651, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.technical-overview-list-title {
  width: 130px;
  display: inline-block;
  font-size: 14px;
}

/* line 656, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.technical-overview-list-title + span {
  font-weight: bold;
  font-size: 14px;
}

/* line 662, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectra-comment-title {
  font-size: 14px;
  color: rgba(56, 60, 63, 0.5);
  margin-bottom: 0.3125rem;
}

/* line 668, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.comment-text {
  font-size: 14px;
}

/* line 672, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-edit-form {
  width: 480px;
  background: white;
  display: inline-block;
  color: #212121;
  position: absolute;
  z-index: 20;
  top: 60px;
  right: 25px;
  box-shadow: 0px 0px 35px 0px rgba(15, 36, 41, 0.31);
  border-radius: 5px;
}

/* line 684, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-edit-form::before, .report-edit-form[data-status-name] {
  content: "";
  position: absolute;
  top: -6px;
  right: 128px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #e7e7e7 transparent;
}

/* line 696, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-edit-form header {
  padding: 0.625rem 0.3125rem;
  background: #e7e7e7;
  border-radius: 5px 5px 0 0;
}

/* line 702, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-edit-form .report-edit-container {
  padding: 20px 5px;
}

/* line 707, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-material-form {
  top: 120px;
}

/* line 710, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.report-material-form::before, .report-material-form[data-status-name] {
  right: 48px;
}

/* line 714, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.file-warning-message {
  color: #FF6600;
  font-size: 14px;
  font-weight: bold;
}

/* line 720, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.file-warning-message .adi-warning-triangle {
  vertical-align: text-top;
  margin-right: 5px;
  font-size: 16px;
}

/* line 726, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.file-error-message {
  color: #F04E54;
  font-size: 14px;
  font-weight: bold;
}

/* line 732, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.file-error-message .adi-error-triangle {
  vertical-align: text-top;
  margin-right: 5px;
  font-size: 16px;
}

/* line 738, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectra-file-list {
  position: relative;
  width: calc( 100% + 10px);
}

/* line 742, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.spectra-file-list > ul {
  width: calc( 100% - 10px);
}

/* line 747, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.file-uploaded {
  padding: 5px 5px;
  color: white;
  background: #F29461;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  /* line 760, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
  .report-modal {
    width: 1100px;
  }
  /* line 763, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
  .report-modal.reveal {
    margin-left: -500px;
  }
}

/* line 771, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.raw-material-error #raw-material label {
  color: #F04E54;
  font-size: 14px;
  font-weight: bold;
}

/* line 777, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.raw-material-error #raw-material .select2-selection--single {
  border-color: #F04E54;
}

/* line 781, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.raw-material-error #raw-material .select2-selection__rendered {
  color: #F04E54;
  font-weight: bold;
}

/* line 790, app/assets/stylesheets/frontend/partials/analyzes/_report-modal.scss */
.step-verify_raw_material .verify_raw_material_alert {
  min-height: 500px;
}

/* line 1, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-report-title {
  font-size: 24px;
  color: #47484F;
  margin-bottom: 1.25rem;
}

/* line 7, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-report-sub-title {
  font-size: 14px;
  color: #D1D2D8;
}

/* line 12, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-analysis-list {
  position: relative;
}

/* line 15, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-analysis-list::before, .new-analysis-list[data-status-name] {
  content: none;
  position: absolute;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 15px;
  z-index: -1;
  background: #DFE5F3;
}

/* line 27, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-analysis-list li:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* line 31, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-analysis-list__step::before, .new-analysis-list__step[data-status-name] {
  content: attr(data-step);
  width: 30px;
  height: 30px;
  border: 2px solid #F6C3BE;
  color: #F6C3BE;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  font-weight: bold;
  background: white;
  display: inline-block;
  background: white;
  margin-right: 10px;
}

/* line 47, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-analysis-list__name {
  color: #F6C3BE;
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.active .new-analysis-list__name,
.done .new-analysis-list__name {
  color: #E23828;
}

/* line 59, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.active .new-analysis-list__step::before, .active .new-analysis-list__step[data-status-name] {
  color: #E23828;
  border-color: #E23828;
}

/* line 64, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.active .new-analysis-list__name::before, .active .new-analysis-list__name[data-status-name] {
  color: #E23828;
}

/* line 71, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.done .new-analysis-list__step::before, .done .new-analysis-list__step[data-status-name] {
  color: white;
  background-color: #E23828;
  border-color: #E23828;
  content: "\2714";
}

/* line 78, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.done .new-analysis-list__name::before, .done .new-analysis-list__name[data-status-name] {
  color: white;
}

/* line 83, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.new-report-container {
  padding: 1.25rem 1.875rem;
}

/* line 88, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.report-header {
  background-color: #fff;
  color: #EC661E;
}

/* line 94, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.analyzes-success {
  width: 100px;
  height: 100px;
  margin: 40px auto 40px;
  border: 2px solid #EC661E;
  border-radius: 50%;
  position: relative;
}

/* line 102, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.analyzes-success::after {
  content: "\2714";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}

/* line 112, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.analyzes-error {
  width: 100px;
  height: 100px;
  margin: 40px auto 40px;
  border: 2px solid #7F8194;
  border-radius: 50%;
  position: relative;
}

/* line 120, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.analyzes-error::after {
  content: "\2715";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}

/* line 130, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
[data-step-container="3"] {
  min-height: 500px;
}

/* line 134, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.analyzes-form-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EC661E;
  line-height: 1.4;
  width: 300px;
  font-size: 16px;
}

/* line 142, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.analyzes-form-success .text-center, .analyzes-form-success .analyze-status-container {
  color: #7F8194;
}

/* line 146, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.closing-window {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  font-size: 12px;
  text-align: center;
  color: #7F8194;
}

/* line 157, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.spectrum-file-info-line {
  margin-bottom: 20px;
}

/* line 162, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.spectrum-file-info-line.invalid .spectrum-file-content {
  background: rgba(231, 76, 60, 0.2);
}

/* line 166, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.spectrum-file-name {
  font-size: 14px;
  color: white;
  margin-bottom: 0px;
  margin-left: 15px;
  display: table;
}

/* line 174, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.processing-file {
  padding: 10px 20px;
  border: 1px solid #D5D2D6;
  margin: 10px 0;
  -js-display: flex;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 5px;
}

/* line 185, app/assets/stylesheets/frontend/partials/analyzes/_reports.scss */
.processing-message {
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-method {
  display: inline-block;
  background: #69A1B8;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
}

/* line 10, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-method[data-method="post"] {
  background: #69A1B8;
}

/* line 14, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-method[data-method="get"] {
  background: #69B89D;
}

/* line 18, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-method[data-method="delete"] {
  background: #F04E54;
}

/* line 22, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-text {
  font-size: 14px;
}

/* line 26, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-status {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 10px;
  border-radius: 20px;
  background: #04D29D;
}

/* line 36, app/assets/stylesheets/frontend/partials/_api-management.scss */
[data-api-status="success"] {
  background: #04D29D;
}

/* line 40, app/assets/stylesheets/frontend/partials/_api-management.scss */
[data-api-status="pending"] {
  background: #FFC700;
}

/* line 44, app/assets/stylesheets/frontend/partials/_api-management.scss */
[data-api-status="error"] {
  background: #F04E54;
}

/* line 48, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-line-item:nth-child(odd) {
  background: #F7F9FB;
}

/* line 52, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-line-item:nth-child(even) {
  background: #fff;
}

/* line 56, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-line-title {
  background: transparent;
}

/* line 59, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-line-title th {
  font-weight: 400;
  border-bottom: 1px solid #DEE0E0;
}

/* line 65, app/assets/stylesheets/frontend/partials/_api-management.scss */
.button.api-generate,
.button.api-generate:focus,
.button.api-generate:hover,
.button.api-generate:active,
.button.api-generate:visited {
  background: #E61E59;
  color: white;
}

/* line 74, app/assets/stylesheets/frontend/partials/_api-management.scss */
.api-token-disabled {
  opacity: .4;
}

/* line 78, app/assets/stylesheets/frontend/partials/_api-management.scss */
.webhook-main-informations {
  width: 500px;
}

/* line 1, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form {
  padding: 1.875rem 0rem 2.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

/* line 8, app/assets/stylesheets/frontend/partials/_auth.scss */
.sign-up-auth-form {
  background-color: white;
  border-radius: 3px;
  width: calc(100% - 2rem);
  max-width: 600px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 18, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-main-container {
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/devise/background-43a8cfdc032b8b86d8cd965c08d9f050b41d5afb5e16726791d5c13422110f83.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}

/* line 27, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 39, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-text, .auth-form .field.field-password {
  position: relative;
}

/* line 41, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-text::before, .auth-form .field-text[data-status-name], .auth-form .field.field-password::before, .auth-form .field-password[data-status-name] {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #CCCECF;
  opacity: 0.4;
  width: 60px;
  height: 42px;
  border-radius: 3px 0 0 3px;
  z-index: 10;
}

/* line 53, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-text::after, .auth-form .field.field-password::after {
  content: "";
  position: absolute;
  z-index: 20;
}

/* line 59, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-text::after {
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/person-ca7030ed9ba5185a7024d56f0294b124677b2a2015795fbe836c4c080c1f4184.svg);
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 19px;
  bottom: 10px;
}

/* line 67, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-password {
  margin-bottom: 2rem;
}

/* line 69, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-password::after {
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/lock-5361b1c56c7d8f58bd3fea79b0fc675dff0884419e8fa90d54b47ddfd6ec9875.svg);
  background-size: contain;
  bottom: 11px;
  left: 20px;
  width: 20px;
  height: 20px;
}

/* line 78, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-password {
  margin-bottom: 2rem;
}

/* line 80, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-password::after {
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/lock-5361b1c56c7d8f58bd3fea79b0fc675dff0884419e8fa90d54b47ddfd6ec9875.svg);
  background-size: contain;
  bottom: 11px;
  left: 20px;
  width: 20px;
  height: 20px;
}

/* line 89, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field.field-remember_me {
  margin-bottom: 2rem;
}

/* line 92, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-form .field input {
  padding-left: 68px;
}

/* line 97, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header {
  padding: 0;
  border-bottom: 1px solid #CCCECF;
  margin-bottom: 40px;
}

/* line 103, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-top {
  background-color: #EC661E;
  padding: 0.5rem 0;
}

/* line 107, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-bottom {
  background-color: #fafafc;
  padding: 0.5rem 0;
}

/* line 111, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  list-style: none;
}

/* line 118, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-menu > a .icon-hover {
  display: none;
}

/* line 121, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-menu > a .icon-default {
  display: block;
}

/* line 125, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-menu > a:hover .icon-hover {
  display: block;
}

/* line 128, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header-menu > a:hover .icon-default {
  display: none;
}

/* line 134, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .top-bar-right {
  padding: 0;
}

/* line 139, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown, .auth-header .menu-dropdown {
  position: relative;
  height: 24px;
}

/* line 142, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-actions, .auth-header .menu-dropdown .dropdown-actions {
  padding-right: 16px;
  position: relative;
}

/* line 145, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-actions .icon-hover, .auth-header .menu-dropdown .dropdown-actions .icon-hover {
  display: none;
}

/* line 148, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-actions .icon-default, .auth-header .menu-dropdown .dropdown-actions .icon-default {
  display: block;
}

/* line 152, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-actions:hover .icon-hover, .auth-header .menu-dropdown .dropdown-actions:hover .icon-hover {
  display: block;
}

/* line 155, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-actions:hover .icon-default, .auth-header .menu-dropdown .dropdown-actions:hover .icon-default {
  display: none;
}

/* line 159, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-actions::after, .auth-header .menu-dropdown .dropdown-actions::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #445550 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -2px;
}

/* line 175, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-content, .auth-header .menu-dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  background-color: #CCCECF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  overflow: hidden;
  z-index: 10;
}

/* line 185, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-content a, .auth-header .menu-dropdown .dropdown-content a {
  color: #445055;
  padding: 12px 16px;
  margin: 0;
  text-decoration: none;
  display: block;
  transition: all 150ms ease-in-out;
}

/* line 193, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .language-dropdown .dropdown-content a:hover, .auth-header .menu-dropdown .dropdown-content a:hover {
  background-color: #445550;
  color: white;
}

/* line 201, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .menu-dropdown .dropdown-actions {
  padding-right: 0;
}

/* line 203, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .menu-dropdown .dropdown-actions::after {
  display: none;
}

/* line 207, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-header .menu-dropdown .dropdown-content {
  min-width: 165px;
}

/* line 212, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-logo {
  font-size: 1.25rem;
  color: white;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 219, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-logo a {
  color: white;
}

/* line 224, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-welcome {
  position: relative;
}

/* line 228, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-welcome .copyright {
  padding: 0.4375rem 1.25rem 0.4375rem 0.625rem;
  color: #212121;
}

/* line 234, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-footer .footer,
.auth-footer .copyright {
  color: #212121;
}

/* line 240, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-footer {
  background: white;
  z-index: 10;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

/* line 247, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-footer a {
  color: #212121;
}

/* line 252, app/assets/stylesheets/frontend/partials/_auth.scss */
.slogan {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  max-width: 600px;
  margin: 60px 10px 60px;
}

/* line 259, app/assets/stylesheets/frontend/partials/_auth.scss */
.slogan-highlight {
  display: block;
  color: white;
  font-size: 24px;
}

/* line 265, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

/* line 274, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

/* line 284, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-title img {
  margin-bottom: 18px;
}

/* line 288, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-sub-title {
  font-size: 18px;
  color: #B7B8B9;
  text-align: center;
  margin-bottom: 2.5rem;
}

/* line 295, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth .forgotten-password {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 301, app/assets/stylesheets/frontend/partials/_auth.scss */
.auth-links {
  margin-top: 3.75rem;
}

/* line 306, app/assets/stylesheets/frontend/partials/_auth.scss */
.sign-up-footer {
  border-top: 1px solid #DBDBE0;
  padding: 1.25rem 1.875rem;
}

@media screen and (min-width: 768px) {
  /* line 312, app/assets/stylesheets/frontend/partials/_auth.scss */
  .slogan {
    margin: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 318, app/assets/stylesheets/frontend/partials/_auth.scss */
  .auth-footer {
    background: transparent;
    padding-left: 0;
    font-size: 16px;
  }
  /* line 323, app/assets/stylesheets/frontend/partials/_auth.scss */
  .auth-footer a {
    color: white;
  }
  /* line 328, app/assets/stylesheets/frontend/partials/_auth.scss */
  .auth-welcome .copyright {
    color: white;
  }
  /* line 332, app/assets/stylesheets/frontend/partials/_auth.scss */
  .auth-footer .footer,
.auth-footer .copyright {
    color: white;
  }
}

@media screen and (min-width: 1025px) {
  /* line 340, app/assets/stylesheets/frontend/partials/_auth.scss */
  .slogan {
    font-size: 24px;
    line-height: 31px;
    transform: translateY(-60%);
    left: 10%;
    width: auto;
  }
  /* line 348, app/assets/stylesheets/frontend/partials/_auth.scss */
  .slogan-highlight {
    margin-top: 30px;
    font-size: 48px;
    line-height: 56px;
  }
  /* line 354, app/assets/stylesheets/frontend/partials/_auth.scss */
  .auth-form.sign-up-form {
    padding: 1.875rem 0rem 0.625rem;
  }
}

/* line 1, app/assets/stylesheets/frontend/partials/_beta-disclaimer.scss */
.beta-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F04E54;
  z-index: 10;
  color: white;
  transition: bottom .5s ease-in-out;
}

/* line 11, app/assets/stylesheets/frontend/partials/_beta-disclaimer.scss */
.beta-disclaimer .relative {
  padding: 10px 20px 10px 30px;
}

/* line 15, app/assets/stylesheets/frontend/partials/_beta-disclaimer.scss */
.close-beta-disclaimer {
  color: #F04E54;
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  top: 50%;
  text-align: center;
  right: 20px;
  margin-top: -10px;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/frontend/partials/_beta-disclaimer.scss */
.hide-beta {
  bottom: -100%;
}

/* line 1, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.page.no-scroll {
  overflow: visible;
}

/* line 5, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search {
  display: none;
  position: absolute;
  right: 40px;
  left: 40px;
  padding: 2.5rem 0 3.75rem 0;
  pointer-events: none;
  z-index: 4;
}

/* line 13, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search form {
  background: white;
  border: 2px solid #E6E6E6;
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

/* line 22, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search input,
#client-search .input-group {
  margin: 0;
}

/* line 27, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search input.button[type="submit"] {
  color: white;
  background-color: #E91657;
  padding: 20px 40px;
  margin: 5px;
  border-radius: 3px;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search .input-group-label,
#client-search input {
  background: transparent;
  border: none;
}

/* line 42, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search .input-group-label {
  font-size: 24px;
}

/* line 46, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search input.query {
  height: 4rem;
}

/* line 51, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.search-background {
  background: #fafafc;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 90px;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: left .3s ease-in-out;
  pointer-events: none;
}

/* line 64, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.sidebar:hover + .container .page .search-background {
  left: 270px;
}

/* line 68, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.results {
  position: relative;
  z-index: 20;
  opacity: 0;
  width: 100%;
  pointer-events: none;
}

/* line 76, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search.active {
  display: block;
  pointer-events: all;
}

/* line 80, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search.active form {
  border-color: #E91657;
}

/* line 83, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search.active .search-background {
  opacity: .9;
}

/* line 87, app/assets/stylesheets/frontend/partials/clients/_search.scss */
#client-search.active .results {
  opacity: 1;
}

/* line 92, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.result-title {
  font-size: 24px;
  padding-top: 1.25rem;
}

/* line 97, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.result-section {
  border-top: 1px solid #DDDDDD;
  padding-top: 1.25rem;
}

/* line 102, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.result-section-title {
  color: #617FBF;
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0.9375rem;
}

/* line 109, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.view-profile {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}

/* line 114, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.result-section .analyze-name {
  margin-bottom: 0;
}

/* line 118, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.search-result-icon,
.search-result-name {
  vertical-align: middle;
}

/* line 123, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.search-result-icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  margin-right: 20px;
}

/* line 134, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.search-result-icon [class^="adi"] {
  line-height: 37px;
}

/* line 139, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.search-result-name {
  display: inline-block;
}

/* line 143, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.clients-icon {
  background: #2C63C2;
}

/* line 147, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.clients-users {
  background: #0A476E;
}

/* line 151, app/assets/stylesheets/frontend/partials/clients/_search.scss */
.clients-laboratories {
  background: #00A999;
}

/* line 1, app/assets/stylesheets/frontend/partials/_client-management.scss */
.country-information {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 9, app/assets/stylesheets/frontend/partials/_client-management.scss */
.inactive-spectrometer {
  background-color: #EAEDF1;
}

@media screen and (min-width: 1400px) {
  /* line 15, app/assets/stylesheets/frontend/partials/_client-management.scss */
  .country-information {
    width: 200px;
  }
}

/* line 1, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics {
  position: relative;
  -webkit-box-shadow: 0 1px 5px 0 rgba(236, 234, 237, 0.7);
  -moz-box-shadow: 0 1px 5px 0 rgba(236, 234, 237, 0.7);
  box-shadow: 0 1px 5px 0 rgba(236, 234, 237, 0.7);
  border-radius: 5px;
}

/* line 8, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics > div {
  display: flex;
}

/* line 12, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics .filter-group.statistic-filter-group {
  padding: 1.25rem 0.625rem;
}

/* line 17, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics .filter-group.statistic-filter-group:last-child {
  border-bottom: 1px solid #F09869;
}

/* line 22, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics .refine-chart {
  background: rgba(236, 234, 237, 0.7);
}

/* line 26, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics .select2-container {
  margin-bottom: 0;
}

/* line 30, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filter-statistics-container {
  padding: 1.25rem 0rem;
  border: 1px solid #d5d2d6;
  position: relative;
}

/* line 35, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filter-statistics-container.float-left {
  width: 75%;
  background: white;
  border-radius: 5px 0 0 5px;
}

/* line 41, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filter-statistics-container.float-right {
  width: 25%;
  padding: 1.5625rem 1.25rem;
}

/* line 46, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filter-statistics-container.no-filter {
  background: none;
  border: none;
}

/* line 52, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-statistics-title {
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #F2F2F2;
  font-size: 18px;
  font-weight: bold;
  color: #504958;
}

/* line 61, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filter-slider-input {
  padding-right: 1rem;
}

/* line 63, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filter-slider-input span,
.filter-slider-input input[type] {
  background: transparent;
  border: none;
}

/* line 71, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.more-filters {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #E6E6E6;
  padding: 3px 15px;
  font-size: 14px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

/* line 86, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.display-chart {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.625rem;
}

/* line 92, app/assets/stylesheets/frontend/partials/_filters-statistics.scss */
.filters-list {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/frontend/partials/_filters.scss */
.sidebar-filters {
  display: inline-block;
  width: 300px;
  transition: left .3s ease-in-out;
  vertical-align: top;
  min-height: calc( 100vh - 57px);
}

/* line 8, app/assets/stylesheets/frontend/partials/_filters.scss */
.sidebar-filters .menu {
  position: relative;
}

/* line 12, app/assets/stylesheets/frontend/partials/_filters.scss */
.sidebar-filters input[type], .sidebar-filters select {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/frontend/partials/_filters.scss */
.sidebar-filters hr {
  margin: 0.625rem 0;
}

/* line 21, app/assets/stylesheets/frontend/partials/_filters.scss */
.sidebar-filters.active {
  left: 0;
}

/* line 25, app/assets/stylesheets/frontend/partials/_filters.scss */
.sidebar-filters::before, .sidebar-filters[data-status-name] {
  content: "";
  position: absolute;
  background: white;
  -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.18);
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
}

/* line 39, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-fix {
  position: relative;
  z-index: 2;
}

/* line 44, app/assets/stylesheets/frontend/partials/_filters.scss */
.filters-title {
  font-size: 14px;
  color: #313538;
  font-weight: bold;
}

/* line 49, app/assets/stylesheets/frontend/partials/_filters.scss */
.filters-title::after {
  border-color: #313538 transparent transparent !important;
}

/* line 53, app/assets/stylesheets/frontend/partials/_filters.scss */
.filters-title:hover, .filters-title:focus {
  text-decoration: none;
  color: #313538;
}

/* line 61, app/assets/stylesheets/frontend/partials/_filters.scss */
.filters-title.required::after {
  content: "*";
  color: #F04124;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

/* line 71, app/assets/stylesheets/frontend/partials/_filters.scss */
.filters-action {
  color: #A5A7AA;
  font-size: 10px;
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/frontend/partials/_filters.scss */
.autocomplete-filter-list {
  max-height: 150px;
  overflow-y: scroll;
  padding: 10px 20px;
  border: 1px solid #E4E4E4;
  border-top: none;
}

/* line 85, app/assets/stylesheets/frontend/partials/_filters.scss */
.autocomplete-filter input,
.autocomplete-filter .input-group {
  margin-bottom: 0;
}

/* line 90, app/assets/stylesheets/frontend/partials/_filters.scss */
.autocomplete-filter .input-group {
  border: 1px solid #E4E4E4;
}

/* line 94, app/assets/stylesheets/frontend/partials/_filters.scss */
.autocomplete-filter .search,
.autocomplete-filter .search:hover {
  background: none;
}

/* line 99, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-group {
  padding: 1.25rem 0.625rem;
  border-bottom: 1px solid #D8D8D8;
}

/* line 103, app/assets/stylesheets/frontend/partials/_filters.scss */
.menu > .filter-group > ul.nested {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 109, app/assets/stylesheets/frontend/partials/_filters.scss */
.active-filter {
  background: #F7F8FD;
  border-radius: 10px;
  padding: 0 0 0 9px;
  display: inline-block;
}

/* line 116, app/assets/stylesheets/frontend/partials/_filters.scss */
.active-filter:not(:last-child) {
  margin-bottom: 0.3125rem;
}

/* line 120, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-section-name {
  text-transform: uppercase;
  color: #A9ABAF;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 25px;
}

/* line 128, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-section-name:not(:first-child) {
  margin: 0 5px;
}

/* line 133, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-section-value {
  word-break: break-word;
  font-size: 14px;
  color: #4D5054;
  margin-right: 5px;
  line-height: 25px;
}

/* line 141, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-remove {
  background: #EDEFF6;
  color: #BEBFC5;
  width: 20px;
  text-align: center;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 25px;
  cursor: pointer;
}

/* line 158, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-calendar .adi-calendar {
  font-size: 14px;
  color: #626262;
}

/* line 163, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-calendar .input-group-label {
  background-color: #f0f0f0;
  border-color: #e6e6e6;
}

/* line 168, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-calendar .input-group-field {
  border-color: #e6e6e6;
}

/* line 173, app/assets/stylesheets/frontend/partials/_filters.scss */
.filter-status {
  display: none;
}

/* line 177, app/assets/stylesheets/frontend/partials/_filters.scss */
.manufacturer-label {
  font-weight: 400;
}

/* line 182, app/assets/stylesheets/frontend/partials/_filters.scss */
.loading-inactive {
  opacity: 0.3;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/frontend/partials/_footer.scss */
.copyright,
.footer a {
  color: #B6BFC7;
}

/* line 6, app/assets/stylesheets/frontend/partials/_footer.scss */
.footer {
  margin-top: 2.5rem;
}

/* line 10, app/assets/stylesheets/frontend/partials/_footer.scss */
.copyright {
  padding: 0.4375rem 1.25rem 0.4375rem 0.625rem;
}

/* line 1, app/assets/stylesheets/frontend/partials/_main.scss */
.container {
  height: calc( 100vh - 112px);
}

/* line 5, app/assets/stylesheets/frontend/partials/_main.scss */
.container:not([data-simplebar]) {
  overflow-y: auto;
}

/* line 10, app/assets/stylesheets/frontend/partials/_main.scss */
.page-padding-content {
  padding: 3.125rem 0.9375rem 1.25rem 1.875rem;
}

/* line 14, app/assets/stylesheets/frontend/partials/_main.scss */
p.text-primary {
  color: #EC661E;
}

/* line 18, app/assets/stylesheets/frontend/partials/_main.scss */
span.text-primary {
  color: #EC661E;
}

/* line 22, app/assets/stylesheets/frontend/partials/_main.scss */
a {
  color: #EC661E;
}

/* line 24, app/assets/stylesheets/frontend/partials/_main.scss */
a:hover {
  color: #F09869;
}

/* line 1, app/assets/stylesheets/frontend/partials/_navigation.scss */
.help-and-support {
  display: block;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  color: #9B9D9E;
}

/* line 8, app/assets/stylesheets/frontend/partials/_navigation.scss */
.help-and-support:hover, .help-and-support:active, .help-and-support:focus {
  color: #9B9D9E;
}

/* line 14, app/assets/stylesheets/frontend/partials/_navigation.scss */
.help-and-support [class^="adi"] {
  font-size: 24px;
  margin-left: 10px;
  line-height: 22px;
  margin-right: 10px;
}

/* line 21, app/assets/stylesheets/frontend/partials/_navigation.scss */
.help-and-support span {
  display: inline-block;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/frontend/partials/_navigation.scss */
.top-bar-profile-menu {
  z-index: 10;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);
}

/* line 35, app/assets/stylesheets/frontend/partials/_navigation.scss */
.top-bar-profile-menu > li > a {
  color: #787878;
  font-size: 14px;
}

/* line 39, app/assets/stylesheets/frontend/partials/_navigation.scss */
.top-bar-profile-menu > li > a:hover {
  background: #F2F2F2;
}

/* line 1, app/assets/stylesheets/frontend/partials/_nutritions.scss */
.nutrition-container {
  display: flex;
  flex-direction: row;
}

/* line 7, app/assets/stylesheets/frontend/partials/_nutritions.scss */
.world-map-container {
  margin-left: 24px;
  margin-top: 20px;
  width: 600px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/frontend/partials/_nutritions.scss */
.world-map {
  width: 100%;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-client.scss */
.client-list-item {
  border: 1px solid #EAEAEA;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stats .columns:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}

/* line 5, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-container {
  margin: 0 auto;
  text-align: center;
}

/* line 10, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

/* line 16, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-data {
  margin: 0;
}

/* line 20, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-value {
  font-size: 32px;
  display: inline-block;
}

/* line 25, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-progress {
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin-left: 1.25rem;
  padding: 0.125rem 0.625rem;
  border-radius: 3px;
  background-color: #EC661E;
}

/* line 37, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-text {
  font-size: 12px;
  margin: 0;
}

/* line 42, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-progress-alert {
  background-color: #F04E54;
}

/* line 46, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-progress-warning {
  background-color: #FF8937;
}

/* line 50, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-progress-success {
  background-color: #04D29D;
}

/* line 54, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.need-help-container {
  text-align: center;
}

/* line 57, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.need-help-container .columns:not(:last-child) {
  border-right: 1px solid #F5F5F5;
}

/* line 61, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.need-help-container .fa {
  display: block;
  font-size: 64px;
  color: #CCCCCC;
}

/* line 68, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.news-container {
  padding-top: 30px;
}

/* line 71, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.news-container .orbit-slide {
  padding: 0 1.25rem;
}

/* line 75, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.news-container .news-text {
  font-size: 12px;
  color: #BBBBBB;
}

/* line 81, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.activities-container {
  padding: 1.25rem 0;
}

/* line 84, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.activities-container li {
  width: calc( 10% - 20px);
}

/* line 89, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.activity-text {
  font-size: 12px;
  color: #BBBBBB;
  line-height: 1.2;
}

/* line 95, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.activity-stat {
  display: block;
  text-align: right;
}

/* line 100, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.statistics-informations {
  text-align: center;
  padding: 2.5rem 0 0.625rem;
}

/* line 104, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.statistics-informations .statistic-title {
  text-transform: uppercase;
  color: #C7C7C7;
  font-size: 12px;
  display: block;
}

/* line 111, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.statistics-informations .columns:not(last-child) {
  border-right: 1px solid #ccc;
}

/* line 116, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-submitted-on {
  color: #676767;
  font-size: 14px;
}

/* line 122, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.card-content-padding-horizontal {
  padding: 0 10px;
}

/* line 127, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.statistics-content {
  display: table;
  width: 100%;
  height: calc( 100% - 30px);
}

/* line 133, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-chart-filters {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

/* line 137, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-chart-filters .dashboard-chart-filters-container {
  display: flex;
  flex-direction: column;
}

/* line 140, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-chart-filters .dashboard-chart-filters-container .dashboard-chart-filters-value {
  margin-bottom: 0;
  color: #464046;
  font-size: 14px;
  line-height: 1.4;
}

/* line 146, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-chart-filters .dashboard-chart-filters-container .dashboard-chart-filters-label {
  color: #b3b4b5;
  font-size: 12px;
  margin: 0;
}

/* line 153, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.statistics-graph,
.activities-container {
  display: table-cell;
  vertical-align: middle;
}

/* line 162, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.analysis-activity thead,
.analysis-activity thead tr,
.analysis-activity thead th {
  background: transparent;
  font-weight: 400;
}

/* line 169, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.analysis-activity tbody tr {
  font-size: 14px;
}

/* line 173, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.analysis-activity tbody tr:nth-child(odd) {
  background: #F7F7F7;
}

/* line 177, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.analysis-activity tbody tr:nth-child(even) {
  background: white;
}

/* line 181, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.analysis-activity tbody tr:last-child {
  background: #D4D9DA;
}

/* line 186, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.table-report-dashboard {
  font-size: 12px;
}

/* line 189, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.table-report-dashboard .customer-name {
  line-height: 36px;
}

/* line 194, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-card {
  min-height: 380px;
}

/* line 201, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 li {
  width: 33.3%;
  margin: 0;
  padding: 0 10px;
}

/* line 206, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 li:last-child {
  padding-right: 0;
}

/* line 210, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 li:first-child {
  padding-left: 0;
}

/* line 214, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 li:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* line 218, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 .horizontal-list-title {
  color: #c7c7c7;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

/* line 226, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 .analyses-count-month {
  color: #0fcfbc;
}

/* line 230, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 .analyses-count-week {
  color: #0fcfbc;
}

/* line 234, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.horizontal-list-3 .analyses-count-today {
  color: #00b0f0;
}

/* line 240, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.client_with_less_than_100_credits {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* line 246, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.client_with_less_than_100_credits .sub-title {
  font-size: 12px;
  color: #CDCBD2;
}

/* line 252, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.client_with_less_than_100_credits .region {
  font-size: 12px;
  color: #c7c2c7;
}

/* line 259, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.customer-name {
  color: #5d7cbe;
  font-size: 14px;
}

/* line 265, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.additional-info {
  font-size: 10px;
}

/* line 270, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.active-user-name {
  margin-bottom: 0.625rem;
}

/* line 274, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.active-user-name .columns:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

/* line 280, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.active-user-name .columns:first-child a {
  color: #464A4C;
}

/* line 285, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-clients-title {
  width: 100px;
}

/* line 289, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-clients-country {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 297, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-clients {
  border: 1px solid #E9E9E9;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}

/* line 303, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-clients .additional-info {
  margin-bottom: 0;
}

/* line 307, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-clients .analyze-value {
  margin-bottom: 4px;
}

/* line 311, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.dashboard-clients .analyze-actions-container {
  min-width: 110px;
}

/* line 316, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.clients-with-less-credits {
  height: 400px;
  overflow-y: scroll;
}

/* line 321, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.ending-contract {
  font-size: 12px;
}

/* line 327, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.highcharts-contextmenu {
  max-height: calc(100% - 8px);
  overflow-y: auto;
}

/* line 333, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
li.highcharts-menu-item {
  width: auto;
}

/* line 337, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.stat-container {
  height: auto !important;
}

/* line 341, app/assets/stylesheets/frontend/partials/_page-dashboard.scss */
.centered-table-content {
  text-align: center;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-edit.scss */
.side-reveal-actions {
  position: absolute;
  top: -60px;
  right: 0px;
}

/* line 6, app/assets/stylesheets/frontend/partials/_page-edit.scss */
.side-reveal .side-reveal-actions {
  top: auto;
}

/* line 3, app/assets/stylesheets/frontend/partials/_page-laboratory.scss */
.profile-analysis-list li {
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-left: 0;
}

/* line 8, app/assets/stylesheets/frontend/partials/_page-laboratory.scss */
.profile-analysis-list li:not(:last-child) {
  margin-right: 10px;
}

/* line 13, app/assets/stylesheets/frontend/partials/_page-laboratory.scss */
.profile-analysis-list .equation-set-code {
  display: inline-block;
  padding: 3px 5px;
  font-size: 12px;
  color: #212121;
  background: #f5dc87;
  font-weight: bold;
  margin-right: 5px;
}

/* line 24, app/assets/stylesheets/frontend/partials/_page-laboratory.scss */
.raw-materials-list li {
  margin-bottom: 0.3125rem;
}

/* line 28, app/assets/stylesheets/frontend/partials/_page-laboratory.scss */
.default-material-value {
  display: inline-block;
  background: #BC8BBF;
  border: 1px solid #EEEEEE;
  padding: 5px 10px;
  color: white;
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
}

/* line 40, app/assets/stylesheets/frontend/partials/_page-laboratory.scss */
.default-value {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-management.scss */
.tabs.management-tabs,
.tabs.management-tabs a:hover {
  background: transparent;
}

/* line 7, app/assets/stylesheets/frontend/partials/_page-management.scss */
.management-tabs [class^="adi"] {
  display: block;
  font-size: 24px;
}

/* line 12, app/assets/stylesheets/frontend/partials/_page-management.scss */
.tabs.management-tabs a {
  opacity: .5;
  text-decoration: none !important;
}

/* line 17, app/assets/stylesheets/frontend/partials/_page-management.scss */
.management-overview {
  font-size: 20px;
}

/* line 21, app/assets/stylesheets/frontend/partials/_page-management.scss */
.analyze-secondary-informations-container,
.client-list-item {
  -js-display: flex;
  display: flex;
  align-items: center;
}

/* line 30, app/assets/stylesheets/frontend/partials/_page-management.scss */
.client-list-item input.switch-input + label.switch-paddle {
  vertical-align: inherit;
}

/* line 34, app/assets/stylesheets/frontend/partials/_page-management.scss */
.client-list-item .status-patch {
  margin-top: 6px;
}

/* line 38, app/assets/stylesheets/frontend/partials/_page-management.scss */
.client-list-item .analyze-title {
  margin: 0;
  height: auto;
}

/* line 43, app/assets/stylesheets/frontend/partials/_page-management.scss */
.client-list-item .analyze-value {
  margin: 0;
}

/* line 49, app/assets/stylesheets/frontend/partials/_page-management.scss */
.last-connection {
  color: #9B9D9F;
  font-size: 12px;
  margin: 0;
}

/* line 55, app/assets/stylesheets/frontend/partials/_page-management.scss */
#client-search-input,
#api-search-input {
  width: 480px;
  height: 50px;
  background: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/search-icon-af5cc481f07be7310f2f9d051e58335570fd76269d0520888641a5768eaeae89.svg) 440px center no-repeat #fff;
  background-size: 24px;
}

/* line 62, app/assets/stylesheets/frontend/partials/_page-management.scss */
#client-search-input:focus,
#api-search-input:focus {
  border-color: #E61B57;
}

/* line 67, app/assets/stylesheets/frontend/partials/_page-management.scss */
#api-search-input {
  height: 30px;
}

/* line 71, app/assets/stylesheets/frontend/partials/_page-management.scss */
#api-customer-search-input {
  width: 480px;
  height: 50px;
  background: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/search-icon-af5cc481f07be7310f2f9d051e58335570fd76269d0520888641a5768eaeae89.svg) 440px center no-repeat #fff;
  background-size: 24px;
}

/* line 77, app/assets/stylesheets/frontend/partials/_page-management.scss */
#api-customer-search-input:focus {
  border-color: #E61B57;
}

/* line 82, app/assets/stylesheets/frontend/partials/_page-management.scss */
#api-customer-search-input {
  height: 30px;
}

/* line 86, app/assets/stylesheets/frontend/partials/_page-management.scss */
.tabs-management-container {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 93, app/assets/stylesheets/frontend/partials/_page-management.scss */
.client-search-form {
  padding: 1rem 0.625rem;
  margin-left: auto;
}

/* line 98, app/assets/stylesheets/frontend/partials/_page-management.scss */
.clients-filters {
  margin-bottom: 0.625rem;
}

/* line 102, app/assets/stylesheets/frontend/partials/_page-management.scss */
.card .tabs-panel {
  padding: 0.625rem 1rem;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-notification.scss */
.notifications-card {
  min-height: 43.75rem;
  padding: 2.5rem;
}

/* line 6, app/assets/stylesheets/frontend/partials/_page-notification.scss */
.new-alert-button {
  margin-top: 0.625rem;
}

/* line 10, app/assets/stylesheets/frontend/partials/_page-notification.scss */
.notifications-table thead,
.notifications-table tbody {
  background: transparent;
  border: none;
}

/* line 16, app/assets/stylesheets/frontend/partials/_page-notification.scss */
.notifications-table thead,
.notifications-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

/* line 21, app/assets/stylesheets/frontend/partials/_page-notification.scss */
.notifications-table {
  border: none;
}

/* line 25, app/assets/stylesheets/frontend/partials/_page-notification.scss */
.notifications-table tbody tr:nth-child(even) {
  background: transparent;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.file-name-container {
  border: 1px solid #C8CBD4;
  border-radius: 3px;
  margin: 20px 0 10px;
  display: table;
  width: 100%;
}

/* line 9, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.file-name-label {
  display: table-cell;
  background: #F2F2F2;
  min-width: 160px;
  color: #212121;
  padding: 0.625rem 0.9375rem;
}

/* line 17, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.preferences-name-container {
  background: #F9FAFC;
  padding: 1.25rem;
}

/* line 21, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.preferences-name-container .tag {
  cursor: pointer;
  padding: 5px 10px;
}

/* line 26, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.preferences-name-container #items:empty {
  border: 1px dashed #B1B6C2;
  padding: 20px 5px;
}

/* line 32, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.preferences-name-container #items .adi-delete {
  display: none;
}

/* line 38, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.example-file-name-label {
  color: #ADADAD;
}

/* line 42, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.drag-and-drop-preferences {
  background: white;
  display: table-cell;
  width: 100%;
  list-style: none;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 51, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.drag-and-drop-preferences li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 59, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
#drag-sortable {
  display: inline-block;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
#drag-sortable .adi-delete {
  margin-left: 15px;
  color: #C1C6D0;
  font-size: 10px;
}

/* line 72, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items {
  position: relative;
  display: inline-block;
}

/* line 76, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items .additional-items-list {
  padding-top: 5px;
  background: transparent;
  position: absolute;
  width: 130px;
  margin-left: -65px;
  left: 50%;
  height: 56px;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items .additional-items-list .adi-delete {
  display: none;
}

/* line 91, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items .additional-items-list ul {
  display: none;
  background: white;
  border-radius: 3px;
  padding: 5px;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 5px;
}

/* line 101, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items .additional-items-list ul::before, .additional-items .additional-items-list ul[data-status-name] {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
}

/* line 115, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items:hover .additional-items-list ul {
  display: block;
}

/* line 118, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items:hover .additional-items-list ul li {
  margin: 0 5px;
}

/* line 122, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items:hover .additional-items-list ul li .tag {
  float: left;
  border: 1px solid #ccc;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  line-height: 16px;
}

/* line 131, app/assets/stylesheets/frontend/partials/_page-preferences.scss */
.additional-items:hover .additional-items-list ul li .tag:hover {
  background: #dedede;
}

/* line 1, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.contact-info {
  margin-bottom: 1.875rem;
}

/* line 5, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.contact-info .profile-information-title,
.contact-info button {
  margin-top: 1.875rem;
}

/* line 10, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.upper-margin {
  margin-top: 1.875rem;
}

/* line 14, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-information-title.thin {
  font-weight: 300;
}

/* line 18, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-analysis-list {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

/* line 23, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations div:first-child,
.customer-informations div:first-child,
.user-informations div:first-child,
.laboratory-informations div:first-child {
  width: 300px;
}

/* line 30, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-actions {
  vertical-align: middle;
  width: 100px;
}

/* line 34, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-actions:not(td) {
  display: inline-block;
}

/* line 38, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-actions li:not(:last-child) {
  padding-right: 0.625rem;
}

/* line 44, app/assets/stylesheets/frontend/partials/_page-profile.scss */
td .laboratory-name {
  width: 40%;
}

/* line 49, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.laboratoy-icon {
  width: 30px;
}

/* line 52, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.laboratoy-icon span {
  font-size: 24px;
}

/* line 56, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-list {
  margin-bottom: 2rem;
}

/* line 58, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-list:last-of-type {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-list-title {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

/* line 71, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container.accessible-statistics-list {
  border: 1px solid #ccc;
}

/* line 74, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container.accessible-statistics-list table {
  margin-bottom: 0;
}

/* line 78, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container.profile-informations-container-overflow {
  overflow-x: auto;
  overflow-y: clip;
}

/* line 82, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .profile-border-container {
  border: 1px solid #d1d1d1;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.03);
  padding: 0.625rem 1.25rem;
}

/* line 88, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .table-profile-informations {
  margin-bottom: 0;
}

/* line 91, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .table-profile-informations thead {
  background: transparent;
  color: #474147;
}

/* line 96, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .table-profile-informations th {
  font-weight: 400;
}

/* line 100, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .table-profile-informations:not(.active) tr:nth-child(n+5) {
  display: none;
}

/* line 104, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .table-profile-informations a,
.profile-informations-container .table-profile-informations a:visited,
.profile-informations-container .table-profile-informations a:hover {
  color: #484348;
}

/* line 111, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .more {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  bottom: -10px;
  cursor: pointer;
  font-size: 12px;
  left: 50%;
  padding: 2px 9px 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* line 123, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-container .more [class^="adi"] {
  margin-left: 5px;
  vertical-align: sub;
}

/* line 130, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations {
  list-style: none;
  margin: 0;
}

/* line 134, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li {
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.03);
  -js-display: flex;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}

/* line 145, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li > div {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 151, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li .spectrometer-image,
.list-profile-informations > li .calibration,
.list-profile-informations > li .spectrometer-instrument,
.list-profile-informations > li .serial-number {
  flex-grow: 0;
}

/* line 158, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li .spectrometer-image {
  width: 100px;
}

/* line 162, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li .calibration {
  width: 200px;
}

/* line 166, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li .spectrometer-instrument {
  width: 120px;
}

/* line 170, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li .serial-number {
  width: 140px;
}

/* line 174, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.list-profile-informations > li .serial-number-title {
  color: #8e8e8e;
  display: block;
  font-size: 14px;
}

/* line 182, app/assets/stylesheets/frontend/partials/_page-profile.scss */
[data-is-more="false"] > [data-less] {
  display: none;
}

/* line 186, app/assets/stylesheets/frontend/partials/_page-profile.scss */
[data-is-more="true"] > [data-more] {
  display: none;
}

/* line 189, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-edit {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

/* line 196, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-card {
  padding: 0.9375rem;
}

/* line 199, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-card hr {
  margin: 0.9375rem auto;
}

/* line 204, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-sub-title {
  color: #3e1f40;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 211, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-sub-title .post-info {
  background: #3d1f3f;
  color: white;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
}

/* line 223, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-address {
  display: flex;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

/* line 229, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.address-item {
  width: 400px;
}

/* line 233, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.address-item p {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.credits-container-wrapper {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-wrap: wrap;
}

/* line 243, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.credits-available {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0.5rem;
  height: min-content;
  background: #2bb26e;
  color: white;
  border-radius: 3px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

/* line 261, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.credits-available span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 267, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.credits-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 274, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.add-credits-container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: baseline;
  margin-left: 10px;
}

/* line 283, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.add-credits-container .button {
  margin-bottom: 0;
}

/* line 289, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-informations-flex > div {
  margin-right: 3.75rem;
}

/* line 294, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.add-element-inline {
  color: #5e7dbc;
}

/* line 298, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.view-history {
  color: #383c3f;
  opacity: .5;
  text-decoration: underline;
}

/* line 304, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-header {
  margin-bottom: 1.25rem;
}

/* line 308, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.member-since {
  color: #7f8193;
}

/* line 312, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-title,
.profile-name {
  margin: 0;
  margin-left: 10px;
}

/* line 318, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ABACAE;
}

/* line 325, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.profile-name {
  font-size: 24px;
  color: #383c3f;
}

/* line 330, app/assets/stylesheets/frontend/partials/_page-profile.scss */
.operator-job {
  display: block;
  font-size: 14px;
  color: #8E8E8E;
}

/* line 337, app/assets/stylesheets/frontend/partials/_page-profile.scss */
#pending-invitations > table tr > th:first-child {
  width: 40px;
}

/* line 1, app/assets/stylesheets/frontend/partials/_pages.scss */
.page {
  padding: 3.125rem 0.9375rem 1.25rem 1.875rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, app/assets/stylesheets/frontend/partials/_pages.scss */
.page.page-no-padding {
  padding: 0;
  max-width: none;
}

/* line 11, app/assets/stylesheets/frontend/partials/_pages.scss */
.page.page-no-padding .page-padding {
  display: inline-block;
  padding: 3.125rem 0.9375rem 1.25rem 1.875rem;
  width: calc(100% - 305px);
}

/* line 1, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-files-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  max-height: 260px;
  overflow-y: scroll;
  border-top: 1px solid #ccc;
  padding-bottom: 10px;
}

/* line 10, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-files-list:empty {
  display: none;
}

/* line 15, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file {
  cursor: pointer;
  padding: 3px 5px;
}

/* line 18, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file:nth-child(odd) {
  background-color: #F9F9F9;
}

/* line 23, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

/* line 32, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-area.file-foss-drag {
  background-color: rgba(89, 120, 212, 0.08);
}

/* line 35, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-area.file-foss-drag + .row {
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-area + .row {
  margin: 0;
  position: relative;
  z-index: 4;
}

/* line 43, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.spectrum-file-content {
  margin: 0;
  border: 1px solid #D5D2D6;
  border-top: none;
}

/* line 49, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-container .file-upload-button,
.foss-file-container .file-upload-wrapper {
  width: 100%;
}

/* line 53, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-container .file-upload-button {
  background: #EAEDF1;
}

/* line 57, app/assets/stylesheets/frontend/partials/sample_shipments/_foss-file-list.scss */
.foss-file-title {
  margin: 0;
  text-align: center;
  padding: 20px 10px 10px;
}

/* line 1, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
#sampleShipmentModal {
  width: 940px;
  border: none;
  overflow: initial;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 8, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
#sampleShipmentModal.reveal {
  padding: 0;
}

/* line 12, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
#sampleShipmentModal .close-button {
  color: white;
  font-size: 48px;
  top: -60px;
  right: -60px;
}

/* line 20, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-modal-header {
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}

/* line 29, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-modal-content {
  padding: 0;
}

/* line 33, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-main-informations {
  -js-display: flex;
  display: flex;
  align-items: center;
}

/* line 38, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-main-informations .profile-picture {
  margin-left: 0;
}

/* line 42, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-main-informations p {
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.profile-informations .profile-fullname,
.profile-informations .profile-laboratory,
.profile-informations .profile-date-sent,
.sample-code {
  margin: 0;
}

/* line 54, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.profile-informations .profile-date-sent {
  color: #6E6E6E;
}

/* line 57, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-request-title {
  color: #F09869;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

/* line 64, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-code {
  color: #F09869;
  text-align: center;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-code-reference {
  color: #EC661E;
  font-size: 28px;
  margin: 0;
}

/* line 75, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.profile-informations {
  margin-left: 20px;
}

/* line 79, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-label-print {
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 0.625rem;
  border-radius: 3px;
  color: #9E852D;
  border: 1px solid #9E852D;
  background: #FFF4CC;
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-label-print .status {
  font-size: 30px;
  color: #9E852D;
  margin-right: 10px;
}

/* line 96, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-label-print .label-print-text {
  font-size: 18px;
}

/* line 100, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-label-print .button-label-print {
  margin-bottom: 0;
  margin-left: auto;
}

/* line 106, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-description {
  width: 30%;
  float: left;
}

/* line 111, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list {
  margin-bottom: 1.25rem;
}

/* line 115, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list-item__info-container {
  -js-display: flex;
  display: flex;
}

/* line 119, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list-item__info-container .analyze-value-container {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0 1.25rem;
  border-left: 1px solid #E6E6E6;
}

/* line 127, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list-item__info-container .analyze-value-container.no-border {
  border-left: none;
}

/* line 131, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list-item__info-container .analyze-name {
  margin: 0;
  font-size: 16px;
}

/* line 136, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list-item__info-container .analyze-value {
  font-size: 16px;
  word-wrap: break-word;
}

/* line 142, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-list-item__title {
  font-size: 18px;
  font-weight: 500;
}

/* line 147, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-main-description,
.sample-shipment-address {
  width: 50%;
  float: left;
}

/* line 152, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-main-description .address_component,
.sample-shipment-address .address_component {
  font-size: 16px;
}

/* line 156, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-main-description .address_title,
.sample-shipment-address .address_title {
  font-size: 18px;
}

/* line 161, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps {
  width: 90%;
  position: relative;
  height: 90px;
  margin: 20px auto;
}

/* line 167, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps::before, .sample-steps[data-status-name] {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999FA2;
  top: 20px;
  left: 0;
}

/* line 178, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.step-completed, .sample-steps[data-current-step="4"] .sample-steps-item:nth-child(4) .sample-step-number, .sample-steps[data-current-step="3"] .sample-steps-item:nth-child(3) .sample-step-number,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(3) .sample-step-number, .sample-steps[data-current-step="2"] .sample-steps-item:nth-child(2) .sample-step-number,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(2) .sample-step-number,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(2) .sample-step-number, .sample-steps[data-current-step="1"] .sample-steps-item:nth-child(1) .sample-step-number,
.sample-steps[data-current-step="2"] .sample-steps-item:nth-child(1) .sample-step-number,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(1) .sample-step-number,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(1) .sample-step-number {
  background: #EC661E;
  color: white;
  border: none;
}

/* line 183, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.step-completed::before, .sample-steps[data-current-step="4"] .sample-steps-item:nth-child(4) .sample-step-number::before, .sample-steps[data-current-step="3"] .sample-steps-item:nth-child(3) .sample-step-number::before,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(3) .sample-step-number::before, .sample-steps[data-current-step="2"] .sample-steps-item:nth-child(2) .sample-step-number::before,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(2) .sample-step-number::before,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(2) .sample-step-number::before, .sample-steps[data-current-step="1"] .sample-steps-item:nth-child(1) .sample-step-number::before,
.sample-steps[data-current-step="2"] .sample-steps-item:nth-child(1) .sample-step-number::before,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(1) .sample-step-number::before,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(1) .sample-step-number::before, .step-completed[data-status-name], .sample-steps[data-current-step="4"] .sample-steps-item:nth-child(4) .sample-step-number[data-status-name], .sample-steps[data-current-step="3"] .sample-steps-item:nth-child(3) .sample-step-number[data-status-name],
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(3) .sample-step-number[data-status-name], .sample-steps[data-current-step="2"] .sample-steps-item:nth-child(2) .sample-step-number[data-status-name],
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(2) .sample-step-number[data-status-name],
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(2) .sample-step-number[data-status-name], .sample-steps[data-current-step="1"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name],
.sample-steps[data-current-step="2"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name],
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name],
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name] {
  font-family: "pne";
  left: 10px;
  content: "\6a";
}

/* line 220, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps-item {
  float: left;
  display: inline-block;
}

/* line 225, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps-item {
  font-size: 14px;
  position: absolute;
  transform: translateX(-50%);
}

/* line 231, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps-item:nth-child(1) {
  left: 0;
}

/* line 235, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps-item:nth-child(2) {
  left: 50%;
}

/* line 239, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-steps-item:nth-child(3) {
  left: 100%;
}

/* line 243, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-step-number {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #CCCECF;
  color: #CCCECF;
  background: white;
  font-size: 18px;
  margin: 0 auto 10px;
  text-align: center;
}

/* line 255, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-step-number::before, .sample-step-number[data-status-name] {
  content: attr(step-number);
  position: absolute;
  left: 12px;
  font-size: 20px;
  line-height: 37px;
}

/* line 264, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-step-number.completed {
  background: #EC661E;
  color: white;
  border: none;
}

/* line 269, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.sample-step-number.completed::before, .completed[data-status-name] {
  font-family: "pne";
  left: 10px;
  content: "\6a";
}

/* line 276, app/assets/stylesheets/frontend/partials/shipment/_modal.scss */
.analyses-modal-list span:not(:last-child)::after {
  content: ", ";
}

/* line 4, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-collapse-action {
  padding: 0.625rem;
}

/* line 7, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-collapse-action .adi-chevron-right {
  display: inline-block;
}

/* line 12, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.container {
  background: #fafafc;
  min-height: calc(100vh - 112px);
  padding: 0;
}

/* line 19, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.customer-dashboard-container .sidebar {
  z-index: 10;
}

/* line 24, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar {
  background-color: #EC661E;
  color: #fff;
}

/* line 29, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-logo {
  background-color: #EC661E;
}

/* line 31, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-logo p {
  margin: 0;
}

/* line 34, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-logo a {
  display: inline-block;
  width: auto;
}

/* line 40, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-container {
  padding: 0;
  border-bottom: 1px solid #CCCECF;
}

/* line 44, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.top-sidebar {
  background-color: #EC661E;
  padding: 0.5rem 0;
}

/* line 49, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.bottom-sidebar {
  background-color: #fafafc;
  padding: 0.5rem 0;
}

/* line 53, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-menu-container {
  padding: 0 0.9375rem;
  -js-display: flex;
  display: flex;
  gap: 3rem;
  max-width: 75rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

/* line 62, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-menu-container .menu > li {
  position: relative;
}

/* line 64, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-menu-container .menu > li > ul.nested {
  position: absolute;
  top: calc(100% + 13px);
  background-color: #CCCECF;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  width: max-content;
  padding: 0;
  z-index: 10;
}

/* line 74, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-menu-container .menu > li > ul.nested a {
  color: #445550;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: all 150ms ease-in-out;
}

/* line 80, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-menu-container .menu > li > ul.nested a:hover {
  background-color: #445550;
  color: white;
}

/* line 89, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.compact-hidden {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

/* line 94, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.sidebar-filters + .container {
  background: #fafafc;
  float: left;
  margin-left: 350px;
  min-height: 100vh;
  width: calc(100% - 333px);
}

/* line 102, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.main-navigation {
  margin-left: -1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* line 107, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.main-navigation a {
  color: #445055;
}

/* line 110, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.main-navigation a .active {
  color: #fff;
}

/* line 114, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.main-navigation a .adi-chevron-right {
  transform: rotate(90deg);
}

/* line 120, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu {
  display: flex;
  gap: 1rem;
}

/* line 123, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu > a, .user-menu > .language-dropdown {
  display: block;
  height: 24px;
}

/* line 128, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu > a .icon-hover {
  display: none;
}

/* line 131, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu > a .icon-default {
  display: block;
}

/* line 135, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu > a:hover .icon-hover {
  display: block;
}

/* line 138, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu > a:hover .icon-default {
  display: none;
}

/* line 145, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .menu-dropdown .dropdown-actions {
  padding-right: 0;
}

/* line 147, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .menu-dropdown .dropdown-actions::after {
  display: none !important;
}

/* line 151, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .menu-dropdown .dropdown-content {
  min-width: 165px !important;
}

/* line 156, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown, .user-menu .menu-dropdown {
  position: relative;
}

/* line 159, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-actions, .user-menu .menu-dropdown .dropdown-actions {
  padding-right: 16px;
  position: relative;
}

/* line 162, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-actions .icon-hover, .user-menu .menu-dropdown .dropdown-actions .icon-hover {
  display: none;
}

/* line 165, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-actions .icon-default, .user-menu .menu-dropdown .dropdown-actions .icon-default {
  display: block;
}

/* line 169, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-actions:hover .icon-hover, .user-menu .menu-dropdown .dropdown-actions:hover .icon-hover {
  display: block;
}

/* line 172, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-actions:hover .icon-default, .user-menu .menu-dropdown .dropdown-actions:hover .icon-default {
  display: none;
}

/* line 177, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-actions::after, .user-menu .menu-dropdown .dropdown-actions::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #445550 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -2px;
}

/* line 194, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-content, .user-menu .menu-dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 1rem);
  background-color: #CCCECF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 7rem);
  min-width: 0;
  z-index: 10;
}

/* line 208, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-content a, .user-menu .menu-dropdown .dropdown-content a {
  color: #445055;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: all 150ms ease-in-out;
}

/* line 215, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .language-dropdown .dropdown-content a:hover, .user-menu .menu-dropdown .dropdown-content a:hover {
  background-color: #445550;
  color: white;
}

/* line 223, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .in_app_notification_link {
  position: relative;
}

/* line 225, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.user-menu .in_app_notification_link #in_app_notification_count {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  width: 20px;
  height: 20px;
  background-color: #EC661E;
  color: white !important;
  font-weight: 600;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* line 245, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.collapsed-hidden {
  transition: opacity .2s ease-in-out;
}

/* line 249, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.credits {
  padding: 1.25rem;
}

/* line 253, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.logo {
  margin-top: 0.375rem;
}

/* line 257, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.credit-available {
  background: #CCCECF;
  color: #445055;
  border-radius: 3px;
  display: block;
  font-size: 14px;
  padding: 0.25rem 0.75rem;
  text-align: center;
}

/* line 267, app/assets/stylesheets/frontend/partials/_sidebar.scss */
.credit-available.infinite .credit-available-text {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  /* line 274, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .sidebar-menu-container {
    padding: 0 0.625rem;
  }
  /* line 277, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation {
    background: #fafafc;
    height: calc(100vh - 112px);
    left: 0;
    margin-left: 0;
    overflow-y: auto;
    padding-bottom: 2rem;
    position: fixed;
    top: 112px;
    width: 100%;
    z-index: 50;
  }
  /* line 288, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li {
    display: block;
  }
  /* line 290, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li a {
    color: #445055;
    text-align: center;
  }
  /* line 293, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li a .adi-chevron-right {
    transform: rotate(90deg);
  }
  /* line 296, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li a.active {
    background-color: #E3E4E5;
  }
  /* line 298, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li a.active .adi-chevron-right {
    color: #445055;
  }
  /* line 304, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li.is-accordion-submenu-parent > a {
    font-weight: 600;
  }
  /* line 308, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li > ul.nested {
    background: #f1eff1;
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.19);
    display: block !important;
    margin-left: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  /* line 317, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li > ul.nested li {
    padding: 0;
  }
  /* line 319, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li > ul.nested li a {
    color: #445055;
  }
  /* line 321, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li > ul.nested li a.active {
    color: #EC661E;
    font-weight: 600;
  }
  /* line 325, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation li > ul.nested li a:hover {
    color: #fff;
  }
  /* line 332, app/assets/stylesheets/frontend/partials/_sidebar.scss */
  .menu.main-navigation.open {
    display: block !important;
  }
}

/* line 1, app/assets/stylesheets/frontend/partials/_webhooks.scss */
.multiselect-actions {
  margin-top: 5.875rem;
}

/* line 1, app/assets/stylesheets/frontend/partials/poc/_analyses.scss */
.poc-error-message {
  color: #FF6600;
  font-size: 14px;
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/frontend/partials/poc/_analyses.scss */
.poc-error-message .adi-error-triangle {
  vertical-align: text-top;
  margin-right: 5px;
  font-size: 16px;
}

/* line 14, app/assets/stylesheets/frontend/partials/poc/_analyses.scss */
.poc-error-file {
  border: 1px solid #FF6600;
}

/* line 1, app/assets/stylesheets/frontend/partials/_faq.scss */
.faq-title {
  margin-top: 50px;
}

/* line 5, app/assets/stylesheets/frontend/partials/_faq.scss */
.faq-card {
  margin-bottom: 16px;
}

/* line 9, app/assets/stylesheets/frontend/partials/_faq.scss */
.faq-summary {
  border: 2px solid #EC661E;
  border-radius: 3px;
  color: #EC661E;
  font-weight: 600;
  cursor: pointer;
  padding: 16px 56px 16px 16px;
  position: relative;
}

/* line 19, app/assets/stylesheets/frontend/partials/_faq.scss */
details[open] .faq-summary {
  background-color: #EC661E;
  border-radius: 3px 3px 0px 0px;
  color: white;
}

/* line 25, app/assets/stylesheets/frontend/partials/_faq.scss */
details > .faq-summary {
  list-style: none;
}

/* line 29, app/assets/stylesheets/frontend/partials/_faq.scss */
.faq-summary::-webkit-details-marker {
  display: none;
}

/* line 33, app/assets/stylesheets/frontend/partials/_faq.scss */
.faq-summary::after {
  background: contain no-repeat;
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/cross-434ed7a67f17042bbbaf81b84f960d1f91803963558911648ac5cda502f50ac9.svg);
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

/* line 44, app/assets/stylesheets/frontend/partials/_faq.scss */
details[open] .faq-summary:after {
  background: contain no-repeat;
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/close-white-1adaa3c661f9021fe610f60fc2b682d8cbfa59446bbef1b57bfd0e1ebcde1ff5.svg);
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

/* line 56, app/assets/stylesheets/frontend/partials/_faq.scss */
.faq-answer {
  background-color: white;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  padding: 16px;
}

/* line 1, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-search-block {
  background-color: #F7F7F7;
  border-radius: 3px;
  max-width: 40rem;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

/* line 10, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-search-block .button-filter {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* line 14, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-search-block .button-filter .button {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-input-fields {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* line 25, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-input-fields input {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  background: transparent;
}

/* line 32, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-input-fields select {
  margin-bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}

@media only screen and (max-width: 768px) {
  /* line 39, app/assets/stylesheets/frontend/partials/_faq_search.scss */
  .faq-input-fields {
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* line 45, app/assets/stylesheets/frontend/partials/_faq_search.scss */
.faq-search-form {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
  /* line 53, app/assets/stylesheets/frontend/partials/_faq_search.scss */
  .faq-search-form {
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

@media screen and (min-width: 640px) {
  /* line 9, app/assets/stylesheets/frontend/partials/_blog.scss */
  .post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1024px) {
  /* line 15, app/assets/stylesheets/frontend/partials/_blog.scss */
  .post-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

/* line 21, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

/* line 34, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

/* line 40, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-content {
  padding: 24px 24px 0px 24px;
}

/* line 44, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-content {
  display: flex;
  flex-direction: column;
}

/* line 49, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-title {
  font-size: 20px;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-tag {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px 8px 16px;
}

/* line 63, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: absolute;
  z-index: 10;
  left: 16px;
  top: 16px;
}

/* line 73, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-date {
  color: #445550;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* line 80, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-author {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 86, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-author-name {
  color: #445550;
  font-size: 16px;
}

/* line 91, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-author-icon {
  width: 24px;
  height: 24px;
}

/* line 96, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 16px;
  text-transform: uppercase;
  padding: 0px 24px 24px 24px;
}

/* line 104, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card-link-icon {
  width: 24px;
}

/* line 109, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card:hover .post-card-link {
  color: #EC661E;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* line 115, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-card:hover .post-card-link-icon {
  animation: 1.5s infinite slidein;
}

@keyframes slidein {
  from {
    margin-right: 0;
  }
  50% {
    margin-right: 8px;
  }
  to {
    margin-right: 0;
  }
}

/* line 132, app/assets/stylesheets/frontend/partials/_blog.scss */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 24px;
}

/* line 141, app/assets/stylesheets/frontend/partials/_blog.scss */
.breadcrumbs-icon {
  height: 10px;
  width: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 148, app/assets/stylesheets/frontend/partials/_blog.scss */
.post {
  margin-top: 50px;
}

/* line 152, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-infos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 161, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-date-author {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 167, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-date {
  color: #445550;
  font-weight: 600;
}

/* line 172, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-author {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 178, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-author-name {
  color: #445550;
}

/* line 182, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-author-icon {
  width: 24px;
  height: 24px;
}

/* line 187, app/assets/stylesheets/frontend/partials/_blog.scss */
.no-margin {
  margin: 0;
}

/* line 191, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}

/* line 197, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-left-content-2-3 {
  margin-bottom: 24px;
  padding-left: 32px;
  width: 70%;
}

/* line 203, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-image-1-3 {
  margin-bottom: 24px;
  padding-left: 32px;
  width: 30%;
}

/* line 209, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-left-content, .post-image {
  margin-bottom: 24px;
  padding-left: 32px;
  width: 50%;
}

/* line 215, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-image img, .post-image-1-3 img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 222, app/assets/stylesheets/frontend/partials/_blog.scss */
  .post-infos {
    flex-direction: column;
    align-items: start;
  }
  /* line 226, app/assets/stylesheets/frontend/partials/_blog.scss */
  .post-left-content, .post-image, .post-left-content-2-3, .post-image-1-3 {
    width: 100%;
  }
}

/* line 231, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-tag {
  background-color: #E3E4E5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px 8px 16px;
}

/* line 241, app/assets/stylesheets/frontend/partials/_blog.scss */
.post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 247, app/assets/stylesheets/frontend/partials/_blog.scss */
.blog-pagination-layout {
  margin-left: auto;
  margin-right: auto;
}

/* line 251, app/assets/stylesheets/frontend/partials/_blog.scss */
.blog-pagination-layout .pagination {
  justify-content: center;
  gap: 8px;
}

/* line 254, app/assets/stylesheets/frontend/partials/_blog.scss */
.blog-pagination-layout .pagination .page {
  border: 1px solid #EC661E;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

/* line 262, app/assets/stylesheets/frontend/partials/_blog.scss */
.blog-pagination-layout .pagination .current {
  padding: 0.1875rem 0.625rem;
  background-color: #EC661E;
}

/* line 1, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-tag-list-title {
  margin-bottom: 24px;
}

/* line 5, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

/* line 12, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-tag {
  background-color: #E3E4E5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  color: #0a0a0a;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px 8px 16px;
}

/* line 20, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-tag:hover {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* line 27, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-tag.active {
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition-property: background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* line 36, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-search-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 42, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-search-block {
  background-color: #F7F7F7;
  border-radius: 3px;
  max-width: 40rem;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

/* line 51, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-search-block .button-filter {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/* line 55, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-search-block .button-filter .button {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-input-fields {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* line 66, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-input-fields input {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  background: transparent;
}

/* line 73, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-input-fields select {
  margin-bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}

@media only screen and (max-width: 768px) {
  /* line 80, app/assets/stylesheets/frontend/partials/_blog_search.scss */
  .blog-input-fields {
    width: 100%;
  }
}

/* line 85, app/assets/stylesheets/frontend/partials/_blog_search.scss */
.blog-search-form {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/frontend/partials/_blog_search.scss */
  .blog-search-form {
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.adr-margin {
  margin: 1.25rem 0;
}

/* line 5, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.adr p {
  margin: 0;
  font-size: 12px;
}

/* line 10, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.adr p.address-name {
  font-weight: bold;
  font-size: 14px;
}

/* line 16, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.contact-title {
  font-size: 18px;
  color: #EC661E;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.contact-sub-title {
  font-size: 14px;
  color: #BCBCBC;
  margin: 0;
}

/* line 28, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.contact-padding-top {
  padding-top: 5rem;
}

/* line 32, app/assets/stylesheets/frontend/partials/support_messages/_form.scss */
.contact-padding-bottom {
  padding-bottom: 17.5rem;
}

/* line 1, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
#support-message-modal {
  width: 940px;
  border: none;
  overflow: initial;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 8, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
#support-message-modal.reveal {
  padding: 0;
}

/* line 12, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
#support-message-modal .close-button {
  color: white;
  font-size: 48px;
  top: -60px;
  right: -60px;
}

/* line 20, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-modal-header {
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}

/* line 29, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-modal-content {
  padding: 0;
}

/* line 33, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-main-informations {
  -js-display: flex;
  display: flex;
  align-items: center;
}

/* line 38, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-main-informations .profile-picture {
  margin-left: 0;
}

/* line 42, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-main-informations p {
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.profile-informations .profile-fullname,
.profile-informations .profile-laboratory,
.profile-informations .profile-date-sent,
.support-message-code {
  margin: 0;
}

/* line 54, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.profile-informations .profile-date-sent {
  color: #6E6E6E;
}

/* line 57, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-request-title {
  color: #F09869;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

/* line 64, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-code {
  color: #F09869;
  text-align: center;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-code-reference {
  color: #EC661E;
  font-size: 28px;
  margin: 0;
}

/* line 75, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.profile-informations {
  margin-left: 20px;
}

/* line 79, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-label-print {
  -js-display: flex;
  display: flex;
  align-items: center;
  padding: 0.625rem;
  border-radius: 3px;
  color: #9E852D;
  border: 1px solid #9E852D;
  background: #FFF4CC;
  margin-bottom: 20px;
}

/* line 90, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-label-print .status {
  font-size: 30px;
  color: #9E852D;
  margin-right: 10px;
}

/* line 96, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-label-print .label-print-text {
  font-size: 18px;
}

/* line 100, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-label-print .button-label-print {
  margin-bottom: 0;
  margin-left: auto;
}

/* line 106, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-description {
  width: 30%;
  float: left;
}

/* line 111, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list {
  margin-bottom: 1.25rem;
}

/* line 115, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list-item__info-container {
  -js-display: flex;
  display: flex;
}

/* line 119, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list-item__info-container .analyze-value-container {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0 1.25rem;
  border-left: 1px solid #E6E6E6;
}

/* line 127, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list-item__info-container .analyze-value-container.no-border {
  border-left: none;
}

/* line 131, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list-item__info-container .analyze-name {
  margin: 0;
  font-size: 16px;
}

/* line 136, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list-item__info-container .analyze-value {
  font-size: 16px;
  word-wrap: break-word;
}

/* line 142, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-list-item__title {
  font-size: 18px;
  font-weight: 500;
}

/* line 147, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-title {
  margin-right: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  color: #F09869;
  font-size: 18px;
}

/* line 155, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-main-description,
.support-message-address {
  width: 50%;
  float: left;
}

/* line 160, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-main-description .address_component,
.support-message-address .address_component {
  font-size: 16px;
}

/* line 164, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-main-description .address_title,
.support-message-address .address_title {
  font-size: 18px;
}

/* line 169, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-steps {
  width: 90%;
  position: relative;
  height: 90px;
  margin: 20px auto;
}

/* line 175, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.support-message-steps::before, .support-message-steps[data-status-name] {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999FA2;
  top: 20px;
  left: 0;
}

/* line 186, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.step-completed, .sample-steps[data-current-step="1"] .sample-steps-item:nth-child(1) .sample-step-number,
.sample-steps[data-current-step="2"] .sample-steps-item:nth-child(1) .sample-step-number,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(1) .sample-step-number,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(1) .sample-step-number, .sample-steps[data-current-step="2"] .sample-steps-item:nth-child(2) .sample-step-number,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(2) .sample-step-number,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(2) .sample-step-number, .sample-steps[data-current-step="3"] .sample-steps-item:nth-child(3) .sample-step-number,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(3) .sample-step-number, .sample-steps[data-current-step="4"] .sample-steps-item:nth-child(4) .sample-step-number {
  background: #EC661E;
  color: white;
  border: none;
}

/* line 191, app/assets/stylesheets/frontend/partials/support_messages/_modal.scss */
.step-completed::before, .sample-steps[data-current-step="1"] .sample-steps-item:nth-child(1) .sample-step-number::before,
.sample-steps[data-current-step="2"] .sample-steps-item:nth-child(1) .sample-step-number::before,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(1) .sample-step-number::before,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(1) .sample-step-number::before, .sample-steps[data-current-step="2"] .sample-steps-item:nth-child(2) .sample-step-number::before,
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(2) .sample-step-number::before,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(2) .sample-step-number::before, .sample-steps[data-current-step="3"] .sample-steps-item:nth-child(3) .sample-step-number::before,
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(3) .sample-step-number::before, .sample-steps[data-current-step="4"] .sample-steps-item:nth-child(4) .sample-step-number::before, .step-completed[data-status-name], .sample-steps[data-current-step="1"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name],
.sample-steps[data-current-step="2"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name],
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name],
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(1) .sample-step-number[data-status-name], .sample-steps[data-current-step="2"] .sample-steps-item:nth-child(2) .sample-step-number[data-status-name],
.sample-steps[data-current-step="3"] .sample-steps-item:nth-child(2) .sample-step-number[data-status-name],
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(2) .sample-step-number[data-status-name], .sample-steps[data-current-step="3"] .sample-steps-item:nth-child(3) .sample-step-number[data-status-name],
.sample-steps[data-current-step="4"] .sample-steps-item:nth-child(3) .sample-step-number[data-status-name], .sample-steps[data-current-step="4"] .sample-steps-item:nth-child(4) .sample-step-number[data-status-name] {
  font-family: "pne";
  left: 10px;
  content: "\6a";
}

/* line 2, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .row {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .title {
  font-weight: bold;
  line-height: 1.8;
}

/* line 11, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .information {
  font-size: 14px;
  color: #445550;
}

/* line 16, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .button-cancel {
  margin-left: 5px;
}

/* line 20, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .already-configured-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #04D29D;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-left: 6px;
}

/* line 28, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .already-configured-tag .already-configured-text {
  font-size: 12px;
  color: #fff;
}

/* line 34, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .recovery-codes {
  text-align: center;
  width: 50%;
}

/* line 39, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .recovery-codes-list {
  padding: 1em;
  background: #f2f2f2;
  border-radius: 5px;
}

/* line 45, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .recovery-codes-code {
  font-family: monospace;
  font-size: 20px;
}

/* line 50, app/assets/stylesheets/frontend/partials/_two-factor-authentication.scss */
.two-factor-authentication .profile-button {
  text-align: center;
}

/* line 1, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications_anchors {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 7, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications_anchors .button {
  position: relative;
}

/* line 9, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications_anchors .button .count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #EC661E;
  color: white;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* line 28, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-title {
  margin-top: 50px;
}

/* line 32, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-card {
  margin-bottom: 32px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
}

/* line 40, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-summary {
  background-color: #EC661E;
  color: white;
  font-weight: 600;
  padding: 16px;
  position: relative;
}

/* line 48, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-summary-title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 54, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-summary-title .count {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #EC661E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* line 66, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-list {
  padding: 16px;
}

/* line 70, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification {
  background-color: #fafafc;
  border-radius: 3px;
  padding: 12px 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

/* line 80, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification:last-child {
  margin-bottom: 0;
}

/* line 84, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification .in_app_notification-info {
  flex: 1 1 0%;
}

/* line 87, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification .in_app_notification-info small {
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #f1eff1;
  color: #445550;
}

/* line 93, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification .in_app_notification-info a {
  color: #0a0a0a;
}

/* line 99, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification .analyze-actions-container .button {
  margin-bottom: 0;
}

/* line 106, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-next .button-icon {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  color: #445055;
}

/* line 112, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-next .button-icon .adi-chevron-right {
  display: inline-block;
  transform: rotate(90deg);
}

/* line 119, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old {
  background-color: #E3E4E5;
  cursor: pointer;
}

/* line 123, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-summary {
  padding: 16px;
  font-weight: 600;
  color: #445055;
  position: relative;
}

/* line 129, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-summary::after {
  content: "";
  background: contain no-repeat;
  background-image: url(https://d3gm2uafcdxt33.cloudfront.net/assets/icons/close-737860b60f51668eea2df7ffc2ba09ac40b6334165bc0997e9d4c3d4234db7f7.svg);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 24px;
  height: 24px;
  transition: all 150ms ease-in-out;
}

/* line 143, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old[open] .in_app_notifications-old-summary::after {
  transform: translateY(-50%) rotate(90deg);
}

/* line 147, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-list {
  padding: 16px;
  background-color: #fafafc;
}

/* line 151, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-list p {
  margin-bottom: 0;
  font-size: 14px;
}

/* line 156, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-list .in_app_notification {
  border-bottom: 1px solid #E3E4E5;
  border-radius: 0;
  margin-bottom: 0;
  gap: 8px;
}

/* line 162, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-list .in_app_notification small {
  color: #445550;
}

/* line 166, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notifications-old-list .in_app_notification:last-child {
  border-bottom: none;
}

/* line 172, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.mark_read {
  text-align: right;
}

/* line 176, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.unread_buttons {
  display: flex;
  justify-content: space-between;
}

/* line 181, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.unread_url {
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  /* line 186, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
  .in_app_notifications_anchors {
    gap: 32px;
  }
  /* line 190, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
  .in_app_notification {
    flex-direction: row;
    align-items: center;
  }
}

/* line 196, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.in_app_notification_unread_marker {
  width: 15px;
  height: 15px;
  background-color: #E23828;
  color: #E23828 !important;
  font-weight: 600;
  font-size: 10px;
  border-radius: 100%;
}

/* line 206, app/assets/stylesheets/frontend/partials/_in_app_notifications.scss */
.read-more {
  padding-top: 16px;
}

@media print {
  @page {
    size: portrait;
    marks: none;
    margin: 0;
  }
  /* line 7, app/assets/stylesheets/frontend/prints/_report.scss */
  body {
    overflow: visible;
  }
  /* line 10, app/assets/stylesheets/frontend/prints/_report.scss */
  body * {
    visibility: hidden;
    -webkit-print-color-adjust: exact;
  }
  /* line 14, app/assets/stylesheets/frontend/prints/_report.scss */
  .printable-section, .printable-section * {
    visibility: visible;
  }
  /* line 17, app/assets/stylesheets/frontend/prints/_report.scss */
  .printable-section {
    position: fixed;
    left: 1.875rem;
    top: 1.875rem;
    overflow: visible !important;
  }
  /* line 23, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section {
    width: 190mm;
    position: fixed;
    top: 20px !important;
    margin: 0 !important;
  }
  /* line 29, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section .sample-modal-header {
    background-color: #5B7BBB !important;
    -webkit-print-color-adjust: exact;
    padding-right: 20px;
  }
  /* line 34, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section .sample-modal-header * {
    color: white !important;
    -webkit-print-color-adjust: exact;
  }
  /* line 39, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section .sample-step-number {
    background: white !important;
    -webkit-print-color-adjust: exact;
  }
  /* line 44, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section .sample-step-number.completed {
    background: #1DAB62 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
  }
  /* line 50, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section .sample-steps-item {
    page-break-after: auto;
  }
  /* line 54, app/assets/stylesheets/frontend/prints/_report.scss */
  #sampleShipmentModal.printable-section .close-button,
#sampleShipmentModal.printable-section .sample-actions,
#sampleShipmentModal.printable-section .sample-label-print {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
  }
}

/* line 1, app/assets/stylesheets/frontend/nojs/_no-js.scss */
.no-js .menu.nested,
.no-js .top-bar-profile-menu,
.no-js .menu {
  display: none;
}

/* line 7, app/assets/stylesheets/frontend/nojs/_no-js.scss */
[v-cloak] {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/statistics/across_the_borders.scss */
.atb-export-menu {
  display: flex;
  justify-content: flex-end;
  margin-left: 2px;
}

/* line 6, app/assets/stylesheets/frontend/statistics/across_the_borders.scss */
.atb-export-menu-btn {
  border: 0;
  padding: 8px;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/frontend/statistics/across_the_borders.scss */
.atb-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 19, app/assets/stylesheets/frontend/statistics/across_the_borders.scss */
.atb-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: transparent;
}

/* line 26, app/assets/stylesheets/frontend/statistics/across_the_borders.scss */
.atb-dropdown-content a:hover {
  background-color: #F09869;
}

/* line 27, app/assets/stylesheets/frontend/statistics/across_the_borders.scss */
.dropdown:hover .atb-dropdown-content {
  display: block;
}
.ts-control{border:1px solid #d0d0d0;border-radius:3px;box-shadow:none;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden;padding:8px;position:relative;width:100%;z-index:1}.ts-wrapper.multi.has-items .ts-control{padding:6px 8px 3px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{box-shadow:none}.ts-control>*{display:inline-block;vertical-align:initial}.ts-wrapper.multi .ts-control>div{background:#f2f2f2;border:0 solid #d0d0d0;color:#303030;cursor:pointer;margin:0 3px 3px 0;padding:2px 6px}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;border:0 solid #cacaca;color:#303030}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{background:#fff;border:0 solid #fff;color:#7d7d7d}.ts-control>input{background:none!important;border:0!important;box-shadow:none!important;display:inline-block!important;flex:1 1 auto;line-height:inherit!important;margin:0!important;max-height:none!important;max-width:100%!important;min-height:0!important;min-width:7rem;padding:0!important;text-indent:0!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{background-color:#fafafa;opacity:.5}.input-hidden .ts-control>input{left:-10000px;opacity:0;position:absolute}.ts-dropdown{background:#fff;border:1px solid #d0d0d0;border-radius:0 0 3px 3px;border-top:0;box-shadow:0 1px 3px rgba(0,0,0,.1);box-sizing:border-box;left:0;margin:.25rem 0 0;position:absolute;top:100%;width:100%;z-index:10}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{cursor:pointer;opacity:1}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0}.ts-dropdown .optgroup-header{background:#fff;color:#303030;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;height:30px;margin:5px 8px;width:30px}.ts-dropdown .spinner:after{animation:lds-dual-ring 1.2s linear infinite;border-color:#d0d0d0 transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:24px;margin:3px;width:24px}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ts-dropdown-content{max-height:200px;overflow:hidden auto;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button:1em}.plugin-clear_button .clear-button{background:transparent!important;cursor:pointer;margin-right:0!important;opacity:0;position:absolute;right:2px;top:50%;transform:translateY(-50%);transition:opacity .5s}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{background:color-mix(#fff,#d0d0d0,85%);border-bottom:1px solid #d0d0d0;border-radius:3px 3px 0 0;padding:10px 8px;position:relative}.ts-wrapper .dropdown-header-close{color:#303030;font-size:20px!important;line-height:20px;margin-top:-12px;opacity:.4;position:absolute;right:8px;top:50%}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{border:1px solid #d0d0d0;box-shadow:none}.plugin-dropdown_input .dropdown-input{background:transparent;border:solid #d0d0d0;border-width:0 0 1px;box-shadow:none;display:block;padding:8px;width:100%}.plugin-dropdown_input .items-placeholder{border:0!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;flex-basis:0;flex-grow:1;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.ts-wrapper.plugin-remove_button .item{align-items:center;display:inline-flex}.ts-wrapper.plugin-remove_button .item .remove{border-radius:0 2px 2px 0;box-sizing:border-box;color:inherit;display:inline-block;padding:0 6px;text-decoration:none;vertical-align:middle}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{font-size:23px;position:absolute;right:0;top:0}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button:0px;--ts-pr-caret:0px;--ts-pr-min:.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-control,.ts-control input,.ts-dropdown{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}
/*# sourceMappingURL=tom-select.min.css.map */
