/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/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://office-cdn-production-us-west-1.wayleadr.com/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/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://office-cdn-production-us-west-1.wayleadr.com/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://office-cdn-production-us-west-1.wayleadr.com/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/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}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

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

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
@charset "UTF-8";
/*
 * 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 Datepicker moving pixels fix */
/* line 2, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
table.ui-datepicker-calendar {
  border-collapse: separate;
}

/* line 3, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
/* line 6, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
#ui-datepicker-div {
  display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
/* line 9, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #007aff;
  color: white;
}

/* line 14, vendor/assets/stylesheets/jquery-ui.multidatespicker.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #007aff;
  background: transparent;
  color: #454545;
}

/* line 1, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input {
  position: relative;
  display: block;
}

/* line 4, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 7, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .hide {
  display: none;
}

/* line 9, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .v-hide {
  visibility: hidden;
}

/* line 11, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 18, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 24, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

/* line 30, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 35, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 45, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 48, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 1000;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 62, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

/* line 65, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 69, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

/* line 71, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 75, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

/* line 77, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

/* line 79, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 81, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 83, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

/* line 85, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 89, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

/* line 92, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

/* line 94, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

/* line 96, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 98, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

/* line 100, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* line 102, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

/* line 105, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

/* line 109, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

/* line 111, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

/* line 113, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

/* line 115, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

/* line 117, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

/* line 119, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

/* line 121, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

/* line 123, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

/* line 125, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

/* line 127, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

/* line 129, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

/* line 131, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

/* line 133, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

/* line 135, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

/* line 137, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

/* line 139, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

/* line 141, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 147, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 150, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 157, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

/* line 160, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 164, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag {
  width: 20px;
}

/* line 166, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.be {
  width: 18px;
}

/* line 168, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ch {
  width: 15px;
}

/* line 170, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mc {
  width: 19px;
}

/* line 172, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ne {
  width: 18px;
}

/* line 174, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.np {
  width: 13px;
}

/* line 176, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 179, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
  .iti-flag {
    background-size: 5652px 15px;
  }
}

/* line 181, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 184, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 187, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 190, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 193, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 196, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 199, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 202, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 205, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 208, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 211, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 214, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 217, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 220, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 223, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 226, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 229, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 232, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 235, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 238, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 241, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 244, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 247, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 250, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 253, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 256, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 259, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 262, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 265, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 268, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 271, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 274, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 277, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 280, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 283, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 286, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 289, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 292, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 295, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 298, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 301, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 304, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 307, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 310, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 313, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 316, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 319, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 322, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 325, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 328, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 331, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 334, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 337, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 340, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 343, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 346, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 349, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

/* line 352, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 355, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 358, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 361, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 364, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 367, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 370, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.do {
  height: 14px;
  background-position: -1379px 0px;
}

/* line 373, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 376, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 379, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 382, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 385, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 388, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 391, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 394, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 397, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 400, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 403, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 406, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 409, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 412, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 415, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 418, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 421, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 424, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 427, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 430, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 433, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 436, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 439, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 442, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 445, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 448, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 451, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 454, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 457, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 460, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 463, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 466, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 469, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 472, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 475, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 478, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 481, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 484, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 487, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 490, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 493, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 496, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 499, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 502, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 505, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 508, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 511, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 514, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 517, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 520, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 523, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 526, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 529, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 532, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 535, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 538, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 541, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 544, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 547, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 550, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 553, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 556, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 559, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 562, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 565, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 568, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 571, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 574, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 577, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 580, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 583, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 586, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 589, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 592, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 595, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 598, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 601, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 604, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 607, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 610, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 613, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 616, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 619, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 622, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 625, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 628, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 631, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 634, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 637, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 640, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 643, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 646, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 649, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 652, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 655, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 658, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 661, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 664, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 667, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 670, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 673, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 676, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 679, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 682, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 685, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 688, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 691, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 694, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 697, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 700, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 703, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 706, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 709, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 712, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 715, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 718, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 721, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 724, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 727, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 730, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 733, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 736, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 739, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 742, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 745, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 748, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 751, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 754, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 757, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 760, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 763, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 766, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 769, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 772, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 775, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 778, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 781, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 784, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 787, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 790, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 793, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 796, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 799, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 802, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 805, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 808, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 811, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 814, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 817, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 820, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 823, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 826, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 829, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 832, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 835, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 838, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 841, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 844, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 847, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 850, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 853, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 856, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 859, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 862, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 865, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 868, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 871, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 874, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 877, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 880, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 883, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 886, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 889, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 892, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 895, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 898, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.un {
  height: 14px;
  background-position: -5241px 0px;
}

/* line 901, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.us {
  height: 11px;
  background-position: -5263px 0px;
}

/* line 904, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0px;
}

/* line 907, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0px;
}

/* line 910, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.va {
  height: 15px;
  background-position: -5329px 0px;
}

/* line 913, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 916, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0px;
}

/* line 919, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0px;
}

/* line 922, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 925, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0px;
}

/* line 928, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0px;
}

/* line 931, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0px;
}

/* line 934, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0px;
}

/* line 937, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0px;
}

/* line 940, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 943, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 946, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.za {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 949, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0px;
}

/* line 952, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0px;
}

/* line 956, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 965, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
  .iti-flag {
    background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png);
  }
}

/* line 968, vendor/assets/stylesheets/v2/intl-tel-input/intlTelInput.css */
.iti-flag.np {
  background-color: transparent;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 158, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 182, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 198, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 214, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 222, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 227, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

/* line 233, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 237, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 241, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 244, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 247, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 252, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 265, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 268, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 271, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 280, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 286, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 295, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 299, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 302, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 305, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 308, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 324, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 332, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 335, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 340, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 343, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 346, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 367, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 370, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 377, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 400, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 404, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 407, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 412, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 427, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 437, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 452, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 456, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 472, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 496, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 500, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 525, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 542, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 545, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 551, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 575, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 580, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 585, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 591, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 596, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 601, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 613, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 618, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 623, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 626, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 629, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 632, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 637, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 642, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 652, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 662, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 668, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 683, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 688, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 697, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 700, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 703, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 706, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 709, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 729, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 732, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 736, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 740, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 756, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 763, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 769, vendor/bundle/ruby/3.2.0/gems/flatpickr-4.6.13.1/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 21, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 33, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 61, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 118, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 161, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 178, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 189, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 207, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 213, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 242, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 246, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 282, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 285, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 289, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 348, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 360, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 369, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 412, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 418, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 438, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.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 443, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, vendor/bundle/ruby/3.2.0/gems/activeadmin_addons-1.10.1/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: 'Feather';
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/feather/Feather-23b12da4272c804a6c89a5221c266065b3148272925a772ac54a2f70864f7b4c.ttf?sdxovp) format("truetype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/feather/Feather-547d361bd7251d3ea702a89f3fe2acf5d0d01c95e7c86ae3c9893a2ab9841423.woff?sdxovp) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/feather/Feather-9a582e8d4dfd97a10da14de636ddf15308816dc6c590ea301f1197d92705a47c.svg?sdxovp#Feather) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/v2/feather.css */
.fe {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/v2/feather.css */
.fe-activity:before {
  content: "\e900";
}

/* line 29, app/assets/stylesheets/v2/feather.css */
.fe-airplay:before {
  content: "\e901";
}

/* line 32, app/assets/stylesheets/v2/feather.css */
.fe-alert-circle:before {
  content: "\e902";
}

/* line 35, app/assets/stylesheets/v2/feather.css */
.fe-alert-octagon:before {
  content: "\e903";
}

/* line 38, app/assets/stylesheets/v2/feather.css */
.fe-alert-triangle:before {
  content: "\e904";
}

/* line 41, app/assets/stylesheets/v2/feather.css */
.fe-align-center:before {
  content: "\e905";
}

/* line 44, app/assets/stylesheets/v2/feather.css */
.fe-align-justify:before {
  content: "\e906";
}

/* line 47, app/assets/stylesheets/v2/feather.css */
.fe-align-left:before {
  content: "\e907";
}

/* line 50, app/assets/stylesheets/v2/feather.css */
.fe-align-right:before {
  content: "\e908";
}

/* line 53, app/assets/stylesheets/v2/feather.css */
.fe-anchor:before {
  content: "\e909";
}

/* line 56, app/assets/stylesheets/v2/feather.css */
.fe-aperture:before {
  content: "\e90a";
}

/* line 59, app/assets/stylesheets/v2/feather.css */
.fe-archive:before {
  content: "\e90b";
}

/* line 62, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down:before {
  content: "\e90c";
}

/* line 65, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down-circle:before {
  content: "\e90d";
}

/* line 68, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down-left:before {
  content: "\e90e";
}

/* line 71, app/assets/stylesheets/v2/feather.css */
.fe-arrow-down-right:before {
  content: "\e90f";
}

/* line 74, app/assets/stylesheets/v2/feather.css */
.fe-arrow-left:before {
  content: "\e910";
}

/* line 77, app/assets/stylesheets/v2/feather.css */
.fe-arrow-left-circle:before {
  content: "\e911";
}

/* line 80, app/assets/stylesheets/v2/feather.css */
.fe-arrow-right:before {
  content: "\e912";
}

/* line 83, app/assets/stylesheets/v2/feather.css */
.fe-arrow-right-circle:before {
  content: "\e913";
}

/* line 86, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up:before {
  content: "\e914";
}

/* line 89, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up-circle:before {
  content: "\e915";
}

/* line 92, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up-left:before {
  content: "\e916";
}

/* line 95, app/assets/stylesheets/v2/feather.css */
.fe-arrow-up-right:before {
  content: "\e917";
}

/* line 98, app/assets/stylesheets/v2/feather.css */
.fe-at-sign:before {
  content: "\e918";
}

/* line 101, app/assets/stylesheets/v2/feather.css */
.fe-award:before {
  content: "\e919";
}

/* line 104, app/assets/stylesheets/v2/feather.css */
.fe-bar-chart:before {
  content: "\e91a";
}

/* line 107, app/assets/stylesheets/v2/feather.css */
.fe-bar-chart-2:before {
  content: "\e91b";
}

/* line 110, app/assets/stylesheets/v2/feather.css */
.fe-battery:before {
  content: "\e91c";
}

/* line 113, app/assets/stylesheets/v2/feather.css */
.fe-battery-charging:before {
  content: "\e91d";
}

/* line 116, app/assets/stylesheets/v2/feather.css */
.fe-bell:before {
  content: "\e91e";
}

/* line 119, app/assets/stylesheets/v2/feather.css */
.fe-bell-off:before {
  content: "\e91f";
}

/* line 122, app/assets/stylesheets/v2/feather.css */
.fe-bluetooth:before {
  content: "\e920";
}

/* line 125, app/assets/stylesheets/v2/feather.css */
.fe-bold:before {
  content: "\e921";
}

/* line 128, app/assets/stylesheets/v2/feather.css */
.fe-book:before {
  content: "\e922";
}

/* line 131, app/assets/stylesheets/v2/feather.css */
.fe-book-open:before {
  content: "\e923";
}

/* line 134, app/assets/stylesheets/v2/feather.css */
.fe-bookmark:before {
  content: "\e924";
}

/* line 137, app/assets/stylesheets/v2/feather.css */
.fe-box:before {
  content: "\e925";
}

/* line 140, app/assets/stylesheets/v2/feather.css */
.fe-briefcase:before {
  content: "\e926";
}

/* line 143, app/assets/stylesheets/v2/feather.css */
.fe-calendar:before {
  content: "\e927";
}

/* line 146, app/assets/stylesheets/v2/feather.css */
.fe-camera:before {
  content: "\e928";
}

/* line 149, app/assets/stylesheets/v2/feather.css */
.fe-camera-off:before {
  content: "\e929";
}

/* line 152, app/assets/stylesheets/v2/feather.css */
.fe-cast:before {
  content: "\e92a";
}

/* line 155, app/assets/stylesheets/v2/feather.css */
.fe-check:before {
  content: "\e92b";
}

/* line 158, app/assets/stylesheets/v2/feather.css */
.fe-check-circle:before {
  content: "\e92c";
}

/* line 161, app/assets/stylesheets/v2/feather.css */
.fe-check-square:before {
  content: "\e92d";
}

/* line 164, app/assets/stylesheets/v2/feather.css */
.fe-chevron-down:before {
  content: "\e92e";
}

/* line 167, app/assets/stylesheets/v2/feather.css */
.fe-chevron-left:before {
  content: "\e92f";
}

/* line 170, app/assets/stylesheets/v2/feather.css */
.fe-chevron-right:before {
  content: "\e930";
}

/* line 173, app/assets/stylesheets/v2/feather.css */
.fe-chevron-up:before {
  content: "\e931";
}

/* line 176, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-down:before {
  content: "\e932";
}

/* line 179, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-left:before {
  content: "\e933";
}

/* line 182, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-right:before {
  content: "\e934";
}

/* line 185, app/assets/stylesheets/v2/feather.css */
.fe-chevrons-up:before {
  content: "\e935";
}

/* line 188, app/assets/stylesheets/v2/feather.css */
.fe-chrome:before {
  content: "\e936";
}

/* line 191, app/assets/stylesheets/v2/feather.css */
.fe-circle:before {
  content: "\e937";
}

/* line 194, app/assets/stylesheets/v2/feather.css */
.fe-clipboard:before {
  content: "\e938";
}

/* line 197, app/assets/stylesheets/v2/feather.css */
.fe-clock:before {
  content: "\e939";
}

/* line 200, app/assets/stylesheets/v2/feather.css */
.fe-cloud:before {
  content: "\e93a";
}

/* line 203, app/assets/stylesheets/v2/feather.css */
.fe-cloud-drizzle:before {
  content: "\e93b";
}

/* line 206, app/assets/stylesheets/v2/feather.css */
.fe-cloud-lightning:before {
  content: "\e93c";
}

/* line 209, app/assets/stylesheets/v2/feather.css */
.fe-cloud-off:before {
  content: "\e93d";
}

/* line 212, app/assets/stylesheets/v2/feather.css */
.fe-cloud-rain:before {
  content: "\e93e";
}

/* line 215, app/assets/stylesheets/v2/feather.css */
.fe-cloud-snow:before {
  content: "\e93f";
}

/* line 218, app/assets/stylesheets/v2/feather.css */
.fe-code:before {
  content: "\e940";
}

/* line 221, app/assets/stylesheets/v2/feather.css */
.fe-codepen:before {
  content: "\e941";
}

/* line 224, app/assets/stylesheets/v2/feather.css */
.fe-command:before {
  content: "\e942";
}

/* line 227, app/assets/stylesheets/v2/feather.css */
.fe-compass:before {
  content: "\e943";
}

/* line 230, app/assets/stylesheets/v2/feather.css */
.fe-copy:before {
  content: "\e944";
}

/* line 233, app/assets/stylesheets/v2/feather.css */
.fe-corner-down-left:before {
  content: "\e945";
}

/* line 236, app/assets/stylesheets/v2/feather.css */
.fe-corner-down-right:before {
  content: "\e946";
}

/* line 239, app/assets/stylesheets/v2/feather.css */
.fe-corner-left-down:before {
  content: "\e947";
}

/* line 242, app/assets/stylesheets/v2/feather.css */
.fe-corner-left-up:before {
  content: "\e948";
}

/* line 245, app/assets/stylesheets/v2/feather.css */
.fe-corner-right-down:before {
  content: "\e949";
}

/* line 248, app/assets/stylesheets/v2/feather.css */
.fe-corner-right-up:before {
  content: "\e94a";
}

/* line 251, app/assets/stylesheets/v2/feather.css */
.fe-corner-up-left:before {
  content: "\e94b";
}

/* line 254, app/assets/stylesheets/v2/feather.css */
.fe-corner-up-right:before {
  content: "\e94c";
}

/* line 257, app/assets/stylesheets/v2/feather.css */
.fe-cpu:before {
  content: "\e94d";
}

/* line 260, app/assets/stylesheets/v2/feather.css */
.fe-credit-card:before {
  content: "\e94e";
}

/* line 263, app/assets/stylesheets/v2/feather.css */
.fe-crop:before {
  content: "\e94f";
}

/* line 266, app/assets/stylesheets/v2/feather.css */
.fe-crosshair:before {
  content: "\e950";
}

/* line 269, app/assets/stylesheets/v2/feather.css */
.fe-database:before {
  content: "\e951";
}

/* line 272, app/assets/stylesheets/v2/feather.css */
.fe-delete:before {
  content: "\e952";
}

/* line 275, app/assets/stylesheets/v2/feather.css */
.fe-disc:before {
  content: "\e953";
}

/* line 278, app/assets/stylesheets/v2/feather.css */
.fe-dollar-sign:before {
  content: "\e954";
}

/* line 281, app/assets/stylesheets/v2/feather.css */
.fe-download:before {
  content: "\e955";
}

/* line 284, app/assets/stylesheets/v2/feather.css */
.fe-download-cloud:before {
  content: "\e956";
}

/* line 287, app/assets/stylesheets/v2/feather.css */
.fe-droplet:before {
  content: "\e957";
}

/* line 290, app/assets/stylesheets/v2/feather.css */
.fe-edit:before {
  content: "\e958";
}

/* line 293, app/assets/stylesheets/v2/feather.css */
.fe-edit-2:before {
  content: "\e959";
}

/* line 296, app/assets/stylesheets/v2/feather.css */
.fe-edit-3:before {
  content: "\e95a";
}

/* line 299, app/assets/stylesheets/v2/feather.css */
.fe-external-link:before {
  content: "\e95b";
}

/* line 302, app/assets/stylesheets/v2/feather.css */
.fe-eye:before {
  content: "\e95c";
}

/* line 305, app/assets/stylesheets/v2/feather.css */
.fe-eye-off:before {
  content: "\e95d";
}

/* line 308, app/assets/stylesheets/v2/feather.css */
.fe-facebook:before {
  content: "\e95e";
}

/* line 311, app/assets/stylesheets/v2/feather.css */
.fe-fast-forward:before {
  content: "\e95f";
}

/* line 314, app/assets/stylesheets/v2/feather.css */
.fe-feather:before {
  content: "\e960";
}

/* line 317, app/assets/stylesheets/v2/feather.css */
.fe-file:before {
  content: "\e961";
}

/* line 320, app/assets/stylesheets/v2/feather.css */
.fe-file-minus:before {
  content: "\e962";
}

/* line 323, app/assets/stylesheets/v2/feather.css */
.fe-file-plus:before {
  content: "\e963";
}

/* line 326, app/assets/stylesheets/v2/feather.css */
.fe-file-text:before {
  content: "\e964";
}

/* line 329, app/assets/stylesheets/v2/feather.css */
.fe-film:before {
  content: "\e965";
}

/* line 332, app/assets/stylesheets/v2/feather.css */
.fe-filter:before {
  content: "\e966";
}

/* line 335, app/assets/stylesheets/v2/feather.css */
.fe-flag:before {
  content: "\e967";
}

/* line 338, app/assets/stylesheets/v2/feather.css */
.fe-folder:before {
  content: "\e968";
}

/* line 341, app/assets/stylesheets/v2/feather.css */
.fe-folder-minus:before {
  content: "\e969";
}

/* line 344, app/assets/stylesheets/v2/feather.css */
.fe-folder-plus:before {
  content: "\e96a";
}

/* line 347, app/assets/stylesheets/v2/feather.css */
.fe-gift:before {
  content: "\e96b";
}

/* line 350, app/assets/stylesheets/v2/feather.css */
.fe-git-branch:before {
  content: "\e96c";
}

/* line 353, app/assets/stylesheets/v2/feather.css */
.fe-git-commit:before {
  content: "\e96d";
}

/* line 356, app/assets/stylesheets/v2/feather.css */
.fe-git-merge:before {
  content: "\e96e";
}

/* line 359, app/assets/stylesheets/v2/feather.css */
.fe-git-pull-request:before {
  content: "\e96f";
}

/* line 362, app/assets/stylesheets/v2/feather.css */
.fe-github:before {
  content: "\e970";
}

/* line 365, app/assets/stylesheets/v2/feather.css */
.fe-gitlab:before {
  content: "\e971";
}

/* line 368, app/assets/stylesheets/v2/feather.css */
.fe-globe:before {
  content: "\e972";
}

/* line 371, app/assets/stylesheets/v2/feather.css */
.fe-grid:before {
  content: "\e973";
}

/* line 374, app/assets/stylesheets/v2/feather.css */
.fe-hard-drive:before {
  content: "\e974";
}

/* line 377, app/assets/stylesheets/v2/feather.css */
.fe-hash:before {
  content: "\e975";
}

/* line 380, app/assets/stylesheets/v2/feather.css */
.fe-headphones:before {
  content: "\e976";
}

/* line 383, app/assets/stylesheets/v2/feather.css */
.fe-heart:before {
  content: "\e977";
}

/* line 386, app/assets/stylesheets/v2/feather.css */
.fe-help-circle:before {
  content: "\e978";
}

/* line 389, app/assets/stylesheets/v2/feather.css */
.fe-home:before {
  content: "\e979";
}

/* line 392, app/assets/stylesheets/v2/feather.css */
.fe-image:before {
  content: "\e97a";
}

/* line 395, app/assets/stylesheets/v2/feather.css */
.fe-inbox:before {
  content: "\e97b";
}

/* line 398, app/assets/stylesheets/v2/feather.css */
.fe-info:before {
  content: "\e97c";
}

/* line 401, app/assets/stylesheets/v2/feather.css */
.fe-instagram:before {
  content: "\e97d";
}

/* line 404, app/assets/stylesheets/v2/feather.css */
.fe-italic:before {
  content: "\e97e";
}

/* line 407, app/assets/stylesheets/v2/feather.css */
.fe-layers:before {
  content: "\e97f";
}

/* line 410, app/assets/stylesheets/v2/feather.css */
.fe-layout:before {
  content: "\e980";
}

/* line 413, app/assets/stylesheets/v2/feather.css */
.fe-life-buoy:before {
  content: "\e981";
}

/* line 416, app/assets/stylesheets/v2/feather.css */
.fe-link:before {
  content: "\e982";
}

/* line 419, app/assets/stylesheets/v2/feather.css */
.fe-link-2:before {
  content: "\e983";
}

/* line 422, app/assets/stylesheets/v2/feather.css */
.fe-linkedin:before {
  content: "\e984";
}

/* line 425, app/assets/stylesheets/v2/feather.css */
.fe-list:before {
  content: "\e985";
}

/* line 428, app/assets/stylesheets/v2/feather.css */
.fe-loader:before {
  content: "\e986";
}

/* line 431, app/assets/stylesheets/v2/feather.css */
.fe-lock:before {
  content: "\e987";
}

/* line 434, app/assets/stylesheets/v2/feather.css */
.fe-log-in:before {
  content: "\e988";
}

/* line 437, app/assets/stylesheets/v2/feather.css */
.fe-log-out:before {
  content: "\e989";
}

/* line 440, app/assets/stylesheets/v2/feather.css */
.fe-mail:before {
  content: "\e98a";
}

/* line 443, app/assets/stylesheets/v2/feather.css */
.fe-map:before {
  content: "\e98b";
}

/* line 446, app/assets/stylesheets/v2/feather.css */
.fe-map-pin:before {
  content: "\e98c";
}

/* line 449, app/assets/stylesheets/v2/feather.css */
.fe-maximize:before {
  content: "\e98d";
}

/* line 452, app/assets/stylesheets/v2/feather.css */
.fe-maximize-2:before {
  content: "\e98e";
}

/* line 455, app/assets/stylesheets/v2/feather.css */
.fe-menu:before {
  content: "\e98f";
}

/* line 458, app/assets/stylesheets/v2/feather.css */
.fe-message-circle:before {
  content: "\e990";
}

/* line 461, app/assets/stylesheets/v2/feather.css */
.fe-message-square:before {
  content: "\e991";
}

/* line 464, app/assets/stylesheets/v2/feather.css */
.fe-mic:before {
  content: "\e992";
}

/* line 467, app/assets/stylesheets/v2/feather.css */
.fe-mic-off:before {
  content: "\e993";
}

/* line 470, app/assets/stylesheets/v2/feather.css */
.fe-minimize:before {
  content: "\e994";
}

/* line 473, app/assets/stylesheets/v2/feather.css */
.fe-minimize-2:before {
  content: "\e995";
}

/* line 476, app/assets/stylesheets/v2/feather.css */
.fe-minus:before {
  content: "\e996";
}

/* line 479, app/assets/stylesheets/v2/feather.css */
.fe-minus-circle:before {
  content: "\e997";
}

/* line 482, app/assets/stylesheets/v2/feather.css */
.fe-minus-square:before {
  content: "\e998";
}

/* line 485, app/assets/stylesheets/v2/feather.css */
.fe-monitor:before {
  content: "\e999";
}

/* line 488, app/assets/stylesheets/v2/feather.css */
.fe-moon:before {
  content: "\e99a";
}

/* line 491, app/assets/stylesheets/v2/feather.css */
.fe-more-horizontal:before {
  content: "\e99b";
}

/* line 494, app/assets/stylesheets/v2/feather.css */
.fe-more-vertical:before {
  content: "\e99c";
}

/* line 497, app/assets/stylesheets/v2/feather.css */
.fe-move:before {
  content: "\e99d";
}

/* line 500, app/assets/stylesheets/v2/feather.css */
.fe-music:before {
  content: "\e99e";
}

/* line 503, app/assets/stylesheets/v2/feather.css */
.fe-navigation:before {
  content: "\e99f";
}

/* line 506, app/assets/stylesheets/v2/feather.css */
.fe-navigation-2:before {
  content: "\e9a0";
}

/* line 509, app/assets/stylesheets/v2/feather.css */
.fe-octagon:before {
  content: "\e9a1";
}

/* line 512, app/assets/stylesheets/v2/feather.css */
.fe-package:before {
  content: "\e9a2";
}

/* line 515, app/assets/stylesheets/v2/feather.css */
.fe-paperclip:before {
  content: "\e9a3";
}

/* line 518, app/assets/stylesheets/v2/feather.css */
.fe-pause:before {
  content: "\e9a4";
}

/* line 521, app/assets/stylesheets/v2/feather.css */
.fe-pause-circle:before {
  content: "\e9a5";
}

/* line 524, app/assets/stylesheets/v2/feather.css */
.fe-percent:before {
  content: "\e9a6";
}

/* line 527, app/assets/stylesheets/v2/feather.css */
.fe-phone:before {
  content: "\e9a7";
}

/* line 530, app/assets/stylesheets/v2/feather.css */
.fe-phone-call:before {
  content: "\e9a8";
}

/* line 533, app/assets/stylesheets/v2/feather.css */
.fe-phone-forwarded:before {
  content: "\e9a9";
}

/* line 536, app/assets/stylesheets/v2/feather.css */
.fe-phone-incoming:before {
  content: "\e9aa";
}

/* line 539, app/assets/stylesheets/v2/feather.css */
.fe-phone-missed:before {
  content: "\e9ab";
}

/* line 542, app/assets/stylesheets/v2/feather.css */
.fe-phone-off:before {
  content: "\e9ac";
}

/* line 545, app/assets/stylesheets/v2/feather.css */
.fe-phone-outgoing:before {
  content: "\e9ad";
}

/* line 548, app/assets/stylesheets/v2/feather.css */
.fe-pie-chart:before {
  content: "\e9ae";
}

/* line 551, app/assets/stylesheets/v2/feather.css */
.fe-play:before {
  content: "\e9af";
}

/* line 554, app/assets/stylesheets/v2/feather.css */
.fe-play-circle:before {
  content: "\e9b0";
}

/* line 557, app/assets/stylesheets/v2/feather.css */
.fe-plus:before {
  content: "\e9b1";
}

/* line 560, app/assets/stylesheets/v2/feather.css */
.fe-plus-circle:before {
  content: "\e9b2";
}

/* line 563, app/assets/stylesheets/v2/feather.css */
.fe-plus-square:before {
  content: "\e9b3";
}

/* line 566, app/assets/stylesheets/v2/feather.css */
.fe-pocket:before {
  content: "\e9b4";
}

/* line 569, app/assets/stylesheets/v2/feather.css */
.fe-power:before {
  content: "\e9b5";
}

/* line 572, app/assets/stylesheets/v2/feather.css */
.fe-printer:before {
  content: "\e9b6";
}

/* line 575, app/assets/stylesheets/v2/feather.css */
.fe-radio:before {
  content: "\e9b7";
}

/* line 578, app/assets/stylesheets/v2/feather.css */
.fe-refresh-ccw:before {
  content: "\e9b8";
}

/* line 581, app/assets/stylesheets/v2/feather.css */
.fe-refresh-cw:before {
  content: "\e9b9";
}

/* line 584, app/assets/stylesheets/v2/feather.css */
.fe-repeat:before {
  content: "\e9ba";
}

/* line 587, app/assets/stylesheets/v2/feather.css */
.fe-rewind:before {
  content: "\e9bb";
}

/* line 590, app/assets/stylesheets/v2/feather.css */
.fe-rotate-ccw:before {
  content: "\e9bc";
}

/* line 593, app/assets/stylesheets/v2/feather.css */
.fe-rotate-cw:before {
  content: "\e9bd";
}

/* line 596, app/assets/stylesheets/v2/feather.css */
.fe-rss:before {
  content: "\e9be";
}

/* line 599, app/assets/stylesheets/v2/feather.css */
.fe-save:before {
  content: "\e9bf";
}

/* line 602, app/assets/stylesheets/v2/feather.css */
.fe-scissors:before {
  content: "\e9c0";
}

/* line 605, app/assets/stylesheets/v2/feather.css */
.fe-search:before {
  content: "\e9c1";
}

/* line 608, app/assets/stylesheets/v2/feather.css */
.fe-send:before {
  content: "\e9c2";
}

/* line 611, app/assets/stylesheets/v2/feather.css */
.fe-server:before {
  content: "\e9c3";
}

/* line 614, app/assets/stylesheets/v2/feather.css */
.fe-settings:before {
  content: "\e9c4";
}

/* line 617, app/assets/stylesheets/v2/feather.css */
.fe-share:before {
  content: "\e9c5";
}

/* line 620, app/assets/stylesheets/v2/feather.css */
.fe-share-2:before {
  content: "\e9c6";
}

/* line 623, app/assets/stylesheets/v2/feather.css */
.fe-shield:before {
  content: "\e9c7";
}

/* line 626, app/assets/stylesheets/v2/feather.css */
.fe-shield-off:before {
  content: "\e9c8";
}

/* line 629, app/assets/stylesheets/v2/feather.css */
.fe-shopping-bag:before {
  content: "\e9c9";
}

/* line 632, app/assets/stylesheets/v2/feather.css */
.fe-shopping-cart:before {
  content: "\e9ca";
}

/* line 635, app/assets/stylesheets/v2/feather.css */
.fe-shuffle:before {
  content: "\e9cb";
}

/* line 638, app/assets/stylesheets/v2/feather.css */
.fe-sidebar:before {
  content: "\e9cc";
}

/* line 641, app/assets/stylesheets/v2/feather.css */
.fe-skip-back:before {
  content: "\e9cd";
}

/* line 644, app/assets/stylesheets/v2/feather.css */
.fe-skip-forward:before {
  content: "\e9ce";
}

/* line 647, app/assets/stylesheets/v2/feather.css */
.fe-slack:before {
  content: "\e9cf";
}

/* line 650, app/assets/stylesheets/v2/feather.css */
.fe-slash:before {
  content: "\e9d0";
}

/* line 653, app/assets/stylesheets/v2/feather.css */
.fe-sliders:before {
  content: "\e9d1";
}

/* line 656, app/assets/stylesheets/v2/feather.css */
.fe-smartphone:before {
  content: "\e9d2";
}

/* line 659, app/assets/stylesheets/v2/feather.css */
.fe-speaker:before {
  content: "\e9d3";
}

/* line 662, app/assets/stylesheets/v2/feather.css */
.fe-square:before {
  content: "\e9d4";
}

/* line 665, app/assets/stylesheets/v2/feather.css */
.fe-star:before {
  content: "\e9d5";
}

/* line 668, app/assets/stylesheets/v2/feather.css */
.fe-stop-circle:before {
  content: "\e9d6";
}

/* line 671, app/assets/stylesheets/v2/feather.css */
.fe-sun:before {
  content: "\e9d7";
}

/* line 674, app/assets/stylesheets/v2/feather.css */
.fe-sunrise:before {
  content: "\e9d8";
}

/* line 677, app/assets/stylesheets/v2/feather.css */
.fe-sunset:before {
  content: "\e9d9";
}

/* line 680, app/assets/stylesheets/v2/feather.css */
.fe-tablet:before {
  content: "\e9da";
}

/* line 683, app/assets/stylesheets/v2/feather.css */
.fe-tag:before {
  content: "\e9db";
}

/* line 686, app/assets/stylesheets/v2/feather.css */
.fe-target:before {
  content: "\e9dc";
}

/* line 689, app/assets/stylesheets/v2/feather.css */
.fe-terminal:before {
  content: "\e9dd";
}

/* line 692, app/assets/stylesheets/v2/feather.css */
.fe-thermometer:before {
  content: "\e9de";
}

/* line 695, app/assets/stylesheets/v2/feather.css */
.fe-thumbs-down:before {
  content: "\e9df";
}

/* line 698, app/assets/stylesheets/v2/feather.css */
.fe-thumbs-up:before {
  content: "\e9e0";
}

/* line 701, app/assets/stylesheets/v2/feather.css */
.fe-toggle-left:before {
  content: "\e9e1";
}

/* line 704, app/assets/stylesheets/v2/feather.css */
.fe-toggle-right:before {
  content: "\e9e2";
}

/* line 707, app/assets/stylesheets/v2/feather.css */
.fe-trash:before {
  content: "\e9e3";
}

/* line 710, app/assets/stylesheets/v2/feather.css */
.fe-trash-2:before {
  content: "\e9e4";
}

/* line 713, app/assets/stylesheets/v2/feather.css */
.fe-trending-down:before {
  content: "\e9e5";
}

/* line 716, app/assets/stylesheets/v2/feather.css */
.fe-trending-up:before {
  content: "\e9e6";
}

/* line 719, app/assets/stylesheets/v2/feather.css */
.fe-triangle:before {
  content: "\e9e7";
}

/* line 722, app/assets/stylesheets/v2/feather.css */
.fe-truck:before {
  content: "\e9e8";
}

/* line 725, app/assets/stylesheets/v2/feather.css */
.fe-tv:before {
  content: "\e9e9";
}

/* line 728, app/assets/stylesheets/v2/feather.css */
.fe-twitter:before {
  content: "\e9ea";
}

/* line 731, app/assets/stylesheets/v2/feather.css */
.fe-type:before {
  content: "\e9eb";
}

/* line 734, app/assets/stylesheets/v2/feather.css */
.fe-umbrella:before {
  content: "\e9ec";
}

/* line 737, app/assets/stylesheets/v2/feather.css */
.fe-underline:before {
  content: "\e9ed";
}

/* line 740, app/assets/stylesheets/v2/feather.css */
.fe-unlock:before {
  content: "\e9ee";
}

/* line 743, app/assets/stylesheets/v2/feather.css */
.fe-upload:before {
  content: "\e9ef";
}

/* line 746, app/assets/stylesheets/v2/feather.css */
.fe-upload-cloud:before {
  content: "\e9f0";
}

/* line 749, app/assets/stylesheets/v2/feather.css */
.fe-user:before {
  content: "\e9f1";
}

/* line 752, app/assets/stylesheets/v2/feather.css */
.fe-user-check:before {
  content: "\e9f2";
}

/* line 755, app/assets/stylesheets/v2/feather.css */
.fe-user-minus:before {
  content: "\e9f3";
}

/* line 758, app/assets/stylesheets/v2/feather.css */
.fe-user-plus:before {
  content: "\e9f4";
}

/* line 761, app/assets/stylesheets/v2/feather.css */
.fe-user-x:before {
  content: "\e9f5";
}

/* line 764, app/assets/stylesheets/v2/feather.css */
.fe-users:before {
  content: "\e9f6";
}

/* line 767, app/assets/stylesheets/v2/feather.css */
.fe-video:before {
  content: "\e9f7";
}

/* line 770, app/assets/stylesheets/v2/feather.css */
.fe-video-off:before {
  content: "\e9f8";
}

/* line 773, app/assets/stylesheets/v2/feather.css */
.fe-voicemail:before {
  content: "\e9f9";
}

/* line 776, app/assets/stylesheets/v2/feather.css */
.fe-volume:before {
  content: "\e9fa";
}

/* line 779, app/assets/stylesheets/v2/feather.css */
.fe-volume-1:before {
  content: "\e9fb";
}

/* line 782, app/assets/stylesheets/v2/feather.css */
.fe-volume-2:before {
  content: "\e9fc";
}

/* line 785, app/assets/stylesheets/v2/feather.css */
.fe-volume-x:before {
  content: "\e9fd";
}

/* line 788, app/assets/stylesheets/v2/feather.css */
.fe-watch:before {
  content: "\e9fe";
}

/* line 791, app/assets/stylesheets/v2/feather.css */
.fe-wifi:before {
  content: "\e9ff";
}

/* line 794, app/assets/stylesheets/v2/feather.css */
.fe-wifi-off:before {
  content: "\ea00";
}

/* line 797, app/assets/stylesheets/v2/feather.css */
.fe-wind:before {
  content: "\ea01";
}

/* line 800, app/assets/stylesheets/v2/feather.css */
.fe-x:before {
  content: "\ea02";
}

/* line 803, app/assets/stylesheets/v2/feather.css */
.fe-x-circle:before {
  content: "\ea03";
}

/* line 806, app/assets/stylesheets/v2/feather.css */
.fe-x-square:before {
  content: "\ea04";
}

/* line 809, app/assets/stylesheets/v2/feather.css */
.fe-youtube:before {
  content: "\ea05";
}

/* line 812, app/assets/stylesheets/v2/feather.css */
.fe-zap:before {
  content: "\ea06";
}

/* line 815, app/assets/stylesheets/v2/feather.css */
.fe-zap-off:before {
  content: "\ea07";
}

/* line 818, app/assets/stylesheets/v2/feather.css */
.fe-zoom-in:before {
  content: "\ea08";
}

/* line 821, app/assets/stylesheets/v2/feather.css */
.fe-zoom-out:before {
  content: "\ea09";
}

/**
 * Dashkit v1.3.2
 *
 * Custom variables followed by Dashkit variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007aff;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #a91313;
  --orange: #fd7e14;
  --yellow: #f6c343;
  --green: #00d97e;
  --teal: #02a8b5;
  --cyan: #5dd3da;
  --white: #ffffff;
  --gray: #869ab8;
  --gray-dark: #384c74;
  --primary: #007aff;
  --secondary: #506690;
  --success: #00d97e;
  --info: #5dd3da;
  --warning: #f6c343;
  --danger: #a91313;
  --light: #f1f4f8;
  --dark: #161c2d;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Cerebri Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161c2d;
  text-align: left;
  background-color: #f9fbfd;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 600;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007aff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0055b3;
  text-decoration: none;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 239, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 249, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 254, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 270, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #384c74;
  text-align: left;
  caption-side: bottom;
}

/* line 278, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 298, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 307, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 323, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 328, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 336, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 344, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 357, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 364, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 372, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 397, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 412, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 424, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 429, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 434, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 447, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 1.625rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 1.25rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.0625rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 0.9375rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 0.8125rem;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 0.625rem;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #d9e2ef;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.171875rem;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #869ab8;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f9fbfd;
  border: 1px solid #d9e2ef;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.8125rem;
  color: #869ab8;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #007aff;
  word-wrap: break-word;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #2b354f;
  border-radius: 0.25rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #2b354f;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #161c2d;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.9375rem;
  vertical-align: top;
  border-top: 1px solid #f1f4f8;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1f4f8;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #f1f4f8;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.9375rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #f1f4f8;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #f1f4f8;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9fbfd;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #161c2d;
  background-color: #f9fbfd;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ced4e0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a4afc5;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #bec6d6;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bec6d6;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f4db;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aebbc;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #a2f1d0;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2f1d0;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d2f3f5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #abe8ec;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #bdedf0;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bdedf0;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceeca;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fae09d;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b2;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e7bdbd;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d28484;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #e0aaaa;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e0aaaa;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfd;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f8f9fb;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #eaeff5;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeff5;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebfc4;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #868992;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b1b2b8;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b1b2b8;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f9fbfd;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: #e6eef7;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6eef7;
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #ffffff;
  background-color: #384c74;
  border-color: #445d8e;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #384c74;
  background-color: #f9fbfd;
  border-color: #f1f4f8;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #ffffff;
  background-color: #384c74;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #445d8e;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161c2d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161c2d;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #007aff;
  outline: 0;
  box-shadow: transparent;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::placeholder {
  color: #869ab8;
  opacity: 1;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #161c2d;
  background-color: #ffffff;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  font-size: 0.8125000003rem;
  line-height: 1.75;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #161c2d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 161, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1.375rem;
}

/* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 196, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #384c74;
}

/* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 230, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 237, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #00d97e;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125000003rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #00d97e;
  border-radius: 0.375rem;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00d97e;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00d97e;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00d97e;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00d97e;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0dff9a;
  background-color: #0dff9a;
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00d97e;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #a91313;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125000003rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #a91313;
  border-radius: 0.375rem;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #a91313;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #a91313;
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.25);
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #a91313;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #a91313;
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.25);
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #a91313;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #a91313;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #a91313;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #d71818;
  background-color: #d71818;
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.25);
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a91313;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #a91313;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #a91313;
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.25);
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 274, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 288, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 304, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 308, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 315, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 330, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 334, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #161c2d;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #161c2d;
  text-decoration: none;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.25);
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #0068d9;
  border-color: #0062cc;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #0068d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #ffffff;
  background-color: #425577;
  border-color: #3e4f6f;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #425577;
  border-color: #3e4f6f;
  box-shadow: 0 0 0 0.15rem rgba(106, 125, 161, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #3e4f6f;
  border-color: #394967;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(106, 125, 161, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #ffffff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #00b368;
  border-color: #00a660;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #00b368;
  border-color: #00a660;
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00a660;
  border-color: #009959;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #2b354f;
  background-color: #5dd3da;
  border-color: #5dd3da;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #2b354f;
  background-color: #3ecbd3;
  border-color: #33c8d1;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #2b354f;
  background-color: #3ecbd3;
  border-color: #33c8d1;
  box-shadow: 0 0 0 0.15rem rgba(86, 187, 197, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #2b354f;
  background-color: #5dd3da;
  border-color: #5dd3da;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #2b354f;
  background-color: #33c8d1;
  border-color: #2ec1c9;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(86, 187, 197, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #2b354f;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #2b354f;
  background-color: #f4b71e;
  border-color: #f4b312;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #2b354f;
  background-color: #f4b71e;
  border-color: #f4b312;
  box-shadow: 0 0 0 0.15rem rgba(216, 174, 69, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #2b354f;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #2b354f;
  background-color: #f4b312;
  border-color: #eead0b;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(216, 174, 69, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #ffffff;
  background-color: #a91313;
  border-color: #a91313;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #870f0f;
  border-color: #7b0e0e;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #870f0f;
  border-color: #7b0e0e;
  box-shadow: 0 0 0 0.15rem rgba(182, 54, 54, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #a91313;
  border-color: #a91313;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #7b0e0e;
  border-color: #700d0d;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(182, 54, 54, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #2b354f;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #2b354f;
  background-color: #d8e0eb;
  border-color: #cfd9e7;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #2b354f;
  background-color: #d8e0eb;
  border-color: #cfd9e7;
  box-shadow: 0 0 0 0.15rem rgba(211, 215, 223, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #2b354f;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #2b354f;
  background-color: #cfd9e7;
  border-color: #c7d3e3;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(211, 215, 223, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #ffffff;
  background-color: #090c13;
  border-color: #05070b;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #090c13;
  border-color: #05070b;
  box-shadow: 0 0 0 0.15rem rgba(57, 62, 77, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #05070b;
  border-color: #010102;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 62, 77, 0.5);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-white {
  color: #2b354f;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #2b354f;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  color: #2b354f;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #2b354f;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #2b354f;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007aff;
  border-color: #007aff;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007aff;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #506690;
  border-color: #506690;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 102, 144, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #506690;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(80, 102, 144, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #00d97e;
  border-color: #00d97e;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00d97e;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #5dd3da;
  border-color: #5dd3da;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #2b354f;
  background-color: #5dd3da;
  border-color: #5dd3da;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(93, 211, 218, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5dd3da;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #2b354f;
  background-color: #5dd3da;
  border-color: #5dd3da;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(93, 211, 218, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #f6c343;
  border-color: #f6c343;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #2b354f;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6c343;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #2b354f;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #a91313;
  border-color: #a91313;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #a91313;
  border-color: #a91313;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #a91313;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #a91313;
  border-color: #a91313;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #2b354f;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 244, 248, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f1f4f8;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #2b354f;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 244, 248, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #161c2d;
  border-color: #161c2d;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(22, 28, 45, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #161c2d;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(22, 28, 45, 0.5);
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-white:hover {
  color: #2b354f;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #2b354f;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007aff;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0055b3;
  text-decoration: none;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #abbcd5;
  pointer-events: none;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #161c2d;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.1);
  border-radius: 0.375rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid #f1f4f8;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #506690;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #161c2d;
  text-decoration: none;
  background-color: transparent;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #161c2d;
  text-decoration: none;
  background-color: transparent;
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125000003rem;
  color: inherit;
  white-space: nowrap;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #506690;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #384c74;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.75em + 0.25rem + 2px);
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 175, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.203125rem;
  opacity: 0;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #007aff;
  background-color: #007aff;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: transparent;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007aff;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #869ab8;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ffffff;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #d9e2ef;
  border: #abbcd5 solid 0;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007aff;
  background-color: #007aff;
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 3.5rem;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: 0.203125rem;
  left: -3.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #abbcd5;
  border-radius: 0.5625rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #d9e2ef;
  transform: translateX(2rem);
}

/* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 122, 255, 0.5);
}

/* line 219, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161c2d;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23384c74' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem;
  appearance: none;
}

/* line 236, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #007aff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075), 0 0 5px rgba(0, 122, 255, 0.5);
}

/* line 245, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #161c2d;
  background-color: #ffffff;
}

/* line 256, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 263, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #869ab8;
  background-color: #f1f4f8;
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 274, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161c2d;
}

/* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.75em + 0.25rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  font-size: 0.8125000003rem;
}

/* line 288, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.0625rem;
}

/* line 301, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

/* line 309, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 317, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #007aff;
  box-shadow: transparent;
}

/* line 323, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #ffffff;
}

/* line 329, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 334, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 339, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161c2d;
  background-color: #ffffff;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem;
}

/* line 356, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #161c2d;
  content: "Browse";
  background-color: #ffffff;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 392, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 393, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 394, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 397, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 401, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 401, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 412, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 417, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9e2ef;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 428, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 428, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 438, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 443, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9e2ef;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 454, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  background-color: #007aff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 454, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 467, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 472, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 483, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #d9e2ef;
  border-radius: 1rem;
}

/* line 488, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d9e2ef;
  border-radius: 1rem;
}

/* line 495, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #abbcd5;
}

/* line 499, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 503, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #abbcd5;
}

/* line 507, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 511, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #abbcd5;
}

/* line 517, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 517, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #869ab8;
  pointer-events: none;
  cursor: default;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #d9e2ef;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #869ab8;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #161c2d;
  background-color: transparent;
  border-color: transparent transparent #007aff;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007aff;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.0625rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.0625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: #161c2d;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #161c2d;
}

/* line 233, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #506690;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #161c2d;
}

/* line 240, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(22, 28, 45, 0.3);
}

/* line 245, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #161c2d;
}

/* line 253, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #506690;
  border-color: transparent;
}

/* line 258, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23506690' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #506690;
}

/* line 264, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: #161c2d;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #161c2d;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #ffffff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

/* line 292, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

/* line 305, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
}

/* line 310, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 316, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #ffffff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #f1f4f8;
  border-radius: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 1rem;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #f1f4f8;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc( 0.5rem - 1px) calc( 0.5rem - 1px) 0 0;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 1rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid #f1f4f8;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc( 0.5rem - 1px) calc( 0.5rem - 1px);
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc( 0.5rem - 1px);
  border-top-right-radius: calc( 0.5rem - 1px);
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc( 0.5rem - 1px);
  border-bottom-left-radius: calc( 0.5rem - 1px);
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 191, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 221, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 237, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 261, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 264, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 273, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #c6d3e6;
  content: "";
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #869ab8;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #161c2d;
  background-color: #ffffff;
  border: 1px solid #d9e2ef;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #161c2d;
  text-decoration: none;
  background-color: #f9fbfd;
  border-color: #d9e2ef;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.25);
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #869ab8;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #d9e2ef;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.33em 0.5em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #ffffff;
  background-color: #007aff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #0062cc;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #506690;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #3e4f6f;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(80, 102, 144, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #ffffff;
  background-color: #00d97e;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #00a660;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #2b354f;
  background-color: #5dd3da;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #2b354f;
  background-color: #33c8d1;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(93, 211, 218, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #2b354f;
  background-color: #f6c343;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #2b354f;
  background-color: #f4b312;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #ffffff;
  background-color: #a91313;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #7b0e0e;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(169, 19, 19, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #2b354f;
  background-color: #f1f4f8;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #2b354f;
  background-color: #cfd9e7;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(241, 244, 248, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #ffffff;
  background-color: #161c2d;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #05070b;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(22, 28, 45, 0.5);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-white {
  color: #2b354f;
  background-color: #ffffff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-white:hover, a.badge-white:focus {
  color: #2b354f;
  background-color: #e6e6e6;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f1f4f8;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 400;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #0b4d9a;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #006ee6;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #08356a;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #344260;
  background-color: #506690;
  border-color: #506690;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #475a80;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #222b3f;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #0b7e57;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #074f37;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #3b7b87;
  background-color: #5dd3da;
  border-color: #5dd3da;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #48cdd5;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #2b5b64;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #8a7338;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #665529;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #62171f;
  background-color: #a91313;
  border-color: #a91313;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #921010;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #390d12;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #888c97;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e0e7f0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #6e727e;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #161c2d;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #0e111c;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #05070b;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-white {
  color: #8f929a;
  background-color: white;
  border-color: white;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white .alert-link {
  color: #757881;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.703125rem;
  background-color: #f1f4f8;
  border-radius: 200px;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007aff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #506690;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #506690;
  text-decoration: none;
  background-color: #f9fbfd;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #161c2d;
  background-color: #f1f4f8;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: 1px solid #d9e2ef;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: transparent;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 138, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

/* line 144, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #0b4d9a;
  background-color: #b8daff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b4d9a;
  background-color: #9fcdff;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #0b4d9a;
  border-color: #0b4d9a;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #344260;
  background-color: #ced4e0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #344260;
  background-color: #bec6d6;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #344260;
  border-color: #344260;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0b7e57;
  background-color: #b8f4db;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0b7e57;
  background-color: #a2f1d0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #0b7e57;
  border-color: #0b7e57;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #3b7b87;
  background-color: #d2f3f5;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #3b7b87;
  background-color: #bdedf0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #3b7b87;
  border-color: #3b7b87;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a7338;
  background-color: #fceeca;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8a7338;
  background-color: #fbe6b2;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #8a7338;
  border-color: #8a7338;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #62171f;
  background-color: #e7bdbd;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #62171f;
  background-color: #e0aaaa;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #62171f;
  border-color: #62171f;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #888c97;
  background-color: #fbfcfd;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #888c97;
  background-color: #eaeff5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #888c97;
  border-color: #888c97;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #161c2d;
  background-color: #bebfc4;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #161c2d;
  background-color: #b1b2b8;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white {
  color: #8f929a;
  background-color: white;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #8f929a;
  background-color: #f2f2f2;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #8f929a;
  border-color: #8f929a;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  color: #384c74;
  text-shadow: none;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #384c74;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 300px;
  overflow: hidden;
  font-size: 0.9375rem;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d9e2ef;
  box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.375rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #161c2d;
  background-color: #ffffff;
  background-clip: padding-box;
  border-bottom: 1px solid #d9e2ef;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 1rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161c2d;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #d9e2ef;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1.5rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 1px solid #d9e2ef;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 185, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 227, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Cerebri Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125000003rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 1;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #d9e2ef;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #d9e2ef;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #d9e2ef;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #d9e2ef;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #161c2d;
  text-align: center;
  background-color: #d9e2ef;
  border-radius: 0.375rem;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 10rem;
  font-family: "Cerebri Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125000003rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.5rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(22, 28, 45, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(22, 28, 45, 0.25);
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(22, 28, 45, 0.25);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ffffff;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(22, 28, 45, 0.25);
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0 0;
  color: #384c74;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007aff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #506690 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3e4f6f !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #00d97e !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00a660 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #5dd3da !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #33c8d1 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #f6c343 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b312 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #a91313 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #7b0e0e !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f1f4f8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cfd9e7 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #161c2d !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #05070b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #d9e2ef !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #d9e2ef !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #d9e2ef !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #d9e2ef !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #d9e2ef !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007aff !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #506690 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #00d97e !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #5dd3da !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #f6c343 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #a91313 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f1f4f8 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #161c2d !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.5rem !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
}

@supports (position: sticky) {
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(22, 28, 45, 0.075) !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(22, 28, 45, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(22, 28, 45, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-15 {
  width: 15% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-15 {
  height: 15% !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.1875rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.375rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 2.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 4.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 6.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 13.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.1875rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.375rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 2.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 4.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 6.75rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 13.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.1875rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.375rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.375rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.375rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.375rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #ffffff !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007aff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0055b3 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #506690 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #35435f !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #00d97e !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #008d52 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #5dd3da !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #2cb7bf !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #f6c343 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #e2a40b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a91313 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #640b0b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f1f4f8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #beccdf !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #161c2d !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #ffffff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #161c2d !important;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #384c74 !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(22, 28, 45, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #abbcd5;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #161c2d;
  }
  /* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #d9e2ef !important;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #f1f4f8;
  }
  /* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #f1f4f8;
  }
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-link {
  text-decoration: underline;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-primary {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #006ee6;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-primary .close,
.alert-primary .alert-link {
  color: #ffffff;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-secondary {
  color: #ffffff;
  background-color: #506690;
  border-color: #506690;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #475a80;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-secondary .close,
.alert-secondary .alert-link {
  color: #ffffff;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-success {
  color: #ffffff;
  background-color: #00d97e;
  border-color: #00d97e;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-success .close,
.alert-success .alert-link {
  color: #ffffff;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-info {
  color: #2b354f;
  background-color: #5dd3da;
  border-color: #5dd3da;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #48cdd5;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-info .close,
.alert-info .alert-link {
  color: #2b354f;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-warning {
  color: #2b354f;
  background-color: #f6c343;
  border-color: #f6c343;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-warning .close,
.alert-warning .alert-link {
  color: #2b354f;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-danger {
  color: #ffffff;
  background-color: #a91313;
  border-color: #a91313;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #921010;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-danger .close,
.alert-danger .alert-link {
  color: #ffffff;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-light {
  color: #2b354f;
  background-color: #f1f4f8;
  border-color: #f1f4f8;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e0e7f0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-light .close,
.alert-light .alert-link {
  color: #2b354f;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-dark {
  color: #ffffff;
  background-color: #161c2d;
  border-color: #161c2d;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #0e111c;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-dark .close,
.alert-dark .alert-link {
  color: #ffffff;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-white {
  color: #2b354f;
  background-color: white;
  border-color: white;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white .alert-link {
  color: #191f2e;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_alert.scss */
.alert-white .close,
.alert-white .alert-link {
  color: #2b354f;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge {
  vertical-align: middle;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.btn .badge {
  top: -2px;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-primary {
  color: #007aff;
  background-color: #cce4ff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
  color: #007aff;
  text-decoration: none;
  background-color: #b3d7ff;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-secondary {
  color: #506690;
  background-color: #dce0e9;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
  color: #506690;
  text-decoration: none;
  background-color: #ccd2df;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-success {
  color: #00d97e;
  background-color: #ccf7e5;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #00d97e;
  text-decoration: none;
  background-color: #b6f4da;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-info {
  color: #5dd3da;
  background-color: #dff6f8;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
  color: #5dd3da;
  text-decoration: none;
  background-color: #caf0f3;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-warning {
  color: #f6c343;
  background-color: #fdf3d9;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
  color: #f6c343;
  text-decoration: none;
  background-color: #fcebc1;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-danger {
  color: #a91313;
  background-color: #eed0d0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
  color: #a91313;
  text-decoration: none;
  background-color: #e7bdbd;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-light {
  color: #f1f4f8;
  background-color: #fcfdfe;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
  color: #f1f4f8;
  text-decoration: none;
  background-color: #e9f0f8;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-dark {
  color: #161c2d;
  background-color: #d0d2d5;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
  color: #161c2d;
  text-decoration: none;
  background-color: #c3c5c9;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_badge.scss */
.badge-soft-white {
  color: #ffffff;
  background-color: white;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-soft-white[href]:hover, .badge-soft-white[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f2f2f2;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  width: .3rem;
  height: .6rem;
  margin-right: 0.5rem;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #c6d3e6;
}

/* line 32, vendor/assets/stylesheets/v2/dashkit/_breadcrumb.scss */
.breadcrumb-sm {
  font-size: 0.8125000003rem;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-white {
  border-color: #d9e2ef;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover, .btn-white:focus {
  background-color: #f9fbfd;
  border-color: #c6d3e6;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #007aff;
  color: #007aff;
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-group-toggle .btn-white:focus,
.btn-group-toggle .btn-white.focus {
  box-shadow: none;
}

/* line 38, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-outline-secondary:not(:hover):not([aria-expanded="true"]):not([aria-pressed="true"]) {
  border-color: #c6d3e6;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
}

/* line 54, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-rounded-circle.btn-lg, .btn-group-lg > .btn-rounded-circle.btn {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
}

/* line 57, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-rounded-circle.btn-sm, .btn-group-sm > .btn-rounded-circle.btn {
  width: calc(1em * 1.75 + 0.25rem + 1px * 2);
}

/* line 66, vendor/assets/stylesheets/v2/dashkit/_buttons.scss */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card {
  margin-bottom: 1.5rem;
  border-color: #f1f4f8;
  box-shadow: 0 0.75rem 1.5rem rgba(22, 28, 45, 0.03);
}

/* line 16, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  min-height: 3.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header > * {
  flex: 1;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-title {
  margin-bottom: .5rem;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header-title {
  margin-bottom: 0;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header-tabs {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-header-tabs .nav-link {
  padding-top: calc((3.75rem - 1em * 1.5) / 2) !important;
  padding-bottom: calc((3.75rem - 1em * 1.5) / 2) !important;
}

/* line 66, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table {
  margin-bottom: 0;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table thead th {
  border-top-width: 0;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table thead th:first-child, .card-table tbody td:first-child {
  padding-left: 1.5rem !important;
}

/* line 78, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-table thead th:last-child, .card-table tbody td:last-child {
  padding-right: 1.5rem !important;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:first-child, .card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:first-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:first-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:first-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:first-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:first-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:first-child {
  border-top-left-radius: 0.5rem;
}

/* line 98, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > th:last-child, .card > .table-responsive:first-child > .card-table > thead:first-child > tr:first-child > td:last-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > th:last-child, .card > .table-responsive:first-child > .card-table > tbody:first-child > tr:first-child > td:last-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > th:last-child, .card > .table-responsive:first-child > .card-table > tfoot:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > thead:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tbody:first-child > tr:first-child > td:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > th:last-child,
.card > .card-table:first-child > tfoot:first-child > tr:first-child > td:last-child {
  border-top-right-radius: 0.5rem;
}

/* line 112, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

/* line 117, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 120, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 123, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 126, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 129, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 132, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 141, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 150, vendor/assets/stylesheets/v2/dashkit/_card.scss */
.card-inactive {
  border-color: #d9e2ef;
  border-style: dashed;
  background-color: transparent;
  box-shadow: none;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_code.scss */
.highlight {
  padding: 0;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch {
  min-height: 1.5rem;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label {
  user-select: none;
}

/* line 17, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label:hover {
  cursor: pointer;
}

/* line 20, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.3125rem;
  background-color: #ffffff;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(1.5rem);
}

/* line 16, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-toggle:after {
  content: '\e92e';
  width: auto;
  height: auto;
  border: none !important;
  vertical-align: middle;
  font-family: 'Feather';
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropup > .dropdown-toggle:after {
  content: '\e931';
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropright > .dropdown-toggle:after {
  content: '\e930';
}

/* line 41, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropleft > .dropdown-toggle:after {
  content: '\e92f';
}

/* line 51, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

/* line 61, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu {
  animation: dropdownMenu .15s;
}

@keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 85, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-ellipses {
  font-size: 1.0625rem;
  color: #c6d3e6;
}

/* line 90, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-ellipses::after {
  display: none;
}

/* line 99, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  border-color: rgba(22, 28, 45, 0.1);
}

/* line 106, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 110, vendor/assets/stylesheets/v2/dashkit/_dropdowns.scss */
.dropdown-menu-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 31, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-control-flush:focus {
  background-color: transparent;
}

/* line 41, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 52, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control {
  border-radius: 0.375rem;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 60, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control:focus ~ [class*="input-group"] > .input-group-text {
  border-color: #007aff;
}

/* line 67, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control.is-valid ~ [class*="input-group"] > .input-group-text {
  border-color: #00d97e;
}

/* line 71, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control.is-invalid ~ [class*="input-group"] > .input-group-text {
  border-color: #a91313;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: 0.375rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0;
}

/* line 82, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .form-control-appended {
  padding-right: 0.375rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0;
}

/* line 89, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}

/* line 92, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-right-width: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 103, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 115, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .form-control {
  border-radius: 0.5rem;
}

/* line 119, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: 0.5rem;
}

/* line 124, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: 0.5rem;
}

/* line 131, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 140, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 150, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .form-control {
  border-radius: 0.25rem;
}

/* line 154, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: 0.25rem;
}

/* line 159, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: 0.25rem;
}

/* line 165, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 174, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 184, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 190, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-rounded.input-group-merge > .input-group-prepend > .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 198, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-rounded.input-group-merge > .input-group-append > .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 207, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 216, vendor/assets/stylesheets/v2/dashkit/_forms.scss */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_jumbotron.scss */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 10, vendor/assets/stylesheets/v2/dashkit/_jumbotron.scss */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #ffffff;
  background-color: #007aff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #ffffff;
  background-color: #006ee6;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #ffffff;
  background-color: #506690;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #ffffff;
  background-color: #475a80;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #ffffff;
  background-color: #00d97e;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #ffffff;
  background-color: #00c06f;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #2b354f;
  background-color: #5dd3da;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2b354f;
  background-color: #48cdd5;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #2b354f;
  background-color: #f6c343;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #2b354f;
  background-color: #f5bb2b;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #ffffff;
  background-color: #a91313;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #ffffff;
  background-color: #921010;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #2b354f;
  background-color: #f1f4f8;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #2b354f;
  background-color: #e0e7f0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #ffffff;
  background-color: #161c2d;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #ffffff;
  background-color: #0e111c;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white {
  color: #2b354f;
  background-color: #ffffff;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #2b354f;
  background-color: #f2f2f2;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #2b354f;
  border-color: #2b354f;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_list-group.scss */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -150px);
}

/* line 16, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical {
  height: 100%;
  max-width: 350px;
  margin: 0;
}

/* line 39, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 49, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-dialog-vertical .modal-body {
  height: inherit;
  overflow-y: auto;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 66, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 70, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 74, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

/* line 78, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 85, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-card {
  margin-bottom: 0;
}

/* line 88, vendor/assets/stylesheets/v2/dashkit/_modal.scss */
.modal-card .card-body {
  max-height: 350px;
  overflow-y: auto;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-link:not(.active) {
  color: #869ab8;
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-link:not(.active):hover {
  color: #506690;
}

/* line 36, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 60, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 76, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs-sm {
  font-size: 0.8125rem;
}

/* line 79, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs-sm .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 84, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-tabs-sm .nav-link {
  padding-top: 1.1538461538rem;
  padding-bottom: 1.1538461538rem;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav-sm .nav-link {
  font-size: 0.8125000003rem;
}

/* line 107, vendor/assets/stylesheets/v2/dashkit/_nav.scss */
.nav.btn-group .btn-white.active {
  background-color: #007aff;
  border-color: #007aff;
  color: #ffffff;
}

/* line 11, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark {
  background-color: #161c2d;
  border-color: rgba(255, 255, 255, 0.2);
  border: none;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 33, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 37, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-user-link:hover, .navbar-dark .navbar-user-link:focus {
  color: #ffffff;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-brand {
  filter: brightness(0) invert(1);
}

/* line 49, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-dark .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light {
  background-color: #ffffff;
  border-color: #d9e2ef;
}

/* line 60, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-heading {
  color: #384c74;
}

/* line 64, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-divider {
  border-color: #d9e2ef;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-user {
  border-top-color: #d9e2ef;
}

/* line 72, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-user-link {
  color: #506690;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-user-link:hover, .navbar-light .navbar-user-link:focus {
  color: #161c2d;
}

/* line 80, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-brand {
  filter: none;
}

/* line 84, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-light .navbar-collapse::before {
  border-top-color: #d9e2ef;
}

/* line 91, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-brand {
  margin-right: 0;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 104, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 113, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-collapse:before {
  content: '';
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0.75rem -1rem;
}

/* line 125, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 130, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 134, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 137, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  border-left: 2px solid #007aff;
}

/* line 151, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link > .fe {
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.0625rem;
  line-height: 1.40625rem;
}

/* line 161, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 165, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0.75rem;
}

/* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs {
  padding-left: 0;
  padding-right: 0;
}

/* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar > [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-collapse {
  flex-grow: inherit;
}

/* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

/* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.625rem 0.5rem;
}

/* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  bottom: calc(-0.75rem - 1px);
  right: 0.5rem;
  left: 0.5rem;
  border-left: 0;
  border-bottom: 1px solid #007aff;
}

/* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(22, 28, 45, 0.1);
}

/* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 178, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 187, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar > [class*="container"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 195, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 198, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 206, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 211, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 218, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 221, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    bottom: calc(-0.75rem - 1px);
    right: 0.5rem;
    left: 0.5rem;
    border-left: 0;
    border-bottom: 1px solid #007aff;
  }
  /* line 235, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(22, 28, 45, 0.1);
  }
  /* line 239, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 258, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar[class*="fixed-"] {
  z-index: 998;
}

/* line 268, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: -0.75rem;
  overflow-x: auto;
}

/* line 277, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 282, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/* line 289, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 294, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 305, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-breadcrumb {
  padding: 0.5rem 0;
}

/* line 314, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 325, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 333, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 347, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 354, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"]:after {
  display: block;
  content: '\e92e';
  font-family: 'Feather';
  margin-left: auto;
  transition: transform .2s;
}

/* line 366, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav-link[data-toggle="collapse"][aria-expanded="true"]:after {
  transform: rotate(-180deg);
}

/* line 373, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 378, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 385, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical .navbar-heading {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 250px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow-y: auto;
}

/* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs > [class*="container"] {
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

/* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.5rem 1.5rem;
}

/* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  right: auto;
  border-left: 2px solid #007aff;
  border-bottom: 0;
}

/* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 576px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 992px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 402, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow-y: auto;
  }
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 416, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 434, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 442, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 450, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 460, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 468, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  /* line 474, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 479, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0;
    right: auto;
    border-left: 2px solid #007aff;
    border-bottom: 0;
  }
  /* line 490, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 495, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 502, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* line 509, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 516, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 528, vendor/assets/stylesheets/v2/dashkit/_navbar.scss */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover {
  padding: 0.8rem 0.95rem;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover:hover {
  display: block !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-header {
  margin-bottom: 0.25rem;
  border-bottom: 0;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-body-label {
  margin-left: .25rem;
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-body-value {
  margin-left: .25rem;
}

/* line 31, vendor/assets/stylesheets/v2/dashkit/_popover.scss */
.popover-body-indicator {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 11, vendor/assets/stylesheets/v2/dashkit/_progress.scss */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_progress.scss */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/_progress.scss */
.progress-sm {
  height: 0.25rem;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_reboot.scss */
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/_root.scss */
html {
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_root.scss */
body {
  min-height: 100%;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table {
  vertical-align: middle;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table thead th {
  background-color: #f9fbfd;
  text-transform: uppercase;
  font-size: 0.8125000003rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: #384c74;
  border-bottom-width: 1px;
}

/* line 24, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-sm {
  font-size: 0.8125000003rem;
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-sm thead th {
  font-size: 0.625rem;
}

/* line 43, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

/* line 55, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table [data-sort]::after {
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23384c74'/></svg>");
  margin-left: .25rem;
}

/* line 64, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-checkbox {
  min-height: 0;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/_tables.scss */
.table-checkbox .custom-control-label::before,
.table-checkbox .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/_toasts.scss */
.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 998;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h1, .h1 {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  /* line 10, vendor/assets/stylesheets/v2/dashkit/_type.scss */
  h1, .h1 {
    font-size: 1.625rem;
  }
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h2, .h2 {
  margin-bottom: 1.125rem;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h3, .h3 {
  margin-bottom: 0.84375rem;
}

/* line 20, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h4, .h4 {
  margin-bottom: 0.5625rem;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h5, .h5 {
  margin-bottom: 0.5625rem;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h6, .h6 {
  margin-bottom: 0.5625rem;
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
}

/* line 35, vendor/assets/stylesheets/v2/dashkit/_type.scss */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/_type.scss */
h6.text-uppercase {
  letter-spacing: .08em;
}

/* line 53, vendor/assets/stylesheets/v2/dashkit/_type.scss */
b, strong {
  font-weight: 600;
}

/* line 64, vendor/assets/stylesheets/v2/dashkit/_type.scss */
a:focus, button:focus {
  outline: none !important;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot);
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-fed9f43bdf29fa49fa2d14b2cbbe3008f1f62d89c7ed44c5a95265985f99fcd1.woff) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-3d834618c61c2d441787d247ef02d80a905d54354a7d38015582d580679bca4e.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot);
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-0893943df269af7f6ecf38b10b6349984474571128028b2cadd35b676ab82d8b.woff) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-d4393fce96d506dfbe1343c709728889744c27d0cd5a31a790490140f161d60f.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cerebri Sans';
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot);
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-5d421bfe7b435835e0537c69ab285c760743e99955a88fbb7c4abace28b77a7d.woff) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-2b1f88cc21d4a93602cdb42c43a2d5c5170f7ee3c53564025f95b277068145cc.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* line 8, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 38, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-auth {
  background-color: #ffffff;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#007aff, #007aff 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-secondary {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#506690, #506690 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-success {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#00d97e, #00d97e 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-info {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#5dd3da, #5dd3da 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-warning {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#f6c343, #f6c343 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-danger {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#a91313, #a91313 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-light {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#f1f4f8, #f1f4f8 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-dark {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#161c2d, #161c2d 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 47, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-image: radial-gradient(#ffffff, #ffffff 70%, transparent 70.1%);
  background-size: 200% 150%;
  background-position: center bottom;
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-vibrant {
  background-image: linear-gradient(to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9)), url(https://office-cdn-production-us-west-1.wayleadr.com/../img//covers/sidebar-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

@media (max-width: 767.98px) {
  /* line 59, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
  .bg-vibrant {
    background-attachment: fixed, fixed;
  }
}

/* line 73, vendor/assets/stylesheets/v2/dashkit/utilities/_background.scss */
.bg-hero {
  background-image: linear-gradient(to bottom, rgba(22, 28, 45, 0.85), rgba(22, 28, 45, 0.85)), url(https://office-cdn-production-us-west-1.wayleadr.com/../img//covers/header-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 22, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 26, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-body {
  border-color: #f9fbfd !important;
}

/* line 46, vendor/assets/stylesheets/v2/dashkit/utilities/_borders.scss */
.border-card {
  border-color: #ffffff !important;
}

/* line 5, vendor/assets/stylesheets/v2/dashkit/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 8, vendor/assets/stylesheets/v2/dashkit/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 8, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

/* line 17, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2b354f;
  color: #ffffff;
}

/* line 51, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-online::before,
.avatar-alert::before,
.avatar-red-alert::before,
.avatar-offline::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-online .avatar-img,
.avatar-alert .avatar-img,
.avatar-red-alert .avatar-img,
.avatar-offline .avatar-img {
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
  mask-size: 100% 100%;
}

/* line 65, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-online::before {
  background-color: #00d97e;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-alert::before {
  background-color: #f6c343;
}

/* line 73, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-red-alert::before {
  background-color: #a91313;
}

/* line 77, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-offline::before {
  background-color: #abbcd5;
}

/* line 84, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
  font-size: 0.5416666667rem;
}

/* line 90, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8333333333rem;
}

/* line 96, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-lg {
  width: 4rem;
  height: 4rem;
  font-size: 1.3333333333rem;
}

/* line 102, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.7083333333rem;
}

/* line 108, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
  font-size: 1.7083333333rem;
}

@media (min-width: 768px) {
  /* line 108, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
    font-size: 2.6666666667rem;
  }
}

/* line 123, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 127, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xs.avatar-4by3 {
  width: 2.1666666667rem;
}

/* line 131, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-sm.avatar-4by3 {
  width: 3.3333333333rem;
}

/* line 135, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-lg.avatar-4by3 {
  width: 5.3333333333rem;
}

/* line 139, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xl.avatar-4by3 {
  width: 6.8333333333rem;
}

/* line 143, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-xxl.avatar-4by3 {
  width: 10.6666666667rem;
}

/* line 150, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group {
  display: inline-flex;
}

/* line 155, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

/* line 159, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

/* line 163, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

/* line 167, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 171, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 175, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 181, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:not(:last-child) {
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
  mask-size: 100% 100%;
}

/* line 188, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:hover {
  mask-image: none;
  z-index: 1;
}

/* line 192, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:hover + .avatar {
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
  mask-size: 100% 100%;
}

/* line 196, vendor/assets/stylesheets/v2/dashkit/_avatar.scss */
.avatar-group .avatar:hover + .avatar:last-child {
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart {
  position: relative;
  height: 300px;
}

/* line 15, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart.chart-appended {
  height: calc(300px - 3.7187500005rem);
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-sm {
  height: 225px;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-sm.chart-appended {
  height: calc(225px - 3.7187500005rem);
}

/* line 27, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-title {
  color: #3b506c;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

/* line 39, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  font-size: 0.8125000003rem;
  text-align: center;
  color: #384c74;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 52, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 57, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
.chart-legend-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
#chart-tooltip {
  z-index: 0;
}

/* line 73, vendor/assets/stylesheets/v2/dashkit/_chart.scss */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment {
  margin-bottom: 1rem;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  background-color: #f9fbfd;
  border-radius: 0.375rem;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-time {
  display: block;
  margin-bottom: 0.5625rem;
  font-size: 0.625rem;
  color: #384c74;
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-text {
  font-size: 0.8125000003rem;
}

/* line 32, vendor/assets/stylesheets/v2/dashkit/_comment.scss */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header {
  margin-bottom: 2rem;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d9e2ef;
}

/* line 24, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(217, 226, 239, 0.1);
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 34, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-pretitle {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #384c74;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-title {
  margin-bottom: 0;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-subtitle {
  margin-top: 0.375rem;
  margin-bottom: 0;
  color: #384c74;
}

/* line 50, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 54, vendor/assets/stylesheets/v2/dashkit/_header.scss */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon {
  display: inline-block;
}

/* line 13, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon.active {
  position: relative;
}

/* line 18, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon.active:after {
  content: '';
  position: absolute;
  top: 10%;
  right: 30%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: #007aff;
}

/* line 29, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.icon.active .fe {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  font-size: 1.0625rem;
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
  mask-size: 100% 100%;
}

/* line 44, vendor/assets/stylesheets/v2/dashkit/_icon.scss */
.fe {
  line-height: inherit;
}

@media (min-width: 768px) {
  /* line 12, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .main-content .container-fluid, .main-content .container-sm, .main-content .container-md, .main-content .container-lg, .main-content .container-xl {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

/* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*="display: none"]) ~ .main-content {
  margin-left: 250px;
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*="display: none"]) ~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 36, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*="display: none"]) ~ .main-content {
    margin-left: 250px;
  }
  /* line 42, vendor/assets/stylesheets/v2/dashkit/_main-content.scss */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*="display: none"]) ~ .main-content {
    margin-right: 250px;
  }
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-message {
  padding: 5rem 1rem;
  background-color: #ffffff;
  border: 1px dashed #c6d3e6;
  border-radius: 0.375rem;
  text-align: center;
  color: #384c74;
  transition: all 0.2s ease-in-out;
  order: -1;
  cursor: pointer;
  z-index: 100;
}

/* line 24, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-message:hover {
  border-color: #384c74;
  color: #161c2d;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-drag-hover .dz-message {
  border-color: #007aff;
  color: #007aff;
}

/* line 35, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 40, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(22, 28, 45, 0.9);
  color: white;
  opacity: 0;
}

/* line 45, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 50, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 59, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 68, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
}

/* line 75, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 80, vendor/assets/stylesheets/v2/dashkit/vendors/_dropzone.scss */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar {
  background-color: #ffffff;
  border: 1px solid #c6d3e6;
  color: #161c2d;
  box-shadow: none;
}

/* line 12, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 17, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #c6d3e6;
}

/* line 21, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #ffffff;
}

/* line 25, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-months {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

/* line 30, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: .625rem;
}

/* line 35, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 39, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day {
  border-radius: 0.375rem;
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #f1f4f8;
  border-color: #c6d3e6;
}

/* line 48, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #384c74 !important;
}

/* line 52, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #d9e2ef;
}

/* line 56, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.selected {
  background-color: #007aff;
  border-color: #007aff;
  color: #ffffff !important;
}

/* line 62, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.inRange {
  background-color: #f1f4f8;
  border: none;
  border-radius: 0;
  box-shadow: -5px 0 0 #f1f4f8, 5px 0 0 #f1f4f8;
}

/* line 69, vendor/assets/stylesheets/v2/dashkit/vendors/_flatpickr.scss */
.flatpickr-calendar .flatpickr-day.disabled {
  color: #f1f4f8 !important;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-container {
  font-family: "Cerebri Sans", sans-serif;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar {
  position: relative;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #161c2d;
}

/* line 19, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 23, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 28, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor {
  min-height: 5.625rem;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #161c2d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 28, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
  .ql-editor {
    transition: none;
  }
}

/* line 53, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.ql-editor:focus {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #007aff;
  outline: 0;
  box-shadow: transparent;
}

/* line 62, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 70, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor.ql-blank::before {
  top: 0.5rem;
  left: 0.75rem;
  font-style: normal;
  color: #869ab8;
}

/* line 76, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor:focus::before {
  display: none;
}

/* line 83, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-formats {
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 87, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 90, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 95, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button {
  padding: 0 .25rem;
  background: none;
  border: none;
  color: #161c2d;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 102, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button:hover {
  color: #007aff;
}

/* line 106, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button:first-child {
  margin-left: -.25rem;
}

/* line 111, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-active {
  color: #007aff;
}

/* line 115, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar button svg {
  height: 1.0625rem;
  width: 1.0625rem;
}

/* line 119, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 127, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 131, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 135, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 143, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  width: 18.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(22, 28, 45, 0.2);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  margin-top: .6rem;
  box-shadow: 0 0 1rem rgba(22, 28, 45, 0.03);
}

/* line 157, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip:before, .ql-tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

/* line 163, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip:before {
  border-bottom: 0.6rem solid rgba(22, 28, 45, 0.2);
  border-left: .6rem solid transparent;
  border-right: .6rem solid transparent;
}

/* line 168, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip:after {
  border-bottom: 0.5rem solid #ffffff;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
}

/* line 175, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 179, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-preview {
  width: 100%;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 185, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 189, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip input {
  display: none;
  width: 100%;
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  background-color: transparent;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border: none;
  color: #161c2d;
}

/* line 200, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip input:focus {
  outline: none;
}

/* line 205, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 210, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: .25rem;
}

/* line 215, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 215, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-action::before:hover, .ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 233, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(0, 122, 255, 0.25);
}

/* line 240, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #ffffff;
  background-color: #0068d9;
  border-color: #0062cc;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:focus, .ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  color: #ffffff;
  background-color: #0068d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action.disabled::before, .ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #ffffff;
  background-color: #007aff;
  border-color: #007aff;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 142, 255, 0.5);
}

/* line 245, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 249, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 253, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip .ql-remove::before {
  color: #2b354f;
  background-color: #ffffff;
  border-color: #ffffff;
  content: 'Remove';
  border-color: #d9e2ef;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.ql-tooltip .ql-remove::before:hover {
  color: #2b354f;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:focus, .ql-tooltip .ql-remove.focus::before {
  color: #2b354f;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove.disabled::before, .ql-tooltip .ql-remove::before:disabled {
  color: #2b354f;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled), .show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #2b354f;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus, .ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus, .show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 225, 229, 0.5);
}

/* line 259, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 266, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.171875rem;
}

/* line 271, vendor/assets/stylesheets/v2/dashkit/vendors/_quill.scss */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 6, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-selection__arrow {
  display: none;
}

/* line 10, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2.select2-container {
  width: 100% !important;
}

/* line 14, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #161c2d;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c6d3e6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 14, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 42, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #161c2d;
  background-color: #ffffff;
  border-color: #007aff;
  outline: 0;
  box-shadow: transparent;
}

/* line 51, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #869ab8;
  opacity: 1;
}

/* line 62, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single:disabled, .select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

/* line 70, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}

/* line 77, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
}

/* line 82, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-dropdown {
  padding: 0.5rem 0;
  background-color: #ffffff;
  border: 1px solid rgba(22, 28, 45, 0.1);
  border-radius: 0.375rem;
}

/* line 89, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-results__option {
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  color: #506690;
}

/* line 94, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-results__option:hover {
  color: #161c2d;
}

/* line 99, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #161c2d;
}

/* line 105, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #869ab8;
}

/* line 109, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 115, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -.25rem -.25rem;
  padding: 0;
}

/* line 121, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  padding: 0 .5rem;
  margin: 0 0 .25rem .25rem;
  background-color: #f1f4f8;
  border: none;
  border-radius: 0.25rem;
  line-height: 1.40625rem;
  font-size: 0.8125000003rem;
  color: #161c2d;
}

/* line 133, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  order: 2;
  margin-left: .5rem;
  color: #384c74;
}

/* line 138, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #161c2d;
}

/* line 143, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container .select2-search--inline {
  display: none;
}

/* line 147, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-selection[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 154, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-search--dropdown {
  padding: 0.375rem 0.75rem;
}

/* line 158, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 171, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  height: calc(1.75em + 0.25rem + 2px);
  padding: 0.125rem 0.5rem;
  font-size: 0.8125000003rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

/* line 181, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.75em + 0.25rem + 2px);
}

/* line 186, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.4218750005rem;
}

/* line 190, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

/* line 200, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 205, vendor/assets/stylesheets/v2/dashkit/vendors/_select2.scss */
.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.59375rem;
}

/**
 * Dashkit v1.3.2
 *
 * Custom variables followed by Dashkit variables followed by Bootstrap variables
 * to ensure cascade of styles.
 */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 13, vendor/assets/stylesheets/v2/css/theme.css */
:root {
  --blue: #1356ae;
  --indigo: #727cf5;
  --purple: #6b5eae;
  --pink: #ff679b;
  --red: #e63757;
  --orange: #fd7e14;
  --yellow: #f6c343;
  --green: #00d97e;
  --teal: #02a8b5;
  --cyan: #5dd3da;
  --white: #fff;
  --gray: #869ab8;
  --gray-dark: #3b506c;
  --primary: #1356ae;
  --secondary: #6e84a3;
  --success: #00d97e;
  --info: #5dd3da;
  --warning: #f6c343;
  --danger: #a91313;
  --light: #edf2f9;
  --dark: #12263f;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Cerebri Sans', sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
}

/* line 46, vendor/assets/stylesheets/v2/css/theme.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 52, vendor/assets/stylesheets/v2/css/theme.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(18, 38, 63, 0);
}

/* line 60, vendor/assets/stylesheets/v2/css/theme.css */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 73, vendor/assets/stylesheets/v2/css/theme.css */
body {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #12263f;
  background-color: #f9fbfd;
}

/* line 87, vendor/assets/stylesheets/v2/css/theme.css */
[tabindex='-1']:focus {
  outline: 0 !important;
}

/* line 91, vendor/assets/stylesheets/v2/css/theme.css */
hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

/* line 98, vendor/assets/stylesheets/v2/css/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.125rem;
}

/* line 108, vendor/assets/stylesheets/v2/css/theme.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 113, vendor/assets/stylesheets/v2/css/theme.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

/* line 125, vendor/assets/stylesheets/v2/css/theme.css */
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

/* line 132, vendor/assets/stylesheets/v2/css/theme.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 139, vendor/assets/stylesheets/v2/css/theme.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 146, vendor/assets/stylesheets/v2/css/theme.css */
dt {
  font-weight: 600;
}

/* line 150, vendor/assets/stylesheets/v2/css/theme.css */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 155, vendor/assets/stylesheets/v2/css/theme.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 159, vendor/assets/stylesheets/v2/css/theme.css */
b,
strong {
  font-weight: bolder;
}

/* line 164, vendor/assets/stylesheets/v2/css/theme.css */
small {
  font-size: 80%;
}

/* line 168, vendor/assets/stylesheets/v2/css/theme.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 178, vendor/assets/stylesheets/v2/css/theme.css */
sub {
  bottom: -0.25em;
}

/* line 182, vendor/assets/stylesheets/v2/css/theme.css */
sup {
  top: -0.5em;
}

/* line 186, vendor/assets/stylesheets/v2/css/theme.css */
a {
  text-decoration: none;
  color: #1356ae;
  background-color: transparent;
}

/* line 192, vendor/assets/stylesheets/v2/css/theme.css */
a:hover {
  text-decoration: none;
  color: #1657af;
}

/* line 198, vendor/assets/stylesheets/v2/css/theme.css */
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

/* line 203, vendor/assets/stylesheets/v2/css/theme.css */
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}

/* line 209, vendor/assets/stylesheets/v2/css/theme.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 213, vendor/assets/stylesheets/v2/css/theme.css */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

/* line 222, vendor/assets/stylesheets/v2/css/theme.css */
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 229, vendor/assets/stylesheets/v2/css/theme.css */
figure {
  margin: 0 0 1rem;
}

/* line 233, vendor/assets/stylesheets/v2/css/theme.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 239, vendor/assets/stylesheets/v2/css/theme.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 245, vendor/assets/stylesheets/v2/css/theme.css */
table {
  border-collapse: collapse;
}

/* line 249, vendor/assets/stylesheets/v2/css/theme.css */
caption {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  caption-side: bottom;
  text-align: left;
  color: #869ab8;
}

/* line 260, vendor/assets/stylesheets/v2/css/theme.css */
th {
  text-align: inherit;
}

/* line 264, vendor/assets/stylesheets/v2/css/theme.css */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 270, vendor/assets/stylesheets/v2/css/theme.css */
button {
  border-radius: 0;
}

/* line 274, vendor/assets/stylesheets/v2/css/theme.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 279, vendor/assets/stylesheets/v2/css/theme.css */
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* line 291, vendor/assets/stylesheets/v2/css/theme.css */
button,
input {
  overflow: visible;
}

/* line 296, vendor/assets/stylesheets/v2/css/theme.css */
button,
select {
  text-transform: none;
}

/* line 301, vendor/assets/stylesheets/v2/css/theme.css */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/* line 308, vendor/assets/stylesheets/v2/css/theme.css */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 317, vendor/assets/stylesheets/v2/css/theme.css */
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

/* line 323, vendor/assets/stylesheets/v2/css/theme.css */
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

/* line 330, vendor/assets/stylesheets/v2/css/theme.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 336, vendor/assets/stylesheets/v2/css/theme.css */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 344, vendor/assets/stylesheets/v2/css/theme.css */
legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

/* line 360, vendor/assets/stylesheets/v2/css/theme.css */
progress {
  vertical-align: baseline;
}

/* line 364, vendor/assets/stylesheets/v2/css/theme.css */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* line 369, vendor/assets/stylesheets/v2/css/theme.css */
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 375, vendor/assets/stylesheets/v2/css/theme.css */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, vendor/assets/stylesheets/v2/css/theme.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 385, vendor/assets/stylesheets/v2/css/theme.css */
output {
  display: inline-block;
}

/* line 389, vendor/assets/stylesheets/v2/css/theme.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 395, vendor/assets/stylesheets/v2/css/theme.css */
template {
  display: none;
}

/* line 399, vendor/assets/stylesheets/v2/css/theme.css */
[hidden] {
  display: none !important;
}

/* line 403, vendor/assets/stylesheets/v2/css/theme.css */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.125rem;
  color: inherit;
}

/* line 424, vendor/assets/stylesheets/v2/css/theme.css */
h1,
.h1 {
  font-size: 1.625rem;
}

/* line 429, vendor/assets/stylesheets/v2/css/theme.css */
h2,
.h2 {
  font-size: 1.25rem;
}

/* line 434, vendor/assets/stylesheets/v2/css/theme.css */
h3,
.h3 {
  font-size: 1.0625rem;
}

/* line 439, vendor/assets/stylesheets/v2/css/theme.css */
h4,
.h4 {
  font-size: 0.9375rem;
}

/* line 444, vendor/assets/stylesheets/v2/css/theme.css */
h5,
.h5 {
  font-size: 0.8125rem;
}

/* line 449, vendor/assets/stylesheets/v2/css/theme.css */
h6,
.h6 {
  font-size: 0.625rem;
}

/* line 454, vendor/assets/stylesheets/v2/css/theme.css */
.lead {
  font-size: 1.17188rem;
  font-weight: 300;
}

/* line 459, vendor/assets/stylesheets/v2/css/theme.css */
.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 465, vendor/assets/stylesheets/v2/css/theme.css */
.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 471, vendor/assets/stylesheets/v2/css/theme.css */
.display-3 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 477, vendor/assets/stylesheets/v2/css/theme.css */
.display-4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

/* line 483, vendor/assets/stylesheets/v2/css/theme.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e3ebf6;
}

/* line 491, vendor/assets/stylesheets/v2/css/theme.css */
small,
.small {
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 497, vendor/assets/stylesheets/v2/css/theme.css */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 504, vendor/assets/stylesheets/v2/css/theme.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 510, vendor/assets/stylesheets/v2/css/theme.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 516, vendor/assets/stylesheets/v2/css/theme.css */
.list-inline-item {
  display: inline-block;
}

/* line 519, vendor/assets/stylesheets/v2/css/theme.css */
.list-inline-item:not(:last-child) {
  margin-right: 6px;
}

/* line 523, vendor/assets/stylesheets/v2/css/theme.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 529, vendor/assets/stylesheets/v2/css/theme.css */
.blockquote {
  font-size: 1.17188rem;
  margin-bottom: 1.5rem;
}

/* line 535, vendor/assets/stylesheets/v2/css/theme.css */
.blockquote-footer {
  font-size: 0.8125rem;
  display: block;
  color: #869ab8;
}

/* line 542, vendor/assets/stylesheets/v2/css/theme.css */
.blockquote-footer::before {
  content: '\2014\00A0';
}

/* line 546, vendor/assets/stylesheets/v2/css/theme.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 551, vendor/assets/stylesheets/v2/css/theme.css */
.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: 0.25rem;
  border: 1px solid #e3ebf6;
  border-radius: 0.375rem;
  background-color: #f9fbfd;
}

/* line 561, vendor/assets/stylesheets/v2/css/theme.css */
.figure {
  display: inline-block;
}

/* line 565, vendor/assets/stylesheets/v2/css/theme.css */
.figure-img {
  line-height: 1;
  margin-bottom: 0.75rem;
}

/* line 571, vendor/assets/stylesheets/v2/css/theme.css */
.figure-caption {
  font-size: 0.8125rem;
  color: #869ab8;
}

/* line 577, vendor/assets/stylesheets/v2/css/theme.css */
code {
  font-size: 87.5%;
  word-break: break-word;
  color: #1356ae;
}

/* line 584, vendor/assets/stylesheets/v2/css/theme.css */
a > code {
  color: inherit;
}

/* line 588, vendor/assets/stylesheets/v2/css/theme.css */
kbd {
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  color: #fff;
  border-radius: 0.25rem;
  background-color: #283e59;
}

/* line 597, vendor/assets/stylesheets/v2/css/theme.css */
kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
}

/* line 604, vendor/assets/stylesheets/v2/css/theme.css */
pre {
  font-size: 87.5%;
  display: block;
  color: #283e59;
}

/* line 611, vendor/assets/stylesheets/v2/css/theme.css */
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}

/* line 619, vendor/assets/stylesheets/v2/css/theme.css */
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

/* line 625, vendor/assets/stylesheets/v2/css/theme.css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 576px) {
  /* line 633, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 638, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 643, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 648, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    max-width: 1140px;
  }
}

/* line 653, vendor/assets/stylesheets/v2/css/theme.css */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 661, vendor/assets/stylesheets/v2/css/theme.css */
.row {
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  flex-wrap: wrap;
}

/* line 670, vendor/assets/stylesheets/v2/css/theme.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 674, vendor/assets/stylesheets/v2/css/theme.css */
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 680, vendor/assets/stylesheets/v2/css/theme.css */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 757, vendor/assets/stylesheets/v2/css/theme.css */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 764, vendor/assets/stylesheets/v2/css/theme.css */
.col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

/* line 771, vendor/assets/stylesheets/v2/css/theme.css */
.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 777, vendor/assets/stylesheets/v2/css/theme.css */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 783, vendor/assets/stylesheets/v2/css/theme.css */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 789, vendor/assets/stylesheets/v2/css/theme.css */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 795, vendor/assets/stylesheets/v2/css/theme.css */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 801, vendor/assets/stylesheets/v2/css/theme.css */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 807, vendor/assets/stylesheets/v2/css/theme.css */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 813, vendor/assets/stylesheets/v2/css/theme.css */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 819, vendor/assets/stylesheets/v2/css/theme.css */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 825, vendor/assets/stylesheets/v2/css/theme.css */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 831, vendor/assets/stylesheets/v2/css/theme.css */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 837, vendor/assets/stylesheets/v2/css/theme.css */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 843, vendor/assets/stylesheets/v2/css/theme.css */
.order-first {
  order: -1;
}

/* line 847, vendor/assets/stylesheets/v2/css/theme.css */
.order-last {
  order: 13;
}

/* line 851, vendor/assets/stylesheets/v2/css/theme.css */
.order-0 {
  order: 0;
}

/* line 855, vendor/assets/stylesheets/v2/css/theme.css */
.order-1 {
  order: 1;
}

/* line 859, vendor/assets/stylesheets/v2/css/theme.css */
.order-2 {
  order: 2;
}

/* line 863, vendor/assets/stylesheets/v2/css/theme.css */
.order-3 {
  order: 3;
}

/* line 867, vendor/assets/stylesheets/v2/css/theme.css */
.order-4 {
  order: 4;
}

/* line 871, vendor/assets/stylesheets/v2/css/theme.css */
.order-5 {
  order: 5;
}

/* line 875, vendor/assets/stylesheets/v2/css/theme.css */
.order-6 {
  order: 6;
}

/* line 879, vendor/assets/stylesheets/v2/css/theme.css */
.order-7 {
  order: 7;
}

/* line 883, vendor/assets/stylesheets/v2/css/theme.css */
.order-8 {
  order: 8;
}

/* line 887, vendor/assets/stylesheets/v2/css/theme.css */
.order-9 {
  order: 9;
}

/* line 891, vendor/assets/stylesheets/v2/css/theme.css */
.order-10 {
  order: 10;
}

/* line 895, vendor/assets/stylesheets/v2/css/theme.css */
.order-11 {
  order: 11;
}

/* line 899, vendor/assets/stylesheets/v2/css/theme.css */
.order-12 {
  order: 12;
}

/* line 903, vendor/assets/stylesheets/v2/css/theme.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 907, vendor/assets/stylesheets/v2/css/theme.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 911, vendor/assets/stylesheets/v2/css/theme.css */
.offset-3 {
  margin-left: 25%;
}

/* line 915, vendor/assets/stylesheets/v2/css/theme.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 919, vendor/assets/stylesheets/v2/css/theme.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 923, vendor/assets/stylesheets/v2/css/theme.css */
.offset-6 {
  margin-left: 50%;
}

/* line 927, vendor/assets/stylesheets/v2/css/theme.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 931, vendor/assets/stylesheets/v2/css/theme.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 935, vendor/assets/stylesheets/v2/css/theme.css */
.offset-9 {
  margin-left: 75%;
}

/* line 939, vendor/assets/stylesheets/v2/css/theme.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 943, vendor/assets/stylesheets/v2/css/theme.css */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 948, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 954, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 960, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 965, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 970, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 975, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 980, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 985, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 990, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 995, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1000, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1005, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1010, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1015, vendor/assets/stylesheets/v2/css/theme.css */
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1020, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-first {
    order: -1;
  }
  /* line 1023, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-last {
    order: 13;
  }
  /* line 1026, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 1029, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 1032, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 1035, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 1038, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 1041, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 1044, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 1047, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 1050, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 1053, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 1056, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 1059, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 1062, vendor/assets/stylesheets/v2/css/theme.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 1065, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1068, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 1071, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 1074, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1077, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 1080, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 1083, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1086, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 1089, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 1092, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1095, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 1098, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 1104, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1110, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1116, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1121, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1126, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1131, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1136, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1141, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1146, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1151, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1156, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1161, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1166, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1171, vendor/assets/stylesheets/v2/css/theme.css */
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1176, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-first {
    order: -1;
  }
  /* line 1179, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-last {
    order: 13;
  }
  /* line 1182, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-0 {
    order: 0;
  }
  /* line 1185, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-1 {
    order: 1;
  }
  /* line 1188, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-2 {
    order: 2;
  }
  /* line 1191, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-3 {
    order: 3;
  }
  /* line 1194, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-4 {
    order: 4;
  }
  /* line 1197, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-5 {
    order: 5;
  }
  /* line 1200, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-6 {
    order: 6;
  }
  /* line 1203, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-7 {
    order: 7;
  }
  /* line 1206, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-8 {
    order: 8;
  }
  /* line 1209, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-9 {
    order: 9;
  }
  /* line 1212, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-10 {
    order: 10;
  }
  /* line 1215, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-11 {
    order: 11;
  }
  /* line 1218, vendor/assets/stylesheets/v2/css/theme.css */
  .order-md-12 {
    order: 12;
  }
  /* line 1221, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1224, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1227, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1230, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1233, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1236, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1239, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1242, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1245, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1248, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1251, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1254, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1260, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1266, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1272, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1277, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1282, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1287, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1292, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1297, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1302, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1307, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1312, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1317, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1322, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1327, vendor/assets/stylesheets/v2/css/theme.css */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1332, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-first {
    order: -1;
  }
  /* line 1335, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-last {
    order: 13;
  }
  /* line 1338, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 1341, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 1344, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 1347, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 1350, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 1353, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 1356, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 1359, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 1362, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 1365, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 1368, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 1371, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 1374, vendor/assets/stylesheets/v2/css/theme.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 1377, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1380, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1383, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1386, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1389, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1392, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1395, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1398, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1401, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1404, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1407, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1410, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1416, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1422, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1428, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1433, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1438, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1443, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1448, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1453, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1458, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1463, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1468, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1473, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1478, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1483, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 1488, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-first {
    order: -1;
  }
  /* line 1491, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-last {
    order: 13;
  }
  /* line 1494, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 1497, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 1500, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 1503, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 1506, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 1509, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 1512, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 1515, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 1518, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 1521, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 1524, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 1527, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 1530, vendor/assets/stylesheets/v2/css/theme.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 1533, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1536, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1539, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1542, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1545, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1548, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1551, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1554, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1557, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1560, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1563, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1566, vendor/assets/stylesheets/v2/css/theme.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  /* line 1572, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 1578, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 1584, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 1589, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 1594, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 1599, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 1604, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 1609, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 1614, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 1619, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 1624, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 1629, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 1634, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 1639, vendor/assets/stylesheets/v2/css/theme.css */
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* line 1646, vendor/assets/stylesheets/v2/css/theme.css */
.table {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

/* line 1652, vendor/assets/stylesheets/v2/css/theme.css */
.table th,
.table td {
  padding: 0.9375rem;
  vertical-align: top;
  border-top: 1px solid #edf2f9;
}

/* line 1660, vendor/assets/stylesheets/v2/css/theme.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #edf2f9;
}

/* line 1665, vendor/assets/stylesheets/v2/css/theme.css */
.table tbody + tbody {
  border-top: 2px solid #edf2f9;
}

/* line 1668, vendor/assets/stylesheets/v2/css/theme.css */
.table .table {
  background-color: #f9fbfd;
}

/* line 1672, vendor/assets/stylesheets/v2/css/theme.css */
.table-sm th,
.table-sm td {
  padding: 0.9375rem;
}

/* line 1677, vendor/assets/stylesheets/v2/css/theme.css */
.table-bordered {
  border: 1px solid #edf2f9;
}

/* line 1680, vendor/assets/stylesheets/v2/css/theme.css */
.table-bordered th,
.table-bordered td {
  border: 1px solid #edf2f9;
}

/* line 1684, vendor/assets/stylesheets/v2/css/theme.css */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1689, vendor/assets/stylesheets/v2/css/theme.css */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1696, vendor/assets/stylesheets/v2/css/theme.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9fbfd;
}

/* line 1700, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover tbody tr:hover {
  background-color: #f9fbfd;
}

/* line 1704, vendor/assets/stylesheets/v2/css/theme.css */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c4daf8;
}

/* line 1710, vendor/assets/stylesheets/v2/css/theme.css */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #91baf1;
}

/* line 1717, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-primary:hover {
  background-color: #adccf5;
}

/* line 1720, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adccf5;
}

/* line 1725, vendor/assets/stylesheets/v2/css/theme.css */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6dde5;
}

/* line 1731, vendor/assets/stylesheets/v2/css/theme.css */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b4bfcf;
}

/* line 1738, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-secondary:hover {
  background-color: #c6d0db;
}

/* line 1741, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c6d0db;
}

/* line 1746, vendor/assets/stylesheets/v2/css/theme.css */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f4db;
}

/* line 1752, vendor/assets/stylesheets/v2/css/theme.css */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aebbc;
}

/* line 1759, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-success:hover {
  background-color: #a2f1d0;
}

/* line 1762, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a2f1d0;
}

/* line 1767, vendor/assets/stylesheets/v2/css/theme.css */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c8e9f2;
}

/* line 1773, vendor/assets/stylesheets/v2/css/theme.css */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #98d5e7;
}

/* line 1780, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-info:hover {
  background-color: #b3e1ed;
}

/* line 1783, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e1ed;
}

/* line 1788, vendor/assets/stylesheets/v2/css/theme.css */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceeca;
}

/* line 1794, vendor/assets/stylesheets/v2/css/theme.css */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fae09d;
}

/* line 1801, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-warning:hover {
  background-color: #fbe6b2;
}

/* line 1804, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b2;
}

/* line 1809, vendor/assets/stylesheets/v2/css/theme.css */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c7d0;
}

/* line 1815, vendor/assets/stylesheets/v2/css/theme.css */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f297a8;
}

/* line 1822, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-danger:hover {
  background-color: #f5b0bd;
}

/* line 1825, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b0bd;
}

/* line 1830, vendor/assets/stylesheets/v2/css/theme.css */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafbfd;
}

/* line 1836, vendor/assets/stylesheets/v2/css/theme.css */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f8fc;
}

/* line 1843, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-light:hover {
  background-color: #e8ecf6;
}

/* line 1846, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8ecf6;
}

/* line 1851, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bdc2c9;
}

/* line 1857, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #848e9b;
}

/* line 1864, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-dark:hover {
  background-color: #afb5be;
}

/* line 1867, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #afb5be;
}

/* line 1872, vendor/assets/stylesheets/v2/css/theme.css */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 1878, vendor/assets/stylesheets/v2/css/theme.css */
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

/* line 1885, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 1888, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 1893, vendor/assets/stylesheets/v2/css/theme.css */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f9fbfd;
}

/* line 1899, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-active:hover {
  background-color: #e6eef7;
}

/* line 1902, vendor/assets/stylesheets/v2/css/theme.css */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6eef7;
}

/* line 1907, vendor/assets/stylesheets/v2/css/theme.css */
.table .thead-dark th {
  color: #fff;
  border-color: #345073;
  background-color: #283e59;
}

/* line 1913, vendor/assets/stylesheets/v2/css/theme.css */
.table .thead-light th {
  color: #869ab8;
  border-color: #edf2f9;
  background-color: #f9fbfd;
}

/* line 1919, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark {
  color: #fff;
  background-color: #283e59;
}

/* line 1923, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #345073;
}

/* line 1928, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 1931, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1934, vendor/assets/stylesheets/v2/css/theme.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1939, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1948, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1954, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1963, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1969, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1978, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1984, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 1993, vendor/assets/stylesheets/v2/css/theme.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1998, vendor/assets/stylesheets/v2/css/theme.css */
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 2007, vendor/assets/stylesheets/v2/css/theme.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 2011, vendor/assets/stylesheets/v2/css/theme.css */
.form-control {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2031, vendor/assets/stylesheets/v2/css/theme.css */
  .form-control {
    transition: none;
  }
}

/* line 2035, vendor/assets/stylesheets/v2/css/theme.css */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 2039, vendor/assets/stylesheets/v2/css/theme.css */
.form-control:focus {
  color: #12263f;
  border-color: #1356ae;
  outline: 0;
  background-color: #fff;
  box-shadow: transparent;
}

/* line 2046, vendor/assets/stylesheets/v2/css/theme.css */
.form-control::-ms-input-placeholder {
  opacity: 1;
}

/* line 2049, vendor/assets/stylesheets/v2/css/theme.css */
.form-control::placeholder {
  opacity: 1;
}

/* line 2052, vendor/assets/stylesheets/v2/css/theme.css */
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  background-color: #fff;
}

/* line 2058, vendor/assets/stylesheets/v2/css/theme.css */
select.form-control:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 2063, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2070, vendor/assets/stylesheets/v2/css/theme.css */
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

/* line 2079, vendor/assets/stylesheets/v2/css/theme.css */
.col-form-label-lg {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

/* line 2087, vendor/assets/stylesheets/v2/css/theme.css */
.col-form-label-sm {
  font-size: 0.8125rem;
  line-height: 1.75;
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
}

/* line 2095, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-plaintext {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #12263f;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}

/* line 2110, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2116, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm {
  font-size: 0.8125rem;
  line-height: 1.75;
  height: calc(1.67188rem + 2px);
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}

/* line 2126, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg {
  font-size: 1.0625rem;
  line-height: 1.5;
  height: calc(2.59375rem + 2px);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

/* line 2136, vendor/assets/stylesheets/v2/css/theme.css */
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

/* line 2141, vendor/assets/stylesheets/v2/css/theme.css */
textarea.form-control {
  height: auto;
}

/* line 2145, vendor/assets/stylesheets/v2/css/theme.css */
.form-group {
  margin-bottom: 1.375rem;
}

/* line 2149, vendor/assets/stylesheets/v2/css/theme.css */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2155, vendor/assets/stylesheets/v2/css/theme.css */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 2163, vendor/assets/stylesheets/v2/css/theme.css */
.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2169, vendor/assets/stylesheets/v2/css/theme.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2177, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2183, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-input:disabled ~ .form-check-label {
  color: #869ab8;
}

/* line 2187, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 2191, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-inline {
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
  align-items: center;
}

/* line 2199, vendor/assets/stylesheets/v2/css/theme.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2207, vendor/assets/stylesheets/v2/css/theme.css */
.valid-feedback {
  font-size: 0.8125rem;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #00d97e;
}

/* line 2218, vendor/assets/stylesheets/v2/css/theme.css */
.valid-tooltip {
  font-size: 0.8125rem;
  line-height: 1.5;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 0.375rem;
  background-color: #00d97e;
}

/* line 2237, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00d97e;
}

/* line 2241, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2246, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2253, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00d97e;
}

/* line 2257, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2262, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2269, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2276, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00d97e;
}

/* line 2281, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2288, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00d97e;
}

/* line 2292, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 2297, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2304, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0dff9a;
  background-color: #0dff9a;
}

/* line 2312, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2319, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated
.custom-control-input:valid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #00d97e;
}

/* line 2327, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00d97e;
}

/* line 2332, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2339, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00d97e;
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.25);
}

/* line 2345, vendor/assets/stylesheets/v2/css/theme.css */
.invalid-feedback {
  font-size: 0.8125rem;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #e63757;
}

/* line 2356, vendor/assets/stylesheets/v2/css/theme.css */
.invalid-tooltip {
  font-size: 0.8125rem;
  line-height: 1.5;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 0.375rem;
  background-color: #e63757;
}

/* line 2375, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e63757;
}

/* line 2379, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2384, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2391, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e63757;
}

/* line 2395, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2400, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2407, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2414, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e63757;
}

/* line 2419, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2426, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e63757;
}

/* line 2430, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e63757;
}

/* line 2435, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2442, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ec647d;
  background-color: #ec647d;
}

/* line 2450, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2457, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated
.custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #e63757;
}

/* line 2465, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e63757;
}

/* line 2470, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2477, vendor/assets/stylesheets/v2/css/theme.css */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e63757;
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.25);
}

/* line 2483, vendor/assets/stylesheets/v2/css/theme.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2489, vendor/assets/stylesheets/v2/css/theme.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2493, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2501, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  /* line 2510, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2517, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2520, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2524, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-check {
    display: flex;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 2533, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2540, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2544, vendor/assets/stylesheets/v2/css/theme.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2549, vendor/assets/stylesheets/v2/css/theme.css */
.btn {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #12263f;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 2573, vendor/assets/stylesheets/v2/css/theme.css */
  .btn {
    transition: none;
  }
}

/* line 2577, vendor/assets/stylesheets/v2/css/theme.css */
.btn:hover {
  text-decoration: none;
  color: #12263f;
}

/* line 2582, vendor/assets/stylesheets/v2/css/theme.css */
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 2587, vendor/assets/stylesheets/v2/css/theme.css */
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

/* line 2591, vendor/assets/stylesheets/v2/css/theme.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2595, vendor/assets/stylesheets/v2/css/theme.css */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2600, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 2605, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:hover {
  color: #fff;
  border-color: #1862c6;
  background-color: #1a68d1;
}

/* line 2610, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 2614, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 2620, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #175dba;
  background-color: #1862c6;
}

/* line 2627, vendor/assets/stylesheets/v2/css/theme.css */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 2633, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 2638, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:hover {
  color: #fff;
  border-color: #566b88;
  background-color: #5b7190;
}

/* line 2643, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 2647, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 2653, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  border-color: #516580;
  background-color: #566b88;
}

/* line 2660, vendor/assets/stylesheets/v2/css/theme.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(132, 150, 177, 0.5);
}

/* line 2666, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 2671, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:hover {
  color: #fff;
  border-color: #00a660;
  background-color: #00b368;
}

/* line 2676, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 2680, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 2686, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #009959;
  background-color: #00a660;
}

/* line 2693, vendor/assets/stylesheets/v2/css/theme.css */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 223, 145, 0.5);
}

/* line 2699, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info {
  color: #fff;
  border-color: #5dd3da;
  background-color: #5dd3da;
}

/* line 2704, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:hover {
  color: #fff;
  border-color: #2991ae;
  background-color: #2b99b9;
}

/* line 2709, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 2713, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #5dd3da;
  background-color: #5dd3da;
}

/* line 2719, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #2688a4;
  background-color: #2991ae;
}

/* line 2726, vendor/assets/stylesheets/v2/css/theme.css */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(87, 187, 216, 0.5);
}

/* line 2732, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 2737, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:hover {
  color: #283e59;
  border-color: #f4b312;
  background-color: #f4b71e;
}

/* line 2742, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 2746, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 2752, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #283e59;
  border-color: #eead0b;
  background-color: #f4b312;
}

/* line 2759, vendor/assets/stylesheets/v2/css/theme.css */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(215, 175, 70, 0.5);
}

/* line 2765, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 2770, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:hover {
  color: #fff;
  border-color: #d01a3b;
  background-color: #db1b3f;
}

/* line 2775, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 2779, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 2785, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #c51938;
  background-color: #d01a3b;
}

/* line 2792, vendor/assets/stylesheets/v2/css/theme.css */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(234, 85, 112, 0.5);
}

/* line 2798, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 2803, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:hover {
  color: #283e59;
  border-color: #c7d6ec;
  background-color: #d0ddef;
}

/* line 2808, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 2812, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light.disabled,
.btn-light:disabled {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 2818, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #283e59;
  border-color: #bdcfe9;
  background-color: #c7d6ec;
}

/* line 2825, vendor/assets/stylesheets/v2/css/theme.css */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 215, 225, 0.5);
}

/* line 2831, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 2836, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:hover {
  color: #fff;
  border-color: #070e17;
  background-color: #0a1421;
}

/* line 2841, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 2845, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 2851, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #04080d;
  background-color: #070e17;
}

/* line 2858, vendor/assets/stylesheets/v2/css/theme.css */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(54, 71, 92, 0.5);
}

/* line 2864, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 2869, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:hover {
  color: #283e59;
  border-color: #e6e6e6;
  background-color: #ececec;
}

/* line 2874, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 2878, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white.disabled,
.btn-white:disabled {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 2884, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:not(:disabled):not(.disabled):active,
.btn-white.active:not(:disabled):not(.disabled),
.show > .btn-white.dropdown-toggle {
  color: #283e59;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}

/* line 2891, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 2897, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary {
  color: #1356ae;
  border-color: #1356ae;
}

/* line 2901, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:hover {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 2906, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 2910, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1356ae;
  background-color: transparent;
}

/* line 2915, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 2922, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.5);
}

/* line 2928, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary {
  color: #6e84a3;
  border-color: #6e84a3;
}

/* line 2932, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:hover {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 2937, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 2941, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6e84a3;
  background-color: transparent;
}

/* line 2946, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 2953, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(110, 132, 163, 0.5);
}

/* line 2959, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success {
  color: #00d97e;
  border-color: #00d97e;
}

/* line 2963, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:hover {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 2968, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 2972, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00d97e;
  background-color: transparent;
}

/* line 2977, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 2984, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(0, 217, 126, 0.5);
}

/* line 2990, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info {
  color: #5dd3da;
  border-color: #5dd3da;
}

/* line 2994, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:hover {
  color: #fff;
  border-color: #5dd3da;
  background-color: #5dd3da;
}

/* line 2999, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 3003, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5dd3da;
  background-color: transparent;
}

/* line 3008, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  border-color: #5dd3da;
  background-color: #5dd3da;
}

/* line 3015, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(57, 175, 209, 0.5);
}

/* line 3021, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning {
  color: #f6c343;
  border-color: #f6c343;
}

/* line 3025, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:hover {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 3030, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 3034, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f6c343;
  background-color: transparent;
}

/* line 3039, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 3046, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 195, 67, 0.5);
}

/* line 3052, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger {
  color: #e63757;
  border-color: #e63757;
}

/* line 3056, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:hover {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 3061, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 3065, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e63757;
  background-color: transparent;
}

/* line 3070, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 3077, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 55, 87, 0.5);
}

/* line 3083, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light {
  color: #edf2f9;
  border-color: #edf2f9;
}

/* line 3087, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:hover {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 3092, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 3096, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #edf2f9;
  background-color: transparent;
}

/* line 3101, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 3108, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(237, 242, 249, 0.5);
}

/* line 3114, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark {
  color: #12263f;
  border-color: #12263f;
}

/* line 3118, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:hover {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 3123, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 3127, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #12263f;
  background-color: transparent;
}

/* line 3132, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 3139, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(18, 38, 63, 0.5);
}

/* line 3145, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

/* line 3149, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:hover {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 3154, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 3158, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 3163, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active:not(:disabled):not(.disabled),
.show > .btn-outline-white.dropdown-toggle {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 3170, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.5);
}

/* line 3176, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link {
  font-weight: 400;
  color: #1356ae;
}

/* line 3181, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link:hover {
  text-decoration: none;
  color: #1657af;
}

/* line 3186, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

/* line 3192, vendor/assets/stylesheets/v2/css/theme.css */
.btn-link:disabled,
.btn-link.disabled {
  pointer-events: none;
  color: #b1c2d9;
}

/* line 3199, vendor/assets/stylesheets/v2/css/theme.css */
.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

/* line 3209, vendor/assets/stylesheets/v2/css/theme.css */
.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.8125rem;
  line-height: 1.75;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}

/* line 3219, vendor/assets/stylesheets/v2/css/theme.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3224, vendor/assets/stylesheets/v2/css/theme.css */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3228, vendor/assets/stylesheets/v2/css/theme.css */
input.btn-block[type='submit'],
input.btn-block[type='reset'],
input.btn-block[type='button'] {
  width: 100%;
}

/* line 3234, vendor/assets/stylesheets/v2/css/theme.css */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3238, vendor/assets/stylesheets/v2/css/theme.css */
  .fade {
    transition: none;
  }
}

/* line 3242, vendor/assets/stylesheets/v2/css/theme.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 3246, vendor/assets/stylesheets/v2/css/theme.css */
.collapse:not(.show) {
  display: none;
}

/* line 3250, vendor/assets/stylesheets/v2/css/theme.css */
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3260, vendor/assets/stylesheets/v2/css/theme.css */
  .collapsing {
    transition: none;
  }
}

/* line 3265, vendor/assets/stylesheets/v2/css/theme.css */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3272, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  content: '';
  vertical-align: 0.2125em;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

/* line 3286, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3290, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu {
  font-size: 0.9375rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  padding: 0.5rem 0;
  list-style: none;
  text-align: left;
  color: #12263f;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
}

/* line 3316, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3322, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3329, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3336, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3343, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3349, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  /* line 3355, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3362, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3369, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3376, vendor/assets/stylesheets/v2/css/theme.css */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

/* line 3382, vendor/assets/stylesheets/v2/css/theme.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3390, vendor/assets/stylesheets/v2/css/theme.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  content: '';
  vertical-align: 0.2125em;
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

/* line 3404, vendor/assets/stylesheets/v2/css/theme.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3408, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3417, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  content: '';
  vertical-align: 0.2125em;
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

/* line 3431, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3435, vendor/assets/stylesheets/v2/css/theme.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3439, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3448, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.2125em;
  content: '';
  vertical-align: 0.2125em;
}

/* line 3457, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3461, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.2125em;
  content: '';
  vertical-align: 0.2125em;
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

/* line 3474, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3478, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3482, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
  right: auto;
  bottom: auto;
}

/* line 3490, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-divider {
  overflow: hidden;
  height: 0;
  margin: 0.75rem 0;
  border-top: 1px solid #edf2f9;
}

/* line 3499, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item {
  font-weight: 400;
  display: block;
  clear: both;
  width: 100%;
  padding: 0.375rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  color: #6e84a3;
  border: 0;
  background-color: transparent;
}

/* line 3515, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item:first-child {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

/* line 3519, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

/* line 3523, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #12263f;
  background-color: transparent;
}

/* line 3530, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #12263f;
  background-color: transparent;
}

/* line 3537, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  color: #869ab8;
  background-color: transparent;
}

/* line 3545, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu.show {
  display: block;
}

/* line 3549, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-header {
  font-size: 0.8125rem;
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  color: inherit;
}

/* line 3562, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #6e84a3;
}

/* line 3570, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3578, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3584, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3588, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3597, vendor/assets/stylesheets/v2/css/theme.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3603, vendor/assets/stylesheets/v2/css/theme.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3607, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3612, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3618, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3624, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3628, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3633, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3637, vendor/assets/stylesheets/v2/css/theme.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3643, vendor/assets/stylesheets/v2/css/theme.css */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3649, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3655, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3659, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3663, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3668, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3674, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3678, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3689, vendor/assets/stylesheets/v2/css/theme.css */
.input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 3699, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  flex: 1 1 auto;
}

/* line 3710, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3724, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3729, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3732, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3737, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3742, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3747, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3752, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3757, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3761, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3766, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3770, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3781, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3785, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-append {
  margin-left: -1px;
}

/* line 3789, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  text-align: center;
  white-space: nowrap;
  color: #869ab8;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  background-color: #fff;
  align-items: center;
}

/* line 3809, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

/* line 3814, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.59375rem + 2px);
}

/* line 3819, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

/* line 3833, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.67188rem + 2px);
}

/* line 3838, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 0.8125rem;
  line-height: 1.75;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}

/* line 3852, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3857, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3871, vendor/assets/stylesheets/v2/css/theme.css */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3883, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.40625rem;
  padding-left: 1.5rem;
}

/* line 3892, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3898, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3904, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 3909, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 3912, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1356ae;
}

/* line 3915, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #cbdef9;
  background-color: #cbdef9;
}

/* line 3920, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #869ab8;
}

/* line 3923, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fff;
}

/* line 3927, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3934, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label::before {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  pointer-events: none;
  border: #b1c2d9 solid 0;
  background-color: #e3ebf6;
}

/* line 3950, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label::after {
  position: absolute;
  top: 0.20313rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 3967, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}

/* line 3971, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 3975, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 3982, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3988, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 3994, vendor/assets/stylesheets/v2/css/theme.css */
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4000, vendor/assets/stylesheets/v2/css/theme.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 4004, vendor/assets/stylesheets/v2/css/theme.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

/* line 4008, vendor/assets/stylesheets/v2/css/theme.css */
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4014, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch {
  padding-left: 3.5rem !important;
}

/* line 4017, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::before {
  left: -3.5rem;
  width: 3rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

/* line 4026, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::after {
  top: calc(0.20313rem + 0);
  left: calc(-3.5rem + 0);
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.5625rem;
  background-color: #b1c2d9;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4040, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 4044, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2rem);
  background-color: #e3ebf6;
}

/* line 4049, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(44, 123, 229, 0.5);
}

/* line 4055, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select {
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  vertical-align: middle;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233B506C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4078, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select:focus {
  border-color: #1356ae;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(18, 38, 63, 0.075), 0 0 5px rgba(44, 123, 229, 0.5);
}

/* line 4084, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select:focus::-ms-value {
  color: #12263f;
  background-color: #fff;
}

/* line 4088, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 4095, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select:disabled {
  color: #869ab8;
  background-color: #edf2f9;
}

/* line 4099, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 4103, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select-sm {
  font-size: 0.8125rem;
  height: calc(1.67188rem + 2px);
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
}

/* line 4112, vendor/assets/stylesheets/v2/css/theme.css */
.custom-select-lg {
  font-size: 1.0625rem;
  height: calc(2.59375rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

/* line 4121, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  margin-bottom: 0;
}

/* line 4131, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.40625rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4141, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1356ae;
  box-shadow: transparent;
}

/* line 4145, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #fff;
}

/* line 4148, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

/* line 4151, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4155, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-label {
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 0.75rem;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  background-color: #fff;
}

/* line 4173, vendor/assets/stylesheets/v2/css/theme.css */
.custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2.40625rem;
  padding: 0.5rem 0.75rem;
  content: 'Browse';
  color: #12263f;
  border-left: inherit;
  border-radius: 0 0.375rem 0.375rem 0;
  background-color: #fff;
}

/* line 4195, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.3rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4206, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus {
  outline: none;
}

/* line 4209, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 4212, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 4215, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9fbfd, transparent;
}

/* line 4218, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4221, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #1356ae;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4237, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 4241, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #cbdef9;
}

/* line 4244, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 4255, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #1356ae;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4270, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 4274, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-range-thumb:active {
  background-color: #cbdef9;
}

/* line 4277, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 4288, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.15rem;
  margin-left: 0.15rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #1356ae;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4305, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 4309, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-thumb:active {
  background-color: #cbdef9;
}

/* line 4312, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-width: 0.5rem;
  border-color: transparent;
  background-color: transparent;
}

/* line 4323, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 4327, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #e3ebf6;
}

/* line 4333, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b1c2d9;
}

/* line 4336, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4339, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b1c2d9;
}

/* line 4342, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4345, vendor/assets/stylesheets/v2/css/theme.css */
.custom-range:disabled::-ms-thumb {
  background-color: #b1c2d9;
}

/* line 4349, vendor/assets/stylesheets/v2/css/theme.css */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 4356, vendor/assets/stylesheets/v2/css/theme.css */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4363, vendor/assets/stylesheets/v2/css/theme.css */
.nav {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 4374, vendor/assets/stylesheets/v2/css/theme.css */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4379, vendor/assets/stylesheets/v2/css/theme.css */
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 4383, vendor/assets/stylesheets/v2/css/theme.css */
.nav-link.disabled {
  cursor: default;
  pointer-events: none;
  color: #869ab8;
}

/* line 4390, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs {
  border-bottom: 1px solid #e3ebf6;
}

/* line 4393, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4396, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4401, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent transparent;
}

/* line 4405, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link.disabled {
  color: #869ab8;
  border-color: transparent;
  background-color: transparent;
}

/* line 4410, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #12263f;
  border-color: transparent transparent #1356ae;
  background-color: transparent;
}

/* line 4416, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4423, vendor/assets/stylesheets/v2/css/theme.css */
.nav-pills .nav-link {
  border-radius: 0.375rem;
}

/* line 4427, vendor/assets/stylesheets/v2/css/theme.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1356ae;
}

/* line 4433, vendor/assets/stylesheets/v2/css/theme.css */
.nav-fill .nav-item {
  text-align: center;
  flex: 1 1 auto;
}

/* line 4439, vendor/assets/stylesheets/v2/css/theme.css */
.nav-justified .nav-item {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 4446, vendor/assets/stylesheets/v2/css/theme.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 4450, vendor/assets/stylesheets/v2/css/theme.css */
.tab-content > .active {
  display: block;
}

/* line 4454, vendor/assets/stylesheets/v2/css/theme.css */
.navbar {
  position: relative;
  display: flex;
  padding: 0.75rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4465, vendor/assets/stylesheets/v2/css/theme.css */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4474, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand {
  font-size: 1.0625rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

/* line 4486, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4491, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 4500, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4504, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4510, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4517, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4523, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler {
  font-size: 1.0625rem;
  line-height: 1;
  padding: 0.25rem 0;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  background-color: transparent;
}

/* line 4533, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 4537, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 4541, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: '';
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4555, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4563, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4567, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4570, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4573, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4577, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4581, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4586, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4592, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4600, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4604, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4607, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4610, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4614, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4618, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4623, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4629, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4637, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4641, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4644, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4647, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4651, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4655, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4660, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4666, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4674, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4678, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4681, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4684, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4688, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4692, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4697, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4702, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4706, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4711, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4714, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4717, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4721, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4725, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4730, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4734, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-brand {
  color: #12263f;
}

/* line 4737, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #12263f;
}

/* line 4742, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .nav-link {
  color: #6e84a3;
}

/* line 4745, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #12263f;
}

/* line 4749, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(18, 38, 63, 0.3);
}

/* line 4753, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #12263f;
}

/* line 4760, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-toggler {
  color: #6e84a3;
  border-color: transparent;
}

/* line 4765, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%236E84A3' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4769, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-text {
  color: #6e84a3;
}

/* line 4772, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-text a {
  color: #12263f;
}

/* line 4775, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #12263f;
}

/* line 4780, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4783, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4788, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4791, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

/* line 4795, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4799, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4806, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
}

/* line 4811, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4815, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 4818, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4821, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4826, vendor/assets/stylesheets/v2/css/theme.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid #edf2f9;
  border-radius: 0.5rem;
  background-color: #fff;
  background-clip: border-box;
}

/* line 4841, vendor/assets/stylesheets/v2/css/theme.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4845, vendor/assets/stylesheets/v2/css/theme.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/* line 4849, vendor/assets/stylesheets/v2/css/theme.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 4854, vendor/assets/stylesheets/v2/css/theme.css */
.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 4860, vendor/assets/stylesheets/v2/css/theme.css */
.card-title {
  margin-bottom: 1rem;
}

/* line 4864, vendor/assets/stylesheets/v2/css/theme.css */
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

/* line 4869, vendor/assets/stylesheets/v2/css/theme.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4873, vendor/assets/stylesheets/v2/css/theme.css */
.card-link:hover {
  text-decoration: none;
}

/* line 4877, vendor/assets/stylesheets/v2/css/theme.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 4881, vendor/assets/stylesheets/v2/css/theme.css */
.card-header {
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  color: inherit;
  border-bottom: 1px solid #edf2f9;
  background-color: transparent;
}

/* line 4889, vendor/assets/stylesheets/v2/css/theme.css */
.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

/* line 4892, vendor/assets/stylesheets/v2/css/theme.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4896, vendor/assets/stylesheets/v2/css/theme.css */
.card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #edf2f9;
  background-color: transparent;
}

/* line 4902, vendor/assets/stylesheets/v2/css/theme.css */
.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

/* line 4906, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

/* line 4914, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 4919, vendor/assets/stylesheets/v2/css/theme.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4929, vendor/assets/stylesheets/v2/css/theme.css */
.card-img {
  width: 100%;
  border-radius: calc(0.5rem - 1px);
}

/* line 4935, vendor/assets/stylesheets/v2/css/theme.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

/* line 4942, vendor/assets/stylesheets/v2/css/theme.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

/* line 4949, vendor/assets/stylesheets/v2/css/theme.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 4953, vendor/assets/stylesheets/v2/css/theme.css */
.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 4957, vendor/assets/stylesheets/v2/css/theme.css */
  .card-deck {
    margin-right: -12px;
    margin-left: -12px;
    flex-flow: row wrap;
  }
  /* line 4963, vendor/assets/stylesheets/v2/css/theme.css */
  .card-deck .card {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
    flex: 1 0 0;
  }
}

/* line 4975, vendor/assets/stylesheets/v2/css/theme.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 4979, vendor/assets/stylesheets/v2/css/theme.css */
.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  /* line 4983, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 4986, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 0 0;
  }
  /* line 4991, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4996, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5000, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 5004, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 5008, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5012, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 5016, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 5020, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:only-child {
    border-radius: 0.5rem;
  }
  /* line 5023, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  /* line 5028, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  /* line 5033, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 5036, vendor/assets/stylesheets/v2/css/theme.css */
  .card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-img-top,
.card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-img-bottom,
.card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-header,
.card-group
> .card:not(:first-child):not(:last-child):not(:only-child)
.card-footer {
    border-radius: 0;
  }
}

/* line 5052, vendor/assets/stylesheets/v2/css/theme.css */
.card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 5057, vendor/assets/stylesheets/v2/css/theme.css */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5063, vendor/assets/stylesheets/v2/css/theme.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5070, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card {
  overflow: hidden;
}

/* line 5073, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 5076, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 5080, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5085, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5089, vendor/assets/stylesheets/v2/css/theme.css */
.accordion .card .card-header {
  margin-bottom: -1px;
}

/* line 5093, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb {
  display: flex;
  margin-bottom: 0;
  padding: 0.75rem 0;
  list-style: none;
  border-radius: 0.375rem;
  background-color: transparent;
  flex-wrap: wrap;
}

/* line 5107, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 5110, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: '';
  color: #d2ddec;
}

/* line 5120, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5124, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5128, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item.active {
  color: #869ab8;
}

/* line 5132, vendor/assets/stylesheets/v2/css/theme.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem;
}

/* line 5142, vendor/assets/stylesheets/v2/css/theme.css */
.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #12263f;
  border: 1px solid #e3ebf6;
  background-color: #fff;
}

/* line 5156, vendor/assets/stylesheets/v2/css/theme.css */
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #12263f;
  border-color: #e3ebf6;
  background-color: #f9fbfd;
}

/* line 5165, vendor/assets/stylesheets/v2/css/theme.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 5171, vendor/assets/stylesheets/v2/css/theme.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5175, vendor/assets/stylesheets/v2/css/theme.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 5182, vendor/assets/stylesheets/v2/css/theme.css */
.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 5187, vendor/assets/stylesheets/v2/css/theme.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 5195, vendor/assets/stylesheets/v2/css/theme.css */
.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #869ab8;
  border-color: #e3ebf6;
  background-color: #fff;
}

/* line 5204, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-lg .page-link {
  font-size: 1.0625rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}

/* line 5211, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 5216, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 5221, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-sm .page-link {
  font-size: 0.8125rem;
  line-height: 1.75;
  padding: 0.25rem 0.5rem;
}

/* line 5228, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5233, vendor/assets/stylesheets/v2/css/theme.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5238, vendor/assets/stylesheets/v2/css/theme.css */
.badge {
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 0.33em 0.5em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 0.375rem;
}

/* line 5253, vendor/assets/stylesheets/v2/css/theme.css */
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 5257, vendor/assets/stylesheets/v2/css/theme.css */
.badge:empty {
  display: none;
}

/* line 5261, vendor/assets/stylesheets/v2/css/theme.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5266, vendor/assets/stylesheets/v2/css/theme.css */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5273, vendor/assets/stylesheets/v2/css/theme.css */
.badge-primary {
  color: #fff;
  background-color: #1356ae;
}

/* line 5277, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #1862c6;
}

/* line 5283, vendor/assets/stylesheets/v2/css/theme.css */
.badge-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 5287, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #566b88;
}

/* line 5293, vendor/assets/stylesheets/v2/css/theme.css */
.badge-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 5297, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #00a660;
}

/* line 5303, vendor/assets/stylesheets/v2/css/theme.css */
.badge-info {
  color: #fff;
  background-color: #5dd3da;
}

/* line 5307, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #2991ae;
}

/* line 5313, vendor/assets/stylesheets/v2/css/theme.css */
.badge-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 5317, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #283e59;
  background-color: #f4b312;
}

/* line 5323, vendor/assets/stylesheets/v2/css/theme.css */
.badge-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 5327, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #d01a3b;
}

/* line 5333, vendor/assets/stylesheets/v2/css/theme.css */
.badge-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 5337, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-light:hover,
a.badge-light:focus {
  color: #283e59;
  background-color: #c7d6ec;
}

/* line 5343, vendor/assets/stylesheets/v2/css/theme.css */
.badge-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 5347, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #070e17;
}

/* line 5353, vendor/assets/stylesheets/v2/css/theme.css */
.badge-white {
  color: #283e59;
  background-color: #fff;
}

/* line 5357, vendor/assets/stylesheets/v2/css/theme.css */
a.badge-white:hover,
a.badge-white:focus {
  color: #283e59;
  background-color: #e6e6e6;
}

/* line 5363, vendor/assets/stylesheets/v2/css/theme.css */
.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background-color: #edf2f9;
}

@media (min-width: 576px) {
  /* line 5371, vendor/assets/stylesheets/v2/css/theme.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5376, vendor/assets/stylesheets/v2/css/theme.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5383, vendor/assets/stylesheets/v2/css/theme.css */
.alert {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

/* line 5393, vendor/assets/stylesheets/v2/css/theme.css */
.alert-heading {
  color: inherit;
}

/* line 5397, vendor/assets/stylesheets/v2/css/theme.css */
.alert-link {
  font-weight: 400;
}

/* line 5401, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dismissible {
  padding-right: 3.90625rem;
}

/* line 5404, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5414, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary {
  color: #205295;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 5419, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 5422, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary .alert-link {
  color: #173b6b;
}

/* line 5426, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary {
  color: #425773;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 5431, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 5434, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary .alert-link {
  color: #2f3e53;
}

/* line 5438, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success {
  color: #098360;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 5443, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 5446, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success .alert-link {
  color: #06533d;
}

/* line 5450, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info {
  color: #266d8b;
  border-color: #5dd3da;
  background-color: #5dd3da;
}

/* line 5455, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 5458, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info .alert-link {
  color: #1b4e63;
}

/* line 5462, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning {
  color: #897841;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 5467, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 5470, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning .alert-link {
  color: #665a31;
}

/* line 5474, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger {
  color: #802f4b;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 5479, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 5482, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger .alert-link {
  color: #5b2135;
}

/* line 5486, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light {
  color: #8490a0;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 5491, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 5494, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light .alert-link {
  color: #697688;
}

/* line 5498, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark {
  color: #12263f;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 5503, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 5506, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark .alert-link {
  color: #070e17;
}

/* line 5510, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white {
  color: #8d97a3;
  border-color: white;
  background-color: white;
}

/* line 5515, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 5518, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white .alert-link {
  color: #717d8c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5531, vendor/assets/stylesheets/v2/css/theme.css */
.progress {
  font-size: 0.70313rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: 200px;
  background-color: #edf2f9;
}

/* line 5543, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  transition: width 0.6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #1356ae;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5557, vendor/assets/stylesheets/v2/css/theme.css */
  .progress-bar {
    transition: none;
  }
}

/* line 5562, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5576, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 5580, vendor/assets/stylesheets/v2/css/theme.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5586, vendor/assets/stylesheets/v2/css/theme.css */
.media-body {
  flex: 1;
}

/* line 5590, vendor/assets/stylesheets/v2/css/theme.css */
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 5598, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #6e84a3;
}

/* line 5605, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-action:hover,
.list-group-item-action:focus {
  text-decoration: none;
  color: #6e84a3;
  background-color: #f9fbfd;
}

/* line 5612, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-action:active {
  color: #12263f;
  background-color: #edf2f9;
}

/* line 5617, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #e3ebf6;
  background-color: transparent;
}

/* line 5628, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

/* line 5632, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 5638, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 5644, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item.disabled,
.list-group-item:disabled {
  pointer-events: none;
  color: #869ab8;
  background-color: transparent;
}

/* line 5651, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 5659, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5664, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 5668, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5672, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 5678, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary {
  color: #205295;
  background-color: #c4daf8;
}

/* line 5682, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #205295;
  background-color: #adccf5;
}

/* line 5687, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #205295;
  background-color: #205295;
}

/* line 5693, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary {
  color: #425773;
  background-color: #d6dde5;
}

/* line 5697, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #425773;
  background-color: #c6d0db;
}

/* line 5702, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #425773;
  background-color: #425773;
}

/* line 5708, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success {
  color: #098360;
  background-color: #b8f4db;
}

/* line 5712, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #098360;
  background-color: #a2f1d0;
}

/* line 5717, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #098360;
  background-color: #098360;
}

/* line 5723, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info {
  color: #266d8b;
  background-color: #c8e9f2;
}

/* line 5727, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #266d8b;
  background-color: #b3e1ed;
}

/* line 5732, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #266d8b;
  background-color: #266d8b;
}

/* line 5738, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning {
  color: #897841;
  background-color: #fceeca;
}

/* line 5742, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #897841;
  background-color: #fbe6b2;
}

/* line 5747, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #897841;
  background-color: #897841;
}

/* line 5753, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger {
  color: #802f4b;
  background-color: #f8c7d0;
}

/* line 5757, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #802f4b;
  background-color: #f5b0bd;
}

/* line 5762, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #802f4b;
  background-color: #802f4b;
}

/* line 5768, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light {
  color: #8490a0;
  background-color: #fafbfd;
}

/* line 5772, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #8490a0;
  background-color: #e8ecf6;
}

/* line 5777, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #8490a0;
  background-color: #8490a0;
}

/* line 5783, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark {
  color: #12263f;
  background-color: #bdc2c9;
}

/* line 5787, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #12263f;
  background-color: #afb5be;
}

/* line 5792, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 5798, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white {
  color: #8d97a3;
  background-color: white;
}

/* line 5802, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #8d97a3;
  background-color: #f2f2f2;
}

/* line 5807, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #8d97a3;
  background-color: #8d97a3;
}

/* line 5813, vendor/assets/stylesheets/v2/css/theme.css */
.close {
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: 0.5;
  color: #869ab8;
  text-shadow: none;
}

/* line 5824, vendor/assets/stylesheets/v2/css/theme.css */
.close:hover {
  text-decoration: none;
  color: #869ab8;
}

/* line 5829, vendor/assets/stylesheets/v2/css/theme.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 5832, vendor/assets/stylesheets/v2/css/theme.css */
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

/* line 5837, vendor/assets/stylesheets/v2/css/theme.css */
button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5848, vendor/assets/stylesheets/v2/css/theme.css */
a.close.disabled {
  pointer-events: none;
}

/* line 5852, vendor/assets/stylesheets/v2/css/theme.css */
.toast {
  font-size: 0.9375rem;
  overflow: hidden;
  max-width: 300px;
  opacity: 0;
  border: 1px solid #e3ebf6;
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* line 5869, vendor/assets/stylesheets/v2/css/theme.css */
.toast:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 5872, vendor/assets/stylesheets/v2/css/theme.css */
.toast.showing {
  opacity: 1;
}

/* line 5875, vendor/assets/stylesheets/v2/css/theme.css */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5880, vendor/assets/stylesheets/v2/css/theme.css */
.toast.hide {
  display: none;
}

/* line 5884, vendor/assets/stylesheets/v2/css/theme.css */
.toast-header {
  display: flex;
  padding: 0.75rem 1rem;
  color: #12263f;
  border-bottom: 1px solid #e3ebf6;
  background-color: #fff;
  background-clip: padding-box;
  align-items: center;
}

/* line 5897, vendor/assets/stylesheets/v2/css/theme.css */
.toast-body {
  padding: 1rem;
}

/* line 5901, vendor/assets/stylesheets/v2/css/theme.css */
.modal-open {
  overflow: hidden;
}

/* line 5904, vendor/assets/stylesheets/v2/css/theme.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5909, vendor/assets/stylesheets/v2/css/theme.css */
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
}

/* line 5924, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5932, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5937, vendor/assets/stylesheets/v2/css/theme.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5941, vendor/assets/stylesheets/v2/css/theme.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5945, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-centered {
  display: flex;
  min-height: calc(100% - (0.5rem * 2));
  align-items: center;
}

/* line 5952, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: '';
}

/* line 5960, vendor/assets/stylesheets/v2/css/theme.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
}

/* line 5977, vendor/assets/stylesheets/v2/css/theme.css */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #12263f;
}

/* line 5988, vendor/assets/stylesheets/v2/css/theme.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5991, vendor/assets/stylesheets/v2/css/theme.css */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5995, vendor/assets/stylesheets/v2/css/theme.css */
.modal-header {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid #e3ebf6;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 6007, vendor/assets/stylesheets/v2/css/theme.css */
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.5rem;
}

/* line 6012, vendor/assets/stylesheets/v2/css/theme.css */
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 6018, vendor/assets/stylesheets/v2/css/theme.css */
.modal-body {
  position: relative;
  padding: 1.5rem;
  flex: 1 1 auto;
}

/* line 6026, vendor/assets/stylesheets/v2/css/theme.css */
.modal-footer {
  display: flex;
  padding: 1.5rem;
  border-top: 1px solid #e3ebf6;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

/* line 6038, vendor/assets/stylesheets/v2/css/theme.css */
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

/* line 6041, vendor/assets/stylesheets/v2/css/theme.css */
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

/* line 6045, vendor/assets/stylesheets/v2/css/theme.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 576px) {
  /* line 6056, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6060, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 6063, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 6066, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6072, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6079, vendor/assets/stylesheets/v2/css/theme.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6084, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

/* line 6113, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip.show {
  opacity: 1;
}

/* line 6116, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6124, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 6133, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 0.4rem 0;
}

/* line 6137, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

/* line 6141, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #e3ebf6;
}

/* line 6149, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem;
}

/* line 6153, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6160, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #e3ebf6;
}

/* line 6168, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0;
}

/* line 6172, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

/* line 6176, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #e3ebf6;
}

/* line 6184, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem;
}

/* line 6188, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6195, vendor/assets/stylesheets/v2/css/theme.css */
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #e3ebf6;
}

/* line 6203, vendor/assets/stylesheets/v2/css/theme.css */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: #12263f;
  border-radius: 0.375rem;
  background-color: #e3ebf6;
}

/* line 6214, vendor/assets/stylesheets/v2/css/theme.css */
.popover {
  font-family: 'Cerebri Sans', sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: block;
  max-width: 10rem;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: 0.5rem;
  background-color: #fff;
  background-clip: padding-box;
  text-shadow: none;
  line-break: auto;
}

/* line 6248, vendor/assets/stylesheets/v2/css/theme.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.5rem;
}

/* line 6257, vendor/assets/stylesheets/v2/css/theme.css */
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-style: solid;
  border-color: transparent;
}

/* line 6269, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.5rem;
}

/* line 6273, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6277, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 6283, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom: 0;
  border-top-color: rgba(18, 38, 63, 0.25);
}

/* line 6290, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 6297, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: 0.5rem;
}

/* line 6301, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 6309, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 6315, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left: 0;
  border-right-color: rgba(18, 38, 63, 0.25);
}

/* line 6322, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 6329, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: 0.5rem;
}

/* line 6333, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6337, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 6343, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top: 0;
  border-bottom-color: rgba(18, 38, 63, 0.25);
}

/* line 6350, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 6356, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 1px solid #fff;
}

/* line 6372, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: 0.5rem;
}

/* line 6376, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.5rem 0;
}

/* line 6384, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 6390, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right: 0;
  border-left-color: rgba(18, 38, 63, 0.25);
}

/* line 6397, vendor/assets/stylesheets/v2/css/theme.css */
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 6404, vendor/assets/stylesheets/v2/css/theme.css */
.popover-header {
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding: 0 0;
  color: inherit;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
  background-color: #fff;
}

/* line 6416, vendor/assets/stylesheets/v2/css/theme.css */
.popover-header:empty {
  display: none;
}

/* line 6420, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body {
  padding: 0 0;
  color: #869ab8;
}

/* line 6426, vendor/assets/stylesheets/v2/css/theme.css */
.carousel {
  position: relative;
}

/* line 6430, vendor/assets/stylesheets/v2/css/theme.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6434, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 6441, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

/* line 6448, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6463, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-item {
    transition: none;
  }
}

/* line 6468, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6474, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6479, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6484, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-fade .carousel-item {
  transition-property: opacity;
  transform: none;
  opacity: 0;
}

/* line 6491, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6499, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  transition: 0s 0.6s opacity;
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6508, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6514, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  transition: opacity 0.15s ease;
  text-align: center;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6535, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6540, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
  outline: 0;
}

/* line 6551, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev {
  left: 0;
}

/* line 6555, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-next {
  right: 0;
}

/* line 6559, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 6570, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6574, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6578, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

/* line 6595, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity 0.6s ease;
  text-indent: -999px;
  opacity: 0.5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  flex: 0 1 auto;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6615, vendor/assets/stylesheets/v2/css/theme.css */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6619, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6623, vendor/assets/stylesheets/v2/css/theme.css */
.carousel-caption {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6644, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  animation: spinner-border 0.75s linear infinite;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
}

/* line 6658, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

/* line 6674, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  animation: spinner-grow 0.75s linear infinite;
  vertical-align: text-bottom;
  opacity: 0;
  border-radius: 50%;
  background-color: currentColor;
}

/* line 6688, vendor/assets/stylesheets/v2/css/theme.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6693, vendor/assets/stylesheets/v2/css/theme.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6697, vendor/assets/stylesheets/v2/css/theme.css */
.align-top {
  vertical-align: top !important;
}

/* line 6701, vendor/assets/stylesheets/v2/css/theme.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6705, vendor/assets/stylesheets/v2/css/theme.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6709, vendor/assets/stylesheets/v2/css/theme.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6713, vendor/assets/stylesheets/v2/css/theme.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6717, vendor/assets/stylesheets/v2/css/theme.css */
.bg-primary {
  background-color: #1356ae !important;
}

/* line 6721, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1862c6 !important;
}

/* line 6728, vendor/assets/stylesheets/v2/css/theme.css */
.bg-secondary {
  background-color: #6e84a3 !important;
}

/* line 6732, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #566b88 !important;
}

/* line 6739, vendor/assets/stylesheets/v2/css/theme.css */
.bg-success {
  background-color: #00d97e !important;
}

/* line 6743, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00a660 !important;
}

/* line 6750, vendor/assets/stylesheets/v2/css/theme.css */
.bg-info {
  background-color: #5dd3da !important;
}

/* line 6754, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2991ae !important;
}

/* line 6761, vendor/assets/stylesheets/v2/css/theme.css */
.bg-warning {
  background-color: #f6c343 !important;
}

/* line 6765, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b312 !important;
}

/* line 6772, vendor/assets/stylesheets/v2/css/theme.css */
.bg-danger {
  background-color: #e63757 !important;
}

/* line 6776, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d01a3b !important;
}

/* line 6783, vendor/assets/stylesheets/v2/css/theme.css */
.bg-light {
  background-color: #edf2f9 !important;
}

/* line 6787, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c7d6ec !important;
}

/* line 6794, vendor/assets/stylesheets/v2/css/theme.css */
.bg-dark {
  background-color: #12263f !important;
}

/* line 6798, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #070e17 !important;
}

/* line 6805, vendor/assets/stylesheets/v2/css/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6809, vendor/assets/stylesheets/v2/css/theme.css */
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 6816, vendor/assets/stylesheets/v2/css/theme.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6820, vendor/assets/stylesheets/v2/css/theme.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6824, vendor/assets/stylesheets/v2/css/theme.css */
.border {
  border: 1px solid #e3ebf6 !important;
}

/* line 6828, vendor/assets/stylesheets/v2/css/theme.css */
.border-top {
  border-top: 1px solid #e3ebf6 !important;
}

/* line 6832, vendor/assets/stylesheets/v2/css/theme.css */
.border-right {
  border-right: 1px solid #e3ebf6 !important;
}

/* line 6836, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom {
  border-bottom: 1px solid #e3ebf6 !important;
}

/* line 6840, vendor/assets/stylesheets/v2/css/theme.css */
.border-left {
  border-left: 1px solid #e3ebf6 !important;
}

/* line 6844, vendor/assets/stylesheets/v2/css/theme.css */
.border-0 {
  border: 0 !important;
}

/* line 6848, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6852, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6856, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6860, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6864, vendor/assets/stylesheets/v2/css/theme.css */
.border-primary {
  border-color: #1356ae !important;
}

/* line 6868, vendor/assets/stylesheets/v2/css/theme.css */
.border-secondary {
  border-color: #6e84a3 !important;
}

/* line 6872, vendor/assets/stylesheets/v2/css/theme.css */
.border-success {
  border-color: #00d97e !important;
}

/* line 6876, vendor/assets/stylesheets/v2/css/theme.css */
.border-info {
  border-color: #5dd3da !important;
}

/* line 6880, vendor/assets/stylesheets/v2/css/theme.css */
.border-warning {
  border-color: #f6c343 !important;
}

/* line 6884, vendor/assets/stylesheets/v2/css/theme.css */
.border-danger {
  border-color: #e63757 !important;
}

/* line 6888, vendor/assets/stylesheets/v2/css/theme.css */
.border-light {
  border-color: #edf2f9 !important;
}

/* line 6892, vendor/assets/stylesheets/v2/css/theme.css */
.border-dark {
  border-color: #12263f !important;
}

/* line 6896, vendor/assets/stylesheets/v2/css/theme.css */
.border-white {
  border-color: #fff !important;
}

/* line 6900, vendor/assets/stylesheets/v2/css/theme.css */
.border-white {
  border-color: #fff !important;
}

/* line 6904, vendor/assets/stylesheets/v2/css/theme.css */
.rounded {
  border-radius: 0.375rem !important;
}

/* line 6908, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

/* line 6913, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

/* line 6918, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6923, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

/* line 6928, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6932, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6936, vendor/assets/stylesheets/v2/css/theme.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6940, vendor/assets/stylesheets/v2/css/theme.css */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* line 6947, vendor/assets/stylesheets/v2/css/theme.css */
.d-none {
  display: none !important;
}

/* line 6951, vendor/assets/stylesheets/v2/css/theme.css */
.d-inline {
  display: inline !important;
}

/* line 6955, vendor/assets/stylesheets/v2/css/theme.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6959, vendor/assets/stylesheets/v2/css/theme.css */
.d-block {
  display: block !important;
}

/* line 6963, vendor/assets/stylesheets/v2/css/theme.css */
.d-table {
  display: table !important;
}

/* line 6967, vendor/assets/stylesheets/v2/css/theme.css */
.d-table-row {
  display: table-row !important;
}

/* line 6971, vendor/assets/stylesheets/v2/css/theme.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6975, vendor/assets/stylesheets/v2/css/theme.css */
.d-flex {
  display: flex !important;
}

/* line 6979, vendor/assets/stylesheets/v2/css/theme.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6984, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6987, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6990, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6993, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6996, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6999, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7002, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7005, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 7008, vendor/assets/stylesheets/v2/css/theme.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 7014, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-none {
    display: none !important;
  }
  /* line 7017, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7020, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7023, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-block {
    display: block !important;
  }
  /* line 7026, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-table {
    display: table !important;
  }
  /* line 7029, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7032, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7035, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 7038, vendor/assets/stylesheets/v2/css/theme.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7044, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 7047, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7050, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7053, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 7056, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 7059, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7062, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7065, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 7068, vendor/assets/stylesheets/v2/css/theme.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7074, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 7077, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7080, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7083, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 7086, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 7089, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7092, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7095, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 7098, vendor/assets/stylesheets/v2/css/theme.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 7104, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-none {
    display: none !important;
  }
  /* line 7107, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7110, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7113, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-block {
    display: block !important;
  }
  /* line 7116, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-table {
    display: table !important;
  }
  /* line 7119, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7122, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7125, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 7128, vendor/assets/stylesheets/v2/css/theme.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 7133, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

/* line 7142, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive::before {
  display: block;
  content: '';
}

/* line 7147, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 7163, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 7167, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7171, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

/* line 7175, vendor/assets/stylesheets/v2/css/theme.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7179, vendor/assets/stylesheets/v2/css/theme.css */
.flex-row {
  flex-direction: row !important;
}

/* line 7183, vendor/assets/stylesheets/v2/css/theme.css */
.flex-column {
  flex-direction: column !important;
}

/* line 7187, vendor/assets/stylesheets/v2/css/theme.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7191, vendor/assets/stylesheets/v2/css/theme.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7195, vendor/assets/stylesheets/v2/css/theme.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7199, vendor/assets/stylesheets/v2/css/theme.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7203, vendor/assets/stylesheets/v2/css/theme.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7207, vendor/assets/stylesheets/v2/css/theme.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7211, vendor/assets/stylesheets/v2/css/theme.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7215, vendor/assets/stylesheets/v2/css/theme.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7219, vendor/assets/stylesheets/v2/css/theme.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7223, vendor/assets/stylesheets/v2/css/theme.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7227, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7231, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7235, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 7239, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7243, vendor/assets/stylesheets/v2/css/theme.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7247, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7251, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7255, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-center {
  align-items: center !important;
}

/* line 7259, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7263, vendor/assets/stylesheets/v2/css/theme.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7267, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7271, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7275, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-center {
  align-content: center !important;
}

/* line 7279, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 7283, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 7287, vendor/assets/stylesheets/v2/css/theme.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7291, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 7295, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7299, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7303, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-center {
  align-self: center !important;
}

/* line 7307, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7311, vendor/assets/stylesheets/v2/css/theme.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7316, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7319, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7322, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7325, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7328, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7331, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7334, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7337, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7340, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7343, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7346, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7349, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7352, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7355, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7358, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7361, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7364, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7367, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7370, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7373, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7376, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7379, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7382, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7385, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7388, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7391, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7394, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7397, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7400, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7403, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7406, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7409, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7412, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7415, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7421, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7424, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7427, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7430, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7433, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7436, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7439, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7442, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7445, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7448, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7451, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7454, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7457, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7460, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7463, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7466, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7469, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7472, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7475, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7478, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7481, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7484, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7487, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7490, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7493, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7496, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7499, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7502, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7505, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7508, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7511, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7514, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7517, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7520, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7526, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7529, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7532, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7535, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7538, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7541, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7544, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7547, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7550, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7553, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7556, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7559, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7562, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7565, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7568, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7571, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7574, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7577, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7580, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7583, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7586, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7589, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7592, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7595, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7598, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7601, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7604, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7607, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7610, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7613, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7616, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7619, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7622, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7625, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7631, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7634, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7637, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7640, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7643, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7646, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7649, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7652, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7655, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7658, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7661, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7664, vendor/assets/stylesheets/v2/css/theme.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7667, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7670, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7673, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7676, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7679, vendor/assets/stylesheets/v2/css/theme.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7682, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7685, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7688, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7691, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7694, vendor/assets/stylesheets/v2/css/theme.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7697, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7700, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7703, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7706, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7709, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7712, vendor/assets/stylesheets/v2/css/theme.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7715, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7718, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7721, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7724, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7727, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7730, vendor/assets/stylesheets/v2/css/theme.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7735, vendor/assets/stylesheets/v2/css/theme.css */
.float-left {
  float: left !important;
}

/* line 7739, vendor/assets/stylesheets/v2/css/theme.css */
.float-right {
  float: right !important;
}

/* line 7743, vendor/assets/stylesheets/v2/css/theme.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7748, vendor/assets/stylesheets/v2/css/theme.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 7751, vendor/assets/stylesheets/v2/css/theme.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 7754, vendor/assets/stylesheets/v2/css/theme.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7760, vendor/assets/stylesheets/v2/css/theme.css */
  .float-md-left {
    float: left !important;
  }
  /* line 7763, vendor/assets/stylesheets/v2/css/theme.css */
  .float-md-right {
    float: right !important;
  }
  /* line 7766, vendor/assets/stylesheets/v2/css/theme.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7772, vendor/assets/stylesheets/v2/css/theme.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 7775, vendor/assets/stylesheets/v2/css/theme.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 7778, vendor/assets/stylesheets/v2/css/theme.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7784, vendor/assets/stylesheets/v2/css/theme.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 7787, vendor/assets/stylesheets/v2/css/theme.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 7790, vendor/assets/stylesheets/v2/css/theme.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7795, vendor/assets/stylesheets/v2/css/theme.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 7799, vendor/assets/stylesheets/v2/css/theme.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7803, vendor/assets/stylesheets/v2/css/theme.css */
.position-static {
  position: static !important;
}

/* line 7807, vendor/assets/stylesheets/v2/css/theme.css */
.position-relative {
  position: relative !important;
}

/* line 7811, vendor/assets/stylesheets/v2/css/theme.css */
.position-absolute {
  position: absolute !important;
}

/* line 7815, vendor/assets/stylesheets/v2/css/theme.css */
.position-fixed {
  position: fixed !important;
}

/* line 7819, vendor/assets/stylesheets/v2/css/theme.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 7824, vendor/assets/stylesheets/v2/css/theme.css */
.fixed-top {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

/* line 7832, vendor/assets/stylesheets/v2/css/theme.css */
.fixed-bottom {
  position: fixed;
  z-index: 1030;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7841, vendor/assets/stylesheets/v2/css/theme.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}

/* line 7849, vendor/assets/stylesheets/v2/css/theme.css */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

/* line 7864, vendor/assets/stylesheets/v2/css/theme.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal;
}

/* line 7877, vendor/assets/stylesheets/v2/css/theme.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(18, 38, 63, 0.075) !important;
}

/* line 7881, vendor/assets/stylesheets/v2/css/theme.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
}

/* line 7885, vendor/assets/stylesheets/v2/css/theme.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(18, 38, 63, 0.175) !important;
}

/* line 7889, vendor/assets/stylesheets/v2/css/theme.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 7893, vendor/assets/stylesheets/v2/css/theme.css */
.w-25 {
  width: 25% !important;
}

/* line 7897, vendor/assets/stylesheets/v2/css/theme.css */
.w-50 {
  width: 50% !important;
}

/* line 7901, vendor/assets/stylesheets/v2/css/theme.css */
.w-75 {
  width: 75% !important;
}

/* line 7905, vendor/assets/stylesheets/v2/css/theme.css */
.w-100 {
  width: 100% !important;
}

/* line 7909, vendor/assets/stylesheets/v2/css/theme.css */
.w-auto {
  width: auto !important;
}

/* line 7913, vendor/assets/stylesheets/v2/css/theme.css */
.w-15 {
  width: 15% !important;
}

/* line 7917, vendor/assets/stylesheets/v2/css/theme.css */
.h-25 {
  height: 25% !important;
}

/* line 7921, vendor/assets/stylesheets/v2/css/theme.css */
.h-50 {
  height: 50% !important;
}

/* line 7925, vendor/assets/stylesheets/v2/css/theme.css */
.h-75 {
  height: 75% !important;
}

/* line 7929, vendor/assets/stylesheets/v2/css/theme.css */
.h-100 {
  height: 100% !important;
}

/* line 7933, vendor/assets/stylesheets/v2/css/theme.css */
.h-auto {
  height: auto !important;
}

/* line 7937, vendor/assets/stylesheets/v2/css/theme.css */
.h-15 {
  height: 15% !important;
}

/* line 7941, vendor/assets/stylesheets/v2/css/theme.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 7945, vendor/assets/stylesheets/v2/css/theme.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 7949, vendor/assets/stylesheets/v2/css/theme.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7953, vendor/assets/stylesheets/v2/css/theme.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7957, vendor/assets/stylesheets/v2/css/theme.css */
.vw-100 {
  width: 100vw !important;
}

/* line 7961, vendor/assets/stylesheets/v2/css/theme.css */
.vh-100 {
  height: 100vh !important;
}

/* line 7965, vendor/assets/stylesheets/v2/css/theme.css */
.m-0 {
  margin: 0 !important;
}

/* line 7969, vendor/assets/stylesheets/v2/css/theme.css */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7974, vendor/assets/stylesheets/v2/css/theme.css */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7979, vendor/assets/stylesheets/v2/css/theme.css */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7984, vendor/assets/stylesheets/v2/css/theme.css */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7989, vendor/assets/stylesheets/v2/css/theme.css */
.m-1 {
  margin: 0.1875rem !important;
}

/* line 7993, vendor/assets/stylesheets/v2/css/theme.css */
.mt-1,
.my-1 {
  margin-top: 0.1875rem !important;
}

/* line 7998, vendor/assets/stylesheets/v2/css/theme.css */
.mr-1,
.mx-1 {
  margin-right: 0.1875rem !important;
}

/* line 8003, vendor/assets/stylesheets/v2/css/theme.css */
.mb-1,
.my-1 {
  margin-bottom: 0.1875rem !important;
}

/* line 8008, vendor/assets/stylesheets/v2/css/theme.css */
.ml-1,
.mx-1 {
  margin-left: 0.1875rem !important;
}

/* line 8013, vendor/assets/stylesheets/v2/css/theme.css */
.m-2 {
  margin: 0.375rem !important;
}

/* line 8017, vendor/assets/stylesheets/v2/css/theme.css */
.mt-2,
.my-2 {
  margin-top: 0.375rem !important;
}

/* line 8022, vendor/assets/stylesheets/v2/css/theme.css */
.mr-2,
.mx-2 {
  margin-right: 0.375rem !important;
}

/* line 8027, vendor/assets/stylesheets/v2/css/theme.css */
.mb-2,
.my-2 {
  margin-bottom: 0.375rem !important;
}

/* line 8032, vendor/assets/stylesheets/v2/css/theme.css */
.ml-2,
.mx-2 {
  margin-left: 0.375rem !important;
}

/* line 8037, vendor/assets/stylesheets/v2/css/theme.css */
.m-3 {
  margin: 0.75rem !important;
}

/* line 8041, vendor/assets/stylesheets/v2/css/theme.css */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 8046, vendor/assets/stylesheets/v2/css/theme.css */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 8051, vendor/assets/stylesheets/v2/css/theme.css */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 8056, vendor/assets/stylesheets/v2/css/theme.css */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 8061, vendor/assets/stylesheets/v2/css/theme.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8065, vendor/assets/stylesheets/v2/css/theme.css */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8070, vendor/assets/stylesheets/v2/css/theme.css */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8075, vendor/assets/stylesheets/v2/css/theme.css */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8080, vendor/assets/stylesheets/v2/css/theme.css */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8085, vendor/assets/stylesheets/v2/css/theme.css */
.m-5 {
  margin: 2.25rem !important;
}

/* line 8089, vendor/assets/stylesheets/v2/css/theme.css */
.mt-5,
.my-5 {
  margin-top: 2.25rem !important;
}

/* line 8094, vendor/assets/stylesheets/v2/css/theme.css */
.mr-5,
.mx-5 {
  margin-right: 2.25rem !important;
}

/* line 8099, vendor/assets/stylesheets/v2/css/theme.css */
.mb-5,
.my-5 {
  margin-bottom: 2.25rem !important;
}

/* line 8104, vendor/assets/stylesheets/v2/css/theme.css */
.ml-5,
.mx-5 {
  margin-left: 2.25rem !important;
}

/* line 8109, vendor/assets/stylesheets/v2/css/theme.css */
.m-6 {
  margin: 4.5rem !important;
}

/* line 8113, vendor/assets/stylesheets/v2/css/theme.css */
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

/* line 8118, vendor/assets/stylesheets/v2/css/theme.css */
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

/* line 8123, vendor/assets/stylesheets/v2/css/theme.css */
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

/* line 8128, vendor/assets/stylesheets/v2/css/theme.css */
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

/* line 8133, vendor/assets/stylesheets/v2/css/theme.css */
.m-7 {
  margin: 6.75rem !important;
}

/* line 8137, vendor/assets/stylesheets/v2/css/theme.css */
.mt-7,
.my-7 {
  margin-top: 6.75rem !important;
}

/* line 8142, vendor/assets/stylesheets/v2/css/theme.css */
.mr-7,
.mx-7 {
  margin-right: 6.75rem !important;
}

/* line 8147, vendor/assets/stylesheets/v2/css/theme.css */
.mb-7,
.my-7 {
  margin-bottom: 6.75rem !important;
}

/* line 8152, vendor/assets/stylesheets/v2/css/theme.css */
.ml-7,
.mx-7 {
  margin-left: 6.75rem !important;
}

/* line 8157, vendor/assets/stylesheets/v2/css/theme.css */
.m-8 {
  margin: 13.5rem !important;
}

/* line 8161, vendor/assets/stylesheets/v2/css/theme.css */
.mt-8,
.my-8 {
  margin-top: 13.5rem !important;
}

/* line 8166, vendor/assets/stylesheets/v2/css/theme.css */
.mr-8,
.mx-8 {
  margin-right: 13.5rem !important;
}

/* line 8171, vendor/assets/stylesheets/v2/css/theme.css */
.mb-8,
.my-8 {
  margin-bottom: 13.5rem !important;
}

/* line 8176, vendor/assets/stylesheets/v2/css/theme.css */
.ml-8,
.mx-8 {
  margin-left: 13.5rem !important;
}

/* line 8181, vendor/assets/stylesheets/v2/css/theme.css */
.p-0 {
  padding: 0 !important;
}

/* line 8185, vendor/assets/stylesheets/v2/css/theme.css */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8190, vendor/assets/stylesheets/v2/css/theme.css */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8195, vendor/assets/stylesheets/v2/css/theme.css */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8200, vendor/assets/stylesheets/v2/css/theme.css */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8205, vendor/assets/stylesheets/v2/css/theme.css */
.p-1 {
  padding: 0.1875rem !important;
}

/* line 8209, vendor/assets/stylesheets/v2/css/theme.css */
.pt-1,
.py-1 {
  padding-top: 0.1875rem !important;
}

/* line 8214, vendor/assets/stylesheets/v2/css/theme.css */
.pr-1,
.px-1 {
  padding-right: 0.1875rem !important;
}

/* line 8219, vendor/assets/stylesheets/v2/css/theme.css */
.pb-1,
.py-1 {
  padding-bottom: 0.1875rem !important;
}

/* line 8224, vendor/assets/stylesheets/v2/css/theme.css */
.pl-1,
.px-1 {
  padding-left: 0.1875rem !important;
}

/* line 8229, vendor/assets/stylesheets/v2/css/theme.css */
.p-2 {
  padding: 0.375rem !important;
}

/* line 8233, vendor/assets/stylesheets/v2/css/theme.css */
.pt-2,
.py-2 {
  padding-top: 0.375rem !important;
}

/* line 8238, vendor/assets/stylesheets/v2/css/theme.css */
.pr-2,
.px-2 {
  padding-right: 0.375rem !important;
}

/* line 8243, vendor/assets/stylesheets/v2/css/theme.css */
.pb-2,
.py-2 {
  padding-bottom: 0.375rem !important;
}

/* line 8248, vendor/assets/stylesheets/v2/css/theme.css */
.pl-2,
.px-2 {
  padding-left: 0.375rem !important;
}

/* line 8253, vendor/assets/stylesheets/v2/css/theme.css */
.p-3 {
  padding: 0.75rem !important;
}

/* line 8257, vendor/assets/stylesheets/v2/css/theme.css */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 8262, vendor/assets/stylesheets/v2/css/theme.css */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 8267, vendor/assets/stylesheets/v2/css/theme.css */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 8272, vendor/assets/stylesheets/v2/css/theme.css */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 8277, vendor/assets/stylesheets/v2/css/theme.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8281, vendor/assets/stylesheets/v2/css/theme.css */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8286, vendor/assets/stylesheets/v2/css/theme.css */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8291, vendor/assets/stylesheets/v2/css/theme.css */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8296, vendor/assets/stylesheets/v2/css/theme.css */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8301, vendor/assets/stylesheets/v2/css/theme.css */
.p-5 {
  padding: 2.25rem !important;
}

/* line 8305, vendor/assets/stylesheets/v2/css/theme.css */
.pt-5,
.py-5 {
  padding-top: 2.25rem !important;
}

/* line 8310, vendor/assets/stylesheets/v2/css/theme.css */
.pr-5,
.px-5 {
  padding-right: 2.25rem !important;
}

/* line 8315, vendor/assets/stylesheets/v2/css/theme.css */
.pb-5,
.py-5 {
  padding-bottom: 2.25rem !important;
}

/* line 8320, vendor/assets/stylesheets/v2/css/theme.css */
.pl-5,
.px-5 {
  padding-left: 2.25rem !important;
}

/* line 8325, vendor/assets/stylesheets/v2/css/theme.css */
.p-6 {
  padding: 4.5rem !important;
}

/* line 8329, vendor/assets/stylesheets/v2/css/theme.css */
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

/* line 8334, vendor/assets/stylesheets/v2/css/theme.css */
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

/* line 8339, vendor/assets/stylesheets/v2/css/theme.css */
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

/* line 8344, vendor/assets/stylesheets/v2/css/theme.css */
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

/* line 8349, vendor/assets/stylesheets/v2/css/theme.css */
.p-7 {
  padding: 6.75rem !important;
}

/* line 8353, vendor/assets/stylesheets/v2/css/theme.css */
.pt-7,
.py-7 {
  padding-top: 6.75rem !important;
}

/* line 8358, vendor/assets/stylesheets/v2/css/theme.css */
.pr-7,
.px-7 {
  padding-right: 6.75rem !important;
}

/* line 8363, vendor/assets/stylesheets/v2/css/theme.css */
.pb-7,
.py-7 {
  padding-bottom: 6.75rem !important;
}

/* line 8368, vendor/assets/stylesheets/v2/css/theme.css */
.pl-7,
.px-7 {
  padding-left: 6.75rem !important;
}

/* line 8373, vendor/assets/stylesheets/v2/css/theme.css */
.p-8 {
  padding: 13.5rem !important;
}

/* line 8377, vendor/assets/stylesheets/v2/css/theme.css */
.pt-8,
.py-8 {
  padding-top: 13.5rem !important;
}

/* line 8382, vendor/assets/stylesheets/v2/css/theme.css */
.pr-8,
.px-8 {
  padding-right: 13.5rem !important;
}

/* line 8387, vendor/assets/stylesheets/v2/css/theme.css */
.pb-8,
.py-8 {
  padding-bottom: 13.5rem !important;
}

/* line 8392, vendor/assets/stylesheets/v2/css/theme.css */
.pl-8,
.px-8 {
  padding-left: 13.5rem !important;
}

/* line 8397, vendor/assets/stylesheets/v2/css/theme.css */
.m-n1 {
  margin: -0.1875rem !important;
}

/* line 8401, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n1,
.my-n1 {
  margin-top: -0.1875rem !important;
}

/* line 8406, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n1,
.mx-n1 {
  margin-right: -0.1875rem !important;
}

/* line 8411, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n1,
.my-n1 {
  margin-bottom: -0.1875rem !important;
}

/* line 8416, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n1,
.mx-n1 {
  margin-left: -0.1875rem !important;
}

/* line 8421, vendor/assets/stylesheets/v2/css/theme.css */
.m-n2 {
  margin: -0.375rem !important;
}

/* line 8425, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n2,
.my-n2 {
  margin-top: -0.375rem !important;
}

/* line 8430, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n2,
.mx-n2 {
  margin-right: -0.375rem !important;
}

/* line 8435, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n2,
.my-n2 {
  margin-bottom: -0.375rem !important;
}

/* line 8440, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n2,
.mx-n2 {
  margin-left: -0.375rem !important;
}

/* line 8445, vendor/assets/stylesheets/v2/css/theme.css */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 8449, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 8454, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 8459, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 8464, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 8469, vendor/assets/stylesheets/v2/css/theme.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8473, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8478, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8483, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8488, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8493, vendor/assets/stylesheets/v2/css/theme.css */
.m-n5 {
  margin: -2.25rem !important;
}

/* line 8497, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n5,
.my-n5 {
  margin-top: -2.25rem !important;
}

/* line 8502, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n5,
.mx-n5 {
  margin-right: -2.25rem !important;
}

/* line 8507, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n5,
.my-n5 {
  margin-bottom: -2.25rem !important;
}

/* line 8512, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n5,
.mx-n5 {
  margin-left: -2.25rem !important;
}

/* line 8517, vendor/assets/stylesheets/v2/css/theme.css */
.m-n6 {
  margin: -4.5rem !important;
}

/* line 8521, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

/* line 8526, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

/* line 8531, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

/* line 8536, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

/* line 8541, vendor/assets/stylesheets/v2/css/theme.css */
.m-n7 {
  margin: -6.75rem !important;
}

/* line 8545, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n7,
.my-n7 {
  margin-top: -6.75rem !important;
}

/* line 8550, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n7,
.mx-n7 {
  margin-right: -6.75rem !important;
}

/* line 8555, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n7,
.my-n7 {
  margin-bottom: -6.75rem !important;
}

/* line 8560, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n7,
.mx-n7 {
  margin-left: -6.75rem !important;
}

/* line 8565, vendor/assets/stylesheets/v2/css/theme.css */
.m-n8 {
  margin: -13.5rem !important;
}

/* line 8569, vendor/assets/stylesheets/v2/css/theme.css */
.mt-n8,
.my-n8 {
  margin-top: -13.5rem !important;
}

/* line 8574, vendor/assets/stylesheets/v2/css/theme.css */
.mr-n8,
.mx-n8 {
  margin-right: -13.5rem !important;
}

/* line 8579, vendor/assets/stylesheets/v2/css/theme.css */
.mb-n8,
.my-n8 {
  margin-bottom: -13.5rem !important;
}

/* line 8584, vendor/assets/stylesheets/v2/css/theme.css */
.ml-n8,
.mx-n8 {
  margin-left: -13.5rem !important;
}

/* line 8589, vendor/assets/stylesheets/v2/css/theme.css */
.m-auto {
  margin: auto !important;
}

/* line 8593, vendor/assets/stylesheets/v2/css/theme.css */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8598, vendor/assets/stylesheets/v2/css/theme.css */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8603, vendor/assets/stylesheets/v2/css/theme.css */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8608, vendor/assets/stylesheets/v2/css/theme.css */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8614, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8617, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8621, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8625, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8629, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8633, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-1 {
    margin: 0.1875rem !important;
  }
  /* line 8636, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 8640, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 8644, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 8648, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 8652, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-2 {
    margin: 0.375rem !important;
  }
  /* line 8655, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.375rem !important;
  }
  /* line 8659, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.375rem !important;
  }
  /* line 8663, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 8667, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.375rem !important;
  }
  /* line 8671, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 8674, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 0.75rem !important;
  }
  /* line 8678, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  /* line 8682, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 8686, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  /* line 8690, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8693, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8697, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8701, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8705, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8709, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-5 {
    margin: 2.25rem !important;
  }
  /* line 8712, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2.25rem !important;
  }
  /* line 8716, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2.25rem !important;
  }
  /* line 8720, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 8724, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2.25rem !important;
  }
  /* line 8728, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  /* line 8731, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 4.5rem !important;
  }
  /* line 8735, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  /* line 8739, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 8743, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  /* line 8747, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-7 {
    margin: 6.75rem !important;
  }
  /* line 8750, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6.75rem !important;
  }
  /* line 8754, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6.75rem !important;
  }
  /* line 8758, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 8762, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6.75rem !important;
  }
  /* line 8766, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-8 {
    margin: 13.5rem !important;
  }
  /* line 8769, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 13.5rem !important;
  }
  /* line 8773, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 13.5rem !important;
  }
  /* line 8777, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 8781, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 13.5rem !important;
  }
  /* line 8785, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8788, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8792, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8796, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8800, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8804, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-1 {
    padding: 0.1875rem !important;
  }
  /* line 8807, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 8811, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 8815, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 8819, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 8823, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-2 {
    padding: 0.375rem !important;
  }
  /* line 8826, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.375rem !important;
  }
  /* line 8830, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.375rem !important;
  }
  /* line 8834, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 8838, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.375rem !important;
  }
  /* line 8842, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 8845, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 0.75rem !important;
  }
  /* line 8849, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 0.75rem !important;
  }
  /* line 8853, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 8857, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 0.75rem !important;
  }
  /* line 8861, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8864, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8868, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8872, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8876, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8880, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-5 {
    padding: 2.25rem !important;
  }
  /* line 8883, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2.25rem !important;
  }
  /* line 8887, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2.25rem !important;
  }
  /* line 8891, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 8895, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2.25rem !important;
  }
  /* line 8899, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  /* line 8902, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 4.5rem !important;
  }
  /* line 8906, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 4.5rem !important;
  }
  /* line 8910, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 8914, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 4.5rem !important;
  }
  /* line 8918, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-7 {
    padding: 6.75rem !important;
  }
  /* line 8921, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6.75rem !important;
  }
  /* line 8925, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6.75rem !important;
  }
  /* line 8929, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 8933, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6.75rem !important;
  }
  /* line 8937, vendor/assets/stylesheets/v2/css/theme.css */
  .p-sm-8 {
    padding: 13.5rem !important;
  }
  /* line 8940, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 13.5rem !important;
  }
  /* line 8944, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 13.5rem !important;
  }
  /* line 8948, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 8952, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 13.5rem !important;
  }
  /* line 8956, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n1 {
    margin: -0.1875rem !important;
  }
  /* line 8959, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 8963, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 8967, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 8971, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 8975, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n2 {
    margin: -0.375rem !important;
  }
  /* line 8978, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 8982, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 8986, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 8990, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 8994, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 8997, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 9001, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 9005, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 9009, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 9013, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 9016, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9020, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9024, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9028, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9032, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n5 {
    margin: -2.25rem !important;
  }
  /* line 9035, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 9039, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 9043, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 9047, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 9051, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  /* line 9054, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9058, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9062, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9066, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9070, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n7 {
    margin: -6.75rem !important;
  }
  /* line 9073, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 9077, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 9081, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 9085, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 9089, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-n8 {
    margin: -13.5rem !important;
  }
  /* line 9092, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 9096, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 9100, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 9104, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 9108, vendor/assets/stylesheets/v2/css/theme.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 9111, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 9115, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 9119, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 9123, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 9130, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 9133, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 9137, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 9141, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 9145, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 9149, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-1 {
    margin: 0.1875rem !important;
  }
  /* line 9152, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 9156, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 9160, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 9164, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 9168, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-2 {
    margin: 0.375rem !important;
  }
  /* line 9171, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.375rem !important;
  }
  /* line 9175, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.375rem !important;
  }
  /* line 9179, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 9183, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.375rem !important;
  }
  /* line 9187, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 9190, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-3,
.my-md-3 {
    margin-top: 0.75rem !important;
  }
  /* line 9194, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-3,
.mx-md-3 {
    margin-right: 0.75rem !important;
  }
  /* line 9198, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 9202, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-3,
.mx-md-3 {
    margin-left: 0.75rem !important;
  }
  /* line 9206, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9209, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9213, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9217, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9221, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9225, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-5 {
    margin: 2.25rem !important;
  }
  /* line 9228, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-5,
.my-md-5 {
    margin-top: 2.25rem !important;
  }
  /* line 9232, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2.25rem !important;
  }
  /* line 9236, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 9240, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2.25rem !important;
  }
  /* line 9244, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-6 {
    margin: 4.5rem !important;
  }
  /* line 9247, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-6,
.my-md-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9251, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-6,
.mx-md-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9255, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9259, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-6,
.mx-md-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9263, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-7 {
    margin: 6.75rem !important;
  }
  /* line 9266, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-7,
.my-md-7 {
    margin-top: 6.75rem !important;
  }
  /* line 9270, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-7,
.mx-md-7 {
    margin-right: 6.75rem !important;
  }
  /* line 9274, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 9278, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-7,
.mx-md-7 {
    margin-left: 6.75rem !important;
  }
  /* line 9282, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-8 {
    margin: 13.5rem !important;
  }
  /* line 9285, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-8,
.my-md-8 {
    margin-top: 13.5rem !important;
  }
  /* line 9289, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-8,
.mx-md-8 {
    margin-right: 13.5rem !important;
  }
  /* line 9293, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 9297, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-8,
.mx-md-8 {
    margin-left: 13.5rem !important;
  }
  /* line 9301, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9304, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9308, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9312, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9316, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9320, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-1 {
    padding: 0.1875rem !important;
  }
  /* line 9323, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 9327, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 9331, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 9335, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 9339, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-2 {
    padding: 0.375rem !important;
  }
  /* line 9342, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.375rem !important;
  }
  /* line 9346, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.375rem !important;
  }
  /* line 9350, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 9354, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.375rem !important;
  }
  /* line 9358, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 9361, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }
  /* line 9365, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }
  /* line 9369, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 9373, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }
  /* line 9377, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9380, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9384, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9388, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9392, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9396, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-5 {
    padding: 2.25rem !important;
  }
  /* line 9399, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-5,
.py-md-5 {
    padding-top: 2.25rem !important;
  }
  /* line 9403, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-5,
.px-md-5 {
    padding-right: 2.25rem !important;
  }
  /* line 9407, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 9411, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-5,
.px-md-5 {
    padding-left: 2.25rem !important;
  }
  /* line 9415, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-6 {
    padding: 4.5rem !important;
  }
  /* line 9418, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-6,
.py-md-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9422, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-6,
.px-md-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9426, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9430, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-6,
.px-md-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9434, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-7 {
    padding: 6.75rem !important;
  }
  /* line 9437, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-7,
.py-md-7 {
    padding-top: 6.75rem !important;
  }
  /* line 9441, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-7,
.px-md-7 {
    padding-right: 6.75rem !important;
  }
  /* line 9445, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 9449, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-7,
.px-md-7 {
    padding-left: 6.75rem !important;
  }
  /* line 9453, vendor/assets/stylesheets/v2/css/theme.css */
  .p-md-8 {
    padding: 13.5rem !important;
  }
  /* line 9456, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-md-8,
.py-md-8 {
    padding-top: 13.5rem !important;
  }
  /* line 9460, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-md-8,
.px-md-8 {
    padding-right: 13.5rem !important;
  }
  /* line 9464, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 9468, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-md-8,
.px-md-8 {
    padding-left: 13.5rem !important;
  }
  /* line 9472, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n1 {
    margin: -0.1875rem !important;
  }
  /* line 9475, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 9479, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 9483, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 9487, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 9491, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n2 {
    margin: -0.375rem !important;
  }
  /* line 9494, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 9498, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 9502, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 9506, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 9510, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 9513, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 9517, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 9521, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 9525, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 9529, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9532, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9536, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9540, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9544, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9548, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n5 {
    margin: -2.25rem !important;
  }
  /* line 9551, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 9555, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 9559, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 9563, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 9567, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  /* line 9570, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 9574, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 9578, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 9582, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 9586, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n7 {
    margin: -6.75rem !important;
  }
  /* line 9589, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 9593, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 9597, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 9601, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 9605, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-n8 {
    margin: -13.5rem !important;
  }
  /* line 9608, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 9612, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 9616, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 9620, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 9624, vendor/assets/stylesheets/v2/css/theme.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9627, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9631, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9635, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9639, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9646, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9649, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9653, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9657, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9661, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9665, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-1 {
    margin: 0.1875rem !important;
  }
  /* line 9668, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 9672, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 9676, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 9680, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 9684, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-2 {
    margin: 0.375rem !important;
  }
  /* line 9687, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.375rem !important;
  }
  /* line 9691, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.375rem !important;
  }
  /* line 9695, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 9699, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.375rem !important;
  }
  /* line 9703, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 9706, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }
  /* line 9710, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  /* line 9714, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 9718, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  /* line 9722, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9725, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9729, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9733, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9737, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9741, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-5 {
    margin: 2.25rem !important;
  }
  /* line 9744, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2.25rem !important;
  }
  /* line 9748, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2.25rem !important;
  }
  /* line 9752, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 9756, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2.25rem !important;
  }
  /* line 9760, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  /* line 9763, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 4.5rem !important;
  }
  /* line 9767, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  /* line 9771, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 9775, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  /* line 9779, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-7 {
    margin: 6.75rem !important;
  }
  /* line 9782, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6.75rem !important;
  }
  /* line 9786, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6.75rem !important;
  }
  /* line 9790, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 9794, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6.75rem !important;
  }
  /* line 9798, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-8 {
    margin: 13.5rem !important;
  }
  /* line 9801, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 13.5rem !important;
  }
  /* line 9805, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 13.5rem !important;
  }
  /* line 9809, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 9813, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 13.5rem !important;
  }
  /* line 9817, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9820, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9824, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9828, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9832, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9836, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-1 {
    padding: 0.1875rem !important;
  }
  /* line 9839, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 9843, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 9847, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 9851, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 9855, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-2 {
    padding: 0.375rem !important;
  }
  /* line 9858, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.375rem !important;
  }
  /* line 9862, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.375rem !important;
  }
  /* line 9866, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 9870, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.375rem !important;
  }
  /* line 9874, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 9877, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }
  /* line 9881, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }
  /* line 9885, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 9889, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }
  /* line 9893, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9896, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9900, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9904, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9908, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9912, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-5 {
    padding: 2.25rem !important;
  }
  /* line 9915, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2.25rem !important;
  }
  /* line 9919, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2.25rem !important;
  }
  /* line 9923, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 9927, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2.25rem !important;
  }
  /* line 9931, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  /* line 9934, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 4.5rem !important;
  }
  /* line 9938, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 4.5rem !important;
  }
  /* line 9942, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 9946, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 4.5rem !important;
  }
  /* line 9950, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-7 {
    padding: 6.75rem !important;
  }
  /* line 9953, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6.75rem !important;
  }
  /* line 9957, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6.75rem !important;
  }
  /* line 9961, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 9965, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6.75rem !important;
  }
  /* line 9969, vendor/assets/stylesheets/v2/css/theme.css */
  .p-lg-8 {
    padding: 13.5rem !important;
  }
  /* line 9972, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 13.5rem !important;
  }
  /* line 9976, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 13.5rem !important;
  }
  /* line 9980, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 9984, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 13.5rem !important;
  }
  /* line 9988, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n1 {
    margin: -0.1875rem !important;
  }
  /* line 9991, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 9995, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 9999, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 10003, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 10007, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n2 {
    margin: -0.375rem !important;
  }
  /* line 10010, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 10014, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 10018, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 10022, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 10026, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 10029, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 10033, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 10037, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 10041, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 10045, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 10048, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10052, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10056, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10060, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10064, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n5 {
    margin: -2.25rem !important;
  }
  /* line 10067, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 10071, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 10075, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 10079, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 10083, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  /* line 10086, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 10090, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10094, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10098, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10102, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n7 {
    margin: -6.75rem !important;
  }
  /* line 10105, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 10109, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 10113, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 10117, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 10121, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-n8 {
    margin: -13.5rem !important;
  }
  /* line 10124, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 10128, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 10132, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 10136, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 10140, vendor/assets/stylesheets/v2/css/theme.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 10143, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 10147, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 10151, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 10155, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 10162, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 10165, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 10169, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 10173, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 10177, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 10181, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-1 {
    margin: 0.1875rem !important;
  }
  /* line 10184, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.1875rem !important;
  }
  /* line 10188, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.1875rem !important;
  }
  /* line 10192, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.1875rem !important;
  }
  /* line 10196, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.1875rem !important;
  }
  /* line 10200, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-2 {
    margin: 0.375rem !important;
  }
  /* line 10203, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.375rem !important;
  }
  /* line 10207, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.375rem !important;
  }
  /* line 10211, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.375rem !important;
  }
  /* line 10215, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.375rem !important;
  }
  /* line 10219, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 10222, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }
  /* line 10226, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  /* line 10230, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  /* line 10234, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  /* line 10238, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 10241, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 10245, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 10249, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 10253, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 10257, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-5 {
    margin: 2.25rem !important;
  }
  /* line 10260, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2.25rem !important;
  }
  /* line 10264, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2.25rem !important;
  }
  /* line 10268, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2.25rem !important;
  }
  /* line 10272, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2.25rem !important;
  }
  /* line 10276, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  /* line 10279, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 4.5rem !important;
  }
  /* line 10283, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  /* line 10287, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  /* line 10291, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  /* line 10295, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-7 {
    margin: 6.75rem !important;
  }
  /* line 10298, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6.75rem !important;
  }
  /* line 10302, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6.75rem !important;
  }
  /* line 10306, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6.75rem !important;
  }
  /* line 10310, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6.75rem !important;
  }
  /* line 10314, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-8 {
    margin: 13.5rem !important;
  }
  /* line 10317, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 13.5rem !important;
  }
  /* line 10321, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 13.5rem !important;
  }
  /* line 10325, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 13.5rem !important;
  }
  /* line 10329, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 13.5rem !important;
  }
  /* line 10333, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 10336, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 10340, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 10344, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 10348, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 10352, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-1 {
    padding: 0.1875rem !important;
  }
  /* line 10355, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.1875rem !important;
  }
  /* line 10359, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.1875rem !important;
  }
  /* line 10363, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.1875rem !important;
  }
  /* line 10367, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.1875rem !important;
  }
  /* line 10371, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-2 {
    padding: 0.375rem !important;
  }
  /* line 10374, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.375rem !important;
  }
  /* line 10378, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.375rem !important;
  }
  /* line 10382, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.375rem !important;
  }
  /* line 10386, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.375rem !important;
  }
  /* line 10390, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 10393, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }
  /* line 10397, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }
  /* line 10401, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  /* line 10405, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }
  /* line 10409, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 10412, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 10416, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 10420, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 10424, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 10428, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-5 {
    padding: 2.25rem !important;
  }
  /* line 10431, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2.25rem !important;
  }
  /* line 10435, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2.25rem !important;
  }
  /* line 10439, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2.25rem !important;
  }
  /* line 10443, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2.25rem !important;
  }
  /* line 10447, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  /* line 10450, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 4.5rem !important;
  }
  /* line 10454, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 4.5rem !important;
  }
  /* line 10458, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  /* line 10462, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 4.5rem !important;
  }
  /* line 10466, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-7 {
    padding: 6.75rem !important;
  }
  /* line 10469, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6.75rem !important;
  }
  /* line 10473, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6.75rem !important;
  }
  /* line 10477, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6.75rem !important;
  }
  /* line 10481, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6.75rem !important;
  }
  /* line 10485, vendor/assets/stylesheets/v2/css/theme.css */
  .p-xl-8 {
    padding: 13.5rem !important;
  }
  /* line 10488, vendor/assets/stylesheets/v2/css/theme.css */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 13.5rem !important;
  }
  /* line 10492, vendor/assets/stylesheets/v2/css/theme.css */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 13.5rem !important;
  }
  /* line 10496, vendor/assets/stylesheets/v2/css/theme.css */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 13.5rem !important;
  }
  /* line 10500, vendor/assets/stylesheets/v2/css/theme.css */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 13.5rem !important;
  }
  /* line 10504, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n1 {
    margin: -0.1875rem !important;
  }
  /* line 10507, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.1875rem !important;
  }
  /* line 10511, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.1875rem !important;
  }
  /* line 10515, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.1875rem !important;
  }
  /* line 10519, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.1875rem !important;
  }
  /* line 10523, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n2 {
    margin: -0.375rem !important;
  }
  /* line 10526, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.375rem !important;
  }
  /* line 10530, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.375rem !important;
  }
  /* line 10534, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.375rem !important;
  }
  /* line 10538, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.375rem !important;
  }
  /* line 10542, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 10545, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  /* line 10549, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  /* line 10553, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  /* line 10557, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  /* line 10561, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10564, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10568, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10572, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10576, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10580, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n5 {
    margin: -2.25rem !important;
  }
  /* line 10583, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2.25rem !important;
  }
  /* line 10587, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2.25rem !important;
  }
  /* line 10591, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2.25rem !important;
  }
  /* line 10595, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2.25rem !important;
  }
  /* line 10599, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  /* line 10602, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  /* line 10606, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  /* line 10610, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  /* line 10614, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  /* line 10618, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n7 {
    margin: -6.75rem !important;
  }
  /* line 10621, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6.75rem !important;
  }
  /* line 10625, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6.75rem !important;
  }
  /* line 10629, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6.75rem !important;
  }
  /* line 10633, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6.75rem !important;
  }
  /* line 10637, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-n8 {
    margin: -13.5rem !important;
  }
  /* line 10640, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -13.5rem !important;
  }
  /* line 10644, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -13.5rem !important;
  }
  /* line 10648, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -13.5rem !important;
  }
  /* line 10652, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -13.5rem !important;
  }
  /* line 10656, vendor/assets/stylesheets/v2/css/theme.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10659, vendor/assets/stylesheets/v2/css/theme.css */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 10663, vendor/assets/stylesheets/v2/css/theme.css */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 10667, vendor/assets/stylesheets/v2/css/theme.css */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10671, vendor/assets/stylesheets/v2/css/theme.css */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 10677, vendor/assets/stylesheets/v2/css/theme.css */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

/* line 10682, vendor/assets/stylesheets/v2/css/theme.css */
.text-justify {
  text-align: justify !important;
}

/* line 10686, vendor/assets/stylesheets/v2/css/theme.css */
.text-wrap {
  white-space: normal !important;
}

/* line 10690, vendor/assets/stylesheets/v2/css/theme.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10694, vendor/assets/stylesheets/v2/css/theme.css */
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 10701, vendor/assets/stylesheets/v2/css/theme.css */
.text-left {
  text-align: left !important;
}

/* line 10705, vendor/assets/stylesheets/v2/css/theme.css */
.text-right {
  text-align: right !important;
}

/* line 10709, vendor/assets/stylesheets/v2/css/theme.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10714, vendor/assets/stylesheets/v2/css/theme.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10717, vendor/assets/stylesheets/v2/css/theme.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10720, vendor/assets/stylesheets/v2/css/theme.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10726, vendor/assets/stylesheets/v2/css/theme.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10729, vendor/assets/stylesheets/v2/css/theme.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10732, vendor/assets/stylesheets/v2/css/theme.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10738, vendor/assets/stylesheets/v2/css/theme.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10741, vendor/assets/stylesheets/v2/css/theme.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10744, vendor/assets/stylesheets/v2/css/theme.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10750, vendor/assets/stylesheets/v2/css/theme.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10753, vendor/assets/stylesheets/v2/css/theme.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10756, vendor/assets/stylesheets/v2/css/theme.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10761, vendor/assets/stylesheets/v2/css/theme.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10765, vendor/assets/stylesheets/v2/css/theme.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10769, vendor/assets/stylesheets/v2/css/theme.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10773, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-light {
  font-weight: 400 !important;
}

/* line 10777, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10781, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10785, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 10789, vendor/assets/stylesheets/v2/css/theme.css */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10793, vendor/assets/stylesheets/v2/css/theme.css */
.font-italic {
  font-style: italic !important;
}

/* line 10797, vendor/assets/stylesheets/v2/css/theme.css */
.text-white {
  color: #fff !important;
}

/* line 10801, vendor/assets/stylesheets/v2/css/theme.css */
.text-primary {
  color: #1356ae !important;
}

/* line 10805, vendor/assets/stylesheets/v2/css/theme.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #1657af !important;
}

/* line 10810, vendor/assets/stylesheets/v2/css/theme.css */
.text-secondary {
  color: #6e84a3 !important;
}

/* line 10814, vendor/assets/stylesheets/v2/css/theme.css */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4c5f78 !important;
}

/* line 10819, vendor/assets/stylesheets/v2/css/theme.css */
.text-primary-dark {
  color: #0055b3 !important;
}

/* line 10823, vendor/assets/stylesheets/v2/css/theme.css */
a.text-primary-dark:hover,
a.text-primary-dark:focus {
  color: #4c5f78 !important;
}

/* line 10828, vendor/assets/stylesheets/v2/css/theme.css */
.text-success {
  color: #00d97e !important;
}

/* line 10832, vendor/assets/stylesheets/v2/css/theme.css */
a.text-success:hover,
a.text-success:focus {
  color: #008d52 !important;
}

/* line 10837, vendor/assets/stylesheets/v2/css/theme.css */
.text-info {
  color: #5dd3da !important;
}

/* line 10841, vendor/assets/stylesheets/v2/css/theme.css */
a.text-info:hover,
a.text-info:focus {
  color: #247f9a !important;
}

/* line 10846, vendor/assets/stylesheets/v2/css/theme.css */
.text-warning {
  color: #f6c343 !important;
}

/* line 10850, vendor/assets/stylesheets/v2/css/theme.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #e2a40b !important;
}

/* line 10855, vendor/assets/stylesheets/v2/css/theme.css */
.text-danger {
  color: #a91313 !important;
}

/* line 10859, vendor/assets/stylesheets/v2/css/theme.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #b91735 !important;
}

/* line 10864, vendor/assets/stylesheets/v2/css/theme.css */
.text-light {
  color: #edf2f9 !important;
}

/* line 10868, vendor/assets/stylesheets/v2/css/theme.css */
a.text-light:hover,
a.text-light:focus {
  color: #b4c9e6 !important;
}

/* line 10873, vendor/assets/stylesheets/v2/css/theme.css */
.text-dark {
  color: #12263f !important;
}

/* line 10877, vendor/assets/stylesheets/v2/css/theme.css */
a.text-dark:hover,
a.text-dark:focus {
  color: #010204 !important;
}

/* line 10882, vendor/assets/stylesheets/v2/css/theme.css */
.text-white {
  color: #fff !important;
}

/* line 10886, vendor/assets/stylesheets/v2/css/theme.css */
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

/* line 10891, vendor/assets/stylesheets/v2/css/theme.css */
.text-body {
  color: #12263f !important;
}

/* line 10895, vendor/assets/stylesheets/v2/css/theme.css */
.text-black-50 {
  color: rgba(18, 38, 63, 0.5) !important;
}

/* line 10899, vendor/assets/stylesheets/v2/css/theme.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10903, vendor/assets/stylesheets/v2/css/theme.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

/* line 10912, vendor/assets/stylesheets/v2/css/theme.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10916, vendor/assets/stylesheets/v2/css/theme.css */
.text-reset {
  color: inherit !important;
}

/* line 10920, vendor/assets/stylesheets/v2/css/theme.css */
.visible {
  visibility: visible !important;
}

/* line 10924, vendor/assets/stylesheets/v2/css/theme.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10929, vendor/assets/stylesheets/v2/css/theme.css */
  *,
*::before,
*::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 10935, vendor/assets/stylesheets/v2/css/theme.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10938, vendor/assets/stylesheets/v2/css/theme.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10941, vendor/assets/stylesheets/v2/css/theme.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10944, vendor/assets/stylesheets/v2/css/theme.css */
  pre,
blockquote {
    border: 1px solid #b1c2d9;
    page-break-inside: avoid;
  }
  /* line 10950, vendor/assets/stylesheets/v2/css/theme.css */
  thead {
    display: table-header-group;
  }
  /* line 10953, vendor/assets/stylesheets/v2/css/theme.css */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10957, vendor/assets/stylesheets/v2/css/theme.css */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10963, vendor/assets/stylesheets/v2/css/theme.css */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10970, vendor/assets/stylesheets/v2/css/theme.css */
  body {
    min-width: 992px !important;
  }
  /* line 10973, vendor/assets/stylesheets/v2/css/theme.css */
  .container {
    min-width: 992px !important;
  }
  /* line 10976, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar {
    display: none;
  }
  /* line 10979, vendor/assets/stylesheets/v2/css/theme.css */
  .badge {
    border: 1px solid #12263f;
  }
  /* line 10982, vendor/assets/stylesheets/v2/css/theme.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10985, vendor/assets/stylesheets/v2/css/theme.css */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10989, vendor/assets/stylesheets/v2/css/theme.css */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #e3ebf6 !important;
  }
  /* line 10993, vendor/assets/stylesheets/v2/css/theme.css */
  .table-dark {
    color: inherit;
  }
  /* line 10996, vendor/assets/stylesheets/v2/css/theme.css */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #edf2f9;
  }
  /* line 11002, vendor/assets/stylesheets/v2/css/theme.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #edf2f9;
  }
}

/* line 11008, vendor/assets/stylesheets/v2/css/theme.css */
.alert-link {
  text-decoration: underline;
}

/* line 11012, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 11017, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary hr {
  border-top-color: #1b6edc;
}

/* line 11020, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary .alert-link {
  color: #e6e6e6;
}

/* line 11023, vendor/assets/stylesheets/v2/css/theme.css */
.alert-primary .close,
.alert-primary .alert-link {
  color: #fff;
}

/* line 11028, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary {
  color: #fff;
  border-color: #6e84a3;
  background-color: #6e84a3;
}

/* line 11033, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary hr {
  border-top-color: #607797;
}

/* line 11036, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary .alert-link {
  color: #e6e6e6;
}

/* line 11039, vendor/assets/stylesheets/v2/css/theme.css */
.alert-secondary .close,
.alert-secondary .alert-link {
  color: #fff;
}

/* line 11044, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success {
  color: #fff;
  border-color: #00d97e;
  background-color: #00d97e;
}

/* line 11049, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success hr {
  border-top-color: #00c06f;
}

/* line 11052, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success .alert-link {
  color: #e6e6e6;
}

/* line 11055, vendor/assets/stylesheets/v2/css/theme.css */
.alert-success .close,
.alert-success .alert-link {
  color: #fff;
}

/* line 11060, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info {
  color: #fff;
  border-color: #5dd3da;
  background-color: #5dd3da;
}

/* line 11065, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info hr {
  border-top-color: #2da2c3;
}

/* line 11068, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info .alert-link {
  color: #e6e6e6;
}

/* line 11071, vendor/assets/stylesheets/v2/css/theme.css */
.alert-info .close,
.alert-info .alert-link {
  color: #fff;
}

/* line 11076, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning {
  color: #283e59;
  border-color: #f6c343;
  background-color: #f6c343;
}

/* line 11081, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning hr {
  border-top-color: #f5bb2b;
}

/* line 11084, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning .alert-link {
  color: #182536;
}

/* line 11087, vendor/assets/stylesheets/v2/css/theme.css */
.alert-warning .close,
.alert-warning .alert-link {
  color: #283e59;
}

/* line 11092, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger {
  color: #fff;
  border-color: #e63757;
  background-color: #e63757;
}

/* line 11097, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger hr {
  border-top-color: #e32044;
}

/* line 11100, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger .alert-link {
  color: #e6e6e6;
}

/* line 11103, vendor/assets/stylesheets/v2/css/theme.css */
.alert-danger .close,
.alert-danger .alert-link {
  color: #fff;
}

/* line 11108, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light {
  color: #283e59;
  border-color: #edf2f9;
  background-color: #edf2f9;
}

/* line 11113, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light hr {
  border-top-color: #dae4f3;
}

/* line 11116, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light .alert-link {
  color: #182536;
}

/* line 11119, vendor/assets/stylesheets/v2/css/theme.css */
.alert-light .close,
.alert-light .alert-link {
  color: #283e59;
}

/* line 11124, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark {
  color: #fff;
  border-color: #12263f;
  background-color: #12263f;
}

/* line 11129, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark hr {
  border-top-color: #0c1a2b;
}

/* line 11132, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark .alert-link {
  color: #e6e6e6;
}

/* line 11135, vendor/assets/stylesheets/v2/css/theme.css */
.alert-dark .close,
.alert-dark .alert-link {
  color: #fff;
}

/* line 11140, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white {
  color: #283e59;
  border-color: white;
  background-color: white;
}

/* line 11145, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 11148, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white .alert-link {
  color: #182536;
}

/* line 11151, vendor/assets/stylesheets/v2/css/theme.css */
.alert-white .close,
.alert-white .alert-link {
  color: #283e59;
}

/* line 11156, vendor/assets/stylesheets/v2/css/theme.css */
.badge {
  vertical-align: middle;
}

/* line 11160, vendor/assets/stylesheets/v2/css/theme.css */
.btn .badge {
  top: -2px;
}

/* line 11164, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-primary {
  color: #1356ae;
  background-color: #d5e5fa;
}

/* line 11168, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-primary[href]:hover,
.badge-soft-primary[href]:focus {
  text-decoration: none;
  color: #1356ae;
  background-color: #bed7f7;
}

/* line 11176, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-secondary {
  color: #3b506c;
  background-color: #e2e6ed;
}

/* line 11180, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-secondary[href]:hover,
.badge-soft-secondary[href]:focus {
  text-decoration: none;
  color: #3b506c;
  background-color: #d2d8e3;
}

/* line 11188, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-success {
  color: #00d97e;
  background-color: #ccf7e5;
}

/* line 11192, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-success[href]:hover,
.badge-soft-success[href]:focus {
  text-decoration: none;
  color: #00d97e;
  background-color: #b6f4da;
}

/* line 11200, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-info {
  color: #5dd3da;
  background-color: #d7eff6;
}

/* line 11204, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-info[href]:hover,
.badge-soft-info[href]:focus {
  text-decoration: none;
  color: #5dd3da;
  background-color: #c2e7f1;
}

/* line 11212, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-warning {
  color: #f6c343;
  background-color: #fdf3d9;
}

/* line 11216, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-warning[href]:hover,
.badge-soft-warning[href]:focus {
  text-decoration: none;
  color: #f6c343;
  background-color: #fcebc1;
}

/* line 11224, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-danger {
  color: #e63757;
  background-color: #fad7dd;
}

/* line 11228, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-danger[href]:hover,
.badge-soft-danger[href]:focus {
  text-decoration: none;
  color: #e63757;
  background-color: #f7c0ca;
}

/* line 11236, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-light {
  color: #edf2f9;
  background-color: #fbfcfe;
}

/* line 11240, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-light[href]:hover,
.badge-soft-light[href]:focus {
  text-decoration: none;
  color: #edf2f9;
  background-color: #e7edf9;
}

/* line 11248, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-dark {
  color: #12263f;
  background-color: #d0d4d9;
}

/* line 11252, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-dark[href]:hover,
.badge-soft-dark[href]:focus {
  text-decoration: none;
  color: #12263f;
  background-color: #c2c7ce;
}

/* line 11260, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-white {
  color: #fff;
  background-color: white;
}

/* line 11264, vendor/assets/stylesheets/v2/css/theme.css */
.badge-soft-white[href]:hover,
.badge-soft-white[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f2f2f2;
}

/* line 11272, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-item + .breadcrumb-item::before {
  width: 0.3rem;
  height: 0.6rem;
  margin-right: 0.5rem;
  background: #d2ddec;
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* line 11287, vendor/assets/stylesheets/v2/css/theme.css */
.breadcrumb-sm {
  font-size: 0.8125rem;
}

/* line 11291, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white {
  border-color: #e3ebf6;
}

/* line 11294, vendor/assets/stylesheets/v2/css/theme.css */
.btn-white:hover,
.btn-white:focus {
  border-color: #d2ddec;
  background-color: #f9fbfd;
}

/* line 11300, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
.btn-group-toggle .btn-white.active:not(:disabled):not(.disabled) {
  color: #1356ae;
  border-color: #1356ae;
  background-color: #fff;
}

/* line 11307, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group-toggle .btn-white:focus,
.btn-group-toggle .btn-white.focus {
  box-shadow: none;
}

/* line 11312, vendor/assets/stylesheets/v2/css/theme.css */
.btn-outline-secondary:not(:hover):not([aria-expanded='true']):not(
[aria-pressed='true']
) {
  border-color: #d2ddec;
}

/* line 11318, vendor/assets/stylesheets/v2/css/theme.css */
.btn-rounded-circle {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
  padding-right: 0;
  padding-left: 0;
  border-radius: 50%;
}

/* line 11326, vendor/assets/stylesheets/v2/css/theme.css */
.btn-rounded-circle.btn-lg,
.btn-group-lg > .btn-rounded-circle.btn {
  width: calc(1em * 1.5 + 1rem + 1px * 2);
}

/* line 11331, vendor/assets/stylesheets/v2/css/theme.css */
.btn-rounded-circle.btn-sm,
.btn-group-sm > .btn-rounded-circle.btn {
  width: calc(1em * 1.75 + 0.25rem + 1px * 2);
}

/* line 11336, vendor/assets/stylesheets/v2/css/theme.css */
.btn-group .btn + .btn {
  margin-left: 0;
}

/* line 11340, vendor/assets/stylesheets/v2/css/theme.css */
.card {
  margin-bottom: 1.5rem;
  border-color: #edf2f9;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

/* line 11347, vendor/assets/stylesheets/v2/css/theme.css */
.card-header {
  display: flex;
  flex-direction: row;
  min-height: 3.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  flex-grow: 1;
  align-items: center;
}

/* line 11358, vendor/assets/stylesheets/v2/css/theme.css */
.card-header > * {
  flex: 1;
}

/* line 11362, vendor/assets/stylesheets/v2/css/theme.css */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 11366, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-title {
  margin-bottom: 0;
}

/* line 11370, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-tabs {
  margin-top: -0.5rem;
  margin-right: 0;
  margin-bottom: -0.5rem;
  margin-left: 0;
}

/* line 11377, vendor/assets/stylesheets/v2/css/theme.css */
.card-header-tabs .nav-link {
  padding-top: calc((3.75rem - 1em * 1.5) / 2) !important;
  padding-bottom: calc((3.75rem - 1em * 1.5) / 2) !important;
}

/* line 11382, vendor/assets/stylesheets/v2/css/theme.css */
.card-table {
  margin-bottom: 0;
}

/* line 11385, vendor/assets/stylesheets/v2/css/theme.css */
.card-table thead th {
  border-top-width: 0;
}

/* line 11388, vendor/assets/stylesheets/v2/css/theme.css */
.card-table thead th:first-child,
.card-table tbody td:first-child {
  padding-left: 1.5rem !important;
}

/* line 11392, vendor/assets/stylesheets/v2/css/theme.css */
.card-table thead th:last-child,
.card-table tbody td:last-child {
  padding-right: 1.5rem !important;
}

/* line 11397, vendor/assets/stylesheets/v2/css/theme.css */
.card
> .table-responsive:first-child
> .card-table
> thead:first-child
> tr:first-child
> th:first-child,
.card
> .table-responsive:first-child
> .card-table
> thead:first-child
> tr:first-child
> td:first-child,
.card
> .table-responsive:first-child
> .card-table
> tbody:first-child
> tr:first-child
> th:first-child,
.card
> .table-responsive:first-child
> .card-table
> tbody:first-child
> tr:first-child
> td:first-child,
.card
> .table-responsive:first-child
> .card-table
> tfoot:first-child
> tr:first-child
> th:first-child,
.card
> .table-responsive:first-child
> .card-table
> tfoot:first-child
> tr:first-child
> td:first-child,
.card
> .card-table:first-child
> thead:first-child
> tr:first-child
> th:first-child,
.card
> .card-table:first-child
> thead:first-child
> tr:first-child
> td:first-child,
.card
> .card-table:first-child
> tbody:first-child
> tr:first-child
> th:first-child,
.card
> .card-table:first-child
> tbody:first-child
> tr:first-child
> td:first-child,
.card
> .card-table:first-child
> tfoot:first-child
> tr:first-child
> th:first-child,
.card
> .card-table:first-child
> tfoot:first-child
> tr:first-child
> td:first-child {
  border-top-left-radius: 0.5rem;
}

/* line 11466, vendor/assets/stylesheets/v2/css/theme.css */
.card
> .table-responsive:first-child
> .card-table
> thead:first-child
> tr:first-child
> th:last-child,
.card
> .table-responsive:first-child
> .card-table
> thead:first-child
> tr:first-child
> td:last-child,
.card
> .table-responsive:first-child
> .card-table
> tbody:first-child
> tr:first-child
> th:last-child,
.card
> .table-responsive:first-child
> .card-table
> tbody:first-child
> tr:first-child
> td:last-child,
.card
> .table-responsive:first-child
> .card-table
> tfoot:first-child
> tr:first-child
> th:last-child,
.card
> .table-responsive:first-child
> .card-table
> tfoot:first-child
> tr:first-child
> td:last-child,
.card
> .card-table:first-child
> thead:first-child
> tr:first-child
> th:last-child,
.card
> .card-table:first-child
> thead:first-child
> tr:first-child
> td:last-child,
.card
> .card-table:first-child
> tbody:first-child
> tr:first-child
> th:last-child,
.card
> .card-table:first-child
> tbody:first-child
> tr:first-child
> td:last-child,
.card
> .card-table:first-child
> tfoot:first-child
> tr:first-child
> th:last-child,
.card
> .card-table:first-child
> tfoot:first-child
> tr:first-child
> td:last-child {
  border-top-right-radius: 0.5rem;
}

/* line 11535, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar {
  display: block !important;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

/* line 11543, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top {
  margin-top: -3rem;
}

/* line 11547, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-xs {
  margin-top: -2.3125rem;
}

/* line 11551, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-sm {
  margin-top: -2.75rem;
}

/* line 11555, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-lg {
  margin-top: -3.5rem;
}

/* line 11559, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-xl {
  margin-top: -4.0625rem;
}

/* line 11563, vendor/assets/stylesheets/v2/css/theme.css */
.card-avatar-top.avatar-xxl {
  margin-top: -5.5rem;
}

/* line 11567, vendor/assets/stylesheets/v2/css/theme.css */
.card-dropdown {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

/* line 11573, vendor/assets/stylesheets/v2/css/theme.css */
.card-inactive {
  border-style: dashed;
  border-color: #e3ebf6;
  background-color: transparent;
  box-shadow: none;
}

/* line 11580, vendor/assets/stylesheets/v2/css/theme.css */
.highlight {
  padding: 0;
}

/* line 11584, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch {
  min-height: 1.5rem;
}

/* line 11587, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::before {
  top: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
}

/* line 11594, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-label::after {
  top: 0.1875rem;
  left: -3.3125rem !important;
  background-color: #fff;
}

/* line 11600, vendor/assets/stylesheets/v2/css/theme.css */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
  background-color: #fff;
}

/* line 11606, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-toggle:after {
  font-family: 'Feather';
  width: auto;
  height: auto;
  content: '\e92e';
  vertical-align: middle;
  border: none !important;
}

/* line 11618, vendor/assets/stylesheets/v2/css/theme.css */
.dropup > .dropdown-toggle:after {
  content: '\e931';
}

/* line 11622, vendor/assets/stylesheets/v2/css/theme.css */
.dropright > .dropdown-toggle:after {
  content: '\e930';
}

/* line 11626, vendor/assets/stylesheets/v2/css/theme.css */
.dropleft > .dropdown-toggle:after {
  content: '\e92f';
}

/* line 11630, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

/* line 11636, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu {
  animation: dropdownMenu 0.15s;
}

@keyframes dropdownMenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 11649, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-ellipses {
  font-size: 1.3rem;
  color: #6e84a3;
}

/* line 11654, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-ellipses::after {
  display: none;
}

/* line 11658, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-card {
  min-width: 350px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: rgba(18, 38, 63, 0.1);
  background-color: #fff;
}

/* line 11666, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-card .card-header {
  min-height: 3.125rem;
}

/* line 11669, vendor/assets/stylesheets/v2/css/theme.css */
.dropdown-menu-card .card-body {
  overflow-y: auto;
  max-height: 350px;
}

/* line 11675, vendor/assets/stylesheets/v2/css/theme.css */
.form-text {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 11680, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 11686, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-flush:focus {
  background-color: transparent;
}

/* line 11690, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-rounded {
  border-radius: 20rem;
}

/* line 11694, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control {
  border-radius: 0.375rem;
}

/* line 11697, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control:focus {
  box-shadow: none;
}

/* line 11700, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge
> .form-control:focus
~ [class*='input-group']
> .input-group-text {
  border-color: #1356ae;
}

/* line 11707, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge
> .form-control.is-valid
~ [class*='input-group']
> .input-group-text {
  border-color: #00d97e;
}

/* line 11714, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge
> .form-control.is-invalid
~ [class*='input-group']
> .input-group-text {
  border-color: #e63757;
}

/* line 11721, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control-prepended {
  padding-left: 0.375rem;
  border-left-width: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 11729, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .form-control-appended {
  padding-right: 0.375rem;
  border-right-width: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 11737, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .input-group-prepend {
  order: -1;
}

/* line 11740, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-right-width: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

/* line 11750, vendor/assets/stylesheets/v2/css/theme.css */
.input-group.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-left-width: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* line 11760, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .form-control {
  border-radius: 0.5rem;
}

/* line 11764, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .form-control-prepended {
  padding-left: 0.5rem;
}

/* line 11768, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .form-control-appended {
  padding-right: 0.5rem;
}

/* line 11772, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 11779, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-lg.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* line 11786, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .form-control {
  border-radius: 0.25rem;
}

/* line 11790, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .form-control-prepended {
  padding-left: 0.25rem;
}

/* line 11794, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .form-control-appended {
  padding-right: 0.25rem;
}

/* line 11798, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .input-group-prepend > .input-group-text {
  padding-right: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 11805, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-sm.input-group-merge > .input-group-append > .input-group-text {
  padding-left: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 11812, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-rounded.input-group-merge > .form-control {
  border-radius: 20rem;
}

/* line 11816, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-rounded.input-group-merge
> .input-group-prepend
> .input-group-text {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
}

/* line 11823, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-rounded.input-group-merge
> .input-group-append
> .input-group-text {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

/* line 11830, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 11837, vendor/assets/stylesheets/v2/css/theme.css */
.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

/* line 11845, vendor/assets/stylesheets/v2/css/theme.css */
.jumbotron {
  padding: 1rem;
}

@media (min-width: 576px) {
  /* line 11849, vendor/assets/stylesheets/v2/css/theme.css */
  .jumbotron {
    padding: 2rem;
  }
}

/* line 11854, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary {
  color: #fff;
  background-color: #1356ae;
}

/* line 11858, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #fff;
  background-color: #1b6edc;
}

/* line 11863, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 11869, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary {
  color: #fff;
  background-color: #6e84a3;
}

/* line 11873, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #fff;
  background-color: #607797;
}

/* line 11878, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 11884, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success {
  color: #fff;
  background-color: #00d97e;
}

/* line 11888, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #fff;
  background-color: #00c06f;
}

/* line 11893, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 11899, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info {
  color: #fff;
  background-color: #5dd3da;
}

/* line 11903, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #fff;
  background-color: #2da2c3;
}

/* line 11908, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 11914, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning {
  color: #283e59;
  background-color: #f6c343;
}

/* line 11918, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #283e59;
  background-color: #f5bb2b;
}

/* line 11923, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #283e59;
  background-color: #283e59;
}

/* line 11929, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger {
  color: #fff;
  background-color: #e63757;
}

/* line 11933, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #fff;
  background-color: #e32044;
}

/* line 11938, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 11944, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light {
  color: #283e59;
  background-color: #edf2f9;
}

/* line 11948, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #283e59;
  background-color: #dae4f3;
}

/* line 11953, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #283e59;
  background-color: #283e59;
}

/* line 11959, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark {
  color: #fff;
  background-color: #12263f;
}

/* line 11963, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #fff;
  background-color: #0c1a2b;
}

/* line 11968, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}

/* line 11974, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white {
  color: #283e59;
  background-color: #fff;
}

/* line 11978, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #283e59;
  background-color: #f2f2f2;
}

/* line 11983, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #283e59;
  background-color: #283e59;
}

/* line 11989, vendor/assets/stylesheets/v2/css/theme.css */
.list-group-lg .list-group-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 11994, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fade .modal-dialog {
  transform: translate(0, -150px);
}

/* line 11998, vendor/assets/stylesheets/v2/css/theme.css */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 12002, vendor/assets/stylesheets/v2/css/theme.css */
.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

/* line 12006, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical {
  max-width: 350px;
  height: 100%;
  margin: 0;
}

/* line 12011, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical .modal-content {
  height: inherit;
  border-width: 0 1px 0 0;
  border-radius: 0;
}

/* line 12017, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical .modal-header {
  border-radius: inherit;
}

/* line 12020, vendor/assets/stylesheets/v2/css/theme.css */
.modal-dialog-vertical .modal-body {
  overflow-y: auto;
  height: inherit;
}

/* line 12026, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

/* line 12030, vendor/assets/stylesheets/v2/css/theme.css */
.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 12034, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right {
  padding-right: 0 !important;
}

/* line 12038, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

/* line 12042, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

/* line 12046, vendor/assets/stylesheets/v2/css/theme.css */
.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

/* line 12050, vendor/assets/stylesheets/v2/css/theme.css */
.modal-card {
  margin-bottom: 0;
}

/* line 12053, vendor/assets/stylesheets/v2/css/theme.css */
.modal-card .card-body {
  overflow-y: auto;
  max-height: 350px;
}

/* line 12059, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* line 12064, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link {
  padding: 1rem 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid transparent;
  border-left-width: 0;
}

/* line 12072, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link:not(.active) {
  color: #3b506c;
}

/* line 12075, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-link:not(.active):hover {
  color: #6e84a3;
}

/* line 12079, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item:first-child {
  margin-left: 0;
}

/* line 12083, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

/* line 12087, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}

/* line 12091, vendor/assets/stylesheets/v2/css/theme.css */
.nav-overflow {
  display: flex;
  overflow-x: auto;
  padding-bottom: 1px;
  flex-wrap: nowrap;
}

/* line 12099, vendor/assets/stylesheets/v2/css/theme.css */
.nav-overflow::-webkit-scrollbar {
  display: none;
}

/* line 12103, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs-sm {
  font-size: 0.8125rem;
}

/* line 12106, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs-sm .nav-item {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

/* line 12110, vendor/assets/stylesheets/v2/css/theme.css */
.nav-tabs-sm .nav-link {
  padding-top: 1.15385rem;
  padding-bottom: 1.15385rem;
}

/* line 12115, vendor/assets/stylesheets/v2/css/theme.css */
.nav-sm .nav-link {
  font-size: 0.8125rem;
}

/* line 12119, vendor/assets/stylesheets/v2/css/theme.css */
.nav.btn-group .btn-white.active {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 12125, vendor/assets/stylesheets/v2/css/theme.css */
.navbar {
  border-width: 0 0 1px 0;
  border-style: solid;
}

/* line 12130, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark {
  border: none;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #12263f;
}

/* line 12136, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 12140, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 12144, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-user {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 12148, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-user-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12151, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-user-link:hover,
.navbar-dark .navbar-user-link:focus {
  color: #fff;
}

/* line 12156, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-brand {
  filter: brightness(0) invert(1);
}

/* line 12160, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-dark .navbar-collapse::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* line 12164, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light {
  border-color: #e3ebf6;
  background-color: #fff;
}

/* line 12169, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-heading {
  color: #869ab8;
}

/* line 12173, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-divider {
  border-color: #e3ebf6;
}

/* line 12177, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-user {
  border-top-color: #e3ebf6;
}

/* line 12181, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-user-link {
  color: #6e84a3;
}

/* line 12184, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-user-link:hover,
.navbar-light .navbar-user-link:focus {
  color: #12263f;
}

/* line 12189, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-brand {
  filter: none;
}

/* line 12193, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-light .navbar-collapse::before {
  border-top-color: #e3ebf6;
}

/* line 12197, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand {
  margin-right: 0;
}

/* line 12201, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-brand-img,
.navbar-brand > img {
  max-width: 100%;
  max-height: 1.5rem;
}

/* line 12207, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-collapse {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 12213, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-collapse:before {
  display: block;
  margin: 0.75rem -1rem;
  content: '';
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 12224, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 12229, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 12233, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link.active {
  position: relative;
}

/* line 12236, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link.active:before {
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  content: '';
  border-left: 2px solid #1356ae;
}

/* line 12247, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link > .fe {
  font-size: 1.0625rem;
  line-height: 1.40625rem;
  min-width: 1.75rem;
  padding-bottom: 0.125em;
}

/* line 12255, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .dropdown-menu {
  border: none;
}

/* line 12259, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0.75rem;
}

/* line 12263, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs {
  padding-right: 0;
  padding-left: 0;
}

/* line 12267, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar > [class*='container'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 12271, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-collapse {
  flex-grow: inherit;
}

/* line 12274, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-collapse:before {
  display: none;
}

/* line 12277, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav {
  margin-right: 0;
  margin-left: 0;
}

/* line 12281, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.625rem 0.5rem;
}

/* line 12284, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .nav-link.active {
  position: relative;
}

/* line 12287, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: auto;
  right: 0.5rem;
  bottom: calc(-0.75rem - 1px);
  left: 0.5rem;
  border-bottom: 1px solid #1356ae;
  border-left: 0;
}

/* line 12296, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .dropdown-menu {
  border: 1px solid rgba(18, 38, 63, 0.1);
}

/* line 12299, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-expand-xs .navbar-nav .dropdown-menu .dropdown-menu {
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 12304, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12308, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12312, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12315, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-collapse:before {
    display: none;
  }
  /* line 12318, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 12322, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 12325, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12328, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: auto;
    right: 0.5rem;
    bottom: calc(-0.75rem - 1px);
    left: 0.5rem;
    border-bottom: 1px solid #1356ae;
    border-left: 0;
  }
  /* line 12337, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12340, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 12346, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12350, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12354, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12357, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-collapse:before {
    display: none;
  }
  /* line 12360, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 12364, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 12367, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12370, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    top: auto;
    right: 0.5rem;
    bottom: calc(-0.75rem - 1px);
    left: 0.5rem;
    border-bottom: 1px solid #1356ae;
    border-left: 0;
  }
  /* line 12379, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12382, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 12388, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12392, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12396, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12399, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-collapse:before {
    display: none;
  }
  /* line 12402, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 12406, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 12409, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12412, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: auto;
    right: 0.5rem;
    bottom: calc(-0.75rem - 1px);
    left: 0.5rem;
    border-bottom: 1px solid #1356ae;
    border-left: 0;
  }
  /* line 12421, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12424, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 12430, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12434, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar > [class*='container'] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12438, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-collapse {
    flex-grow: inherit;
  }
  /* line 12441, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-collapse:before {
    display: none;
  }
  /* line 12444, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 12448, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0.5rem;
  }
  /* line 12451, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link.active {
    position: relative;
  }
  /* line 12454, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: auto;
    right: 0.5rem;
    bottom: calc(-0.75rem - 1px);
    left: 0.5rem;
    border-bottom: 1px solid #1356ae;
    border-left: 0;
  }
  /* line 12463, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border: 1px solid rgba(18, 38, 63, 0.1);
  }
  /* line 12466, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
  }
}

/* line 12471, vendor/assets/stylesheets/v2/css/theme.css */
.navbar[class*='fixed-'] {
  z-index: 1000;
}

/* line 12475, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow {
  display: flex;
  overflow-x: auto;
  margin-bottom: -0.75rem;
  flex-grow: 1;
  flex-basis: 0;
}

/* line 12484, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow::-webkit-scrollbar {
  display: none;
}

/* line 12488, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow .navbar-nav {
  flex-direction: row;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  flex-wrap: nowrap;
}

/* line 12497, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow .navbar-nav .nav-link {
  padding-bottom: 1.25rem;
}

/* line 12500, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-overflow .navbar-nav .nav-link.active:before {
  bottom: 0;
}

/* line 12504, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-breadcrumb {
  padding: 0.5rem 0;
}

/* line 12508, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 12516, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-user .dropdown-toggle:after {
  display: none;
}

/* line 12520, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-nav .nav-link > .fe {
  display: inline-block;
  min-width: 1.75rem;
}

/* line 12526, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

/* line 12532, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav-link[data-toggle='collapse']:after {
  font-family: 'Feather';
  display: block;
  margin-left: auto;
  content: '\e92e';
  transition: transform 0.2s;
}

/* line 12543, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical
.navbar-nav
.nav-link[data-toggle='collapse'][aria-expanded='true']:after {
  transform: rotate(-180deg);
}

/* line 12549, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 2.75rem;
}

/* line 12553, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 12557, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical .navbar-heading {
  font-size: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* line 12567, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 250px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 12580, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs > [class*='container'] {
  flex-direction: column;
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 12590, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xs > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

/* line 12595, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

/* line 12600, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

/* line 12605, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: flex;
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1;
  align-items: stretch;
}

/* line 12617, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

/* line 12620, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 12626, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.5rem 1.5rem;
}

/* line 12629, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link.active:before {
  top: 0.5rem;
  right: auto;
  bottom: 0.5rem;
  left: 0;
  border-bottom: 0;
  border-left: 2px solid #1356ae;
}

/* line 12638, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-left: 3.25rem;
}

/* line 12641, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4rem;
}

/* line 12644, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

/* line 12652, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-brand-img {
  max-height: 3rem;
}

/* line 12655, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-user {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  border-top-width: 1px;
  border-top-style: solid;
}

/* line 12666, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs .navbar-user .dropup .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  /* line 12673, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 12686, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  /* line 12698, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 576px) {
  /* line 12705, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12710, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12715, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 12727, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12730, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 12736, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 12739, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    right: auto;
    bottom: 0.5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356ae;
  }
  /* line 12748, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12751, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12754, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 12762, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12765, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12776, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  /* line 12784, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 12797, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  /* line 12809, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 768px) {
  /* line 12816, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12821, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12826, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 12838, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12841, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 12847, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 12850, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    right: auto;
    bottom: 0.5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356ae;
  }
  /* line 12859, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12862, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12865, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 12873, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12876, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12887, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  /* line 12895, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 12908, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 12920, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 992px) {
  /* line 12927, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 12932, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 12937, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 12949, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 12952, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 12958, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 12961, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    right: auto;
    bottom: 0.5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356ae;
  }
  /* line 12970, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 12973, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 12976, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 12984, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 12987, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 12998, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  /* line 13006, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* line 13019, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  /* line 13031, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl > [class*='container'] {
    height: 100%;
    min-height: none;
  }
}

@media (min-width: 1200px) {
  /* line 13038, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  /* line 13043, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  /* line 13048, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1;
    align-items: stretch;
  }
  /* line 13060, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  /* line 13063, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  /* line 13069, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
  }
  /* line 13072, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link.active:before {
    top: 0.5rem;
    right: auto;
    bottom: 0.5rem;
    left: 0;
    border-bottom: 0;
    border-left: 2px solid #1356ae;
  }
  /* line 13081, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-left: 3.25rem;
  }
  /* line 13084, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4rem;
  }
  /* line 13087, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  /* line 13095, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand-img {
    max-height: 3rem;
  }
  /* line 13098, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-user {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  /* line 13109, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl .navbar-user .dropup .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 13116, vendor/assets/stylesheets/v2/css/theme.css */
.popover {
  padding: 0.8rem 0.95rem;
}

/* line 13119, vendor/assets/stylesheets/v2/css/theme.css */
.popover:hover {
  display: block !important;
}

/* line 13123, vendor/assets/stylesheets/v2/css/theme.css */
.popover-header {
  margin-bottom: 0.25rem;
  border-bottom: 0;
}

/* line 13129, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body-label {
  margin-left: 0.25rem;
}

/* line 13133, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body-value {
  margin-left: 0.25rem;
}

/* line 13137, vendor/assets/stylesheets/v2/css/theme.css */
.popover-body-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

/* line 13146, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

/* line 13151, vendor/assets/stylesheets/v2/css/theme.css */
.progress-bar:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

/* line 13156, vendor/assets/stylesheets/v2/css/theme.css */
.progress-sm {
  height: 0.25rem;
}

/* line 13160, vendor/assets/stylesheets/v2/css/theme.css */
[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 13164, vendor/assets/stylesheets/v2/css/theme.css */
html {
  height: 100%;
}

/* line 13168, vendor/assets/stylesheets/v2/css/theme.css */
body {
  min-height: 100%;
}

/* line 13172, vendor/assets/stylesheets/v2/css/theme.css */
.table {
  vertical-align: middle;
}

/* line 13175, vendor/assets/stylesheets/v2/css/theme.css */
.table thead th {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom-width: 1px;
  background-color: #f9fbfd;
}

/* line 13186, vendor/assets/stylesheets/v2/css/theme.css */
.table-sm {
  font-size: 0.8125rem;
}

/* line 13189, vendor/assets/stylesheets/v2/css/theme.css */
.table-sm thead th {
  font-size: 0.625rem;
}

/* line 13193, vendor/assets/stylesheets/v2/css/theme.css */
.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

/* line 13198, vendor/assets/stylesheets/v2/css/theme.css */
.table [data-sort]::after {
  margin-left: 0.25rem;
  content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%23869AB8'/></svg>");
}

/* line 13204, vendor/assets/stylesheets/v2/css/theme.css */
.table-checkbox {
  min-height: 0;
}

/* line 13208, vendor/assets/stylesheets/v2/css/theme.css */
.table-checkbox .custom-control-label::before,
.table-checkbox .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}

/* line 13215, vendor/assets/stylesheets/v2/css/theme.css */
.toast {
  position: fixed;
  z-index: 1030;
  right: 1rem;
  bottom: 1rem;
}

/* line 13222, vendor/assets/stylesheets/v2/css/theme.css */
h1,
.h1 {
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
  /* line 13229, vendor/assets/stylesheets/v2/css/theme.css */
  h1,
.h1 {
    font-size: 1.625rem;
  }
}

/* line 13235, vendor/assets/stylesheets/v2/css/theme.css */
h2,
.h2 {
  margin-bottom: 1.125rem;
}

/* line 13240, vendor/assets/stylesheets/v2/css/theme.css */
h3,
.h3 {
  margin-bottom: 0.84375rem;
}

/* line 13245, vendor/assets/stylesheets/v2/css/theme.css */
h4,
.h4 {
  margin-bottom: 0.5625rem;
}

/* line 13250, vendor/assets/stylesheets/v2/css/theme.css */
h5,
.h5 {
  margin-bottom: 0.5625rem;
}

/* line 13255, vendor/assets/stylesheets/v2/css/theme.css */
h6,
.h6 {
  margin-bottom: 0.5625rem;
}

/* line 13260, vendor/assets/stylesheets/v2/css/theme.css */
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

/* line 13269, vendor/assets/stylesheets/v2/css/theme.css */
.display-1,
.display-2,
.display-3,
.display-4 {
  letter-spacing: -0.02em;
}

/* line 13276, vendor/assets/stylesheets/v2/css/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.02em;
}

/* line 13285, vendor/assets/stylesheets/v2/css/theme.css */
h6.text-uppercase {
  letter-spacing: 0.08em;
}

/* line 13289, vendor/assets/stylesheets/v2/css/theme.css */
b,
strong {
  font-weight: 600;
}

/* line 13294, vendor/assets/stylesheets/v2/css/theme.css */
a:focus,
button:focus {
  outline: none !important;
}

@font-face {
  font-family: 'Cerebri Sans';
  font-weight: 400;
  font-style: normal;
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot);
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-c08bb55844a11c5c892d68e746d5a641a8f182fd8f74e8e2d11a0b519063133a.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-fed9f43bdf29fa49fa2d14b2cbbe3008f1f62d89c7ed44c5a95265985f99fcd1.woff) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-regular-3d834618c61c2d441787d247ef02d80a905d54354a7d38015582d580679bca4e.ttf) format("truetype");
}

@font-face {
  font-family: 'Cerebri Sans';
  font-weight: 500;
  font-style: normal;
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot);
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-b338dbe144136efe29f9f531c73f9c113d4b175e295dbe7db7e2e4661d4f558f.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-0893943df269af7f6ecf38b10b6349984474571128028b2cadd35b676ab82d8b.woff) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-medium-d4393fce96d506dfbe1343c709728889744c27d0cd5a31a790490140f161d60f.ttf) format("truetype");
}

@font-face {
  font-family: 'Cerebri Sans';
  font-weight: 600;
  font-style: normal;
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot);
  src: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-bb4c0101959ef4cbd07371dbda2b84f09c5d0b9ab97a6bc017800fe6746b97d0.eot?#iefix) format("embedded-opentype"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-5d421bfe7b435835e0537c69ab285c760743e99955a88fbb7c4abace28b77a7d.woff) format("woff"), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/cerebrisans/cerebrisans-semibold-2b1f88cc21d4a93602cdb42c43a2d5c5170f7ee3c53564025f95b277068145cc.ttf) format("truetype");
}

/* line 13335, vendor/assets/stylesheets/v2/css/theme.css */
.bg-fixed-bottom {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  background-size: 100% auto;
}

/* line 13342, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical ~ .main-content.bg-fixed-bottom {
  background-size: 100%;
}

@media (min-width: 768px) {
  /* line 13346, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical ~ .main-content.bg-fixed-bottom {
    background-size: calc(100% - 250px);
  }
}

/* line 13351, vendor/assets/stylesheets/v2/css/theme.css */
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 13357, vendor/assets/stylesheets/v2/css/theme.css */
.bg-auth {
  background-color: #fff;
}

/* line 13361, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-primary {
  background-color: transparent !important;
  background-image: radial-gradient(#1356ae, #1356ae 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13369, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-secondary {
  background-color: transparent !important;
  background-image: radial-gradient(#6e84a3, #6e84a3 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13377, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-success {
  background-color: transparent !important;
  background-image: radial-gradient(#00d97e, #00d97e 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13385, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-info {
  background-color: transparent !important;
  background-image: radial-gradient(#5dd3da, #5dd3da 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13393, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-warning {
  background-color: transparent !important;
  background-image: radial-gradient(#f6c343, #f6c343 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13401, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-danger {
  background-color: transparent !important;
  background-image: radial-gradient(#e63757, #e63757 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13409, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-light {
  background-color: transparent !important;
  background-image: radial-gradient(#edf2f9, #edf2f9 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13417, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-dark {
  background-color: transparent !important;
  background-image: radial-gradient(#12263f, #12263f 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13425, vendor/assets/stylesheets/v2/css/theme.css */
.bg-ellipses.bg-white {
  background-color: transparent !important;
  background-image: radial-gradient(#fff, #fff 70%, transparent 70.1%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% 150%;
}

/* line 13433, vendor/assets/stylesheets/v2/css/theme.css */
.bg-vibrant {
  background-image: linear-gradient(to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9)), url(https://office-cdn-production-us-west-1.wayleadr.com/../img//covers/sidebar-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

@media (max-width: 767.98px) {
  /* line 13445, vendor/assets/stylesheets/v2/css/theme.css */
  .bg-vibrant {
    background-attachment: fixed, fixed;
  }
}

/* line 13450, vendor/assets/stylesheets/v2/css/theme.css */
.bg-hero {
  background-image: linear-gradient(to bottom, rgba(18, 38, 63, 0.85), rgba(18, 38, 63, 0.85)), url(https://office-cdn-production-us-west-1.wayleadr.com/../img//covers/header-cover.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

/* line 13462, vendor/assets/stylesheets/v2/css/theme.css */
.border-2 {
  border-width: 2px !important;
}

/* line 13466, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 13470, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-2 {
  border-right-width: 2px !important;
}

/* line 13474, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 13478, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-2 {
  border-left-width: 2px !important;
}

/* line 13482, vendor/assets/stylesheets/v2/css/theme.css */
.border-3 {
  border-width: 3px !important;
}

/* line 13486, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 13490, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-3 {
  border-right-width: 3px !important;
}

/* line 13494, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 13498, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-3 {
  border-left-width: 3px !important;
}

/* line 13502, vendor/assets/stylesheets/v2/css/theme.css */
.border-4 {
  border-width: 4px !important;
}

/* line 13506, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 13510, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-4 {
  border-right-width: 4px !important;
}

/* line 13514, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 13518, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-4 {
  border-left-width: 4px !important;
}

/* line 13522, vendor/assets/stylesheets/v2/css/theme.css */
.border-5 {
  border-width: 5px !important;
}

/* line 13526, vendor/assets/stylesheets/v2/css/theme.css */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 13530, vendor/assets/stylesheets/v2/css/theme.css */
.border-right-5 {
  border-right-width: 5px !important;
}

/* line 13534, vendor/assets/stylesheets/v2/css/theme.css */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 13538, vendor/assets/stylesheets/v2/css/theme.css */
.border-left-5 {
  border-left-width: 5px !important;
}

/* line 13542, vendor/assets/stylesheets/v2/css/theme.css */
.border-body {
  border-color: #f9fbfd !important;
}

/* line 13546, vendor/assets/stylesheets/v2/css/theme.css */
.border-card {
  border-color: #fff !important;
}

/* line 13550, vendor/assets/stylesheets/v2/css/theme.css */
.vw-100 {
  width: 100vw !important;
}

/* line 13554, vendor/assets/stylesheets/v2/css/theme.css */
.vh-100 {
  height: 100vh !important;
}

/* line 13558, vendor/assets/stylesheets/v2/css/theme.css */
.avatar {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

/* line 13568, vendor/assets/stylesheets/v2/css/theme.css */
.avatar:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  background-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg), url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 13582, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 13590, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-title {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #132a46;
  align-items: center;
  justify-content: center;
}

/* line 13603, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-online::before,
.avatar-offline::before {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 20%;
  height: 20%;
  content: '';
  border-radius: 50%;
}

/* line 13617, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-online .avatar-img,
.avatar-offline .avatar-img {
  -webkit-mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-status-7b8b7789e3cf853d7803148f12212fb983ddcec131c397a733bcb8f316e3dbe7.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 13625, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-online::before {
  background-color: #00d97e;
}

/* line 13629, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-offline::before {
  background-color: #b1c2d9;
}

/* line 13633, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xs {
  font-size: 0.54167rem;
  width: 1.625rem;
  height: 1.625rem;
}

/* line 13640, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-sm {
  font-size: 0.83333rem;
  width: 2.5rem;
  height: 2.5rem;
}

/* line 13647, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-lg {
  font-size: 1.33333rem;
  width: 4rem;
  height: 4rem;
}

/* line 13654, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}

/* line 13661, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xxl {
  font-size: 1.70833rem;
  width: 5.125rem;
  height: 5.125rem;
}

@media (min-width: 768px) {
  /* line 13668, vendor/assets/stylesheets/v2/css/theme.css */
  .avatar-xxl {
    font-size: 2.66667rem;
    width: 8rem;
    height: 8rem;
  }
}

/* line 13676, vendor/assets/stylesheets/v2/css/theme.css */
.avatar.avatar-4by3 {
  width: 4rem;
}

/* line 13680, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xs.avatar-4by3 {
  width: 2.16667rem;
}

/* line 13684, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-sm.avatar-4by3 {
  width: 3.33333rem;
}

/* line 13688, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-lg.avatar-4by3 {
  width: 5.33333rem;
}

/* line 13692, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xl.avatar-4by3 {
  width: 6.83333rem;
}

/* line 13696, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-xxl.avatar-4by3 {
  width: 10.66667rem;
}

/* line 13700, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group {
  display: inline-flex;
}

/* line 13703, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

/* line 13706, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

/* line 13709, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

/* line 13712, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

/* line 13715, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

/* line 13718, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar-xxl + .avatar-xxl {
  margin-left: -2rem;
}

/* line 13721, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:not(:last-child) {
  -webkit-mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-f44e3c8d66c07105b7bba27ec3635f7eb7554b549eec483bee16b30b33c03cb9.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 13727, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:hover {
  z-index: 1;
  -webkit-mask-image: none;
  mask-image: none;
}

/* line 13733, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:hover + .avatar {
  -webkit-mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-a3854288a46c254a19f4743856ea5251e7f2c40e8e1ebce6b15b114583cb3253.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 13739, vendor/assets/stylesheets/v2/css/theme.css */
.avatar-group .avatar:hover + .avatar:last-child {
  -webkit-mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/avatar-group-hover-last-9d819fe31ff43497df858dafa0a7b22197ab578ddb540f857b9fa88500feb1e6.svg);
}

/* line 13744, vendor/assets/stylesheets/v2/css/theme.css */
.chart {
  position: relative;
  height: 300px;
}

/* line 13750, vendor/assets/stylesheets/v2/css/theme.css */
.chart.chart-appended {
  height: calc(300px - 3.71875rem);
}

/* line 13754, vendor/assets/stylesheets/v2/css/theme.css */
.chart-sm {
  height: 225px;
}

/* line 13758, vendor/assets/stylesheets/v2/css/theme.css */
.chart-sm.chart-appended {
  height: calc(225px - 3.71875rem);
}

/* line 13762, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend {
  font-size: 0.8125rem;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  color: #869ab8;
  justify-content: center;
}

/* line 13776, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

/* line 13781, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

/* line 13785, vendor/assets/stylesheets/v2/css/theme.css */
.chart-legend-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

/* line 13795, vendor/assets/stylesheets/v2/css/theme.css */
#chart-tooltip {
  z-index: 0;
}

/* line 13799, vendor/assets/stylesheets/v2/css/theme.css */
#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

/* line 13806, vendor/assets/stylesheets/v2/css/theme.css */
.comment {
  margin-bottom: 1rem;
}

/* line 13810, vendor/assets/stylesheets/v2/css/theme.css */
.comment-body {
  display: inline-block;
  padding: 1rem 1.25rem;
  border-radius: 0.375rem;
  background-color: #f9fbfd;
}

/* line 13819, vendor/assets/stylesheets/v2/css/theme.css */
.comment-time {
  font-size: 0.625rem;
  display: block;
  margin-bottom: 0.5625rem;
  color: #869ab8;
}

/* line 13829, vendor/assets/stylesheets/v2/css/theme.css */
.comment-text {
  font-size: 0.8125rem;
}

/* line 13833, vendor/assets/stylesheets/v2/css/theme.css */
.comment-text:last-child {
  margin-bottom: 0;
}

/* line 13837, vendor/assets/stylesheets/v2/css/theme.css */
.header {
  margin-bottom: 2rem;
}

/* line 13841, vendor/assets/stylesheets/v2/css/theme.css */
.header-img-top {
  width: 100%;
  height: auto;
}

/* line 13846, vendor/assets/stylesheets/v2/css/theme.css */
.header-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e3ebf6;
}

/* line 13853, vendor/assets/stylesheets/v2/css/theme.css */
.header.bg-dark .header-body,
.header.bg-hero .header-body {
  border-bottom-color: rgba(227, 235, 246, 0.1);
}

/* line 13858, vendor/assets/stylesheets/v2/css/theme.css */
.header-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13863, vendor/assets/stylesheets/v2/css/theme.css */
.header-pretitle {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #869ab8;
}

/* line 13870, vendor/assets/stylesheets/v2/css/theme.css */
.header-title {
  margin-bottom: 0;
}

/* line 13874, vendor/assets/stylesheets/v2/css/theme.css */
.header-subtitle {
  margin-top: 0.375rem;
  margin-bottom: 0;
  color: #869ab8;
}

/* line 13881, vendor/assets/stylesheets/v2/css/theme.css */
.header-tabs {
  margin-bottom: -1.5rem;
  border-bottom-width: 0;
}

/* line 13886, vendor/assets/stylesheets/v2/css/theme.css */
.header-tabs .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 13891, vendor/assets/stylesheets/v2/css/theme.css */
.icon {
  display: inline-block;
}

/* line 13894, vendor/assets/stylesheets/v2/css/theme.css */
.icon.active {
  position: relative;
}

/* line 13897, vendor/assets/stylesheets/v2/css/theme.css */
.icon.active:after {
  position: absolute;
  top: 10%;
  right: 30%;
  width: 20%;
  height: 20%;
  content: '';
  border-radius: 50%;
  background-color: #1356ae;
}

/* line 13910, vendor/assets/stylesheets/v2/css/theme.css */
.icon.active .fe {
  font-size: 1.0625rem;
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  -webkit-mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
  mask-image: url(https://office-cdn-production-us-west-1.wayleadr.com/assets/v2/masks/icon-status-14991e089becf38088e2022fa2db4ab728be7a0065211bfcbfb6e7670bb7d2d6.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

/* line 13924, vendor/assets/stylesheets/v2/css/theme.css */
.fe {
  line-height: inherit;
}

@media (min-width: 768px) {
  /* line 13929, vendor/assets/stylesheets/v2/css/theme.css */
  .main-content .container-fluid, .main-content .container-sm, .main-content .container-md, .main-content .container-lg, .main-content .container-xl {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
}

/* line 13935, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-left:not([style*='display: none'])
~ .main-content {
  margin-left: 250px;
}

/* line 13940, vendor/assets/stylesheets/v2/css/theme.css */
.navbar-vertical.navbar-expand-xs.fixed-right:not([style*='display: none'])
~ .main-content {
  margin-right: 250px;
}

@media (min-width: 576px) {
  /* line 13946, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-left:not([style*='display: none'])
~ .main-content {
    margin-left: 250px;
  }
  /* line 13950, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-sm.fixed-right:not([style*='display: none'])
~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 768px) {
  /* line 13957, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-left:not([style*='display: none'])
~ .main-content {
    margin-left: 250px;
  }
  /* line 13961, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-md.fixed-right:not([style*='display: none'])
~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 13968, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-left:not([style*='display: none'])
~ .main-content {
    margin-left: 250px;
  }
  /* line 13972, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-lg.fixed-right:not([style*='display: none'])
~ .main-content {
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  /* line 13979, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-left:not([style*='display: none'])
~ .main-content {
    margin-left: 250px;
  }
  /* line 13983, vendor/assets/stylesheets/v2/css/theme.css */
  .navbar-vertical.navbar-expand-xl.fixed-right:not([style*='display: none'])
~ .main-content {
    margin-right: 250px;
  }
}

/* line 13989, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 13996, vendor/assets/stylesheets/v2/css/theme.css */
.dz-message {
  z-index: 999;
  padding: 5rem 1rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
  color: #869ab8;
  border: 1px dashed #d2ddec;
  border-radius: 0.375rem;
  background-color: #fff;
  order: -1;
}

/* line 14012, vendor/assets/stylesheets/v2/css/theme.css */
.dz-message:hover {
  color: #12263f;
  border-color: #869ab8;
}

/* line 14017, vendor/assets/stylesheets/v2/css/theme.css */
.dz-drag-hover .dz-message {
  color: #1356ae;
  border-color: #1356ae;
}

/* line 14022, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 14027, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone-single.dz-max-files-reached .dz-message {
  opacity: 0;
  color: white;
  background-color: rgba(18, 38, 63, 0.9);
}

/* line 14032, vendor/assets/stylesheets/v2/css/theme.css */
.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

/* line 14036, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 14046, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

/* line 14056, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-img {
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 14066, vendor/assets/stylesheets/v2/css/theme.css */
.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 14072, vendor/assets/stylesheets/v2/css/theme.css */
[data-dz-size] strong {
  font-weight: 400;
}

/* line 14076, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar {
  color: #12263f;
  border: 1px solid #d2ddec;
  background-color: #fff;
  box-shadow: none;
}

/* line 14082, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar * {
  color: inherit !important;
  fill: currentColor !important;
}

/* line 14087, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #d2ddec;
}

/* line 14090, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 14093, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-months {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 14097, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-next-month {
  top: 0.625rem;
}

/* line 14101, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-current-month {
  font-size: 115%;
}

/* line 14104, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day {
  border-radius: 0.375rem;
}

/* line 14107, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day:hover {
  border-color: #d2ddec;
  background-color: #edf2f9;
}

/* line 14111, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #869ab8 !important;
}

/* line 14114, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.today {
  border-color: #e3ebf6;
}

/* line 14117, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.selected {
  color: #fff !important;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 14122, vendor/assets/stylesheets/v2/css/theme.css */
.flatpickr-calendar .flatpickr-day.inRange {
  border: none;
  border-radius: 0;
  background-color: #edf2f9;
  box-shadow: -5px 0 0 #edf2f9, 5px 0 0 #edf2f9;
}

/* line 14129, vendor/assets/stylesheets/v2/css/theme.css */
.ql-container {
  font-family: 'Cerebri Sans', sans-serif;
}

/* line 14133, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar {
  position: relative;
  padding: 0.5rem 0.75rem;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem 0.375rem 0 0;
  background-color: #fff;
}

/* line 14144, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar + .ql-container {
  margin-top: -1px;
}

/* line 14148, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 14153, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  min-height: 5.625rem;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 14172, vendor/assets/stylesheets/v2/css/theme.css */
  .ql-editor {
    transition: none;
  }
}

/* line 14176, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 14180, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor:focus {
  color: #12263f;
  border-color: #1356ae;
  outline: 0;
  background-color: #fff;
  box-shadow: transparent;
}

/* line 14188, vendor/assets/stylesheets/v2/css/theme.css */
.ql-hidden {
  position: absolute;
  transform: scale(0);
}

/* line 14194, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor.ql-blank::before {
  font-style: normal;
  top: 0.5rem;
  left: 0.75rem;
  color: #b1c2d9;
}

/* line 14203, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor:focus::before {
  display: none;
}

/* line 14207, vendor/assets/stylesheets/v2/css/theme.css */
.ql-formats {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 14211, vendor/assets/stylesheets/v2/css/theme.css */
.ql-formats:first-child {
  padding-left: 0;
}

/* line 14214, vendor/assets/stylesheets/v2/css/theme.css */
.ql-formats:last-child {
  padding-right: 0;
}

/* line 14218, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button {
  padding: 0 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #12263f;
  border: none;
  background: none;
}

/* line 14228, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button:hover {
  color: #1356ae;
}

/* line 14231, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button:first-child {
  margin-left: -0.25rem;
}

/* line 14235, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-active {
  color: #1356ae;
}

/* line 14239, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar button svg {
  width: 1.0625rem;
  height: 1.0625rem;
}

/* line 14244, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* line 14252, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-thin {
  stroke-width: 1;
}

/* line 14256, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar .ql-fill {
  fill: currentColor;
}

/* line 14260, vendor/assets/stylesheets/v2/css/theme.css */
.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

/* line 14266, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip {
  position: absolute;
  display: flex;
  width: 18.5rem;
  margin-top: 0.6rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(18, 38, 63, 0.2);
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(18, 38, 63, 0.03);
  flex-wrap: nowrap;
}

/* line 14282, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip:before,
.ql-tooltip:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: '';
  transform: translateX(-50%);
}

/* line 14291, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip:before {
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid rgba(18, 38, 63, 0.2);
  border-left: 0.6rem solid transparent;
}

/* line 14296, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip:after {
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
}

/* line 14302, vendor/assets/stylesheets/v2/css/theme.css */
.ql-container .ql-tooltip:hover {
  display: flex !important;
}

/* line 14306, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-preview {
  font-size: 0.8125rem;
  line-height: 1.75;
  width: 100%;
  padding: 0.125rem 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0.25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 14319, vendor/assets/stylesheets/v2/css/theme.css */
  .ql-tooltip .ql-preview {
    transition: none;
  }
}

/* line 14324, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

/* line 14328, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip input {
  font-size: 0.8125rem;
  line-height: 1.75;
  display: none;
  width: 100%;
  padding-top: calc(0.125rem + 1px);
  padding-bottom: calc(0.125rem + 1px);
  color: #12263f;
  border: none;
  background-color: transparent;
}

/* line 14342, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip input:focus {
  outline: none;
}

/* line 14346, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing input {
  display: block;
}

/* line 14350, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: 0.25rem;
}

/* line 14355, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.75;
  display: inline-block;
  padding: 0.125rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 14380, vendor/assets/stylesheets/v2/css/theme.css */
  .ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    transition: none;
  }
}

/* line 14385, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

/* line 14391, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action.focus::before,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(44, 123, 229, 0.25);
}

/* line 14399, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 14405, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  border-color: #1862c6;
  background-color: #1a68d1;
}

/* line 14411, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action.focus::before,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action.focus::before {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 14417, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action.disabled::before,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action.disabled::before,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  border-color: #1356ae;
  background-color: #1356ae;
}

/* line 14425, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-action.dropdown-toggle::before,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before {
  color: #fff;
  border-color: #175dba;
  background-color: #1862c6;
}

/* line 14435, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-action.dropdown-toggle::before:focus,
.ql-tooltip.ql-editing
.ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing
.ql-action.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip.ql-editing .ql-action.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(76, 143, 233, 0.5);
}

/* line 14446, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-action::before {
  content: 'Edit';
}

/* line 14450, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing .ql-action::before {
  content: 'Save';
}

/* line 14454, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before {
  content: 'Remove';
  color: #283e59;
  border-color: #fff;
  border-color: #e3ebf6;
  background-color: #fff;
}

/* line 14462, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:hover {
  color: #283e59;
  border-color: #e6e6e6;
  background-color: #ececec;
}

/* line 14467, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove.focus::before {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 14471, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove.disabled::before,
.ql-tooltip .ql-remove::before:disabled {
  color: #283e59;
  border-color: #fff;
  background-color: #fff;
}

/* line 14477, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled),
.show > .ql-tooltip .ql-remove.dropdown-toggle::before {
  color: #283e59;
  border-color: #dfdfdf;
  background-color: #e6e6e6;
}

/* line 14484, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-remove.active::before:not(:disabled):not(.disabled):focus,
.show > .ql-tooltip .ql-remove.dropdown-toggle::before:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 226, 230, 0.5);
}

/* line 14490, vendor/assets/stylesheets/v2/css/theme.css */
.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

/* line 14494, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor blockquote {
  font-size: 1.17188rem;
  margin-bottom: 1.5rem;
}

/* line 14500, vendor/assets/stylesheets/v2/css/theme.css */
.ql-editor img {
  max-width: 100%;
  height: auto;
}

/* line 14505, vendor/assets/stylesheets/v2/css/theme.css */
.select2-selection__arrow {
  display: none;
}

/* line 14509, vendor/assets/stylesheets/v2/css/theme.css */
.select2.select2-container {
  width: 100% !important;
}

/* line 14513, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus
.select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(2.40625rem + 2px);
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #12263f;
  border: 1px solid #d2ddec;
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: padding-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 14536, vendor/assets/stylesheets/v2/css/theme.css */
  .select2-container .select2-selection--single,
.select2-container--default.select2-container--focus
.select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}

/* line 14544, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus
.select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default
.select2-search--dropdown
.select2-search__field::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 14554, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus
.select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default
.select2-search--dropdown
.select2-search__field:focus {
  color: #12263f;
  border-color: #1356ae;
  outline: 0;
  background-color: #fff;
  box-shadow: transparent;
}

/* line 14567, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus
.select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default
.select2-search--dropdown
.select2-search__field::-ms-input-placeholder {
  opacity: 1;
  color: #b1c2d9;
}

/* line 14577, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus
.select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default
.select2-search--dropdown
.select2-search__field::placeholder {
  opacity: 1;
  color: #b1c2d9;
}

/* line 14587, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus
.select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus
.select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default
.select2-search--dropdown
.select2-search__field:disabled,
.select2-container--default
.select2-search--dropdown
.select2-search__field[readonly] {
  opacity: 1;
  background-color: #fff;
}

/* line 14605, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: inherit;
  padding: 0;
  white-space: inherit;
  text-overflow: inherit;
}

/* line 14614, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: inherit;
  color: inherit;
}

/* line 14622, vendor/assets/stylesheets/v2/css/theme.css */
.select2-dropdown {
  padding: 0.5rem 0;
  border: 1px solid rgba(18, 38, 63, 0.1);
  border-radius: 0.375rem;
  background-color: #fff;
}

/* line 14630, vendor/assets/stylesheets/v2/css/theme.css */
.select2-results__option {
  padding: 0.375rem 0.75rem;
  color: #6e84a3;
  background-color: transparent;
}

/* line 14636, vendor/assets/stylesheets/v2/css/theme.css */
.select2-results__option:hover {
  color: #12263f;
}

/* line 14640, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #12263f;
  background-color: transparent;
}

/* line 14647, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #869ab8;
}

/* line 14651, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default.select2-container--focus
.select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(2.40625rem + 2px);
}

/* line 14658, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  display: block;
  margin: 0 0 -0.25rem -0.25rem;
  padding: 0;
}

/* line 14667, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  font-size: 0.8125rem;
  line-height: 1.40625rem;
  display: inline-flex;
  margin: 0 0 0.25rem 0.25rem;
  padding: 0 0.5rem;
  color: #12263f;
  border: none;
  border-radius: 0.25rem;
  background-color: #edf2f9;
}

/* line 14684, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 0.5rem;
  color: #869ab8;
  order: 2;
}

/* line 14693, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #12263f;
}

/* line 14699, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container .select2-search--inline {
  display: none;
}

/* line 14703, vendor/assets/stylesheets/v2/css/theme.css */
.select2-selection[aria-expanded='true'] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 14708, vendor/assets/stylesheets/v2/css/theme.css */
.select2-search--dropdown {
  padding: 0.375rem 0.75rem;
}

/* line 14712, vendor/assets/stylesheets/v2/css/theme.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 0.8125rem;
  line-height: 1.75;
  height: calc(1.67188rem + 2px);
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}

/* line 14722, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm
+ .select2-container--default.select2-container--focus
.select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  font-size: 0.8125rem;
  line-height: 1.75;
  height: calc(1.67188rem + 2px);
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}

/* line 14736, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm
+ .select2-container--default.select2-container--focus
.select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.67188rem + 2px);
}

/* line 14743, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-sm
+ .select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  line-height: 1.42188rem;
}

/* line 14750, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg
+ .select2-container--default.select2-container--focus
.select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  font-size: 1.0625rem;
  line-height: 1.5;
  height: calc(2.59375rem + 2px);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

/* line 14764, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg
+ .select2-container--default.select2-container--focus
.select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(2.59375rem + 2px);
}

/* line 14771, vendor/assets/stylesheets/v2/css/theme.css */
.form-control-lg
+ .select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  line-height: 1.59375rem;
}

/* line 1, app/assets/stylesheets/v2/general.sass */
.btn.btn-google-connect {
  background: white;
  transition: all 0.5s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* line 5, app/assets/stylesheets/v2/general.sass */
.btn.btn-google-connect:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/v2/general.sass */
.btn.btn-google-connect img {
  height: 20px;
  width: 20px;
}

/* line 11, app/assets/stylesheets/v2/general.sass */
span.or {
  color: #384C74;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: -14px;
  margin-bottom: 20px;
}

/* line 18, app/assets/stylesheets/v2/general.sass */
span.or span {
  font-style: italic;
  background: #F9FBFD;
  padding: 0 20px;
}

/* line 23, app/assets/stylesheets/v2/general.sass */
.iti {
  width: 100%;
}

/* line 26, app/assets/stylesheets/v2/general.sass */
#language-change-floaty {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0px;
  border-top-right-radius: 5px;
  background: white;
  border-top: 1px solid #E1E5E9;
  border-right: 1px solid #E1E5E9;
}

/* line 36, app/assets/stylesheets/v2/general.sass */
.navbar-light .navbar-nav .nav-link {
  color: var(--gray-dark);
}

/* line 39, app/assets/stylesheets/v2/general.sass */
.header-pretitle {
  color: var(--gray-dark);
}

/* line 42, app/assets/stylesheets/v2/general.sass */
.badge-soft-success, .badge-soft-info, .badge-soft-danger, .badge-soft-warning {
  color: var(--dark);
}

/* line 45, app/assets/stylesheets/v2/general.sass */
.btn-primary {
  background-color: #0f4aa5;
  border-color: #0f4aa5;
}

/* line 48, app/assets/stylesheets/v2/general.sass */
.btn-primary:hover {
  background-color: #1862c6;
  border-color: #1862c6;
}

/* line 51, app/assets/stylesheets/v2/general.sass */
.btn-outline-primary {
  color: #0f4aa5;
  border-color: #0f4aa5;
}

/* line 54, app/assets/stylesheets/v2/general.sass */
.btn-outline-primary:hover {
  color: #1862c6;
  border-color: #1862c6;
}

/* line 58, app/assets/stylesheets/v2/general.sass */
.btn-secondary {
  background-color: #495A74;
  border-color: #495A74;
}

/* line 61, app/assets/stylesheets/v2/general.sass */
.btn-secondary:hover {
  background-color: #566b88;
  border-color: #566b88;
}

/* line 65, app/assets/stylesheets/v2/general.sass */
.badge-success-darker {
  background-color: #96E1C0;
  color: #484848;
}

/* line 69, app/assets/stylesheets/v2/general.sass */
.badge-success-light {
  background-color: #CBF4E2;
  color: #484848;
}

/* line 74, app/assets/stylesheets/v2/general.sass */
.plain-checkbox {
  position: relative;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/v2/general.sass */
.plain-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/v2/general.sass */
.plain-checkbox label {
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding-left: 1.5rem;
}

/* line 1, app/assets/stylesheets/v2/dashboard.sass */
.header-img-top {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list .badge, #zones_list .badge {
  font-size: 12px;
}

/* line 9, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list .show_for_default, #zones_list .show_for_default {
  display: none;
}

/* line 12, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list tr.default .show_for_default, #zones_list tr.default .show_for_default {
  display: block;
}

/* line 14, app/assets/stylesheets/v2/dashboard.sass */
#vehicles_list tr.default .hide_for_default, #zones_list tr.default .hide_for_default {
  display: none;
}

/* line 18, app/assets/stylesheets/v2/dashboard.sass */
#groups_list .show_for_default {
  display: none;
}

/* line 20, app/assets/stylesheets/v2/dashboard.sass */
#groups_list .default-flag-btn {
  display: none;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/v2/dashboard.sass */
  body.analytics.data_export .form-group {
    margin-bottom: 0px;
  }
}

/* line 29, app/assets/stylesheets/v2/dashboard.sass */
.dz-button {
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #2b354f;
}

/* line 35, app/assets/stylesheets/v2/dashboard.sass */
.pulsating-circle {
  background: #00d97e;
  border-radius: 50%;
  margin: 10px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 #00d90c;
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 217, 12, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0);
  }
}

/* line 60, app/assets/stylesheets/v2/dashboard.sass */
.zone-card .pricing-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

@media only screen and (min-width: 600px) {
  /* line 60, app/assets/stylesheets/v2/dashboard.sass */
  .zone-card .pricing-wrapper {
    justify-content: end;
    margin-top: 0;
  }
  /* line 67, app/assets/stylesheets/v2/dashboard.sass */
  .zone-card .pricing-wrapper .pricing-list {
    max-width: 140px;
    justify-content: end;
  }
}

/* line 71, app/assets/stylesheets/v2/dashboard.sass */
.zone-card .pricing-wrapper .pricing-list {
  display: flex;
  line-height: 1;
  gap: 4px;
}

/* line 2, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

/* line 6, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  margin-bottom: 5px;
  text-align: center;
  color: #999;
}

/* line 11, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #c1eeda;
  top: 45px;
  left: 50%;
  margin-top: -45px;
  margin-left: -15px;
  border-radius: 50%;
}

/* line 22, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #71D8AB;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

/* line 31, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  margin: 10px 0;
  background: #DFE3E8;
}

/* line 38, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #c1eeda;
  height: 5px;
}

/* line 43, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

/* line 45, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

/* line 47, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active:first-child > .progress > .progress-bar {
  width: 0%;
}

/* line 49, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active:last-child > .progress > .progress-bar {
  width: 100%;
}

/* line 51, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #DFE3E8;
}

/* line 53, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

/* line 56, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {
  background-color: #d7effd;
}

/* line 58, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
  background: #76C9F8;
}

/* line 60, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  background: #c1eeda;
  background: -moz-linear-gradient(left, #c1eeda 0%, #d7effd 100%);
  background: -webkit-linear-gradient(left, #c1eeda 0%, #d7effd 100%);
  background: linear-gradient(to right, #c1eeda 0%, #d7effd 100%);
}

/* line 66, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

/* line 69, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

/* line 71, app/assets/stylesheets/v2/wizard.sass */
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/* line 5, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border: 0px solid #F0F1F2;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  background-color: white;
}

/* line 18, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar thead tr th {
  text-align: center;
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 29, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #F0F1F2;
  border-collapse: collapse;
  border-left: 0px solid #F0F1F2;
  border-right: 0px solid #F0F1F2;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 40, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #F0F1F2;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #F0F1F2;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #F0F1F2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #F0F1F2;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 59, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar td a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

/* line 67, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar td:first-child {
  border-left: 1px solid transparent;
  padding-left: 6px !important;
}

/* line 72, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .day {
  height: 100px;
}

/* line 76, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .day.start-date {
  border: 3px solid #007aff;
}

/* line 80, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .wday-0 {
  background: #fbfbfb;
}

/* line 88, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .wday-6 {
  background: #fbfbfb;
}

/* line 92, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .today {
  background: #F9FBFD;
}

/* line 95, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .today .calendar-day {
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .booking-box {
  text-align: center;
}

/* line 102, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .booking-box .booking-count {
  font-size: 26px;
}

/* line 113, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .prev-month, .simple-calendar .prev-month .text-primary {
  color: #F0F1F2 !important;
}

/* line 116, app/assets/stylesheets/simple-calendar.scss */
.simple-calendar .next-month, .simple-calendar .next-month .text-primary {
  color: #F0F1F2 !important;
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

/* line 270, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

/* line 273, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

/* line 276, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 284, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 290, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 296, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 304, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 312, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 320, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 326, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 334, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 340, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
}

/* line 347, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

/* line 354, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 358, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

/* line 363, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 367, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

/* line 378, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 383, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

/* line 391, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

/* line 396, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

/* line 402, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

/* line 407, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 413, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 422, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}

/* line 426, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 430, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

/* line 434, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

/* line 437, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

/* line 440, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  height: auto;
  margin: 0 0.3125em;
}

/* line 445, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

/* line 450, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

/* line 453, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 456, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 464, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 473, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 1.5em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 480, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 484, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

/* line 490, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

/* line 493, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

/* line 498, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

/* line 503, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

/* line 507, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

/* line 511, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

/* line 515, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

/* line 669, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 672, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-height-auto {
  height: auto !important;
}

/* line 675, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}

/* line 683, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 686, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 692, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}

/* line 696, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 700, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 706, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 712, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 718, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 724, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

/* line 728, vendor/assets/stylesheets/sweetalert2.css */
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

/* line 733, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container {
  display: -webkit-box;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/* line 754, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top {
  -webkit-box-align: start;
  align-items: flex-start;
}

/* line 758, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 764, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* line 770, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 774, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 780, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* line 786, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  align-items: flex-end;
}

/* line 790, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

/* line 796, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* line 802, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

/* line 805, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-flex: 1;
  flex: 1;
  align-self: stretch;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 814, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-flex: 1;
  flex: 1;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 823, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 830, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
  align-items: center;
}

/* line 834, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
  align-items: flex-start;
}

/* line 838, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
  align-items: flex-end;
}

/* line 842, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-flex: 1;
  flex: 1;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 851, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 855, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

/* line 859, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

/* line 863, vendor/assets/stylesheets/sweetalert2.css */
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 867, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

/* line 885, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup:focus {
  outline: none;
}

/* line 888, vendor/assets/stylesheets/sweetalert2.css */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 892, vendor/assets/stylesheets/sweetalert2.css */
.swal2-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

/* line 902, vendor/assets/stylesheets/sweetalert2.css */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 915, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions {
  z-index: 1;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

/* line 925, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

/* line 928, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 932, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 936, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 955, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 959, vendor/assets/stylesheets/sweetalert2.css */
.swal2-actions.swal2-loading .swal2-confirm:not(.swal2-styled)::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

/* line 973, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

/* line 979, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 982, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 990, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 998, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

/* line 1002, vendor/assets/stylesheets/sweetalert2.css */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 1006, vendor/assets/stylesheets/sweetalert2.css */
.swal2-footer {
  -webkit-box-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 1016, vendor/assets/stylesheets/sweetalert2.css */
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 1021, vendor/assets/stylesheets/sweetalert2.css */
.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

/* line 1045, vendor/assets/stylesheets/sweetalert2.css */
.swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  background: transparent;
  color: #f27474;
}

/* line 1052, vendor/assets/stylesheets/sweetalert2.css */
> .swal2-input,
> .swal2-file,
> .swal2-textarea,
> .swal2-select,
> .swal2-radio,
> .swal2-checkbox {
  display: none;
}

/* line 1061, vendor/assets/stylesheets/sweetalert2.css */
.swal2-content {
  z-index: 1;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

/* line 1075, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

/* line 1084, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

/* line 1098, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 1104, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 1111, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 1116, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

/* line 1121, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

/* line 1126, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

/* line 1131, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

/* line 1137, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range {
  margin: 1em auto;
  background: inherit;
}

/* line 1141, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range input {
  width: 80%;
}

/* line 1144, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 1150, vendor/assets/stylesheets/sweetalert2.css */
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 1158, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

/* line 1162, vendor/assets/stylesheets/sweetalert2.css */
.swal2-input[type=number] {
  max-width: 10em;
}

/* line 1166, vendor/assets/stylesheets/sweetalert2.css */
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

/* line 1171, vendor/assets/stylesheets/sweetalert2.css */
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

/* line 1176, vendor/assets/stylesheets/sweetalert2.css */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

/* line 1185, vendor/assets/stylesheets/sweetalert2.css */
.swal2-radio,
.swal2-checkbox {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

/* line 1194, vendor/assets/stylesheets/sweetalert2.css */
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

/* line 1199, vendor/assets/stylesheets/sweetalert2.css */
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

/* line 1204, vendor/assets/stylesheets/sweetalert2.css */
.swal2-validation-message {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

/* line 1217, vendor/assets/stylesheets/sweetalert2.css */
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@supports (-ms-accelerator: true) {
  /* line 1234, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1237, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1242, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range input {
    width: 100% !important;
  }
  /* line 1245, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  /* line 1250, vendor/assets/stylesheets/sweetalert2.css */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

/* line 1254, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  -webkit-box-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1273, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

/* line 1281, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
}

/* line 1284, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

/* line 1289, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

/* line 1298, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1303, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1308, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 1312, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-warning::before {
  content: "!";
}

/* line 1315, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 1319, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-info::before {
  content: "i";
}

/* line 1322, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 1326, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question::before {
  content: "?";
}

/* line 1329, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}

/* line 1332, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

/* line 1335, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1343, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 1352, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1361, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 1372, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1382, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

/* line 1390, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1397, vendor/assets/stylesheets/sweetalert2.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1405, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps {
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

/* line 1413, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 1417, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 1427, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

/* line 1430, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 1434, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 1437, vendor/assets/stylesheets/sweetalert2.css */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

/* line 1445, vendor/assets/stylesheets/sweetalert2.css */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

/* line 1449, vendor/assets/stylesheets/sweetalert2.css */
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

/* line 1453, vendor/assets/stylesheets/sweetalert2.css */
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1458, vendor/assets/stylesheets/sweetalert2.css */
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

/* line 1462, vendor/assets/stylesheets/sweetalert2.css */
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

/* line 1467, vendor/assets/stylesheets/sweetalert2.css */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 1472, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

/* line 1476, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

/* line 1480, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1485, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

/* line 1489, vendor/assets/stylesheets/sweetalert2.css */
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media print {
  /* line 1516, vendor/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 1519, vendor/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  /* line 1522, vendor/assets/stylesheets/sweetalert2.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

/* line 1, app/assets/stylesheets/v2/stripe.sass */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

/* line 12, app/assets/stylesheets/v2/stripe.sass */
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 15, app/assets/stylesheets/v2/stripe.sass */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 18, app/assets/stylesheets/v2/stripe.sass */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 1, app/assets/stylesheets/v2/terms_and_conditions.sass */
#modal-cover-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.3;
}

/* line 11, app/assets/stylesheets/v2/terms_and_conditions.sass */
#modal-content-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 20, app/assets/stylesheets/v2/terms_and_conditions.sass */
#modal-content-container:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/v2/terms_and_conditions.sass */
#terms-and-conditions-form {
  display: inline-block;
  padding: 20px;
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
  background: white;
}

/* line 4, app/assets/stylesheets/v2/modals.sass */
div.swal2-container.swal2-center.swal2-fade.swal2-shown div div.swal2-actions button.swal2-styled {
  border-radius: 5px;
  padding: 0.3em 1em;
}

/* line 9, app/assets/stylesheets/v2/modals.sass */
.react-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

/* line 19, app/assets/stylesheets/v2/modals.sass */
.react-modal {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  text-align: left;
}

/* line 33, app/assets/stylesheets/v2/modals.sass */
.react-modal .react-modal-content {
  max-width: 100%;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
}

/* line 39, app/assets/stylesheets/v2/modals.sass */
.modal-enter-active {
  animation: moveUp 0.2s ease-out forwards;
}

/* line 42, app/assets/stylesheets/v2/modals.sass */
.modal-exit-active {
  animation: moveDown 0.2s ease-out forwards;
}

@keyframes moveUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moveDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/v2/waypooling.sass */
button[aria-expanded=true] .fe-chevron-down {
  display: none;
}

/* line 4, app/assets/stylesheets/v2/waypooling.sass */
button[aria-expanded=false] .fe-chevron-up {
  display: none;
}

/* line 1, app/assets/stylesheets/v2/active-chip.sass */
.chip-style {
  font-size: 0.75rem;
  height: calc(1em + 0.5rem);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 10rem;
  color: white;
}

/* line 9, app/assets/stylesheets/v2/active-chip.sass */
.chip-style.active {
  background-color: #56A3A6;
}

/* line 12, app/assets/stylesheets/v2/active-chip.sass */
.chip-style.disabled {
  background-color: #e6f7ff;
}

/* line 2, app/assets/stylesheets/landing/self_onboarding.sass */
#booking_preferences_area .popover {
  max-width: 100%;
}

/* line 2, app/assets/stylesheets/v2/wayleadr_go.sass */
#react-root .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/v2/map.sass */
.map-loader {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #2b354f;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 217, 12, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

/* line 1, app/assets/stylesheets/v2/table.sass */
.action-row {
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 4, app/assets/stylesheets/v2/table.sass */
.action-row:hover {
  background-color: #f5f5f5;
}

/* line 7, app/assets/stylesheets/v2/table.sass */
.child-row {
  background-color: #f9fbfd;
}

/* line 1, app/assets/stylesheets/v2/tooltip.sass */
.info-tooltip {
  position: relative;
  display: inline-block;
}

/* line 5, app/assets/stylesheets/v2/tooltip.sass */
.info-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* line 24, app/assets/stylesheets/v2/tooltip.sass */
.info-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* line 34, app/assets/stylesheets/v2/tooltip.sass */
.info-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
