/*!
 * jQuery UI CSS Framework 1.12.1
 * 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;
	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;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	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("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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}*/;
	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 CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Datepicker 1.12.1
 * 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";
/******* Desigual Logos ********/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*
Starting point. Imports the rest of the elements.
To be imported in angular-cli styles.scss.
*/
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #a69f98;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #020202; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e5e3e1 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #F2F2F2; }
  .table .thead-dark th {
    color: inherit;
    border-color: #F2F2F2; } }

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

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

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

body {
  margin: 0;
  font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C2926;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2C2926;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #030303;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.71429em; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #2C2926; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #766e66; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e5e3e1;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #766e66; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #2C2926;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #2C2926; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.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: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2C2926; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #F2F2F2; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #F2F2F2; }
  .table tbody + tbody {
    border-top: 2px solid #F2F2F2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

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

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white; }

.table-hover .table-white:hover {
  background-color: #f2f2f2; }
  .table-hover .table-white:hover > td,
  .table-hover .table-white:hover > th {
    background-color: #f2f2f2; }

.table-promo,
.table-promo > th,
.table-promo > td {
  background-color: #bbeed1; }

.table-promo th,
.table-promo td,
.table-promo thead th,
.table-promo tbody + tbody {
  border-color: #81e0a9; }

.table-hover .table-promo:hover {
  background-color: #a7e9c3; }
  .table-hover .table-promo:hover > td,
  .table-hover .table-promo:hover > th {
    background-color: #a7e9c3; }

.table-discount,
.table-discount > th,
.table-discount > td {
  background-color: #ffc3cb; }

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

.table-hover .table-discount:hover {
  background-color: #ffaab5; }
  .table-hover .table-discount:hover > td,
  .table-hover .table-discount:hover > th {
    background-color: #ffaab5; }

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

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

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

.table .thead-light th {
  color: #4d4d4d;
  background-color: #F2F2F2;
  border-color: #F2F2F2; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.63rem + 0.25rem);
  padding: 0.69rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4d4d4d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #4d4d4d;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #766e66;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(2, 2, 2, 0.075); }
  .form-control::-webkit-input-placeholder {
    color: #a69f98;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #a69f98;
    opacity: 1; }
  .form-control::placeholder {
    color: #a69f98;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #F2F2F2;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.69rem;
  padding-bottom: 0.69rem;
  margin-bottom: 0;
  line-height: 1.25;
  color: #2C2926;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.77375rem + 0.25rem);
  padding: 0.34rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0; }

.form-control-lg {
  height: calc(3.03625rem + 0.25rem);
  padding: 0.815rem 1.2rem;
  font-size: 1.125rem;
  line-height: 1.25;
  border-radius: 0; }

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #766e66; }

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

.form-check-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: #0cc459; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(12, 196, 89, 0.9);
  border-radius: 0; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #0cc459; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #0cc459;
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.25); }
  .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; }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #0cc459; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #0cc459;
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.25); }
  .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; }

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

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

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

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

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

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

.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 rgba(12, 196, 89, 0.25); }

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #0cc459;
  box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 1rem 1rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 40, 71, 0.9);
  border-radius: 0; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff2847; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff2847;
    box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.25); }
  .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; }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff2847; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff2847;
    box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.25); }
  .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; }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff2847; }

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

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

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

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

.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 rgba(255, 40, 71, 0.25); }

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff2847;
  box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.25); }

.form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #2C2926;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  padding: 0.69rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  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, -webkit-transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #2C2926;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(44, 41, 38, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #2C2926;
  border-color: #2C2926; }
  .btn-primary:hover {
    color: #fff;
    background-color: #171614;
    border-color: #11100e; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(76, 73, 71, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2C2926;
    border-color: #2C2926; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #11100e;
    border-color: #0a0908; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(76, 73, 71, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #0cc459;
  border-color: #0cc459; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0aa049;
    border-color: #099443; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0 rgba(48, 205, 114, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #099443;
    border-color: #08883e; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(48, 205, 114, 0.5); }

.btn-success {
  color: #fff;
  background-color: #0cc459;
  border-color: #0cc459; }
  .btn-success:hover {
    color: #fff;
    background-color: #0aa049;
    border-color: #099443; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0 rgba(48, 205, 114, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #099443;
    border-color: #08883e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(48, 205, 114, 0.5); }

.btn-info {
  color: #fff;
  background-color: #1090C8;
  border-color: #1090C8; }
  .btn-info:hover {
    color: #fff;
    background-color: #0d77a5;
    border-color: #0c6e99; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0 rgba(52, 161, 208, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #1090C8;
    border-color: #1090C8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c6e99;
    border-color: #0b668d; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(52, 161, 208, 0.5); }

.btn-warning {
  color: #2C2926;
  background-color: #ffcd22;
  border-color: #ffcd22; }
  .btn-warning:hover {
    color: #2C2926;
    background-color: #fbc200;
    border-color: #eeb800; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0 rgba(223, 180, 35, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #2C2926;
    background-color: #ffcd22;
    border-color: #ffcd22; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #2C2926;
    background-color: #eeb800;
    border-color: #e1ae00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(223, 180, 35, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff2847;
  border-color: #ff2847; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff0226;
    border-color: #f40023; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0 rgba(255, 72, 99, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff2847;
    border-color: #ff2847; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f40023;
    border-color: #e70021; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 72, 99, 0.5); }

.btn-light {
  color: #2C2926;
  background-color: #fff;
  border-color: #fff; }
  .btn-light:hover {
    color: #2C2926;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0 rgba(223, 223, 222, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #2C2926;
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #2C2926;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(223, 223, 222, 0.5); }

.btn-dark {
  color: #2C2926;
  background-color: #a69f98;
  border-color: #a69f98; }
  .btn-dark:hover {
    color: #fff;
    background-color: #948c83;
    border-color: #8e867d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0 rgba(148, 141, 135, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #2C2926;
    background-color: #a69f98;
    border-color: #a69f98; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #8e867d;
    border-color: #887f76; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(148, 141, 135, 0.5); }

.btn-black {
  color: #fff;
  background-color: #020202;
  border-color: #020202; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #020202;
    border-color: #020202; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.5); }

.btn-white {
  color: #2C2926;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #2C2926;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0 rgba(223, 223, 222, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #2C2926;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #2C2926;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(223, 223, 222, 0.5); }

.btn-promo {
  color: #fff;
  background-color: #0cc459;
  border-color: #0cc459; }
  .btn-promo:hover {
    color: #fff;
    background-color: #0aa049;
    border-color: #099443; }
  .btn-promo:focus, .btn-promo.focus {
    box-shadow: 0 0 0 0 rgba(48, 205, 114, 0.5); }
  .btn-promo.disabled, .btn-promo:disabled {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
  .btn-promo:not(:disabled):not(.disabled):active, .btn-promo:not(:disabled):not(.disabled).active,
  .show > .btn-promo.dropdown-toggle {
    color: #fff;
    background-color: #099443;
    border-color: #08883e; }
    .btn-promo:not(:disabled):not(.disabled):active:focus, .btn-promo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-promo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(48, 205, 114, 0.5); }

.btn-discount {
  color: #fff;
  background-color: #ff2847;
  border-color: #ff2847; }
  .btn-discount:hover {
    color: #fff;
    background-color: #ff0226;
    border-color: #f40023; }
  .btn-discount:focus, .btn-discount.focus {
    box-shadow: 0 0 0 0 rgba(255, 72, 99, 0.5); }
  .btn-discount.disabled, .btn-discount:disabled {
    color: #fff;
    background-color: #ff2847;
    border-color: #ff2847; }
  .btn-discount:not(:disabled):not(.disabled):active, .btn-discount:not(:disabled):not(.disabled).active,
  .show > .btn-discount.dropdown-toggle {
    color: #fff;
    background-color: #f40023;
    border-color: #e70021; }
    .btn-discount:not(:disabled):not(.disabled):active:focus, .btn-discount:not(:disabled):not(.disabled).active:focus,
    .show > .btn-discount.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 72, 99, 0.5); }

.btn-outline-primary {
  color: #2C2926;
  border-color: #2C2926; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #2C2926;
    border-color: #2C2926; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(44, 41, 38, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2C2926;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2C2926;
    border-color: #2C2926; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(44, 41, 38, 0.5); }

.btn-outline-secondary {
  color: #0cc459;
  border-color: #0cc459; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0cc459;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }

.btn-outline-success {
  color: #0cc459;
  border-color: #0cc459; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #0cc459;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }

.btn-outline-info {
  color: #1090C8;
  border-color: #1090C8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #1090C8;
    border-color: #1090C8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0 rgba(16, 144, 200, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #1090C8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #1090C8;
    border-color: #1090C8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(16, 144, 200, 0.5); }

.btn-outline-warning {
  color: #ffcd22;
  border-color: #ffcd22; }
  .btn-outline-warning:hover {
    color: #2C2926;
    background-color: #ffcd22;
    border-color: #ffcd22; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(255, 205, 34, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffcd22;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #2C2926;
    background-color: #ffcd22;
    border-color: #ffcd22; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 205, 34, 0.5); }

.btn-outline-danger {
  color: #ff2847;
  border-color: #ff2847; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff2847;
    border-color: #ff2847; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff2847;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff2847;
    border-color: #ff2847; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.5); }

.btn-outline-light {
  color: #fff;
  border-color: #fff; }
  .btn-outline-light:hover {
    color: #2C2926;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #2C2926;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }

.btn-outline-dark {
  color: #a69f98;
  border-color: #a69f98; }
  .btn-outline-dark:hover {
    color: #2C2926;
    background-color: #a69f98;
    border-color: #a69f98; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0 rgba(166, 159, 152, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #a69f98;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #2C2926;
    background-color: #a69f98;
    border-color: #a69f98; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(166, 159, 152, 0.5); }

.btn-outline-black {
  color: #020202;
  border-color: #020202; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #020202;
    border-color: #020202; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #020202;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #020202;
    border-color: #020202; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(2, 2, 2, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #2C2926;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #2C2926;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }

.btn-outline-promo {
  color: #0cc459;
  border-color: #0cc459; }
  .btn-outline-promo:hover {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
  .btn-outline-promo:focus, .btn-outline-promo.focus {
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }
  .btn-outline-promo.disabled, .btn-outline-promo:disabled {
    color: #0cc459;
    background-color: transparent; }
  .btn-outline-promo:not(:disabled):not(.disabled):active, .btn-outline-promo:not(:disabled):not(.disabled).active,
  .show > .btn-outline-promo.dropdown-toggle {
    color: #fff;
    background-color: #0cc459;
    border-color: #0cc459; }
    .btn-outline-promo:not(:disabled):not(.disabled):active:focus, .btn-outline-promo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-promo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }

.btn-outline-discount {
  color: #ff2847;
  border-color: #ff2847; }
  .btn-outline-discount:hover {
    color: #fff;
    background-color: #ff2847;
    border-color: #ff2847; }
  .btn-outline-discount:focus, .btn-outline-discount.focus {
    box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.5); }
  .btn-outline-discount.disabled, .btn-outline-discount:disabled {
    color: #ff2847;
    background-color: transparent; }
  .btn-outline-discount:not(:disabled):not(.disabled):active, .btn-outline-discount:not(:disabled):not(.disabled).active,
  .show > .btn-outline-discount.dropdown-toggle {
    color: #fff;
    background-color: #ff2847;
    border-color: #ff2847; }
    .btn-outline-discount:not(:disabled):not(.disabled):active:focus, .btn-outline-discount:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-discount.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.5); }

.btn-link {
  font-weight: 400;
  color: #2C2926;
  text-decoration: none; }
  .btn-link:hover {
    color: #030303;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #cac6c2;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.815rem 1.2rem;
  font-size: 1.125rem;
  line-height: 1.25;
  border-radius: 0.25rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.34rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.25rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #2C2926;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #4d4d4d;
  border-radius: 0; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.69rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #2C2926;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #2C2926; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2C2926; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #766e66;
    pointer-events: none;
    background-color: transparent; }

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

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

.dropdown-item-text {
  display: block;
  padding: 0.69rem 0.75rem;
  color: #2C2926; }

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.125rem; }

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.69rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4d4d4d;
  text-align: center;
  white-space: nowrap;
  background-color: #F2F2F2;
  border: 1px solid #4d4d4d;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(3.03625rem + 0.25rem); }

.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.815rem 1.2rem;
  font-size: 1.125rem;
  line-height: 1.25;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.77375rem + 0.25rem); }

.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.34rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0; }

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2C2926;
    background-color: #2C2926; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(2, 2, 2, 0.075); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #766e66; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #8b8279;
    border-color: #8b8279; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #766e66; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #F2F2F2; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #a69f98 solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.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='%23fff' 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"); }

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

.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 41, 38, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(44, 41, 38, 0.5); }

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(44, 41, 38, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #a69f98;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    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;
    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, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(44, 41, 38, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.63rem + 0.25rem);
  padding: 0.69rem 1.75rem 0.69rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4d4d4d;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #766e66;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(44, 41, 38, 0.25); }
    .custom-select:focus::-ms-value {
      color: #4d4d4d;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #766e66;
    background-color: #F2F2F2; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.77375rem + 0.25rem);
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
  padding-left: 0.7rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(3.03625rem + 0.25rem);
  padding-top: 0.815rem;
  padding-bottom: 0.815rem;
  padding-left: 1.2rem;
  font-size: 1.125rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.63rem + 0.25rem);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.63rem + 0.25rem);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #766e66;
    box-shadow: inset 0 1px 1px rgba(2, 2, 2, 0.075); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F2F2F2; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.63rem + 0.25rem);
  padding: 0.69rem 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.63rem;
    padding: 0.69rem 0.75rem;
    line-height: 1.25;
    color: #4d4d4d;
    content: "Browse";
    background-color: #F2F2F2;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(2, 2, 2, 0.075); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(2, 2, 2, 0.075); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, inset 0 1px 1px rgba(2, 2, 2, 0.075); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2C2926;
    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;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #8b8279; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e5e3e1;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2C2926;
    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;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #8b8279; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e5e3e1;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #2C2926;
    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) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #8b8279; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #e5e3e1;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e5e3e1;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #a69f98; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #a69f98; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #a69f98; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #766e66;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #e5e3e1; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #F2F2F2 #F2F2F2 #e5e3e1; }
    .nav-tabs .nav-link.disabled {
      color: #766e66;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #e5e3e1 #e5e3e1 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #2C2926;
  background-color: transparent; }

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

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #2C2926; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #2C2926; }

.navbar-light .navbar-nav .nav-link {
  color: #2C2926; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #2C2926; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(2, 2, 2, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #2C2926; }

.navbar-light .navbar-toggler {
  color: #2C2926;
  border-color: rgba(2, 2, 2, 0.1); }

.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='%232C2926' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #2C2926; }
  .navbar-light .navbar-text a {
    color: #2C2926; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #2C2926; }

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

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

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

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

.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='%23FFF' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

.card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(2, 2, 2, 0.1);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

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

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

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

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

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

.card-header {
  padding: 0.8rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(2, 2, 2, 0.03);
  border-bottom: 1px solid rgba(2, 2, 2, 0.1); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.8rem 1.25rem;
  background-color: rgba(2, 2, 2, 0.03);
  border-top: 1px solid rgba(2, 2, 2, 0.1); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

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

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

.card-columns .card {
  margin-bottom: 0.8rem; }

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F2F2F2;
  border-radius: 0; }

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

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

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

.breadcrumb-item.active {
  color: #766e66; }

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2C2926;
  background-color: #fff;
  border: 1px solid #e5e3e1; }
  .page-link:hover {
    z-index: 2;
    color: #030303;
    text-decoration: none;
    background-color: #F2F2F2;
    border-color: #e5e3e1; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(44, 41, 38, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2C2926;
  border-color: #2C2926; }

.page-item.disabled .page-link {
  color: #766e66;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e5e3e1; }

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  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, -webkit-transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #2C2926; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #11100e; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(44, 41, 38, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #0cc459; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #099443; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }

.badge-success {
  color: #fff;
  background-color: #0cc459; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #099443; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }

.badge-info {
  color: #fff;
  background-color: #1090C8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0c6e99; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(16, 144, 200, 0.5); }

.badge-warning {
  color: #2C2926;
  background-color: #ffcd22; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #2C2926;
    background-color: #eeb800; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 205, 34, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #ff2847; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #f40023; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.5); }

.badge-light {
  color: #2C2926;
  background-color: #fff; }
  a.badge-light:hover, a.badge-light:focus {
    color: #2C2926;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #2C2926;
  background-color: #a69f98; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #2C2926;
    background-color: #8e867d; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(166, 159, 152, 0.5); }

.badge-black {
  color: #fff;
  background-color: #020202; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: black; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(2, 2, 2, 0.5); }

.badge-white {
  color: #2C2926;
  background-color: #fff; }
  a.badge-white:hover, a.badge-white:focus {
    color: #2C2926;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }

.badge-promo {
  color: #fff;
  background-color: #0cc459; }
  a.badge-promo:hover, a.badge-promo:focus {
    color: #fff;
    background-color: #099443; }
  a.badge-promo:focus, a.badge-promo.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(12, 196, 89, 0.5); }

.badge-discount {
  color: #fff;
  background-color: #ff2847; }
  a.badge-discount:hover, a.badge-discount:focus {
    color: #fff;
    background-color: #f40023; }
  a.badge-discount:focus, a.badge-discount.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F2F2F2;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #181615;
  background-color: #d5d4d4;
  border-color: #c4c3c2; }
  .alert-primary hr {
    border-top-color: #b7b6b5; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #07672f;
  background-color: #cef3de;
  border-color: #bbeed1; }
  .alert-secondary hr {
    border-top-color: #a7e9c3; }
  .alert-secondary .alert-link {
    color: #043719; }

.alert-success {
  color: #07672f;
  background-color: #cef3de;
  border-color: #bbeed1; }
  .alert-success hr {
    border-top-color: #a7e9c3; }
  .alert-success .alert-link {
    color: #043719; }

.alert-info {
  color: #094c69;
  background-color: #cfe9f4;
  border-color: #bce0f0; }
  .alert-info hr {
    border-top-color: #a7d6eb; }
  .alert-info .alert-link {
    color: #052a3a; }

.alert-warning {
  color: #866c13;
  background-color: #fff5d3;
  border-color: #fff1c1; }
  .alert-warning hr {
    border-top-color: #ffeba8; }
  .alert-warning .alert-link {
    color: #59480d; }

.alert-danger {
  color: #861626;
  background-color: #ffd4da;
  border-color: #ffc3cb; }
  .alert-danger hr {
    border-top-color: #ffaab5; }
  .alert-danger .alert-link {
    color: #5a0f1a; }

.alert-light {
  color: #868686;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6d6d6d; }

.alert-dark {
  color: #575450;
  background-color: #edecea;
  border-color: #e6e4e2; }
  .alert-dark hr {
    border-top-color: #dad7d4; }
  .alert-dark .alert-link {
    color: #3c3a38; }

.alert-black {
  color: #020202;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: black; }

.alert-white {
  color: #868686;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6d6d6d; }

.alert-promo {
  color: #07672f;
  background-color: #cef3de;
  border-color: #bbeed1; }
  .alert-promo hr {
    border-top-color: #a7e9c3; }
  .alert-promo .alert-link {
    color: #043719; }

.alert-discount {
  color: #861626;
  background-color: #ffd4da;
  border-color: #ffc3cb; }
  .alert-discount hr {
    border-top-color: #ffaab5; }
  .alert-discount .alert-link {
    color: #5a0f1a; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #F2F2F2;
  border-radius: 0; }

.progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2C2926;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

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

.list-group-item-action {
  width: 100%;
  color: #4d4d4d;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #4d4d4d;
    text-decoration: none;
    background-color: #FFF; }
  .list-group-item-action:active {
    color: #2C2926;
    background-color: #F2F2F2; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -2px;
  background-color: #FFF;
  border: 2px solid rgba(2, 2, 2, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #766e66;
    pointer-events: none;
    background-color: #f8f7f6; }
  .list-group-item.active {
    z-index: 2;
    color: inherit;
    background-color: rgba(58, 209, 240, 0.1);
    border-color: #3ad1f0; }

.list-group-horizontal {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -2px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -2px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -2px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -2px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -2px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -2px; }

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

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

.list-group-item-primary {
  color: #181615;
  background-color: #c4c3c2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #181615;
    background-color: #b7b6b5; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #181615;
    border-color: #181615; }

.list-group-item-secondary {
  color: #07672f;
  background-color: #bbeed1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #07672f;
    background-color: #a7e9c3; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #07672f;
    border-color: #07672f; }

.list-group-item-success {
  color: #07672f;
  background-color: #bbeed1; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #07672f;
    background-color: #a7e9c3; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #07672f;
    border-color: #07672f; }

.list-group-item-info {
  color: #094c69;
  background-color: #bce0f0; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #094c69;
    background-color: #a7d6eb; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #094c69;
    border-color: #094c69; }

.list-group-item-warning {
  color: #866c13;
  background-color: #fff1c1; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #866c13;
    background-color: #ffeba8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #866c13;
    border-color: #866c13; }

.list-group-item-danger {
  color: #861626;
  background-color: #ffc3cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #861626;
    background-color: #ffaab5; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #861626;
    border-color: #861626; }

.list-group-item-light {
  color: #868686;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #868686;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #868686;
    border-color: #868686; }

.list-group-item-dark {
  color: #575450;
  background-color: #e6e4e2; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #575450;
    background-color: #dad7d4; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #575450;
    border-color: #575450; }

.list-group-item-black {
  color: #020202;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #020202;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #020202;
    border-color: #020202; }

.list-group-item-white {
  color: #868686;
  background-color: white; }
  .list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
    color: #868686;
    background-color: #f2f2f2; }
  .list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #868686;
    border-color: #868686; }

.list-group-item-promo {
  color: #07672f;
  background-color: #bbeed1; }
  .list-group-item-promo.list-group-item-action:hover, .list-group-item-promo.list-group-item-action:focus {
    color: #07672f;
    background-color: #a7e9c3; }
  .list-group-item-promo.list-group-item-action.active {
    color: #fff;
    background-color: #07672f;
    border-color: #07672f; }

.list-group-item-discount {
  color: #861626;
  background-color: #ffc3cb; }
  .list-group-item-discount.list-group-item-action:hover, .list-group-item-discount.list-group-item-action:focus {
    color: #861626;
    background-color: #ffaab5; }
  .list-group-item-discount.list-group-item-action.active {
    color: #fff;
    background-color: #861626;
    border-color: #861626; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #020202;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #020202;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(2, 2, 2, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #020202; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #F2F2F2;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 0.5rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.5rem; }

.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.5rem;
  border-top: 1px solid #F2F2F2;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 990px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 0.8rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.8rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.8rem 0.9rem 0;
      border-top-color: #020202; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.8rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.8rem;
    height: 1.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.9rem 0.8rem 0.9rem 0;
      border-right-color: #020202; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.8rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.9rem 0.8rem;
      border-bottom-color: #020202; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.8rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.8rem;
    height: 1.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.9rem 0 0.9rem 0.8rem;
      border-left-color: #020202; }

.tooltip-inner {
  max-width: 200px;
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #020202;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #2C2926;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1.8rem;
    height: 0.8rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.8rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.8rem 0.9rem 0;
      border-top-color: rgba(0, 0, 0, 0.05); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.8rem 0.9rem 0;
      border-top-color: #2C2926; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.8rem + 1px) * -1);
    width: 0.8rem;
    height: 1.8rem;
    margin: 0 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.9rem 0.8rem 0.9rem 0;
      border-right-color: rgba(0, 0, 0, 0.05); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.9rem 0.8rem 0.9rem 0;
      border-right-color: #2C2926; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.8rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.9rem 0.8rem 0.9rem;
      border-bottom-color: rgba(0, 0, 0, 0.05); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.9rem 0.8rem 0.9rem;
      border-bottom-color: #2C2926; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1.8rem;
    margin-left: -0.9rem;
    content: "";
    border-bottom: 1px solid #2C2926; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.8rem + 1px) * -1);
    width: 0.8rem;
    height: 1.8rem;
    margin: 0 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.9rem 0 0.9rem 0.8rem;
      border-left-color: rgba(0, 0, 0, 0.05); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.9rem 0 0.9rem 0.8rem;
      border-left-color: #2C2926; }

.popover-header {
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #FFF;
  background-color: #2C2926;
  border-bottom: 1px solid #1e1c1a;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0 0;
  color: #FFF; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
  transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
  transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1); }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #766e66;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #766e66;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: none; }

.carousel-control-next-icon {
  background-image: none; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 9px;
    height: 9px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    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) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

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

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

.bg-primary {
  background-color: #2C2926 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #11100e !important; }

.bg-secondary {
  background-color: #0cc459 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #099443 !important; }

.bg-success {
  background-color: #0cc459 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #099443 !important; }

.bg-info {
  background-color: #1090C8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0c6e99 !important; }

.bg-warning {
  background-color: #ffcd22 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #eeb800 !important; }

.bg-danger {
  background-color: #ff2847 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f40023 !important; }

.bg-light {
  background-color: #fff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important; }

.bg-dark {
  background-color: #a69f98 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #8e867d !important; }

.bg-black {
  background-color: #020202 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-promo {
  background-color: #0cc459 !important; }

a.bg-promo:hover, a.bg-promo:focus,
button.bg-promo:hover,
button.bg-promo:focus {
  background-color: #099443 !important; }

.bg-discount {
  background-color: #ff2847 !important; }

a.bg-discount:hover, a.bg-discount:focus,
button.bg-discount:hover,
button.bg-discount:focus {
  background-color: #f40023 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #0cc459 !important; }

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

.border-info {
  border-color: #1090C8 !important; }

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

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

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

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

.border-black {
  border-color: #020202 !important; }

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

.border-promo {
  border-color: #0cc459 !important; }

.border-discount {
  border-color: #ff2847 !important; }

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

.rounded-sm {
  border-radius: 0 !important; }

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

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-lg {
  border-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-2by3::before {
  padding-top: 150%; }

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

.justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #2C2926 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #030303 !important; }

.text-secondary {
  color: #0cc459 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #087c38 !important; }

.text-success {
  color: #0cc459 !important; }

a.text-success:hover, a.text-success:focus {
  color: #087c38 !important; }

.text-info {
  color: #1090C8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0a5d81 !important; }

.text-warning {
  color: #ffcd22 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d5a400 !important; }

.text-danger {
  color: #ff2847 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #db0020 !important; }

.text-light {
  color: #fff !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #a69f98 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #827970 !important; }

.text-black {
  color: #020202 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-promo {
  color: #0cc459 !important; }

a.text-promo:hover, a.text-promo:focus {
  color: #087c38 !important; }

.text-discount {
  color: #ff2847 !important; }

a.text-discount:hover, a.text-discount:focus {
  color: #db0020 !important; }

.text-body {
  color: #2C2926 !important; }

.text-muted {
  color: #766e66 !important; }

.text-black-50 {
  color: rgba(2, 2, 2, 0.5) !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@-webkit-keyframes fadeIN {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIN {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

h1 {
  font-weight: normal; }

h2 {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 1.5rem; }

h4 {
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.text-flip-x {
  unicode-bidi: bidi-override;
  direction: rtl; }

.text-flip-y {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: inline-block; }

/*
Utils
*/
.text-center {
  text-align: center; }

.main-layout-content-title,
.main-layout-content-separator {
  background-color: #FFF;
  width: calc(100% + 3rem); }

.main-layout-content-title {
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  padding-bottom: 2rem; }

.main-layout-content-separator {
  height: 3.5rem;
  margin: 1.5rem -1.5rem; }

.bg-gray {
  background-color: #cac6c2; }

.bg-gray-mid {
  background-color: #e5e3e1; }

.bg-gray-lighter {
  background-color: #f8f7f6; }

.bg-gray-light {
  background-color: #F2F2F2; }

.bg-gray-mid {
  background-color: #e5e3e1; }

.bg-gray {
  background-color: #cac6c2; }

.bg-gray-dark {
  background-color: #a69f98; }

.bg-gray-darker {
  background-color: #766e66; }

.bg-blue {
  background-color: #0824fd; }

.bg-light-blue {
  background-color: #1090C8; }

.bg-yellow {
  background-color: #ffcd22; }

.bg-green {
  background-color: #0cc459; }

.bg-red {
  background-color: #ff2847; }

.bg-orange {
  background-color: #f6783d; }

.bg-purple {
  background-color: #6443B5; }

.bg-success-status {
  background-color: #CDECAE; }

.bg-danger-status {
  background-color: #F8D7DA; }

.bg-warning-status {
  background-color: #F9E0A7; }

.color-group-0100 {
  background-color: #f0f0f0; }

.color-group-0200 {
  background-color: #35302f; }

.color-group-0300 {
  background-color: #d81e05; }

.color-group-0400 {
  background-color: #27ae60; }

.color-group-0500 {
  background-color: #005b99; }

.color-group-0600 {
  background-color: #60330a; }

.color-group-0700 {
  background-color: #f28411; }

.color-group-0800 {
  background-color: #ffed38; }

.color-group-0900 {
  background-color: white; }

button:focus {
  outline: none; }

button,
.btn {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  button.btn-motionless,
  .btn.btn-motionless {
    -webkit-transform: none !important;
            transform: none !important; }

.btn {
  cursor: pointer;
  position: relative;
  padding: 0.69rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  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, -webkit-transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  font-family: "Volte-Semibold", "M PLUS 1p Bold"; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:focus {
    box-shadow: 0 0 0 0 rgba(1, 87, 155, 0); }
  .btn.disabled, .btn:disabled {
    cursor: default;
    pointer-events: none;
    box-shadow: none;
    opacity: 1; }
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 0.34rem 1.2rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.25rem; }
  .btn.btn-lg, .btn-group-lg > .btn {
    padding: 0.815rem 1.2rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 0.25rem; }
  .btn:hover:not(.btn-sm) {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem); }
  .btn:hover.btn-sm, .btn-group-sm > .btn:hover {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .btn:hover:not(.dropdown-toggle):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -0.25rem; }

.btn-primary:hover {
  color: #fff;
  background-color: #020202;
  border-color: #020202; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #a69f98;
  border-color: #a69f98;
  color: #f8f7f6; }

.btn-black:hover {
  background-color: #020202;
  border-color: #020202; }

.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #020202;
  border-color: #020202; }

.btn-black:focus {
  background-color: #020202;
  border-color: #020202; }

.btn-black.disabled, .btn-black:disabled {
  background-color: #a69f98;
  border-color: #a69f98;
  color: #f8f7f6; }

.btn-white:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #020202; }

.show > .btn-white.dropdown-toggle {
  color: #2C2926;
  background-color: #FFF !important;
  border-color: #FFF; }

.btn-white.disabled, .btn-white:disabled {
  color: #a69f98;
  background-color: #f8f7f6;
  border-color: #f8f7f6; }

[class*="btn-outline"]:not(:disabled):not(.disabled):active, [class*="btn-outline"]:not(:disabled):not(.disabled).active, [class*="btn-outline"]:hover {
  background-color: #FFF;
  border-color: #020202;
  color: #020202; }

.show > [class*="btn-outline"].dropdown-toggle {
  background-color: #FFF;
  border-color: #020202;
  color: #020202; }

[class*="btn-outline"].disabled, [class*="btn-outline"]:disabled {
  color: #a69f98;
  background-color: transparent;
  border-color: #a69f98; }

.btn-outline-black.btn-white {
  background-color: #FFF; }

.btn-outline-black:hover {
  background-color: #020202;
  border-color: #020202;
  color: #fff; }

.btn-outline-black.disabled, .btn-outline-black:disabled {
  border-color: #a69f98;
  color: #a69f98; }

.btn-outline-white:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #020202; }

.btn-outline-white.disabled, .btn-outline-white:disabled {
  border-color: #f8f7f6;
  color: #f8f7f6; }

.btn-outline-white.btn-primary {
  background-color: #2C2926; }
  .btn-outline-white.btn-primary:hover {
    background-color: #FFF;
    color: #2C2926; }
  .btn-outline-white.btn-primary.disabled, .btn-outline-white.btn-primary:disabled {
    border-color: #f8f7f6;
    background-color: #a69f98;
    color: #f8f7f6; }

.btn-primary:not(.btn-outline-white):not(:disabled):not(.disabled):active, .btn-primary:not(.btn-outline-white):not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #FFF; }

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
  background-color: #f8f7f6;
  border-color: #f8f7f6;
  color: #020202; }

.btn-link {
  color: #2C2926;
  text-decoration: underline;
  padding: 0.69rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  text-transform: none;
  font-family: "Volte-Regular", "M PLUS 1p Regular"; }
  .btn-link.btn-sm, .btn-group-sm > .btn-link.btn {
    padding: 0.34rem 1.2rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.25rem; }
  .btn-link.btn-lg, .btn-group-lg > .btn-link.btn {
    padding: 0.8775rem 1.2rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 0.25rem; }
  .btn-link:hover {
    color: #020202; }
  .btn-link:focus {
    border-color: transparent !important;
    box-shadow: none;
    color: #020202; }
  .btn-link.disabled, .btn-link:disabled {
    color: #a69f98; }
  .show > .btn-link.dropdown-toggle {
    color: #020202; }

.btn-txt-grey {
  color: #766e66;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.4); }
  .btn-txt-grey:not(:disabled):not(.disabled):active, .btn-txt-grey:not(:disabled):not(.disabled).active, .btn-txt-grey:hover {
    background-color: white;
    color: #2C2926; }
  .show > .btn-txt-grey.dropdown-toggle {
    background-color: transparent;
    color: #2C2926; }
  .btn-txt-grey:focus {
    background-color: transparent;
    color: #2C2926; }
  .btn-txt-grey.disabled, .btn-txt-grey:disabled {
    color: #a69f98;
    background-color: transparent; }

.btn-back {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .btn-back i {
    font-size: .8em;
    margin-right: 0.4em; }
  .btn-back:hover {
    color: #020202; }

button[class*=" dglSpinner"].disabled, button[class*=" dglSpinner"]:disabled,
.btn[class*=" dglSpinner"].disabled,
.btn[class*=" dglSpinner"]:disabled {
  opacity: 1 !important; }

.btn-loaded {
  color: transparent !important; }
  .btn-loaded:before {
    content: "\E948";
    font-family: "Icomoon";
    position: relative;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #2C2926;
    font-size: inherit;
    line-height: inherit;
    opacity: 1; }
  .btn-loaded.btn-primary:before {
    color: #fff; }
  .btn-loaded.btn-outline-black:hover:before {
    color: #fff; }
  .btn-loaded.btn-outline-white:before {
    color: #fff; }
  .btn-loaded.btn-outline-white:hover:before {
    color: #2C2926; }

.btn-loaded-fixed {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-loaded-fixed:before {
    content: "\E948";
    font-family: "Icomoon";
    position: relative;
    line-height: 0;
    font-size: 1.5em; }

.btn-icon {
  border: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  padding: 0 !important;
  font-size: 24px;
  cursor: pointer; }
  .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    font-size: 1.25em !important; }
  .btn-icon:before {
    font-size: inherit;
    line-height: 1; }
  .btn-icon.btn-loaded {
    cursor: default; }
    .btn-icon.btn-loaded:before {
      content: "\E948";
      font-size: 1em;
      margin-top: .05em;
      line-height: 1;
      right: auto; }
  .btn-icon.btn-icon-disabled {
    opacity: .15; }
  .btn-icon:not(.btn-loaded):hover {
    color: #020202; }
  .btn-icon:not(.btn-loaded).btn-addingProduct {
    background-color: #2C2926; }
    .btn-icon:not(.btn-loaded).btn-addingProduct:before {
      content: none; }
    .btn-icon:not(.btn-loaded).btn-addingProduct:after {
      content: '';
      display: block;
      position: absolute;
      height: 1.2em;
      width: 1.2em;
      top: calc(50% - (1.2em/2));
      left: calc(50% - (1.2em/2));
      border-radius: 100%;
      border-top: 2px solid rgba(255, 255, 255, 0.3);
      border-left: 2px solid rgba(255, 255, 255, 0.3);
      border-bottom: 2px solid #FFF;
      border-right: 2px solid rgba(255, 255, 255, 0.3);
      -webkit-animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
              animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      z-index: 1039; }

.btn-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 68px;
  min-width: 68px;
  height: 100%;
  padding: 5px;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .btn-nav i {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: inherit; }
  .btn-nav span {
    color: inherit;
    font-size: 10px;
    line-height: 1em;
    white-space: nowrap; }
  .btn-nav:hover {
    color: #020202; }

@-webkit-keyframes scroll-to-top-enter {
  0%, 50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes scroll-to-top-enter {
  0%, 50% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scroll-to-top-leave {
  0%, 50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%); } }

@keyframes scroll-to-top-leave {
  0%, 50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%); } }

.btn-scroll-to-top {
  position: fixed;
  display: block;
  right: 2rem;
  bottom: 2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1030;
  border: 0;
  cursor: pointer;
  -webkit-animation: scroll-to-top-enter 1s forwards cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation: scroll-to-top-enter 1s forwards cubic-bezier(0.68, -0.55, 0.27, 1.55); }

.btn-back,
.btn-header-back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1; }
  .btn-back:hover, .btn-back:active,
  .btn-header-back:hover,
  .btn-header-back:active {
    text-decoration: none; }

/* Back link */
.btn-back:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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;
  margin-right: 0.25rem;
  content: "\E94D"; }

.btn-header-back {
  background-color: transparent; }

/* Text link */
.link-text,
a.link-text {
  color: #2C2926;
  text-decoration: underline;
  transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .link-text:hover,
  a.link-text:hover {
    color: #020202;
    cursor: pointer; }

/* Text link with icon */
.label-link {
  color: #2C2926;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .label-link .icon {
    margin-right: 0.33333rem;
    text-decoration: none; }
  .label-link a,
  .label-link span {
    text-decoration: underline;
    cursor: pointer; }
    .label-link a + .icon,
    .label-link span + .icon {
      margin-right: 0;
      margin-left: 0.33333rem; }
  .label-link:hover {
    color: #020202;
    text-decoration: none; }

.btn-toggle .expanded {
  display: none; }

.btn-toggle[aria-expanded=true] .no-expanded {
  display: none; }

.btn-toggle[aria-expanded=true] .expanded {
  display: inline; }

.btn-toggle[aria-expanded=false] .no-expanded {
  display: inline; }

.btn-toggle[aria-expanded=false] .expanded {
  display: none; }

.link-black,
.link-grey-dark,
.link-white {
  padding: 0;
  background-color: transparent;
  border: none;
  display: inline-block;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  line-height: 1.3;
  transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .link-black:not(.link-icon),
  .link-grey-dark:not(.link-icon),
  .link-white:not(.link-icon) {
    text-decoration: underline; }
  .link-black a,
  .link-black span,
  .link-black p,
  .link-grey-dark a,
  .link-grey-dark span,
  .link-grey-dark p,
  .link-white a,
  .link-white span,
  .link-white p {
    color: inherit;
    margin-bottom: 0;
    line-height: inherit; }
  .link-black:active, .link-black:active:hover,
  .link-grey-dark:active,
  .link-grey-dark:active:hover,
  .link-white:active,
  .link-white:active:hover {
    color: #766e66; }

.link-black {
  color: #2C2926; }

.link-grey-dark {
  color: #a69f98; }

.link-white {
  color: #FFF; }

.link-black:hover {
  color: #020202; }

.link-grey-dark:hover {
  color: #020202; }

.link-white:hover {
  color: #FFF; }

.link-sm {
  font-size: 0.75rem; }

.link-hover-black:hover {
  color: #020202; }

.link-hover-white:hover {
  color: #FFF; }

.link-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .link-icon:hover {
    text-decoration: none; }
  .link-icon a,
  .link-icon span,
  .link-icon p {
    text-decoration: underline; }
  .link-icon i {
    text-decoration: none; }

.btn-dropdown {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: none; }
  .btn-dropdown.btn-outline-black {
    color: #4d4d4d; }

.dropdown .btn {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: none;
  height: calc(2.63rem + 0.25rem); }
  .dropdown .btn.btn-outline-black {
    color: #4d4d4d; }

.dropdown .btn-sm, .dropdown .btn-group-sm > .btn {
  height: calc(1.77375rem + 0.25rem);
  padding-left: 0.7rem;
  padding-right: 0.7rem; }

.dropdown .btn-lg, .dropdown .btn-group-lg > .btn {
  height: calc(3.03625rem + 0.25rem);
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.dropdown-toggle.btn {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-transform: none;
  width: 100%;
  text-align: left; }
  .dropdown-toggle.btn.btn-outline-black {
    border-radius: 0;
    border: 1px solid #4d4d4d; }
    .dropdown-toggle.btn.btn-outline-black, .dropdown-toggle.btn.btn-outline-black:active {
      background-color: #fff;
      color: #2C2926; }
  .dropdown-toggle.btn:hover {
    -webkit-transform: none;
            transform: none; }
  .dropdown-toggle.btn:focus {
    color: #020202;
    border-color: #020202; }

.dropdown-toggle.btn-sm, .btn-group-sm > .dropdown-toggle.btn {
  padding-left: 0.7rem;
  padding-right: 0.7rem; }
  .dropdown-toggle.btn-sm:after, .btn-group-sm > .dropdown-toggle.btn:after {
    right: 0.3rem;
    top: 1.01188rem; }

.dropdown-toggle.btn-lg, .btn-group-lg > .dropdown-toggle.btn {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 1.25rem; }
  .dropdown-toggle.btn-lg:after, .btn-group-lg > .dropdown-toggle.btn:after {
    right: 0.7rem;
    top: 1.64312rem; }

.btn + .dropdown-toggle {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }
  .btn + .dropdown-toggle::after, .btn + .dropdown-toggle::before {
    margin-left: 0;
    margin-right: 0; }

.dropdown-toggle::after {
  font-family: "Icomoon";
  content: "\E94C";
  font-size: 2rem;
  line-height: 1;
  border: none;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 1.44rem;
  right: 0.6rem;
  color: inherit;
  height: auto;
  bottom: auto; }

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

.dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg); }

.dropdown-menu {
  padding: 0;
  margin: 0;
  margin-top: -1px;
  width: 100%;
  border-color: #020202; }

.dropdown-item {
  width: calc(100% - 1px);
  font-family: "Volte-Medium", "M PLUS 1p Regular"; }
  .dropdown-item:nth-child(even):not(:hover) {
    background-color: #f8f7f6; }

.dropup .dropdown-toggle::after {
  font-family: "Icomoon";
  content: "\E94C";
  font-size: 2rem;
  line-height: 1;
  border: none;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 1.44rem;
  right: 0.6rem;
  color: inherit;
  height: auto;
  bottom: auto;
  content: "\E954"; }

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

.dropup .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg); }

.dropright .dropdown-toggle::after {
  font-family: "Icomoon";
  content: "\E94C";
  font-size: 2rem;
  line-height: 1;
  border: none;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 1.44rem;
  right: 0.6rem;
  color: inherit;
  height: auto;
  bottom: auto;
  content: "\E94B"; }

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

.dropright .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg); }

.dropleft .dropdown-toggle::after {
  font-family: "Icomoon";
  content: "\E94C";
  font-size: 2rem;
  line-height: 1;
  border: none;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 1.44rem;
  right: 0.6rem;
  color: inherit;
  height: auto;
  bottom: auto; }

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin-top: -2px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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-height: 12px;
  content: "\E94C";
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
  margin-left: -.2em;
  margin-right: 0.5em;
  content: "\E94A"; }

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

.dropleft .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg); }

.dropdown-header {
  text-transform: uppercase; }

.breadcrumb {
  background-color: transparent;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem; }

.breadcrumb-item {
  float: none;
  display: inline;
  color: #020202; }
  .breadcrumb-item a {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .breadcrumb-item a:hover {
      color: #020202 !important; }
  .breadcrumb-item.active {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    color: inherit; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0; }
    .breadcrumb-item + .breadcrumb-item:before {
      display: none; }
  .breadcrumb-item:not(:last-child):after {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    color: inherit;
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "/"; }

/* Spinner - Loading*/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

[class*="dglSpinner"]:before {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - (40px/2));
  left: calc(50% - (40px/2));
  border-radius: 100%;
  border-top: 2px solid rgba(44, 41, 38, 0.3);
  border-left: 2px solid rgba(44, 41, 38, 0.3);
  border-bottom: 2px solid #2C2926;
  border-right: 2px solid rgba(44, 41, 38, 0.3);
  -webkit-animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1039; }

[class*="dglSpinner"]:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.5s ease;
  top: 0;
  left: 0;
  z-index: 21; }

[class*="dglSpinner"].spinner-layout:before, [class*="dglSpinner"].spinner-layout:after {
  position: fixed; }

[class*="dglSpinner"][class*="-top"]:before {
  top: 2rem; }

[class*="dglSpinner"].btn {
  background-color: #2C2926;
  border-color: #2C2926;
  color: #2C2926;
  cursor: default; }
  [class*="dglSpinner"].btn:before {
    height: 1em;
    width: 1em;
    top: calc(50% - (1em/2));
    left: calc(50% - (1em/2));
    border-radius: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid #FFF;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    z-index: 1039; }
  [class*="dglSpinner"].btn:after {
    display: none; }
  [class*="dglSpinner"].btn[class*="-left"] {
    color: #FFF; }
    [class*="dglSpinner"].btn[class*="-left"]:before {
      position: relative;
      display: inline-block;
      left: -0.46em;
      top: 0.1725em;
      margin-left: 0.46em; }

.icon,
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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; }

.icon-circle-dgl {
  display: inline-block;
  border: .05rem solid currentColor;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  line-height: 2em !important; }
  .icon-circle-dgl:before {
    font-size: 1.2em; }
  .icon-circle-dgl.icon-close-dgl:before {
    font-size: 1em; }

.icon-circle-dgl-xs {
  font-size: .75rem; }

.icon-xs {
  font-size: 18px; }

.icon-shipping:before {
  content: "\EADD"; }

.icon-returns:before {
  content: "\EADE"; }

.icon-chevron-down:before {
  content: "\EADC"; }

.icon-magic-logo:before {
  content: "\E949"; }

.icon-password:before {
  content: "\EAD4"; }

.icon-privacy:before {
  content: "\EADB"; }

.icon-imagodesigual:before {
  content: "\EAA9"; }

.icon-logodesigual:before {
  content: "\EAC7"; }

.icon-user-logged:before {
  content: "\EADA"; }

.icon-check-validation-form:before {
  content: "\EAD9"; }

.icon-chevron-double-left:before {
  content: "\EAD5"; }

.icon-chevron-double-right:before {
  content: "\EAD6"; }

.icon-product:before {
  content: "\EAD2"; }

.icon-table:before {
  content: "\EAD3"; }

.icon-magnifying-glass-plus:before {
  content: "\EAB0"; }

.icon-magnifying-glass-minus:before {
  content: "\EAB1"; }

.icon-sound-muted-bigger:before {
  content: "\EAB2"; }

.icon-sound-muted-medium:before {
  content: "\EAB3"; }

.icon-sound-bigger:before {
  content: "\EAB4"; }

.icon-sound-medium:before {
  content: "\EAB5"; }

.icon-sent:before {
  content: "\EAB6"; }

.icon-returned:before {
  content: "\EAB7"; }

.icon-help-with-circle-black:before {
  content: "\EAB8"; }

.icon-preparing:before {
  content: "\EAB9"; }

.icon-play-bigger:before {
  content: "\EABA"; }

.icon-play-medium:before {
  content: "\EABB"; }

.icon-location-on:before {
  content: "\EABC"; }

.icon-emoji-surprised:before {
  content: "\EABD"; }

.icon-pick:before {
  content: "\EABE"; }

.icon-pause-bigger:before {
  content: "\EABF"; }

.icon-pause-medium:before {
  content: "\EAC0"; }

.icon-partially-returned:before {
  content: "\EAC1"; }

.icon-online:before {
  content: "\EAC2"; }

.icon-magic:before {
  content: "\EAC3"; }

.icon-magic-three:before {
  content: "\EAC4"; }

.icon-magic-two:before {
  content: "\EAC5"; }

.icon-magic-one:before {
  content: "\EAC6"; }

.icon-linear-line:before {
  content: "\EAC8"; }

.icon-heart-break-right:before {
  content: "\EAC9"; }

.icon-heart-break-left:before {
  content: "\EACA"; }

.icon-filter-sort:before {
  content: "\EACB"; }

.icon-check-small:before {
  content: "\EACC"; }

.icon-check-bubble:before {
  content: "\EACD"; }

.icon-check-bubble-black:before {
  content: "\EACE"; }

.icon-canceled:before {
  content: "\EACF"; }

.icon-alert:before {
  content: "\EAD0"; }

.icon-360:before {
  content: "\EAD1"; }

.icon-user-mask-dgl:before {
  content: "\EAAC"; }

.icon-user-dgl:before {
  content: "\EAAD"; }

.icon-cloud-upload-dgl:before {
  content: "\EAAE"; }

.icon-mask-batman-dgl:before {
  content: "\EAAF"; }

.icon-home-dgl:before {
  content: "\EAAA"; }

.icon-mail-dgl:before {
  content: "\EAAB"; }

.icon-scan-dgl:before {
  content: "\E900"; }

.icon-bin-dgl:before {
  content: "\E901"; }

.icon-cart-dgl:before {
  content: "\E902"; }

.icon-close-dgl:before {
  content: "\E903"; }

.icon-up-dgl:before {
  content: "\E904"; }

.icon-down-dgl:before {
  content: "\E905"; }

.icon-back-dgl:before {
  content: "\E906"; }

.icon-forward-dgl:before {
  content: "\E907"; }

.icon-sign-minus-dgl:before {
  content: "\E908"; }

.icon-sign-plus-dgl:before {
  content: "\E909"; }

.icon-search-dgl:before {
  content: "\E90A"; }

.icon-sign-warning-dgl:before {
  content: "\E90B"; }

.icon-info-dgl:before {
  content: "\E90C"; }

.icon-check-dgl:before {
  content: "\E90D"; }

.icon-add-to-list:before {
  content: "\E90E"; }

.icon-add-user:before {
  content: "\E90F"; }

.icon-address:before {
  content: "\E910"; }

.icon-adjust:before {
  content: "\E911"; }

.icon-air:before {
  content: "\E912"; }

.icon-aircraft-landing:before {
  content: "\E913"; }

.icon-aircraft-take-off:before {
  content: "\E914"; }

.icon-aircraft:before {
  content: "\E915"; }

.icon-align-bottom:before {
  content: "\E916"; }

.icon-align-horizontal-middle:before {
  content: "\E917"; }

.icon-align-left:before {
  content: "\E918"; }

.icon-align-right:before {
  content: "\E919"; }

.icon-align-top:before {
  content: "\E91A"; }

.icon-align-vertical-middle:before {
  content: "\E91B"; }

.icon-archive:before {
  content: "\E91C"; }

.icon-area-graph:before {
  content: "\E91D"; }

.icon-arrow-bold-down:before {
  content: "\E91E"; }

.icon-arrow-bold-left:before {
  content: "\E91F"; }

.icon-arrow-bold-right:before {
  content: "\E920"; }

.icon-arrow-bold-up:before {
  content: "\E921"; }

.icon-arrow-down:before {
  content: "\E922"; }

.icon-arrow-left:before {
  content: "\E923"; }

.icon-arrow-long-down:before {
  content: "\E924"; }

.icon-arrow-long-left:before {
  content: "\E925"; }

.icon-arrow-long-right:before {
  content: "\E926"; }

.icon-arrow-long-up:before {
  content: "\E927"; }

.icon-arrow-right:before {
  content: "\E928"; }

.icon-arrow-up:before {
  content: "\E929"; }

.icon-arrow-with-circle-down:before {
  content: "\E92A"; }

.icon-arrow-with-circle-left:before {
  content: "\E92B"; }

.icon-arrow-with-circle-right:before {
  content: "\E92C"; }

.icon-arrow-with-circle-up:before {
  content: "\E92D"; }

.icon-attachment:before {
  content: "\E92E"; }

.icon-awareness-ribbon:before {
  content: "\E92F"; }

.icon-back-in-time:before {
  content: "\E930"; }

.icon-back:before {
  content: "\E931"; }

.icon-bar-graph:before {
  content: "\E932"; }

.icon-battery:before {
  content: "\E933"; }

.icon-beamed-note:before {
  content: "\E934"; }

.icon-bell:before {
  content: "\E935"; }

.icon-blackboard:before {
  content: "\E936"; }

.icon-block:before {
  content: "\E937"; }

.icon-book:before {
  content: "\E938"; }

.icon-bookmark:before {
  content: "\E939"; }

.icon-bookmarks:before {
  content: "\E93A"; }

.icon-bowl:before {
  content: "\E93B"; }

.icon-box:before {
  content: "\E93C"; }

.icon-briefcase:before {
  content: "\E93D"; }

.icon-browser:before {
  content: "\E93E"; }

.icon-brush:before {
  content: "\E93F"; }

.icon-bucket:before {
  content: "\E940"; }

.icon-bug:before {
  content: "\E941"; }

.icon-cake:before {
  content: "\E942"; }

.icon-calculator:before {
  content: "\E943"; }

.icon-calendar:before {
  content: "\E944"; }

.icon-camera:before {
  content: "\E945"; }

.icon-ccw:before {
  content: "\E946"; }

.icon-chat:before {
  content: "\E947"; }

.icon-check:before {
  content: "\E948"; }

.icon-chevron-left:before {
  content: "\E94A"; }

.icon-chevron-right:before {
  content: "\E94B"; }

.icon-chevron-small-down:before {
  content: "\E94C"; }

.icon-chevron-small-left:before {
  content: "\E94D"; }

.icon-chevron-small-right:before {
  content: "\E94E"; }

.icon-chevron-small-up:before {
  content: "\E94F"; }

.icon-chevron-thin-down:before {
  content: "\E950"; }

.icon-chevron-thin-left:before {
  content: "\E951"; }

.icon-chevron-thin-right:before {
  content: "\E952"; }

.icon-chevron-thin-up:before {
  content: "\E953"; }

.icon-chevron-up:before {
  content: "\E954"; }

.icon-chevron-with-circle-down:before {
  content: "\E955"; }

.icon-chevron-with-circle-left:before {
  content: "\E956"; }

.icon-chevron-with-circle-right:before {
  content: "\E957"; }

.icon-chevron-with-circle-up:before {
  content: "\E958"; }

.icon-circle-with-cross:before {
  content: "\E959"; }

.icon-circle-with-minus:before {
  content: "\E95A"; }

.icon-circle-with-plus:before {
  content: "\E95B"; }

.icon-circle:before {
  content: "\E95C"; }

.icon-circular-graph:before {
  content: "\E95D"; }

.icon-clapperboard:before {
  content: "\E95E"; }

.icon-classic-computer:before {
  content: "\E95F"; }

.icon-clipboard:before {
  content: "\E960"; }

.icon-clock:before {
  content: "\E961"; }

.icon-cloud:before {
  content: "\E962"; }

.icon-code:before {
  content: "\E963"; }

.icon-cog:before {
  content: "\E964"; }

.icon-colours:before {
  content: "\E965"; }

.icon-compass:before {
  content: "\E966"; }

.icon-controller-fast-backward:before {
  content: "\E967"; }

.icon-controller-fast-forward:before {
  content: "\E968"; }

.icon-controller-jump-to-start:before {
  content: "\E969"; }

.icon-controller-next:before {
  content: "\E96A"; }

.icon-controller-paus:before {
  content: "\E96B"; }

.icon-controller-play:before {
  content: "\E96C"; }

.icon-controller-record:before {
  content: "\E96D"; }

.icon-controller-stop:before {
  content: "\E96E"; }

.icon-controller-volume:before {
  content: "\E96F"; }

.icon-copy:before {
  content: "\E970"; }

.icon-creative-commons-attribution:before {
  content: "\E971"; }

.icon-creative-commons-noderivs:before {
  content: "\E972"; }

.icon-creative-commons-noncommercial-eu:before {
  content: "\E973"; }

.icon-creative-commons-noncommercial-us:before {
  content: "\E974"; }

.icon-creative-commons-public-domain:before {
  content: "\E975"; }

.icon-creative-commons-remix:before {
  content: "\E976"; }

.icon-creative-commons-share:before {
  content: "\E977"; }

.icon-creative-commons-sharealike:before {
  content: "\E978"; }

.icon-creative-commons:before {
  content: "\E979"; }

.icon-credit-card:before {
  content: "\E97A"; }

.icon-credit:before {
  content: "\E97B"; }

.icon-crop:before {
  content: "\E97C"; }

.icon-cross:before {
  content: "\E97D"; }

.icon-cup:before {
  content: "\E97E"; }

.icon-cw:before {
  content: "\E97F"; }

.icon-cycle:before {
  content: "\E980"; }

.icon-database:before {
  content: "\E981"; }

.icon-dial-pad:before {
  content: "\E982"; }

.icon-direction:before {
  content: "\E983"; }

.icon-document-landscape:before {
  content: "\E984"; }

.icon-document:before {
  content: "\E985"; }

.icon-documents:before {
  content: "\E986"; }

.icon-dot-single:before {
  content: "\E987"; }

.icon-dots-three-horizontal:before {
  content: "\E988"; }

.icon-dots-three-vertical:before {
  content: "\E989"; }

.icon-dots-two-horizontal:before {
  content: "\E98A"; }

.icon-dots-two-vertical:before {
  content: "\E98B"; }

.icon-download:before {
  content: "\E98C"; }

.icon-drink:before {
  content: "\E98D"; }

.icon-drive:before {
  content: "\E98E"; }

.icon-drop:before {
  content: "\E98F"; }

.icon-edit:before {
  content: "\E990"; }

.icon-email:before {
  content: "\E991"; }

.icon-emoji-flirt:before {
  content: "\E992"; }

.icon-emoji-happy:before {
  content: "\E993"; }

.icon-emoji-neutral:before {
  content: "\E994"; }

.icon-emoji-sad:before {
  content: "\E995"; }

.icon-erase:before {
  content: "\E996"; }

.icon-eraser:before {
  content: "\E997"; }

.icon-export:before {
  content: "\E998"; }

.icon-eye-with-line:before {
  content: "\E999"; }

.icon-eye:before {
  content: "\E99A"; }

.icon-feather:before {
  content: "\E99B"; }

.icon-fingerprint:before {
  content: "\E99C"; }

.icon-flag:before {
  content: "\E99D"; }

.icon-flash:before {
  content: "\E99E"; }

.icon-flashlight:before {
  content: "\E99F"; }

.icon-flat-brush:before {
  content: "\E9A0"; }

.icon-flow-branch:before {
  content: "\E9A1"; }

.icon-flow-cascade:before {
  content: "\E9A2"; }

.icon-flow-line:before {
  content: "\E9A3"; }

.icon-flow-parallel:before {
  content: "\E9A4"; }

.icon-flow-tree:before {
  content: "\E9A5"; }

.icon-flower:before {
  content: "\E9A6"; }

.icon-folder-images:before {
  content: "\E9A7"; }

.icon-folder-music:before {
  content: "\E9A8"; }

.icon-folder-video:before {
  content: "\E9A9"; }

.icon-folder:before {
  content: "\E9AA"; }

.icon-forward:before {
  content: "\E9AB"; }

.icon-funnel:before {
  content: "\E9AC"; }

.icon-game-controller:before {
  content: "\E9AD"; }

.icon-gauge:before {
  content: "\E9AE"; }

.icon-globe:before {
  content: "\E9AF"; }

.icon-graduation-cap:before {
  content: "\E9B0"; }

.icon-grid:before {
  content: "\E9B1"; }

.icon-hair-cross:before {
  content: "\E9B2"; }

.icon-hand:before {
  content: "\E9B3"; }

.icon-heart-outlined:before {
  content: "\E9B4"; }

.icon-heart:before {
  content: "\E9B5"; }

.icon-help-with-circle:before {
  content: "\E9B6"; }

.icon-help:before {
  content: "\E9B7"; }

.icon-home:before {
  content: "\E9B8"; }

.icon-hour-glass:before {
  content: "\E9B9"; }

.icon-image-inverted:before {
  content: "\E9BA"; }

.icon-image:before {
  content: "\E9BB"; }

.icon-images:before {
  content: "\E9BC"; }

.icon-inbox:before {
  content: "\E9BD"; }

.icon-infinity:before {
  content: "\E9BE"; }

.icon-info-with-circle:before {
  content: "\E9BF"; }

.icon-info:before {
  content: "\E9C0"; }

.icon-install:before {
  content: "\E9C1"; }

.icon-key:before {
  content: "\E9C2"; }

.icon-keyboard:before {
  content: "\E9C3"; }

.icon-lab-flask:before {
  content: "\E9C4"; }

.icon-landline:before {
  content: "\E9C5"; }

.icon-language:before {
  content: "\E9C6"; }

.icon-laptop:before {
  content: "\E9C7"; }

.icon-layers:before {
  content: "\E9C8"; }

.icon-leaf:before {
  content: "\E9C9"; }

.icon-level-down:before {
  content: "\E9CA"; }

.icon-level-up:before {
  content: "\E9CB"; }

.icon-lifebuoy:before {
  content: "\E9CC"; }

.icon-light-bulb:before {
  content: "\E9CD"; }

.icon-light-down:before {
  content: "\E9CE"; }

.icon-light-up:before {
  content: "\E9CF"; }

.icon-line-graph:before {
  content: "\E9D0"; }

.icon-link:before {
  content: "\E9D1"; }

.icon-list:before {
  content: "\E9D2"; }

.icon-location-off:before {
  content: "\E9D3"; }

.icon-location:before {
  content: "\E9D4"; }

.icon-lock-open:before {
  content: "\E9D5"; }

.icon-lock:before {
  content: "\E9D6"; }

.icon-log-out:before {
  content: "\E9D7"; }

.icon-login:before {
  content: "\E9D8"; }

.icon-loop:before {
  content: "\E9D9"; }

.icon-magnet:before {
  content: "\E9DA"; }

.icon-magnifying-glass:before {
  content: "\E9DB"; }

.icon-mail:before {
  content: "\E9DC"; }

.icon-man:before {
  content: "\E9DD"; }

.icon-map:before {
  content: "\E9DE"; }

.icon-mask:before {
  content: "\E9DF"; }

.icon-medal:before {
  content: "\E9E0"; }

.icon-megaphone:before {
  content: "\E9E1"; }

.icon-menu:before {
  content: "\E9E2"; }

.icon-merge:before {
  content: "\E9E3"; }

.icon-message:before {
  content: "\E9E4"; }

.icon-mic:before {
  content: "\E9E5"; }

.icon-minus:before {
  content: "\E9E6"; }

.icon-mobile:before {
  content: "\E9E7"; }

.icon-modern-mic:before {
  content: "\E9E8"; }

.icon-moon:before {
  content: "\E9E9"; }

.icon-mouse-pointer:before {
  content: "\E9EA"; }

.icon-mouse:before {
  content: "\E9EB"; }

.icon-music:before {
  content: "\E9EC"; }

.icon-network:before {
  content: "\E9ED"; }

.icon-new-message:before {
  content: "\E9EE"; }

.icon-new:before {
  content: "\E9EF"; }

.icon-news:before {
  content: "\E9F0"; }

.icon-newsletter:before {
  content: "\E9F1"; }

.icon-note:before {
  content: "\E9F2"; }

.icon-notification:before {
  content: "\E9F3"; }

.icon-notifications-off:before {
  content: "\E9F4"; }

.icon-old-mobile:before {
  content: "\E9F5"; }

.icon-old-phone:before {
  content: "\E9F6"; }

.icon-open-book:before {
  content: "\E9F7"; }

.icon-palette:before {
  content: "\E9F8"; }

.icon-paper-plane:before {
  content: "\E9F9"; }

.icon-pencil:before {
  content: "\E9FA"; }

.icon-phone:before {
  content: "\E9FB"; }

.icon-pie-chart:before {
  content: "\E9FC"; }

.icon-pin:before {
  content: "\E9FD"; }

.icon-plus:before {
  content: "\E9FE"; }

.icon-popup:before {
  content: "\E9FF"; }

.icon-power-plug:before {
  content: "\EA00"; }

.icon-price-ribbon:before {
  content: "\EA01"; }

.icon-price-tag:before {
  content: "\EA02"; }

.icon-print:before {
  content: "\EA03"; }

.icon-progress-empty:before {
  content: "\EA04"; }

.icon-progress-full:before {
  content: "\EA05"; }

.icon-progress-one:before {
  content: "\EA06"; }

.icon-progress-two:before {
  content: "\EA07"; }

.icon-publish:before {
  content: "\EA08"; }

.icon-quote:before {
  content: "\EA09"; }

.icon-radio:before {
  content: "\EA0A"; }

.icon-remove-user:before {
  content: "\EA0B"; }

.icon-reply-all:before {
  content: "\EA0C"; }

.icon-reply:before {
  content: "\EA0D"; }

.icon-resize-100:before {
  content: "\EA0E"; }

.icon-resize-full-screen:before {
  content: "\EA0F"; }

.icon-retweet:before {
  content: "\EA10"; }

.icon-rocket:before {
  content: "\EA11"; }

.icon-round-brush:before {
  content: "\EA12"; }

.icon-rss:before {
  content: "\EA13"; }

.icon-ruler:before {
  content: "\EA14"; }

.icon-save:before {
  content: "\EA15"; }

.icon-scissors:before {
  content: "\EA16"; }

.icon-select-arrows:before {
  content: "\EA17"; }

.icon-share-alternative:before {
  content: "\EA18"; }

.icon-share:before {
  content: "\EA19"; }

.icon-shareable:before {
  content: "\EA1A"; }

.icon-shield:before {
  content: "\EA1B"; }

.icon-shop:before {
  content: "\EA1C"; }

.icon-shopping-bag:before {
  content: "\EA1D"; }

.icon-shopping-basket:before {
  content: "\EA1E"; }

.icon-shopping-cart:before {
  content: "\EA1F"; }

.icon-shuffle:before {
  content: "\EA20"; }

.icon-signal:before {
  content: "\EA21"; }

.icon-sound-mix:before {
  content: "\EA22"; }

.icon-sound-mute:before {
  content: "\EA23"; }

.icon-sound:before {
  content: "\EA24"; }

.icon-sports-club:before {
  content: "\EA25"; }

.icon-spreadsheet:before {
  content: "\EA26"; }

.icon-squared-cross:before {
  content: "\EA27"; }

.icon-squared-minus:before {
  content: "\EA28"; }

.icon-squared-plus:before {
  content: "\EA29"; }

.icon-star-outlined:before {
  content: "\EA2A"; }

.icon-star:before {
  content: "\EA2B"; }

.icon-stopwatch:before {
  content: "\EA2C"; }

.icon-suitcase:before {
  content: "\EA2D"; }

.icon-swap:before {
  content: "\EA2E"; }

.icon-sweden:before {
  content: "\EA2F"; }

.icon-switch:before {
  content: "\EA30"; }

.icon-tablet-mobile-combo:before {
  content: "\EA31"; }

.icon-tablet:before {
  content: "\EA32"; }

.icon-tag:before {
  content: "\EA33"; }

.icon-text-document-inverted:before {
  content: "\EA34"; }

.icon-text-document:before {
  content: "\EA35"; }

.icon-text:before {
  content: "\EA36"; }

.icon-thermometer:before {
  content: "\EA37"; }

.icon-thumbs-down:before {
  content: "\EA38"; }

.icon-thumbs-up:before {
  content: "\EA39"; }

.icon-thunder-cloud:before {
  content: "\EA3A"; }

.icon-ticket:before {
  content: "\EA3B"; }

.icon-time-slot:before {
  content: "\EA3C"; }

.icon-tools:before {
  content: "\EA3D"; }

.icon-traffic-cone:before {
  content: "\EA3E"; }

.icon-trash:before {
  content: "\EA3F"; }

.icon-tree:before {
  content: "\EA40"; }

.icon-triangle-down:before {
  content: "\EA41"; }

.icon-triangle-left:before {
  content: "\EA42"; }

.icon-triangle-right:before {
  content: "\EA43"; }

.icon-triangle-up:before {
  content: "\EA44"; }

.icon-trophy:before {
  content: "\EA45"; }

.icon-tv:before {
  content: "\EA46"; }

.icon-typing:before {
  content: "\EA47"; }

.icon-uninstall:before {
  content: "\EA48"; }

.icon-unread:before {
  content: "\EA49"; }

.icon-untag:before {
  content: "\EA4A"; }

.icon-upload-to-cloud:before {
  content: "\EA4B"; }

.icon-upload:before {
  content: "\EA4C"; }

.icon-user:before {
  content: "\EA4D"; }

.icon-users:before {
  content: "\EA4E"; }

.icon-v-card:before {
  content: "\EA4F"; }

.icon-video-camera:before {
  content: "\EA50"; }

.icon-video:before {
  content: "\EA51"; }

.icon-vinyl:before {
  content: "\EA52"; }

.icon-voicemail:before {
  content: "\EA53"; }

.icon-wallet:before {
  content: "\EA54"; }

.icon-warning:before {
  content: "\EA55"; }

.icon-water:before {
  content: "\EA56"; }

.icon-px-with-circle:before {
  content: "\EA57"; }

.icon-px:before {
  content: "\EA58"; }

.icon-app-store:before {
  content: "\EA59"; }

.icon-baidu:before {
  content: "\EA5A"; }

.icon-basecamp:before {
  content: "\EA5B"; }

.icon-behance:before {
  content: "\EA5C"; }

.icon-creative-cloud:before {
  content: "\EA5D"; }

.icon-dribbble-with-circle:before {
  content: "\EA5E"; }

.icon-dribbble:before {
  content: "\EA5F"; }

.icon-dropbox:before {
  content: "\EA60"; }

.icon-evernote:before {
  content: "\EA61"; }

.icon-facebook-with-circle:before {
  content: "\EA62"; }

.icon-facebook:before {
  content: "\EA63"; }

.icon-flattr:before {
  content: "\EA64"; }

.icon-flickr-with-circle:before {
  content: "\EA65"; }

.icon-flickr:before {
  content: "\EA66"; }

.icon-foursquare:before {
  content: "\EA67"; }

.icon-github-with-circle:before {
  content: "\EA68"; }

.icon-github:before {
  content: "\EA69"; }

.icon-google-drive:before {
  content: "\EA6A"; }

.icon-google-hangouts:before {
  content: "\EA6B"; }

.icon-google-play:before {
  content: "\EA6C"; }

.icon-google-with-circle:before {
  content: "\EA6D"; }

.icon-google:before {
  content: "\EA6E"; }

.icon-grooveshark:before {
  content: "\EA6F"; }

.icon-houzz:before {
  content: "\EA70"; }

.icon-icloud:before {
  content: "\EA71"; }

.icon-instagram-with-circle:before {
  content: "\EA72"; }

.icon-instagram:before {
  content: "\EA73"; }

.icon-lastfm-with-circle:before {
  content: "\EA74"; }

.icon-lastfm:before {
  content: "\EA75"; }

.icon-linkedin-with-circle:before {
  content: "\EA76"; }

.icon-linkedin:before {
  content: "\EA77"; }

.icon-mail-with-circle:before {
  content: "\EA78"; }

.icon-medium-with-circle:before {
  content: "\EA79"; }

.icon-medium:before {
  content: "\EA7A"; }

.icon-mixi:before {
  content: "\EA7B"; }

.icon-onedrive:before {
  content: "\EA7C"; }

.icon-paypal:before {
  content: "\EA7D"; }

.icon-picasa:before {
  content: "\EA7E"; }

.icon-pinterest-with-circle:before {
  content: "\EA7F"; }

.icon-pinterest:before {
  content: "\EA80"; }

.icon-qq-with-circle:before {
  content: "\EA81"; }

.icon-qq:before {
  content: "\EA82"; }

.icon-raft-with-circle:before {
  content: "\EA83"; }

.icon-raft:before {
  content: "\EA84"; }

.icon-rainbow:before {
  content: "\EA85"; }

.icon-rdio-with-circle:before {
  content: "\EA86"; }

.icon-rdio:before {
  content: "\EA87"; }

.icon-renren:before {
  content: "\EA88"; }

.icon-scribd:before {
  content: "\EA89"; }

.icon-sina-weibo:before {
  content: "\EA8A"; }

.icon-skype-with-circle:before {
  content: "\EA8B"; }

.icon-skype:before {
  content: "\EA8C"; }

.icon-slideshare:before {
  content: "\EA8D"; }

.icon-smashing:before {
  content: "\EA8E"; }

.icon-soundcloud:before {
  content: "\EA8F"; }

.icon-spotify-with-circle:before {
  content: "\EA90"; }

.icon-spotify:before {
  content: "\EA91"; }

.icon-stumbleupon-with-circle:before {
  content: "\EA92"; }

.icon-stumbleupon:before {
  content: "\EA93"; }

.icon-swarm:before {
  content: "\EA94"; }

.icon-tripadvisor:before {
  content: "\EA95"; }

.icon-tumblr-with-circle:before {
  content: "\EA96"; }

.icon-tumblr:before {
  content: "\EA97"; }

.icon-twitter-with-circle:before {
  content: "\EA98"; }

.icon-twitter:before {
  content: "\EA99"; }

.icon-vimeo-with-circle:before {
  content: "\EA9A"; }

.icon-vimeo:before {
  content: "\EA9B"; }

.icon-vine-with-circle:before {
  content: "\EA9C"; }

.icon-vine:before {
  content: "\EA9D"; }

.icon-vk-alternitive:before {
  content: "\EA9E"; }

.icon-vk-with-circle:before {
  content: "\EA9F"; }

.icon-vk:before {
  content: "\EAA0"; }

.icon-windows-store:before {
  content: "\EAA1"; }

.icon-xing-with-circle:before {
  content: "\EAA2"; }

.icon-xing:before {
  content: "\EAA3"; }

.icon-yelp:before {
  content: "\EAA4"; }

.icon-youko-with-circle:before {
  content: "\EAA5"; }

.icon-youko:before {
  content: "\EAA6"; }

.icon-youtube-with-circle:before {
  content: "\EAA7"; }

.icon-youtube:before {
  content: "\EAA8"; }

.icon-hanger:before {
  content: "\EAD7"; }

.icon-gift:before {
  content: "\EAD8"; }

.icon-filter:before {
  content: "\E9AC"; }

.icon-document-invoice:before {
  content: "\EAE0"; }

.icon-document-customs:before {
  content: "\EADF"; }

.icon-document-returns:before {
  content: "\EAE1"; }

body {
  -webkit-font-smoothing: antialiased; }

.h1-300 {
  font-size: 6.74625rem; }

.h1-250 {
  font-size: 5.62187rem; }

.h1-200 {
  font-size: 4.4975rem; }

.h1-175 {
  font-size: 3.93531rem; }

.h1-150 {
  font-size: 3.37312rem; }

.h1-125 {
  font-size: 2.81094rem; }

.font-light {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal; }

.font-regular {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal; }

.font-medium {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal; }

.font-bold {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal; }

.font-custom {
  font-family: "Volte-Bold", "M PLUS 1p Bold";
  font-weight: normal; }

.h1 {
  font-size: 1.96875rem !important; }

.h2 {
  font-size: 1.75rem !important; }

.h3 {
  font-size: 1.53125rem !important; }

.h4 {
  font-size: 1.3125rem !important; }

.h5 {
  font-size: 1.09375rem !important; }

.h6 {
  font-size: 0.875rem !important; }

.h1-300 {
  font-size: 6.74625rem; }

.h1-250 {
  font-size: 5.62187rem; }

.h1-200 {
  font-size: 4.4975rem; }

.h1-175 {
  font-size: 3.93531rem; }

.h1-150 {
  font-size: 3.37312rem; }

.h1-125 {
  font-size: 2.81094rem; }

@media (min-width: 576px) {
  .font-sm-light {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-sm-regular {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-sm-medium {
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-sm-bold {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  .font-sm-custom {
    font-family: "Volte-Bold", "M PLUS 1p Bold";
    font-weight: normal; }
  .h1-sm {
    font-size: 1.96875rem !important; }
  .h2-sm {
    font-size: 1.75rem !important; }
  .h3-sm {
    font-size: 1.53125rem !important; }
  .h4-sm {
    font-size: 1.3125rem !important; }
  .h5-sm {
    font-size: 1.09375rem !important; }
  .h6-sm {
    font-size: 0.875rem !important; }
  .h1-300-sm {
    font-size: 6.74625rem; }
  .h1-250-sm {
    font-size: 5.62187rem; }
  .h1-200-sm {
    font-size: 4.4975rem; }
  .h1-175-sm {
    font-size: 3.93531rem; }
  .h1-150-sm {
    font-size: 3.37312rem; }
  .h1-125-sm {
    font-size: 2.81094rem; } }

@media (min-width: 768px) {
  .font-md-light {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-md-regular {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-md-medium {
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-md-bold {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  .font-md-custom {
    font-family: "Volte-Bold", "M PLUS 1p Bold";
    font-weight: normal; }
  .h1-md {
    font-size: 1.96875rem !important; }
  .h2-md {
    font-size: 1.75rem !important; }
  .h3-md {
    font-size: 1.53125rem !important; }
  .h4-md {
    font-size: 1.3125rem !important; }
  .h5-md {
    font-size: 1.09375rem !important; }
  .h6-md {
    font-size: 0.875rem !important; }
  .h1-300-md {
    font-size: 6.74625rem; }
  .h1-250-md {
    font-size: 5.62187rem; }
  .h1-200-md {
    font-size: 4.4975rem; }
  .h1-175-md {
    font-size: 3.93531rem; }
  .h1-150-md {
    font-size: 3.37312rem; }
  .h1-125-md {
    font-size: 2.81094rem; } }

@media (min-width: 992px) {
  .font-lg-light {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-lg-regular {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-lg-medium {
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-lg-bold {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  .font-lg-custom {
    font-family: "Volte-Bold", "M PLUS 1p Bold";
    font-weight: normal; }
  .h1-lg {
    font-size: 1.96875rem !important; }
  .h2-lg {
    font-size: 1.75rem !important; }
  .h3-lg {
    font-size: 1.53125rem !important; }
  .h4-lg {
    font-size: 1.3125rem !important; }
  .h5-lg {
    font-size: 1.09375rem !important; }
  .h6-lg {
    font-size: 0.875rem !important; }
  .h1-300-lg {
    font-size: 6.74625rem; }
  .h1-250-lg {
    font-size: 5.62187rem; }
  .h1-200-lg {
    font-size: 4.4975rem; }
  .h1-175-lg {
    font-size: 3.93531rem; }
  .h1-150-lg {
    font-size: 3.37312rem; }
  .h1-125-lg {
    font-size: 2.81094rem; } }

@media (min-width: 1200px) {
  .font-xl-light {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-xl-regular {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-xl-medium {
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  .font-xl-bold {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  .font-xl-custom {
    font-family: "Volte-Bold", "M PLUS 1p Bold";
    font-weight: normal; }
  .h1-xl {
    font-size: 1.96875rem !important; }
  .h2-xl {
    font-size: 1.75rem !important; }
  .h3-xl {
    font-size: 1.53125rem !important; }
  .h4-xl {
    font-size: 1.3125rem !important; }
  .h5-xl {
    font-size: 1.09375rem !important; }
  .h6-xl {
    font-size: 0.875rem !important; }
  .h1-300-xl {
    font-size: 6.74625rem; }
  .h1-250-xl {
    font-size: 5.62187rem; }
  .h1-200-xl {
    font-size: 4.4975rem; }
  .h1-175-xl {
    font-size: 3.93531rem; }
  .h1-150-xl {
    font-size: 3.37312rem; }
  .h1-125-xl {
    font-size: 2.81094rem; } }

h1,
h2,
h4,
h5,
h6,
.h1,
.h2,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #2C2926; }

h1, .h1 {
  margin-bottom: 0.5rem;
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #2C2926;
  font-size: 3em; }

h2, .h2 {
  margin-bottom: 0.5rem;
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #2C2926;
  font-size: 2.25em; }

h3, .h3 {
  margin-bottom: 0.5rem;
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #2C2926; }

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

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

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

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

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

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

b,
strong {
  font-weight: normal;
  font-family: "Volte-Semibold", "M PLUS 1p Bold"; }

.font-light {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal; }

.font-regular {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal; }

.font-medium {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal; }

.font-bold {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal; }

.font-custom {
  font-family: "Volte-Bold", "M PLUS 1p Bold";
  font-weight: normal; }

.h1-title {
  margin-bottom: 0.5rem;
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #2C2926;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.4875rem; }
  @media (min-width: 768px) {
    .h1-title {
      margin-top: 3rem;
      margin-bottom: 6rem;
      font-size: 2.24875rem; } }

.pre-shape {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pre-shape * {
    line-height: 1;
    margin-bottom: 0; }
  .pre-shape [class^="shape-"] {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2em;
    height: 2em;
    margin-right: .7em; }
  .pre-shape .shape-circle {
    border: 2px solid currentColor;
    border-radius: 50%; }
  .pre-shape .shape-square {
    border: 2px solid currentColor; }

.required label::after {
  color: #2C2926;
  line-height: 0;
  content: '*';
  font-size: 1.5em;
  margin-left: .15em;
  margin-top: .3em; }

.form-control {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  color: #2C2926; }
  .form-control::-webkit-input-placeholder {
    color: #a69f98; }
  .form-control:-ms-input-placeholder {
    color: #a69f98; }
  .form-control::placeholder {
    color: #a69f98; }
  .form-control.disabled, .form-control:disabled {
    background-color: #FFF;
    border-color: #a69f98;
    color: #766e66;
    cursor: default; }
  .form-control:focus {
    color: #020202;
    border-color: #020202;
    box-shadow: none; }

.form-control-sm {
  font-size: 0.875rem; }
  .form-control-sm[type="password"] {
    font-size: 1.75rem; }

.form-control-lg {
  font-size: 1.25rem; }
  .form-control-lg[type="password"] {
    font-size: 2.5rem; }

.form-check-inline + .form-check-inline {
  margin-left: 2.5rem; }

.form-control-label,
.form-group label:not(.form-check-label),
.label,
.label-sm,
.label-lg {
  color: #2C2926;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  margin-bottom: .2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.label-sm {
  font-size: 0.875rem; }

.label {
  font-size: 0.875rem; }

.label-lg {
  font-size: 1.125rem; }

.form-sub {
  padding-left: 3em; }

.was-validated .form-control:valid:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-valid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-valid:focus,
.custom-select.is-invalid:focus {
  box-shadow: none !important; }

.fieldset {
  margin-bottom: 2rem; }

fieldset:disabled label {
  color: #a69f98; }

.input-select {
  position: relative;
  z-index: 1; }
  .input-select select.form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-align: left;
    box-shadow: none !important;
    border-color: #4d4d4d;
    padding-right: 3.3rem;
    background-color: transparent;
    cursor: pointer; }
    .input-select select.form-control:focus {
      color: #4d4d4d;
      background-color: #fff;
      border-color: #766e66;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(2, 2, 2, 0.075); }
    .input-select select.form-control:focus {
      background-color: transparent;
      border-color: #4d4d4d;
      color: #020202; }
      .input-select select.form-control:focus + :after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .input-select select.form-control.disabled, .input-select select.form-control:disabled {
      background-color: #FFF;
      border-color: #a69f98;
      color: #766e66;
      cursor: default; }
      .input-select select.form-control.disabled:after, .input-select select.form-control:disabled:after {
        font-family: "Icomoon";
        content: "\E94C";
        font-size: 2rem;
        line-height: 1;
        border: none;
        -webkit-transform-origin: 50% 50% 0;
                transform-origin: 50% 50% 0;
        transition: -webkit-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        top: 1.44rem;
        right: 0.6rem;
        top: .7em;
        font-size: 1rem;
        z-index: -1; }
    .input-select select.form-control:required:invalid {
      color: #766e66; }
  .input-select select option {
    font-size: 0.875rem;
    background-color: #FFF;
    -moz-background-color: #FFF !important;
    color: #2C2926;
    text-shadow: 0 1px 0 #FFF;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .input-select select option:nth-child(even):not(:hover) {
      background-color: #f8f7f6; }
  .input-select.disabled:after {
    z-index: 1;
    color: #a69f98; }
  .input-select:after {
    font-family: "Icomoon";
    content: "\E94C";
    font-size: 2rem;
    line-height: 1;
    border: none;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 1.44rem;
    right: 0.6rem;
    color: inherit;
    z-index: -1; }
  .input-select .form-control::-ms-expand {
    display: none; }
  .input-select .form-control.is-invalid {
    border-color: #ff2847; }
  .input-select:focus {
    outline: none;
    color: #020202; }
    .input-select:focus select.form-control {
      color: inherit;
      border-color: currentColor; }
      .input-select:focus select.form-control.is-invalid {
        border-color: #ff2847;
        box-shadow: 0 0 0 0 rgba(255, 40, 71, 0.25); }
    .input-select:focus:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .input-select:hover:not(.disabled):not(:disabled) select.form-control {
    color: inherit;
    border-color: currentColor; }
  .input-select.input-select-sm select.form-control {
    padding: 0.34rem;
    padding-right: 2.4rem;
    line-height: 1.25;
    border-radius: 0;
    height: calc(1.77375rem + 0.25rem);
    font-size: 0.875rem; }
  .input-select.input-select-sm:after {
    right: 0.3rem;
    top: 1.01188rem; }
  .input-select.input-select-lg select.form-control {
    padding: 0.815rem 1.2rem;
    padding-right: 3.2rem;
    line-height: 1.25;
    border-radius: 0;
    height: calc(3.03625rem + 0.25rem);
    font-size: 1.25rem; }
  .input-select.input-select-lg:after {
    right: 0.7rem;
    top: 1.64312rem; }

@-moz-document url-prefix() {
  .input-select select.form-control, .input-select select.form-control:active, .input-select select.form-control::placeholder, .input-select select:focus, .input-select select:required:invalid {
    color: rgba(0, 0, 0, 0) !important;
    text-shadow: 0 0 0 #000 !important; }
  .input-select:focus {
    color: transparent; }
    .input-select:focus select.form-control {
      color: rgba(0, 0, 0, 0);
      text-shadow: 0 0 0 #000; }
  .input-select:hover:not(.disabled):not(:disabled) select.form-control {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000;
    border-color: #4d4d4d; } }

.collapsible-sm .input-select::after {
  top: 50% !important; }

.form-check {
  padding-left: 0; }
  .form-check input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    /*&:focus {
            + label {
                &::before {
                    border-color: $dgl-check-border-color;
                }
            }
        }*/ }
    .form-check input:active + label::before {
      transition-duration: 0; }
    .form-check input:hover + label::before {
      color: #020202; }
    .form-check input + label {
      display: inline-block;
      position: relative;
      padding-left: 2rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      line-height: 1.65rem;
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      cursor: pointer;
      transition: border-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1), box-shadow 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
      .form-check input + label::before, .form-check input + label::after {
        position: absolute; }
      .form-check input + label::before {
        content: '';
        color: #a69f98;
        top: calc(1px + ((1.5rem - 1rem)/2));
        left: calc(1px + ((1.5rem - 1rem)/2));
        width: 1rem;
        height: 1rem;
        border: 1px solid currentColor;
        transition: box-shadow 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
      .form-check input + label:hover + label::before {
        color: #020202; }
    .form-check input:checked + label::before {
      color: #020202; }
    .form-check input:disabled {
      cursor: default;
      pointer-events: none; }
      .form-check input:disabled + label, .form-check input:disabled + .custom-control-label {
        pointer-events: none;
        color: #a69f98; }
        .form-check input:disabled + label::before, .form-check input:disabled + .custom-control-label::before {
          color: currentColor;
          background-color: #FFF; }
    .form-check input[type="checkbox"] + label:before {
      background-color: rgba(2, 2, 2, 0);
      transition: background-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
    .form-check input[type="checkbox"] + label:after {
      position: absolute;
      left: 0;
      top: -1px;
      margin: 1px;
      font-family: "Icomoon";
      content: "\EAD9";
      font-size: 1.5rem;
      line-height: 1em;
      color: currentColor;
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: -webkit-transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      transition: transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      transition: transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      background-image: none !important;
      text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; }
    .form-check input[type="checkbox"]:checked + label::before {
      background-color: white;
      border: 2px solid currentColor; }
    .form-check input[type="checkbox"]:checked + label::after {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .form-check input[type="checkbox"]:disabled:checked + label::before {
      background-color: #FFF; }
    .form-check input[type="radio"] + label::before {
      border-radius: 50%; }
    .form-check input[type="radio"] + label::after {
      content: none;
      display: none; }
    .form-check input[type="radio"]:checked + label::before {
      background-color: #020202;
      box-shadow: inset 0 0 0 3px #FFF;
      transition: background-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      border: 2px solid currentColor; }
    .form-check input[type="radio"]:disabled:checked + label::before {
      border-color: currentColor;
      background-color: currentColor; }
    .form-check input.is-valid + label {
      color: #0cc459; }
      .form-check input.is-valid + label::before {
        color: inherit; }
    .form-check input.is-valid[type="checkbox"]:checked + label::before {
      border-color: #0cc459;
      background-color: #FFF; }
    .form-check input.is-valid[type="checkbox"]:checked + label::after {
      color: #0cc459; }
    .form-check input.is-valid[type="radio"]:checked + label::before {
      border-color: #0cc459;
      background-color: #0cc459; }
    .form-check input.is-invalid + label {
      color: #ff2847; }
      .form-check input.is-invalid + label::before {
        color: inherit; }
    .form-check input.is-invalid[type="checkbox"]:checked + label::before {
      border-color: #ff2847;
      background-color: #FFF; }
    .form-check input.is-invalid[type="checkbox"]:checked + label::after {
      color: #ff2847; }
    .form-check input.is-invalid[type="radio"]:checked + label::before {
      border-color: #ff2847;
      background-color: #ff2847; }

.form-check-inline .form-check-input {
  position: absolute; }

.form-check-label {
  position: relative;
  display: inline-block;
  padding: 0; }

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

.custom-checkbox {
  padding: 0;
  margin: 0; }
  .custom-checkbox .custom-control-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    /*
		&:focus {

			+ .custom-control-label{	

				&:before {
					border-color: $dgl-input-border-color;
				}
		  	}
		}*/ }
    .custom-checkbox .custom-control-input:active + .custom-control-label:before {
      transition-duration: 0; }
    .custom-checkbox .custom-control-input:hover + label::before {
      color: #020202; }
    .custom-checkbox .custom-control-input + .custom-control-label {
      display: inline-block;
      position: relative;
      padding-left: 2rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      line-height: 1.65rem;
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      cursor: pointer;
      transition: border-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1), box-shadow 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
      .custom-checkbox .custom-control-input + .custom-control-label::before, .custom-checkbox .custom-control-input + .custom-control-label::after {
        position: absolute; }
      .custom-checkbox .custom-control-input + .custom-control-label::before {
        content: '';
        color: #a69f98;
        top: calc(1px + ((1.5rem - 1rem)/2));
        left: calc(1px + ((1.5rem - 1rem)/2));
        width: 1rem;
        height: 1rem;
        border: 1px solid currentColor;
        transition: box-shadow 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
      .custom-checkbox .custom-control-input + .custom-control-label:hover + label::before {
        color: #020202; }
    .custom-checkbox .custom-control-input:checked + .custom-control-label:before {
      color: #020202; }
    .custom-checkbox .custom-control-input:disabled {
      cursor: default;
      pointer-events: none; }
      .custom-checkbox .custom-control-input:disabled + label, .custom-checkbox .custom-control-input:disabled + .custom-control-label {
        pointer-events: none;
        color: #a69f98; }
        .custom-checkbox .custom-control-input:disabled + label::before, .custom-checkbox .custom-control-input:disabled + .custom-control-label::before {
          color: currentColor;
          background-color: #FFF; }
    .custom-checkbox .custom-control-input + .custom-control-label:before {
      background-color: rgba(2, 2, 2, 0);
      transition: background-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
    .custom-checkbox .custom-control-input + .custom-control-label:after {
      position: absolute;
      left: 0;
      top: -1px;
      margin: 1px;
      font-family: "Icomoon";
      content: "\EAD9";
      font-size: 1.5rem;
      line-height: 1em;
      color: currentColor;
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: -webkit-transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      transition: transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      transition: transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1), -webkit-transform 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      background-image: none !important;
      text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; }
    .custom-checkbox .custom-control-input + .custom-control-label:after {
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%; }
    .custom-checkbox .custom-control-input:checked + .custom-control-label::before {
      background-color: white;
      border: 2px solid currentColor; }
    .custom-checkbox .custom-control-input:checked + .custom-control-label::after {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .custom-checkbox .custom-control-input:disabled:checked + .custom-control-label:before {
      background-color: #FFF; }

.custom-radio {
  padding: 0;
  margin: 0; }
  .custom-radio .custom-control-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    /*&:focus {
			+ .custom-control-label{	
				&:before {
					border-color: $dgl-input-border-color;
				}
		  	}
		}*/ }
    .custom-radio .custom-control-input:active + .custom-control-label:before {
      transition-duration: 0; }
    .custom-radio .custom-control-input + .custom-control-label {
      display: inline-block;
      position: relative;
      padding-left: 2rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      line-height: 1.65rem;
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      cursor: pointer;
      transition: border-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1), box-shadow 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
      .custom-radio .custom-control-input + .custom-control-label::before, .custom-radio .custom-control-input + .custom-control-label::after {
        position: absolute; }
      .custom-radio .custom-control-input + .custom-control-label::before {
        content: '';
        color: #a69f98;
        top: calc(1px + ((1.5rem - 1rem)/2));
        left: calc(1px + ((1.5rem - 1rem)/2));
        width: 1rem;
        height: 1rem;
        border: 1px solid currentColor;
        transition: box-shadow 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
      .custom-radio .custom-control-input + .custom-control-label:hover + label::before {
        color: #020202; }
    .custom-radio .custom-control-input:checked + .custom-control-label:before {
      color: #020202;
      border: 2px solid currentColor; }
    .custom-radio .custom-control-input:disabled {
      cursor: default;
      pointer-events: none; }
      .custom-radio .custom-control-input:disabled + label, .custom-radio .custom-control-input:disabled + .custom-control-label {
        pointer-events: none;
        color: #a69f98; }
        .custom-radio .custom-control-input:disabled + label::before, .custom-radio .custom-control-input:disabled + .custom-control-label::before {
          color: currentColor;
          background-color: #FFF; }
    .custom-radio .custom-control-input:checked + .custom-control-label:before {
      background-color: #020202;
      box-shadow: inset 0 0 0 3px #FFF;
      transition: background-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1);
      border: 2px solid currentColor; }
    .custom-radio .custom-control-input:checked + .custom-control-label:after {
      display: none; }
    .custom-radio .custom-control-input:disabled:checked + .custom-control-label:before {
      background-color: currentColor; }

.form-check.form-check-color input.form-check-input {
  position: absolute; }

.form-check.form-check-color input + span {
  display: block;
  position: relative;
  padding-left: 0;
  border: 1px solid #a69f98;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer; }
  .form-check.form-check-color input + span[style*="rgb(255, 255, 255)"] {
    transition: border-width 0.2s cubic-bezier(0.75, 0.02, 0.5, 1), background-color 0.2s cubic-bezier(0.75, 0.02, 0.5, 1); }
  .form-check.form-check-color input + span:before {
    content: '';
    display: block;
    box-shadow: none;
    border: #FFF 0px solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: border-width .15s; }
  .form-check.form-check-color input + span:after {
    margin: 2px;
    color: #FFF; }

.form-check.form-check-color input:disabled + span {
  opacity: 0.2; }

.form-check.form-check-color input:hover + span, .form-check.form-check-color input:checked + span {
  border-color: #2C2926; }
  .form-check.form-check-color input:hover + span:before, .form-check.form-check-color input:checked + span:before {
    border-width: 2px;
    background-color: transparent; }
  .form-check.form-check-color input:hover + span[style*="rgb(255, 255, 255)"], .form-check.form-check-color input:checked + span[style*="rgb(255, 255, 255)"] {
    background-color: #f0f0f0 !important; }

.form-check.form-check-color.form-check-lg input + span:after {
  margin: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px; }

.form-check.form-check-color.form-check-lg input:hover + span:before, .form-check.form-check-color.form-check-lg input:checked + span:before {
  border-width: 4px; }

.form-check.form-check-color a {
  display: block;
  position: relative;
  padding-left: 0;
  border: 1px solid #a69f98;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  opacity: .8; }
  .form-check.form-check-color a:focus, .form-check.form-check-color a:hover, .form-check.form-check-color a.active {
    outline: 0; }
  .form-check.form-check-color a:before {
    border: #FFF 0px solid;
    transition: border-width .15s; }
  .form-check.form-check-color a.active {
    border-color: #2C2926; }
    .form-check.form-check-color a.active:before {
      content: '';
      display: block;
      box-shadow: none;
      border-width: 2px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent; }
    .form-check.form-check-color a.active:after {
      content: ''; }
    .form-check.form-check-color a.active[style*="rgb(255, 255, 255)"] {
      background-color: #f0f0f0 !important; }
  .form-check.form-check-color a:hover {
    opacity: 1; }

.form-check.form-check-color.form-check-custom a, .form-check.form-check-color.form-check-custom .form-check-label > span {
  width: 1.875rem;
  height: 1.875rem; }

.form-check.form-check-color.form-check-lg a, .form-check.form-check-color.form-check-lg .form-check-label > span {
  width: 2.625rem;
  height: 2.625rem; }

.form-check.form-check-size {
  padding: 0;
  margin-bottom: 1rem; }
  .form-check.form-check-size input {
    z-index: 2; }
    .form-check.form-check-size input + span {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: .3em;
      color: #2C2926; }
      .form-check.form-check-size input + span:before {
        z-index: 1; }
      .form-check.form-check-size input + span:after {
        content: "" !important;
        background-color: #020202;
        display: block;
        opacity: 0;
        transition: none !important;
        position: absolute;
        top: 0 !important;
        right: 0;
        bottom: 0;
        left: 0 !important;
        width: 100%;
        height: 100%;
        z-index: 0; }
      .form-check.form-check-size input + span span {
        z-index: 1;
        line-height: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .form-check.form-check-size input:checked + span {
      color: #FFF; }
      .form-check.form-check-size input:checked + span:after {
        opacity: 1; }
    .form-check.form-check-size input:disabled + span {
      color: inherit; }
  .form-check.form-check-size:hover input:not(:checked) + span {
    color: #FFF; }
    .form-check.form-check-size:hover input:not(:checked) + span:before {
      background-color: #020202; }
  .form-check.form-check-size .form-check-label {
    color: #5D636A;
    font-size: 0.875rem; }

.quantity-selector {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*.btn-outline-black {
		&:hover,
		&:active,
		&.active {
			border-color: $border-quantity-color;
		}	
	}*/ }
  .quantity-selector .btn {
    padding: 0.69rem 0.95rem;
    width: auto; }
  .quantity-selector [class*="btn-outline"],
  .quantity-selector input {
    border-color: transparent !important; }
  .quantity-selector .form-control {
    color: #2C2926;
    padding: 0.69rem 1.15rem;
    width: auto;
    background-color: transparent !important;
    border: 1px solid #4d4d4d; }
    .quantity-selector .form-control:focus {
      border-color: rgba(0, 0, 0, 0.3); }
  .quantity-selector [class^="icon-"] {
    margin: 0 !important;
    line-height: 1em !important;
    font-size: .8em;
    font-weight: bold; }
  .quantity-selector.quantity-selector-sm .btn {
    padding: 0.34rem 0.79rem; }
  .quantity-selector.quantity-selector-sm .form-control {
    padding: 0.34rem 0.96rem; }
  .quantity-selector.quantity-selector-sm .btn,
  .quantity-selector.quantity-selector-sm .form-control {
    font-size: 0.875rem;
    line-height: 1.25; }
  .quantity-selector.quantity-selector-lg .btn {
    padding: 0.815rem 1.42rem; }
  .quantity-selector.quantity-selector-lg .form-control {
    padding: 0.815rem 1.66rem; }
  .quantity-selector.quantity-selector-lg .btn,
  .quantity-selector.quantity-selector-lg .form-control {
    font-size: 1.25rem;
    line-height: 1.25; }

.ng2-nouislider {
  font-size: 16px; }

.noUi-origin {
  height: 100%;
  left: 25%;
  right: 0px;
  background-color: #a69f98;
  width: auto;
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.noUi-target {
  height: .18em;
  background-color: #2C2926;
  border: none;
  border-radius: 0;
  box-shadow: none; }
  .noUi-target .noUi-handle {
    z-index: 4;
    cursor: grab;
    border-radius: 50%;
    background-color: #FFF;
    border: 3px solid #2C2926;
    width: 1.375em;
    height: 1.375em;
    box-shadow: none;
    top: 50%;
    left: -0.6875em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1em;
    line-height: 1em; }
    .noUi-target .noUi-handle:hover {
      border-color: #5D636A; }
    .noUi-target .noUi-handle:before, .noUi-target .noUi-handle:after {
      content: none; }
    .noUi-target .noUi-handle .noUi-tooltip {
      color: #2C2926;
      background: #FFF;
      border: 1px solid #2C2926;
      border-radius: 0;
      display: block;
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-size: 14px;
      position: absolute;
      height: 36px;
      min-width: 60px;
      line-height: 23px;
      top: -50px;
      left: 46%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      transition: .3s;
      white-space: nowrap;
      cursor: grab; }
      .noUi-target .noUi-handle .noUi-tooltip:before {
        content: '';
        background-color: #FFF;
        border: 1px solid #2C2926;
        border-left: none;
        border-top: none;
        display: block;
        position: absolute;
        margin-left: -3px;
        bottom: -4px;
        top: auto;
        left: 50%;
        height: 7px;
        width: 7px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .noUi-target .noUi-handle:focus {
      outline: none; }
    .noUi-target .noUi-handle.noUi-active {
      background-color: #e5e3e1; }

.inputview {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  font-size: 1.1rem;
  display: block;
  width: 100%;
  padding: 0 0.75rem 1.38rem 0;
  line-height: 1.25;
  min-height: 2.63rem; }

.form-single {
  margin: 0;
  max-width: 36rem; }
  .form-single .single-input {
    display: block;
    max-width: 26rem; }
  .form-single .single-input-xs {
    display: block;
    max-width: 8rem; }
  .form-single .single-input-sm {
    display: block;
    max-width: 11rem; }
  .form-single .single-input-md {
    display: block;
    max-width: 16rem; }
  .form-single .single-dropdown {
    display: block;
    max-width: 20rem; }
  .form-single .single-dropdown-xs {
    display: block;
    max-width: 8rem; }
  .form-single .single-dropdown-sm {
    display: block;
    max-width: 11rem; }

.form-single-sm {
  max-width: 42rem; }

.form-sub-title {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  margin: 0 0 .8rem 0;
  color: #4d4d4d; }

.fieldset {
  margin-bottom: 2rem; }

.text-help {
  color: #766e66;
  font-size: 80%;
  margin-top: 0.25rem; }

.invalid-feedback, .text-feedback, .valid-feedback {
  line-height: 1.2;
  margin-top: .5rem;
  margin-left: 0.5rem; }

.text-feedback {
  color: #4d4d4d; }

.valid-feedback {
  color: #0cc459; }

/*
  Input, show/hide and features
*/
.input-password {
  position: relative;
  margin-bottom: 0.5rem; }
  .input-password input:focus ~ .features {
    visibility: visible;
    max-height: 28.5em;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 1; }
  .input-password .show-password {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    padding: 0.565rem 0.75rem;
    color: #a69f98;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .input-password .show-password + input {
      padding-right: 3rem; }
    .input-password .show-password::before {
      content: "\E999"; }
    .input-password .show-password:hover {
      color: #4d4d4d;
      cursor: pointer; }
    .input-password .show-password.active {
      color: #2C2926; }
      .input-password .show-password.active::before {
        content: "\E99A"; }
  .input-password .features {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, max-height 0.3s cubic-bezier(0, 1.05, 0, 1), opacity 0.2s, margin 0.1s;
    transition-delay: .2s;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0.5rem;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .input-password .features li {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      color: #a69f98;
      vertical-align: top;
      padding-left: 0;
      position: relative;
      font-size: .75rem;
      line-height: 1.2em; }
      .input-password .features li + li {
        margin-top: .5rem; }
      .input-password .features li.valid {
        color: #2C2926;
        font-size: .8125rem; }
        .input-password .features li.valid::before {
          background-color: #009688; }
      .input-password .features li .features-highlight {
        font-family: "Volte-Bold", "M PLUS 1p Bold";
        font-weight: normal;
        margin-right: .5rem;
        width: 2em; }
        .input-password .features li .features-highlight:before {
          content: "[";
          padding-right: .25em; }
        .input-password .features li .features-highlight:after {
          content: "]";
          padding-left: .25em; }

.notifications {
  position: relative;
  display: block;
  font-size: 1rem; }
  .notifications .header-title {
    background-color: #a69f98;
    padding: .5rem 1rem;
    font-size: 1.1rem; }

.list {
  margin: 0;
  padding: 0; }
  .list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #a69f98;
    padding: 1rem;
    padding-right: 3rem;
    cursor: pointer; }
    .list li:not(.title):after {
      content: "\E952";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      position: absolute;
      right: .75rem;
      font-size: 1.5em;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .list li.title {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
    .list li .item {
      line-height: 125%; }
    .list li:hover .item, .list li:hover:after {
      color: #4d4d4d; }
  .list.list-notifications li .item:first-child {
    margin-bottom: .5em; }
  .list.list-reports li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .list.list-reports li .item:first-child {
      -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      padding-right: 1rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .list.list-reports li .item:last-child {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }

@-webkit-keyframes alertOpen {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes alertOpen {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.alert {
  border: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25rem;
  margin-bottom: 0;
  -webkit-animation: alertOpen 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: alertOpen 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .alert-success {
    color: #0cc459;
    background-color: #CDECAE; }
  .alert-info {
    color: #0077CB;
    background-color: #B6DDF2; }
  .alert-warning {
    color: #704F17;
    background-color: #F9E0A7; }
  .alert-danger {
    color: #ff2847;
    background-color: #F8D7DA; }
  .alert [class*=" icon-"] {
    margin: 0 1rem 0 0 !important; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3rem .6rem;
  opacity: .3; }
  .alert-dismissible .close > * {
    cursor: pointer; }

.badge {
  font-size: .625rem; }

.badge-pill {
  padding: .6em 1.3em;
  border-radius: 2em; }

.badge-info {
  background-color: #6443B5; }

.badge-danger {
  background-color: #ff2847; }

.amigo .lp-primary {
  color: #009688 !important; }

.amigo .bg-lp-primary {
  background-color: #009688; }

.amigo .bg-lp-medium {
  background-color: #80CBC4; }

.amigo .bg-lp-light {
  background-color: #B2DFDB; }

.amigo .bg-lp-opacity-1 {
  background-color: rgba(0, 150, 136, 0.7); }

.amigo .bg-lp-opacity-2 {
  background-color: rgba(0, 150, 136, 0.3); }

.amigo .icon-lp:before {
  content: "\EA4D"; }

.magic-lvl-Turquoise .lp-primary {
  color: #379cbb !important; }

.magic-lvl-Turquoise .bg-lp-primary {
  background-color: #379cbb; }

.magic-lvl-Turquoise .bg-lp-medium {
  background-color: #5fb0c9; }

.magic-lvl-Turquoise .bg-lp-light {
  background-color: #d7ebf1; }

.magic-lvl-Turquoise .bg-lp-opacity-1 {
  background-color: rgba(55, 156, 187, 0.8); }

.magic-lvl-Turquoise .bg-lp-opacity-2 {
  background-color: rgba(55, 156, 187, 0.3); }

.magic-lvl-Turquoise .icon-lp:before {
  content: "\EAC6"; }

.magic-lvl-Emerald .lp-primary {
  color: #9fc64d !important; }

.magic-lvl-Emerald .bg-lp-primary {
  background-color: #9fc64d; }

.magic-lvl-Emerald .bg-lp-medium {
  background-color: #bad782; }

.magic-lvl-Emerald .bg-lp-light {
  background-color: #ecf4db; }

.magic-lvl-Emerald .bg-lp-opacity-1 {
  background-color: rgba(159, 198, 77, 0.7); }

.magic-lvl-Emerald .bg-lp-opacity-2 {
  background-color: rgba(159, 198, 77, 0.3); }

.magic-lvl-Emerald .icon-lp:before {
  content: "\EAC5"; }

.magic-lvl-Diamond .lp-primary {
  color: #df057d !important; }

.magic-lvl-Diamond .bg-lp-primary {
  background-color: #df057d; }

.magic-lvl-Diamond .bg-lp-medium {
  background-color: #fb4fae; }

.magic-lvl-Diamond .bg-lp-light {
  background-color: #fceff5; }

.magic-lvl-Diamond .bg-lp-opacity-1 {
  background-color: rgba(223, 5, 125, 0.6); }

.magic-lvl-Diamond .bg-lp-opacity-2 {
  background-color: rgba(247, 69, 130, 0.2); }

.magic-lvl-Diamond .icon-lp:before {
  content: "\EAC4"; }

.lp-primary-one {
  color: #379cbb !important; }

.lp-primary-two {
  color: #9fc64d !important; }

.lp-primary-three {
  color: #df057d !important; }

.bg-lp-primary-one {
  background-color: #379cbb !important; }

.bg-lp-primary-two {
  background-color: #9fc64d !important; }

.bg-lp-primary-three {
  background-color: #df057d !important; }

.modal-content {
  padding: 2rem; }

.modal-header {
  border-bottom: none;
  padding-bottom: 0;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-header .modal-title {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal;
    font-size: 1.96875rem; }
  .modal-header .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    margin: 0;
    color: #2C2926;
    opacity: 1;
    cursor: pointer; }
    .modal-header .close:hover {
      color: #020202; }
    .modal-header .close span {
      font-size: 0; }
      .modal-header .close span:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Icomoon" !important;
        font-size: 24px;
        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;
        content: "\E903";
        color: #2C2926; }
  .modal-header .icon-circle-dgl {
    position: relative; }
    .modal-header .icon-circle-dgl[class*="icon-"] {
      font-size: 1.125rem; }

.modal-body .modal-title {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal;
  text-transform: lowercase;
  line-height: 1.3; }

.modal-body p {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem; }
  .modal-body p + .form-group {
    padding-top: 0; }

.modal-body .form-group {
  padding: 1rem;
  margin-bottom: 0; }

.modal-footer {
  border-top: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-footer > :not(:last-child) {
    margin-right: .6rem; }
  @media (max-width: 767.98px) {
    .modal-footer button {
      width: 100%; } }

@media (min-width: 768px) {
  .modal-xl {
    max-width: 700px; } }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 990px; } }

.modal-background {
  z-index: 1040; }

.modal-page-header {
  height: 68px;
  border-bottom: 1px solid #F2F2F2; }

.nav-pills .nav-link {
  padding: 15px 30px;
  color: #2C2926;
  border-radius: 0;
  border-top: 3px solid transparent; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-color: #2C2926; }

.nav-pills:hover, .nav-pills:focus {
  border-color: #2C2926; }

.nav-list .nav-link {
  color: #4d4d4d;
  border-bottom: 1px solid transparent;
  transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .nav-list .nav-link:hover, .nav-list .nav-link:focus {
    color: #2C2926;
    text-decoration: underline; }

.nav-list .nav-link.active,
.nav-list .show > .nav-link {
  color: #2C2926;
  text-decoration: underline; }

.nav-list-ol {
  text-align: left;
  margin: 0;
  padding-left: 15px; }
  .nav-list-ol li {
    list-style-type: decimal; }
    .nav-list-ol li a {
      color: #2C2926;
      text-decoration: underline;
      transition: color 0.3s cubic-bezier(0.6, 0, 0, 1);
      font-family: "Volte-Regular", "M PLUS 1p Regular";
      padding-left: 0.5rem; }
      .nav-list-ol li a:hover {
        color: #020202;
        cursor: pointer; }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    height: 89px; }
    .navbar-expand-sm .navbar-nav .nav-item {
      position: relative; }
      .navbar-expand-sm .navbar-nav .nav-item.show::before, .navbar-expand-sm .navbar-nav .nav-item.active::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background-color: #2C2926; }
    .navbar-expand-sm .navbar-nav .nav-link {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
      .navbar-expand-sm .navbar-nav .nav-link.disabled {
        cursor: default;
        pointer-events: none; }
  .navbar-expand-sm .navbar-collapse {
    height: 100%;
    margin-left: 5%; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    height: 89px; }
    .navbar-expand-md .navbar-nav .nav-item {
      position: relative; }
      .navbar-expand-md .navbar-nav .nav-item.show::before, .navbar-expand-md .navbar-nav .nav-item.active::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background-color: #2C2926; }
    .navbar-expand-md .navbar-nav .nav-link {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
      .navbar-expand-md .navbar-nav .nav-link.disabled {
        cursor: default;
        pointer-events: none; }
  .navbar-expand-md .navbar-collapse {
    height: 100%;
    margin-left: 5%; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    height: 89px; }
    .navbar-expand-lg .navbar-nav .nav-item {
      position: relative; }
      .navbar-expand-lg .navbar-nav .nav-item.show::before, .navbar-expand-lg .navbar-nav .nav-item.active::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background-color: #2C2926; }
    .navbar-expand-lg .navbar-nav .nav-link {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
      .navbar-expand-lg .navbar-nav .nav-link.disabled {
        cursor: default;
        pointer-events: none; }
  .navbar-expand-lg .navbar-collapse {
    height: 100%;
    margin-left: 5%; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    height: 89px; }
    .navbar-expand-xl .navbar-nav .nav-item {
      position: relative; }
      .navbar-expand-xl .navbar-nav .nav-item.show::before, .navbar-expand-xl .navbar-nav .nav-item.active::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background-color: #2C2926; }
    .navbar-expand-xl .navbar-nav .nav-link {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
      .navbar-expand-xl .navbar-nav .nav-link.disabled {
        cursor: default;
        pointer-events: none; }
  .navbar-expand-xl .navbar-collapse {
    height: 100%;
    margin-left: 5%; } }

.navbar-expand .navbar-nav {
  height: 89px; }
  .navbar-expand .navbar-nav .nav-item {
    position: relative; }
    .navbar-expand .navbar-nav .nav-item.show::before, .navbar-expand .navbar-nav .nav-item.active::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      width: 100%;
      background-color: #2C2926; }
  .navbar-expand .navbar-nav .nav-link {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .navbar-expand .navbar-nav .nav-link.disabled {
      cursor: default;
      pointer-events: none; }

.navbar-expand .navbar-collapse {
  height: 100%;
  margin-left: 5%; }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #020202; }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal; }

.navbar-light .navbar-nav .nav-item.show::before, .navbar-light .navbar-nav .nav-item.active::before {
  background-color: #2C2926; }

.navbar-light .navbar-nav .nav-item.show .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  background-color: #766e66; }

.navbar-dark .navbar-nav .nav-item.show::before, .navbar-dark .navbar-nav .nav-item.active::before {
  background-color: #FFF; }

.card {
  border-bottom: none; }
  .card:last-of-type {
    border-bottom: 1px solid rgba(2, 2, 2, 0.1); }

.card-header {
  position: relative;
  border-bottom: none;
  background-color: transparent; }
  .card-header a {
    margin: -0.8rem -1.25rem;
    color: inherit;
    display: block; }
    .card-header a:hover {
      text-decoration: none !important; }

.popover {
  padding: 1rem 1rem; }
  .popover .popover-header {
    text-transform: uppercase;
    margin-bottom: 0.33333rem; }

.product-name {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-size: 1.2em;
  line-height: 1.2em;
  min-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-price {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-size: 1.75em;
  line-height: 1.1em;
  min-height: 1.1em; }

.discount {
  color: #ff2847; }

.product-price-old {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  color: #766e66;
  text-decoration: line-through;
  font-size: 1.1em;
  line-height: 1.1em;
  min-height: 1.1em; }
  .product-price-old + .product-price {
    color: #ff2847; }

.product-discount-info {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-size: 0.875rem;
  line-height: 1.2em;
  min-height: 1.2em;
  margin-top: .5em; }

.product-sku {
  font-size: 1.15em;
  line-height: 1em; }

.carousel-control-prev,
.carousel-control-next {
  transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #4d4d4d;
    opacity: 1; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 24px; }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Icomoon" !important;
    font-size: 24px;
    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; }

.carousel-control-prev-icon::before {
  content: "\E951"; }

.carousel-control-next-icon::before {
  content: "\E952"; }

.carousel-indicators li {
  background: none;
  text-indent: unset;
  color: #2C2926; }
  .carousel-indicators li::before {
    position: static;
    display: block;
    top: auto;
    left: auto;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 1px solid currentColor;
    border-radius: 50%; }
  .carousel-indicators li::after {
    content: none;
    display: none; }

.carousel-indicators .active::before {
  background-color: currentColor; }

.dgl-accordion {
  /*.collapse {
		&.show {
			padding: .6rem 0;
		}
	}*/ }
  .dgl-accordion .card {
    border-left: none;
    border-right: none;
    border-color: #2C2926; }
    .dgl-accordion .card .card-header {
      color: #2C2926;
      padding: 0.69rem 1.5rem; }
      .dgl-accordion .card .card-header a {
        margin: -0.69rem -1.5rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        text-transform: uppercase; }
      .dgl-accordion .card .card-header .filters-bread {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #a69f98;
        font-size: .75rem;
        vertical-align: text-bottom;
        padding-left: 1rem; }
        .dgl-accordion .card .card-header .filters-bread.selected {
          color: #2C2926; }
    .dgl-accordion .card .card-checkbox {
      max-height: 17rem;
      overflow: scroll; }
    .dgl-accordion .card .card-body {
      padding: 0 1.5rem .9rem; }
      .dgl-accordion .card .card-body.card-body-size, .dgl-accordion .card .card-body.card-body-colors {
        margin: 0 2rem; }
      .dgl-accordion .card .card-body.card-body-price {
        padding-top: 1.7rem; }
        .dgl-accordion .card .card-body.card-body-price .ng2-nouislider {
          font-size: 16px; }
      .dgl-accordion .card .card-body.form-check {
        padding: .6rem 1.5rem; }
      .dgl-accordion .card .card-body .form-check-color {
        margin: .8rem; }
  .dgl-accordion .form-check {
    margin-bottom: 0; }
    .dgl-accordion .form-check input + span {
      font-size: 0.875rem; }
  .dgl-accordion:not(.dgl-accordion-leftie) .card .card-header a {
    padding: 0.8rem 4rem 0.8rem 1.25rem; }
    .dgl-accordion:not(.dgl-accordion-leftie) .card .card-header a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      font-size: 1.5rem;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "\E9FE"; }
  .dgl-accordion:not(.dgl-accordion-leftie) .card.active {
    background-color: rgba(2, 2, 2, 0.03); }
    .dgl-accordion:not(.dgl-accordion-leftie) .card.active .card-header a:after {
      content: "\E9E6"; }
  .dgl-accordion:not(.dgl-accordion-leftie) .card:not(.card-info) .card-header a:not(.collapsed):after {
    content: "\E9E6"; }
  .dgl-accordion.dgl-accordion-leftie .card {
    border: none;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
    .dgl-accordion.dgl-accordion-leftie .card .card-header {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
      .dgl-accordion.dgl-accordion-leftie .card .card-header a {
        padding: 0.69rem 1.5rem;
        text-transform: none; }
        .dgl-accordion.dgl-accordion-leftie .card .card-header a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "Icomoon" !important;
          font-size: 24px;
          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;
          font-size: 0.675rem;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transform-origin: center;
                  transform-origin: center;
          transition: 0.3s cubic-bezier(0.6, 0, 0, 1);
          content: "\E96C"; }
    .dgl-accordion.dgl-accordion-leftie .card .card-body {
      padding: 0 1.5rem 0.9rem; }
    .dgl-accordion.dgl-accordion-leftie .card.active .card-header a:before {
      top: 40%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .dgl-accordion.dgl-accordion-leftie .card:not(.card-info) .card-header a:not(.collapsed):before {
      top: 40%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

.dgl-accordion.dgl-accordion-down {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  .dgl-accordion.dgl-accordion-down .collapse, .dgl-accordion.dgl-accordion-down .collapsed {
    display: block; }
  .dgl-accordion.dgl-accordion-down .collapsing {
    height: auto !important; }
  .dgl-accordion.dgl-accordion-down .card {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .dgl-accordion.dgl-accordion-down .card .card-header {
      padding: 0 !important;
      padding: 0 !important; }
      .dgl-accordion.dgl-accordion-down .card .card-header a {
        cursor: default;
        padding: 0 !important;
        padding-bottom: .9rem !important;
        margin: 0 !important; }
        .dgl-accordion.dgl-accordion-down .card .card-header a:before, .dgl-accordion.dgl-accordion-down .card .card-header a:after {
          display: none; }
    .dgl-accordion.dgl-accordion-down .card .card-body {
      padding: 0 !important; }

@media (min-width: 576px) {
  .dgl-accordion.dgl-accordion-down-sm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    .dgl-accordion.dgl-accordion-down-sm .collapse, .dgl-accordion.dgl-accordion-down-sm .collapsed {
      display: block; }
    .dgl-accordion.dgl-accordion-down-sm .collapsing {
      height: auto !important; }
    .dgl-accordion.dgl-accordion-down-sm .card {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .dgl-accordion.dgl-accordion-down-sm .card .card-header {
        padding: 0 !important;
        padding: 0 !important; }
        .dgl-accordion.dgl-accordion-down-sm .card .card-header a {
          cursor: default;
          padding: 0 !important;
          padding-bottom: .9rem !important;
          margin: 0 !important; }
          .dgl-accordion.dgl-accordion-down-sm .card .card-header a:before, .dgl-accordion.dgl-accordion-down-sm .card .card-header a:after {
            display: none; }
      .dgl-accordion.dgl-accordion-down-sm .card .card-body {
        padding: 0 !important; } }

@media (min-width: 768px) {
  .dgl-accordion.dgl-accordion-down-md {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    .dgl-accordion.dgl-accordion-down-md .collapse, .dgl-accordion.dgl-accordion-down-md .collapsed {
      display: block; }
    .dgl-accordion.dgl-accordion-down-md .collapsing {
      height: auto !important; }
    .dgl-accordion.dgl-accordion-down-md .card {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .dgl-accordion.dgl-accordion-down-md .card .card-header {
        padding: 0 !important;
        padding: 0 !important; }
        .dgl-accordion.dgl-accordion-down-md .card .card-header a {
          cursor: default;
          padding: 0 !important;
          padding-bottom: .9rem !important;
          margin: 0 !important; }
          .dgl-accordion.dgl-accordion-down-md .card .card-header a:before, .dgl-accordion.dgl-accordion-down-md .card .card-header a:after {
            display: none; }
      .dgl-accordion.dgl-accordion-down-md .card .card-body {
        padding: 0 !important; } }

@media (min-width: 992px) {
  .dgl-accordion.dgl-accordion-down-lg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    .dgl-accordion.dgl-accordion-down-lg .collapse, .dgl-accordion.dgl-accordion-down-lg .collapsed {
      display: block; }
    .dgl-accordion.dgl-accordion-down-lg .collapsing {
      height: auto !important; }
    .dgl-accordion.dgl-accordion-down-lg .card {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .dgl-accordion.dgl-accordion-down-lg .card .card-header {
        padding: 0 !important;
        padding: 0 !important; }
        .dgl-accordion.dgl-accordion-down-lg .card .card-header a {
          cursor: default;
          padding: 0 !important;
          padding-bottom: .9rem !important;
          margin: 0 !important; }
          .dgl-accordion.dgl-accordion-down-lg .card .card-header a:before, .dgl-accordion.dgl-accordion-down-lg .card .card-header a:after {
            display: none; }
      .dgl-accordion.dgl-accordion-down-lg .card .card-body {
        padding: 0 !important; } }

@media (min-width: 1200px) {
  .dgl-accordion.dgl-accordion-down-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    .dgl-accordion.dgl-accordion-down-xl .collapse, .dgl-accordion.dgl-accordion-down-xl .collapsed {
      display: block; }
    .dgl-accordion.dgl-accordion-down-xl .collapsing {
      height: auto !important; }
    .dgl-accordion.dgl-accordion-down-xl .card {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .dgl-accordion.dgl-accordion-down-xl .card .card-header {
        padding: 0 !important;
        padding: 0 !important; }
        .dgl-accordion.dgl-accordion-down-xl .card .card-header a {
          cursor: default;
          padding: 0 !important;
          padding-bottom: .9rem !important;
          margin: 0 !important; }
          .dgl-accordion.dgl-accordion-down-xl .card .card-header a:before, .dgl-accordion.dgl-accordion-down-xl .card .card-header a:after {
            display: none; }
      .dgl-accordion.dgl-accordion-down-xl .card .card-body {
        padding: 0 !important; } }

.tab-content {
  border: 1px solid #e5e3e1;
  border-top: 0;
  padding: 1.5rem 1.25rem; }

.nav-tabs {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .nav-tabs .nav-item + .nav-item .nav-link {
    border-left: 0; }
  .nav-tabs .nav-link {
    border-color: #e5e3e1;
    color: #020202;
    padding: 1rem 2rem;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-tabs .nav-link:not(.active) {
      background-color: #FFF; }
    .nav-tabs .nav-link.active {
      position: relative; }
      .nav-tabs .nav-link.active:before {
        content: '';
        position: absolute;
        top: 0;
        left: -1px;
        width: calc(100% + (1px * 2));
        border-top: 3px solid #2C2926; }
    .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover:not(.disabled) {
      background-color: #fff;
      outline: 0; }
    .nav-tabs .nav-link.disabled {
      background-color: #f8f7f6 !important;
      border-color: #e5e3e1 !important;
      cursor: default; }

.nav-scroll {
  overflow: hidden;
  overflow-x: auto; }

.nav-underline {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .nav-underline .nav-link {
    font-size: 1.125rem;
    line-height: 1;
    color: #020202;
    padding: .9rem 1rem;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid transparent; }
    .nav-underline .nav-link.disabled {
      color: #a69f98;
      border-bottom-color: transparent !important;
      cursor: default; }
  .nav-underline .nav-link.active,
  .nav-underline .nav-item.show .nav-link {
    border-bottom-color: #2C2926;
    position: relative;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }

.table {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal; }
  .table th,
  .table td {
    border-top: none;
    border-bottom: 1px solid #F2F2F2; }
  .table thead th {
    text-transform: uppercase;
    border-bottom: 1px solid #F2F2F2; }
  @media (max-width: 575.98px) {
    .table.table-inverted {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .table.table-inverted thead {
        display: block; }
        .table.table-inverted thead tr {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%;
          background-color: #FFF; }
      .table.table-inverted tbody {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .table.table-inverted tbody tr {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          white-space: nowrap; }
          .table.table-inverted tbody tr th span {
            display: none; } }
        @media (max-width: 575.98px) and (min-width: 576px) {
          .table.table-inverted tbody tr th span {
            display: block; } }
  .table.table-card {
    max-width: 720px; }
    .table.table-card span {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
    .table.table-card th,
    .table.table-card td {
      background: #FFF;
      padding: 0.5rem;
      vertical-align: middle; }
    .table.table-card tr {
      border: 1px solid #ddd; }
    .table.table-card th {
      text-transform: uppercase;
      vertical-align: middle;
      border: none; }
    @media (max-width: 767.98px) {
      .table.table-card {
        border: 0; }
        .table.table-card thead {
          position: absolute;
          border: none;
          width: 1px;
          height: 1px;
          margin: -1px;
          padding: 0;
          overflow: hidden; }
        .table.table-card tr {
          display: block;
          border-bottom: 1px solid #ddd;
          margin-bottom: .625rem; }
        .table.table-card td {
          display: block;
          text-align: right;
          border-bottom: 1px solid #ddd; }
          .table.table-card td::after {
            display: block;
            clear: both;
            content: ""; }
          .table.table-card td::before {
            content: attr(data-label);
            font-family: "Volte-Semibold", "M PLUS 1p Bold";
            font-weight: normal;
            text-transform: uppercase;
            float: left; }
          .table.table-card td:last-child {
            border-bottom: 0; }
          .table.table-card td:hover {
            background-color: rgba(0, 0, 0, 0.075);
            cursor: pointer; }
        .table.table-card th {
          display: block;
          border-bottom: 1px solid #ddd; } }

@media (max-width: 575.98px) {
  .table-column-down-xs {
    border: 0; }
    .table-column-down-xs thead {
      border: none; }
      .table-column-down-xs thead tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .table-column-down-xs thead th {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
    .table-column-down-xs tr {
      border-bottom: 1px solid #cac6c2;
      border-top: none;
      display: block; }
    .table-column-down-xs td {
      display: block;
      border-bottom: none; } }

@media (max-width: 767.98px) {
  .table-column-down-sm {
    border: 0; }
    .table-column-down-sm thead {
      border: none; }
      .table-column-down-sm thead tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .table-column-down-sm thead th {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
    .table-column-down-sm tr {
      border-bottom: 1px solid #cac6c2;
      border-top: none;
      display: block; }
    .table-column-down-sm td {
      display: block;
      border-bottom: none; } }

@media (max-width: 991.98px) {
  .table-column-down-md {
    border: 0; }
    .table-column-down-md thead {
      border: none; }
      .table-column-down-md thead tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .table-column-down-md thead th {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
    .table-column-down-md tr {
      border-bottom: 1px solid #cac6c2;
      border-top: none;
      display: block; }
    .table-column-down-md td {
      display: block;
      border-bottom: none; } }

@media (max-width: 1199.98px) {
  .table-column-down-lg {
    border: 0; }
    .table-column-down-lg thead {
      border: none; }
      .table-column-down-lg thead tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .table-column-down-lg thead th {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
    .table-column-down-lg tr {
      border-bottom: 1px solid #cac6c2;
      border-top: none;
      display: block; }
    .table-column-down-lg td {
      display: block;
      border-bottom: none; } }

.table-column-down-xl {
  border: 0; }
  .table-column-down-xl thead {
    border: none; }
    .table-column-down-xl thead tr {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .table-column-down-xl thead th {
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .table-column-down-xl tr {
    border-bottom: 1px solid #cac6c2;
    border-top: none;
    display: block; }
  .table-column-down-xl td {
    display: block;
    border-bottom: none; }

.table-xs th,
.table-xs td {
  font-size: 0.875rem;
  padding: 0.3rem; }

.table-borderless thead th,
.table-borderless th,
.table-borderless td {
  border: none; }

.container.container-full {
  max-width: 2560px; }

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px; } }

/* Lateral modal nav */
.col-nav {
  max-width: 18.75rem; }

.list-group .list-group-item-action {
  transition: border-color 0.3s cubic-bezier(0.6, 0, 0, 1), background-color 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .list-group .list-group-item-action:hover {
    border-color: #3ad1f0; }
  .list-group .list-group-item-action:active {
    background-color: rgba(58, 209, 240, 0.1);
    border-color: #3ad1f0; }
  .list-group .list-group-item-action.disabled, .list-group .list-group-item-action:disabled {
    border-color: #f8f7f6; }
  .list-group .list-group-item-action:not(.active):hover,
  .list-group .list-group-item-action:not(.active):hover .form-check-label {
    cursor: pointer; }

body {
  background-color: #FFF; }

.main-layout {
  position: relative;
  min-height: 100vh;
  max-width: 2560px;
  margin: 0 auto; }
  .main-layout .site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1004; }
  .main-layout dgl-menu {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.main-layout-content {
  position: relative;
  padding-top: 68px;
  min-height: inherit; }
  .main-layout-content .flex-basis-auto {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }

.site-header {
  position: relative;
  height: 68px;
  background-color: #283252;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF; }
  .site-header .title {
    position: absolute;
    left: 68px;
    right: 68px;
    white-space: nowrap;
    width: auto;
    text-align: center;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden; }
    .site-header .title .icon {
      font-size: 2.5rem; }
    .site-header .title .subtitle {
      font-size: 1.4rem;
      margin-top: .3rem; }
  .site-header .header-height {
    height: 100%; }
  .site-header .header-btn-style {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .site-header .header-btn-style .ui-button {
      border: none;
      height: 100%;
      margin: 0; }
      .site-header .header-btn-style .ui-button .ui-button-text {
        font-size: 0.875rem; }
      .site-header .header-btn-style .ui-button:not(.ui-button-active):not(:hover) {
        color: #FFF;
        background-color: transparent; }
    .site-header .header-btn-style .ui-button-icon-only {
      width: 68px;
      font-size: 24px; }
  @media (min-width: 992px) {
    .site-header .title {
      position: static;
      left: auto;
      right: auto;
      text-align: left;
      margin-right: 1rem; } }

.site-footer {
  border-top: 1px solid #a69f98;
  padding: 45px 20px;
  margin-top: 30px;
  background-color: #FFF;
  color: #2C2926; }
  .site-footer .icon-logodesigual {
    font-size: 2rem; }
  .site-footer span {
    font-size: 0.875rem;
    color: #766e66; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 60px 20px; } }

.container-login {
  min-height: 100vh;
  max-width: none;
  background: #f8f7f6;
  padding: 15px 0; }
  .container-login > .row {
    background-color: #FFF;
    padding: 45px 0;
    width: 100%;
    max-width: 477px; }
    .container-login > .row form {
      max-width: 350px;
      margin: 0 auto; }
  .container-login .logo-icon {
    font-size: 1.96875rem; }

.container-search {
  min-height: 100%;
  background-color: #FFF; }
  .container-search .section-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e5e3e1;
    padding: 2rem 0;
    background-color: #F3F7F9; }
    .container-search .section-header .container {
      text-align: center;
      max-width: 100%; }
      .container-search .section-header .container h1 {
        margin-bottom: 2rem; }
  .container-search .filters-inline {
    position: relative;
    margin-top: 1.7rem;
    width: 100%;
    min-height: 42px; }
    .container-search .filters-inline .filters-scroll {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      overflow-x: auto;
      white-space: nowrap; }
      .container-search .filters-inline .filters-scroll > span {
        position: relative;
        top: .1em; }
  .container-search .section-content h2 {
    text-align: center; }
  .container-search .results-title {
    padding: 0 15px 1rem 15px; }
    .container-search .results-title:not(.no-results) {
      border-bottom: 1px solid #a69f98; }
    .container-search .results-title.no-results {
      text-align: center;
      margin-top: 45px; }
  .container-search .container-page {
    padding-bottom: 0; }
  .container-search .container-fluid {
    padding: 0;
    background-color: #F3F7F9; }
    .container-search .container-fluid .section-content {
      max-width: 576px;
      margin: 0 auto;
      padding: 30px 0;
      border-top: 1px solid #a69f98; }

@media (min-width: 992px) {
  .vh-lg-50 {
    min-height: 50vh; }
  .container-search .results-title {
    padding: 0 .5rem; }
    .container-search .results-title:not(.no-results) {
      border-bottom: none; }
  .container-search .container-fluid .section-content {
    max-width: 1320px;
    padding: 30px;
    border: 1px solid #a69f98; } }

.container-page {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .container-page h2 {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal;
    color: #4d4d4d;
    margin-bottom: 1em;
    text-transform: uppercase; }
  .container-page .section-header {
    border-bottom: 1px solid #a69f98; }
    .container-page .section-header h2 {
      margin-top: .4rem;
      margin-bottom: 3rem; }
  .container-page .section-content {
    padding: 0;
    margin-top: 1.5rem; }

.container-feedback {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .container-feedback [class^="icon-"] {
    font-size: 1em; }

html {
  font-size: 16px; }

/*
@include media-breakpoint-up(md) {

  html {
    font-size: 16px;
  }
}
*/
body {
  font-family: "Volte-Regular", "M PLUS 1p Regular";
  font-weight: normal; }
  body.layout-dgl {
    padding-top: 3.8rem; }
    @media (min-width: 768px) {
      body.layout-dgl {
        padding-top: 4.85rem; } }

.modal-full .modal .modal-dialog {
  max-width: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.modal-full .modal .modal-content {
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent; }

.modal-full .modal-backdrop {
  display: none !important; }

.menu-layout .ui-panelmenu {
  text-transform: uppercase; }
  .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header {
    border: 0;
    margin: 0; }
    .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header .ui-panelmenu-header-link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1rem 1rem;
      color: inherit;
      background-color: inherit;
      border-color: inherit; }
      .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header .ui-panelmenu-header-link .ui-menuitem-text {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
      .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header .ui-panelmenu-header-link .ui-panelmenu-icon {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Icomoon" !important;
        font-size: 24px;
        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;
        position: relative;
        transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
        transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
        transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header .ui-panelmenu-header-link .ui-panelmenu-icon:before {
          content: "\E950"; }
        .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header .ui-panelmenu-header-link .ui-panelmenu-icon.fa-caret-right {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
    .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header, .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header.ui-state-active {
      border-color: #2C2926;
      background: #2C2926;
      color: #FFF;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      transition: all 0.3s cubic-bezier(0.6, 0, 0, 1); }
      .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header:hover, .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header.ui-state-active:hover {
        border-color: #020202;
        background: #020202;
        color: #FFF;
        outline: 0 none; }
        .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header:hover a, .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header.ui-state-active:hover a {
          color: #FFF; }
  .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content {
    padding: 0;
    border: 0;
    margin: 0; }
    .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list {
      background-color: #1e1c1a; }
      .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list .ui-menuitem {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list .ui-menuitem .ui-menuitem-link {
          padding: 1rem 1rem 1rem 2rem;
          border-color: #2C2926;
          background-color: #1e1c1a;
          color: #FFF;
          transition: all 0.3s cubic-bezier(0.6, 0, 0, 1); }
          .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list .ui-menuitem .ui-menuitem-link:hover {
            border-color: #020202;
            background: #020202;
            color: #FFF;
            outline: 0 none; }
            .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list .ui-menuitem .ui-menuitem-link:hover a {
              color: #FFF; }
          .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list .ui-menuitem .ui-menuitem-link.ui-state-active {
            background: #020202; }
          .menu-layout .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-content-wrapper .ui-panelmenu-content .ui-panelmenu-root-submenu > .ui-submenu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
            color: inherit; }

.title-advanced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .title-advanced .title {
    white-space: nowrap; }
  .title-advanced .title-description label {
    margin: 0; }
  .title-advanced .title-tools {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .title-advanced .title-tools .ui-menu-dynamic .ui-menuitem .ui-menuitem-link:before {
      content: none; }
  .title-advanced .title-tools .ui-menu-dynamic {
    display: inline !important;
    position: static !important;
    opacity: 1;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none; }
  .title-advanced .title-tools .ui-menu .ui-menuitem {
    margin: 0;
    display: inline;
    margin-left: 1em;
    color: #4d4d4d;
    background-color: transparent; }
    .title-advanced .title-tools .ui-menu .ui-menuitem .ui-menuitem-link {
      display: inline;
      padding: 0;
      text-transform: uppercase;
      text-decoration: underline; }
      .title-advanced .title-tools .ui-menu .ui-menuitem .ui-menuitem-link, .title-advanced .title-tools .ui-menu .ui-menuitem .ui-menuitem-link:hover {
        color: inherit;
        background-color: transparent; }
      .title-advanced .title-tools .ui-menu .ui-menuitem .ui-menuitem-link:hover {
        text-decoration: underline; }
  .title-advanced .title-tools .ui-menu .ui-menuitem-icon {
    display: none; }
  .title-advanced .title-tools .ui-menu .ui-menuitem-text {
    line-height: 1.25;
    text-align: right;
    display: inline-block;
    margin-right: 1em;
    text-decoration: inherit; }
  @media (max-width: 991.98px) {
    .title-advanced .title-description.pre {
      display: none; } }
  @media (max-width: 1199.98px) {
    .title-advanced {
      /*
		.title-tools{
			order: 3;
			flex-grow: 1;
			max-width: 100%;

			.ui-menu-dynamic{
				top: auto !important;
				left: auto !important;
				right: 0;
				bottom: 0;
				transform: translateY(100%);
				z-index: 1019;
				opacity: 1.064;

				.ui-menuitem{
					
					.ui-menuitem-link{
						padding: .25em 1em;
					}
				}
			}
		}
		*/ }
      .title-advanced .title-description {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 1rem; }
        .title-advanced .title-description label {
          color: #766e66;
          font-size: 0.875rem; }
        .title-advanced .title-description span {
          font-family: "Volte-Semibold", "M PLUS 1p Bold";
          font-weight: normal;
          color: #4d4d4d;
          font-size: 1.09375rem;
          line-height: 1; }
        .title-advanced .title-description.post {
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
      .title-advanced .title-tools {
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .title-advanced .title-tools .ui-menuitem {
          font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .title-advanced {
      padding-top: 1rem;
      /*
		.title-tools{
			align-self: flex-end;
			flex-basis: 100%;

			.ui-menu-dynamic{
				display: inline !important;
				position: static !important;
				opacity: 1;
				padding: 0;
				border: none;
				background-color: transparent;
				box-shadow: none;
			}

			.ui-menu{
				
				ul{}

				.ui-menuitem{
					margin: 0;
					display: inline;
					margin-left: 1em;
				    background-color: transparent;

					.ui-menuitem-link{
						display: inline;
						padding: 0;

						&, &:hover{
							color: inherit;
							background-color: transparent;
						}

						&:hover{
							text-decoration: underline;
						}
					}
				}

				.ui-menuitem-icon{
					display: none;
				}

				.ui-menuitem-text{
					line-height: 1.25;
					text-align: right;
					display: inline-block;
					margin-right: 1em;
					text-decoration: inherit;
				}
			}
		}
		*/ }
      .title-advanced .title,
      .title-advanced .title-description {
        display: block;
        margin: 0 1rem 0 0; }
      .title-advanced .title,
      .title-advanced .title-description span {
        line-height: 1; }
      .title-advanced .title-description {
        margin-bottom: .5em; }
        .title-advanced .title-description label {
          display: none; }
        .title-advanced .title-description span {
          font-family: "Volte-Semibold", "M PLUS 1p Bold";
          font-weight: normal;
          display: inline;
          margin: 0;
          font-size: 1.09375rem;
          color: #766e66; }
        .title-advanced .title-description.post {
          display: none; }
      .title-advanced .title-tools {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
        .title-advanced .title-tools .ui-menuitem-text {
          font-size: 0.875rem; } }

.section-content-tab .ui-tabview-nav,
.section-content-tab .ui-tabview-panel {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .section-content-tab .ui-tabview-nav,
    .section-content-tab .ui-tabview-panel {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .section-content-tab .ui-tabview-nav,
    .section-content-tab .ui-tabview-panel {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .section-content-tab .ui-tabview-nav,
    .section-content-tab .ui-tabview-panel {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .section-content-tab .ui-tabview-nav,
    .section-content-tab .ui-tabview-panel {
      max-width: 1140px; } }

@media (min-width: 768px) {
  .section-content-tab .ui-tabview .ui-tabview-nav li,
  .section-content-tab .ui-tabview .ui-tabmenu-nav li {
    border-top-width: 1px;
    border-color: transparent;
    color: #4d4d4d;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .section-content-tab .ui-tabview .ui-tabview-nav li a,
    .section-content-tab .ui-tabview .ui-tabmenu-nav li a {
      padding: 1rem 1.5rem; }
      .section-content-tab .ui-tabview .ui-tabview-nav li a.section-invalid,
      .section-content-tab .ui-tabview .ui-tabmenu-nav li a.section-invalid {
        color: #ff2847; }
      .section-content-tab .ui-tabview .ui-tabview-nav li a .icon-sign-warning-dgl,
      .section-content-tab .ui-tabview .ui-tabmenu-nav li a .icon-sign-warning-dgl {
        color: inherit; }
    .section-content-tab .ui-tabview .ui-tabview-nav li.ui-state-default:not(.ui-state-active),
    .section-content-tab .ui-tabview .ui-tabmenu-nav li.ui-state-default:not(.ui-state-active) {
      background-color: #f8f7f6;
      border-bottom-color: #a69f98;
      margin-bottom: 3px;
      color: #4d4d4d; }
      .section-content-tab .ui-tabview .ui-tabview-nav li.ui-state-default:not(.ui-state-active):not(.ui-state-disabled):hover,
      .section-content-tab .ui-tabview .ui-tabmenu-nav li.ui-state-default:not(.ui-state-active):not(.ui-state-disabled):hover {
        background-color: #f8f7f6;
        border-bottom-color: #a69f98;
        color: #416AA6; }
    .section-content-tab .ui-tabview .ui-tabview-nav li.ui-state-active,
    .section-content-tab .ui-tabview .ui-tabmenu-nav li.ui-state-active {
      color: #416AA6;
      border-color: #a69f98;
      border-bottom-color: #FFF; }
      .section-content-tab .ui-tabview .ui-tabview-nav li.ui-state-active a,
      .section-content-tab .ui-tabview .ui-tabmenu-nav li.ui-state-active a {
        cursor: default; }
  .section-content-tab .ui-tabview .ui-tabview-nav li [class*="icon"] {
    font-size: .7em; }
  .section-content-tab .ui-tabview .ui-tabview-nav li .icon-sign-warning-dgl {
    color: #F9E0A7; }
  .section-content-tab .ui-tabview .ui-tabview-panels {
    border-top: 1px solid #a69f98;
    background-color: #FFF;
    margin-top: -4px; }
  .section-content-tab .ui-tabview .ui-tabmenu-nav {
    border-bottom: 1px solid #a69f98; } }

/*
Custom components and 3rd party components overrides.
*/
.swiper-pagination-handle [class*="swiper-pagination-bullet"] {
  background-color: #2C2926;
  opacity: 0.2; }

.swiper-pagination-handle .swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  font-size: 1.7em;
  width: 1em;
  height: 1em;
  cursor: pointer; }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Icomoon" !important;
    font-size: 24px;
    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;
    font-size: inherit;
    color: #a69f98; }

.swiper-button-prev {
  margin-left: -.4em; }
  .swiper-button-prev:before {
    content: "\E951"; }

.swiper-button-next {
  margin-right: -.4em; }
  .swiper-button-next:before {
    content: "\E952"; }

/* Spinner - Loading*/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.d-block-spinner[class*="dglSpinner"],
.d-flex-spinner[class*="dglSpinner"] {
  position: relative; }

.d-block-spinner[class*="dglSpinner"] {
  display: block; }

.d-flex-spinner[class*="dglSpinner"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

[class*="dglSpinner"]:before {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - (40px/2));
  left: calc(50% - (40px/2));
  border-radius: 100%;
  border-top: 2px solid rgba(44, 41, 38, 0.3);
  border-left: 2px solid rgba(44, 41, 38, 0.3);
  border-bottom: 2px solid #2C2926;
  border-right: 2px solid rgba(44, 41, 38, 0.3);
  -webkit-animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
          animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1039; }

[class*="dglSpinner"]:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.5s ease;
  top: 0;
  left: 0;
  z-index: 21; }

[class*="dglSpinner"].spinner-layout:before, [class*="dglSpinner"].spinner-layout:after {
  position: fixed; }

[class*="dglSpinner"][class*="-top"]:before {
  top: 2rem; }

[class*="dglSpinner"].ui-button {
  background-color: #2C2926;
  border-color: #2C2926;
  color: #2C2926;
  cursor: default;
  pointer-events: none; }
  [class*="dglSpinner"].ui-button[pButton] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  [class*="dglSpinner"].ui-button:before {
    height: 1em;
    width: 1em;
    top: calc(50% - (1em/2));
    left: calc(50% - (1em/2));
    border-radius: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid #FFF;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    z-index: 1039; }
  [class*="dglSpinner"].ui-button:after {
    display: none; }
  [class*="dglSpinner"].ui-button span {
    visibility: hidden; }
  [class*="dglSpinner"].ui-button[class*="-left"] {
    color: #FFF; }
    [class*="dglSpinner"].ui-button[class*="-left"]:before {
      position: relative;
      display: inline-block;
      left: -0.46em;
      top: 0.1725em;
      margin-left: 0.46em; }
    [class*="dglSpinner"].ui-button[class*="-left"] span {
      visibility: visible; }

.text-grey {
  color: #cac6c2; }

.text-darker {
  color: #766e66; }

.text-yellow {
  color: #ffcd22; }

.text-inherit, .text-inherit:hover {
  color: inherit; }

.text-strong {
  color: #4d4d4d; }

.text-none {
  text-transform: none; }

.line-height-1 {
  line-height: 1; }

@keyframes fadeIN {
  from {
    opacity: .15; }
  to {
    opacity: 1; } }

/* BKOF-195 Disabled embed animation/transition */
.embed-responsive {
  background-color: #f8f7f6; }

@font-face {
  font-family: "Volte-Regular";
  src: url("../typography/volte-regular/Volte-Regular.woff2") format("woff2"), url("../typography/volte-regular/Volte-Regular.woff") format("woff"); }

@font-face {
  font-family: "Volte-Medium";
  src: url("../typography/volte-medium/Volte-Medium.woff2") format("woff2"), url("../typography/volte-medium/Volte-Medium.woff") format("woff"); }

@font-face {
  font-family: "Volte-Semibold";
  src: url("../typography/volte-semibold/Volte-Semibold.woff2") format("woff2"), url("../typography/volte-semibold/Volte-Semibold.woff") format("woff"); }

@font-face {
  font-family: "Volte-Bold";
  src: url("../typography/volte-bold/Volte-Bold.woff2") format("woff2"), url("../typography/volte-bold/Volte-Bold.woff") format("woff"); }

@font-face {
  font-family: "Icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../typography/icomoon/icomoon.woff?191111") format("woff"), url("../typography/icomoon/icomoon.ttf?191111") format("truetype"); }

@font-face {
  font-family: 'M PLUS 1p Regular';
  font-style: normal;
  font-weight: 400;
  src: local("M PLUS 1p"), local("MPLUS1p-Regular"), url("../typography/MPLUS1p/mplus-1p-regular.woff") format("woff"); }

@font-face {
  font-family: 'M PLUS 1p Bold';
  font-style: normal;
  font-weight: 700;
  src: local("M PLUS 1p Bold"), local("MPLUS1p-Bold"), url("../typography/MPLUS1p/mplus-1p-bold.woff") format("woff"); }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\A0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(../fonts/flags//4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(../fonts/flags//4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ae.svg); }

.flag-icon-af {
  background-image: url(../fonts/flags//4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/af.svg); }

.flag-icon-ag {
  background-image: url(../fonts/flags//4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(../fonts/flags//4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ai.svg); }

.flag-icon-al {
  background-image: url(../fonts/flags//4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/al.svg); }

.flag-icon-am {
  background-image: url(../fonts/flags//4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/am.svg); }

.flag-icon-ao {
  background-image: url(../fonts/flags//4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(../fonts/flags//4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(../fonts/flags//4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ar.svg); }

.flag-icon-as {
  background-image: url(../fonts/flags//4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/as.svg); }

.flag-icon-at {
  background-image: url(../fonts/flags//4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/at.svg); }

.flag-icon-au {
  background-image: url(../fonts/flags//4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/au.svg); }

.flag-icon-aw {
  background-image: url(../fonts/flags//4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(../fonts/flags//4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ax.svg); }

.flag-icon-az {
  background-image: url(../fonts/flags//4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/az.svg); }

.flag-icon-ba {
  background-image: url(../fonts/flags//4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(../fonts/flags//4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(../fonts/flags//4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bd.svg); }

.flag-icon-be {
  background-image: url(../fonts/flags//4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/be.svg); }

.flag-icon-bf {
  background-image: url(../fonts/flags//4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(../fonts/flags//4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(../fonts/flags//4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(../fonts/flags//4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(../fonts/flags//4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(../fonts/flags//4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(../fonts/flags//4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(../fonts/flags//4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(../fonts/flags//4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(../fonts/flags//4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bq.svg); }

.flag-icon-br {
  background-image: url(../fonts/flags//4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/br.svg); }

.flag-icon-bs {
  background-image: url(../fonts/flags//4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(../fonts/flags//4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(../fonts/flags//4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(../fonts/flags//4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bw.svg); }

.flag-icon-by {
  background-image: url(../fonts/flags//4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/by.svg); }

.flag-icon-bz {
  background-image: url(../fonts/flags//4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(../fonts/flags//4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(../fonts/flags//4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(../fonts/flags//4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(../fonts/flags//4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(../fonts/flags//4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(../fonts/flags//4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(../fonts/flags//4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(../fonts/flags//4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(../fonts/flags//4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(../fonts/flags//4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(../fonts/flags//4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cn.svg); }

.flag-icon-co {
  background-image: url(../fonts/flags//4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/co.svg); }

.flag-icon-cr {
  background-image: url(../fonts/flags//4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(../fonts/flags//4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(../fonts/flags//4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(../fonts/flags//4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(../fonts/flags//4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(../fonts/flags//4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(../fonts/flags//4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/cz.svg); }

.flag-icon-de {
  background-image: url(../fonts/flags//4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/de.svg); }

.flag-icon-dj {
  background-image: url(../fonts/flags//4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(../fonts/flags//4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(../fonts/flags//4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dm.svg); }

.flag-icon-do {
  background-image: url(../fonts/flags//4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/do.svg); }

.flag-icon-dz {
  background-image: url(../fonts/flags//4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(../fonts/flags//4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(../fonts/flags//4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(../fonts/flags//4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(../fonts/flags//4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eh.svg); }

.flag-icon-er {
  background-image: url(../fonts/flags//4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/er.svg); }

.flag-icon-es {
  background-image: url(../fonts/flags//4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/es.svg); }

.flag-icon-et {
  background-image: url(../fonts/flags//4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/et.svg); }

.flag-icon-fi {
  background-image: url(../fonts/flags//4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(../fonts/flags//4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(../fonts/flags//4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(../fonts/flags//4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(../fonts/flags//4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(../fonts/flags//4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(../fonts/flags//4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(../fonts/flags//4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(../fonts/flags//4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(../fonts/flags//4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(../fonts/flags//4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(../fonts/flags//4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(../fonts/flags//4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(../fonts/flags//4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(../fonts/flags//4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(../fonts/flags//4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(../fonts/flags//4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(../fonts/flags//4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(../fonts/flags//4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(../fonts/flags//4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(../fonts/flags//4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(../fonts/flags//4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(../fonts/flags//4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(../fonts/flags//4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(../fonts/flags//4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(../fonts/flags//4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(../fonts/flags//4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(../fonts/flags//4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(../fonts/flags//4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(../fonts/flags//4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(../fonts/flags//4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/hu.svg); }

.flag-icon-id {
  background-image: url(../fonts/flags//4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/id.svg); }

.flag-icon-ie {
  background-image: url(../fonts/flags//4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ie.svg); }

.flag-icon-il {
  background-image: url(../fonts/flags//4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/il.svg); }

.flag-icon-im {
  background-image: url(../fonts/flags//4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/im.svg); }

.flag-icon-in {
  background-image: url(../fonts/flags//4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/in.svg); }

.flag-icon-io {
  background-image: url(../fonts/flags//4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/io.svg); }

.flag-icon-iq {
  background-image: url(../fonts/flags//4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(../fonts/flags//4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ir.svg); }

.flag-icon-is {
  background-image: url(../fonts/flags//4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/is.svg); }

.flag-icon-it {
  background-image: url(../fonts/flags//4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/it.svg); }

.flag-icon-je {
  background-image: url(../fonts/flags//4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/je.svg); }

.flag-icon-jm {
  background-image: url(../fonts/flags//4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(../fonts/flags//4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(../fonts/flags//4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(../fonts/flags//4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(../fonts/flags//4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(../fonts/flags//4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(../fonts/flags//4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ki.svg); }

.flag-icon-km {
  background-image: url(../fonts/flags//4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/km.svg); }

.flag-icon-kn {
  background-image: url(../fonts/flags//4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(../fonts/flags//4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(../fonts/flags//4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(../fonts/flags//4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(../fonts/flags//4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(../fonts/flags//4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/kz.svg); }

.flag-icon-la {
  background-image: url(../fonts/flags//4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/la.svg); }

.flag-icon-lb {
  background-image: url(../fonts/flags//4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(../fonts/flags//4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lc.svg); }

.flag-icon-li {
  background-image: url(../fonts/flags//4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/li.svg); }

.flag-icon-lk {
  background-image: url(../fonts/flags//4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(../fonts/flags//4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(../fonts/flags//4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(../fonts/flags//4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(../fonts/flags//4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(../fonts/flags//4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(../fonts/flags//4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(../fonts/flags//4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(../fonts/flags//4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mc.svg); }

.flag-icon-md {
  background-image: url(../fonts/flags//4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/md.svg); }

.flag-icon-me {
  background-image: url(../fonts/flags//4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/me.svg); }

.flag-icon-mf {
  background-image: url(../fonts/flags//4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(../fonts/flags//4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(../fonts/flags//4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(../fonts/flags//4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(../fonts/flags//4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(../fonts/flags//4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(../fonts/flags//4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(../fonts/flags//4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(../fonts/flags//4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(../fonts/flags//4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(../fonts/flags//4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(../fonts/flags//4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(../fonts/flags//4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(../fonts/flags//4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(../fonts/flags//4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(../fonts/flags//4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(../fonts/flags//4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mx.svg); }

.flag-icon-my {
  background-image: url(../fonts/flags//4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/my.svg); }

.flag-icon-mz {
  background-image: url(../fonts/flags//4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/mz.svg); }

.flag-icon-na {
  background-image: url(../fonts/flags//4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/na.svg); }

.flag-icon-nc {
  background-image: url(../fonts/flags//4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(../fonts/flags//4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(../fonts/flags//4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(../fonts/flags//4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(../fonts/flags//4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(../fonts/flags//4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nl.svg); }

.flag-icon-no {
  background-image: url(../fonts/flags//4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/no.svg); }

.flag-icon-np {
  background-image: url(../fonts/flags//4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/np.svg); }

.flag-icon-nr {
  background-image: url(../fonts/flags//4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(../fonts/flags//4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(../fonts/flags//4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/nz.svg); }

.flag-icon-om {
  background-image: url(../fonts/flags//4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/om.svg); }

.flag-icon-pa {
  background-image: url(../fonts/flags//4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(../fonts/flags//4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(../fonts/flags//4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(../fonts/flags//4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(../fonts/flags//4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(../fonts/flags//4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(../fonts/flags//4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(../fonts/flags//4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(../fonts/flags//4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(../fonts/flags//4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(../fonts/flags//4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(../fonts/flags//4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(../fonts/flags//4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/pw.svg); }

.flag-icon-py {
  background-image: url(../fonts/flags//4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/py.svg); }

.flag-icon-qa {
  background-image: url(../fonts/flags//4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/qa.svg); }

.flag-icon-re {
  background-image: url(../fonts/flags//4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/re.svg); }

.flag-icon-ro {
  background-image: url(../fonts/flags//4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(../fonts/flags//4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(../fonts/flags//4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(../fonts/flags//4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(../fonts/flags//4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(../fonts/flags//4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(../fonts/flags//4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(../fonts/flags//4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sd.svg); }

.flag-icon-se {
  background-image: url(../fonts/flags//4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/se.svg); }

.flag-icon-sg {
  background-image: url(../fonts/flags//4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(../fonts/flags//4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sh.svg); }

.flag-icon-si {
  background-image: url(../fonts/flags//4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/si.svg); }

.flag-icon-sj {
  background-image: url(../fonts/flags//4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(../fonts/flags//4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(../fonts/flags//4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(../fonts/flags//4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(../fonts/flags//4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sn.svg); }

.flag-icon-so {
  background-image: url(../fonts/flags//4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/so.svg); }

.flag-icon-sr {
  background-image: url(../fonts/flags//4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(../fonts/flags//4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ss.svg); }

.flag-icon-st {
  background-image: url(../fonts/flags//4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/st.svg); }

.flag-icon-sv {
  background-image: url(../fonts/flags//4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(../fonts/flags//4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(../fonts/flags//4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(../fonts/flags//4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(../fonts/flags//4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tc.svg); }

.flag-icon-td {
  background-image: url(../fonts/flags//4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/td.svg); }

.flag-icon-tf {
  background-image: url(../fonts/flags//4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(../fonts/flags//4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tg.svg); }

.flag-icon-th {
  background-image: url(../fonts/flags//4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/th.svg); }

.flag-icon-tj {
  background-image: url(../fonts/flags//4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(../fonts/flags//4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(../fonts/flags//4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(../fonts/flags//4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(../fonts/flags//4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tn.svg); }

.flag-icon-to {
  background-image: url(../fonts/flags//4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/to.svg); }

.flag-icon-tr {
  background-image: url(../fonts/flags//4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(../fonts/flags//4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(../fonts/flags//4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(../fonts/flags//4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(../fonts/flags//4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(../fonts/flags//4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(../fonts/flags//4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ug.svg); }

.flag-icon-um {
  background-image: url(../fonts/flags//4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/um.svg); }

.flag-icon-us {
  background-image: url(../fonts/flags//4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/us.svg); }

.flag-icon-uy {
  background-image: url(../fonts/flags//4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(../fonts/flags//4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/uz.svg); }

.flag-icon-va {
  background-image: url(../fonts/flags//4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/va.svg); }

.flag-icon-vc {
  background-image: url(../fonts/flags//4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(../fonts/flags//4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(../fonts/flags//4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(../fonts/flags//4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(../fonts/flags//4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(../fonts/flags//4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(../fonts/flags//4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(../fonts/flags//4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(../fonts/flags//4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(../fonts/flags//4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/yt.svg); }

.flag-icon-za {
  background-image: url(../fonts/flags//4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/za.svg); }

.flag-icon-zm {
  background-image: url(../fonts/flags//4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(../fonts/flags//4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/zw.svg); }

.flag-icon-es-ct {
  background-image: url(../fonts/flags//4x3/es-ct.svg); }
  .flag-icon-es-ct.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/es-ct.svg); }

.flag-icon-eu {
  background-image: url(../fonts/flags//4x3/eu.svg); }
  .flag-icon-eu.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(../fonts/flags//4x3/gb-eng.svg); }
  .flag-icon-gb-eng.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(../fonts/flags//4x3/gb-nir.svg); }
  .flag-icon-gb-nir.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(../fonts/flags//4x3/gb-sct.svg); }
  .flag-icon-gb-sct.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(../fonts/flags//4x3/gb-wls.svg); }
  .flag-icon-gb-wls.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(../fonts/flags//4x3/un.svg); }
  .flag-icon-un.flag-icon-squared {
    background-image: url(../fonts/flags//1x1/un.svg); }

.modal-background {
  background-color: #020202;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0; }

input[placeholder] {
  text-overflow: ellipsis; }

.hide-order-discount {
  display: none; }

.hide-shipping-discount {
  display: none; }

.order-discount-total,
.shipping-discount-total {
  color: #0cc459; }

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1; }

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em; }

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem; }

.error.continue-shopping {
  margin-bottom: 6.25em; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: $themeColor; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: $navColorValue; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-blue {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-indigo {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-purple {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-pink {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-red {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-orange {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-yellow {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-green {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-teal {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-cyan {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-white {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-gray {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-gray-dark {
  --swiper-pagination-color: $paginationColorValue; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 100%;
    height: 100%; }
    .swiper-container-cube .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
  overflow: visible; }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1; }
    .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.swiper-button-prev:after, .swiper-button-next:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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;
  font-size: inherit;
  color: #a69f98; }

.swiper-button-prev {
  margin-left: -.4em; }
  .swiper-button-prev:after {
    content: "\E951"; }

.swiper-button-next {
  margin-right: -.4em; }
  .swiper-button-next:after {
    content: "\E952"; }

.swiper-button-prev:before,
.swiper-button-next:before {
  content: none !important; }

:root {
  --menuUnderlinePosition: 0;
  --menuUnderlineWidth: 0; }

@media (max-width: 575.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: -1px;
    width: 100%;
    transition: 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    background-color: transparent !important; }
    .menu-toggleable-left.navbar-toggleable-xs::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      background-color: rgba(0, 0, 0, 0.5); }
    .menu-toggleable-left.navbar-toggleable-xs .container {
      position: relative;
      height: 100%;
      max-width: none;
      padding: 0;
      z-index: 1; }
      .menu-toggleable-left.navbar-toggleable-xs .container .row {
        height: 100%;
        margin: 0; }
    .menu-toggleable-left.navbar-toggleable-xs .navbar {
      position: relative;
      padding: 0; }
      .menu-toggleable-left.navbar-toggleable-xs .navbar .nav-user {
        position: absolute;
        color: black;
        top: -43px;
        left: 0;
        z-index: 2;
        text-decoration: none !important; }
      .menu-toggleable-left.navbar-toggleable-xs .navbar > .close-menu .back {
        display: none; }
    .menu-toggleable-left.navbar-toggleable-xs .btn-close i {
      position: absolute;
      top: 1.5rem;
      left: 0;
      z-index: 1;
      color: #2C2926; }
    .menu-toggleable-left.navbar-toggleable-xs .menu-group {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width: 576px;
      background-color: #FFF;
      padding: 4.2rem 1.2rem 0 1.2rem;
      overflow: hidden;
      display: block; }
      .menu-toggleable-left.navbar-toggleable-xs .menu-group _:-ms-fullscreen, .menu-toggleable-left.navbar-toggleable-xs .menu-group :root {
        left: 0; }
    .menu-toggleable-left.navbar-toggleable-xs .close-menu .close-button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      color: transparent;
      cursor: pointer; }
      .menu-toggleable-left.navbar-toggleable-xs .close-menu .close-button a {
        color: inherit; }
    .menu-toggleable-left.navbar-toggleable-xs.in {
      transition: -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      .menu-toggleable-left.navbar-toggleable-xs.in::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .menu-toggleable-left.navbar-toggleable-xs .navbar > .close-menu .close-button {
      position: absolute;
      left: 576px;
      right: 0;
      top: 0;
      bottom: 0; }
      .menu-toggleable-left.navbar-toggleable-xs .navbar > .close-menu .close-button .btn-close {
        position: relative;
        left: -2.5rem; } }

@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: -1px;
    width: 100%;
    transition: 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    background-color: transparent !important; }
    .menu-toggleable-left.navbar-toggleable-sm::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      background-color: rgba(0, 0, 0, 0.5); }
    .menu-toggleable-left.navbar-toggleable-sm .container {
      position: relative;
      height: 100%;
      max-width: none;
      padding: 0;
      z-index: 1; }
      .menu-toggleable-left.navbar-toggleable-sm .container .row {
        height: 100%;
        margin: 0; }
    .menu-toggleable-left.navbar-toggleable-sm .navbar {
      position: relative;
      padding: 0; }
      .menu-toggleable-left.navbar-toggleable-sm .navbar .nav-user {
        position: absolute;
        color: black;
        top: -43px;
        left: 0;
        z-index: 2;
        text-decoration: none !important; }
      .menu-toggleable-left.navbar-toggleable-sm .navbar > .close-menu .back {
        display: none; }
    .menu-toggleable-left.navbar-toggleable-sm .btn-close i {
      position: absolute;
      top: 1.5rem;
      left: 0;
      z-index: 1;
      color: #2C2926; }
    .menu-toggleable-left.navbar-toggleable-sm .menu-group {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width: 576px;
      background-color: #FFF;
      padding: 4.2rem 1.2rem 0 1.2rem;
      overflow: hidden;
      display: block; }
      .menu-toggleable-left.navbar-toggleable-sm .menu-group _:-ms-fullscreen, .menu-toggleable-left.navbar-toggleable-sm .menu-group :root {
        left: 0; }
    .menu-toggleable-left.navbar-toggleable-sm .close-menu .close-button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      color: transparent;
      cursor: pointer; }
      .menu-toggleable-left.navbar-toggleable-sm .close-menu .close-button a {
        color: inherit; }
    .menu-toggleable-left.navbar-toggleable-sm.in {
      transition: -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      .menu-toggleable-left.navbar-toggleable-sm.in::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    .menu-toggleable-left.navbar-toggleable-sm .navbar > .close-menu .close-button {
      position: absolute;
      left: 576px;
      right: 0;
      top: 0;
      bottom: 0; }
      .menu-toggleable-left.navbar-toggleable-sm .navbar > .close-menu .close-button .btn-close {
        position: relative;
        left: -2.5rem; } }

@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: -1px;
    width: 100%;
    transition: 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    background-color: transparent !important; }
    .menu-toggleable-left.navbar-toggleable-md::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      background-color: rgba(0, 0, 0, 0.5); }
    .menu-toggleable-left.navbar-toggleable-md .container {
      position: relative;
      height: 100%;
      max-width: none;
      padding: 0;
      z-index: 1; }
      .menu-toggleable-left.navbar-toggleable-md .container .row {
        height: 100%;
        margin: 0; }
    .menu-toggleable-left.navbar-toggleable-md .navbar {
      position: relative;
      padding: 0; }
      .menu-toggleable-left.navbar-toggleable-md .navbar .nav-user {
        position: absolute;
        color: black;
        top: -43px;
        left: 0;
        z-index: 2;
        text-decoration: none !important; }
      .menu-toggleable-left.navbar-toggleable-md .navbar > .close-menu .back {
        display: none; }
    .menu-toggleable-left.navbar-toggleable-md .btn-close i {
      position: absolute;
      top: 1.5rem;
      left: 0;
      z-index: 1;
      color: #2C2926; }
    .menu-toggleable-left.navbar-toggleable-md .menu-group {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width: 576px;
      background-color: #FFF;
      padding: 4.2rem 1.2rem 0 1.2rem;
      overflow: hidden;
      display: block; }
      .menu-toggleable-left.navbar-toggleable-md .menu-group _:-ms-fullscreen, .menu-toggleable-left.navbar-toggleable-md .menu-group :root {
        left: 0; }
    .menu-toggleable-left.navbar-toggleable-md .close-menu .close-button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      color: transparent;
      cursor: pointer; }
      .menu-toggleable-left.navbar-toggleable-md .close-menu .close-button a {
        color: inherit; }
    .menu-toggleable-left.navbar-toggleable-md.in {
      transition: -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      .menu-toggleable-left.navbar-toggleable-md.in::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .menu-toggleable-left.navbar-toggleable-md .navbar > .close-menu .close-button {
      position: absolute;
      left: 576px;
      right: 0;
      top: 0;
      bottom: 0; }
      .menu-toggleable-left.navbar-toggleable-md .navbar > .close-menu .close-button .btn-close {
        position: relative;
        left: -2.5rem; } }

@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: -1px;
    width: 100%;
    transition: 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    background-color: transparent !important; }
    .menu-toggleable-left.navbar-toggleable-lg::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      background-color: rgba(0, 0, 0, 0.5); }
    .menu-toggleable-left.navbar-toggleable-lg .container {
      position: relative;
      height: 100%;
      max-width: none;
      padding: 0;
      z-index: 1; }
      .menu-toggleable-left.navbar-toggleable-lg .container .row {
        height: 100%;
        margin: 0; }
    .menu-toggleable-left.navbar-toggleable-lg .navbar {
      position: relative;
      padding: 0; }
      .menu-toggleable-left.navbar-toggleable-lg .navbar .nav-user {
        position: absolute;
        color: black;
        top: -43px;
        left: 0;
        z-index: 2;
        text-decoration: none !important; }
      .menu-toggleable-left.navbar-toggleable-lg .navbar > .close-menu .back {
        display: none; }
    .menu-toggleable-left.navbar-toggleable-lg .btn-close i {
      position: absolute;
      top: 1.5rem;
      left: 0;
      z-index: 1;
      color: #2C2926; }
    .menu-toggleable-left.navbar-toggleable-lg .menu-group {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width: 576px;
      background-color: #FFF;
      padding: 4.2rem 1.2rem 0 1.2rem;
      overflow: hidden;
      display: block; }
      .menu-toggleable-left.navbar-toggleable-lg .menu-group _:-ms-fullscreen, .menu-toggleable-left.navbar-toggleable-lg .menu-group :root {
        left: 0; }
    .menu-toggleable-left.navbar-toggleable-lg .close-menu .close-button {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      color: transparent;
      cursor: pointer; }
      .menu-toggleable-left.navbar-toggleable-lg .close-menu .close-button a {
        color: inherit; }
    .menu-toggleable-left.navbar-toggleable-lg.in {
      transition: -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      .menu-toggleable-left.navbar-toggleable-lg.in::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 1199.98px) and (min-width: 576px) {
    .menu-toggleable-left.navbar-toggleable-lg .navbar > .close-menu .close-button {
      position: absolute;
      left: 576px;
      right: 0;
      top: 0;
      bottom: 0; }
      .menu-toggleable-left.navbar-toggleable-lg .navbar > .close-menu .close-button .btn-close {
        position: relative;
        left: -2.5rem; } }

.menu-toggleable-left.navbar-toggleable-xl {
  display: block;
  position: fixed;
  left: -100%;
  top: 0;
  bottom: -1px;
  width: 100%;
  transition: 0.3s cubic-bezier(0.02, 0.65, 0, 1);
  background-color: transparent !important; }
  .menu-toggleable-left.navbar-toggleable-xl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    background-color: rgba(0, 0, 0, 0.5); }
  .menu-toggleable-left.navbar-toggleable-xl .container {
    position: relative;
    height: 100%;
    max-width: none;
    padding: 0;
    z-index: 1; }
    .menu-toggleable-left.navbar-toggleable-xl .container .row {
      height: 100%;
      margin: 0; }
  .menu-toggleable-left.navbar-toggleable-xl .navbar {
    position: relative;
    padding: 0; }
    .menu-toggleable-left.navbar-toggleable-xl .navbar .nav-user {
      position: absolute;
      color: black;
      top: -43px;
      left: 0;
      z-index: 2;
      text-decoration: none !important; }
    .menu-toggleable-left.navbar-toggleable-xl .navbar > .close-menu .back {
      display: none; }
  .menu-toggleable-left.navbar-toggleable-xl .btn-close i {
    position: absolute;
    top: 1.5rem;
    left: 0;
    z-index: 1;
    color: #2C2926; }
  .menu-toggleable-left.navbar-toggleable-xl .menu-group {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 576px;
    background-color: #FFF;
    padding: 4.2rem 1.2rem 0 1.2rem;
    overflow: hidden;
    display: block; }
    .menu-toggleable-left.navbar-toggleable-xl .menu-group _:-ms-fullscreen, .menu-toggleable-left.navbar-toggleable-xl .menu-group :root {
      left: 0; }
  .menu-toggleable-left.navbar-toggleable-xl .close-menu .close-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: transparent;
    cursor: pointer; }
    .menu-toggleable-left.navbar-toggleable-xl .close-menu .close-button a {
      color: inherit; }
  .menu-toggleable-left.navbar-toggleable-xl.in {
    transition: -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    transition: transform 0.3s cubic-bezier(0.02, 0.65, 0, 1), -webkit-transform 0.3s cubic-bezier(0.02, 0.65, 0, 1);
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .menu-toggleable-left.navbar-toggleable-xl.in::before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  @media (min-width: 576px) {
    .menu-toggleable-left.navbar-toggleable-xl .navbar > .close-menu .close-button {
      position: absolute;
      left: 576px;
      right: 0;
      top: 0;
      bottom: 0; }
      .menu-toggleable-left.navbar-toggleable-xl .navbar > .close-menu .close-button .btn-close {
        position: relative;
        left: -2.5rem; } }

@media (max-width: 1199.98px) {
  .main-menu.menu-toggleable-left {
    z-index: 1050; } }

.main-menu.menu-toggleable-left .white-red,
.main-menu.menu-toggleable-left .red-white {
  display: inline-block;
  padding: 0.25em 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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, -webkit-transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out;
  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, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .main-menu.menu-toggleable-left .white-red,
    .main-menu.menu-toggleable-left .red-white {
      transition: none; } }
  a.main-menu.menu-toggleable-left .white-red:hover, a.main-menu.menu-toggleable-left .white-red:focus, .main-menu.menu-toggleable-left .red-white:hover, .main-menu.menu-toggleable-left .red-white:focus {
    text-decoration: none; }
  .main-menu.menu-toggleable-left .white-red:empty,
  .main-menu.menu-toggleable-left .red-white:empty {
    display: none; }

.main-menu.menu-toggleable-left .white-red {
  color: #ff2847;
  background-color: #FFF; }

.main-menu.menu-toggleable-left .red-white {
  color: #FFF;
  background-color: #ff2847; }

@media (max-width: 1199.98px) {
  .menu-toggleable-left .navbar-nav {
    position: relative;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 2px solid #e5e3e1; }
    .menu-toggleable-left .navbar-nav:after {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% / 3);
      height: 2px;
      bottom: -2px;
      background-color: black;
      left: calc((100% / 3) * var(--menuUnderlinePosition));
      transition: 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .menu-toggleable-left .navbar-nav .nav-item {
      font-size: 1.25rem; }
      .menu-toggleable-left .navbar-nav .nav-item:not(.nav-user) {
        -webkit-flex: 1 1 0%;
            -ms-flex: 1 1 0%;
                flex: 1 1 0%;
        text-align: center; }
      .menu-toggleable-left .navbar-nav .nav-item .nav-link {
        display: inline-block;
        padding-bottom: 1rem; }
      .menu-toggleable-left .navbar-nav .nav-item > .dropdown-menu {
        height: calc(100vh - (126px + 1.5rem));
        background-color: white; }
        .menu-toggleable-left .navbar-nav .nav-item > .dropdown-menu > .dropdown-item.top-category {
          display: none; }
    .menu-toggleable-left .navbar-nav .roll-over-menu-wrapper {
      width: 100%; }
  .menu-toggleable-left .text-none {
    text-transform: none; }
  .menu-toggleable-left .close-menu .back {
    line-height: 1; }
    .menu-toggleable-left .close-menu .back a {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .menu-toggleable-left .close-menu .back a:hover {
        text-decoration: none; }
  .menu-toggleable-left .dropup,
  .menu-toggleable-left .dropdown {
    position: static; }
  .menu-toggleable-left .nav-link,
  .menu-toggleable-left .dropdown-link {
    display: block;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer; }
  .menu-toggleable-left .nav-link {
    padding: 0; }
  .menu-toggleable-left .nav-item-bottom {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
    .menu-toggleable-left .nav-item-bottom .nav-link {
      max-width: 20em;
      width: 100%;
      margin-bottom: 1rem;
      padding: 1.35rem 1.5rem; }
    .menu-toggleable-left .nav-item-bottom .top-category {
      display: none !important; }
  .menu-toggleable-left .nav-link-top-separator {
    border-top: 1px solid #cac6c2; }
  .menu-toggleable-left .top-category-name {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal;
    font-size: 1.125rem; }
    .menu-toggleable-left .top-category-name,
    .menu-toggleable-left .top-category-name a {
      color: #2C2926 !important; } }
  @media (max-width: 1199.98px) and (max-width: 575.98px) {
    .menu-toggleable-left .top-category-name .lp-primary {
      display: none; } }

@media (max-width: 1199.98px) {
  .menu-toggleable-left .dropdown-link {
    padding: 1rem 2.25rem; }
  .menu-toggleable-left .dropdown-toggle::after {
    content: none;
    display: none; }
  .menu-toggleable-left .dropdown-item {
    padding: 0;
    background-color: transparent;
    white-space: normal;
    line-height: 1.2; }
    .menu-toggleable-left .dropdown-item,
    .menu-toggleable-left .dropdown-item a {
      text-decoration: none; }
    .menu-toggleable-left .dropdown-item:hover, .menu-toggleable-left .dropdown-item:focus {
      color: inherit;
      text-decoration: none;
      background-color: transparent; }
  .menu-toggleable-left i {
    line-height: 1.25rem; }
  .menu-toggleable-left .dropdown > .dropdown-menu::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .menu-toggleable-left .dropdown.show .nav-link {
    position: relative; }
  .menu-toggleable-left .dropdown.show > .dropdown-menu {
    left: 0 !important; }
  .menu-toggleable-left .dropdown-menu {
    position: absolute;
    left: 110%;
    top: 4rem;
    width: 100%;
    transition: 0.3s cubic-bezier(0.6, 0, 0, 1);
    transition-delay: 100ms;
    border: 0 none;
    margin: 0;
    padding-top: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    text-align: center;
    overflow: hidden;
    overflow-y: auto; }
    .menu-toggleable-left .dropdown-menu .nav-menu {
      display: none; }
    .menu-toggleable-left .dropdown-menu .dropdown-item {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
    .menu-toggleable-left .dropdown-menu:not(.bg-lp-primary) {
      background-color: transparent; }
    .menu-toggleable-left .dropdown-menu .dropdown-menu {
      top: 0;
      bottom: 0;
      padding-top: 0;
      text-align: left;
      background-color: #FFFFFF; }
      .menu-toggleable-left .dropdown-menu .dropdown-menu .nav-menu {
        display: block; }
      .menu-toggleable-left .dropdown-menu .dropdown-menu .btn-close {
        display: none; }
      .menu-toggleable-left .dropdown-menu .dropdown-menu .dropdown-item {
        font-family: "Volte-Regular", "M PLUS 1p Regular";
        font-weight: normal; }
  .menu-toggleable-left .nav-item.dropdown:first-child > .dropdown-menu {
    transition-duration: 0;
    transition-delay: 0;
    left: 0; }
  .menu-toggleable-left .roll-over-menu-wrapper .category-cloned {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-nav .dropdown-link.active {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; } }

.navbar-nav .category-new {
  color: #0824fd;
  font-size: .625rem;
  vertical-align: text-top; }

.navbar-light .navbar-nav .nav-item.show .nav-link {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal; }

@media (max-width: 1199.98px) {
  .highlighted-wrapper {
    position: fixed;
    bottom: 0;
    height: 126px;
    left: 1.2rem;
    width: calc(100% - (1.2rem * 2));
    padding-top: 16px;
    max-width: calc( 576px - (1.2rem * 2));
    background-color: white;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    transition: 0.3s cubic-bezier(0.6, 0, 0, 1);
    transition-delay: 100ms; }
    .highlighted-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      height: 2px;
      background-color: #e5e3e1; }
    .highlighted-wrapper > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .highlighted-wrapper .dropdown-link {
      font-size: 10px;
      padding: 0; }
    .highlighted-wrapper .dropdown-item {
      width: auto; }
      .highlighted-wrapper .dropdown-item .dropdown-menu {
        position: relative;
        display: block !important;
        left: 0; }
    .highlighted-wrapper .category-cloned + .category-cloned ul, .highlighted-wrapper .category-cloned + .category-cloned > .dropdown-link {
      padding-left: 1.2rem; }
    .highlighted-wrapper .category-cloned + .category-cloned > .dropdown-menu:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 36%;
      width: 2px;
      background-color: #F2F2F2; }
    .highlighted-wrapper .category-cloned > .dropdown-link {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal;
      margin: 0 20px 8px 4px; }
    .highlighted-wrapper .category-cloned > .dropdown-menu {
      min-width: auto; }
    .highlighted-wrapper .roll-over-menu-wrapper ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
    .highlighted-wrapper .roll-over-menu-wrapper .embed-responsive {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 53px;
      height: 53px;
      border: 2px solid white;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
      margin: 2px; }
    .highlighted-wrapper .roll-over-menu-wrapper .dropdown-link {
      width: 59px;
      margin-right: 22px;
      text-align: center;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-family: "Volte-Medium", "M PLUS 1p Regular";
      font-weight: normal; }
  .highlighted-show {
    margin-bottom: 126px; }
    .highlighted-show .roll-over-menu-wrapper {
      padding-bottom: 126px; }
    .highlighted-show .highlighted-wrapper {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      transition-delay: 200ms; } }

@media (min-width: 1200px) {
  .fixed-top > nav {
    position: relative !important; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    position: static;
    min-height: 0;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .navbar-expand-xl .navbar-expand-xl {
      border: none !important; }
    .navbar-expand-xl .navbar-expand-xl .menu-group .navbar-nav .nav-link {
      height: auto;
      padding: 14px 10px 10px 10px;
      font-size: 0.875rem;
      position: relative; }
    .navbar-expand-xl .menu-group .navbar-nav {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .navbar-expand-xl .menu-group .navbar-nav .nav-item:not(.nav-item-popover) {
        position: static; }
      .navbar-expand-xl .menu-group .navbar-nav .nav-link.active {
        color: #2C2926;
        font-family: "Volte-Semibold", "M PLUS 1p Bold";
        font-weight: normal; }
        .navbar-expand-xl .menu-group .navbar-nav .nav-link.active:before {
          content: '';
          display: block;
          position: absolute;
          width: auto;
          left: 10px;
          right: 10px;
          margin-top: 12px;
          height: 2px;
          background-color: #2C2926; }
      .navbar-expand-xl .menu-group .navbar-nav .nav-link:not(.active) {
        color: #a69f98;
        font-family: "Volte-Medium", "M PLUS 1p Regular";
        font-weight: normal; }
        .navbar-expand-xl .menu-group .navbar-nav .nav-link:not(.active):hover, .navbar-expand-xl .menu-group .navbar-nav .nav-link:not(.active):focus {
          color: #2C2926; }
      .navbar-expand-xl .menu-group .navbar-nav .nav-link::after {
        content: none;
        display: none; }
      .navbar-expand-xl .menu-group .navbar-nav .nav-link.disabled {
        cursor: default;
        pointer-events: none; }
    .navbar-expand-xl .menu-group .navbar-nav.child-close .nav-item:first-child .nav-link {
      color: #2C2926;
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
      .navbar-expand-xl .menu-group .navbar-nav.child-close .nav-item:first-child .nav-link:before {
        content: '';
        display: block;
        position: absolute;
        width: auto;
        left: 10px;
        right: 10px;
        margin-top: 12px;
        height: 2px;
        background-color: #2C2926; }
    .navbar-expand-xl .menu-group .navbar-nav.child-close .nav-item:first-child > .dropdown-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .navbar-expand-xl .dropdown-menu_image {
      position: relative;
      max-width: 190px;
      -webkit-animation: slide-enter-down .2s ease-out;
              animation: slide-enter-down .2s ease-out;
      -webkit-order: 100;
          -ms-flex-order: 100;
              order: 100;
      margin-left: auto; }
      .navbar-expand-xl .dropdown-menu_image a, .navbar-expand-xl .dropdown-menu_image img {
        max-width: 190px; } }

@-webkit-keyframes slide-enter-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-enter-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media (min-width: 1200px) {
  .menu-toggleable-left {
    position: static; }
    .menu-toggleable-left .menu-group {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
    .menu-toggleable-left .navbar-nav .nav-item {
      font-size: 1.15rem; }
      .menu-toggleable-left .navbar-nav .nav-item .dropdown-item, .menu-toggleable-left .navbar-nav .nav-item .dropdown-item:hover, .menu-toggleable-left .navbar-nav .nav-item .dropdown-item:focus {
        color: inherit;
        text-decoration: inherit;
        background-color: inherit; }
      .menu-toggleable-left .navbar-nav .nav-item .dropdown-item .dropdown-toggle::after {
        content: none; }
      .menu-toggleable-left .navbar-nav .nav-item .dropdown-menu {
        padding: 0 1.5rem;
        border: none;
        background-color: transparent;
        z-index: 99; }
        .menu-toggleable-left .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu {
          display: none; }
      .menu-toggleable-left .navbar-nav .nav-item > .nav-link {
        white-space: nowrap; }
        .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu {
          top: 2.61rem;
          border: none;
          width: auto;
          bottom: 1px;
          left: 0 !important; }
          .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu:after {
            content: '';
            display: block;
            position: absolute;
            width: var(--menuUnderlineWidth);
            height: 2px;
            bottom: 0;
            background-color: #2C2926;
            -webkit-transform: translateX(var(--menuUnderlinePosition));
                    transform: translateX(var(--menuUnderlinePosition));
            margin-left: -1.5rem;
            transition: 0.3s cubic-bezier(0.6, 0, 0, 1);
            z-index: -1; }
          .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu ul {
            list-style-type: none; }
          .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item {
            width: auto;
            padding: 0;
            font-size: 1.125rem;
            position: static; }
            .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-link {
              display: block;
              padding: 13px 10px;
              font-size: 1rem;
              text-decoration: none !important; }
              .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-link.active {
                font-family: "Volte-Semibold", "M PLUS 1p Bold";
                font-weight: normal; }
            .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu {
              position: absolute;
              left: 0;
              right: 0;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              margin: 0;
              padding: 0;
              border: none;
              background-color: transparent;
              overflow: hidden;
              padding: 25px 40px 40px 40px;
              width: 100vw; }
              .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu::before {
                content: '';
                position: absolute;
                top: 1px;
                right: 0;
                bottom: 0;
                left: 0;
                border-bottom: 2px solid #F2F2F2;
                background-color: white;
                z-index: -1;
                -webkit-animation-timing-function: ease-out;
                        animation-timing-function: ease-out; }
              .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu .dropdown-item {
                width: auto;
                display: inline-block;
                float: left;
                padding: .16rem 0; }
            .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item.show > .dropdown-menu.show {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex; }
            .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item.show > .dropdown-menu::before {
              -webkit-animation: slide-enter-down .2s;
                      animation: slide-enter-down .2s; }
            .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item.show > .dropdown-menu > .dropdown-menu_image {
              display: -webkit-flex !important;
              display: -ms-flexbox !important;
              display: flex !important; }
            .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item.show > .dropdown-menu .dropdown-item {
              -webkit-animation: slide-enter-down .3s;
                      animation: slide-enter-down .3s;
              overflow: hidden; }
              .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item.show > .dropdown-menu .dropdown-item .dropdown-link {
                font-size: 1rem;
                display: block;
                -webkit-animation: slide-enter-down .4s;
                        animation: slide-enter-down .4s; }
        .menu-toggleable-left .navbar-nav .nav-item > .nav-link.active + .dropdown-menu {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

.menu-toggleable-left .navbar-nav .dropdown-item:nth-child(even):not(:hover) {
  background-color: inherit; }

@media (min-width: 1200px) {
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned {
    position: relative;
    overflow: auto;
    padding: 0 45px; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-left: 2px solid #e5e3e1; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned > .dropdown-link {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .dropdown-menu {
      position: relative;
      display: block;
      top: 0; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .roll-over-menu-wrapper {
      padding-right: 0; }
      .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .roll-over-menu-wrapper ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: -30px; }
        .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .roll-over-menu-wrapper ul .dropdown-item {
          padding-left: 30px;
          padding-bottom: 15px;
          text-align: center;
          overflow: initial; }
        .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .roll-over-menu-wrapper ul .dropdown-link {
          width: 85px;
          white-space: initial;
          line-height: 1.15;
          font-size: 0.875rem; }
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned.category-highlighted-image .dropdown-menu {
    padding: 32px 0 0 0; }
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned.category-highlighted-image .roll-over-menu-wrapper ul .dropdown-item .embed-responsive {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 83px;
    height: 83px;
    border: 2px solid white;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75); }
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned.category-highlighted-text .dropdown-menu {
    padding: 24px 0 0 0; }
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned.category-highlighted-text .roll-over-menu-wrapper ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned.category-highlighted-text .roll-over-menu-wrapper ul .dropdown-item {
      text-align: left;
      padding-bottom: 12px; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned.category-highlighted-text .roll-over-menu-wrapper ul .dropdown-link {
      width: auto;
      font-size: 1rem; }
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu .roll-over-menu-wrapper {
    position: relative;
    padding-right: 45px; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu .roll-over-menu-wrapper .category-cloned {
      display: none; }
  .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu .roll-over-menu-wrapper.d-none + .category-cloned {
    padding-left: 0; }
    .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu .roll-over-menu-wrapper.d-none + .category-cloned:after {
      display: none; } }

_:-ms-fullscreen .main-menu, :root .main-menu {
  z-index: 2; }

_:-ms-fullscreen .other-menu, :root .other-menu {
  z-index: 1; }

_:-ms-fullscreen .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-link:hover, :root .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-link:hover {
  text-decoration: underline !important; }

_:-ms-fullscreen .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .roll-over-menu-wrapper ul .dropdown-item .embed-responsive img, :root .menu-toggleable-left .navbar-nav .nav-item > .nav-link + .dropdown-menu > .dropdown-item > .dropdown-menu > .category-cloned .roll-over-menu-wrapper ul .dropdown-item .embed-responsive img {
  left: 50%;
  transform: translateX(-50%);
  position: absolute; }

_:-ms-fullscreen .navbar-expand-xl .menu-group .navbar-nav.child-close :first-child.nav-item, :root .navbar-expand-xl .menu-group .navbar-nav.child-close :first-child.nav-item {
  text-decoration: underline; }
  _:-ms-fullscreen .navbar-expand-xl .menu-group .navbar-nav.child-close :first-child.nav-item .nav-link:before, :root .navbar-expand-xl .menu-group .navbar-nav.child-close :first-child.nav-item .nav-link:before {
    display: none !important; }

_:-ms-fullscreen .navbar-expand-xl .menu-group .navbar-nav .nav-link.active:before, :root .navbar-expand-xl .menu-group .navbar-nav .nav-link.active:before {
  display: none !important; }

_:-ms-fullscreen .navbar-expand-xl .menu-group .navbar-nav .nav-link.dropdown-toggle.active, _:-ms-fullscreen .navbar-expand-xl .menu-group .navbar-nav .nav-link.dropdown-toggle.active:active, _:-ms-fullscreen .navbar-expand-xl .menu-group .navbar-nav .nav-link.dropdown-toggle.active:focus, :root .navbar-expand-xl .menu-group .navbar-nav .nav-link.dropdown-toggle.active, :root .navbar-expand-xl .menu-group .navbar-nav .nav-link.dropdown-toggle.active:active, :root .navbar-expand-xl .menu-group .navbar-nav .nav-link.dropdown-toggle.active:focus {
  text-decoration: underline !important; }

_:-ms-fullscreen body.modal-open .navbar-nav .nav-item .dropdown-menu, :root body.modal-open .navbar-nav .nav-item .dropdown-menu {
  z-index: auto; }

_:-ms-fullscreen body.modal-open .main-menu, :root body.modal-open .main-menu {
  z-index: 1; }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  /*transform: translate(-50%, -50%);
    position: fixed;*/
  top: 15%;
  left: 35% !important; }
  @media (min-width: 768px) {
    .add-to-wishlist-messages,
    .remove-from-wishlist-messages {
      left: 22% !important; } }
  @media (min-width: 992px) {
    .add-to-wishlist-messages,
    .remove-from-wishlist-messages {
      left: 12% !important; } }

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-wishlist-alert.show,
  .remove-from-wishlist-alert.show {
    display: block; }

.select-attributes-wishList .select-attributes-btn {
  float: right;
  margin-right: 1.5em; }
  @media (max-width: 575.98px) {
    .select-attributes-wishList .select-attributes-btn {
      float: none;
      width: 100%; } }

.wishlistItemCards {
  padding-top: 1rem;
  border-top: 1px solid #F2F2F2; }
  @media (min-width: 768px) {
    .wishlistItemCards {
      padding-top: 0;
      border-top: none; } }
  .wishlistItemCards .product-tile .tile-body {
    text-align: left; }

.product-info {
  margin-bottom: 0.313em;
  padding: 0.2rem; }
  @media (min-width: 768px) {
    .product-info {
      height: auto;
      padding: 1rem; } }

.edit,
.line-item-attributes {
  font-size: 0.813rem;
  line-height: 1; }

.line-item-attributes {
  margin: 0; }

.item-attributes {
  display: inline-block;
  vertical-align: top; }

.line-item-name {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal; }

.wishlist-line-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em; }

.wishlist-edit-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em; }

.wishlist-hide {
  margin: 0 0 0.15rem 1rem; }

.line-item-price-info {
  margin-bottom: 0.25rem; }

.update-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.update-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .update-wishlist-alert.show {
    display: block; }

.more-wl-items,
.my-account {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

#wishlist-search .wishlist-error-search {
  margin-top: 1rem; }

#wishlist-search button {
  margin-bottom: 1rem; }

.wl-hit,
.find-another-wl {
  margin-top: 1rem; }

.navbar {
  min-height: 68px;
  max-width: 2560px;
  margin: 0 auto;
  border-bottom: 2px solid #F2F2F2; }
  .navbar.navbar-expand-xl {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .navbar.navbar-expand-xl .user .nav-link {
      -webkit-flex-direction: initial;
          -ms-flex-direction: initial;
              flex-direction: initial; }
      .navbar.navbar-expand-xl .user .nav-link.btn-nav {
        padding: 0 0.5rem; }
      .navbar.navbar-expand-xl .user .nav-link:focus {
        outline: none; }
  .navbar .navbar-brand {
    margin-right: 0; }
    .navbar .navbar-brand i {
      display: block;
      font-size: 1.8rem; }
    @media (min-width: 1200px) {
      .navbar .navbar-brand i {
        font-size: 1.91rem; } }
  .navbar .search .site-search {
    height: auto; }
  .navbar .search .suggestions-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .navbar .search .suggestions,
  .navbar .search .suggestions a {
    color: #2C2926; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .navbar .minicart .minicart-icon {
      display: block; }
      .navbar .minicart .minicart-icon + span {
        display: block; } }
  .navbar .minicart .minicart-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff2847;
    position: absolute;
    top: 1rem;
    right: 0.5rem; }
  .navbar .minicart .minicart-link {
    height: 68px;
    position: relative; }
    .navbar .minicart .minicart-link .minicart-quantity {
      bottom: 1.6rem;
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal;
      font-size: 10px;
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%; }
    .navbar .minicart .minicart-link:hover {
      text-decoration: none; }
  @media (min-width: 992px) {
    .navbar {
      min-height: 89px; }
      .navbar .minicart .minicart-link {
        height: 89px; }
        .navbar .minicart .minicart-link .minicart-quantity {
          bottom: 2.3rem; }
        .navbar .minicart .minicart-link .minicart-bullet {
          top: 1.8rem; } }

.search-wrapper {
  border-bottom: 2px solid #2C2926; }
  .search-wrapper .search-field {
    border: none;
    color: #2C2926;
    font-size: 1rem;
    padding: .25rem .5rem;
    background-color: transparent; }
    .search-wrapper .search-field::-webkit-input-placeholder {
      color: #a69f98; }
    .search-wrapper .search-field:-ms-input-placeholder {
      color: #a69f98; }
    .search-wrapper .search-field::placeholder {
      color: #a69f98; }
    .search-wrapper .search-field:focus {
      box-shadow: none; }
    .search-wrapper .search-field::-webkit-search-decoration, .search-wrapper .search-field::-webkit-search-cancel-button, .search-wrapper .search-field::-webkit-search-results-button, .search-wrapper .search-field::-webkit-search-results-decoration {
      -webkit-appearance: none; }
    .search-wrapper .search-field::-ms-clear, .search-wrapper .search-field::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    @media (min-width: 576px) {
      .search-wrapper .search-field {
        width: 4rem;
        font-size: 0.875rem; } }
  .search-wrapper .close-search, .search-wrapper .close-search .icon {
    font-size: 0.7rem; }

.search-mobile {
  padding: 0.5rem 2rem 0 2rem;
  margin-bottom: 1rem; }
  .search-mobile .site-search {
    height: auto; }

.modal-open .search-mobile .search-icon {
  display: none; }

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden; }
  .slide-up.hide {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.lp-primary {
  color: #009688 !important; }

.bg-lp-primary {
  background-color: #009688; }

.bg-lp-medium {
  background-color: #80CBC4; }

.bg-lp-light {
  background-color: #B2DFDB; }

.bg-lp-opacity-1 {
  background-color: rgba(0, 150, 136, 0.7); }

.bg-lp-opacity-2 {
  background-color: rgba(0, 150, 136, 0.3); }

.icon-lp:before {
  content: "\EA4D"; }

@media (min-width: 1200px) {
  .menu-group {
    margin: 0 auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header.sticky-top {
    position: relative;
    z-index: 1020; } }

@supports (-ms-ime-align: auto) and (not ((position: -webkit-sticky) or (position: sticky))) {
  header.sticky-top {
    position: relative; } }

header.fixed-top .search-mobile {
  background-color: #fff;
  padding-bottom: 1rem;
  margin-bottom: 0; }

@media (max-width: 1199.98px) {
  header[class*="siteheader-opacity"] .navbar {
    border-bottom: none; }
    header[class*="siteheader-opacity"] .navbar.bg-light {
      background-color: transparent !important; }
    header[class*="siteheader-opacity"] .navbar.navbar-light .bg-light {
      background-color: transparent !important; }
    header[class*="siteheader-opacity"] .navbar.navbar-light .navbar-nav .nav-link {
      color: #2C2926; }
    header[class*="siteheader-opacity"] .navbar.navbar-light .search,
    header[class*="siteheader-opacity"] .navbar.navbar-light .search-mobile {
      background-color: transparent; }
      header[class*="siteheader-opacity"] .navbar.navbar-light .search .form-control,
      header[class*="siteheader-opacity"] .navbar.navbar-light .search-mobile .form-control {
        background-color: transparent;
        color: inherit; } }

@media (min-width: 1200px) {
  header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar {
    border-bottom: none; }
    header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.bg-light {
      background-color: transparent !important; }
    header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.navbar-light .bg-light {
      background-color: transparent !important; }
    header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.navbar-light .navbar-nav .nav-link {
      color: #2C2926; }
    header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.navbar-light .search,
    header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.navbar-light .search-mobile {
      background-color: transparent; }
      header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.navbar-light .search .form-control,
      header[class*="siteheader-opacity"]:not(.dropdown-opened) .navbar.navbar-light .search-mobile .form-control {
        background-color: transparent;
        color: inherit; } }

@media (max-width: 1199.98px) {
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .navbar-brand,
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .navbar-toggler,
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .btn-nav,
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .minicart-link,
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search {
    color: #fff; }
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .navbar-nav .nav-link {
    color: #2C2926; }
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search,
  header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search-mobile {
    color: #fff; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search .search-wrapper,
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search-mobile .search-wrapper {
      border-color: #fff; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search .form-control::-webkit-input-placeholder,
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search-mobile .form-control::-webkit-input-placeholder {
      color: #f8f7f6; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search .form-control:-ms-input-placeholder,
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search-mobile .form-control:-ms-input-placeholder {
      color: #f8f7f6; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search .form-control::placeholder,
    header.siteheader-opacity-white:not(.siteheader-opacity-black) .navbar.navbar-light .search-mobile .form-control::placeholder {
      color: #f8f7f6; } }

@media (min-width: 1200px) {
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .navbar-brand,
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .navbar-toggler,
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .btn-nav,
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .minicart-link,
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search {
    color: #fff; }
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .navbar-nav .nav-link {
    color: #2C2926; }
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search,
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search-mobile {
    color: #fff; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search .search-wrapper,
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search-mobile .search-wrapper {
      border-color: #fff; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search .form-control::-webkit-input-placeholder,
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search-mobile .form-control::-webkit-input-placeholder {
      color: #f8f7f6; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search .form-control:-ms-input-placeholder,
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search-mobile .form-control:-ms-input-placeholder {
      color: #f8f7f6; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search .form-control::placeholder,
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .search-mobile .form-control::placeholder {
      color: #f8f7f6; }
  header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .navbar-nav .nav-link, header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .dropdown-link {
    color: #fff; }
    header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .navbar-nav .nav-link:before, header.siteheader-opacity-white:not(.siteheader-opacity-black):not(.dropdown-opened) .navbar.navbar-light .dropdown-link:before {
      background-color: #fff; } }

header .search-mobile {
  width: 100%; }

@media (max-width: 575.98px) {
  .collapsible-xs .title,
  .collapsible-xs .card-header {
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal;
    color: #020202;
    letter-spacing: 0.3px; }
    .collapsible-xs .title a,
    .collapsible-xs .title div,
    .collapsible-xs .card-header a,
    .collapsible-xs .card-header div {
      font-size: 0.875rem;
      margin: 0 -1.5rem !important;
      padding: 0.5rem 1.5rem !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-family: "Volte-Medium", "M PLUS 1p Regular";
      font-weight: normal;
      color: #2C2926; }
    .collapsible-xs .title::after,
    .collapsible-xs .card-header::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "\E950";
      transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .collapsible-xs .content,
  .collapsible-xs .collapsable {
    overflow: hidden; }
  .collapsible-xs.active .title::after,
  .collapsible-xs.active .card-header::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .collapsible-xs.active .content,
  .collapsible-xs.active .collapsable {
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    max-height: 4000px; }
  .collapsible-xs:not(.active) .content,
  .collapsible-xs:not(.active) .collapsable {
    transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
    max-height: 0 !important; }
  .collapsible-xs .input-select select.form-control {
    height: auto;
    padding: 1.19rem 1.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-right: none;
    border-left: none;
    color: #2C2926;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  @-moz-document url-prefix() {
    .collapsible-xs .input-select select.form-control option {
      background-color: white;
      font-family: sans-serif; } }
  .collapsible-xs .input-select::after {
    content: "\E950";
    font-size: 24px;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.container div.collapsible-xs a.title {
  color: #020202;
  text-decoration: none; }
  .container div.collapsible-xs a.title:hover {
    text-decoration: none; }

@media (max-width: 767.98px) {
  .collapsible-sm .title,
  .collapsible-sm .card-header {
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal;
    color: #020202;
    letter-spacing: 0.3px; }
    .collapsible-sm .title a,
    .collapsible-sm .title div,
    .collapsible-sm .card-header a,
    .collapsible-sm .card-header div {
      font-size: 0.875rem;
      margin: 0 -1.5rem !important;
      padding: 0.5rem 1.5rem !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-family: "Volte-Medium", "M PLUS 1p Regular";
      font-weight: normal;
      color: #2C2926; }
    .collapsible-sm .title::after,
    .collapsible-sm .card-header::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "\E950";
      transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .collapsible-sm .content,
  .collapsible-sm .collapsable {
    overflow: hidden; }
  .collapsible-sm.active .title::after,
  .collapsible-sm.active .card-header::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .collapsible-sm.active .content,
  .collapsible-sm.active .collapsable {
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    max-height: 4000px; }
  .collapsible-sm:not(.active) .content,
  .collapsible-sm:not(.active) .collapsable {
    transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
    max-height: 0 !important; }
  .collapsible-sm .input-select select.form-control {
    height: auto;
    padding: 1.19rem 1.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-right: none;
    border-left: none;
    color: #2C2926;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  @-moz-document url-prefix() {
    .collapsible-sm .input-select select.form-control option {
      background-color: white;
      font-family: sans-serif; } }
  .collapsible-sm .input-select::after {
    content: "\E950";
    font-size: 24px;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.container div.collapsible-sm a.title {
  color: #020202;
  text-decoration: none; }
  .container div.collapsible-sm a.title:hover {
    text-decoration: none; }

@media (max-width: 991.98px) {
  .collapsible-md .title,
  .collapsible-md .card-header {
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal;
    color: #020202;
    letter-spacing: 0.3px; }
    .collapsible-md .title a,
    .collapsible-md .title div,
    .collapsible-md .card-header a,
    .collapsible-md .card-header div {
      font-size: 0.875rem;
      margin: 0 -1.5rem !important;
      padding: 0.5rem 1.5rem !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-family: "Volte-Medium", "M PLUS 1p Regular";
      font-weight: normal;
      color: #2C2926; }
    .collapsible-md .title::after,
    .collapsible-md .card-header::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "\E950";
      transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .collapsible-md .content,
  .collapsible-md .collapsable {
    overflow: hidden; }
  .collapsible-md.active .title::after,
  .collapsible-md.active .card-header::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .collapsible-md.active .content,
  .collapsible-md.active .collapsable {
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    max-height: 4000px; }
  .collapsible-md:not(.active) .content,
  .collapsible-md:not(.active) .collapsable {
    transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
    max-height: 0 !important; }
  .collapsible-md .input-select select.form-control {
    height: auto;
    padding: 1.19rem 1.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-right: none;
    border-left: none;
    color: #2C2926;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  @-moz-document url-prefix() {
    .collapsible-md .input-select select.form-control option {
      background-color: white;
      font-family: sans-serif; } }
  .collapsible-md .input-select::after {
    content: "\E950";
    font-size: 24px;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.container div.collapsible-md a.title {
  color: #020202;
  text-decoration: none; }
  .container div.collapsible-md a.title:hover {
    text-decoration: none; }

@media (max-width: 1199.98px) {
  .collapsible-lg .title,
  .collapsible-lg .card-header {
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal;
    color: #020202;
    letter-spacing: 0.3px; }
    .collapsible-lg .title a,
    .collapsible-lg .title div,
    .collapsible-lg .card-header a,
    .collapsible-lg .card-header div {
      font-size: 0.875rem;
      margin: 0 -1.5rem !important;
      padding: 0.5rem 1.5rem !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-family: "Volte-Medium", "M PLUS 1p Regular";
      font-weight: normal;
      color: #2C2926; }
    .collapsible-lg .title::after,
    .collapsible-lg .card-header::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "\E950";
      transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
      transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1); }
  .collapsible-lg .content,
  .collapsible-lg .collapsable {
    overflow: hidden; }
  .collapsible-lg.active .title::after,
  .collapsible-lg.active .card-header::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .collapsible-lg.active .content,
  .collapsible-lg.active .collapsable {
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
    max-height: 4000px; }
  .collapsible-lg:not(.active) .content,
  .collapsible-lg:not(.active) .collapsable {
    transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
    max-height: 0 !important; }
  .collapsible-lg .input-select select.form-control {
    height: auto;
    padding: 1.19rem 1.5rem !important;
    font-size: 0.875rem;
    line-height: 1.5;
    border-right: none;
    border-left: none;
    color: #2C2926;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }
  @-moz-document url-prefix() {
    .collapsible-lg .input-select select.form-control option {
      background-color: white;
      font-family: sans-serif; } }
  .collapsible-lg .input-select::after {
    content: "\E950";
    font-size: 24px;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.container div.collapsible-lg a.title {
  color: #020202;
  text-decoration: none; }
  .container div.collapsible-lg a.title:hover {
    text-decoration: none; }

.collapsible-xl .title,
.collapsible-xl .card-header {
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal;
  color: #020202;
  letter-spacing: 0.3px; }
  .collapsible-xl .title a,
  .collapsible-xl .title div,
  .collapsible-xl .card-header a,
  .collapsible-xl .card-header div {
    font-size: 0.875rem;
    margin: 0 -1.5rem !important;
    padding: 0.5rem 1.5rem !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal;
    color: #2C2926; }
  .collapsible-xl .title::after,
  .collapsible-xl .card-header::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Icomoon" !important;
    font-size: 24px;
    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;
    position: absolute;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\E950";
    transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1); }

.collapsible-xl .content,
.collapsible-xl .collapsable {
  overflow: hidden; }

.collapsible-xl.active .title::after,
.collapsible-xl.active .card-header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.collapsible-xl.active .content,
.collapsible-xl.active .collapsable {
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  max-height: 4000px; }

.collapsible-xl:not(.active) .content,
.collapsible-xl:not(.active) .collapsable {
  transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  max-height: 0 !important; }

.collapsible-xl .input-select select.form-control {
  height: auto;
  padding: 1.19rem 1.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
  border-right: none;
  border-left: none;
  color: #2C2926;
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal; }

@-moz-document url-prefix() {
  .collapsible-xl .input-select select.form-control option {
    background-color: white;
    font-family: sans-serif; } }

.collapsible-xl .input-select::after {
  content: "\E950";
  font-size: 24px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.container div.collapsible-xl a.title {
  color: #020202;
  text-decoration: none; }
  .container div.collapsible-xl a.title:hover {
    text-decoration: none; }

footer {
  background-color: #FFF;
  padding-bottom: 1rem; }
  footer .footer-banner {
    border-bottom: 1px solid rgba(2, 2, 2, 0.1); }
  @media (max-width: 767.98px) {
    footer .footer-bottom .list-unstyled li {
      padding-top: .5rem;
      padding-bottom: .5rem; } }
  footer .footer-link {
    color: #2C2926;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1);
    cursor: pointer; }
    footer .footer-link:hover {
      color: #020202;
      text-decoration: none; }
  footer .footer-link-modal,
  footer .footer-link-modal:not([href]):not([tabindex]):hover,
  footer .footer-link-modal:not([href]):not([tabindex]):focus {
    color: #2C2926;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1);
    cursor: pointer; }
    footer .footer-link-modal:hover,
    footer .footer-link-modal:not([href]):not([tabindex]):hover:hover,
    footer .footer-link-modal:not([href]):not([tabindex]):focus:hover {
      color: #020202;
      text-decoration: underline; }
  footer .footer-top-links {
    white-space: nowrap; }
    footer .footer-top-links ul {
      list-style: none;
      -webkit-padding-start: 0;
              padding-inline-start: 0; }
      footer .footer-top-links ul li {
        margin-bottom: 1rem; }
        footer .footer-top-links ul li:last-child {
          margin-bottom: 0; }
    footer .footer-top-links .label-link .icon {
      color: #a69f98; }
    @media (min-width: 576px) {
      footer .footer-top-links ul li {
        display: inline; } }
  footer .footer-social-links {
    margin-top: 1rem; }
    footer .footer-social-links a {
      color: #a69f98; }
    footer .footer-social-links .icon {
      font-size: 24px; }
    @media (min-width: 576px) {
      footer .footer-social-links {
        border-bottom: none; } }
  footer .footer-location {
    border-bottom: 1px solid rgba(2, 2, 2, 0.1);
    font-size: 0.875rem; }
    footer .footer-location label {
      font-size: 0.875rem;
      font-weight: 700; }
    footer .footer-location select {
      font-size: 0.875rem;
      border: 0 none;
      background-image: none;
      background-color: transparent;
      border-radius: 0;
      box-shadow: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0 none; }
    @media (min-width: 992px) {
      footer .footer-location {
        border-bottom: 0 none; } }
  footer .content {
    font-size: 0.875rem; }
    footer .content li {
      height: 1.875rem; }
  footer .copyright {
    margin-top: .4em;
    margin-bottom: .625em;
    font-size: 0.875rem; }

.footer-item {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 576px) {
    .footer-item {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .footer-item {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .footer-item {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .footer-item {
      max-width: 1140px; } }

.footer-container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 992px) {
    .footer-container-lg {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .footer-container-lg {
      max-width: 1140px; } }

@media (min-width: 992px) {
  footer .dgl-accordion.dgl-accordion-down-md .card {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; } }

h1.page-title,
.page-title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #2C2926; }
  @media (min-width: 768px) {
    h1.page-title,
    .page-title {
      font-size: 1rem; } }

.video-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }
  .video-controls button {
    background-color: transparent;
    border: none;
    font-size: .9em; }
  .video-controls .text {
    text-decoration: underline; }

body.zoom {
  overflow: hidden; }

.zoomed {
  position: absolute;
  z-index: 1050;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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;
  -ms-touch-action: auto !important;
      touch-action: auto !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  -webkit-user-drag: auto !important;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: auto;
  opacity: 0;
  transition-property: all;
  transition-duration: 401ms;
  transition-timing-function: cubic-bezier(1, 0.02, 0.23, 0.94);
  transition-delay: 0s;
  /*
    &::-webkit-scrollbar {
        width: 5px;
    }
    &::-webkit-scrollbar-track-piece {
        background: black;
        -webkit-box-shadow: none;
    }
    &::-webkit-scrollbar-thumb {
    background-color: gainsboro;
    }*/ }
  .zoomed.ipad-false {
    height: 100vh !important; }
  .zoomed:before {
    content: "\E903";
    position: fixed;
    display: block;
    top: 1em;
    right: 1em;
    z-index: 2;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-delay: 800ms;
    transition-timing-function: ease-out; }
  .zoomed img {
    width: 100%;
    -ms-touch-action: none;
        touch-action: none; }

@media (max-width: 767.98px) and (orientation: portrait) {
  .zoomed img {
    width: auto;
    height: 100%;
    position: relative; } }
  .zoomed.zoom {
    left: 0 !important;
    width: 100vw !important;
    transition-duration: 601ms;
    opacity: 1; }
    @media (max-width: 767.98px) {
      .zoomed.zoom {
        width: 100% !important;
        height: 100% !important; } }
    @media (min-width: 992px) {
      .zoomed.zoom {
        transition-duration: 401ms; } }
    .zoomed.zoom:hover {
      cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABwklEQVRYR8WX7TUFQQyGn1sBJeiAEqgAFaADKqADVIAOqIAS6OCWQAWc15ms3DE7X7t77vzcM5v3mSSTZFZsea22rI8H2A0wnwtD7QFr0zAAib+Gj6d+w8ww58At8AxcyLb3wA1wDcgDR8D7AuIPwBdwaPbjHBChNs0NYXY3xGMP2IHnhrgMbv8nPgag74K4A76BK+CxMxz67wz4AE5SuZW7hgfAG7ATEqYVwosr5snbVaoDvRBV4rkQeI97CMXzPhMOXWclsdz9EkKZrSslD5iWiofu7n7Ih987HC2rJQJ+CuLF1KkFkCEJKCdSEF3itSHwp0hBeHGFR2GqXi0eMKMSVJIdB4/I5fqmsLTelI1SXE0dNionBKGlWqG60bx6PCARnVrNyzqo+ob6R3Mn7QHw4nK7ioyqXRdEK0AsbjG3wtMM0QJgTUohSCVcF0QtQEncks9DVA02NQC+l6vEqhjllkFUzRQlgNFBYi6IHECveByOrCfGAKaKV0OkAOYSr4IYG0qT81tznf37YXTi9gBznzzmTQ67HkBVTIPHMLNPOPHYrwYxtO34aabmMjybFgCQyeTTbCGtstlSISpbmLjjB95uhCHTZxb1AAAAAElFTkSuQmCC"), url("../../images/zoom/close-dgl.cur"), auto; }
    @media (max-width: 1199.98px) {
      .zoomed.zoom:before {
        opacity: 1; } }

.notify {
  position: fixed;
  top: 0; }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.price {
  color: #2C2926; }
  .price .strike-through {
    text-decoration: line-through;
    color: #766e66; }
  .price .strike-through {
    margin-right: .5rem; }
    .price .strike-through:not(.non-adjusted-price) ~ .sales,
    .price .strike-through:not(.non-adjusted-price) ~ .pricing {
      color: #ff2847; }
  .price .tiered {
    color: #222; }
    .price .tiered table {
      border-top: 1px solid #ccc;
      margin: 0 auto; }
      .price .tiered table tr:nth-child(odd) {
        background-color: #eee; }
    .price .tiered td,
    .price .tiered span.price {
      font-size: 0.875rem;
      font-weight: bold; }
    .price .tiered td {
      padding: 0.313rem; }
      .price .tiered td.quantity {
        font-weight: normal;
        text-align: right; }
      .price .tiered td.value {
        text-align: left; }
    .price .tiered .table-header {
      font-size: 1.125rem;
      padding: 0.313rem; }
    .price .tiered .column-header {
      font-size: 1rem;
      padding: 0.313rem;
      font-weight: normal; }
    .price .tiered .column-header.quantity {
      text-align: right; }

.price-discount {
  line-height: 1;
  display: inline-block;
  padding: .125em .3125em;
  color: #fff;
  background-color: #ff2847; }
  .price-discount .x100 {
    font-size: .875em; }
  .price-discount.discount-top {
    font-size: 0.75rem;
    position: absolute;
    top: 0.5rem;
    left: 0; }

.item-bonus-image, .item-bonus-image.embed-responsive {
  width: 44px; }

.promo-title {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  line-height: 1.3;
  color: #0cc459; }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #020202;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #020202;
  background-color: #020202;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0072bb;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0072bb;
  background-color: #0072bb;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #049700;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #049700;
  background-color: #049700;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-white,
.swatch-circle-white {
  background-color: #f8f7f6 !important; }

.swatch-circle-miscellaneous {
  overflow: hidden; }
  .swatch-circle-miscellaneous::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none; }

.attribute label {
  display: block;
  text-transform: capitalize;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  font-size: 0.98438rem; }

.swatch a {
  text-decoration: none; }

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

div.quantity {
  float: right;
  padding: 0;
  width: 25%; }

.cart-and-ipay {
  text-align: center; }

.add-to-cart-messages,
.add-to-wishlist-messages {
  position: fixed;
  z-index: 1051;
  top: 78px;
  left: 0.5rem;
  pointer-events: none; }
  @media (min-width: 1200px) {
    .add-to-cart-messages,
    .add-to-wishlist-messages {
      left: auto;
      right: 0.5rem; } }
  @media only screen and (min-width: 2560px) {
    .add-to-cart-messages,
    .add-to-wishlist-messages {
      right: calc( 50vw - 1280px); } }

.add-to-basket-alert,
.add-to-wishlist-alert {
  -webkit-animation: slide-right-left 5s linear forwards;
          animation: slide-right-left 5s linear forwards;
  max-width: 300px;
  font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1rem 1rem; }

@-webkit-keyframes slide-right-left {
  0% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 0; }
  3% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  97% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%); } }

@keyframes slide-right-left {
  0% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 0; }
  3% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  97% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%); } }
  .add-to-basket-alert.alert-success,
  .add-to-wishlist-alert.alert-success {
    background-color: #2C2926;
    color: #FFF; }
  .add-to-basket-alert.show,
  .add-to-wishlist-alert.show {
    display: block; }
  @media (min-width: 1200px) {
    .add-to-basket-alert,
    .add-to-wishlist-alert {
      -webkit-animation: slide-right-left 5s linear forwards;
              animation: slide-right-left 5s linear forwards;
      max-width: 300px;
      font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: 0.875rem;
      word-wrap: break-word;
      background-clip: padding-box;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 1rem 1rem; }
    @-webkit-keyframes slide-right-left {
      0% {
        -webkit-transform: translateX(120%);
                transform: translateX(120%);
        opacity: 0; }
      3% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      97% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      100% {
        opacity: 0;
        -webkit-transform: translateX(120%);
                transform: translateX(120%); } }
    @keyframes slide-right-left {
      0% {
        -webkit-transform: translateX(120%);
                transform: translateX(120%);
        opacity: 0; }
      3% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      97% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      100% {
        opacity: 0;
        -webkit-transform: translateX(120%);
                transform: translateX(120%); } }
      .add-to-basket-alert.alert-success,
      .add-to-wishlist-alert.alert-success {
        background-color: #2C2926;
        color: #FFF; }
      .add-to-basket-alert.show,
      .add-to-wishlist-alert.show {
        display: block; } }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(2, 2, 2, 0.1); }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 575.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

#chooseBonusProductModal .bonus-product-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -2px;
  background-color: #FFF;
  border: 2px solid rgba(2, 2, 2, 0.125); }
  #chooseBonusProductModal .bonus-product-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  #chooseBonusProductModal .bonus-product-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  #chooseBonusProductModal .bonus-product-item.disabled, #chooseBonusProductModal .bonus-product-item:disabled {
    color: #766e66;
    pointer-events: none;
    background-color: #f8f7f6; }
  #chooseBonusProductModal .bonus-product-item.active {
    z-index: 2; }
    #chooseBonusProductModal .bonus-product-item.active .select-bonus-product {
      display: none; }
    #chooseBonusProductModal .bonus-product-item.active .remove-bonus-product {
      display: inline-block; }
  #chooseBonusProductModal .bonus-product-item .product-name {
    white-space: normal; }
  #chooseBonusProductModal .bonus-product-item .remove-bonus-product {
    display: none; }

.choose-bonus-product-dialog {
  z-index: 1050; }
  .choose-bonus-product-dialog .modal-header span {
    display: block;
    padding: 1rem;
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal;
    font-size: 1.75rem; }
  .choose-bonus-product-dialog .modal-header .close {
    font-size: 0; }
    .choose-bonus-product-dialog .modal-header .close::before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      content: "\E97D"; }
  .choose-bonus-product-dialog .modal-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .choose-bonus-product-dialog .modal-footer .container {
      padding: 1rem; }

@-webkit-keyframes modal-backdrop-enter {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }

@keyframes modal-backdrop-enter {
  from {
    opacity: 0; }
  to {
    opacity: 0.5; } }
  .choose-bonus-product-dialog + .modal-backdrop {
    display: none;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0, 1);
            animation-timing-function: cubic-bezier(0.6, 0, 0, 1); }
  .modal.show .choose-bonus-product-dialog + .modal-backdrop {
    display: block;
    -webkit-animation-name: modal-backdrop-enter;
            animation-name: modal-backdrop-enter;
    opacity: 0.5;
    cursor: pointer; }
  @media (max-width: 575.98px) {
    .choose-bonus-product-dialog {
      margin: 0;
      height: 100%;
      background-color: white;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s; }
    @-webkit-keyframes modal-slide-enter {
      from {
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0); }
      to {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
    @keyframes modal-slide-enter {
      from {
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0); }
      to {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
    @-webkit-keyframes modal-slide-leave {
      from {
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0); }
      to {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
    @keyframes modal-slide-leave {
      from {
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0); }
      to {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); } }
      .modal.fade:not(.show) .choose-bonus-product-dialog {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        transition: none;
        -webkit-animation-timing-function: cubic-bezier(0.9, 0, 1, 0.87);
                animation-timing-function: cubic-bezier(0.9, 0, 1, 0.87);
        -webkit-animation-name: modal-slide-leave;
                animation-name: modal-slide-leave; }
      .modal.show .choose-bonus-product-dialog {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        transition: none;
        -webkit-animation-timing-function: cubic-bezier(0.02, 0.65, 0, 1);
                animation-timing-function: cubic-bezier(0.02, 0.65, 0, 1);
        -webkit-animation-name: modal-slide-enter;
                animation-name: modal-slide-enter; }
      .choose-bonus-product-dialog .modal-header {
        display: block;
        padding: 0;
        border-bottom: 1px solid #F2F2F2; }
        .choose-bonus-product-dialog .modal-header .navbar-logo {
          text-decoration: none; }
      .choose-bonus-product-dialog .modal-content {
        height: 100%;
        padding: 0;
        border: none; }
      .choose-bonus-product-dialog .modal-body {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        overflow-y: auto; } }
  @media (max-width: 575.98px) {
    .choose-bonus-product-dialog .modal-body {
      padding: 0 1rem; } }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #020202;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #020202;
  background-color: #020202;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0072bb;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0072bb;
  background-color: #0072bb;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #049700;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #049700;
  background-color: #049700;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-white,
.swatch-circle-white {
  background-color: #f8f7f6 !important; }

.swatch-circle-miscellaneous {
  overflow: hidden; }
  .swatch-circle-miscellaneous::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none; }

.attribute label {
  display: block;
  text-transform: capitalize;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  font-size: 0.98438rem; }

.swatch a {
  text-decoration: none; }

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

div.quantity {
  float: right;
  padding: 0;
  width: 25%; }

.cart-and-ipay {
  text-align: center; }

.add-to-cart-messages,
.add-to-wishlist-messages {
  position: fixed;
  z-index: 1051;
  top: 78px;
  left: 0.5rem;
  pointer-events: none; }
  @media (min-width: 1200px) {
    .add-to-cart-messages,
    .add-to-wishlist-messages {
      left: auto;
      right: 0.5rem; } }
  @media only screen and (min-width: 2560px) {
    .add-to-cart-messages,
    .add-to-wishlist-messages {
      right: calc( 50vw - 1280px); } }

.add-to-basket-alert,
.add-to-wishlist-alert {
  -webkit-animation: slide-right-left 5s linear forwards;
          animation: slide-right-left 5s linear forwards;
  max-width: 300px;
  font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1rem 1rem; }

@keyframes slide-right-left {
  0% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 0; }
  3% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  97% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%); } }
  .add-to-basket-alert.alert-success,
  .add-to-wishlist-alert.alert-success {
    background-color: #2C2926;
    color: #FFF; }
  .add-to-basket-alert.show,
  .add-to-wishlist-alert.show {
    display: block; }
  @media (min-width: 1200px) {
    .add-to-basket-alert,
    .add-to-wishlist-alert {
      -webkit-animation: slide-right-left 5s linear forwards;
              animation: slide-right-left 5s linear forwards;
      max-width: 300px;
      font-family: "Volte-Regular", "M PLUS 1p Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5;
      text-align: left;
      text-align: start;
      text-decoration: none;
      text-shadow: none;
      text-transform: none;
      letter-spacing: normal;
      word-break: normal;
      word-spacing: normal;
      white-space: normal;
      line-break: auto;
      font-size: 0.875rem;
      word-wrap: break-word;
      background-clip: padding-box;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 1rem 1rem; }
    @-webkit-keyframes slide-right-left {
      0% {
        -webkit-transform: translateX(120%);
                transform: translateX(120%);
        opacity: 0; }
      3% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      97% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      100% {
        opacity: 0;
        -webkit-transform: translateX(120%);
                transform: translateX(120%); } }
    @keyframes slide-right-left {
      0% {
        -webkit-transform: translateX(120%);
                transform: translateX(120%);
        opacity: 0; }
      3% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      97% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      100% {
        opacity: 0;
        -webkit-transform: translateX(120%);
                transform: translateX(120%); } }
      .add-to-basket-alert.alert-success,
      .add-to-wishlist-alert.alert-success {
        background-color: #2C2926;
        color: #FFF; }
      .add-to-basket-alert.show,
      .add-to-wishlist-alert.show {
        display: block; } }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(2, 2, 2, 0.1); }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 575.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em; }
  .quick-view-dialog .selectable-bonus-product-line-item,
  .choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .quick-view-dialog .beenSelected,
  .choose-bonus-product-dialog .beenSelected {
    background-color: #eee; }
  .quick-view-dialog .swatch-circle,
  .choose-bonus-product-dialog .swatch-circle {
    background-size: 100%;
    display: inline-block;
    height: 35px;
    position: relative;
    transition: box-shadow 0.3s cubic-bezier(0.6, 0, 0, 1);
    width: 35px; }
    .quick-view-dialog .swatch-circle.color-value,
    .choose-bonus-product-dialog .swatch-circle.color-value {
      border: 4px solid #fff;
      height: 42px;
      width: 42px; }
      .quick-view-dialog .swatch-circle.color-value[data-selected=true], .quick-view-dialog .swatch-circle.color-value.selected, .quick-view-dialog .swatch-circle.color-value:hover,
      .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true],
      .choose-bonus-product-dialog .swatch-circle.color-value.selected,
      .choose-bonus-product-dialog .swatch-circle.color-value:hover {
        border: 0 none;
        position: relative; }
        .quick-view-dialog .swatch-circle.color-value[data-selected=true]::before, .quick-view-dialog .swatch-circle.color-value[data-selected=true]::after, .quick-view-dialog .swatch-circle.color-value.selected::before, .quick-view-dialog .swatch-circle.color-value.selected::after, .quick-view-dialog .swatch-circle.color-value:hover::before, .quick-view-dialog .swatch-circle.color-value:hover::after,
        .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::before,
        .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after,
        .choose-bonus-product-dialog .swatch-circle.color-value.selected::before,
        .choose-bonus-product-dialog .swatch-circle.color-value.selected::after,
        .choose-bonus-product-dialog .swatch-circle.color-value:hover::before,
        .choose-bonus-product-dialog .swatch-circle.color-value:hover::after {
          border: 2px solid #020202;
          content: "";
          display: block;
          position: absolute; }
        .quick-view-dialog .swatch-circle.color-value[data-selected=true]::before, .quick-view-dialog .swatch-circle.color-value.selected::before, .quick-view-dialog .swatch-circle.color-value:hover::before,
        .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::before,
        .choose-bonus-product-dialog .swatch-circle.color-value.selected::before,
        .choose-bonus-product-dialog .swatch-circle.color-value:hover::before {
          border-color: #fff;
          height: 38px;
          left: 2px;
          top: 2px;
          width: 38px; }
        .quick-view-dialog .swatch-circle.color-value[data-selected=true]::after, .quick-view-dialog .swatch-circle.color-value.selected::after, .quick-view-dialog .swatch-circle.color-value:hover::after,
        .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after,
        .choose-bonus-product-dialog .swatch-circle.color-value.selected::after,
        .choose-bonus-product-dialog .swatch-circle.color-value:hover::after {
          height: 100%;
          left: 0;
          top: 0;
          width: 100%; }
    .quick-view-dialog .swatch-circle:hover.color-value,
    .choose-bonus-product-dialog .swatch-circle:hover.color-value {
      border: 4px solid #fff;
      height: 42px;
      width: 42px; }
      .quick-view-dialog .swatch-circle:hover.color-value[data-selected=true], .quick-view-dialog .swatch-circle:hover.color-value.selected, .quick-view-dialog .swatch-circle:hover.color-value:hover,
      .choose-bonus-product-dialog .swatch-circle:hover.color-value[data-selected=true],
      .choose-bonus-product-dialog .swatch-circle:hover.color-value.selected,
      .choose-bonus-product-dialog .swatch-circle:hover.color-value:hover {
        border: 0 none;
        position: relative; }
        .quick-view-dialog .swatch-circle:hover.color-value[data-selected=true]::before, .quick-view-dialog .swatch-circle:hover.color-value[data-selected=true]::after, .quick-view-dialog .swatch-circle:hover.color-value.selected::before, .quick-view-dialog .swatch-circle:hover.color-value.selected::after, .quick-view-dialog .swatch-circle:hover.color-value:hover::before, .quick-view-dialog .swatch-circle:hover.color-value:hover::after,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value[data-selected=true]::before,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value[data-selected=true]::after,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value.selected::before,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value.selected::after,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value:hover::before,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value:hover::after {
          border: 2px solid #020202;
          content: "";
          display: block;
          position: absolute; }
        .quick-view-dialog .swatch-circle:hover.color-value[data-selected=true]::before, .quick-view-dialog .swatch-circle:hover.color-value.selected::before, .quick-view-dialog .swatch-circle:hover.color-value:hover::before,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value[data-selected=true]::before,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value.selected::before,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value:hover::before {
          border-color: #fff;
          height: 38px;
          left: 2px;
          top: 2px;
          width: 38px; }
        .quick-view-dialog .swatch-circle:hover.color-value[data-selected=true]::after, .quick-view-dialog .swatch-circle:hover.color-value.selected::after, .quick-view-dialog .swatch-circle:hover.color-value:hover::after,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value[data-selected=true]::after,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value.selected::after,
        .choose-bonus-product-dialog .swatch-circle:hover.color-value:hover::after {
          height: 100%;
          left: 0;
          top: 0;
          width: 100%; }
  .quick-view-dialog a[disabled] .swatch-circle,
  .choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed; }
    .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
      background-color: #4d4d4d; }
  .quick-view-dialog .availablity-container,
  .choose-bonus-product-dialog .availablity-container {
    text-align: right; }
  .quick-view-dialog .availablity-container,
  .quick-view-dialog .size-chart,
  .choose-bonus-product-dialog .availablity-container,
  .choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em; }
  .quick-view-dialog .promotions,
  .choose-bonus-product-dialog .promotions {
    text-align: left; }
  .quick-view-dialog .pre-cart-products,
  .choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em; }

.choose-bonus-product-dialog .product-quickview .embed-responsive {
  width: 84px; }

.product-quickview.product-detail .update-cart-product-global {
  width: 100%; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .product-quickview.product-detail .product-price-info {
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
  .product-quickview.product-detail .attribute-swatch {
    text-align: left; }
  .product-quickview.product-detail .update-cart-product-global {
    margin-top: 1rem; } }

@-webkit-keyframes heart-fly-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .8;
    -webkit-transform: translate(10%, -100%);
            transform: translate(10%, -100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .8;
    -webkit-transform: translate(10%, -100%);
            transform: translate(10%, -100%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes heart-fly-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .7;
    -webkit-transform: translate(-80%, -160%);
            transform: translate(-80%, -160%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .7;
    -webkit-transform: translate(-80%, -160%);
            transform: translate(-80%, -160%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes heart-fly-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .6;
    -webkit-transform: translate(120%, -170%);
            transform: translate(120%, -170%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .6;
    -webkit-transform: translate(120%, -170%);
            transform: translate(120%, -170%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes heart-fly-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .5;
    -webkit-transform: translate(30%, -250%);
            transform: translate(30%, -250%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .5;
    -webkit-transform: translate(30%, -250%);
            transform: translate(30%, -250%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes heart-fly-5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .4;
    -webkit-transform: translate(-60%, -250%);
            transform: translate(-60%, -250%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .4;
    -webkit-transform: translate(-60%, -250%);
            transform: translate(-60%, -250%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes heart-breake {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes heart-breake {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes heart-breake-center {
  0% {
    opacity: 1; }
  65% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes heart-breake-center {
  0% {
    opacity: 1; }
  65% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes heart-breake-left {
  0% {
    opacity: 1; }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0; } }

@keyframes heart-breake-left {
  0% {
    opacity: 1; }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0; } }

@-webkit-keyframes heart-breake-right {
  0% {
    opacity: 1; }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0; } }

@keyframes heart-breake-right {
  0% {
    opacity: 1; }
  65% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0; } }

@keyframes heart-fly-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .8;
    -webkit-transform: translate(0.6em, -1em);
            transform: translate(0.6em, -1em); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .7;
    -webkit-transform: translate(-0.8em, -1.6em);
            transform: translate(-0.8em, -1.6em); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .6;
    -webkit-transform: translate(1.2em, -1.7em);
            transform: translate(1.2em, -1.7em); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .5;
    -webkit-transform: translate(30%, -250%);
            transform: translate(30%, -250%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes heart-fly-5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  70% {
    opacity: .4;
    -webkit-transform: translate(-0.6em, -2.5em);
            transform: translate(-0.6em, -2.5em); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.btn-wishlist {
  background-color: #FFF;
  border: 0 none;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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;
  height: 32px;
  width: 32px;
  overflow: visible;
  padding: 0; }
  .btn-wishlist::before {
    content: "\E9B4";
    color: #766e66;
    display: block;
    line-height: 32px;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1);
    margin-top: 1px;
    height: 100%;
    width: 100%; }
  .btn-wishlist:hover {
    text-decoration: none; }
    @media (min-width: 992px) {
      .btn-wishlist:hover::before {
        content: "\E9B5";
        color: #2C2926; } }
  .btn-wishlist.active::before {
    content: "\E9B5";
    color: #ff2847; }
  .btn-wishlist .add-heart,
  .btn-wishlist .remove-heart {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 0px;
    color: #ff2847;
    transition: opacity 1s;
    overflow: visible; }
    .btn-wishlist .add-heart span,
    .btn-wishlist .remove-heart span {
      position: absolute;
      display: block;
      top: 0;
      left: 0.3rem;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Icomoon" !important;
      font-size: 24px;
      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;
      opacity: 0;
      overflow: visible; }
      .btn-wishlist .add-heart span::before,
      .btn-wishlist .remove-heart span::before {
        content: "";
        display: block;
        overflow: visible; }
  .btn-wishlist .add-heart {
    top: 0; }
    .btn-wishlist .add-heart span::before {
      content: "\E9B5"; }
    .btn-wishlist .add-heart span:nth-child(1)::before {
      font-size: .9em;
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    .btn-wishlist .add-heart span:nth-child(2)::before {
      font-size: .8em;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
    .btn-wishlist .add-heart span:nth-child(3)::before {
      font-size: .7em;
      -webkit-transform: rotate(20deg);
              transform: rotate(20deg); }
    .btn-wishlist .add-heart span:nth-child(4)::before {
      font-size: .6em;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
    .btn-wishlist .add-heart span:nth-child(5)::before {
      font-size: .5em;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg); }
  .btn-wishlist .remove-heart {
    opacity: 0;
    top: 0.3rem; }
    .btn-wishlist .remove-heart::before {
      -webkit-animation: heart-breake-center 1s;
              animation: heart-breake-center 1s; }
  .btn-wishlist.active.animate-active .add-heart span:nth-child(1) {
    -webkit-animation: heart-fly-1 1s;
            animation: heart-fly-1 1s; }
  .btn-wishlist.active.animate-active .add-heart span:nth-child(2) {
    -webkit-animation: heart-fly-2 1s;
            animation: heart-fly-2 1s; }
  .btn-wishlist.active.animate-active .add-heart span:nth-child(3) {
    -webkit-animation: heart-fly-3 1s;
            animation: heart-fly-3 1s;
    -webkit-animation-delay: .1s;
            animation-delay: .1s; }
  .btn-wishlist.active.animate-active .add-heart span:nth-child(4) {
    -webkit-animation: heart-fly-4 1s;
            animation: heart-fly-4 1s;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; }
  .btn-wishlist.active.animate-active .add-heart span:nth-child(5) {
    -webkit-animation: heart-fly-5 1s;
            animation: heart-fly-5 1s;
    -webkit-animation-delay: .3s;
            animation-delay: .3s; }
  .btn-wishlist.animate-active .remove-heart {
    opacity: 1; }
    .btn-wishlist.animate-active .remove-heart span:nth-child(1) {
      -webkit-animation: heart-breake-left 1s;
              animation: heart-breake-left 1s; }
    .btn-wishlist.animate-active .remove-heart span:nth-child(1)::before {
      content: "\EACA"; }
    .btn-wishlist.animate-active .remove-heart span:nth-child(2) {
      -webkit-animation: heart-breake-right 1s;
              animation: heart-breake-right 1s; }
    .btn-wishlist.animate-active .remove-heart span:nth-child(2)::before {
      content: "\EAC9"; }

.primary-images .carousel img {
  width: 100%;
  height: 100%; }

.product-tile {
  border: 0;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-tile {
      min-height: 23.4375em; } }
  @media (max-width: 767.98px) {
    .product-tile {
      min-height: 19.6875em; } }
  @media (max-width: 575.98px) {
    .product-tile {
      min-height: 13.4375em; } }
  .product-tile .tile-body {
    padding: 1.5rem 0.5rem 3rem;
    text-align: center; }
    .product-tile .tile-body .color-swatches {
      min-height: 2.25em; }
      .product-tile .tile-body .color-swatches .product-tile-color-label {
        cursor: pointer;
        font-size: 0.875rem; }
    .product-tile .tile-body .price {
      font-size: 0.875rem;
      margin-bottom: .25rem; }
      .product-tile .tile-body .price .tiered {
        font-size: 0.875em; }
        .product-tile .tile-body .price .tiered .value {
          font-weight: bold; }
    .product-tile .tile-body .price-discount {
      font-size: 1.125rem;
      margin-left: -0.5rem;
      position: absolute;
      top: 1rem;
      pointer-events: none;
      display: block; }
      @media (max-width: 1199.98px) {
        .product-tile .tile-body .price-discount {
          font-size: 0.875rem; } }
    .product-tile .tile-body .coming-soon-tile {
      text-align: center; }
    .product-tile .tile-body .pdp-link {
      line-height: 1.2;
      margin-bottom: .3rem; }
      .product-tile .tile-body .pdp-link a {
        font-family: "Volte-Medium", "M PLUS 1p Regular";
        font-weight: normal;
        font-size: 0.875rem;
        text-decoration: none;
        transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
        .product-tile .tile-body .pdp-link a:hover {
          color: #020202; }
      .product-tile .tile-body .pdp-link .product-label {
        font-size: 0.75rem;
        font-family: "Volte-Medium", "M PLUS 1p Regular";
        font-weight: normal;
        margin-bottom: 0.27rem;
        overflow-wrap: break-word; }
        .product-tile .tile-body .pdp-link .product-label, .product-tile .tile-body .pdp-link .product-label a, .product-tile .tile-body .pdp-link .product-label a:hover {
          color: #766e66; }
    .product-tile .tile-body .ratings {
      font-size: 0.9em; }
  .product-tile .image-container .quickview {
    position: absolute;
    bottom: 1rem;
    right: 1rem; }
    .product-tile .image-container .quickview i.fa-expand {
      color: rgba(0, 0, 0, 0.7); }
    .product-tile .image-container .quickview i.fa-circle {
      color: rgba(255, 255, 255, 0.7);
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .product-tile .image-container a {
    /*
            &:hover{

                .tile-image{
                    transform: translateX(-50%) scale(.9);
                }
            }
            */ }
    .product-tile .image-container a .tile-image {
      position: absolute;
      top: 0;
      height: auto;
      width: 100%; }
      @media (min-width: 576px) {
        .product-tile .image-container a .tile-image {
          width: 166px; } }
      @media (min-width: 992px) {
        .product-tile .image-container a .tile-image {
          width: 223px; } }
      @media (min-width: 1200px) {
        .product-tile .image-container a .tile-image {
          width: 100%;
          max-width: 327px; } }
      @media (min-width: 576px) {
        .product-tile .image-container a .tile-image.tile-image-4by3 {
          width: 332px; } }
      @media (min-width: 992px) {
        .product-tile .image-container a .tile-image.tile-image-4by3 {
          width: 446px; } }
      @media (min-width: 1200px) {
        .product-tile .image-container a .tile-image.tile-image-4by3 {
          width: 100%;
          max-width: 654px; } }
  .product-tile .swatches a {
    text-decoration: none; }
  .product-tile .swatch-circle {
    background-size: 100%;
    display: inline-block;
    height: 35px;
    position: relative;
    transition: box-shadow 0.3s cubic-bezier(0.6, 0, 0, 1);
    width: 35px; }
    .product-tile .swatch-circle.color-value {
      border: 4px solid #fff;
      height: 42px;
      width: 42px; }
      .product-tile .swatch-circle.color-value[data-selected=true], .product-tile .swatch-circle.color-value.selected, .product-tile .swatch-circle.color-value:hover {
        border: 0 none;
        position: relative; }
        .product-tile .swatch-circle.color-value[data-selected=true]::before, .product-tile .swatch-circle.color-value[data-selected=true]::after, .product-tile .swatch-circle.color-value.selected::before, .product-tile .swatch-circle.color-value.selected::after, .product-tile .swatch-circle.color-value:hover::before, .product-tile .swatch-circle.color-value:hover::after {
          border: 2px solid #020202;
          content: "";
          display: block;
          position: absolute; }
        .product-tile .swatch-circle.color-value[data-selected=true]::before, .product-tile .swatch-circle.color-value.selected::before, .product-tile .swatch-circle.color-value:hover::before {
          border-color: #fff;
          height: 38px;
          left: 2px;
          top: 2px;
          width: 38px; }
        .product-tile .swatch-circle.color-value[data-selected=true]::after, .product-tile .swatch-circle.color-value.selected::after, .product-tile .swatch-circle.color-value:hover::after {
          height: 100%;
          left: 0;
          top: 0;
          width: 100%; }
    .product-tile .swatch-circle:hover.color-value {
      border: 4px solid #fff;
      height: 42px;
      width: 42px; }
      .product-tile .swatch-circle:hover.color-value[data-selected=true], .product-tile .swatch-circle:hover.color-value.selected, .product-tile .swatch-circle:hover.color-value:hover {
        border: 0 none;
        position: relative; }
        .product-tile .swatch-circle:hover.color-value[data-selected=true]::before, .product-tile .swatch-circle:hover.color-value[data-selected=true]::after, .product-tile .swatch-circle:hover.color-value.selected::before, .product-tile .swatch-circle:hover.color-value.selected::after, .product-tile .swatch-circle:hover.color-value:hover::before, .product-tile .swatch-circle:hover.color-value:hover::after {
          border: 2px solid #020202;
          content: "";
          display: block;
          position: absolute; }
        .product-tile .swatch-circle:hover.color-value[data-selected=true]::before, .product-tile .swatch-circle:hover.color-value.selected::before, .product-tile .swatch-circle:hover.color-value:hover::before {
          border-color: #fff;
          height: 38px;
          left: 2px;
          top: 2px;
          width: 38px; }
        .product-tile .swatch-circle:hover.color-value[data-selected=true]::after, .product-tile .swatch-circle:hover.color-value.selected::after, .product-tile .swatch-circle:hover.color-value:hover::after {
          height: 100%;
          left: 0;
          top: 0;
          width: 100%; }
  .product-tile .btn-wishlist {
    bottom: 0.5rem;
    right: 0.5rem;
    position: absolute; }
    @media (min-width: 1200px) {
      .product-tile .btn-wishlist {
        bottom: 1rem;
        right: 1rem; } }

.leading-lines {
  color: #766e66;
  margin: 0.5rem 0; }
  .leading-lines p {
    margin: 0; }
  .leading-lines .start-lines {
    padding-left: 0; }
  .leading-lines .end-lines {
    color: #2C2926;
    padding-right: 0; }

.subtotal-item,
.total-item {
  color: #2C2926; }

.subtotal-item {
  font-family: "Volte-Medium", "M PLUS 1p Regular";
  font-weight: normal; }

.total-item {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal; }

.summary-border,
.total-item {
  margin: 0.66667rem 0 1rem 0;
  border-top: 1px solid rgba(2, 2, 2, 0.1);
  padding-top: 0.66667rem; }

.total-item:only-of-type,
body:not(.logged) .total-item-only-guest {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.form-nav .nav-tabs .nav-link {
  color: #333; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

@media (min-width: 992px) {
  .form-nav .nav-item > .nav-link {
    color: #333; } }

.container .breadcrumb {
  border-radius: 0;
  border-bottom: 1px solid #ccc; }

@-webkit-keyframes veil-delay {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes veil-delay {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.veil {
  position: absolute;
  z-index: 1021;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .veil .underlay {
    position: absolute;
    opacity: .9;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px; }
  .spinner::before {
    content: '';
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: calc(50% - (40px/2));
    left: calc(50% - (40px/2));
    border-radius: 100%;
    border-top: 2px solid rgba(2, 2, 2, 0.3);
    border-left: 2px solid rgba(2, 2, 2, 0.3);
    border-bottom: 2px solid #020202;
    border-right: 2px solid rgba(2, 2, 2, 0.3);
    -webkit-animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
            animation: rotation 1s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    z-index: 1039; }
  .spinner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.5s ease;
    top: 0;
    left: 0;
    z-index: 21; }

.dot1,
.dot2 {
  display: none; }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.item-attributes {
  vertical-align: top;
  padding-left: 0; }

.line-item-attributes,
.line-item-option,
.line-item-quantity {
  margin: 0;
  line-height: 1; }

.line-item-attributes,
.line-item-option,
.line-item-pricing-info,
.line-item-price-info {
  font-size: 0.875rem;
  line-height: 1.2; }

.line-item-price-info {
  display: inline-block;
  margin-bottom: .5rem; }

.line-item-name {
  font-size: inherit;
  line-height: 1.2; }

.line-item-sku {
  font-size: .75rem;
  line-height: 1; }

.line-item-unit-price,
.line-item-total-price,
[class*="line-item-price-"] {
  line-height: 1; }
  .line-item-unit-price .price,
  .line-item-total-price .price,
  [class*="line-item-price-"] .price {
    font-size: 1.125rem; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pricing {
  font-size: 0.875rem;
  line-height: 1; }

.product-card-image, .product-card-image.embed-responsive {
  width: 84px; }

.non-adjusted-price {
  display: none; }

.line-item-promo {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  color: #0cc459; }

.line-item-header {
  line-height: 1; }

.product-line-item .sub-total,
.product-line-item .grand-total {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1; }

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em; }

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em; }

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em; }

.line-item-availability {
  font-size: 0.813rem; }

.remove-product,
.remove-btn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icomoon" !important;
  font-size: 24px;
  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;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0.5rem; }
  .remove-product::before,
  .remove-btn::before {
    content: "\EA3F"; }
  .remove-product span,
  .remove-btn span {
    display: none; }

.product-line-item p {
  margin-bottom: 0; }

.product-line-item .quantity {
  width: 100%; }

.product-line-item .price .strike-through ~ .sales {
  margin-top: -3px;
  display: block; }

.product-line-item .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em; }

.product-line-item .line-item-header,
.product-line-item .line-item-total-price,
.product-line-item .item-attributes {
  margin-bottom: 0.5rem; }

.minicart {
  position: relative;
  color: black; }
  .minicart .cart-px {
    padding-left: 1rem;
    padding-right: 1rem; }
  .minicart .cart-py {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .minicart h4 {
    font-size: 1rem; }
  .minicart .cart {
    background-color: #fff; }
    .minicart .cart .line-item-total-price .strike-through {
      margin-right: 0; }
    .minicart .cart .line-item-total-price .price-discount {
      display: none; }
  .minicart .line-item-header {
    padding-right: 1rem; }
  .minicart .remove-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
  .minicart .product-summary {
    max-height: 17em;
    overflow-y: auto;
    overflow-x: hidden; }
    .minicart .product-summary .row:first-of-type .card:not(.bundled-line-item) {
      border-top: none; }
  .minicart .item-image.embed-responsive {
    min-height: 0;
    max-width: none; }
  .minicart .card:not(.bundled-line-item) {
    border-right: none;
    border-left: none;
    border-bottom: none; }

@-webkit-keyframes cart-enter-top {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes cart-enter-top {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
  .minicart .popover {
    top: 100%;
    left: 0;
    right: auto;
    min-width: 24.44rem;
    max-width: 24.44rem;
    min-height: 6.25rem;
    display: none;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    z-index: 100; }
    @media (min-width: 1200px) {
      .minicart .popover {
        left: auto;
        right: 0; } }
    .minicart .popover .cart {
      position: relative;
      border: 1px solid #cac6c2;
      box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.2);
      background-color: white;
      margin: 0 0.5rem 1rem 0.5rem; }
    .minicart .popover::before {
      left: auto;
      right: 15px; }
    .minicart .popover::after {
      left: auto;
      right: 16px; }
    .minicart .popover.show {
      display: block; }
      .minicart .popover.show .cart {
        -webkit-animation: cart-enter-top 0.3s;
                animation: cart-enter-top 0.3s;
        -webkit-animation-timing-function: cubic-bezier(0.02, 0.65, 0, 1);
                animation-timing-function: cubic-bezier(0.02, 0.65, 0, 1); }
  .minicart .minicart-footer {
    border-top: 1px solid rgba(2, 2, 2, 0.1); }
  .minicart .veil {
    -webkit-animation: veil-delay 2s;
            animation: veil-delay 2s; }

.minicart-popover.show ~ .minicart-total .btn-nav {
  color: #020202; }

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .info-icon .icon {
    border-radius: 1.25rem;
    background-color: #00a1e0;
    width: 1.5625rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600; }
  .info-icon:hover .tooltip {
    display: block; }
  .info-icon .tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border-radius: 0;
    background-color: #444;
    color: #fff;
    font-size: 0.928rem;
    min-width: 20rem;
    max-width: 15rem;
    -webkit-transform: translate(-50%, -0.625em);
            transform: translate(-50%, -0.625em);
    left: 50%;
    margin-left: 4px;
    -webkit-animation: fade-in 0.5s linear forwards;
            animation: fade-in 0.5s linear forwards; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .info-icon .tooltip::before {
      content: " ";
      position: absolute;
      display: block;
      height: 1.25em;
      /* 20/16 */
      left: 0;
      bottom: -1.25em;
      width: 100%; }
    .info-icon .tooltip::after {
      border-left: solid transparent 0.625em;
      /* 10/16 */
      border-right: solid transparent 0.625em;
      /* 10/16 */
      border-top: solid #444 0.625em;
      bottom: -0.625em;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #020202;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #020202;
  background-color: #020202;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0072bb;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0072bb;
  background-color: #0072bb;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #049700;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #049700;
  background-color: #049700;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-white,
.swatch-circle-white {
  background-color: #f8f7f6 !important; }

.swatch-circle-miscellaneous {
  overflow: hidden; }
  .swatch-circle-miscellaneous::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
    background-repeat: repeat-y, repeat;
    background-size: 50% 100%, 100% 100%; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none; }

/******* Desigual Logos ********/
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.site-search {
  position: relative; }
  .site-search input {
    padding-right: 2rem;
    height: 100%; }

@media (max-width: 575.98px) {
  .header-search .site-search {
    display: none; }
  .header-search .search-button {
    display: block; }
  .search-row .search-button {
    display: none; } }

.search-button {
  display: none; }

.suggestions-wrapper {
  position: relative; }

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #fff;
  top: -1px;
  left: 0;
  width: 15rem;
  z-index: 1030; }
  @media (max-width: 575.98px) {
    .suggestions {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      width: 100%;
      top: 124px !important;
      bottom: 0;
      height: auto;
      -webkit-overflow-scrolling: touch; }
      header div:not(.hide) + nav .suggestions,
      .page > div:not(.hide) + header .suggestions {
        top: 166px !important; } }
  .suggestions .header {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal;
    color: #766e66;
    font-size: 0.875rem;
    padding: .5rem 1rem; }
    .suggestions .header:not(:first-child) {
      border-top: 1px solid #ccc; }
  .suggestions .item {
    padding-left: 0;
    padding-right: 0; }
    .suggestions .item .name {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .suggestions .item a {
      display: block;
      width: 100%;
      padding: .5rem 2rem;
      overflow: hidden;
      text-overflow: ellipsis; }
      .suggestions .item a:hover, .suggestions .item a:focus {
        color: #FFF;
        text-decoration: none;
        background-color: #2C2926; }
  .suggestions .category-parent {
    color: #999;
    font-size: 0.875rem; }

.redeemCheckbox + .custom-control-label {
  position: relative; }
  .redeemCheckbox + .custom-control-label .reedemPointsInfo {
    position: absolute;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    margin-top: -.3em; }

.modal-legal .modal-header {
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left; }

.add-to-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-wishlist-alert.show {
    display: block; }

.wishlistTile i.fa-heart-o {
  color: rgba(0, 0, 0, 0.7); }

.wishlistTile i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.wishlistTile span.fa-stack {
  position: absolute;
  top: 8px;
  right: 16px; }

.wishlistTile .fa-heart {
  color: black; }

/*
  DSG form buttons
*/
.btn-form {
  min-width: 9.6em; }

/*
  DSG Input type DATE
*/
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="time"].form-control,
input[type="month"].form-control,
input[type="week"].form-control {
  padding: calc( 0.69rem - 2px) 0.75rem; }

.hide-element:not([class*=" d-"]):not([class^="d-"]) {
  display: none !important; }

.capsule-text {
  padding: 0.5rem 0;
  background-size: cover;
  background-position: center;
  width: 100%; }
  .capsule-text > div a {
    color: inherit;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit; }
  .capsule-text .title,
  .capsule-text .subtitle {
    line-height: 1.3; }
  .capsule-text .close-button ~ .title,
  .capsule-text .close-button ~ .subtitle {
    padding: 0 2rem; }
  .capsule-text .title {
    font-size: 1.75rem; }
  .capsule-text .subtitle {
    font-size: 0.875rem; }
  .capsule-text p {
    margin: 0; }
  .capsule-text .container {
    position: relative;
    padding: 0; }
    .capsule-text .container.flex-row .title,
    .capsule-text .container.flex-row .subtitle,
    .capsule-text .container.flex-row .btn-group {
      margin: 0 1rem; }
    .capsule-text .container.flex-column .title,
    .capsule-text .container.flex-column .subtitle,
    .capsule-text .container.flex-column .btn-group {
      margin: 0.5rem 0; }
  .capsule-text .close-button {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .capsule-text .close-button .close {
      opacity: 1;
      color: #fff; }
      .capsule-text .close-button .close i {
        font-size: 18px; }

.care-instructions {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .care-instructions li {
    display: inline-block;
    width: 35px;
    height: 28px;
    margin-left: 10px; }
    .care-instructions li:first-of-type {
      margin-left: 0; }

.EU_1_00 {
  background-image: url(../images/washing-instructions/EU_1_00.jpg); }

.EU_1_01 {
  background-image: url(../images/washing-instructions/EU_1_01.jpg); }

.EU_1_12 {
  background-image: url(../images/washing-instructions/EU_1_12.jpg); }

.EU_1_21 {
  background-image: url(../images/washing-instructions/EU_1_21.jpg); }

.EU_1_22 {
  background-image: url(../images/washing-instructions/EU_1_22.jpg); }

.EU_1_23 {
  background-image: url(../images/washing-instructions/EU_1_23.jpg); }

.EU_1_24 {
  background-image: url(../images/washing-instructions/EU_1_24.jpg); }

.EU_1_25 {
  background-image: url(../images/washing-instructions/EU_1_25.jpg); }

.EU_1_26 {
  background-image: url(../images/washing-instructions/EU_1_26.jpg); }

.EU_1_27 {
  background-image: url(../images/washing-instructions/EU_1_27.jpg); }

.EU_1_28 {
  background-image: url(../images/washing-instructions/EU_1_28.jpg); }

.EU_2_00 {
  background-image: url(../images/washing-instructions/EU_2_00.jpg); }

.EU_2_03 {
  background-image: url(../images/washing-instructions/EU_2_03.jpg); }

.EU_3_00 {
  background-image: url(../images/washing-instructions/EU_3_00.jpg); }

.EU_3_01 {
  background-image: url(../images/washing-instructions/EU_3_01.jpg); }

.EU_3_02 {
  background-image: url(../images/washing-instructions/EU_3_02.jpg); }

.EU_3_05 {
  background-image: url(../images/washing-instructions/EU_3_05.jpg); }

.EU_3_06 {
  background-image: url(../images/washing-instructions/EU_3_06.jpg); }

.EU_3_07 {
  background-image: url(../images/washing-instructions/EU_3_07.jpg); }

.EU_3_08 {
  background-image: url(../images/washing-instructions/EU_3_08.jpg); }

.EU_4_00 {
  background-image: url(../images/washing-instructions/EU_4_00.jpg); }

.EU_4_02 {
  background-image: url(../images/washing-instructions/EU_4_02.jpg); }

.EU_4_04 {
  background-image: url(../images/washing-instructions/EU_4_04.jpg); }

.EU_4_05 {
  background-image: url(../images/washing-instructions/EU_4_05.jpg); }

.EU_4_06 {
  background-image: url(../images/washing-instructions/EU_4_06.jpg); }

.EU_5_00 {
  background-image: url(../images/washing-instructions/EU_5_00.jpg); }

.EU_5_11 {
  background-image: url(../images/washing-instructions/EU_5_11.jpg); }

.EU_5_13 {
  background-image: url(../images/washing-instructions/EU_5_13.jpg); }

.EU_5_14 {
  background-image: url(../images/washing-instructions/EU_5_14.jpg); }

.EU_5_24 {
  background-image: url(../images/washing-instructions/EU_5_24.jpg); }

.JP_1_00 {
  background-image: url(../images/washing-instructions/JP_1_00.jpg); }

.JP_1_01 {
  background-image: url(../images/washing-instructions/JP_1_01.jpg); }

.JP_1_12 {
  background-image: url(../images/washing-instructions/JP_1_12.jpg); }

.JP_1_021 {
  background-image: url(../images/washing-instructions/JP_1_021.jpg); }

.JP_1_22 {
  background-image: url(../images/washing-instructions/JP_1_22.jpg); }

.JP_1_23 {
  background-image: url(../images/washing-instructions/JP_1_23.jpg); }

.JP_1_24 {
  background-image: url(../images/washing-instructions/JP_1_24.jpg); }

.JP_1_25 {
  background-image: url(../images/washing-instructions/JP_1_25.jpg); }

.JP_1_26 {
  background-image: url(../images/washing-instructions/JP_1_26.jpg); }

.JP_1_27 {
  background-image: url(../images/washing-instructions/JP_1_27.jpg); }

.JP_1_28 {
  background-image: url(../images/washing-instructions/JP_1_28.jpg); }

.JP_2_00 {
  background-image: url(../images/washing-instructions/JP_2_00.jpg); }

.JP_2_03 {
  background-image: url(../images/washing-instructions/JP_2_03.jpg); }

.JP_3_00 {
  background-image: url(../images/washing-instructions/JP_3_00.jpg); }

.JP_3_01 {
  background-image: url(../images/washing-instructions/JP_3_01.jpg); }

.JP_3_02 {
  background-image: url(../images/washing-instructions/JP_3_02.jpg); }

.JP_3_05 {
  background-image: url(../images/washing-instructions/JP_3_05.jpg); }

.JP_3_06 {
  background-image: url(../images/washing-instructions/JP_3_06.jpg); }

.JP_3_07 {
  background-image: url(../images/washing-instructions/JP_3_07.jpg); }

.JP_3_08 {
  background-image: url(../images/washing-instructions/JP_3_08.jpg); }

.JP_4_00 {
  background-image: url(../images/washing-instructions/JP_4_00.jpg); }

.JP_4_02 {
  background-image: url(../images/washing-instructions/JP_4_02.jpg); }

.JP_4_04 {
  background-image: url(../images/washing-instructions/JP_4_04.jpg); }

.JP_4_05 {
  background-image: url(../images/washing-instructions/JP_4_05.jpg); }

.JP_4_06 {
  background-image: url(../images/washing-instructions/JP_4_06.jpg); }

.JP_5_00 {
  background-image: url(../images/washing-instructions/JP_5_00.jpg); }

.JP_5_11 {
  background-image: url(../images/washing-instructions/JP_5_11.jpg); }

.JP_5_13 {
  background-image: url(../images/washing-instructions/JP_5_13.jpg); }

.JP_5_14 {
  background-image: url(../images/washing-instructions/JP_5_14.jpg); }

.JP_5_24 {
  background-image: url(../images/washing-instructions/JP_5_24.jpg); }

body {
  overflow-x: hidden; }

.cookies-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030; }
  .cookies-notification .container {
    position: relative;
    padding: 1.25em;
    background: #000;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cookies-notification .container .row {
      position: relative; }
    .cookies-notification .container .title-cookies {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-size: 1.3125rem;
      line-height: 1.2;
      display: block;
      margin-top: 1rem;
      margin-bottom: 0;
      position: relative; }
    .cookies-notification .container .detail-cookies {
      display: block;
      font-size: 1.09375rem;
      line-height: 1.2;
      padding: 1rem;
      margin-bottom: 1rem; }
      .cookies-notification .container .detail-cookies a,
      .cookies-notification .container .detail-cookies span {
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
      .cookies-notification .container .detail-cookies a {
        cursor: pointer;
        text-decoration: underline; }
    .cookies-notification .container .close-button {
      position: absolute;
      top: -2.375em; }
      .cookies-notification .container .close-button .close {
        color: #fff;
        opacity: 1;
        text-shadow: none;
        padding: .2rem; }
        .cookies-notification .container .close-button .close .icon-close-dgl {
          position: absolute;
          left: calc(50% - 20px);
          color: inherit;
          width: 40px;
          height: 40px;
          overflow: hidden;
          background-color: #000;
          border: 1px solid #e6e6e6;
          border-radius: 50%;
          outline: 0;
          z-index: 100;
          cursor: pointer; }
          .cookies-notification .container .close-button .close .icon-close-dgl::before {
            font-size: 18px;
            position: relative;
            top: 4px; }
          .cookies-notification .container .close-button .close .icon-close-dgl:hover {
            opacity: .6; }
      @media (max-width: 991.98px) {
        .cookies-notification .container .close-button {
          left: 0; } }
  @media (min-width: 992px) {
    .cookies-notification .container .title-cookies {
      margin-top: 0; }
    .cookies-notification .container .detail-cookies {
      margin-bottom: 0; }
    .cookies-notification .container .close-button {
      top: 1.125em;
      right: 0; }
      .cookies-notification .container .close-button .close .icon-close-dgl {
        border: none;
        background-color: transparent; } }
  @media (min-width: 1200px) {
    .cookies-notification .container {
      padding: 1.5em .75em; }
      .cookies-notification .container .title-cookies {
        margin-left: .75em; } }

/*
  Input, show/hide and features
*/
.input-password {
  position: relative;
  margin-bottom: 0.5rem; }
  .input-password input:focus ~ .features {
    visibility: visible;
    max-height: 400px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 1; }
  .input-password .show-password {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0.74rem 0.75rem;
    color: #a69f98;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .input-password .show-password + input {
      padding-right: 3rem; }
    .input-password .show-password::before {
      content: "\E999"; }
    .input-password .show-password:hover {
      color: #4d4d4d;
      cursor: pointer; }
    .input-password .show-password.active {
      color: #2C2926; }
      .input-password .show-password.active::before {
        content: "\E99A"; }
  .input-password .features {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, max-height 0.3s cubic-bezier(0, 1.05, 0, 1), opacity 0.2s, margin 0.1s;
    transition-delay: .2s;
    text-align: left;
    margin-bottom: 0;
    padding: 0 5px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .input-password .features li {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      color: #a69f98;
      margin-bottom: 5px;
      vertical-align: top;
      padding-left: 1.5em;
      position: relative;
      font-size: .75rem;
      line-height: 1.2em; }
      .input-password .features li::before {
        display: block;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        content: '';
        background-color: #a69f98;
        position: absolute;
        left: 0; }
      .input-password .features li.valid {
        color: #2C2926; }
        .input-password .features li.valid::before {
          background-color: #009688; }
      @media (min-width: 576px) {
        .input-password .features li {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; }
          .input-password .features li:nth-child(2n+1) {
            padding-right: 0.5rem; } }

/* Text in forms */
body .content-text-form {
  font-size: .75rem;
  color: #2C2926; }
  body .content-text-form h1,
  body .content-text-form h2,
  body .content-text-form h3,
  body .content-text-form h4,
  body .content-text-form h5,
  body .content-text-form h6,
  body .content-text-form p,
  body .content-text-form a {
    font-size: inherit;
    line-height: 1.3; }
  body .content-text-form h1,
  body .content-text-form h2,
  body .content-text-form h3,
  body .content-text-form h4,
  body .content-text-form h5,
  body .content-text-form h6 {
    text-transform: uppercase;
    margin-bottom: 0; }
  body .content-text-form a {
    color: #2C2926;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    body .content-text-form a:hover {
      color: #020202;
      cursor: pointer; }
  body .content-text-form strong {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  body .content-text-form p {
    margin-bottom: 0; }

/* Text in legal notice modal */
.terms-nav {
  text-align: left;
  margin: 0;
  padding-top: 3.75rem;
  padding-left: 0; }
  .terms-nav li a {
    color: #2C2926;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1);
    font-family: "Volte-Regular", "M PLUS 1p Regular"; }
    .terms-nav li a:hover {
      color: #020202;
      cursor: pointer; }

.download-button {
  margin-bottom: 1.5rem;
  text-align: left; }
  @media (min-width: 768px) {
    .download-button {
      text-align: right; } }
  .download-button a {
    display: block;
    margin-bottom: 1rem;
    color: #2C2926;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .download-button a:hover {
      color: #020202;
      cursor: pointer; }
    @media (min-width: 768px) {
      .download-button a {
        display: inline-block;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

body .content-text-legal {
  text-align: left;
  color: #2C2926; }
  body .content-text-legal h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    margin-bottom: 1.25rem; }
  body .content-text-legal h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.3;
    font-family: "Volte-Regular", "M PLUS 1p Regular"; }
  body .content-text-legal h4,
  body .content-text-legal h5,
  body .content-text-legal h6 {
    text-transform: uppercase;
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    margin-bottom: 0; }
  body .content-text-legal h4,
  body .content-text-legal h5,
  body .content-text-legal h6,
  body .content-text-legal p,
  body .content-text-legal a {
    font-size: 0.875rem;
    line-height: 1.3; }
  body .content-text-legal p {
    font-family: inherit;
    text-align: inherit;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  body .content-text-legal a {
    color: #2C2926;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    body .content-text-legal a:hover {
      color: #020202;
      cursor: pointer; }
  body .content-text-legal strong {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  body .content-text-legal ul,
  body .content-text-legal ol {
    margin-top: 0.875rem;
    padding-left: 1.25rem; }
    body .content-text-legal ul li,
    body .content-text-legal ol li {
      margin-bottom: 0.5rem; }
  body .content-text-legal ul {
    list-style-type: disc; }
  body .content-text-legal ol {
    list-style-type: decimal; }
  body .content-text-legal td {
    word-break: break-word; }
  body .content-text-legal .answer {
    margin-top: 1.875rem;
    padding-top: 1.875rem; }
    body .content-text-legal .answer:first-child {
      margin-top: 0;
      padding-top: 0; }
  body .content-text-legal .nav-list .nav-link.active,
  body .content-text-legal .nav-list .show > .nav-link {
    font-family: "Volte-Semibold", "M PLUS 1p Bold"; }

@media (min-width: 768px) {
  body .modal-body .content-text-legal {
    max-height: calc(100vh - 350px);
    overflow: hidden;
    overflow-y: auto; } }

/* Text in legal notice modal */
.terms-nav {
  text-align: left;
  margin: 0;
  padding-left: 15px; }
  .terms-nav li {
    list-style-type: decimal; }
    .terms-nav li a {
      color: #2C2926;
      text-decoration: underline;
      transition: color 0.3s cubic-bezier(0.6, 0, 0, 1);
      font-family: "Volte-Regular", "M PLUS 1p Regular";
      padding-left: 0.5rem; }
      .terms-nav li a:hover {
        color: #020202;
        cursor: pointer; }

.download-button {
  margin-bottom: 1.5rem;
  text-align: left; }
  @media (min-width: 768px) {
    .download-button {
      text-align: right; } }
  .download-button a {
    display: block;
    margin-bottom: 1rem;
    color: #2C2926;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    .download-button a:hover {
      color: #020202;
      cursor: pointer; }
    @media (min-width: 768px) {
      .download-button a {
        display: inline-block;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

body .content-text-legal {
  text-align: left;
  color: #2C2926; }
  body .content-text-legal h2 {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    margin-bottom: 1.25rem;
    margin-top: 1.875rem;
    padding-top: 1.875rem; }
  body .content-text-legal section:first-child h2 {
    margin-top: 0;
    padding-top: 0; }
  body .content-text-legal h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.3;
    font-family: "Volte-Regular", "M PLUS 1p Regular"; }
  body .content-text-legal h4,
  body .content-text-legal h5,
  body .content-text-legal h6 {
    text-transform: uppercase;
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    margin-bottom: 0; }
  body .content-text-legal h4,
  body .content-text-legal h5,
  body .content-text-legal h6,
  body .content-text-legal p,
  body .content-text-legal a {
    font-size: 0.875rem;
    line-height: 1.3; }
  body .content-text-legal p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  body .content-text-legal a {
    color: #2C2926;
    text-decoration: underline;
    transition: color 0.3s cubic-bezier(0.6, 0, 0, 1); }
    body .content-text-legal a:hover {
      color: #020202;
      cursor: pointer; }
  body .content-text-legal strong {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal; }
  body .content-text-legal ul,
  body .content-text-legal ol {
    margin-top: 0.875rem;
    padding-left: 1.25rem; }
    body .content-text-legal ul li,
    body .content-text-legal ol li {
      margin-bottom: 0.5rem; }
  body .content-text-legal ul {
    list-style-type: disc; }
  body .content-text-legal ol {
    list-style-type: decimal; }
  body .content-text-legal .nav-list .nav-link.active,
  body .content-text-legal .nav-list .show > .nav-link {
    font-family: "Volte-Semibold", "M PLUS 1p Bold"; }

@media (min-width: 768px) {
  body .modal-body .content-text-legal {
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto; } }

/* TODO BKOF-126 */
.link-text,
.link-text:not([href]):not([tabindex]):not(.btn) {
  text-decoration: underline; }

/* TODO BKOF-250 */
.line-height-11 {
  line-height: 1.1; }

.line-height-12 {
  line-height: 1.2; }

.line-height-13 {
  line-height: 1.3; }

.line-height-14 {
  line-height: 1.4; }

/* TODO: BKOF-243 Add preframework modals style */
.modal {
  -webkit-overflow-scrolling: touch; }

.modal-content {
  padding: 3rem 2rem; }
  .modal-content .modal-title {
    line-height: 1.2; }
  @media (min-width: 768px) {
    .modal-content {
      padding: 3rem; } }
  @media (max-width: 767.98px) {
    .modal-content .modal-header .close span:before {
      font-size: 18px; } }

.self-backdrop {
  background-color: rgba(2, 2, 2, 0.5); }

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

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

.btn-nav {
  height: 68px;
  padding: 0 0.5rem;
  position: relative;
  min-width: 24px; }
  .btn-nav:hover {
    text-decoration: none; }
  .btn-nav:focus {
    outline: none; }
  @media (min-width: 768px) {
    .btn-nav {
      padding: 0 0.625rem; } }
  @media (min-width: 992px) {
    .btn-nav {
      height: 89px; } }
  .btn-nav.animate-active {
    -webkit-animation: shake 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
            animation: shake 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }

.btn-nav-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff2847;
  position: absolute;
  top: 1.2rem;
  right: 0.2rem; }
  @media (min-width: 992px) {
    .btn-nav-bullet {
      top: 2rem; } }

.btn-nav-quantity {
  bottom: 1.6rem;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  font-size: 10px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .btn-nav-quantity {
      bottom: 2.4rem; } }

/* TODO BKOF-230 */
button.link-black {
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border: none; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.nav-scroll {
  overflow: hidden;
  overflow-x: auto; }

.nav-underline {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .nav-underline .nav-link {
    font-size: 1.125rem;
    line-height: 1;
    color: #020202;
    padding: .9rem 1rem;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid transparent; }
    .nav-underline .nav-link.disabled {
      color: #a69f98;
      border-bottom-color: transparent !important;
      cursor: default; }
  .nav-underline .nav-link.active,
  .nav-underline .nav-item.show .nav-link {
    border-bottom-color: #2C2926;
    position: relative;
    font-family: "Volte-Medium", "M PLUS 1p Regular";
    font-weight: normal; }

.form-control-sm.custom-select {
  height: calc(1.77375rem + 0.25rem);
  padding: 0.34rem 0.8rem;
  line-height: 1.25;
  border-radius: 0; }

.input-select select option {
  background-color: #FFF !important; }
  .input-select select option:disabled {
    color: #a69f98; }

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important; } }

.container-viewport {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 125px);
  overflow: hidden; }
  @media (min-width: 992px) {
    .container-viewport {
      height: calc(100vh - 89px); } }

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

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

/* TODO: BKOF-264 Tooltip css */
.tooltip.tooltipHover {
  min-width: 17.5rem;
  padding: 1rem;
  line-height: 1.3;
  -webkit-transform: translate(-90%, -0.625em);
          transform: translate(-90%, -0.625em); }
  .tooltip.tooltipHover:after {
    left: 90%;
    bottom: -0.5rem; }

.component-hero {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  .component-hero .hero-image {
    width: 100%;
    height: auto; }
  .component-hero .embed-responsive-item {
    display: block; }
  .component-hero video {
    display: block; }
  .component-hero h2,
  .component-hero h3,
  .component-hero p,
  .component-hero a {
    color: inherit; }
  .component-hero h2,
  .component-hero .title {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal;
    font-size: 1.96875rem; }
  .component-hero h3,
  .component-hero .subtitle {
    font-family: "Volte-Semibold", "M PLUS 1p Bold";
    font-weight: normal;
    font-size: 1.53125rem; }
  .component-hero p,
  .component-hero .description {
    font-family: "Volte-Regular", "M PLUS 1p Regular";
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.2; }
    .component-hero p a,
    .component-hero .description a {
      text-decoration: underline; }
    .component-hero p strong,
    .component-hero .description strong {
      font-family: "Volte-Semibold", "M PLUS 1p Bold";
      font-weight: normal; }
  .component-hero .btn:hover.bg-white,
  .component-hero:hover > a ~ div .btn.bg-white {
    background-color: rgba(255, 255, 255, 0.75) !important; }
  .component-hero .btn:hover.btn-black,
  .component-hero:hover > a ~ div .btn.btn-black {
    background-color: #020202; }
  .component-hero .badge {
    display: inline;
    max-width: 100%;
    padding: .1rem .15rem;
    font-size: inherit;
    white-space: normal;
    line-height: 1.2; }
  @media (min-width: 768px) {
    .component-hero h2,
    .component-hero .title {
      font-size: 5.07vw; }
    .component-hero h3,
    .component-hero .subtitle {
      font-size: 1.96875rem; } }
  @media (min-width: 1420px) {
    .component-hero h2,
    .component-hero .title {
      font-size: 4.5rem; } }
  .component-hero.hero-images .body-top,
  .component-hero.hero-images .body-middle,
  .component-hero.hero-images .body-bottom {
    position: absolute;
    left: 4vw;
    right: 4vw;
    z-index: 1; }
  .component-hero.hero-images .body-top {
    top: 4vw; }
  .component-hero.hero-images .body-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .component-hero.hero-images .body-bottom {
    bottom: 4vw; }
  @media (min-width: 1420px) {
    .component-hero.hero-images .body-top,
    .component-hero.hero-images .body-middle,
    .component-hero.hero-images .body-bottom {
      left: 3rem;
      right: 3rem; }
    .component-hero.hero-images .body-top {
      top: 3rem; }
    .component-hero.hero-images .body-bottom {
      bottom: 3rem; } }
  .component-hero.hero-text > a {
    display: block; }
    .component-hero.hero-text > a, .component-hero.hero-text > a:hover {
      color: inherit;
      text-decoration: none; }
  .component-hero[class*="hero-full"] {
    width: 100%;
    overflow: hidden; }
    .component-hero[class*="hero-full"] .embed-responsive-item {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .component-hero[class*="hero-full"] .hero-image, .component-hero[class*="hero-full"] .custom-video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      z-index: -1; }
    .component-hero[class*="hero-full"] .hero-image {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .component-hero[class*="hero-full"] .custom-video {
      -webkit-transform: translate(-50%, -50%) scale(1.03);
              transform: translate(-50%, -50%) scale(1.03); }
      .component-hero[class*="hero-full"] .custom-video.w-100 {
        width: auto !important; }
  .component-hero.hero-full-100 {
    height: 100vh; }
  .component-hero.hero-full-50 {
    height: 50vh; }

.hero-dinamic-content {
  z-index: 1; }

.hero-main-content .component-hero {
  position: static; }

.hero-main-content .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.hero-discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: baseline; }
  .hero-discount * {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: none; }
  .hero-discount .hero-discount-minus {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    font-size: 3em; }
  .hero-discount .hero-discount-number {
    font-size: 6.6em;
    letter-spacing: -0.03em; }
  .hero-discount .hero-discount-percent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0; }
    .hero-discount .hero-discount-percent span {
      font-size: 2.4em; }
    .hero-discount .hero-discount-percent small {
      font-size: 1em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow-x: hidden; } }

.font-size-v-2 {
  font-size: 64px !important; }

.font-size-v-3 {
  font-size: 48px !important; }

.font-size-v-4 {
  font-size: 32px !important; }

.font-size-v-6 {
  font-size: 24px !important; }

.font-size-h-2 {
  font-size: 56px !important; }

.font-size-h-3 {
  font-size: 44px !important; }

.font-size-h-4 {
  font-size: 30px !important; }

.font-size-h-6 {
  font-size: 20px !important; }

@media (min-width: 576px) {
  .font-size-v-sm-2 {
    font-size: 64px !important; }
  .font-size-v-sm-3 {
    font-size: 48px !important; }
  .font-size-v-sm-4 {
    font-size: 32px !important; }
  .font-size-v-sm-6 {
    font-size: 24px !important; }
  .font-size-h-sm-2 {
    font-size: 56px !important; }
  .font-size-h-sm-3 {
    font-size: 44px !important; }
  .font-size-h-sm-4 {
    font-size: 30px !important; }
  .font-size-h-sm-6 {
    font-size: 20px !important; } }

@media (min-width: 768px) {
  .font-size-v-md-2 {
    font-size: 64px !important; }
  .font-size-v-md-3 {
    font-size: 48px !important; }
  .font-size-v-md-4 {
    font-size: 32px !important; }
  .font-size-v-md-6 {
    font-size: 24px !important; }
  .font-size-h-md-2 {
    font-size: 56px !important; }
  .font-size-h-md-3 {
    font-size: 44px !important; }
  .font-size-h-md-4 {
    font-size: 30px !important; }
  .font-size-h-md-6 {
    font-size: 20px !important; } }

@media (min-width: 992px) {
  .font-size-v-lg-2 {
    font-size: 64px !important; }
  .font-size-v-lg-3 {
    font-size: 48px !important; }
  .font-size-v-lg-4 {
    font-size: 32px !important; }
  .font-size-v-lg-6 {
    font-size: 24px !important; }
  .font-size-h-lg-2 {
    font-size: 56px !important; }
  .font-size-h-lg-3 {
    font-size: 44px !important; }
  .font-size-h-lg-4 {
    font-size: 30px !important; }
  .font-size-h-lg-6 {
    font-size: 20px !important; } }

@media (min-width: 1200px) {
  .font-size-v-xl-2 {
    font-size: 64px !important; }
  .font-size-v-xl-3 {
    font-size: 48px !important; }
  .font-size-v-xl-4 {
    font-size: 32px !important; }
  .font-size-v-xl-6 {
    font-size: 24px !important; }
  .font-size-h-xl-2 {
    font-size: 56px !important; }
  .font-size-h-xl-3 {
    font-size: 44px !important; }
  .font-size-h-xl-4 {
    font-size: 30px !important; }
  .font-size-h-xl-6 {
    font-size: 20px !important; } }

@media (max-width: 991.98px) {
  .productfeed .row {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  .productfeed .productfeed-grid {
    margin-right: -18px;
    margin-left: -18px; } }

.productfeed .productfeed-grid > div {
  padding-left: 3px;
  padding-right: 3px; }

.productfeed .productfeed-grid .product-tile .image-container a .tile-image {
  width: 100% !important;
  max-width: none !important; }

@media (max-width: 991.98px) {
  .productfeed .productfeed-grid.mobile-horizontal-grid {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
    overflow-x: auto; }
    .productfeed .productfeed-grid.mobile-horizontal-grid .col-6 {
      -webkit-flex: 0 0 60%;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%; }
    .productfeed .productfeed-grid.mobile-horizontal-grid .col-12 {
      -webkit-flex: 0 0 120%;
          -ms-flex: 0 0 120%;
              flex: 0 0 120%;
      max-width: 120%; } }

.productfeed .tile-image {
  width: 100% !important; }

.productfeed-title {
  font-size: 2.25rem; }

@media (max-width: 991.98px) {
  .categoryfeed .row {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 991.98px) {
  .categoryfeed .mobile-horizontal-grid {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
    overflow-x: auto; }
    .categoryfeed .mobile-horizontal-grid .col-6 {
      -webkit-flex: 0 0 60%;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%; }
    .categoryfeed .mobile-horizontal-grid .col-12 {
      -webkit-flex: 0 0 120%;
          -ms-flex: 0 0 120%;
              flex: 0 0 120%;
      max-width: 120%; } }

.poster-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem; }

.categoryfeed-static-cat-woman {
  background-image: url(../images/categories/cat-woman-horizontal.jpg); }

.categoryfeed-static-cat-man {
  background-image: url(../images/categories/cat-man-vertical.jpg); }

.categoryfeed-static-cat-kids {
  background-image: url(../images/categories/cat-kids-vertical.jpg); }

.categoryfeed-static .embed-responsive {
  background-size: contain; }

.editorial .price {
  display: none; }

.editorial .pdp-link {
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  font-family: "Volte-Semibold", "M PLUS 1p Bold";
  font-weight: normal; }

@-webkit-keyframes pride-animation {
  0% {
    background-position-x: 10000px; }
  100% {
    background-position-x: 0; } }

@keyframes pride-animation {
  0% {
    background-position-x: 10000px; }
  100% {
    background-position-x: 0; } }

.animation-prideDay {
  color: transparent;
  background: linear-gradient(to left, #56B73F, #EAFF49, #DF491A, #320E99, #56B73F);
  background-size: 1000px 100%;
  -webkit-animation: pride-animation 90s linear infinite;
          animation: pride-animation 90s linear infinite;
  background-clip: text;
  -webkit-background-clip: text; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .animation-prideDay {
    color: inherit !important;
    background: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    background-clip: border-box !important; } }
