@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700);/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

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

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


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


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

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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

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

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

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

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

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

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

}

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

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	        box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

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

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

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

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

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

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

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

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

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

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

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


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

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

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

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

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

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

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
          transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
@charset "UTF-8";
@font-face {
  font-family: 'Razzicons';
  src: url("fonts/razzicons.eot");
  src: url("fonts/razzicons.eot#iefix") format("embedded-opentype"), url("fonts/razzicons.ttf") format("truetype"), url("fonts/razzicons.woff") format("woff"), url("fonts/razzicons.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 7px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 5px;
}

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

.blockquote {
  padding: 7px 14px;
  margin-bottom: 14px;
  font-size: 1.09375rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.blockquote-reverse {
  padding-right: 14px;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 7px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3.5px;
  padding-left: 3.5px;
}

@media (min-width: 321px) {
  .container {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 599px) {
  .container {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 767px) {
  .container {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1199px) {
  .container {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1399px) {
  .container {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 321px) {
  .container {
    width: 321px;
    max-width: 100%;
  }
}

@media (min-width: 410px) {
  .container {
    width: 410px;
    max-width: 100%;
  }
}

@media (min-width: 599px) {
  .container {
    width: 599px;
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .container {
    width: 899px;
    max-width: 100%;
  }
}

@media (min-width: 948px) {
  .container {
    width: 948px;
    max-width: 100%;
  }
}

@media (min-width: 1199px) {
  .container {
    width: 1199px;
    max-width: 100%;
  }
}

@media (min-width: 1399px) {
  .container {
    width: 1368px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3.5px;
  padding-left: 3.5px;
}

@media (min-width: 321px) {
  .container-fluid {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 599px) {
  .container-fluid {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 767px) {
  .container-fluid {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1199px) {
  .container-fluid {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1399px) {
  .container-fluid {
    padding-right: 7px;
    padding-left: 7px;
  }
}

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

@media (min-width: 321px) {
  .row {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 599px) {
  .row {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 767px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}

@media (min-width: 1199px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}

@media (min-width: 1399px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}

.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, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
.mobile-searching-in-progress #search_mobile form #btn-close-mobile-search, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .mobile-searching-in-progress #search_mobile form input, .col-9, .col-10, .col-11, .col-12, #search_mobile input, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12, .col-smm, .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-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-mmd-1, .col-mmd-2, .col-mmd-3, .col-mmd-4, .col-mmd-5, .col-mmd-6, .col-mmd-7, .col-mmd-8, .col-mmd-9, .col-mmd-10, .col-mmd-11, .col-mmd-12, .col-mmd, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .has-mega-banner #eventos-list li, .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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 3.5px;
  padding-left: 3.5px;
}

@media (min-width: 321px) {
  .col-1, .col-2, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
  .mobile-searching-in-progress #search_mobile form #btn-close-mobile-search, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .mobile-searching-in-progress #search_mobile form input, .col-9, .col-10, .col-11, .col-12, #search_mobile input, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12, .col-smm, .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-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-mmd-1, .col-mmd-2, .col-mmd-3, .col-mmd-4, .col-mmd-5, .col-mmd-6, .col-mmd-7, .col-mmd-8, .col-mmd-9, .col-mmd-10, .col-mmd-11, .col-mmd-12, .col-mmd, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .has-mega-banner #eventos-list li, .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-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 {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 599px) {
  .col-1, .col-2, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
  .mobile-searching-in-progress #search_mobile form #btn-close-mobile-search, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .mobile-searching-in-progress #search_mobile form input, .col-9, .col-10, .col-11, .col-12, #search_mobile input, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12, .col-smm, .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-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-mmd-1, .col-mmd-2, .col-mmd-3, .col-mmd-4, .col-mmd-5, .col-mmd-6, .col-mmd-7, .col-mmd-8, .col-mmd-9, .col-mmd-10, .col-mmd-11, .col-mmd-12, .col-mmd, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .has-mega-banner #eventos-list li, .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-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 {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 767px) {
  .col-1, .col-2, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
  .mobile-searching-in-progress #search_mobile form #btn-close-mobile-search, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .mobile-searching-in-progress #search_mobile form input, .col-9, .col-10, .col-11, .col-12, #search_mobile input, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12, .col-smm, .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-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-mmd-1, .col-mmd-2, .col-mmd-3, .col-mmd-4, .col-mmd-5, .col-mmd-6, .col-mmd-7, .col-mmd-8, .col-mmd-9, .col-mmd-10, .col-mmd-11, .col-mmd-12, .col-mmd, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .has-mega-banner #eventos-list li, .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-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 {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1199px) {
  .col-1, .col-2, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
  .mobile-searching-in-progress #search_mobile form #btn-close-mobile-search, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .mobile-searching-in-progress #search_mobile form input, .col-9, .col-10, .col-11, .col-12, #search_mobile input, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12, .col-smm, .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-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-mmd-1, .col-mmd-2, .col-mmd-3, .col-mmd-4, .col-mmd-5, .col-mmd-6, .col-mmd-7, .col-mmd-8, .col-mmd-9, .col-mmd-10, .col-mmd-11, .col-mmd-12, .col-mmd, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .has-mega-banner #eventos-list li, .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-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 {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1399px) {
  .col-1, .col-2, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
  .mobile-searching-in-progress #search_mobile form #btn-close-mobile-search, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .mobile-searching-in-progress #search_mobile form input, .col-9, .col-10, .col-11, .col-12, #search_mobile input, .col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-smm-1, .col-smm-2, .col-smm-3, .col-smm-4, .col-smm-5, .col-smm-6, .col-smm-7, .col-smm-8, .col-smm-9, .col-smm-10, .col-smm-11, .col-smm-12, .col-smm, .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-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-mmd-1, .col-mmd-2, .col-mmd-3, .col-mmd-4, .col-mmd-5, .col-mmd-6, .col-mmd-7, .col-mmd-8, .col-mmd-9, .col-mmd-10, .col-mmd-11, .col-mmd-12, .col-mmd, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .has-mega-banner #eventos-list li, .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-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 {
    padding-right: 7px;
    padding-left: 7px;
  }
}

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

.col-2, .mobile-searching-in-progress #search_mobile form #btn-action-mobile-search,
.mobile-searching-in-progress #search_mobile form #btn-close-mobile-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

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

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

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

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

.col-8, .mobile-searching-in-progress #search_mobile form input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

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

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

.col-12, #search_mobile input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xs-0 {
    right: auto;
  }
  .pull-xs-1 {
    right: 8.33333333%;
  }
  .pull-xs-2 {
    right: 16.66666667%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  .pull-xs-4 {
    right: 33.33333333%;
  }
  .pull-xs-5 {
    right: 41.66666667%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  .pull-xs-7 {
    right: 58.33333333%;
  }
  .pull-xs-8 {
    right: 66.66666667%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  .pull-xs-10 {
    right: 83.33333333%;
  }
  .pull-xs-11 {
    right: 91.66666667%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  .push-xs-0 {
    left: auto;
  }
  .push-xs-1 {
    left: 8.33333333%;
  }
  .push-xs-2 {
    left: 16.66666667%;
  }
  .push-xs-3 {
    left: 25%;
  }
  .push-xs-4 {
    left: 33.33333333%;
  }
  .push-xs-5 {
    left: 41.66666667%;
  }
  .push-xs-6 {
    left: 50%;
  }
  .push-xs-7 {
    left: 58.33333333%;
  }
  .push-xs-8 {
    left: 66.66666667%;
  }
  .push-xs-9 {
    left: 75%;
  }
  .push-xs-10 {
    left: 83.33333333%;
  }
  .push-xs-11 {
    left: 91.66666667%;
  }
  .push-xs-12 {
    left: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 410px) {
  .col-smm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-smm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-smm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-smm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-smm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-smm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-smm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-smm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-smm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-smm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-smm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-smm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-smm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-smm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-smm-0 {
    right: auto;
  }
  .pull-smm-1 {
    right: 8.33333333%;
  }
  .pull-smm-2 {
    right: 16.66666667%;
  }
  .pull-smm-3 {
    right: 25%;
  }
  .pull-smm-4 {
    right: 33.33333333%;
  }
  .pull-smm-5 {
    right: 41.66666667%;
  }
  .pull-smm-6 {
    right: 50%;
  }
  .pull-smm-7 {
    right: 58.33333333%;
  }
  .pull-smm-8 {
    right: 66.66666667%;
  }
  .pull-smm-9 {
    right: 75%;
  }
  .pull-smm-10 {
    right: 83.33333333%;
  }
  .pull-smm-11 {
    right: 91.66666667%;
  }
  .pull-smm-12 {
    right: 100%;
  }
  .push-smm-0 {
    left: auto;
  }
  .push-smm-1 {
    left: 8.33333333%;
  }
  .push-smm-2 {
    left: 16.66666667%;
  }
  .push-smm-3 {
    left: 25%;
  }
  .push-smm-4 {
    left: 33.33333333%;
  }
  .push-smm-5 {
    left: 41.66666667%;
  }
  .push-smm-6 {
    left: 50%;
  }
  .push-smm-7 {
    left: 58.33333333%;
  }
  .push-smm-8 {
    left: 66.66666667%;
  }
  .push-smm-9 {
    left: 75%;
  }
  .push-smm-10 {
    left: 83.33333333%;
  }
  .push-smm-11 {
    left: 91.66666667%;
  }
  .push-smm-12 {
    left: 100%;
  }
  .offset-smm-0 {
    margin-left: 0%;
  }
  .offset-smm-1 {
    margin-left: 8.33333333%;
  }
  .offset-smm-2 {
    margin-left: 16.66666667%;
  }
  .offset-smm-3 {
    margin-left: 25%;
  }
  .offset-smm-4 {
    margin-left: 33.33333333%;
  }
  .offset-smm-5 {
    margin-left: 41.66666667%;
  }
  .offset-smm-6 {
    margin-left: 50%;
  }
  .offset-smm-7 {
    margin-left: 58.33333333%;
  }
  .offset-smm-8 {
    margin-left: 66.66666667%;
  }
  .offset-smm-9 {
    margin-left: 75%;
  }
  .offset-smm-10 {
    margin-left: 83.33333333%;
  }
  .offset-smm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 599px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333333%;
  }
  .pull-sm-2 {
    right: 16.66666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333333%;
  }
  .pull-sm-5 {
    right: 41.66666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333333%;
  }
  .pull-sm-8 {
    right: 66.66666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333333%;
  }
  .pull-sm-11 {
    right: 91.66666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333333%;
  }
  .push-sm-2 {
    left: 16.66666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333333%;
  }
  .push-sm-5 {
    left: 41.66666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333333%;
  }
  .push-sm-8 {
    left: 66.66666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333333%;
  }
  .push-sm-11 {
    left: 91.66666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 767px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333333%;
  }
  .pull-md-2 {
    right: 16.66666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333333%;
  }
  .pull-md-5 {
    right: 41.66666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333333%;
  }
  .pull-md-8 {
    right: 66.66666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333333%;
  }
  .pull-md-11 {
    right: 91.66666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333333%;
  }
  .push-md-2 {
    left: 16.66666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333333%;
  }
  .push-md-5 {
    left: 41.66666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333333%;
  }
  .push-md-8 {
    left: 66.66666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333333%;
  }
  .push-md-11 {
    left: 91.66666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 948px) {
  .col-mmd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-mmd-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-mmd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-mmd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-mmd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mmd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-mmd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-mmd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mmd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-mmd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-mmd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-mmd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-mmd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-mmd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-mmd-0 {
    right: auto;
  }
  .pull-mmd-1 {
    right: 8.33333333%;
  }
  .pull-mmd-2 {
    right: 16.66666667%;
  }
  .pull-mmd-3 {
    right: 25%;
  }
  .pull-mmd-4 {
    right: 33.33333333%;
  }
  .pull-mmd-5 {
    right: 41.66666667%;
  }
  .pull-mmd-6 {
    right: 50%;
  }
  .pull-mmd-7 {
    right: 58.33333333%;
  }
  .pull-mmd-8 {
    right: 66.66666667%;
  }
  .pull-mmd-9 {
    right: 75%;
  }
  .pull-mmd-10 {
    right: 83.33333333%;
  }
  .pull-mmd-11 {
    right: 91.66666667%;
  }
  .pull-mmd-12 {
    right: 100%;
  }
  .push-mmd-0 {
    left: auto;
  }
  .push-mmd-1 {
    left: 8.33333333%;
  }
  .push-mmd-2 {
    left: 16.66666667%;
  }
  .push-mmd-3 {
    left: 25%;
  }
  .push-mmd-4 {
    left: 33.33333333%;
  }
  .push-mmd-5 {
    left: 41.66666667%;
  }
  .push-mmd-6 {
    left: 50%;
  }
  .push-mmd-7 {
    left: 58.33333333%;
  }
  .push-mmd-8 {
    left: 66.66666667%;
  }
  .push-mmd-9 {
    left: 75%;
  }
  .push-mmd-10 {
    left: 83.33333333%;
  }
  .push-mmd-11 {
    left: 91.66666667%;
  }
  .push-mmd-12 {
    left: 100%;
  }
  .offset-mmd-0 {
    margin-left: 0%;
  }
  .offset-mmd-1 {
    margin-left: 8.33333333%;
  }
  .offset-mmd-2 {
    margin-left: 16.66666667%;
  }
  .offset-mmd-3 {
    margin-left: 25%;
  }
  .offset-mmd-4 {
    margin-left: 33.33333333%;
  }
  .offset-mmd-5 {
    margin-left: 41.66666667%;
  }
  .offset-mmd-6 {
    margin-left: 50%;
  }
  .offset-mmd-7 {
    margin-left: 58.33333333%;
  }
  .offset-mmd-8 {
    margin-left: 66.66666667%;
  }
  .offset-mmd-9 {
    margin-left: 75%;
  }
  .offset-mmd-10 {
    margin-left: 83.33333333%;
  }
  .offset-mmd-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1199px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .has-mega-banner #eventos-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333333%;
  }
  .pull-lg-2 {
    right: 16.66666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333333%;
  }
  .pull-lg-5 {
    right: 41.66666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333333%;
  }
  .pull-lg-8 {
    right: 66.66666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333333%;
  }
  .pull-lg-11 {
    right: 91.66666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333333%;
  }
  .push-lg-2 {
    left: 16.66666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333333%;
  }
  .push-lg-5 {
    left: 41.66666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333333%;
  }
  .push-lg-8 {
    left: 66.66666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333333%;
  }
  .push-lg-11 {
    left: 91.66666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1399px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333333%;
  }
  .pull-xl-2 {
    right: 16.66666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333333%;
  }
  .pull-xl-5 {
    right: 41.66666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333333%;
  }
  .pull-xl-8 {
    right: 66.66666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333333%;
  }
  .pull-xl-11 {
    right: 91.66666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333333%;
  }
  .push-xl-2 {
    left: 16.66666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333333%;
  }
  .push-xl-5 {
    left: 41.66666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333333%;
  }
  .push-xl-8 {
    left: 66.66666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333333%;
  }
  .push-xl-11 {
    left: 91.66666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}

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

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

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

.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

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

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.09375rem + 2px);
}

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

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16666667rem;
}

.form-group {
  margin-bottom: 14px;
}

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

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

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5234375rem;
  background-size: 1.046875rem 1.046875rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 599px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: 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-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

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

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e5e5;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

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

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

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

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

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

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

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

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

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

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.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: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

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

.show > a {
  outline: 0;
}

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

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

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%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-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%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-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.09375rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

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

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

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

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

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

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

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

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

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

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

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

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

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

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 14px;
}

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  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%;
}

.navbar-toggler-left {
  position: absolute;
  left: 14px;
}

.navbar-toggler-right {
  position: absolute;
  right: 14px;
}

@media (max-width: 320px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 321px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 409px) {
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-xs > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 410px) {
  .navbar-toggleable-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-xs .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-xs > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 598px) {
  .navbar-toggleable-smm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-smm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 599px) {
  .navbar-toggleable-smm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-smm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-smm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-smm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-smm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-smm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 766px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 767px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 947px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 948px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1198px) {
  .navbar-toggleable-mmd .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-mmd > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1199px) {
  .navbar-toggleable-mmd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-mmd .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-mmd .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-mmd > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-mmd .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-mmd .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1398px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1399px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

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

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

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

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

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

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

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

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

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

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

@media (min-width: 599px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 7px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 7px;
  }
}

@media (min-width: 599px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 599px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 14px;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

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

.breadcrumb-item {
  float: left;
}

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

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

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

.breadcrumb-item.active {
  color: #636c72;
}

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

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

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

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

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

.page-link:focus, .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

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

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

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

@media (min-width: 599px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

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

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

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

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

@-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-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-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:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

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

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

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.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: 599px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.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-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

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

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !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;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

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

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

.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-cell {
  display: table-cell !important;
}

.d-flex, .mobile-searching-in-progress #search_mobile form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

@media (min-width: 599px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 767px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

@media (min-width: 1199px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1399px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-center, .mobile-searching-in-progress #search_mobile form {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .flex-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xs-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xs-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 410px) {
  .flex-smm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-smm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-smm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-smm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-smm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-smm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-smm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-smm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-smm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-smm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-smm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-smm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-smm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-smm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-smm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-smm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-smm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-smm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-smm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-smm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-smm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-smm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-smm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-smm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-smm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-smm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-smm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-smm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-smm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-smm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-smm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-smm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 599px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 767px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 948px) {
  .flex-mmd-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-mmd-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-mmd-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-mmd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-mmd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-mmd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-mmd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-mmd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-mmd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-mmd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-mmd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-mmd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-mmd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-mmd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-mmd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-mmd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-mmd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-mmd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-mmd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-mmd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-mmd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-mmd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-mmd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-mmd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-mmd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-mmd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-mmd-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-mmd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-mmd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-mmd-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-mmd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-mmd-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1199px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1399px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-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: 321px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}

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

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

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

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

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

@media (min-width: 1399px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0, #razz-events .type-event li:last-child {
  margin-right: 0 !important;
}

.mb-0, .main-events-info .place-event-main p:first-child, .main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none, #concerts .owl-stage-outer .artist, #concerts .owl-stage-outer .date, .place-event p:first-child, .place-event-agenda p:first-child, .place-event-agenda-concert p:first-child, .place-event p:nth-child(2), .place-event-agenda p:nth-child(2), .place-event-agenda-concert p:nth-child(2), #destacado-promo p, .sala-detail p, .info_page #faqs .accordeon-faq p {
  margin-bottom: 0 !important;
}

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

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

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

.m-1 {
  margin: 3.5px 3.5px !important;
}

.mt-1 {
  margin-top: 3.5px !important;
}

.mr-1 {
  margin-right: 3.5px !important;
}

.mb-1 {
  margin-bottom: 3.5px !important;
}

.ml-1 {
  margin-left: 3.5px !important;
}

.mx-1 {
  margin-right: 3.5px !important;
  margin-left: 3.5px !important;
}

.my-1, .select select option {
  margin-top: 3.5px !important;
  margin-bottom: 3.5px !important;
}

.m-2 {
  margin: 7px 7px !important;
}

.mt-2 {
  margin-top: 7px !important;
}

.mr-2, .agenda-typevent.time::before, .agenda-typevent.green .time::before, .agenda-typevent.pink .time::before, .main-events-info .place-event-main p.club::before, .main-events-info .place-event-main p.sala::before, .main-events-info .place-event-main p.none::before {
  margin-right: 7px !important;
}

.mb-2, #local-talents .description p, #razz-events .type-event li {
  margin-bottom: 7px !important;
}

.ml-2 {
  margin-left: 7px !important;
}

.mx-2 {
  margin-right: 7px !important;
  margin-left: 7px !important;
}

.my-2 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.m-3 {
  margin: 14px 14px !important;
}

.mt-3, .info_page .info-submenu nav li {
  margin-top: 14px !important;
}

.mr-3, #razz-events .type-event li {
  margin-right: 14px !important;
}

.mb-3, #riders ul > li ul li:nth-child(2), #riders ul > li ul li:nth-child(3) {
  margin-bottom: 14px !important;
}

.ml-3, #razz-events .type-event li:first-child {
  margin-left: 14px !important;
}

.mx-3 {
  margin-right: 14px !important;
  margin-left: 14px !important;
}

.my-3 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.m-4 {
  margin: 21px 21px !important;
}

.mt-4 {
  margin-top: 21px !important;
}

.mr-4 {
  margin-right: 21px !important;
}

.mb-4, #event-info iframe, #microsite-info h3 {
  margin-bottom: 21px !important;
}

.ml-4 {
  margin-left: 21px !important;
}

.mx-4 {
  margin-right: 21px !important;
  margin-left: 21px !important;
}

.my-4 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.m-5 {
  margin: 42px 42px !important;
}

.mt-5 {
  margin-top: 42px !important;
}

.mr-5 {
  margin-right: 42px !important;
}

.mb-5, #razz-clubs-list > div:last-child {
  margin-bottom: 42px !important;
}

.ml-5 {
  margin-left: 42px !important;
}

.mx-5 {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.my-5 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.m-home {
  margin: 32px 32px !important;
}

.mt-home {
  margin-top: 32px !important;
}

.mr-home {
  margin-right: 32px !important;
}

.mb-home {
  margin-bottom: 32px !important;
}

.ml-home {
  margin-left: 32px !important;
}

.mx-home {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.my-home {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

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

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

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

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

.pl-0, #razz-events .infoRazzEvents ul.blueEvents li:last-child:after, #clients ul li:last-child:after {
  padding-left: 0 !important;
}

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

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

.p-1 {
  padding: 3.5px 3.5px !important;
}

.pt-1 {
  padding-top: 3.5px !important;
}

.pr-1 {
  padding-right: 3.5px !important;
}

.pb-1 {
  padding-bottom: 3.5px !important;
}

.pl-1 {
  padding-left: 3.5px !important;
}

.px-1 {
  padding-right: 3.5px !important;
  padding-left: 3.5px !important;
}

.py-1, #events-calendar .datepicker-days table .dow, #events-calendar .datepicker-days table .day {
  padding-top: 3.5px !important;
  padding-bottom: 3.5px !important;
}

.p-2 {
  padding: 7px 7px !important;
}

.pt-2 {
  padding-top: 7px !important;
}

.pr-2 {
  padding-right: 7px !important;
}

.pb-2 {
  padding-bottom: 7px !important;
}

.pl-2 {
  padding-left: 7px !important;
}

.px-2, #events-calendar .datepicker-days table .dow, #events-calendar .datepicker-days table .day {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.py-2, #events-calendar .datepicker-days table .datepicker-switch, .info_page .info-submenu nav li a {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.p-3 {
  padding: 14px 14px !important;
}

.pt-3 {
  padding-top: 14px !important;
}

.pr-3, .info_page .info-submenu nav li:nth-child(odd), #razz-events .infoRazzEvents ul.blueEvents li, #clients ul li {
  padding-right: 14px !important;
}

.pb-3 {
  padding-bottom: 14px !important;
}

.pl-3, #razz-events .infoRazzEvents ul.blueEvents li:after, #clients ul li:after {
  padding-left: 14px !important;
}

.px-3 {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.py-3 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.p-4 {
  padding: 21px 21px !important;
}

.pt-4 {
  padding-top: 21px !important;
}

.pr-4 {
  padding-right: 21px !important;
}

.pb-4 {
  padding-bottom: 21px !important;
}

.pl-4 {
  padding-left: 21px !important;
}

.px-4 {
  padding-right: 21px !important;
  padding-left: 21px !important;
}

.py-4 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.p-5 {
  padding: 42px 42px !important;
}

.pt-5 {
  padding-top: 42px !important;
}

.pr-5 {
  padding-right: 42px !important;
}

.pb-5 {
  padding-bottom: 42px !important;
}

.pl-5 {
  padding-left: 42px !important;
}

.px-5 {
  padding-right: 42px !important;
  padding-left: 42px !important;
}

.py-5 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.p-home {
  padding: 32px 32px !important;
}

.pt-home {
  padding-top: 32px !important;
}

.pr-home {
  padding-right: 32px !important;
}

.pb-home {
  padding-bottom: 32px !important;
}

.pl-home {
  padding-left: 32px !important;
}

.px-home {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py-home {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .m-xs-0 {
    margin: 0 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-xs-1 {
    margin-top: 3.5px !important;
  }
  .mr-xs-1 {
    margin-right: 3.5px !important;
  }
  .mb-xs-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-xs-1 {
    margin-left: 3.5px !important;
  }
  .mx-xs-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-xs-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-xs-2 {
    margin: 7px 7px !important;
  }
  .mt-xs-2 {
    margin-top: 7px !important;
  }
  .mr-xs-2 {
    margin-right: 7px !important;
  }
  .mb-xs-2 {
    margin-bottom: 7px !important;
  }
  .ml-xs-2 {
    margin-left: 7px !important;
  }
  .mx-xs-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-xs-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-xs-3 {
    margin: 14px 14px !important;
  }
  .mt-xs-3 {
    margin-top: 14px !important;
  }
  .mr-xs-3 {
    margin-right: 14px !important;
  }
  .mb-xs-3 {
    margin-bottom: 14px !important;
  }
  .ml-xs-3 {
    margin-left: 14px !important;
  }
  .mx-xs-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-xs-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-xs-4 {
    margin: 21px 21px !important;
  }
  .mt-xs-4 {
    margin-top: 21px !important;
  }
  .mr-xs-4 {
    margin-right: 21px !important;
  }
  .mb-xs-4 {
    margin-bottom: 21px !important;
  }
  .ml-xs-4 {
    margin-left: 21px !important;
  }
  .mx-xs-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-xs-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-xs-5 {
    margin: 42px 42px !important;
  }
  .mt-xs-5 {
    margin-top: 42px !important;
  }
  .mr-xs-5 {
    margin-right: 42px !important;
  }
  .mb-xs-5 {
    margin-bottom: 42px !important;
  }
  .ml-xs-5 {
    margin-left: 42px !important;
  }
  .mx-xs-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-xs-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-xs-home {
    margin: 32px 32px !important;
  }
  .mt-xs-home {
    margin-top: 32px !important;
  }
  .mr-xs-home {
    margin-right: 32px !important;
  }
  .mb-xs-home {
    margin-bottom: 32px !important;
  }
  .ml-xs-home {
    margin-left: 32px !important;
  }
  .mx-xs-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xs-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-xs-0 {
    padding: 0 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xs-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-xs-1 {
    padding-top: 3.5px !important;
  }
  .pr-xs-1 {
    padding-right: 3.5px !important;
  }
  .pb-xs-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-xs-1 {
    padding-left: 3.5px !important;
  }
  .px-xs-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-xs-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-xs-2 {
    padding: 7px 7px !important;
  }
  .pt-xs-2 {
    padding-top: 7px !important;
  }
  .pr-xs-2 {
    padding-right: 7px !important;
  }
  .pb-xs-2 {
    padding-bottom: 7px !important;
  }
  .pl-xs-2 {
    padding-left: 7px !important;
  }
  .px-xs-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-xs-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-xs-3 {
    padding: 14px 14px !important;
  }
  .pt-xs-3 {
    padding-top: 14px !important;
  }
  .pr-xs-3 {
    padding-right: 14px !important;
  }
  .pb-xs-3 {
    padding-bottom: 14px !important;
  }
  .pl-xs-3 {
    padding-left: 14px !important;
  }
  .px-xs-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-xs-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-xs-4 {
    padding: 21px 21px !important;
  }
  .pt-xs-4 {
    padding-top: 21px !important;
  }
  .pr-xs-4 {
    padding-right: 21px !important;
  }
  .pb-xs-4 {
    padding-bottom: 21px !important;
  }
  .pl-xs-4 {
    padding-left: 21px !important;
  }
  .px-xs-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-xs-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-xs-5 {
    padding: 42px 42px !important;
  }
  .pt-xs-5 {
    padding-top: 42px !important;
  }
  .pr-xs-5 {
    padding-right: 42px !important;
  }
  .pb-xs-5 {
    padding-bottom: 42px !important;
  }
  .pl-xs-5 {
    padding-left: 42px !important;
  }
  .px-xs-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-xs-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-xs-home {
    padding: 32px 32px !important;
  }
  .pt-xs-home {
    padding-top: 32px !important;
  }
  .pr-xs-home {
    padding-right: 32px !important;
  }
  .pb-xs-home {
    padding-bottom: 32px !important;
  }
  .pl-xs-home {
    padding-left: 32px !important;
  }
  .px-xs-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xs-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 410px) {
  .m-smm-0 {
    margin: 0 0 !important;
  }
  .mt-smm-0 {
    margin-top: 0 !important;
  }
  .mr-smm-0 {
    margin-right: 0 !important;
  }
  .mb-smm-0 {
    margin-bottom: 0 !important;
  }
  .ml-smm-0 {
    margin-left: 0 !important;
  }
  .mx-smm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-smm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-smm-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-smm-1 {
    margin-top: 3.5px !important;
  }
  .mr-smm-1 {
    margin-right: 3.5px !important;
  }
  .mb-smm-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-smm-1 {
    margin-left: 3.5px !important;
  }
  .mx-smm-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-smm-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-smm-2 {
    margin: 7px 7px !important;
  }
  .mt-smm-2 {
    margin-top: 7px !important;
  }
  .mr-smm-2 {
    margin-right: 7px !important;
  }
  .mb-smm-2 {
    margin-bottom: 7px !important;
  }
  .ml-smm-2 {
    margin-left: 7px !important;
  }
  .mx-smm-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-smm-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-smm-3 {
    margin: 14px 14px !important;
  }
  .mt-smm-3 {
    margin-top: 14px !important;
  }
  .mr-smm-3 {
    margin-right: 14px !important;
  }
  .mb-smm-3 {
    margin-bottom: 14px !important;
  }
  .ml-smm-3 {
    margin-left: 14px !important;
  }
  .mx-smm-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-smm-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-smm-4 {
    margin: 21px 21px !important;
  }
  .mt-smm-4 {
    margin-top: 21px !important;
  }
  .mr-smm-4 {
    margin-right: 21px !important;
  }
  .mb-smm-4 {
    margin-bottom: 21px !important;
  }
  .ml-smm-4 {
    margin-left: 21px !important;
  }
  .mx-smm-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-smm-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-smm-5 {
    margin: 42px 42px !important;
  }
  .mt-smm-5 {
    margin-top: 42px !important;
  }
  .mr-smm-5 {
    margin-right: 42px !important;
  }
  .mb-smm-5 {
    margin-bottom: 42px !important;
  }
  .ml-smm-5 {
    margin-left: 42px !important;
  }
  .mx-smm-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-smm-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-smm-home {
    margin: 32px 32px !important;
  }
  .mt-smm-home {
    margin-top: 32px !important;
  }
  .mr-smm-home {
    margin-right: 32px !important;
  }
  .mb-smm-home {
    margin-bottom: 32px !important;
  }
  .ml-smm-home {
    margin-left: 32px !important;
  }
  .mx-smm-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-smm-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-smm-0 {
    padding: 0 0 !important;
  }
  .pt-smm-0 {
    padding-top: 0 !important;
  }
  .pr-smm-0 {
    padding-right: 0 !important;
  }
  .pb-smm-0 {
    padding-bottom: 0 !important;
  }
  .pl-smm-0 {
    padding-left: 0 !important;
  }
  .px-smm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-smm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-smm-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-smm-1 {
    padding-top: 3.5px !important;
  }
  .pr-smm-1 {
    padding-right: 3.5px !important;
  }
  .pb-smm-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-smm-1 {
    padding-left: 3.5px !important;
  }
  .px-smm-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-smm-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-smm-2 {
    padding: 7px 7px !important;
  }
  .pt-smm-2 {
    padding-top: 7px !important;
  }
  .pr-smm-2 {
    padding-right: 7px !important;
  }
  .pb-smm-2 {
    padding-bottom: 7px !important;
  }
  .pl-smm-2 {
    padding-left: 7px !important;
  }
  .px-smm-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-smm-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-smm-3 {
    padding: 14px 14px !important;
  }
  .pt-smm-3 {
    padding-top: 14px !important;
  }
  .pr-smm-3 {
    padding-right: 14px !important;
  }
  .pb-smm-3 {
    padding-bottom: 14px !important;
  }
  .pl-smm-3 {
    padding-left: 14px !important;
  }
  .px-smm-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-smm-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-smm-4 {
    padding: 21px 21px !important;
  }
  .pt-smm-4 {
    padding-top: 21px !important;
  }
  .pr-smm-4 {
    padding-right: 21px !important;
  }
  .pb-smm-4 {
    padding-bottom: 21px !important;
  }
  .pl-smm-4 {
    padding-left: 21px !important;
  }
  .px-smm-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-smm-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-smm-5 {
    padding: 42px 42px !important;
  }
  .pt-smm-5 {
    padding-top: 42px !important;
  }
  .pr-smm-5 {
    padding-right: 42px !important;
  }
  .pb-smm-5 {
    padding-bottom: 42px !important;
  }
  .pl-smm-5 {
    padding-left: 42px !important;
  }
  .px-smm-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-smm-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-smm-home {
    padding: 32px 32px !important;
  }
  .pt-smm-home {
    padding-top: 32px !important;
  }
  .pr-smm-home {
    padding-right: 32px !important;
  }
  .pb-smm-home {
    padding-bottom: 32px !important;
  }
  .pl-smm-home {
    padding-left: 32px !important;
  }
  .px-smm-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-smm-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-smm-auto {
    margin: auto !important;
  }
  .mt-smm-auto {
    margin-top: auto !important;
  }
  .mr-smm-auto {
    margin-right: auto !important;
  }
  .mb-smm-auto {
    margin-bottom: auto !important;
  }
  .ml-smm-auto {
    margin-left: auto !important;
  }
  .mx-smm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-smm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 599px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-sm-1 {
    margin-top: 3.5px !important;
  }
  .mr-sm-1 {
    margin-right: 3.5px !important;
  }
  .mb-sm-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-sm-1 {
    margin-left: 3.5px !important;
  }
  .mx-sm-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-sm-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-sm-2 {
    margin: 7px 7px !important;
  }
  .mt-sm-2 {
    margin-top: 7px !important;
  }
  .mr-sm-2 {
    margin-right: 7px !important;
  }
  .mb-sm-2 {
    margin-bottom: 7px !important;
  }
  .ml-sm-2 {
    margin-left: 7px !important;
  }
  .mx-sm-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-sm-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-sm-3 {
    margin: 14px 14px !important;
  }
  .mt-sm-3 {
    margin-top: 14px !important;
  }
  .mr-sm-3 {
    margin-right: 14px !important;
  }
  .mb-sm-3 {
    margin-bottom: 14px !important;
  }
  .ml-sm-3 {
    margin-left: 14px !important;
  }
  .mx-sm-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-sm-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-sm-4 {
    margin: 21px 21px !important;
  }
  .mt-sm-4 {
    margin-top: 21px !important;
  }
  .mr-sm-4 {
    margin-right: 21px !important;
  }
  .mb-sm-4 {
    margin-bottom: 21px !important;
  }
  .ml-sm-4 {
    margin-left: 21px !important;
  }
  .mx-sm-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-sm-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-sm-5 {
    margin: 42px 42px !important;
  }
  .mt-sm-5 {
    margin-top: 42px !important;
  }
  .mr-sm-5 {
    margin-right: 42px !important;
  }
  .mb-sm-5 {
    margin-bottom: 42px !important;
  }
  .ml-sm-5 {
    margin-left: 42px !important;
  }
  .mx-sm-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-sm-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-sm-home {
    margin: 32px 32px !important;
  }
  .mt-sm-home {
    margin-top: 32px !important;
  }
  .mr-sm-home {
    margin-right: 32px !important;
  }
  .mb-sm-home {
    margin-bottom: 32px !important;
  }
  .ml-sm-home {
    margin-left: 32px !important;
  }
  .mx-sm-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-sm-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-sm-1 {
    padding-top: 3.5px !important;
  }
  .pr-sm-1 {
    padding-right: 3.5px !important;
  }
  .pb-sm-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-sm-1 {
    padding-left: 3.5px !important;
  }
  .px-sm-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-sm-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-sm-2 {
    padding: 7px 7px !important;
  }
  .pt-sm-2 {
    padding-top: 7px !important;
  }
  .pr-sm-2 {
    padding-right: 7px !important;
  }
  .pb-sm-2 {
    padding-bottom: 7px !important;
  }
  .pl-sm-2 {
    padding-left: 7px !important;
  }
  .px-sm-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-sm-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-sm-3 {
    padding: 14px 14px !important;
  }
  .pt-sm-3 {
    padding-top: 14px !important;
  }
  .pr-sm-3 {
    padding-right: 14px !important;
  }
  .pb-sm-3 {
    padding-bottom: 14px !important;
  }
  .pl-sm-3 {
    padding-left: 14px !important;
  }
  .px-sm-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-sm-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-sm-4 {
    padding: 21px 21px !important;
  }
  .pt-sm-4 {
    padding-top: 21px !important;
  }
  .pr-sm-4 {
    padding-right: 21px !important;
  }
  .pb-sm-4 {
    padding-bottom: 21px !important;
  }
  .pl-sm-4 {
    padding-left: 21px !important;
  }
  .px-sm-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-sm-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-sm-5 {
    padding: 42px 42px !important;
  }
  .pt-sm-5 {
    padding-top: 42px !important;
  }
  .pr-sm-5 {
    padding-right: 42px !important;
  }
  .pb-sm-5 {
    padding-bottom: 42px !important;
  }
  .pl-sm-5 {
    padding-left: 42px !important;
  }
  .px-sm-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-sm-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-sm-home {
    padding: 32px 32px !important;
  }
  .pt-sm-home {
    padding-top: 32px !important;
  }
  .pr-sm-home {
    padding-right: 32px !important;
  }
  .pb-sm-home {
    padding-bottom: 32px !important;
  }
  .pl-sm-home {
    padding-left: 32px !important;
  }
  .px-sm-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 767px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0, .info_page .info-submenu nav li {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, #riders ul > li ul li:nth-child(2), #riders ul > li ul li:nth-child(3) {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-md-1 {
    margin-top: 3.5px !important;
  }
  .mr-md-1 {
    margin-right: 3.5px !important;
  }
  .mb-md-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-md-1 {
    margin-left: 3.5px !important;
  }
  .mx-md-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-md-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-md-2 {
    margin: 7px 7px !important;
  }
  .mt-md-2 {
    margin-top: 7px !important;
  }
  .mr-md-2 {
    margin-right: 7px !important;
  }
  .mb-md-2 {
    margin-bottom: 7px !important;
  }
  .ml-md-2 {
    margin-left: 7px !important;
  }
  .mx-md-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-md-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-md-3 {
    margin: 14px 14px !important;
  }
  .mt-md-3 {
    margin-top: 14px !important;
  }
  .mr-md-3 {
    margin-right: 14px !important;
  }
  .mb-md-3 {
    margin-bottom: 14px !important;
  }
  .ml-md-3 {
    margin-left: 14px !important;
  }
  .mx-md-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-md-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-md-4 {
    margin: 21px 21px !important;
  }
  .mt-md-4 {
    margin-top: 21px !important;
  }
  .mr-md-4, #razz-events .type-event li {
    margin-right: 21px !important;
  }
  .mb-md-4 {
    margin-bottom: 21px !important;
  }
  .ml-md-4, #razz-events .type-event li:first-child {
    margin-left: 21px !important;
  }
  .mx-md-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-md-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-md-5 {
    margin: 42px 42px !important;
  }
  .mt-md-5 {
    margin-top: 42px !important;
  }
  .mr-md-5 {
    margin-right: 42px !important;
  }
  .mb-md-5 {
    margin-bottom: 42px !important;
  }
  .ml-md-5 {
    margin-left: 42px !important;
  }
  .mx-md-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-md-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-md-home {
    margin: 32px 32px !important;
  }
  .mt-md-home {
    margin-top: 32px !important;
  }
  .mr-md-home {
    margin-right: 32px !important;
  }
  .mb-md-home {
    margin-bottom: 32px !important;
  }
  .ml-md-home {
    margin-left: 32px !important;
  }
  .mx-md-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-md-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .info_page .info-submenu nav li:last-child {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-md-1 {
    padding-top: 3.5px !important;
  }
  .pr-md-1 {
    padding-right: 3.5px !important;
  }
  .pb-md-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-md-1 {
    padding-left: 3.5px !important;
  }
  .px-md-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-md-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-md-2 {
    padding: 7px 7px !important;
  }
  .pt-md-2 {
    padding-top: 7px !important;
  }
  .pr-md-2, .info_page .info-submenu nav li, .info_page .info-submenu nav li:nth-child(odd), .info_page .info-submenu nav li:last-child {
    padding-right: 7px !important;
  }
  .pb-md-2 {
    padding-bottom: 7px !important;
  }
  .pl-md-2 {
    padding-left: 7px !important;
  }
  .px-md-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-md-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-md-3 {
    padding: 14px 14px !important;
  }
  .pt-md-3 {
    padding-top: 14px !important;
  }
  .pr-md-3 {
    padding-right: 14px !important;
  }
  .pb-md-3 {
    padding-bottom: 14px !important;
  }
  .pl-md-3 {
    padding-left: 14px !important;
  }
  .px-md-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-md-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-md-4 {
    padding: 21px 21px !important;
  }
  .pt-md-4 {
    padding-top: 21px !important;
  }
  .pr-md-4 {
    padding-right: 21px !important;
  }
  .pb-md-4 {
    padding-bottom: 21px !important;
  }
  .pl-md-4 {
    padding-left: 21px !important;
  }
  .px-md-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-md-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-md-5 {
    padding: 42px 42px !important;
  }
  .pt-md-5 {
    padding-top: 42px !important;
  }
  .pr-md-5 {
    padding-right: 42px !important;
  }
  .pb-md-5 {
    padding-bottom: 42px !important;
  }
  .pl-md-5 {
    padding-left: 42px !important;
  }
  .px-md-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-md-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-md-home {
    padding: 32px 32px !important;
  }
  .pt-md-home {
    padding-top: 32px !important;
  }
  .pr-md-home {
    padding-right: 32px !important;
  }
  .pb-md-home {
    padding-bottom: 32px !important;
  }
  .pl-md-home {
    padding-left: 32px !important;
  }
  .px-md-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 948px) {
  .m-mmd-0 {
    margin: 0 0 !important;
  }
  .mt-mmd-0 {
    margin-top: 0 !important;
  }
  .mr-mmd-0 {
    margin-right: 0 !important;
  }
  .mb-mmd-0 {
    margin-bottom: 0 !important;
  }
  .ml-mmd-0 {
    margin-left: 0 !important;
  }
  .mx-mmd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-mmd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-mmd-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-mmd-1 {
    margin-top: 3.5px !important;
  }
  .mr-mmd-1 {
    margin-right: 3.5px !important;
  }
  .mb-mmd-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-mmd-1 {
    margin-left: 3.5px !important;
  }
  .mx-mmd-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-mmd-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-mmd-2 {
    margin: 7px 7px !important;
  }
  .mt-mmd-2 {
    margin-top: 7px !important;
  }
  .mr-mmd-2 {
    margin-right: 7px !important;
  }
  .mb-mmd-2 {
    margin-bottom: 7px !important;
  }
  .ml-mmd-2 {
    margin-left: 7px !important;
  }
  .mx-mmd-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-mmd-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-mmd-3 {
    margin: 14px 14px !important;
  }
  .mt-mmd-3 {
    margin-top: 14px !important;
  }
  .mr-mmd-3 {
    margin-right: 14px !important;
  }
  .mb-mmd-3 {
    margin-bottom: 14px !important;
  }
  .ml-mmd-3 {
    margin-left: 14px !important;
  }
  .mx-mmd-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-mmd-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-mmd-4 {
    margin: 21px 21px !important;
  }
  .mt-mmd-4 {
    margin-top: 21px !important;
  }
  .mr-mmd-4 {
    margin-right: 21px !important;
  }
  .mb-mmd-4 {
    margin-bottom: 21px !important;
  }
  .ml-mmd-4 {
    margin-left: 21px !important;
  }
  .mx-mmd-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-mmd-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-mmd-5 {
    margin: 42px 42px !important;
  }
  .mt-mmd-5 {
    margin-top: 42px !important;
  }
  .mr-mmd-5 {
    margin-right: 42px !important;
  }
  .mb-mmd-5 {
    margin-bottom: 42px !important;
  }
  .ml-mmd-5 {
    margin-left: 42px !important;
  }
  .mx-mmd-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-mmd-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-mmd-home {
    margin: 32px 32px !important;
  }
  .mt-mmd-home {
    margin-top: 32px !important;
  }
  .mr-mmd-home {
    margin-right: 32px !important;
  }
  .mb-mmd-home {
    margin-bottom: 32px !important;
  }
  .ml-mmd-home {
    margin-left: 32px !important;
  }
  .mx-mmd-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-mmd-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-mmd-0 {
    padding: 0 0 !important;
  }
  .pt-mmd-0 {
    padding-top: 0 !important;
  }
  .pr-mmd-0 {
    padding-right: 0 !important;
  }
  .pb-mmd-0 {
    padding-bottom: 0 !important;
  }
  .pl-mmd-0 {
    padding-left: 0 !important;
  }
  .px-mmd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-mmd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-mmd-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-mmd-1 {
    padding-top: 3.5px !important;
  }
  .pr-mmd-1 {
    padding-right: 3.5px !important;
  }
  .pb-mmd-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-mmd-1 {
    padding-left: 3.5px !important;
  }
  .px-mmd-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-mmd-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-mmd-2 {
    padding: 7px 7px !important;
  }
  .pt-mmd-2 {
    padding-top: 7px !important;
  }
  .pr-mmd-2 {
    padding-right: 7px !important;
  }
  .pb-mmd-2 {
    padding-bottom: 7px !important;
  }
  .pl-mmd-2 {
    padding-left: 7px !important;
  }
  .px-mmd-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-mmd-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-mmd-3 {
    padding: 14px 14px !important;
  }
  .pt-mmd-3 {
    padding-top: 14px !important;
  }
  .pr-mmd-3 {
    padding-right: 14px !important;
  }
  .pb-mmd-3 {
    padding-bottom: 14px !important;
  }
  .pl-mmd-3 {
    padding-left: 14px !important;
  }
  .px-mmd-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-mmd-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-mmd-4 {
    padding: 21px 21px !important;
  }
  .pt-mmd-4 {
    padding-top: 21px !important;
  }
  .pr-mmd-4 {
    padding-right: 21px !important;
  }
  .pb-mmd-4 {
    padding-bottom: 21px !important;
  }
  .pl-mmd-4 {
    padding-left: 21px !important;
  }
  .px-mmd-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-mmd-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-mmd-5 {
    padding: 42px 42px !important;
  }
  .pt-mmd-5 {
    padding-top: 42px !important;
  }
  .pr-mmd-5 {
    padding-right: 42px !important;
  }
  .pb-mmd-5 {
    padding-bottom: 42px !important;
  }
  .pl-mmd-5 {
    padding-left: 42px !important;
  }
  .px-mmd-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-mmd-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-mmd-home {
    padding: 32px 32px !important;
  }
  .pt-mmd-home {
    padding-top: 32px !important;
  }
  .pr-mmd-home {
    padding-right: 32px !important;
  }
  .pb-mmd-home {
    padding-bottom: 32px !important;
  }
  .pl-mmd-home {
    padding-left: 32px !important;
  }
  .px-mmd-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-mmd-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-mmd-auto {
    margin: auto !important;
  }
  .mt-mmd-auto {
    margin-top: auto !important;
  }
  .mr-mmd-auto {
    margin-right: auto !important;
  }
  .mb-mmd-auto {
    margin-bottom: auto !important;
  }
  .ml-mmd-auto {
    margin-left: auto !important;
  }
  .mx-mmd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mmd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1199px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-lg-1 {
    margin-top: 3.5px !important;
  }
  .mr-lg-1 {
    margin-right: 3.5px !important;
  }
  .mb-lg-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-lg-1 {
    margin-left: 3.5px !important;
  }
  .mx-lg-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-lg-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-lg-2 {
    margin: 7px 7px !important;
  }
  .mt-lg-2 {
    margin-top: 7px !important;
  }
  .mr-lg-2 {
    margin-right: 7px !important;
  }
  .mb-lg-2 {
    margin-bottom: 7px !important;
  }
  .ml-lg-2 {
    margin-left: 7px !important;
  }
  .mx-lg-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-lg-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-lg-3 {
    margin: 14px 14px !important;
  }
  .mt-lg-3 {
    margin-top: 14px !important;
  }
  .mr-lg-3 {
    margin-right: 14px !important;
  }
  .mb-lg-3 {
    margin-bottom: 14px !important;
  }
  .ml-lg-3 {
    margin-left: 14px !important;
  }
  .mx-lg-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-lg-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-lg-4 {
    margin: 21px 21px !important;
  }
  .mt-lg-4 {
    margin-top: 21px !important;
  }
  .mr-lg-4 {
    margin-right: 21px !important;
  }
  .mb-lg-4 {
    margin-bottom: 21px !important;
  }
  .ml-lg-4 {
    margin-left: 21px !important;
  }
  .mx-lg-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-lg-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-lg-5 {
    margin: 42px 42px !important;
  }
  .mt-lg-5 {
    margin-top: 42px !important;
  }
  .mr-lg-5 {
    margin-right: 42px !important;
  }
  .mb-lg-5 {
    margin-bottom: 42px !important;
  }
  .ml-lg-5 {
    margin-left: 42px !important;
  }
  .mx-lg-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-lg-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-lg-home {
    margin: 32px 32px !important;
  }
  .mt-lg-home {
    margin-top: 32px !important;
  }
  .mr-lg-home {
    margin-right: 32px !important;
  }
  .mb-lg-home {
    margin-bottom: 32px !important;
  }
  .ml-lg-home {
    margin-left: 32px !important;
  }
  .mx-lg-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-lg-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-lg-1 {
    padding-top: 3.5px !important;
  }
  .pr-lg-1 {
    padding-right: 3.5px !important;
  }
  .pb-lg-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-lg-1 {
    padding-left: 3.5px !important;
  }
  .px-lg-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-lg-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-lg-2 {
    padding: 7px 7px !important;
  }
  .pt-lg-2 {
    padding-top: 7px !important;
  }
  .pr-lg-2 {
    padding-right: 7px !important;
  }
  .pb-lg-2 {
    padding-bottom: 7px !important;
  }
  .pl-lg-2 {
    padding-left: 7px !important;
  }
  .px-lg-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-lg-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-lg-3 {
    padding: 14px 14px !important;
  }
  .pt-lg-3 {
    padding-top: 14px !important;
  }
  .pr-lg-3, .info_page .info-submenu nav li, .info_page .info-submenu nav li:nth-child(odd) {
    padding-right: 14px !important;
  }
  .pb-lg-3 {
    padding-bottom: 14px !important;
  }
  .pl-lg-3 {
    padding-left: 14px !important;
  }
  .px-lg-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-lg-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-lg-4 {
    padding: 21px 21px !important;
  }
  .pt-lg-4 {
    padding-top: 21px !important;
  }
  .pr-lg-4 {
    padding-right: 21px !important;
  }
  .pb-lg-4 {
    padding-bottom: 21px !important;
  }
  .pl-lg-4 {
    padding-left: 21px !important;
  }
  .px-lg-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-lg-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-lg-5 {
    padding: 42px 42px !important;
  }
  .pt-lg-5 {
    padding-top: 42px !important;
  }
  .pr-lg-5 {
    padding-right: 42px !important;
  }
  .pb-lg-5 {
    padding-bottom: 42px !important;
  }
  .pl-lg-5 {
    padding-left: 42px !important;
  }
  .px-lg-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-lg-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-lg-home {
    padding: 32px 32px !important;
  }
  .pt-lg-home {
    padding-top: 32px !important;
  }
  .pr-lg-home {
    padding-right: 32px !important;
  }
  .pb-lg-home {
    padding-bottom: 32px !important;
  }
  .pl-lg-home {
    padding-left: 32px !important;
  }
  .px-lg-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1399px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 3.5px 3.5px !important;
  }
  .mt-xl-1 {
    margin-top: 3.5px !important;
  }
  .mr-xl-1 {
    margin-right: 3.5px !important;
  }
  .mb-xl-1 {
    margin-bottom: 3.5px !important;
  }
  .ml-xl-1 {
    margin-left: 3.5px !important;
  }
  .mx-xl-1 {
    margin-right: 3.5px !important;
    margin-left: 3.5px !important;
  }
  .my-xl-1 {
    margin-top: 3.5px !important;
    margin-bottom: 3.5px !important;
  }
  .m-xl-2 {
    margin: 7px 7px !important;
  }
  .mt-xl-2 {
    margin-top: 7px !important;
  }
  .mr-xl-2 {
    margin-right: 7px !important;
  }
  .mb-xl-2 {
    margin-bottom: 7px !important;
  }
  .ml-xl-2 {
    margin-left: 7px !important;
  }
  .mx-xl-2 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .my-xl-2 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .m-xl-3 {
    margin: 14px 14px !important;
  }
  .mt-xl-3 {
    margin-top: 14px !important;
  }
  .mr-xl-3 {
    margin-right: 14px !important;
  }
  .mb-xl-3 {
    margin-bottom: 14px !important;
  }
  .ml-xl-3 {
    margin-left: 14px !important;
  }
  .mx-xl-3 {
    margin-right: 14px !important;
    margin-left: 14px !important;
  }
  .my-xl-3 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .m-xl-4 {
    margin: 21px 21px !important;
  }
  .mt-xl-4 {
    margin-top: 21px !important;
  }
  .mr-xl-4 {
    margin-right: 21px !important;
  }
  .mb-xl-4 {
    margin-bottom: 21px !important;
  }
  .ml-xl-4 {
    margin-left: 21px !important;
  }
  .mx-xl-4 {
    margin-right: 21px !important;
    margin-left: 21px !important;
  }
  .my-xl-4 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .m-xl-5 {
    margin: 42px 42px !important;
  }
  .mt-xl-5 {
    margin-top: 42px !important;
  }
  .mr-xl-5 {
    margin-right: 42px !important;
  }
  .mb-xl-5 {
    margin-bottom: 42px !important;
  }
  .ml-xl-5 {
    margin-left: 42px !important;
  }
  .mx-xl-5 {
    margin-right: 42px !important;
    margin-left: 42px !important;
  }
  .my-xl-5 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .m-xl-home {
    margin: 32px 32px !important;
  }
  .mt-xl-home {
    margin-top: 32px !important;
  }
  .mr-xl-home {
    margin-right: 32px !important;
  }
  .mb-xl-home {
    margin-bottom: 32px !important;
  }
  .ml-xl-home {
    margin-left: 32px !important;
  }
  .mx-xl-home {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xl-home {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 3.5px 3.5px !important;
  }
  .pt-xl-1 {
    padding-top: 3.5px !important;
  }
  .pr-xl-1 {
    padding-right: 3.5px !important;
  }
  .pb-xl-1 {
    padding-bottom: 3.5px !important;
  }
  .pl-xl-1 {
    padding-left: 3.5px !important;
  }
  .px-xl-1 {
    padding-right: 3.5px !important;
    padding-left: 3.5px !important;
  }
  .py-xl-1 {
    padding-top: 3.5px !important;
    padding-bottom: 3.5px !important;
  }
  .p-xl-2 {
    padding: 7px 7px !important;
  }
  .pt-xl-2 {
    padding-top: 7px !important;
  }
  .pr-xl-2 {
    padding-right: 7px !important;
  }
  .pb-xl-2 {
    padding-bottom: 7px !important;
  }
  .pl-xl-2 {
    padding-left: 7px !important;
  }
  .px-xl-2 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .py-xl-2 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .p-xl-3 {
    padding: 14px 14px !important;
  }
  .pt-xl-3 {
    padding-top: 14px !important;
  }
  .pr-xl-3 {
    padding-right: 14px !important;
  }
  .pb-xl-3 {
    padding-bottom: 14px !important;
  }
  .pl-xl-3 {
    padding-left: 14px !important;
  }
  .px-xl-3 {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
  .py-xl-3 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .p-xl-4 {
    padding: 21px 21px !important;
  }
  .pt-xl-4 {
    padding-top: 21px !important;
  }
  .pr-xl-4 {
    padding-right: 21px !important;
  }
  .pb-xl-4 {
    padding-bottom: 21px !important;
  }
  .pl-xl-4 {
    padding-left: 21px !important;
  }
  .px-xl-4 {
    padding-right: 21px !important;
    padding-left: 21px !important;
  }
  .py-xl-4 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .p-xl-5 {
    padding: 42px 42px !important;
  }
  .pt-xl-5 {
    padding-top: 42px !important;
  }
  .pr-xl-5 {
    padding-right: 42px !important;
  }
  .pb-xl-5 {
    padding-bottom: 42px !important;
  }
  .pl-xl-5 {
    padding-left: 42px !important;
  }
  .px-xl-5 {
    padding-right: 42px !important;
    padding-left: 42px !important;
  }
  .py-xl-5 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .p-xl-home {
    padding: 32px 32px !important;
  }
  .pt-xl-home {
    padding-top: 32px !important;
  }
  .pr-xl-home {
    padding-right: 32px !important;
  }
  .pb-xl-home {
    padding-bottom: 32px !important;
  }
  .pl-xl-home {
    padding-left: 32px !important;
  }
  .px-xl-home {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xl-home {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !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, .info_page .info-submenu nav li a, #razz-events .infoRazzEvents ul.blueEvents li, #clients ul li {
  text-align: center !important;
}

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

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

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

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

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

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

@media (min-width: 1399px) {
  .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, .ui-datepicker .ui-datepicker-header, .info_page .info-submenu nav li a {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xxs-up {
  display: none !important;
}

@media (max-width: 320px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media (min-width: 321px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 409px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 410px) {
  .hidden-smm-up {
    display: none !important;
  }
}

@media (max-width: 598px) {
  .hidden-smm-down {
    display: none !important;
  }
}

@media (min-width: 599px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 766px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .hidden-md-up, #spaces .owl-dots, #party .owl-dots {
    display: none !important;
  }
}

@media (max-width: 947px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 948px) {
  .hidden-mmd-up {
    display: none !important;
  }
}

@media (max-width: 1198px) {
  .hidden-mmd-down {
    display: none !important;
  }
}

@media (min-width: 1199px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1398px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1399px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

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

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

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

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

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

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
  }
}

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.icon, .gral-btn.ico-agenda, .gral-btn.ico-map, .gral-btn.ico-ticket, .gral-btn.ico-location, .gral-btn.ico-music, .gral-btn.ico-microsite, .gral-btn.ico-calendar, .gral-btn.ico-share, .gral-btn.ico-gallery, .gral-btn.ico-tour, .gral-btn.ico-load, .gral-btn.ico-facebook, .gral-btn.ico-instagram, .gral-btn.ico-mixcloud, .gral-btn.ico-soundcloud, .gral-btn.ico-residentadvisor, .gral-btn.ico-twitter, .gral-btn.ico-youtube, .gral-btn.ico-spotify, .gral-btn.ico-pedestrian, .gral-btn.ico-car, .gral-btn.ico-train, .gral-btn.ico-search, .gral-btn.ico-etc, .gral-btn.ico-back, .gral-btn.ico-forward, .gral-btn.ico-cross, .gral-btn.ico-dmenu, .gral-btn.ico-agenda-small, .gral-btn.ico-playmoss, .gral-btn.ico-print, .gral-btn.ico-download, .gral-btn.ico-devicesend, .gral-btn.ico-cross-bg, .gral-btn.ico-facebook-add, .gral-btn.ico-residentadvisor-add, .gral-btn.ico-newsletter, .gral-btn.ico-webbookmark, .gral-btn.ico-reload, .gral-btn.ico-whatsapp, .gral-btn.ico-plays, .gral-btn.ico-lastplay, .gral-btn.ico-lastadded, .gral-btn.ico-seats, .gral-btn.ico-tables, .gral-btn.ico-stand, .gral-btn.ico-space, .agenda-typevent.time::before, .agenda-typevent.green .time::before, .agenda-typevent.pink .time::before, .carousel-element .owl-prev, .carousel-element .owl-next, #events-calendar .datepicker-days table .prev, #events-calendar .datepicker-days table .next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next, #footer .first-row .newsletter .btn-submit, .main-footer .newsletter input[type=submit], .search-box input, .main-events-info .place-event-main p.club::before, .main-events-info .place-event-main p.sala::before, .main-events-info .place-event-main p.none::before, [class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Razzicons", "Roboto Condensed", serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-space, .gral-btn.ico-space:before {
  content: "\E92A";
}

.icon-space-direct::before {
  content: "\E92A";
}

.icon-stand, .gral-btn.ico-stand:before {
  content: "\E92B";
}

.icon-stand-direct::before {
  content: "\E92B";
}

.icon-tables, .gral-btn.ico-tables:before {
  content: "\E92C";
}

.icon-tables-direct::before {
  content: "\E92C";
}

.icon-seats, .gral-btn.ico-seats:before {
  content: "\E92D";
}

.icon-seats-direct::before {
  content: "\E92D";
}

.icon-added, .gral-btn.ico-lastadded:before {
  content: "\E927";
}

.icon-added-direct::before {
  content: "\E927";
}

.icon-lastplay, .gral-btn.ico-lastplay:before {
  content: "\E928";
}

.icon-lastplay-direct::before {
  content: "\E928";
}

.icon-headphones, .gral-btn.ico-plays:before {
  content: "\E929";
}

.icon-headphones-direct::before {
  content: "\E929";
}

.icon-whatsapp, .gral-btn.ico-whatsapp:before {
  content: "\E926";
}

.icon-whatsapp-direct::before {
  content: "\E926";
}

.icon-reload, .gral-btn.ico-reload:before {
  content: "\E925";
}

.icon-reload-direct::before {
  content: "\E925";
}

.icon-envelope, .gral-btn.ico-newsletter:before {
  content: "\E923";
}

.icon-envelope-direct::before {
  content: "\E923";
}

.icon-facebook-add, .gral-btn.ico-facebook-add:before {
  content: "\E922";
}

.icon-facebook-add-direct::before {
  content: "\E922";
}

.icon-cross-bg, .gral-btn.ico-cross-bg:before {
  content: "\E909";
}

.icon-cross-bg-direct::before {
  content: "\E909";
}

.icon-razz2, .main-events-info .place-event-main p.sala::before {
  content: "\E920";
}

.icon-razz2-direct::before {
  content: "\E920";
}

.icon-razz, .main-events-info .place-event-main p.club::before {
  content: "\E91F";
}

.icon-razz-direct::before {
  content: "\E91F";
}

.icon-soundcloud, .gral-btn.ico-soundcloud:before {
  content: "\E91E";
}

.icon-soundcloud-direct::before {
  content: "\E91E";
}

.icon-devicesend, .gral-btn.ico-devicesend:before {
  content: "\E91D";
}

.icon-devicesend-direct::before {
  content: "\E91D";
}

.icon-download, .gral-btn.ico-download:before {
  content: "\E91C";
}

.icon-download-direct::before {
  content: "\E91C";
}

.icon-print, .gral-btn.ico-print:before {
  content: "\E91B";
}

.icon-print-direct::before {
  content: "\E91B";
}

.icon-agenda-small, .gral-btn.ico-agenda-small:before {
  content: "\E919";
}

.icon-agenda-small-direct::before {
  content: "\E919";
}

.icon-playmoss, .gral-btn.ico-playmoss:before {
  content: "\E91A";
}

.icon-playmoss-direct::before {
  content: "\E91A";
}

.icon-mixcloud, .gral-btn.ico-mixcloud:before {
  content: "\E900";
}

.icon-mixcloud-direct::before {
  content: "\E900";
}

.icon-etc, .gral-btn.ico-etc:before {
  content: "\E901";
}

.icon-etc-direct::before {
  content: "\E901";
}

.icon-residentadvisor, .gral-btn.ico-residentadvisor:before, .gral-btn.ico-residentadvisor-add:before {
  content: "\E902";
}

.icon-residentadvisor-direct::before {
  content: "\E902";
}

.icon-share, .gral-btn.ico-share:before {
  content: "\E903";
}

.icon-share-direct::before {
  content: "\E903";
}

.icon-triarrow-right {
  content: "\E904";
}

.icon-triarrow-right-direct::before {
  content: "\E904";
}

.icon-home {
  content: "\E905";
}

.icon-home-direct::before {
  content: "\E905";
}

.icon-tickets, .gral-btn.ico-ticket:before {
  content: "\E906";
}

.icon-tickets-direct::before {
  content: "\E906";
}

.icon-arrow-left, .gral-btn.ico-back:before, .carousel-element .owl-prev:before, #events-calendar .datepicker-days table .prev:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\E907";
}

.icon-arrow-left-direct::before {
  content: "\E907";
}

.icon-arrow-right, .gral-btn.ico-forward:before, .carousel-element .owl-next:before, #events-calendar .datepicker-days table .next:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\E908";
}

.icon-arrow-right-direct::before {
  content: "\E908";
}

.icon-hamburger, .gral-btn.ico-dmenu:before {
  content: "\E921";
}

.icon-hamburger-direct::before {
  content: "\E921";
}

.icon-location, .gral-btn.ico-location:before {
  content: "\E90A";
}

.icon-location-direct::before {
  content: "\E90A";
}

.icon-music, .gral-btn.ico-music:before {
  content: "\E90B";
}

.icon-music-direct::before {
  content: "\E90B";
}

.icon-magglass, .gral-btn.ico-load:before, .gral-btn.ico-search:before {
  content: "\E90C";
}

.icon-magglass-direct::before {
  content: "\E90C";
}

.icon-agenda, .gral-btn.ico-agenda:before, .gral-btn.ico-microsite:before, .gral-btn.ico-calendar:before, .gral-btn.ico-gallery:before, .gral-btn.ico-tour:before {
  content: "\E90D";
}

.icon-agenda-direct::before {
  content: "\E90D";
}

.icon-pedestrian, .gral-btn.ico-pedestrian:before {
  content: "\E90E";
}

.icon-pedestrian-direct::before {
  content: "\E90E";
}

.icon-car, .gral-btn.ico-car:before {
  content: "\E90F";
}

.icon-car-direct::before {
  content: "\E90F";
}

.icon-train, .gral-btn.ico-train:before {
  content: "\E910";
}

.icon-train-direct::before {
  content: "\E910";
}

.icon-map, .gral-btn.ico-map:before {
  content: "\E911";
}

.icon-map-direct::before {
  content: "\E911";
}

.icon-spotify, .gral-btn.ico-spotify:before {
  content: "\E912";
}

.icon-spotify-direct::before {
  content: "\E912";
}

.icon-youtube, .gral-btn.ico-youtube:before {
  content: "\E913";
}

.icon-youtube-direct::before {
  content: "\E913";
}

.icon-instagram, .gral-btn.ico-instagram:before {
  content: "\E914";
}

.icon-instagram-direct::before {
  content: "\E914";
}

.icon-twitter, .gral-btn.ico-twitter:before {
  content: "\E915";
}

.icon-twitter-direct::before {
  content: "\E915";
}

.icon-facebook, .gral-btn.ico-facebook:before {
  content: "\E916";
}

.icon-facebook-direct::before {
  content: "\E916";
}

.icon-clock, .agenda-typevent.time::before, .agenda-typevent.green .time::before, .agenda-typevent.pink .time::before, .search-box input {
  content: "\E917";
}

.icon-clock-direct::before {
  content: "\E917";
}

.icon-xcross, .gral-btn.ico-cross:before {
  content: "\E918";
}

.icon-xcross-direct::before {
  content: "\E918";
}

.icon-webbookmark, .gral-btn.ico-webbookmark:before {
  content: "\E924";
}

.icon-webbookmark-direct::before {
  content: "\E924";
}

/*
 * IcoMoon
 * see @ http://jshak.es/easy-icomoon-icons-with-sass/
 */
@-webkit-keyframes show-fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes show-fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
  }
  1% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
}

.bounceOutShortLeft {
  -webkit-animation-name: bounceOutShortLeft;
          animation-name: bounceOutShortLeft;
}

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

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

.bounceOutShortRight {
  -webkit-animation-name: bounceOutShortRight;
          animation-name: bounceOutShortRight;
}

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

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

.shakeOutShortLeft {
  -webkit-animation-name: shakeOutShortLeft;
          animation-name: shakeOutShortLeft;
}

@-webkit-keyframes shakeOutShortLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes shakeOutShortLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

.shakeOutShortRight {
  -webkit-animation-name: shakeOutShortRight;
          animation-name: shakeOutShortRight;
}

@-webkit-keyframes shakeOutShortRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes shakeOutShortRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@-webkit-keyframes rotation360 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation180 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}

.animated, .flick-anim:hover {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated-superfast {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}

.animated-fast {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.flick-anim:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shadow3D {
  -webkit-filter: drop-shadow(0px 0px 0px #c9cfce);
          filter: drop-shadow(0px 0px 0px #c9cfce);
  -webkit-transition: -webkit-filter 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
  transition: filter 0.3s ease-out, transform 0.3s ease-out, -webkit-filter 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition: filter 0.3s ease-out, transform 0.3s ease-out;
  -o-transition: filter 0.3s ease-out, transform 0.3s ease-out;
}

.shadow3D:hover {
  -webkit-filter: drop-shadow(4px 4px 0px #c9cfce);
          filter: drop-shadow(4px 4px 0px #c9cfce);
  -webkit-transform: translateX(-4px) translateY(-4px);
          transform: translateX(-4px) translateY(-4px);
}

.fullShadow3D-gray-light:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fullShadow3D, .fullShadow3D-white, .fullShadow3D-dark-blue, .fullShadow3D-gray-light {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  width: 100%;
}

@media (min-width: 767px) {
  .fullShadow3D:hover, .fullShadow3D-white:hover, .fullShadow3D-white:not(:active):hover, .fullShadow3D-dark-blue:hover, .fullShadow3D-dark-blue:not(:active):hover, .fullShadow3D-gray-light:hover, .fullShadow3D-gray-light:not(:active):hover {
    -webkit-transform: translateX(-4px) translateY(-4px);
    transform: translateX(-4px) translateY(-4px);
    position: absolute;
    z-index: 5;
    border: 1px solid;
  }
  .fullShadow3D:active, .fullShadow3D-white:active, .fullShadow3D-dark-blue:active, .fullShadow3D-gray-light:active {
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    -webkit-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
    position: absolute;
    z-index: 5;
    border: 1px solid;
  }
  .fullShadow3D.one-ticket-button, .one-ticket-button.fullShadow3D-white, .one-ticket-button.fullShadow3D-dark-blue, .one-ticket-button.fullShadow3D-gray-light {
    height: inherit;
  }
  .fullShadow3D.one-ticket-button:active, .one-ticket-button.fullShadow3D-white:active, .one-ticket-button.fullShadow3D-dark-blue:active, .one-ticket-button.fullShadow3D-gray-light:active {
    position: relative;
  }
}

@media (min-width: 767px) {
  .fullShadow3D-white:not(:active):hover {
    position: relative;
    border: 0;
    width: auto;
    -webkit-box-shadow: 1px 1px, 2px 2px, 3px 3px, 4px 4px, 5px 4px;
            box-shadow: 1px 1px, 2px 2px, 3px 3px, 4px 4px, 5px 4px;
  }
}

@media (min-width: 767px) {
  .fullShadow3D-dark-blue:not(:active):hover {
    position: relative;
    border: 0;
    width: auto;
    -webkit-box-shadow: 1px 1px #292f3c, 2px 2px #292f3c, 3px 3px #292f3c, 4px 4px #292f3c, 5px 4px #292f3c;
            box-shadow: 1px 1px #292f3c, 2px 2px #292f3c, 3px 3px #292f3c, 4px 4px #292f3c, 5px 4px #292f3c;
  }
}

@media (min-width: 767px) {
  .fullShadow3D-gray-light:not(:active):hover {
    position: relative;
    border: 0;
    width: auto;
    -webkit-box-shadow: 1px 1px #b2b2b2, 2px 2px #b2b2b2, 3px 3px #b2b2b2, 4px 4px #b2b2b2, 5px 4px #b2b2b2;
            box-shadow: 1px 1px #b2b2b2, 2px 2px #b2b2b2, 3px 3px #b2b2b2, 4px 4px #b2b2b2, 5px 4px #b2b2b2;
  }
}

.fullShadow3D-gray-light.one-ticket-button:not(:active):hover {
  border-left: 1px solid #b2b2b2;
}

.inset-shadow-border, .inset-shadow-border-white, .inset-shadow-border-dark-blue, .inset-shadow-border-gray-light {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.inset-shadow-border-white:hover {
  -webkit-box-shadow: inset 0 0 0 10px;
          box-shadow: inset 0 0 0 10px;
}

.inset-shadow-border-dark-blue:hover {
  -webkit-box-shadow: inset 0 0 0 10px #292f3c;
          box-shadow: inset 0 0 0 10px #292f3c;
}

.inset-shadow-border-gray-light:hover {
  -webkit-box-shadow: inset 0 0 0 10px #b2b2b2;
          box-shadow: inset 0 0 0 10px #b2b2b2;
}

.underline-before, .underline-beforeMiddle, .underline-beforeLeftToRight, .underline-beforeRightToLeft, .underline-beforeUp, .underline-beforeDown {
  position: relative;
}

.underline-before:before, .underline-beforeMiddle:before, .underline-beforeLeftToRight:before, .underline-beforeRightToLeft:before, .underline-beforeUp:before, .underline-beforeDown:before {
  content: "";
  background-color: #292f3c;
  bottom: 0;
  height: 2px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.underline-beforeMiddle:before {
  width: 100%;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.underline-beforeMiddle:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.underline-beforeLeftToRight:before {
  width: 0;
  right: 0;
  left: unset;
}

.underline-beforeLeftToRight:hover:before {
  right: unset;
  left: 0;
  visibility: visible;
  width: 100%;
}

.underline-beforeRightToLeft:before {
  width: 0;
  right: unset;
  left: 0;
}

.underline-beforeRightToLeft:hover:before {
  right: 0;
  left: unset;
  visibility: visible;
  width: 100%;
}

.underline-beforeUp:before {
  width: 100%;
}

.underline-beforeUp:hover:before {
  bottom: 6px;
  visibility: visible;
}

.underline-beforeDown:before {
  width: 100%;
}

.underline-beforeDown:hover:before {
  bottom: -6px;
  visibility: visible;
}

.underline-before.white:before, .white.underline-beforeMiddle:before, .white.underline-beforeLeftToRight:before, .white.underline-beforeRightToLeft:before, .white.underline-beforeUp:before, .white.underline-beforeDown:before {
  background-color: #FFFFFF;
}

.underline-after, .underline-afterMiddle, .underline-afterLeftToRight, .underline-afterRightToLeft, .underline-afterUp, .underline-afterDown {
  position: relative;
}

.underline-after:after, .underline-afterMiddle:after, .underline-afterLeftToRight:after, .underline-afterRightToLeft:after, .underline-afterUp:after, .underline-afterDown:after {
  content: "";
  background-color: #292f3c;
  bottom: 0;
  height: 2px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.underline-afterMiddle:after {
  width: 100%;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.underline-afterMiddle:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.underline-afterLeftToRight:after {
  width: 0;
  right: 0;
  left: unset;
}

.underline-afterLeftToRight:hover:after {
  right: unset;
  left: 0;
  visibility: visible;
  width: 100%;
}

.underline-afterRightToLeft:after {
  width: 0;
  right: unset;
  left: 0;
}

.underline-afterRightToLeft:hover:after {
  right: 0;
  left: unset;
  visibility: visible;
  width: 100%;
}

.underline-afterUp:after {
  width: 100%;
}

.underline-afterUp:hover:after {
  bottom: 6px;
  visibility: visible;
}

.underline-afterDown:after {
  width: 100%;
}

.underline-afterDown:hover:after {
  bottom: -6px;
  visibility: visible;
}

.underline-after.white:after, .white.underline-afterMiddle:after, .white.underline-afterLeftToRight:after, .white.underline-afterRightToLeft:after, .white.underline-afterUp:after, .white.underline-afterDown:after {
  background-color: #FFFFFF;
}

.rotate-360:hover {
  -webkit-animation: rotation360 0.5s ease;
}

.rotate-180:hover {
  -webkit-animation: rotation180 0.5s ease;
}

.scale, .scale-up, .scale-down {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.scale-up:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.scale-down:hover {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.fill, .fill-up {
  position: relative;
}

.fill > div, .fill-up > div {
  position: relative;
}

.fill:before, .fill-up:before {
  background-color: #292f3c;
  height: 100%;
  width: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.fill-up:hover a, .fill-up:hover p, .fill-up:hover div {
  color: #FFFFFF !important;
}

.fill-up:hover a p, .fill-up:hover a div, .fill-up:hover p p, .fill-up:hover p div, .fill-up:hover div p, .fill-up:hover div div {
  color: #FFFFFF !important;
}

.fill-up:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (min-width: 767px) {
  .hoverImgSlider img, .sala-detail #sala-events .owl-item img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .hoverImgSlider:hover img, .sala-detail #sala-events .owl-item:hover img {
    filter: opacity(0.7);
    -webkit-filter: opacity(0.7);
    background-size: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.sk-fading-circle {
  top: 50%;
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  opacity: 0.3;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #292f3c;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  padding: 20px 0;
}

.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.main-events-carousel-wrapper {
  width: 120%;
  position: relative;
  margin-left: -10%;
}

#main-events .owl-prev {
  margin-left: 10%;
}

#main-events .owl-next {
  margin-right: 10%;
}

.main-events-info {
  left: 10%;
}

/* Right to Left */
@-webkit-keyframes customAnimateRightToLeftIn {
  0% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  40% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    /*-webkit-filter: brightness(100%);
    filter: brightness(100%);*/
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes customAnimateRightToLeftIn {
  0% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  40% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    /*-webkit-filter: brightness(100%);
    filter: brightness(100%);*/
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}

.customAnimateRightToLeftIn {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
  -webkit-animation-name: customAnimateRightToLeftIn;
          animation-name: customAnimateRightToLeftIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes customAnimateRightToLeftOut {
  0% {
    opacity: 1;
    /*-webkit-filter: brightness(100%);
    filter: brightness(100%);*/
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
}

@keyframes customAnimateRightToLeftOut {
  0% {
    opacity: 1;
    /*-webkit-filter: brightness(100%);
    filter: brightness(100%);*/
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 0;
    /*-webkit-filter: brightness(0%);
    filter: brightness(0%);*/
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
}

.customAnimateRightToLeftOut {
  -webkit-animation-name: customAnimateRightToLeftOut;
          animation-name: customAnimateRightToLeftOut;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* Left to Right */
@-webkit-keyframes customAnimateLeftToRightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  40% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes customAnimateLeftToRightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  40% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}

.customAnimateLeftToRightIn {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
  -webkit-animation-name: customAnimateLeftToRightIn;
          animation-name: customAnimateLeftToRightIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes customAnimateLeftToRightOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
}

@keyframes customAnimateLeftToRightOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
}

.customAnimateLeftToRightOut {
  -webkit-animation-name: customAnimateLeftToRightOut;
          animation-name: customAnimateLeftToRightOut;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#main-events {
  background: black;
}

@media (min-width: 767px) {
  .sliderItemFadeOut {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
  }
  .sliderItemFadeIn {
    opacity: 1;
  }
  .sliderItemFadeIn > *,
  .sliderItemFadeIn > * > * {
    opacity: 0;
    -webkit-animation-name: sliderItemSlideIn;
            animation-name: sliderItemSlideIn;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes sliderItemSlideIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(10%, 0, 0);
              transform: translate3d(10%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  @keyframes sliderItemSlideIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(10%, 0, 0);
              transform: translate3d(10%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }
  }
  .sliderItemFadeIn > *:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sliderItemFadeIn > *:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .sliderItemFadeIn > *:nth-child(4) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .sliderItemFadeIn > *:nth-child(5) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

.fc-black, a, #footer .second-row .select option, .place-event p:nth-child(2), .place-event-agenda p:nth-child(2), .place-event-agenda-concert p:nth-child(2), .place-event-agenda p:nth-child(2) b, .place-event-agenda-concert p:nth-child(2) b, #destacado-promo .selected, #destacado-promo .selected a, #destacado-promo a:hover, #destacado-promo > div.active div, #destacado-promo > div.active p, #como-llegar-info .gral-btn#metro:hover, #como-llegar-info .gral-btn#coche:hover, #como-llegar-info .gral-btn#a-pie:hover, #spaces .info li span {
  color: #000000;
}

.bg-black, #playlists li .drag-enable .bg {
  background-color: #000000;
}

.bc-black {
  border-color: #000000;
}

.fc-white, .select select, #main-menu-header .contents nav .menu-items ul li a, #main-menu-header .contents nav #menu-header .menu-items-list ul li a, #main-menu-header .contents nav #menu-header .menu-extra-links a, #footer, #footer .first-row .newsletter .emailNews::-webkit-input-placeholder, #footer .first-row .newsletter .btn-submit, #footer .first-row .newsletter input[type="email"], #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator, #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator:after, .main-footer > div, .main-footer > nav, .main-footer a, .main-footer .newsletter input, .main-footer .newsletter label input:checked + .check-indicator, .main-footer .newsletter label input:checked + .check-indicator:after, .main-events-info .place-event-main p:first-child, .main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none, .container-agenda .header-container .agenda p, .container-agenda .header-container .input-group .form-control::-webkit-input-placeholder, .container-agenda .header-container .menu-agenda a, .container-agenda .header-container .calendar-filter p, .container-agenda .body-container, .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn, #music_page h1, #music_page .sessions, .contianer-items-cart .item-carrito .price_product, .contianer-items-cart .item-carrito .name_product, .contianer-items-cart .item-carrito .reference_product, .contianer-items-cart .item-carrito .unit_price_product, .contianer-items-cart .item-carrito .talla_product, .contianer-items-cart .item-carrito .texto-tachado, #gallery-container .gallery-title, #gallery-container li.not-active, #product-detail nav li a, #product-list nav li.not-active {
  color: #FFFFFF;
}

.fc-white, .select select, #main-menu-header .contents nav .menu-items ul li a, #main-menu-header .contents nav #menu-header .menu-items-list ul li a, #main-menu-header .contents nav #menu-header .menu-extra-links a, #footer, #footer .first-row .newsletter .emailNews::-moz-placeholder, #footer .first-row .newsletter .btn-submit, #footer .first-row .newsletter input[type="email"], #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator, #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator:after, .main-footer > div, .main-footer > nav, .main-footer a, .main-footer .newsletter input, .main-footer .newsletter label input:checked + .check-indicator, .main-footer .newsletter label input:checked + .check-indicator:after, .main-events-info .place-event-main p:first-child, .main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none, .container-agenda .header-container .agenda p, .container-agenda .header-container .input-group .form-control::-moz-placeholder, .container-agenda .header-container .menu-agenda a, .container-agenda .header-container .calendar-filter p, .container-agenda .body-container, .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn, #music_page h1, #music_page .sessions, .contianer-items-cart .item-carrito .price_product, .contianer-items-cart .item-carrito .name_product, .contianer-items-cart .item-carrito .reference_product, .contianer-items-cart .item-carrito .unit_price_product, .contianer-items-cart .item-carrito .talla_product, .contianer-items-cart .item-carrito .texto-tachado, #gallery-container .gallery-title, #gallery-container li.not-active, #product-detail nav li a, #product-list nav li.not-active {
  color: #FFFFFF;
}

.fc-white, .select select, #main-menu-header .contents nav .menu-items ul li a, #main-menu-header .contents nav #menu-header .menu-items-list ul li a, #main-menu-header .contents nav #menu-header .menu-extra-links a, #footer, #footer .first-row .newsletter .emailNews::-ms-input-placeholder, #footer .first-row .newsletter .btn-submit, #footer .first-row .newsletter input[type="email"], #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator, #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator:after, .main-footer > div, .main-footer > nav, .main-footer a, .main-footer .newsletter input, .main-footer .newsletter label input:checked + .check-indicator, .main-footer .newsletter label input:checked + .check-indicator:after, .main-events-info .place-event-main p:first-child, .main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none, .container-agenda .header-container .agenda p, .container-agenda .header-container .input-group .form-control::-ms-input-placeholder, .container-agenda .header-container .menu-agenda a, .container-agenda .header-container .calendar-filter p, .container-agenda .body-container, .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn, #music_page h1, #music_page .sessions, .contianer-items-cart .item-carrito .price_product, .contianer-items-cart .item-carrito .name_product, .contianer-items-cart .item-carrito .reference_product, .contianer-items-cart .item-carrito .unit_price_product, .contianer-items-cart .item-carrito .talla_product, .contianer-items-cart .item-carrito .texto-tachado, #gallery-container .gallery-title, #gallery-container li.not-active, #product-detail nav li a, #product-list nav li.not-active {
  color: #FFFFFF;
}

.fc-white, .select select, #main-menu-header .contents nav .menu-items ul li a, #main-menu-header .contents nav #menu-header .menu-items-list ul li a, #main-menu-header .contents nav #menu-header .menu-extra-links a, #footer, #footer .first-row .newsletter .emailNews::placeholder, #footer .first-row .newsletter .btn-submit, #footer .first-row .newsletter input[type="email"], #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator, #footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator:after, .main-footer > div, .main-footer > nav, .main-footer a, .main-footer .newsletter input, .main-footer .newsletter label input:checked + .check-indicator, .main-footer .newsletter label input:checked + .check-indicator:after, .main-events-info .place-event-main p:first-child, .main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none, .container-agenda .header-container .agenda p, .container-agenda .header-container .input-group .form-control::placeholder, .container-agenda .header-container .menu-agenda a, .container-agenda .header-container .calendar-filter p, .container-agenda .body-container, .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn, #music_page h1, #music_page .sessions, .contianer-items-cart .item-carrito .price_product, .contianer-items-cart .item-carrito .name_product, .contianer-items-cart .item-carrito .reference_product, .contianer-items-cart .item-carrito .unit_price_product, .contianer-items-cart .item-carrito .talla_product, .contianer-items-cart .item-carrito .texto-tachado, #gallery-container .gallery-title, #gallery-container li.not-active, #product-detail nav li a, #product-list nav li.not-active {
  color: #FFFFFF;
}

.bg-white, .carousel-element.club-gallery .owl-nav .owl-prev, .carousel-element.club-gallery .owl-nav .owl-next, #events-calendar .datepicker-days table, #online-shop #elements:hover .comprar-btn, #online-shop #elements:hover .miniComprar-btn, #online-shop .img-container:hover .comprar-btn:hover, #online-shop .img-container:hover .miniComprar-btn:hover, #online-shop .comprar-btn:hover, #online-shop .miniComprar-btn:hover, #gallery-container li.not-active:hover, #gallery-container .img-container:hover .download-btn, #album-detail .img-container:hover .download-btn, #product-detail nav .active, #product-list nav li.not-active:hover, #product-list .img-container:hover .comprar-btn, #product-list .img-container .comprar-btn:hover {
  background-color: #FFFFFF;
}

.bc-white {
  border-color: #FFFFFF;
}

.fc-lighter-gray, .search-wrapper .result-list h3, .notikumi-wrapper .result-list h3 {
  color: #f3f3f3;
}

.bg-lighter-gray, #events-calendar .datepicker-days table .day.active, #events-calendar .datepicker-days table .day:hover {
  background-color: #f3f3f3;
}

.bc-lighter-gray {
  border-color: #f3f3f3;
}

.fc-dark-blue, #main-menu-header .contents nav, #footer .first-row .newsletter .check-indicator:after, .main-footer .newsletter label .check-indicator:after, #online-shop #elements:hover .comprar-btn span .text-comprar, #online-shop #elements:hover .miniComprar-btn span .text-comprar, #online-shop .img-container:hover .comprar-btn:hover span .text-comprar, #online-shop .img-container:hover .miniComprar-btn:hover span .text-comprar, #online-shop .comprar-btn:hover span .text-comprar, #online-shop .miniComprar-btn:hover span .text-comprar, #gallery-container li.active.club-style, #gallery-container li.active a, #gallery-container .img-container:hover .download-btn span .text-download, #album-detail .img-container:hover .download-btn span .text-download, #product-detail nav .active a, #product-detail nav li, .cart-steps-price-container-fixed.productDetail .button-std:hover, #product-list nav li.active a, #product-list .img-container .tag-prod, #product-list .img-container:hover .comprar-btn span .text-comprar, #product-list .img-container .comprar-btn:hover span .text-comprar {
  color: #292f3c;
}

.bg-dark-blue, .main-footer .newsletter input {
  background-color: #292f3c;
}

.bc-dark-blue {
  border-color: #292f3c;
}

.fc-darker-blue {
  color: #011f4a;
}

.bg-darker-blue {
  background-color: #011f4a;
}

.bc-darker-blue {
  border-color: #011f4a;
}

.fc-dark-yellow {
  color: #ffcc01;
}

.bg-dark-yellow {
  background-color: #ffcc01;
}

.bc-dark-yellow {
  border-color: #ffcc01;
}

.fc-dark-purple {
  color: #352f53;
}

.bg-dark-purple {
  background-color: #352f53;
}

.bc-dark-purple {
  border-color: #352f53;
}

.fc-medium-light-blue {
  color: #70cdf3;
}

.bg-medium-light-blue {
  background-color: #70cdf3;
}

.bc-medium-light-blue {
  border-color: #70cdf3;
}

.fc-light-blue {
  color: #54d6ff;
}

.bg-light-blue {
  background-color: #54d6ff;
}

.bc-light-blue {
  border-color: #54d6ff;
}

.fc-light-green {
  color: #a9eac3;
}

.bg-light-green {
  background-color: #a9eac3;
}

.bc-light-green {
  border-color: #a9eac3;
}

.fc-green {
  color: #21a368;
}

.bg-green {
  background-color: #21a368;
}

.bc-green {
  border-color: #21a368;
}

.fc-light-pink {
  color: #e9acdf;
}

.bg-light-pink {
  background-color: #e9acdf;
}

.bc-light-pink {
  border-color: #e9acdf;
}

.fc-light-purple {
  color: #beb8fe;
}

.bg-light-purple {
  background-color: #beb8fe;
}

.bc-light-purple {
  border-color: #beb8fe;
}

.fc-light-yellow {
  color: #fff422;
}

.bg-light-yellow {
  background-color: #fff422;
}

.bc-light-yellow {
  border-color: #fff422;
}

.fc-dark-red {
  color: #db0d15;
}

.bg-dark-red {
  background-color: #db0d15;
}

.bc-dark-red {
  border-color: #db0d15;
}

.fc-light-red {
  color: #ea585b;
}

.bg-light-red {
  background-color: #ea585b;
}

.bc-light-red {
  border-color: #ea585b;
}

.fc-red {
  color: #ff2257;
}

.bg-red {
  background-color: #ff2257;
}

.bc-red {
  border-color: #ff2257;
}

.fc-salmon {
  color: #f18e86;
}

.bg-salmon {
  background-color: #f18e86;
}

.bc-salmon {
  border-color: #f18e86;
}

.fc-gray-dark, #events-calendar .datepicker-days table .datepicker-switch, .ui-datepicker .ui-datepicker-header, .place-event-agenda p:nth-child(2), .place-event-agenda-concert p:nth-child(2), #destacado-promo, #destacado-promo a {
  color: #706f6f;
}

.bg-gray-dark {
  background-color: #706f6f;
}

.bc-gray-dark {
  border-color: #706f6f;
}

.fc-gray-light, #main-menu-header .contents nav .menu-items ul li.active a, #main-menu-header .contents nav .menu-items ul li a:hover, #main-menu-header .contents nav #menu-header .menu-items-list ul li.active a, #main-menu-header .contents nav #menu-header .menu-items-list ul li a:hover, #main-menu-header .contents nav a, .sub-nav.menu ul li a, #events-calendar .datepicker-days table .dow, #events-calendar .datepicker-days table .prev:hover, #events-calendar .datepicker-days table .next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, #footer .first-row .newsletter .btn-submit:hover, .main-footer a.active, .main-footer a:hover, .main-footer .newsletter input[type=submit]:hover, .place-event p:first-child, .place-event-agenda p:first-child, .place-event-agenda-concert p:first-child, .place-event p:first-child a, .place-event-agenda p:first-child a, .place-event-agenda-concert p:first-child a, .agenda-element .description .place, .search-wrapper .result-list h3:hover, .notikumi-wrapper .result-list h3:hover {
  color: #b2b2b2;
}

.bg-gray-light {
  background-color: #b2b2b2;
}

.bc-gray-light, .carousel-element.club-gallery .owl-nav .owl-next {
  border-color: #b2b2b2;
}

.fc-darker-gray, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before, .ui-datepicker .ui-datepicker-calendar thead, .container-agenda .header-container .menu-agenda a:hover, .container-agenda .header-container .menu-agenda .active, .container-agenda .header-container .calendar-filter-filtered a, .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn:hover {
  color: #282E3A;
}

.bg-darker-gray, #product-detail select option, .search-wrapper, .notikumi-wrapper, .search-wrapper .form input, .notikumi-wrapper .form input {
  background-color: #282E3A;
}

.bc-darker-gray {
  border-color: #282E3A;
}

.fc-light-gray, #online-shop .comprar-btn span .text-comprar, #online-shop .miniComprar-btn span .text-comprar, section.cart.step-2 .containerTotalPrices p, section.cart.step-3 .containerTotalPrices p, section.cart.step-3 .container-payments .payment-types label, #gallery-container .img-container .download-btn span .text-download, #album-detail .img-container .download-btn span .text-download, .end-text p, .noPicText p, #product-list .img-container .comprar-btn span .text-comprar, .search-wrapper .gral-btn.gray-light:hover, .notikumi-wrapper .gral-btn.gray-light:hover, .search-wrapper .form input, .notikumi-wrapper .form input, .search-wrapper .scrolleable-search-results p, .notikumi-wrapper .scrolleable-search-results p {
  color: #F9F9F9;
}

.bg-light-gray {
  background-color: #F9F9F9;
}

.bc-light-gray {
  border-color: #F9F9F9;
}

.fc-red-error, #eventTitlesInfo .estadoEventoMsg, .cart-step .cart-right .container-discount .discount_status_container .discount_status.discount_status_ko p, section.cart p.error-form, section.cart label.error-form, #product-detail .no-stock-product p {
  color: #DC3545;
}

.bg-red-error {
  background-color: #DC3545;
}

.bc-red-error {
  border-color: #DC3545;
}

.white-grey-shadow {
  color: #FFFFFF;
  -webkit-filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.2));
  font-family: "Roboto Condensed", serif;
  font-size: 5.143em;
}

.fw-light, .gral-btn span, .select select, .sub-nav .info, .address p, .main-footer nav ul li ul li, .main-footer h4, .main-footer .newsletter label, .header-color-album p {
  font-weight: 300 !important;
}

.fw-regular, .gral-btn.default-font span, .gral-btn.default-font-small span, #events-calendar .datepicker-days table .datepicker-switch, #events-calendar .datepicker-days table .dow, .ui-datepicker .ui-datepicker-header, .main-footer nav ul li {
  font-weight: 400 !important;
}

.fw-medium, #cookieBanner a, .place-event p:first-child, .place-event-agenda p:first-child, .place-event-agenda-concert p:first-child, .footnote strong, #razz-promos-list p strong, .info_page #faqs .accordeon-faq p strong, #spaces h3, #spaces .info li span, #gallery-container li.not-active a, #gallery-container li.active a, #product-list nav li.not-active a, #product-list nav li.active a {
  font-weight: 500 !important;
}

.fw-bold, .gral-btn.default-font.fw-bold span, .gral-btn.fw-bold.default-font-small span, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td span.ui-state-default, .main-events-info .place-event-main p:first-child, .main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none, #concerts .owl-stage-outer .artist, .info_page .info-submenu nav li h1, #riders ul > li ul li h2, .link-galeria p, #product-detail .no-stock-product p, .search-wrapper .form input, .notikumi-wrapper .form input, .search-wrapper .result-list h3, .notikumi-wrapper .result-list h3 {
  font-weight: 700 !important;
}

.fs-small {
  font-size: 0.857em;
}

.border-x {
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}

.border-left, .carousel-element.club-gallery .owl-nav .owl-next {
  border-left-style: solid;
  border-left-width: 1px;
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}

.wrap-padding-hsmall, .wrap-padding-vsmall-hsmall, .wrap-padding-vnormal-hsmall, .wrap-padding-vbig-hsmall {
  padding-left: 7px;
  padding-right: 7px;
}

.wrap-padding-vsmall, .wrap-padding-vsmall-hsmall, .wrap-padding-vsmall-hleft-extraspace, .wrap-padding-vsmall-hnormal, .wrap-padding-vsmall-hbig {
  padding-bottom: 7px;
  padding-top: 7px;
}

.wrap-padding-hnormal, .wrap-padding-vsmall-hnormal, .wrap-padding-vnormal-hnormal, .wrap-padding-vbig-hnormal {
  padding-left: 14px;
  padding-right: 14px;
}

.wrap-padding-vnormal, .wrap-padding-vnormal-hsmall, .wrap-padding-vnormal-hleft-extraspace, .wrap-padding-vnormal-hnormal, .wrap-padding-vnormal-hbig {
  padding-bottom: 14px;
  padding-top: 14px;
}

.wrap-padding-hbig, .wrap-padding-vsmall-hbig, .wrap-padding-vnormal-hbig, .wrap-padding-vbig-hbig {
  padding-left: 28px;
  padding-right: 28px;
}

.wrap-padding-vbig, .wrap-padding-vbig-hsmall, .wrap-padding-vbig-hleft-extraspace, .wrap-padding-vbig-hnormal, .wrap-padding-vbig-hbig, .sala-extra-info {
  padding-bottom: 28px;
  padding-top: 28px;
}

.wrap-padding-hleft-extraspace, .wrap-padding-vsmall-hleft-extraspace, .wrap-padding-vnormal-hleft-extraspace, .wrap-padding-vbig-hleft-extraspace {
  padding-left: 162px;
  padding-right: 28px;
}

@media (max-width: 947px) {
  .wrap-padding-hleft-extraspace, .wrap-padding-vsmall-hleft-extraspace, .wrap-padding-vnormal-hleft-extraspace, .wrap-padding-vbig-hleft-extraspace {
    padding-right: 21px;
    padding-left: 21px;
  }
}

.custom-home-padding1-top {
  padding-top: 32px;
}

.custom-home-padding1-bottom {
  padding-top: 32px;
}

.separator-left, .separator-left-sm, .separator-left-bg {
  margin-left: 14px;
}

.separator-left-sm {
  margin-left: 7px;
}

.separator-left-bg {
  margin-left: 28px;
}

.separator-right, .separator-right-sm, .separator-right-bg {
  margin-right: 14px;
}

.separator-right-sm {
  margin-right: 7px;
}

.separator-right-bg {
  margin-right: 28px;
}

.separator-top, .separator-top-sm, .separator-top-bg {
  margin-top: 14px;
}

.separator-top-sm {
  margin-top: 7px;
}

.separator-top-bg {
  margin-top: 28px;
}

.separator-bottom, .separator-bottom-sm, .separator-bottom-bg {
  margin-bottom: 14px;
}

.separator-bottom-sm {
  margin-bottom: 7px;
}

.separator-bottom-bg {
  margin-bottom: 28px;
}

.circle-radio {
  border-radius: 50%;
}

.image-cropper {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.bgimg-fixed {
  background-attachment: fixed !important;
  background-size: 100% !important;
  background-position: 0px 0px !important;
}

@media (max-width: 766px) {
  .bgimg-fixed {
    min-height: 200px !important;
    background-attachment: inherit !important;
    background-size: 130% !important;
    background-position: center 0px !important;
  }
}

@media (min-width: 1199px) {
  .bgimg-fixed {
    background-position-x: center !important;
    background-position-y: 0% !important;
  }
}

@media (min-width: 1399px) {
  .bgimg-fixed {
    background-position-y: -10% !important;
  }
}

@media (min-width: 2000px) {
  .bgimg-fixed {
    background-position-y: -30% !important;
  }
}

.fitted {
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-top {
  -o-object-position: top;
     object-position: top;
}

.fit-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.fit-left {
  -o-object-position: left;
     object-position: left;
}

.fit-right {
  -o-object-position: right;
     object-position: right;
}

.manual-hover p, .manual-hover-grey p, .manual-hover a, .manual-hover-grey a, .manual-hover b, .manual-hover-grey b, .manual-hover div p, .manual-hover-grey div p, .manual-hover div a, .manual-hover-grey div a, .manual-hover div b, .manual-hover-grey div b {
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

.manual-hover-grey:hover p, .manual-hover-grey:hover a, .manual-hover-grey:hover b, .manual-hover-grey:hover div p, .manual-hover-grey:hover div a, .manual-hover-grey:hover div b, .manual-hover-grey:hover a b {
  color: #b2b2b2;
}

.black-hover:hover {
  color: #000;
}

.p-relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.ov-hidden {
  overflow: hidden;
}

.w-auto {
  width: auto;
}

.text-underline {
  text-decoration: underline;
}

.shadow-normal {
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.shadow-gradient {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
}

.fixed-element, .fixed-element-border, .fixed-element-shadow {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.fixed-element-border {
  border-bottom: 1px solid #b2b2b2;
}

.fixed-element-shadow {
  -webkit-box-shadow: 0 4px 4px -4px #464a4c;
          box-shadow: 0 4px 4px -4px #464a4c;
}

.hidden-until-loaded {
  opacity: 1;
  background: #FFF;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.hidden-until-js-loaded {
  display: none;
}

.show-after-loaded {
  opacity: 0;
  pointer-events: none;
}

.auto-height {
  height: auto;
}

.lazy-load {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.bg-dark-salmon {
  background-color: #ed8c87;
}

.bg-dark-blue, .main-footer .newsletter input {
  background-color: #292f3c;
}

.detail_mobile_date {
  font-size: 1.3em !important;
}

.detail_mobile_date b {
  font-weight: 500 !important;
}

.pb-6 {
  padding-bottom: 52px !important;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .mx-33 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-333 {
    margin-right: 1px !important;
    margin-left: 10px !important;
  }
}

.no-text-wrap {
  white-space: nowrap;
}

.hide-me {
  opacity: 0;
}

.max-width-100 {
  max-width: 100%;
}

.gral-btn {
  background: transparent;
  display: inline-block;
  font-weight: 400;
  line-height: initial;
  min-width: 44px;
  padding: 11px 12px;
  position: relative;
  text-align: center;
  transition: color 0.2s ease, padding 0.2s ease;
  -webkit-transition: color 0.2s ease, padding 0.2s ease;
  -o-transition: color 0.2s ease, padding 0.2s ease;
}

.gral-btn:focus {
  outline: 0;
}

.gral-btn:hover {
  text-decoration: none;
}

.gral-btn span {
  display: inline-block;
  font-family: "Roboto Condensed", serif;
  font-size: 1.286em;
  line-height: initial;
}

.gral-btn.default-font span, .gral-btn.default-font-small span {
  font-family: "Roboto", serif;
  font-size: 1.143em;
}

.gral-btn.default-font-small span {
  font-size: 1.071em;
  font-weight: 300;
}

.gral-btn.border {
  border: 1px solid;
}

.gral-btn.bordericon {
  border: 1px solid;
}

.gral-btn.bordericon span {
  padding-left: 34px;
  padding-right: 8px;
}

.gral-btn.bordericon span:before {
  border-left: 1px solid;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 46px;
}

.gral-btn.borderbottom {
  border-bottom: 1px solid;
  padding: 6px 1px;
}

.gral-btn.dark-blue {
  border-color: #292f3c;
  color: #292f3c;
}

.gral-btn.dark-blue:hover {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.gral-btn.gray-light {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.gral-btn.gray-light:hover {
  border-color: #292f3c;
  color: #292f3c;
}

.gral-btn.lighter-gray {
  border-color: #f3f3f3;
  color: #f3f3f3;
}

.gral-btn.lighter-gray:hover {
  border-color: #292f3c;
  color: #292f3c;
}

.gral-btn.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.gral-btn.white:hover {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.gral-btn.black {
  border-color: #000000;
  color: #000000;
}

.gral-btn.black:hover {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.gral-btn.notext, .gral-btn.notext.border, .gral-btn.no-text.border, .gral-btn.no-text {
  font-size: 0em !important;
  padding: 9px 8px;
  width: 0;
}

.gral-btn.notext span, .gral-btn.notext.border span, .gral-btn.no-text.border span, .gral-btn.no-text span {
  padding-left: 0;
}

.border.gral-btn.notext, .border.gral-btn.no-text, .gral-btn.no-text.border {
  padding: 12px;
}

.gral-btn.no-hpad, .gral-btn.big.no-hpad, .has-mega-banner #eventos-list li a.gral-btn {
  padding-left: 0;
  padding-right: 0;
}

.gral-btn.no-vpad {
  padding-top: 0;
  padding-bottom: 0;
}

.gral-btn.no-hover:hover {
  color: initial;
}

.gral-btn.no-hover.white:hover {
  color: #FFFFFF;
}

.gral-btn.no-hover.gray:hover {
  color: #b2b2b2;
}

.gral-btn.medium:before {
  font-size: 2.6rem !important;
  line-height: 1.6rem !important;
}

.gral-btn.big {
  font-size: 2.8rem;
  padding-left: 7px;
  padding-right: 7px;
}

.gral-btn.big span {
  font-size: 1.500rem;
}

@media (min-width: 321px) {
  .gral-btn.big {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 599px) {
  .gral-btn.big {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media (min-width: 767px) {
  .gral-btn.big {
    font-size: 2em;
    padding-left: 56px;
    padding-right: 56px;
  }
}

.gral-btn.big:before {
  font-size: 3rem !important;
  line-height: 2rem !important;
}

.gral-btn.small {
  line-height: 2.4em;
  min-width: initial;
}

.gral-btn.small:before {
  font-size: 1.5rem;
}

.gral-btn.ico-agenda:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-map:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-ticket:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-location:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-music:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-microsite:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-calendar:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-share:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-gallery:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-tour:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-load:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-facebook:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-instagram:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-mixcloud:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-soundcloud:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-residentadvisor:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-twitter:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-youtube:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-spotify:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-pedestrian:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-car:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-train:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-search:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-etc:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-back {
  font-size: 1.4em;
}

.gral-btn.ico-back:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-forward:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-cross:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-dmenu:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-agenda-small:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-playmoss:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-print:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-download:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-devicesend:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-cross-bg:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-facebook-add:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-residentadvisor-add:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-newsletter:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-webbookmark:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-reload:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-whatsapp:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-plays:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-lastplay:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-lastadded:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-seats:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-tables:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-stand:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.ico-space:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gral-btn.hideicon-xxs.w-100 {
  text-align: left;
}

@media (max-width: 320px) {
  .gral-btn.hideicon-xxs.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-xxs span {
    padding-left: 0;
  }
  .gral-btn.hideicon-xxs span::before {
    border-left: none;
  }
  .gral-btn.hideicon-xxs::before {
    content: "";
  }
}

.gral-btn.hideicon-xs.w-100 {
  text-align: left;
}

@media (max-width: 409px) {
  .gral-btn.hideicon-xs.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-xs span {
    padding-left: 0;
  }
  .gral-btn.hideicon-xs span::before {
    border-left: none;
  }
  .gral-btn.hideicon-xs::before {
    content: "";
  }
}

.gral-btn.hideicon-smm.w-100 {
  text-align: left;
}

@media (max-width: 598px) {
  .gral-btn.hideicon-smm.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-smm span {
    padding-left: 0;
  }
  .gral-btn.hideicon-smm span::before {
    border-left: none;
  }
  .gral-btn.hideicon-smm::before {
    content: "";
  }
}

.gral-btn.hideicon-sm.w-100 {
  text-align: left;
}

@media (max-width: 766px) {
  .gral-btn.hideicon-sm.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-sm span {
    padding-left: 0;
  }
  .gral-btn.hideicon-sm span::before {
    border-left: none;
  }
  .gral-btn.hideicon-sm::before {
    content: "";
  }
}

.gral-btn.hideicon-md.w-100 {
  text-align: left;
}

@media (max-width: 947px) {
  .gral-btn.hideicon-md.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-md span {
    padding-left: 0;
  }
  .gral-btn.hideicon-md span::before {
    border-left: none;
  }
  .gral-btn.hideicon-md::before {
    content: "";
  }
}

.gral-btn.hideicon-mmd.w-100 {
  text-align: left;
}

@media (max-width: 1198px) {
  .gral-btn.hideicon-mmd.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-mmd span {
    padding-left: 0;
  }
  .gral-btn.hideicon-mmd span::before {
    border-left: none;
  }
  .gral-btn.hideicon-mmd::before {
    content: "";
  }
}

.gral-btn.hideicon-lg.w-100 {
  text-align: left;
}

@media (max-width: 1398px) {
  .gral-btn.hideicon-lg.w-100 {
    text-align: center;
  }
  .gral-btn.hideicon-lg span {
    padding-left: 0;
  }
  .gral-btn.hideicon-lg span::before {
    border-left: none;
  }
  .gral-btn.hideicon-lg::before {
    content: "";
  }
}

.gral-btn.hideicon-xl.w-100 {
  text-align: left;
}

.gral-btn.hideicon-xl.w-100 {
  text-align: center;
}

.gral-btn.hideicon-xl span {
  padding-left: 0;
}

.gral-btn.hideicon-xl span::before {
  border-left: none;
}

.gral-btn.hideicon-xl::before {
  content: "";
}

[class*="ico-"] span {
  padding-left: 12px;
}

@media (max-width: 766px) {
  .fullShadow3D-gray-light.buy-button-3Dhover-wrapper {
    margin-left: -7px;
    margin-right: 4px;
  }
}

@media (min-width: 767px) {
  .fullShadow3D-gray-light.buy-button-3Dhover-wrapper {
    position: relative;
    border: 0;
    margin-top: 17px;
    width: auto;
  }
  .fullShadow3D-gray-light.buy-button-3Dhover-wrapper.detail_extra_padding {
    margin-top: 0;
    padding-right: 3px;
  }
  .fullShadow3D-gray-light.buy-button-3Dhover-wrapper .buy-button, .fullShadow3D-gray-light.buy-button-3Dhover-wrapper .buy-button-w100, .fullShadow3D-gray-light.buy-button-3Dhover-wrapper .agenda-button, .fullShadow3D-gray-light.buy-button-3Dhover-wrapper .agenda-button-w100 {
    margin-top: 0 !important;
  }
}

@media (min-width: 948px) and (max-width: 1198px) {
  .fullShadow3D-gray-light.buy-button-3Dhover-wrapper {
    margin-top: 25px;
  }
}

.buy-button, .buy-button-w100, .agenda-button, .agenda-button-w100 {
  border: 1px solid #000000;
  color: #000000;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed", serif;
  font-size: 1.143em;
  font-weight: 400;
  line-height: initial;
  padding: 12px 12px;
  margin: 0 0 0 65px;
}

@media (max-width: 766px) {
  .buy-button, .buy-button-w100, .agenda-button, .agenda-button-w100 {
    margin: 0 0 0 22px;
  }
}

.buy-button-w100 {
  width: calc(100% - 44px);
  max-width: initial !important;
}

.buy-button:hover, .buy-button-w100:hover, .agenda-button:hover, .agenda-button-w100:hover {
  color: #000000;
}

@media (min-width: 767px) {
  .buy-button, .buy-button-w100, .agenda-button, .agenda-button-w100 {
    max-width: 160px;
    font-size: 15px;
    margin-left: 44px;
  }
}

.buy-button strong, .buy-button-w100 strong, .agenda-button strong, .agenda-button-w100 strong {
  font-weight: normal;
  min-width: 131px;
  display: inline-block;
}

.buy-button span, .buy-button-w100 span, .agenda-button span, .agenda-button-w100 span {
  border: 1px solid #000000;
  border-right: none;
  position: absolute;
  width: 45px;
  left: -45px;
  height: calc(100% + 2px);
  top: -1px;
}

.buy-button span::before, .buy-button-w100 span::before, .agenda-button span::before, .agenda-button-w100 span::before {
  font-family: 'Razzicons';
  content: "\E906";
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2rem;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 33%;
}

@media (min-width: 948px) {
  .buy-button span::before, .buy-button-w100 span::before, .agenda-button span::before, .agenda-button-w100 span::before {
    top: 29%;
  }
}

.agenda-button, .agenda-button-w100 {
  font-size: 1.286em;
  font-weight: 300;
  padding: 12px 18px;
}

@media (max-width: 766px) {
  .agenda-button, .agenda-button-w100 {
    margin: 0 0 0 50px;
    width: auto;
  }
}

.agenda-button-w100 {
  width: calc(100% - 50px);
  max-width: initial !important;
}

@media (max-width: 766px) {
  .agenda-button-w100 {
    width: auto;
  }
}

.agenda-button:hover, .agenda-button-w100:hover {
  color: #000000;
}

@media (min-width: 767px) {
  .agenda-button, .agenda-button-w100 {
    max-width: 160px;
    margin-left: 50px;
  }
}

.agenda-button span, .agenda-button-w100 span {
  border: 1px solid #000000;
  border-right: none;
  position: absolute;
  width: 50px;
  left: -50px;
  height: calc(100% + 2px);
  top: -1px;
}

.agenda-button span::before, .agenda-button-w100 span::before {
  font-family: 'Razzicons';
  content: "\E90D";
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2rem;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 10px;
}

.agenda-button.ico-map span::before, .ico-map.agenda-button-w100 span::before {
  content: "\E911";
}

/* Botones de cada seccion de la home*/
.home-buttons {
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 15px 0px 18px 0px;
  height: 60px;
  max-width: 498px;
  width: 100%;
}

@media (max-width: 947px) {
  .home-buttons {
    font-size: 16px;
    padding: 12px 0px;
    height: auto;
  }
}

.home-buttons img {
  width: auto !important;
}

.home-buttons img.location-icon {
  content: url("../img/icons/ico-location.svg") !important;
  padding-right: 10px;
}

.home-buttons img.calendar-icon {
  content: url("../img/icons/ico-calendar.svg");
  margin-bottom: 2px;
  padding-right: 10px;
}

.home-buttons img.ticket-icon {
  content: url("../img/icons/ico-ticket.svg");
  margin-bottom: 1px;
  padding-right: 10px;
}

.home-buttons img.shop-icon {
  content: url("../img/icons/ico-shop-home.svg");
  padding-right: 10px;
  margin-bottom: 1px;
}

.home-buttons img.plus-icon {
  content: url("../img/icons/ico-plus.svg");
}

.home-buttons:hover, .home-buttons:active, .home-buttons:focus, .home-buttons:target {
  background-color: #F9F9F9;
  color: #282E3A !important;
}

.home-buttons:hover img, .home-buttons:active img, .home-buttons:focus img, .home-buttons:target img {
  width: auto !important;
}

.home-buttons:hover img.ticket-icon, .home-buttons:active img.ticket-icon, .home-buttons:focus img.ticket-icon, .home-buttons:target img.ticket-icon {
  content: url("../img/icons/ico-ticket-grey.svg") !important;
}

.home-buttons:hover img.shop-icon, .home-buttons:active img.shop-icon, .home-buttons:focus img.shop-icon, .home-buttons:target img.shop-icon {
  content: url("../img/icons/ico-shop-dark.svg") !important;
}

.home-buttons:hover img.calendar-icon, .home-buttons:active img.calendar-icon, .home-buttons:focus img.calendar-icon, .home-buttons:target img.calendar-icon {
  content: url("../img/icons/ico-calendar-grey.svg") !important;
}

.home-buttons:hover img.plus-icon, .home-buttons:active img.plus-icon, .home-buttons:focus img.plus-icon, .home-buttons:target img.plus-icon {
  content: url("../img/icons/ico-plus-grey.svg") !important;
}

.home-buttons:hover img.whatsapp-icon, .home-buttons:active img.whatsapp-icon, .home-buttons:focus img.whatsapp-icon, .home-buttons:target img.whatsapp-icon {
  content: url("../img/icons/ico-whatsapp-grey.svg") !important;
}

.home-buttons:hover img.location-icon, .home-buttons:active img.location-icon, .home-buttons:focus img.location-icon, .home-buttons:target img.location-icon {
  content: url("../img/icons/ico-location-grey.svg") !important;
}

.home-buttons:hover img.load-icon, .home-buttons:active img.load-icon, .home-buttons:focus img.load-icon, .home-buttons:target img.load-icon {
  content: url("../img/icons/ico-loader-grey.svg") !important;
}

.home-buttons:hover img.spotify-icon, .home-buttons:active img.spotify-icon, .home-buttons:focus img.spotify-icon, .home-buttons:target img.spotify-icon {
  content: url("../img/icons/ico-spotify-grey.svg") !important;
}

.home-buttons:hover .home-buttons-icon path, .home-buttons:hover .home-buttons-icon > circle {
  fill: #282E3A;
}

.home-buttons:hover .home-buttons-icon path {
  stroke: #282E3A;
}

/* Boton blanco con icono de la home */
.whiteHomeButton {
  width: 198px;
  font-size: 28px;
  height: 50px;
  padding: 8px 16px;
}

@media (max-width: 947px) {
  .whiteHomeButton {
    width: 153px;
    font-size: 20px;
    height: 40px;
    padding: 8px 10px 8px 20px;
  }
}

.whiteHomeButtonLarge {
  width: 278px;
  font-size: 20px;
  height: 40px;
  padding: 8px 10px 8px 20px;
}

.whiteHomeButtonLarge p {
  line-height: 20px;
}

.whiteHomeButton, .whiteHomeButtonLarge {
  background-color: #F9F9F9;
  color: #282E3A;
  border: 3px #F9F9F9 solid;
  border-radius: 30px;
  position: absolute;
  font-weight: 500;
}

.whiteHomeButton img.ticket-icon, .whiteHomeButtonLarge img.ticket-icon {
  width: 25px !important;
  height: 23px !important;
  content: url("../img/icons/ico-ticket-grey.svg");
}

.whiteHomeButton img.rightArrow-icon, .whiteHomeButtonLarge img.rightArrow-icon {
  width: 26px !important;
  height: 26px !important;
  content: url("../img/icons/ico-rightArrow-grey.svg");
}

@media (max-width: 947px) {
  .whiteHomeButton img.rightArrow-icon, .whiteHomeButtonLarge img.rightArrow-icon {
    width: 24px !important;
    height: 24px !important;
  }
}

.whiteHomeButton:hover, .whiteHomeButtonWeek:hover, .whiteHomeButtonLarge:hover {
  background-color: #282E3A;
  color: white;
  border: 1px #282E3A solid;
}

.whiteHomeButton:hover img.ticket-icon, .whiteHomeButtonWeek:hover img.ticket-icon, .whiteHomeButtonLarge:hover img.ticket-icon {
  content: url("../img/icons/ico-ticket.svg");
  width: 25px;
  height: 23px;
}

.whiteHomeButton:hover img.rightArrow-icon, .whiteHomeButtonWeek:hover img.rightArrow-icon, .whiteHomeButtonLarge:hover img.rightArrow-icon {
  width: 26px !important;
  height: 26px !important;
  content: url("../img/icons/ico-rightArrow-white.svg");
}

/* Boton color fondo redondo */
.buttonCircle {
  color: #F9F9F9;
  border: 1px #F9F9F9 solid;
  border-radius: 30px;
  padding: 5px 10px 10px 15px;
  font-size: 20px;
  max-height: 40px;
  font-weight: 500;
}

.buttonCircle img.rightArrowCircle-icon {
  content: url("../img/icons/arrow-right-circle-white.svg");
}

.buttonCircle img.shareIconButton {
  content: url("../img/icons/share.svg");
  max-width: 19px;
  max-height: 19px;
  margin-bottom: 1px;
}

.buttonCircle.album-detail {
  padding: 9px 15px 8px 18px;
}

.buttonCircle.album-detail p {
  font-size: 14px;
}

.buttonCircle.album-detail:hover img {
  content: url("../img/icons/share-grey.svg");
}

.buttonCircle img {
  width: auto !important;
}

.buttonCircle:hover {
  background-color: #F9F9F9;
  color: #282E3A;
  border: 1px #F9F9F9 solid;
}

.buttonCircle:hover img.rightArrowCircle-icon {
  content: url("../img/icons/arrow-right-circle.svg");
}

#week_club_events_loader {
  /* Boton comprar entradas */
}

#week_club_events_loader .whiteHomeButtonPosition1 {
  top: 253px;
  left: 10px;
}

#week_club_events_loader .whiteHomeButtonPosition2 {
  padding: 5px;
  width: auto;
  top: 153px !important;
  max-width: 38px;
  max-height: 38px;
  left: 10px;
}

#week_club_events_loader .whiteHomeButtonPosition3 {
  padding: 5px;
  width: auto;
  top: 255px !important;
  max-width: 38px;
  max-height: 38px;
  left: 10px;
}

#discover_clubs .pad_right_button {
  padding-right: 42px;
}

#discover_clubs .pad_left_button {
  padding-left: 42px;
}

#featured_concerts_loader .pad_right_button {
  padding-right: 56px;
}

#featured_concerts_loader .pad_left_button {
  padding-left: 56px;
  position: relative;
  top: 5px;
  left: -7px;
}

#featured_concerts_loader .buttonConcert {
  top: 520px;
  text-align: center;
}

#online_shop .pad_right_button {
  padding-right: 141px;
}

#online_shop .pad_left_button {
  padding-left: 139px;
  position: relative;
  top: 5px;
  left: -7px;
}

#week_club_events_loader .buttonFirstRow, #featured_concerts_loader .buttonFirstRow, #main-events .buttonFirstRow {
  top: 244px;
  text-align: center;
}

#week_club_events_loader .buttonSecondRow, #featured_concerts_loader .buttonSecondRow, #main-events .buttonSecondRow {
  top: 144px;
  width: 48px;
}

.main-events-carousel-wrapper.linkAgenda, .agendaButtonHome.linkAgenda {
  position: fixed;
  top: calc(90% - 25px);
  left: calc(94% - 148.5px);
}

@media (max-width: 500px) {
  .main-events-carousel-wrapper.linkAgenda, .agendaButtonHome.linkAgenda {
    left: calc(79% - 75px);
    top: calc(90% - 20px);
  }
}

@media (max-width: 375px) {
  .main-events-carousel-wrapper.linkAgenda, .agendaButtonHome.linkAgenda {
    left: calc(74% - 75px);
  }
}

@media screen and (max-width: 1025px) {
  .main-events-carousel-wrapper.add-z-index, .agendaButtonHome.add-z-index {
    z-index: 99;
  }
}

.main-events-carousel-wrapper .whiteHomeButton .iconButton, .agendaButtonHome .whiteHomeButton .iconButton {
  margin-right: 5px;
  margin-bottom: 0;
}

.main-events-carousel-wrapper .whiteHomeButton .textButton, .agendaButtonHome .whiteHomeButton .textButton {
  margin-right: 5px;
  margin-bottom: 0;
}

#buyButtonDetailAgenda .disabledBuyButton {
  border: #F9F9F9 1px solid;
  color: #F9F9F9;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

@media (max-width: 766px) {
  #buyButtonDetailAgenda .home-buttons {
    padding: 12px 0px;
    height: 48px;
  }
}

#buttonLoad {
  margin-bottom: 100px;
}

#buttonLoad .home-buttons {
  cursor: pointer;
}

#buttonLoad .home-buttons img.load-icon {
  content: url("../img/icons/ico-loader.svg");
  margin-bottom: 1px;
  margin-right: 10px;
}

#buttonLoad .home-buttons img.spotify-icon {
  content: url("../img/icons/ico-spotify.svg");
  margin-bottom: 1px;
  margin-right: 10px;
}

#buyButtonDetailAgendaMobile {
  position: fixed;
  bottom: 35px;
  width: 90%;
  z-index: 10;
  border: none;
  left: 5%;
}

#buyButtonDetailAgendaMobile a {
  background: #282E3A;
}

#buyButtonDetailAgendaMobile .disabledBuyButton {
  border: #F9F9F9 1px solid;
  color: #F9F9F9;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

#buyButtonDetailAgendaMobile a:hover {
  background: white;
  color: #282E3A;
}

#buttonAgendaCompleta.home {
  margin-bottom: 80px;
}

#buttonAgendaCompleta img.calendar-icon {
  content: url("../img/icons/ico-calendar.svg");
  margin-bottom: 4px;
  padding-right: 10px;
}

#prensaContacto .home-buttons {
  margin-bottom: 40px;
}

#prensaContacto .home-buttons p {
  white-space: nowrap;
}

#prensaContacto .home-buttons.newsletterButtonPress {
  padding-right: 44.5px;
  padding-left: 44.5px;
}

#prensaContacto .home-buttons.pressButton {
  padding-left: 105px;
  padding-right: 105px;
}

#riders .salasBoton {
  padding: 15px 39px;
}

@media (max-width: 947px) {
  #riders .salasBoton {
    padding: 12px 39px;
  }
}

@media screen and (max-width: 375px) {
  #riders .salasBoton {
    padding: 12px 27px;
  }
}

@media screen and (max-width: 320px) {
  #riders .salasBoton {
    padding: 12px 8px;
  }
  #riders .home-buttons {
    font-size: 15px;
  }
}

.buttonHover:hover {
  background-color: white;
}

.buttonHover:hover a:hover {
  color: #282E3A !important;
}

#vipButton img.whatsapp-icon {
  content: url("../img/icons/whatsapp.svg");
  margin-bottom: 4px;
  padding-right: 12px;
}

.select {
  height: 27px;
  overflow: hidden;
  width: 145px;
  background: url("../img/icons/ico-dropdown.svg") no-repeat right;
  background-size: 12px;
  border: none;
}

.select select {
  background: transparent;
  font-size: 0.875rem;
  width: 160px;
  border: 0;
  border-radius: 0;
  height: 26px;
  -webkit-appearance: none;
}

.select select:focus {
  outline: 0;
}

.select select option {
  border: 0;
}

.agenda-typevent {
  font-family: "Roboto Condensed", serif;
  font-weight: 500;
  padding-top: 4px;
  padding-bottom: 3px;
}

.agenda-typevent.green {
  background-color: #a9eac3;
  color: #FFF;
}

.agenda-typevent.pink {
  background-color: #e9acdf;
  color: #FFF;
}

.agenda-typevent.time, .agenda-typevent.green .time, .agenda-typevent.pink .time {
  font-family: "Roboto Condensed", serif;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agenda-typevent.time::before, .agenda-typevent.green .time::before, .agenda-typevent.pink .time::before {
  font-size: 1.286em;
}

.agenda-typevent .time::before {
  position: relative;
  top: 2px;
}

.btn_obtener_indicaciones {
  position: relative;
  height: 48px;
}

@media (max-width: 766px) {
  .btn_obtener_indicaciones {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 767px) and (max-width: 947px) {
  .btn_obtener_indicaciones {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1199px) {
  .btn_obtener_indicaciones {
    left: 45px;
    top: 16px;
  }
}

/*@include media-breakpoint-down(sm) {
	.invert-on-click:active * {
		background: map-get($site-colors, dark-blue);
		border-color: map-get($site-colors, white);
	}
	.invert-on-click:active,
	.invert-on-click:active * {
		transition:all 0s ease;
		-webkit-transition:all 0s ease;
		-o-transition:all 0s ease;
	}
	.invert-on-click:active,
	.invert-on-click:active span::before,
	.invert-on-click:active a {
		color: map-get($site-colors, white);
	}
}*/
.hamburger-btn-wrapper {
  position: relative;
  border: 1px solid transparent;
  height: 40px;
  padding-right: 8px;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
}

.container-fluid.cf-pad-norm {
  max-width: 1500px;
  padding: 0 20px;
}

.container-fluid.cf-no-pad {
  max-width: 1500px;
  padding: 0px 20px;
}

@media screen and (max-width: 1500px) {
  .container-fluid.cf-no-pad {
    padding: 0px;
  }
  .container-fluid.cf-no-pad .row-no-marg {
    margin: 0;
  }
  .container-fluid.cf-no-pad .col-no-pad {
    padding: 0;
  }
  .container-fluid.cf-no-pad .padding-responsive-add {
    padding: 0px 15px;
  }
  .container-fluid.cf-no-pad .col-with-pad {
    padding: 0px 15px;
  }
}

@media (max-width: 1198px) {
  .container-fluid.cf-no-pad .col-pad {
    padding: 0px 15px;
  }
}

.no-marg {
  margin: 0;
}

.no-pad {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 766px) {
  .no-pad {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 320px) {
  .no-pad-xxs-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.no-pad-xxs-up {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 409px) {
  .no-pad-xs-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 321px) {
  .no-pad-xs-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 598px) {
  .no-pad-smm-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 410px) {
  .no-pad-smm-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .no-pad-sm-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 599px) {
  .no-pad-sm-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 947px) {
  .no-pad-md-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 767px) {
  .no-pad-md-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1198px) {
  .no-pad-mmd-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 948px) {
  .no-pad-mmd-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1398px) {
  .no-pad-lg-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1199px) {
  .no-pad-lg-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.no-pad-xl-down {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1399px) {
  .no-pad-xl-up {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pad-norm {
  padding-left: 65px;
  padding-right: 65px;
}

@media (max-width: 947px) {
  .pad-norm {
    padding-left: 58px;
    padding-right: 58px;
  }
}

@media (max-width: 766px) {
  .pad-norm {
    padding-left: 58px;
    padding-right: 58px;
  }
}

.pad-norm-to-0 {
  padding-left: 65px;
  padding-right: 65px;
}

@media (max-width: 947px) {
  .pad-norm-to-0 {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
}

@media (max-width: 766px) {
  .pad-norm-to-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.pad-half {
  padding-left: 42px;
  padding-right: 42px;
}

@media (max-width: 947px) {
  .pad-half {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 766px) {
  .pad-half {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.pad-half-to-0 {
  padding-left: 42px;
  padding-right: 42px;
}

@media (max-width: 947px) {
  .pad-half-to-0 {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
}

@media (max-width: 766px) {
  .pad-half-to-0 {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.pad-half-to-small {
  padding-left: 42px;
  padding-right: 42px;
}

@media (max-width: 947px) {
  .pad-half-to-small {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 766px) {
  .pad-half-to-small {
    padding-left: 14.5px;
    padding-right: 14.5px;
  }
}

.pad-norm-to-half, .has-mega-banner #razz-promos-list > div {
  padding-left: 65px;
  padding-right: 65px;
}

@media (max-width: 947px) {
  .pad-norm-to-half, .has-mega-banner #razz-promos-list > div {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
}

@media (max-width: 766px) {
  .pad-norm-to-half, .has-mega-banner #razz-promos-list > div {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.pad-section-to-half {
  padding-left: 162px;
  padding-right: 162px;
}

@media (max-width: 947px) {
  .pad-section-to-half {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 766px) {
  .pad-section-to-half {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 1398px) {
  .pad-section-to-half-down-lg {
    padding-left: 162px;
    padding-right: 162px;
  }
}

@media (max-width: 1398px) and (max-width: 947px) {
  .pad-section-to-half-down-lg {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 1398px) and (max-width: 766px) {
  .pad-section-to-half-down-lg {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.pad-section-to-small {
  padding-left: 162px;
  padding-right: 162px;
}

@media (max-width: 947px) {
  .pad-section-to-small {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 766px) {
  .pad-section-to-small {
    padding-left: 14.5px;
    padding-right: 14.5px;
  }
}

.pad-section-to-0 {
  padding-left: 162px;
  padding-right: 162px;
}

@media (max-width: 947px) {
  .pad-section-to-0 {
    padding-left: 81px;
    padding-right: 81px;
  }
}

@media (max-width: 766px) {
  .pad-section-to-0 {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.pad-section-to-norm {
  padding-left: 162px;
  padding-right: 162px;
}

@media (max-width: 947px) {
  .pad-section-to-norm {
    padding-left: 58px;
    padding-right: 58px;
  }
}

@media (max-width: 766px) {
  .pad-section-to-norm {
    padding-left: 58px;
    padding-right: 58px;
  }
}

.pad-detail-event-to-half {
  padding-left: 220px;
  padding-right: 220px;
}

@media (max-width: 947px) {
  .pad-detail-event-to-half {
    padding-left: 81px;
    padding-right: 81px;
  }
}

@media (max-width: 766px) {
  .pad-detail-event-to-half {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.row-no-gutter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 321px) {
  .row-no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 599px) {
  .row-no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 767px) {
  .row-no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1199px) {
  .row-no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1399px) {
  .row-no-gutter {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 321px) {
  .row-no-gutter > div, .row-no-gutter > li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 599px) {
  .row-no-gutter > div, .row-no-gutter > li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 767px) {
  .row-no-gutter > div, .row-no-gutter > li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1199px) {
  .row-no-gutter > div, .row-no-gutter > li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1399px) {
  .row-no-gutter > div, .row-no-gutter > li {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 409px) {
  .row-no-gutter > div, .row-no-gutter > li {
    padding-left: 0;
    padding-right: 0;
  }
}

.row-gutter-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 321px) {
  .row-gutter-small {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 599px) {
  .row-gutter-small {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 767px) {
  .row-gutter-small {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 1199px) {
  .row-gutter-small {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 1399px) {
  .row-gutter-small {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
}

@media (min-width: 321px) {
  .row-gutter-small > div, .row-gutter-small > li {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 599px) {
  .row-gutter-small > div, .row-gutter-small > li {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 767px) {
  .row-gutter-small > div, .row-gutter-small > li {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 1199px) {
  .row-gutter-small > div, .row-gutter-small > li {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 1399px) {
  .row-gutter-small > div, .row-gutter-small > li {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (max-width: 409px) {
  .row-gutter-small > div, .row-gutter-small > li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 321px) {
  .gutter-small {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 599px) {
  .gutter-small {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 767px) {
  .gutter-small {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 1199px) {
  .gutter-small {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

@media (min-width: 1399px) {
  .gutter-small {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}

.row-gutter-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 321px) {
  .row-gutter-big {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media (min-width: 599px) {
  .row-gutter-big {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media (min-width: 767px) {
  .row-gutter-big {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media (min-width: 1199px) {
  .row-gutter-big {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media (min-width: 1399px) {
  .row-gutter-big {
    margin-right: -14px;
    margin-left: -14px;
  }
}

@media (min-width: 321px) {
  .row-gutter-big > div, .row-gutter-big > li {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 599px) {
  .row-gutter-big > div, .row-gutter-big > li {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 767px) {
  .row-gutter-big > div, .row-gutter-big > li {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1199px) {
  .row-gutter-big > div, .row-gutter-big > li {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1399px) {
  .row-gutter-big > div, .row-gutter-big > li {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 409px) {
  .row-gutter-big > div, .row-gutter-big > li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 321px) {
  .gutter-big {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 599px) {
  .gutter-big {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 767px) {
  .gutter-big {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1199px) {
  .gutter-big {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (min-width: 1399px) {
  .gutter-big {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.col-xxs-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
}

.col-sm-15 {
  width: 20%;
  float: left;
}

@media (max-width: 766px) {
  .col-sm-15 {
    width: 100%;
  }
}

.col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}

.mw-xl, .mw-xl-mauto {
  max-width: 1366px;
}

.mw-xl-mauto {
  margin: auto;
}

.mw-lg2, .mw-lg2-mauto {
  max-width: 1040px;
}

.mw-lg2-mauto {
  margin: auto;
}

.mw-lg, .mw-lg-mauto {
  max-width: 1118px;
}

.mw-lg-mauto {
  margin: auto;
}

.mw-md, .mw-md-mauto {
  max-width: 530px;
}

.mw-md-mauto {
  margin: auto;
}

.arrow-carousel, .carousel-element .owl-prev, .carousel-element .owl-next {
  background: transparent;
  color: #b2b2b2;
  height: 100%;
  position: absolute;
  pointer-events: visible;
  z-index: 4;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease;
  transition: color 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition: color 0.2s ease, transform 0.4s ease;
  -o-transition: color 0.2s ease, transform 0.4s ease;
}

.arrow-carousel:before, .carousel-element .owl-prev:before, .carousel-element .owl-next:before {
  font-size: 2.5rem !important;
  position: relative;
  top: calc(50% - 17px);
}

@media (max-width: 766px) {
  .arrow-carousel:before, .carousel-element .owl-prev:before, .carousel-element .owl-next:before {
    font-size: 1.9rem !important;
  }
}

.arrow-carousel.mini:before, .carousel-element .mini.owl-prev:before, .carousel-element .mini.owl-next:before {
  top: calc(50% - 8px);
}

.arrow-carousel:hover, .carousel-element .owl-prev:hover, .carousel-element .owl-next:hover {
  color: #000000;
}

.gray-light-dots .owl-dot span, #playlists .owl-dots .owl-dot span, .sala-detail #sala-events .owl-dots .owl-dot span {
  background: #b2b2b2;
}

.gray-light-dots .owl-dot span:before, #playlists .owl-dots .owl-dot span:before, .sala-detail #sala-events .owl-dots .owl-dot span:before {
  border: 1px solid #b2b2b2;
}

.gray-light-dots .owl-dot.active span:before, #playlists .owl-dots .owl-dot.active span:before, .sala-detail #sala-events .owl-dots .owl-dot.active span:before {
  border: 1px solid #b2b2b2;
}

.carousel-element {
  height: 100%;
}

.carousel-element li {
  width: 100%;
}

.carousel-element.club-gallery {
  border: 13px solid #FFFFFF;
  box-shadow: 1px 4px 8px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 4px 8px 6px rgba(0, 0, 0, 0.1);
  height: initial;
}

@media (min-width: 948px) {
  .carousel-element.club-gallery {
    max-height: 415px;
    border-width: 20px;
  }
}

.carousel-element.club-gallery .owl-nav {
  bottom: 34px;
  height: initial;
  right: 10px;
  top: initial;
  width: 60px;
}

@media (min-width: 1199px) {
  .carousel-element.club-gallery .owl-nav {
    width: 48px;
  }
}

.carousel-element.club-gallery .owl-nav .owl-prev, .carousel-element.club-gallery .owl-nav .owl-next {
  height: 54px;
  padding-top: 6px;
  text-align: center;
  width: 54px;
}

.carousel-element.club-gallery .owl-nav .owl-prev.disabled, .carousel-element.club-gallery .owl-nav .owl-next.disabled {
  opacity: 0;
  color: #f3f3f3;
  cursor: text;
}

@media (max-width: 947px) {
  .carousel-element.club-gallery .owl-nav {
    display: none;
  }
}

.carousel-element .owl-stage-outer {
  height: 100%;
  z-index: 1;
}

.carousel-element .owl-stage-outer .owl-item img {
  display: initial;
  height: auto;
}

.carousel-element .owl-nav {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.carousel-element .owl-prev {
  font-size: 0;
  left: -48px;
}

.carousel-element .owl-prev:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 766px) {
  .carousel-element .owl-prev {
    left: 13px;
  }
}

.carousel-element .owl-next {
  font-size: 0;
  right: -48px;
}

.carousel-element .owl-next:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 766px) {
  .carousel-element .owl-next {
    right: 13px;
  }
}

.carousel-element .owl-dots {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 40px;
}

@media (min-width: 767px) {
  .carousel-element .owl-dots {
    bottom: 12px;
  }
}

.carousel-element .owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
}

.carousel-element .owl-dots .owl-dot span {
  background: #FFFFFF;
  width: 6px;
  height: 6px;
  margin: 5px 4px;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  position: relative;
}

@media (min-width: 767px) {
  .carousel-element .owl-dots .owl-dot span {
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
  }
}

.carousel-element .owl-dots .owl-dot span:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
}

.carousel-element .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid white;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
}

.carousel-element .owl-dots .owl-dot.active span:before {
  border: 1px solid #FFFFFF;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

.carousel-element.no-pad .owl-prev {
  left: 13px;
}

.carousel-element.no-pad .owl-next {
  right: 13px;
}

.carousel-element.small-arrows {
  font-size: 1.071em;
}

.carousel-element.small-arrows .owl-prev:before, .carousel-element.small-arrows .owl-next:before {
  font-size: 1.9rem !important;
}

.carousel-element.small-arrows .owl-prev {
  left: -30px;
}

@media (max-width: 947px) {
  .carousel-element.small-arrows .owl-prev {
    left: -24px;
  }
}

.carousel-element.small-arrows .owl-next {
  right: -30px;
}

@media (max-width: 947px) {
  .carousel-element.small-arrows .owl-next {
    right: -24px;
  }
}

.carousel-element.white .owl-prev, .carousel-element.white .owl-next {
  color: #FFFFFF;
}

.carousel-element.white .owl-prev:hover, .carousel-element.white .owl-next:hover {
  color: #000000;
}

.club-gallery-owl-dots {
  position: relative;
  z-index: 2;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.club-gallery-owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
}

.club-gallery-owl-dots .owl-dot span {
  background: #b2b2b2;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -o-opacity: 0.6;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative;
}

@media (min-width: 767px) {
  .club-gallery-owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
  }
}

@media (min-width: 767px) {
  .club-gallery-owl-dots .owl-dot span:before {
    border: 1px solid #b2b2b2;
    padding: 0;
    height: 11px;
    width: 11px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0;
    transition: height 0.1s ease, width 0.1s ease, left 0.1s ease, top 0.1s ease;
    -webkit-transition: height 0.1s ease, width 0.1s ease, left 0.1s ease, top 0.1s ease;
    -o-transition: height 0.1s ease, width 0.1s ease, left 0.1s ease, top 0.1s ease;
  }
}

.club-gallery-owl-dots .owl-dot span:hover:before {
  height: 17px;
  width: 17px;
  left: -3px;
  top: -3px;
}

.club-gallery-owl-dots .owl-dot.active span {
  background: #706f6f;
  opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
}

.club-gallery-owl-dots .owl-dot.active span:before {
  border: 1px solid #706f6f;
}

.right-arrow-always-visible .owl-next.disabled {
  opacity: 1 !important;
  cursor: pointer !important;
}

.main-menu-container {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.margin-space {
  padding-bottom: 182px !important;
}

@media (max-width: 947px) {
  .margin-space {
    padding-bottom: 140px !important;
  }
  .margin-space.margin-agenda {
    padding-bottom: 190px !important;
  }
}

#main-menu-header {
  position: relative;
  width: 100%;
  z-index: 19;
  top: 0;
  margin: 0px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

#main-menu-header.header-hide {
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  top: -112px !important;
}

#main-menu-header .colorHeader {
  background-color: rgba(40, 46, 58, 0.7) !important;
}

#main-menu-header .colorHeader nav .logo {
  margin-top: -15px;
}

#main-menu-header .colorHeader nav .logo .logo-home {
  content: url("../img/logos/logo-razzmatazz-header.svg") !important;
}

#main-menu-header .colorHeader nav .logo img {
  height: 53px !important;
  width: 183.14px !important;
}

#main-menu-header .colorHeader nav .hamburguer-menu .hamburguer .hamburguer-icon {
  margin-top: -15px;
}

@media (max-width: 947px) {
  #main-menu-header .colorHeader nav .hamburguer-menu .hamburguer .hamburguer-icon {
    margin-top: -10px;
  }
}

#main-menu-header .contents {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 83px;
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 2;
}

#main-menu-header .contents#contents .logo {
  padding-left: 23px;
}

#main-menu-header .contents nav {
  width: 1500px;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  padding-top: 17px;
  /* ESTILOS BÁSICOS DEL CARRITO */
  /* END ESTILOS DEL CARRITO */
}

#main-menu-header .contents nav .logo {
  padding-bottom: 0;
  padding-top: 0;
}

#main-menu-header .contents nav .logo .logo-home {
  content: url("../img/logos/logo-razzmatazz-header-home.svg");
}

#main-menu-header .contents nav .logo .logo-all {
  content: url("../img/logos/logo-razzmatazz-header.svg");
}

@media (max-width: 947px) {
  #main-menu-header .contents nav .logo {
    margin-right: 39px;
  }
}

#main-menu-header .contents nav .logo img {
  height: 90px;
  width: 311px;
  position: relative;
}

@media (max-width: 947px) {
  #main-menu-header .contents nav .logo img {
    height: 53px;
    width: 183.14px;
  }
}

#main-menu-header .contents nav .menu-items {
  text-align: end;
}

#main-menu-header .contents nav .menu-items ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0;
}

#main-menu-header .contents nav .menu-items ul li {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
}

@media (max-width: 1198px) {
  #main-menu-header .contents nav .menu-items ul li {
    margin-right: 30px;
  }
}

@media (max-width: 947px) {
  #main-menu-header .contents nav .menu-items ul li {
    margin-right: 21px;
  }
}

#main-menu-header .contents nav .menu-items ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

#main-menu-header .contents nav .menu-items ul li.active img {
  content: url("../img/icons/ico-shop-grey.svg") !important;
}

#main-menu-header .contents nav .menu-items ul li a:hover img {
  content: url("../img/icons/ico-shop-grey.svg") !important;
}

#main-menu-header .contents nav .menu-items ul li a:hover .container-count p {
  color: #FFFFFF !important;
}

@media screen and (max-width: 1080px) {
  #main-menu-header .contents nav .menu-items {
    display: none;
  }
}

#main-menu-header .contents nav .hamburguer-menu {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#main-menu-header .contents nav .hamburguer-menu .hamburguer .hamburguer-icon {
  content: url("../img/icons/ico-menu.svg");
  width: 48px;
  height: 48px;
  cursor: pointer;
}

@media (max-width: 947px) {
  #main-menu-header .contents nav .hamburguer-menu .hamburguer .hamburguer-icon {
    width: 32px;
    height: 32px;
  }
}

#main-menu-header .contents nav .hamburguer-menu .hamburguer .hamburguer-icon:hover {
  content: url("../img/icons/ico-menu-grey.svg");
}

@media screen and (max-width: 1080px) {
  #main-menu-header .contents nav .hamburguer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main-menu-header .contents nav #menu-header {
  display: none;
  background-color: rgba(40, 46, 58, 0.7);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  position: fixed;
  height: 100%;
  width: 97%;
  top: 0;
  right: 0;
  z-index: 999;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 16px;
  overflow: auto;
}

#main-menu-header .contents nav #menu-header .logo-menu {
  height: 53.43px;
  width: 183px;
}

#main-menu-header .contents nav #menu-header .close {
  height: 32px;
  width: 32px;
}

#main-menu-header .contents nav #menu-header .menu-items-list {
  margin-top: 61.58px;
  width: 100%;
}

#main-menu-header .contents nav #menu-header .menu-items-list .bag-image {
  width: 40px;
  height: 40px;
  margin-right: 0px;
}

#main-menu-header .contents nav #menu-header .menu-items-list .container-count {
  height: 41px;
  width: 41px;
  margin-bottom: 14px;
  top: 5px;
  left: 9px;
}

#main-menu-header .contents nav #menu-header .menu-items-list .container-count p {
  margin-bottom: 0px;
  font-size: 25px;
  padding-top: 2px;
}

#main-menu-header .contents nav #menu-header .menu-items-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-menu-header .contents nav #menu-header .menu-items-list ul li a {
  font-size: 40px;
  font-weight: 500;
}

#main-menu-header .contents nav #menu-header .menu-items-list ul li.active img {
  content: url("../img/icons/ico-shop-grey.svg") !important;
}

#main-menu-header .contents nav #menu-header .menu-items-list ul li a:hover img {
  content: url("../img/icons/ico-shop-grey.svg") !important;
}

#main-menu-header .contents nav #menu-header .menu-items-list ul li a:hover .container-count p {
  color: #FFFFFF !important;
}

#main-menu-header .contents nav #menu-header .menu-extra-links {
  margin-top: 70px;
}

#main-menu-header .contents nav #menu-header .menu-extra-links a {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 23px;
  border-bottom: 1px solid white;
  text-transform: capitalize !important;
}

#main-menu-header .contents nav #menu-header .menu-extra-links a:hover {
  opacity: 0.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#main-menu-header .contents nav a {
  margin-right: 48px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  position: relative;
}

@media (max-width: 1198px) {
  #main-menu-header .contents nav a {
    margin-right: 30px;
  }
}

@media (max-width: 947px) {
  #main-menu-header .contents nav a {
    margin-right: 21px;
  }
}

#main-menu-header .contents nav .container-shoppingbag .bag .bag-image {
  content: url("../img/icons/ico-shop.svg");
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 8px;
}

#main-menu-header .contents nav .container-shoppingbag .bag .bag-image:hover {
  cursor: pointer;
  content: url("../img/icons/ico-shop-grey.svg");
}

#main-menu-header .contents nav .container-shoppingbag .bag .container-count {
  border-radius: 20px;
  width: 15px;
  height: 15px;
  background-color: #FF6704;
  position: absolute;
  left: 9px;
  top: 17px;
  color: white;
}

#main-menu-header .contents nav .container-shoppingbag .bag .container-count > p {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-size: 10px;
  padding-left: 2px;
}

#main-menu-header .contents nav .container-shoppingbag .content-bag {
  border: 1px solid white;
  display: none;
  background-color: #282E3A;
  color: white;
  width: 450px;
  right: 0px;
  top: 45px;
  position: absolute;
  z-index: 4;
}

#main-menu-header .contents nav .container-shoppingbag .content-bag .decoration {
  width: 26px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -1px;
  border-left: 1px solid white;
  left: 320px;
  background-color: #282E3A;
}

#main-menu-header .contents nav .container-shoppingbag .icono-count-desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1080px) {
  #main-menu-header .contents nav .container-shoppingbag .icono-count-desktop {
    display: none;
  }
}

#main-menu-header .contents nav .container-shoppingbag .icono-count-mobile {
  display: inline-block;
}

@media screen and (min-width: 1080px) {
  #main-menu-header .contents nav .container-shoppingbag .icono-count-mobile {
    display: none;
  }
}

#main-menu-header .contents nav .line-container {
  margin-top: 21px;
}

#main-menu-header .contents nav .line-container .line-item {
  border-top: 1px solid #d6d0c4;
  height: 1px;
  margin: 0;
  width: 100%;
}

#main-menu-header .contents nav .modificar-qty-num {
  font-size: 18px;
}

#main-menu-header .contents nav .modificar-qty {
  cursor: pointer;
  color: white;
  border: 1px solid white;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

#main-menu-header .contents nav .modificar-qty:hover {
  color: #282e3a;
  background: white;
}

#main-menu-header .contents nav .qty-stock {
  border: 1px solid gray;
  color: gray;
}

#main-menu-header .contents nav .qty-stock:hover {
  background: #aaaaaa;
}

@media (max-width: 947px) {
  #main-menu-header .contents nav .form-qty {
    margin-left: 0;
  }
}

#main-menu-header .contents nav .button-std {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 16px;
  border: solid 1px white;
  border-radius: 25px;
  padding: 5px 40px;
  cursor: pointer;
  background: transparent;
  min-width: 193px;
}

#main-menu-header .contents nav .button-std:hover {
  background: #FFFFFF;
  color: #282e3a;
}

#main-menu-header .contents nav .button-std:hover img {
  -webkit-filter: invert(59%) sepia(0) saturate(800%) hue-rotate(0) brightness(19%) contrast(63%);
          filter: invert(59%) sepia(0) saturate(800%) hue-rotate(0) brightness(19%) contrast(63%);
}

#main-menu-header .contents nav .button-std img {
  width: 20px;
}

.sub-nav {
  font-family: "Roboto", serif;
  font-weight: 400;
  color: #FFFFFF;
}

.sub-nav a, .sub-nav ul li a {
  color: #FFFFFF;
}

.sub-nav.menu {
  font-family: "Roboto Condensed", serif;
  font-size: 1.286em;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 766px) {
  .sub-nav.menu {
    font-size: 1.071em;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

.sub-nav.menu nav:nth-child(1) {
  z-index: 1;
}

.sub-nav.menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sub-nav.menu ul li {
  margin-right: 42px;
  text-align: center;
  font-size: 0.95em;
}

@media (max-width: 947px) {
  .sub-nav.menu ul li {
    margin-right: 21px;
  }
}

.sub-nav.menu ul li:last-child {
  margin-right: 0;
}

.sub-nav.menu ul li a {
  padding-bottom: 0;
  /*&:hover{
						padding-bottom: $padding-menu-bottomline;
						border-bottom: 1px solid;
					}*/
}

.sub-nav.menu ul li.active {
  padding-bottom: 0;
  border-bottom: 1px solid #292f3c;
  /*a:hover{
						border-bottom: 0;
					}*/
}

.sub-nav.menu ul li.active.bottom_menu {
  border-bottom: 1px solid #b2b2b2;
}

.sub-nav.blue {
  background-color: #292f3c;
  color: #FFFFFF;
}

.sub-nav.blue a, .sub-nav.blue ul li a {
  color: #FFFFFF;
}

.sub-nav.grey {
  background-color: #f3f3f3;
  color: #000000;
}

.sub-nav.grey a, .sub-nav.grey ul li a {
  color: #000000;
}

.sub-nav .info {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 766px) {
  .sub-nav .info {
    font-size: 1.071em;
  }
}

.sub-nav .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}

@media (max-width: 766px) {
  .sub-nav .flex-row div.back-icon {
    position: absolute;
    top: 0;
  }
}

@media (max-width: 766px) {
  .sub-nav .flex-row div.info {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

#main-menu {
  -webkit-perspective: 650px;
          perspective: 650px;
}

#main-menu.device-menu-open {
  -webkit-perspective: none;
          perspective: none;
}

@media (max-width: 766px) {
  #main-menu {
    -webkit-perspective: none;
            perspective: none;
  }
}

.main-menu-container :not(.device-menu-open) .menu-translate {
  pointer-events: none;
}

@media (min-width: 599px) {
  .main-menu-container :not(.device-menu-open) .menu-translate {
    -webkit-transform: rotateX(-90deg) translateZ(-46px);
            transform: rotateX(-90deg) translateZ(-46px);
  }
}

@media (max-width: 766px) {
  .main-menu-container :not(.device-menu-open) .menu-translate {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
  }
}

.fix-main-menu {
  background-color: #FFFFFF;
  position: fixed !important;
  width: 100%;
  z-index: 6;
}

.center-responsive-second-menu .owl-stage-outer {
  top: 9%;
}

@media (max-width: 409px) {
  .device-menu .owl-item:nth-child(2) nav > ul > li:first-child,
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(4) {
    width: calc(33% - 15px) !important;
  }
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(3),
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(6) {
    left: -9px;
  }
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(n+4) {
    padding-top: 0 !important;
    padding-bottom: 22px !important;
  }
}

@media (min-width: 767px) {
  #main-menu .contents nav ul li a:hover {
    color: #292f3c;
  }
  #main-menu .contents nav.home ul li a:hover {
    color: #b2b2b2;
  }
  #main-menu .device-menu a:hover,
  #main-menu .device-menu a:active {
    color: #b9708d !important;
  }
  #main-menu .hamburger.active .ico-cross:hover {
    border-color: #b9708d !important;
    color: #b9708d !important;
  }
}

/*#main-menu .device-menu ul li a:hover{
	color: #b9708d;
}
.sub-nav.menu ul li a:hover {
	padding-bottom: $padding-menu-bottomline;
	border-bottom: 1px solid;
}
.sub-nav.menu ul li a.active:hover {
	border-bottom: 0;
}*/
#main-menu {
  -webkit-perspective: 650px;
          perspective: 650px;
}

#main-menu.device-menu-open {
  -webkit-perspective: none;
          perspective: none;
}

@media (max-width: 766px) {
  #main-menu {
    -webkit-perspective: none;
            perspective: none;
  }
}

.main-menu-container :not(.device-menu-open) .menu-translate {
  pointer-events: none;
}

@media (min-width: 599px) {
  .main-menu-container :not(.device-menu-open) .menu-translate {
    -webkit-transform: rotateX(-90deg) translateZ(-46px);
            transform: rotateX(-90deg) translateZ(-46px);
  }
}

@media (max-width: 766px) {
  .main-menu-container :not(.device-menu-open) .menu-translate {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
  }
}

.fix-main-menu {
  background-color: #FFFFFF;
  position: fixed !important;
  width: 100%;
  z-index: 6;
}

.center-responsive-second-menu .owl-stage-outer {
  top: 9%;
}

@media (max-width: 409px) {
  .device-menu .owl-item:nth-child(2) nav > ul > li:first-child,
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(4) {
    width: calc(33% - 15px) !important;
  }
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(3),
  .device-menu .owl-item:nth-child(2) nav > ul > li:nth-child(6) {
    left: -9px;
  }
}

.device-menu .gral-btn.ico-twitter::before {
  left: -7px;
  position: relative;
}

.menu-safe-area-anti-focus-lost {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

/* ESTILOS BÁSICOS DEL CARRITO */
@media (max-width: 991px) {
  .header .container-shoppingbag .content-bag {
    width: 350px;
  }
  .header .container-shoppingbag .content-bag .decoration {
    left: 319px;
  }
}

@media (max-width: 325px) {
  .header .container-shoppingbag .content-bag {
    width: 292px;
  }
  .header .container-shoppingbag .content-bag .decoration {
    left: 268px;
  }
}

/* END ESTILOS BÁSICOS DEL CARRITO */
#events-calendar {
  font-family: "Roboto", serif;
  font-size: 0.875rem;
  border-top: 1px solid #b2b2b2;
}

#events-calendar .datepicker-days {
  text-align: center;
}

#events-calendar .datepicker-days table {
  margin: 0 auto;
  position: relative;
}

#events-calendar .datepicker-days table .datepicker-switch {
  font-family: "Roboto Condensed", serif;
  text-transform: uppercase;
  text-align: center;
}

#events-calendar .datepicker-days table .dow {
  color: #b2b2b2;
  font-size: 0.714em;
}

#events-calendar .datepicker-days table .day {
  border: 1px solid #f3f3f3;
  color: #464a4c;
  cursor: pointer;
}

#events-calendar .datepicker-days table .day.old {
  color: #b2b2b2;
}

#events-calendar .datepicker-days table .day.disabled {
  color: #f3f3f3;
  cursor: text;
}

#events-calendar .datepicker-days table .prev {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  left: -42px;
  margin-top: -18px;
  top: 50%;
}

#events-calendar .datepicker-days table .prev:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#events-calendar .datepicker-days table .prev::before {
  font-size: 2.2rem;
}

#events-calendar .datepicker-days table .next {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: -42px;
  margin-top: -18px;
  top: 50%;
}

#events-calendar .datepicker-days table .next:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#events-calendar .datepicker-days table .next::before {
  font-size: 2.2rem;
}

.ui-datepicker {
  border: none !important;
  border-radius: 0;
  margin: auto;
  padding: 0;
}

.ui-datepicker.ui-datepicker-multi-3 {
  background: none;
}

.ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group {
  height: 254px;
  width: 32%;
}

.ui-datepicker .ui-datepicker-group {
  background-color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-group.ui-datepicker-group-first, .ui-datepicker .ui-datepicker-group.ui-datepicker-group-middle {
  margin-right: 14px;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  border-radius: 0;
  font-family: "Roboto Condensed", serif;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 8px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  font-size: 15px;
  font-weight: bolder;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  font-family: 'Razzicons';
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  vertical-align: bottom;
  font-size: 1rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  font-size: 15px;
  font-weight: bolder;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  font-family: "Roboto", serif;
  margin: 0 !important;
  width: 100% !important;
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-calendar thead {
  font-size: 12px;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0;
}

.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default, .ui-datepicker .ui-datepicker-calendar tbody td span.ui-state-default {
  background-color: #FFFFFF;
  border-color: transparent;
  text-align: center;
  padding: 6px 0;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled span {
  color: #222222;
  font-weight: 500 !important;
}

.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default {
  color: #282E3A;
}

.ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default:hover {
  background-color: #f3f3f3;
}

.ui-datepicker .ui-datepicker-calendar tbody td.past-event a.ui-state-default {
  color: #989898;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled.past-day span.ui-state-default {
  color: #989898;
  font-weight: 400 !important;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today .ui-state-default {
  background-color: #f3f3f3;
}

#gmap {
  height: 511px;
  width: 100%;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 1;
}

/* Tooltip text */
.tooltip .tooltiptext {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 0.857em;
  width: auto;
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  pointer-events: none;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -29px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

@media (max-width: 766px) {
  .tooltip .tooltiptext {
    margin-left: -38px;
  }
}

.tooltip .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.share-icons.open {
  position: absolute;
  display: inline-table;
  left: 41%;
  top: 50px;
}

.share-icons.open a {
  color: #282E3A !important;
}

.share-icons.open.gallery {
  max-width: 135px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: unset;
  right: calc(50% - 67.5px);
}

.tooltip .big-tooltip {
  width: 140px;
  margin-left: -64px;
}

@media (max-width: 766px) {
  .tooltip .big-tooltip {
    margin-left: -70px;
  }
}

@media (min-width: 599px) {
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    opacity: 1;
  }
}

.share-icons .ico-plus {
  font-size: 22px;
  padding: 9px 12px;
}

@media (max-width: 766px) {
  body:not(.clubsController_single) .share-icons {
    position: absolute;
    display: none;
    overflow: hidden;
    right: 0;
    bottom: -39px;
    background: #FFF;
    -webkit-transition: opacity 0.1s linear, width 0.3s 0.1s ease-out;
    transition: opacity 0.1s linear, width 0.3s 0.1s ease-out;
    border: 1px solid #b2b2b2;
    opacity: 0;
    z-index: 1;
  }
  body:not(.clubsController_single) .share-icons.open {
    opacity: 1;
    left: 41%;
    display: inline-table;
    top: 50px;
  }
  body:not(.clubsController_single) .share-icons.open a {
    text-decoration: none !important;
  }
  body.galleryController_detail .share-icons.open {
    left: unset !important;
  }
}

@media screen and (min-width: 949px) and (max-width: 1024px) {
  body:not(.clubsController_single) .share-icons.open {
    left: 36% !important;
  }
  body.galleryController_detail .share-icons.open {
    left: unset !important;
  }
}

@media screen and (max-width: 426px) {
  body:not(.clubsController_single) .share-icons.open {
    left: 33% !important;
  }
  body.galleryController_detail .share-icons.open {
    left: unset !important;
  }
}

@media screen and (max-width: 376px) {
  body:not(.clubsController_single) .share-icons.open {
    left: 30% !important;
  }
  body.galleryController_detail .share-icons.open {
    left: unset !important;
  }
}

@media screen and (max-width: 321px) {
  body:not(.clubsController_single) .share-icons.open {
    left: 26% !important;
  }
  body.galleryController_detail .share-icons.open {
    left: unset !important;
  }
}

@media (min-width: 767px) {
  .share-icons {
    position: absolute;
    display: none;
    overflow: hidden;
    right: 0px;
    top: 0px;
    background: #FFF;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    border: 1px solid #b2b2b2;
    opacity: 0;
    z-index: 1;
  }
  .share-icons.open {
    opacity: 1;
  }
  .share-icons.open a {
    text-decoration: none !important;
  }
}

body.clubsController_single .share-icons {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0px;
  top: 0px;
  background: #FFF;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border: 1px solid #b2b2b2;
  opacity: 0;
  z-index: 1;
}

@media (max-width: 947px) {
  body.clubsController_single .share-icons {
    right: -2px;
  }
}

@media (max-width: 409px) {
  body.clubsController_single .share-icons {
    right: 13px;
  }
}

body.clubsController_single .share-icons.open {
  opacity: 1;
}

.addthis-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}

.addthis-wrapper iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.toggle-animated-button {
  display: block;
  width: 28px;
  height: 30px;
  margin: 17px auto 30px 10px;
}

.toggle-animated-button span:after,
.toggle-animated-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

.toggle-animated-button span:after {
  top: 9px;
}

.toggle-animated-button span {
  position: relative;
  display: block;
}

.toggle-animated-button span,
.toggle-animated-button span:after,
.toggle-animated-button span:before {
  width: 100%;
  height: 2px;
  background-color: #292f3c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0;
}

/* on activation */
.toggle-animated-button.on span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.toggle-animated-button.on span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
}

.toggle-animated-button.on + #menu {
  opacity: 1;
  visibility: visible;
}

.toggle-animated-button.on span {
  background-color: transparent;
}

.toggle-animated-button.on span:after,
.toggle-animated-button.on span:before {
  background-color: #FFFFFF;
}

.front-admin-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 26px;
  height: 36px;
  background: #000;
  border: 2px solid #FFF;
  padding: 10px;
  color: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.front-admin-panel.active {
  width: 200px;
  height: 300px;
}

.front-admin-panel .close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  color: #FFF;
}

.front-admin-event {
  position: absolute;
  width: 57px;
  height: 30px;
  z-index: 9999;
  right: 10px;
  bottom: 3px;
}

.front-admin-event a {
  display: none;
}

.front-admin-event.edit-on a.edit {
  display: block;
}

.front-admin-event .added-to-newsletter {
  position: absolute !important;
  left: -42px;
  top: 22px;
}

#newsletter_preview {
  position: fixed;
  width: 40%;
  display: none;
  height: 100%;
  overflow-y: scroll;
}

.preview-newsletter-on #newsletter_preview {
  display: block;
}

body.preview-newsletter-on {
  position: relative;
}

body.preview-newsletter-on .container.body-container {
  max-width: 60% !important;
  left: 20%;
}

body.preview-newsletter-on .pad-section-to-0 {
  padding-left: 29px;
  padding-right: 29px;
}

#cookieBanner {
  display: none;
  font-size: 0.857em;
  margin: 0 auto;
  padding: 12px;
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
}

#cookieBanner a {
  color: #fff;
  text-decoration: underline;
}

#cookieBanner a:hover {
  color: #b2b2b2;
}

#cookieBanner a.cookie_btn {
  border: 1px solid #fff;
  padding: 10px 20px;
  display: block;
  position: relative;
  text-decoration: none;
}

@media (min-width: 599px) {
  #cookieBanner a.cookie_btn {
    float: right;
    margin-left: 20px;
  }
}

@media (max-width: 766px) {
  #cookieBanner a.cookie_btn {
    text-align: center;
  }
}

#cookieBanner a.cookie_btn:hover {
  background: #fff;
  color: #000;
}

#cookieBannerClose {
  float: left;
  font-weight: bold;
  padding: 4px;
}

@media (max-width: 766px) {
  #cookieBannerClose {
    padding: 0;
    width: 25px;
  }
  #cookieBannerClose .gral-btn {
    min-width: 0;
    padding: 4px 0;
  }
  #cookieBannerClose .gral-btn.ico-cross::before {
    font-size: 13px;
  }
}

.cookie-left-col {
  position: relative;
}

@media (min-width: 599px) {
  .cookie-left-col {
    float: left;
    max-width: calc(100% - 265px);
  }
}

@media (max-width: 766px) {
  .cookie-left-col {
    margin-bottom: 20px;
  }
}

.cookie-content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 7px;
}

#at15s.atm {
  display: none;
}

.addthis_sharing_toolbox {
  display: none;
  position: fixed;
  z-index: 2;
  margin-top: -163px;
  margin-left: 13px;
}

@media (max-width: 766px) {
  .addthis_sharing_toolbox {
    margin-left: 5px;
    margin-top: -133px;
  }
}

.addthis_sharing_toolbox a {
  display: block;
  opacity: 0;
  background-color: #FFFFFF !important;
  border-left: 1px solid #b2b2b2 !important;
  border-top: 1px solid #b2b2b2 !important;
  border-bottom: 1px solid #b2b2b2 !important;
  border-right: 1px solid #b2b2b2 !important;
}

.addthis_sharing_toolbox a .at-icon {
  fill: #b2b2b2 !important;
}

.addthis_sharing_toolbox.open {
  display: block;
}

.addthis_sharing_toolbox.open a {
  animation: show-fadein 0.2s;
  -webkit-animation: show-fadein 0.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.addthis_sharing_toolbox.open a span {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
}

.addthis_sharing_toolbox.open a:hover {
  background-color: #292f3c !important;
  border-color: #292f3c !important;
}

.addthis_sharing_toolbox.open a:hover span {
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.addthis_sharing_toolbox.open a:hover .at-icon {
  fill: #FFFFFF !important;
}

.addthis_sharing_toolbox.open a:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.addthis_sharing_toolbox.open a:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.addthis_sharing_toolbox.open a:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.addthis_sharing_toolbox.open a:nth-of-type(0) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn {
  margin-right: 0;
  display: block;
  max-width: 35px;
  margin-bottom: -1px;
}

.placeholder-min-height {
  min-height: 300px;
}

html {
  background-color: #282E3A;
}

body {
  background-color: #FFFFFF;
  color: #292f3c;
  font-family: "Roboto", serif;
  font-weight: 300;
  font-size: 0.875rem;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

img {
  width: 100%;
}

a {
  outline: 0;
  transition: color 0.2s ease, padding 0.2s ease;
  -webkit-transition: color 0.2s ease, padding 0.2s ease;
  -o-transition: color 0.2s ease, padding 0.2s ease;
}

a:hover, a:active, a:focus {
  color: #000;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  display: inline-block;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0;
}

h2 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.035em;
}

h3 {
  font-size: 1.286em;
  font-weight: 500;
}

h4 {
  font-size: 1.286em;
  font-weight: 400;
  margin-bottom: 0;
}

h5 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}

hr {
  margin-bottom: 22px;
  margin-top: 22px;
  border-color: #b2b2b2;
}

hr.bc-wh {
  border-color: #FFFFFF;
}

.gray-filter {
  filter: invert(0.98) sepia(0) saturate(20.66) hue-rotate(250deg) brightness(117) contrast(0.73);
  -webkit-filter: invert(0.98) sepia(0) saturate(20.66) hue-rotate(250deg) brightness(117) contrast(0.73);
}

#footer {
  background-color: #282E3A;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
  position: absolute;
  margin-top: 100px;
}

#footer .logo-footer {
  width: 139px;
  height: 40px;
}

#footer .first-row, #footer .second-row {
  border-bottom: 1px solid #F9F9F9;
}

#footer a {
  color: #FFFFFF !important;
}

#footer a .shop-icon {
  width: 15px;
  height: 15px;
  margin-bottom: 2px;
  margin-right: 5px;
}

@media (max-width: 947px) {
  #footer a .shop-icon {
    width: 20px;
    height: 20px;
  }
}

#footer a:hover {
  color: #b2b2b2 !important;
  text-decoration: none !important;
}

#footer a:hover .shop-icon {
  content: url("../img/icons/ico-shop-grey.svg") !important;
}

#footer a:hover img {
  opacity: 0.6;
}

#footer h4 {
  font-family: "Roboto Condensed", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23.44px;
}

#footer .info-items {
  font-family: "Roboto", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23.44px;
}

#footer .info-items .telefone a {
  text-decoration: underline;
}

#footer .info-items .telefone a:hover {
  text-decoration: none !important;
}

#footer .title a {
  font-size: 15px !important;
  font-family: "Roboto Condensed", serif;
  line-height: 23.44px;
}

#footer ul li {
  font-size: 13px !important;
  font-family: "Roboto", serif;
  line-height: 23.44px;
}

#footer ul li:hover {
  color: #b2b2b2 !important;
}

#footer .first-row .newsletter .razz-title {
  font-size: 15px;
  line-height: 23.44px;
}

#footer .first-row .newsletter p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.44px;
}

#footer .first-row .newsletter .emailNews {
  background-color: transparent;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  border-left: 1px solid #F9F9F9;
  border-right: transparent;
  width: 110px;
  padding: 3.5px 9px 3.5px;
}

#footer .first-row .newsletter .emailNews::-webkit-input-placeholder {
  margin-left: 8px;
  font-size: 14px;
  line-height: 23.44px;
}

#footer .first-row .newsletter .emailNews::-moz-placeholder {
  margin-left: 8px;
  font-size: 14px;
  line-height: 23.44px;
}

#footer .first-row .newsletter .emailNews::-ms-input-placeholder {
  margin-left: 8px;
  font-size: 14px;
  line-height: 23.44px;
}

#footer .first-row .newsletter .emailNews::placeholder {
  margin-left: 8px;
  font-size: 14px;
  line-height: 23.44px;
}

#footer .first-row .newsletter .btn-submit {
  background-color: transparent;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
  border-left: transparent;
  padding: 3.5px 9px 4.5px;
  left: -4px;
  bottom: -2px;
  position: relative;
  cursor: pointer;
}

#footer .first-row .newsletter .btn-submit:focus-visible, #footer .first-row .newsletter .emailNews:focus-visible {
  outline: none;
}

#footer .first-row .newsletter label {
  font-size: 10px;
  line-height: 23.44px;
}

#footer .first-row .newsletter input[type="email"] {
  font-size: 10px;
}

#footer .first-row .newsletter input[type="checkbox"] {
  border-radius: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#footer .first-row .newsletter input[type="checkbox"]:checked + .check-indicator {
  content: "x";
}

#footer .first-row .newsletter .check-indicator {
  border: 1px solid #FFFFFF;
  content: "";
  font-size: 1.286em;
  line-height: 0.7em;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

#footer .first-row .newsletter .check-indicator:after {
  content: "x";
  padding: 2px;
}

#footer .first-row .newsletter .err_mssg {
  color: #ff2257;
  display: inline-block;
  font-size: 0.786em;
  line-height: 23.44px;
  padding: 7px;
}

@media (max-width: 947px) {
  #footer .first-row {
    text-align: center;
  }
  #footer .first-row .logo-footer {
    width: 165px;
    height: 48px;
  }
  #footer .first-row h4 {
    font-size: 16px;
    text-align: center;
  }
  #footer .first-row .info-items {
    font-weight: 300;
    font-size: 14px;
  }
  #footer .first-row .text_mobile {
    font-weight: 400;
    font-size: 20px;
  }
  #footer .first-row .title a, #footer .first-row ul li {
    font-size: 20px !important;
    line-height: 1.5;
  }
  #footer .first-row .newsletter {
    text-align: start;
  }
  #footer .first-row .newsletter .razz-title {
    font-size: 20px;
    text-align: start;
  }
  #footer .first-row .newsletter .check-indicator {
    font-size: 10px;
  }
  #footer .first-row .newsletter .emailNews {
    width: calc(100% - 70%);
  }
  #footer .first-row .newsletter .err_mssg {
    display: block;
    padding: 0;
  }
  #footer .first-row .div-items {
    text-align: start;
  }
  #footer .first-row .div-items h4 {
    text-align: start;
    margin-bottom: 20px !important;
  }
  #footer .first-row .div-items .clubs-div .items-container, #footer .first-row .div-items .agenda-div .items-container {
    width: 20% !important;
  }
  #footer .first-row .div-items .professional-div .items-container, #footer .first-row .div-items .info-div .items-container {
    width: 29% !important;
  }
}

@media (max-width: 766px) {
  #footer .first-row .newsletter .emailNews {
    width: calc(100% - 12%);
  }
  #footer .first-row .div-items .clubs-div .items-container, #footer .first-row .div-items .agenda-div .items-container {
    width: 40% !important;
  }
  #footer .first-row .div-items .professional-div .items-container, #footer .first-row .div-items .info-div .items-container {
    width: 60% !important;
  }
}

@media only screen and (max-width: 321px) {
  #footer .first-row .div-items .clubs-div .items-container, #footer .first-row .div-items .agenda-div .items-container {
    width: 46% !important;
  }
  #footer .first-row .div-items .professional-div .items-container, #footer .first-row .div-items .info-div .items-container {
    width: 75% !important;
  }
}

@media (min-width: 948px) and (max-width: 1385px) {
  #footer .first-row .title a {
    font-size: 12px !important;
  }
}

#footer .second-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 947px) {
  #footer .second-row .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 947px) {
  #footer .second-row .lenguage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#footer .second-row .links {
  font-size: 12px;
  font-weight: 400;
  line-height: 23.44px;
}

@media (max-width: 947px) {
  #footer .second-row .links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#footer .second-row a u:hover {
  text-decoration: none !important;
}

#footer .second-row h4 {
  font-family: "Roboto", serif;
}

#footer .second-row ul li {
  margin-left: -15px;
}

#footer .second-row .select {
  width: 150px;
  background-size: 9px;
}

#footer .second-row #language_dropdown_selector {
  font-size: 15px;
}

@media (max-width: 947px) {
  #footer .second-row .social {
    border-bottom: 1px solid #F9F9F9;
  }
  #footer .second-row .social h4 {
    font-size: 20px;
    text-align: center;
  }
  #footer .second-row .social img {
    width: 24px !important;
    height: 24px !important;
  }
  #footer .second-row .social ul {
    padding-bottom: 21px;
    padding-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .second-row .social ul li {
    margin-left: 0;
  }
  #footer .second-row .lenguage {
    border-bottom: 1px solid #F9F9F9;
  }
  #footer .second-row .lenguage h4, #footer .second-row .lenguage #language_dropdown_selector {
    font-size: 16px;
  }
  #footer .second-row .lenguage .select {
    width: 165px;
    background-size: 20px;
  }
  #footer .second-row .links {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 321px) {
  #footer .second-row ul li .gral-btn {
    display: contents !important;
  }
}

#footer .third-row {
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer .third-row .thatzad {
  font-size: 12px;
}

#footer .third-row .sponsors .icon-1 img {
  width: 65px;
  height: 52px;
}

#footer .third-row .sponsors .icon-2 img {
  width: 111px;
  height: 37px;
}

#footer .third-row .sponsors .icon-3 img {
  width: 112px;
  height: 47px;
}

#footer .third-row .sponsors .icon-4 img {
  width: 139px;
  height: 26px;
}

#footer .third-row .sponsors .icon-5 img {
  width: 163px;
  height: 30px;
}

#footer .third-row .sponsors .icon-6 img {
  width: 144px;
  height: 54px;
}

#footer .third-row .sponsors .icon-7 img {
  width: 160px;
  height: 33px;
}

#footer .third-row .sponsors .icon-8 img {
  width: 116px;
}

#footer .third-row .sponsors .icon-9 img {
  width: 130px;
}

@media (max-width: 947px) {
  #footer .third-row .thatzad {
    font-size: 12px;
    text-align: center;
  }
  #footer .third-row .sponsors .icon-1 img {
    width: 43.33px;
    height: 34.67px;
  }
  #footer .third-row .sponsors .icon-2 img {
    width: 74px;
    height: 24.67px;
  }
  #footer .third-row .sponsors .icon-3 img {
    width: 74.67px;
    height: 31.33px;
  }
  #footer .third-row .sponsors .icon-4 img {
    width: 92.67px;
    height: 17.33px;
  }
  #footer .third-row .sponsors .icon-5 img {
    width: 108.67px;
    height: 20px;
  }
  #footer .third-row .sponsors .icon-6 img {
    width: 96px;
    height: 36px;
  }
  #footer .third-row .sponsors .icon-8 img {
    width: 85px;
    height: 47px;
  }
  #footer .third-row .sponsors .icon-9 img {
    width: 120px;
    height: 65px;
  }
}

@media (max-width: 947px) {
  #footer .div-items .shop-music-div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 947px) {
  #footer .div-items .agenda-div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 947px) {
  #footer .div-items .clubs-div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 947px) {
  #footer .div-items .professional-div {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 947px) {
  #footer .div-items .info-div {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (max-width: 766px) {
  .address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 766px) {
  .address {
    display: block;
  }
}

.address img {
  max-width: 139px;
}

.address p {
  font-size: 0.857em;
  letter-spacing: 0.04em;
  line-height: 1.7em;
}

.main-footer {
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-bottom: 37px;
  padding-top: 37px;
  -webkit-overflow-scrolling: touch;
  opacity: 1 !important;
  pointer-events: auto !important;
  overflow-x: hidden;
}

@media (max-width: 766px) {
  .main-footer {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .main-footer .text_mobile {
    font-size: 20px;
  }
}

.main-footer nav {
  font-weight: 400;
}

@media (max-width: 766px) {
  .main-footer nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.main-footer nav ul li {
  padding-right: 42px;
  font-size: 1.071em;
  letter-spacing: 0.04em;
  width: auto;
}

@media (max-width: 1398px) {
  .main-footer nav ul li {
    padding-right: 21px;
    width: 26%;
    /*&:last-child{
            padding-right: 0;
          }*/
  }
}

@media (max-width: 766px) {
  .main-footer nav ul li {
    padding-right: 0;
    width: 32%;
  }
}

@media (max-width: 947px) {
  .main-footer nav ul li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 947px) {
  .main-footer nav ul li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 947px) {
  .main-footer nav ul li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (max-width: 947px) {
  .main-footer nav ul li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 947px) {
  .main-footer nav ul li:nth-child(5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.main-footer nav ul li h4 {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.main-footer nav ul li ul li {
  display: block;
  font-size: 0.857em;
  letter-spacing: 0.07em;
  line-height: 1.6em;
  padding-right: 0;
  width: 100%;
}

.main-footer h4 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.071em;
  letter-spacing: 0.08em;
}

.main-footer .select select {
  font-family: "Roboto", serif;
  letter-spacing: 0.05em;
  padding-right: 5px;
  width: 170px;
}

.main-footer .select option {
  color: #292f3c;
}

@media (max-width: 947px) {
  .main-footer .newsletter {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 947px) {
  .main-footer .newsletter {
    width: 100%;
    padding: 10px;
    padding-left: 21px;
    padding-right: 21px;
    margin-top: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
  .main-footer .newsletter .emailNews {
    width: 85%;
  }
}

.main-footer .newsletter p {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.main-footer .newsletter input {
  border: 1px solid #FFFFFF;
  display: block;
  float: left;
  padding-bottom: 3px;
  padding-top: 3px;
}

.main-footer .newsletter input[type=submit] {
  cursor: pointer;
  padding: 6px 9px 7px;
}

.main-footer .newsletter input::-moz-focus-inner {
  border: 0;
}

.main-footer .newsletter input:focus {
  outline: 0;
}

.main-footer .newsletter label {
  cursor: pointer;
  font-size: 0.714em;
  letter-spacing: 0.04em;
  position: relative;
}

.main-footer .newsletter label input {
  border-radius: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.main-footer .newsletter label input:checked + .check-indicator {
  content: "x";
}

.main-footer .newsletter label .check-indicator {
  border: 1px solid #FFFFFF;
  content: "";
  font-size: 1.286em;
  line-height: 0.7em;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
}

.main-footer .newsletter label .check-indicator:after {
  content: "x";
  padding: 2px;
}

.main-footer .newsletter .err_mssg {
  color: #ff2257;
  display: inline-block;
  font-size: 0.786em;
  line-height: 1.1em;
  padding: 7px;
}

.main-footer hr.n1 {
  width: 100%;
}

@media (max-width: 766px) {
  .main-footer hr.n1 {
    display: none;
  }
}

.main-footer hr.n2 {
  width: 100%;
}

@media (max-width: 947px) {
  .main-footer hr.n2 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.main-footer .cr {
  font-size: 0.857em;
  letter-spacing: 0.04em;
}

@media (max-width: 947px) {
  .main-footer .cr {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

@media (max-width: 766px) {
  .main-footer .lang {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (max-width: 766px) {
  .main-footer .lang {
    border-bottom: 1px solid #b2b2b2;
  }
}

@media (min-width: 767px) and (max-width: 947px) {
  .main-footer .lang {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .main-footer .social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 766px) {
  .main-footer .social {
    border-bottom: 1px solid #b2b2b2;
  }
}

.main-footer .social ul li a {
  margin-right: -2px;
  margin-left: -2px;
}

@media (min-width: 767px) and (max-width: 947px) {
  .main-footer .social {
    width: 60%;
  }
}

@media (max-width: 947px) {
  .main-footer .social {
    padding-left: 4px;
    padding-right: 4px;
  }
  .main-footer .social .newsletter input[type="email"] {
    width: 140px;
  }
}

@media screen and (max-width: 400px) {
  .column-to-left {
    position: relative;
    left: -10px;
  }
  .column-to-right {
    position: relative;
    left: 25px;
  }
}

.container-refs .container-refs a.icon-1 {
  max-width: 65px;
  margin-left: auto;
  margin-right: auto;
}

.container-refs .container-refs a.icon-2 {
  max-width: 111px;
  margin-left: auto;
  margin-right: auto;
}

.container-refs .icon-5 {
  max-width: 155px;
  display: inline-block;
}

.container-refs .icon-6 {
  max-width: 144px;
  display: inline-block;
}

.has-mega-banner .main-footer {
  padding-left: 29px;
  padding-right: 29px;
}

.has-mega-banner .main-footer .address {
  width: 20%;
}

.has-mega-banner .main-footer nav {
  width: 60%;
}

.has-mega-banner .main-footer nav ul li {
  padding-right: 2px;
}

@media (max-width: 1398px) {
  .has-mega-banner .main-footer nav ul {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.has-mega-banner .main-footer .newsletter input[type="email"] {
  width: 140px;
}

.has-mega-banner .main-footer .cr {
  margin-top: 20px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  width: 100%;
}

.has-mega-banner .main-footer .lang {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  width: 40%;
}

.has-mega-banner .main-footer .social {
  width: 60%;
}

@media (max-width: 766px) {
  .has-mega-banner .main-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .has-mega-banner .main-footer .address {
    width: 100%;
  }
  .has-mega-banner .main-footer nav {
    width: 100%;
  }
  .has-mega-banner .main-footer .lang {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
  }
  .has-mega-banner .main-footer .social {
    width: 100%;
  }
}

.main-footer .gral-btn.ico-twitter::before {
  position: relative;
  left: 4px;
}

@media (max-width: 409px) {
  .main-footer .gral-btn.ico-twitter::before {
    left: -3px;
  }
}

.estrella_damm_logo {
  position: relative;
  display: block;
  margin: 0 auto 10px auto;
  width: 65px;
}

@media (min-width: 767px) {
  .estrella_damm_logo {
    float: left;
    margin: -7px 20px 0 0;
  }
}

.footer_copyright {
  width: 400px;
}

@media (max-width: 766px) {
  .footer_copyright {
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px 0 20px;
  }
}

@media (max-width: 409px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 598px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 766px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 947px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1198px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1398px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.container.body-container {
  width: 100%;
}

body.scroll-delegated {
  overflow-y: hidden;
}

/*.agenda-wrapper {
  position: relative;
  overflow-x: hidden;
}*/
.container {
  background-color: #282E3A;
}

.disabled-obj, .arrow-carousel.disabled, .carousel-element .disabled.owl-prev, .carousel-element .disabled.owl-next, .disabled-obj:hover, .arrow-carousel.disabled:hover, .carousel-element .disabled.owl-prev:hover, .carousel-element .disabled.owl-next:hover {
  cursor: unset;
  opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
}

.search-box input {
  border: none;
  font-family: "Roboto Condensed", serif;
  font-size: 1.071em;
  line-height: 1.2em;
}

.rounded {
  border-radius: 24px;
  padding-left: 14px;
  padding-right: 14px;
}

.wlimit-1 {
  max-width: 120px;
}

#fixed-elements-container > div {
  z-index: 2;
}

#fixed-elements-container > h5 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: -1;
}

#fixed-elements-container .sub-nav {
  z-index: 2;
}

#fixed-elements-container .hidden {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

#fixed-elements-container .showing {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.bg-cabecera, .bg-cabecera-t1, .bg-cabecera-t1-left, .bg-cabecera-t1-right, .bg-cabecera-t2, .bg-cabecera-t2-left, .bg-cabecera-t2-right, .bg-cabecera-left, .bg-cabecera-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-cabecera-t1, .bg-cabecera-t1-left, .bg-cabecera-t1-right {
  min-height: 400px;
}

@media (max-width: 766px) {
  .bg-cabecera-t1, .bg-cabecera-t1-left, .bg-cabecera-t1-right {
    min-height: 266.66666667px;
  }
}

.bg-cabecera-t2, .bg-cabecera-t2-left, .bg-cabecera-t2-right {
  min-height: 300px;
}

@media (max-width: 766px) {
  .bg-cabecera-t2, .bg-cabecera-t2-left, .bg-cabecera-t2-right {
    min-height: 200px;
    background-position: center center;
  }
}

@media (max-width: 766px) {
  .bg-cabecera-left, .bg-cabecera-t1-left, .bg-cabecera-t2-left {
    background-position: left center;
  }
}

.bg-cabecera-right, .bg-cabecera-t1-right, .bg-cabecera-t2-right {
  min-height: 340px;
}

@media (max-width: 766px) {
  .bg-cabecera-right, .bg-cabecera-t1-right, .bg-cabecera-t2-right {
    background-position: right center;
    min-height: 230px;
  }
}

.bg-cabecera h2, .bg-cabecera-t1 h2, .bg-cabecera-t1-left h2, .bg-cabecera-t1-right h2, .bg-cabecera-t2 h2, .bg-cabecera-t2-left h2, .bg-cabecera-t2-right h2, .bg-cabecera-left h2, .bg-cabecera-right h2 {
  bottom: 0;
  font-size: 5.143em;
  height: 20%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 3;
}

@media (max-width: 766px) {
  .bg-cabecera h2, .bg-cabecera-t1 h2, .bg-cabecera-t1-left h2, .bg-cabecera-t1-right h2, .bg-cabecera-t2 h2, .bg-cabecera-t2-left h2, .bg-cabecera-t2-right h2, .bg-cabecera-left h2, .bg-cabecera-right h2 {
    font-size: 3.429em;
  }
}

.bg-cabecera img, .bg-cabecera-t1 img, .bg-cabecera-t1-left img, .bg-cabecera-t1-right img, .bg-cabecera-t2 img, .bg-cabecera-t2-left img, .bg-cabecera-t2-right img, .bg-cabecera-left img, .bg-cabecera-right img {
  max-width: 320px;
  position: absolute;
  right: 20%;
  z-index: 2;
}

@media (max-width: 766px) {
  .bg-cabecera img, .bg-cabecera-t1 img, .bg-cabecera-t1-left img, .bg-cabecera-t1-right img, .bg-cabecera-t2 img, .bg-cabecera-t2-left img, .bg-cabecera-t2-right img, .bg-cabecera-left img, .bg-cabecera-right img {
    max-width: 220px;
    right: 10%;
  }
}

.flexwrap-percent-10, .flexwrap-percent-10-md10, .flexwrap-percent-10-md10-sm10, .flexwrap-percent-10-md10-sm15, .flexwrap-percent-10-md10-sm20, .flexwrap-percent-10-md10-sm30, .flexwrap-percent-10-md10-sm40, .flexwrap-percent-10-md10-sm50, .flexwrap-percent-10-md10-sm60, .flexwrap-percent-10-md10-sm65, .flexwrap-percent-10-md10-sm70, .flexwrap-percent-10-md10-sm80, .flexwrap-percent-10-md10-sm90, .flexwrap-percent-10-md10-sm100, .flexwrap-percent-10-md15, .flexwrap-percent-10-md15-sm10, .flexwrap-percent-10-md15-sm15, .flexwrap-percent-10-md15-sm20, .flexwrap-percent-10-md15-sm30, .flexwrap-percent-10-md15-sm40, .flexwrap-percent-10-md15-sm50, .flexwrap-percent-10-md15-sm60, .flexwrap-percent-10-md15-sm65, .flexwrap-percent-10-md15-sm70, .flexwrap-percent-10-md15-sm80, .flexwrap-percent-10-md15-sm90, .flexwrap-percent-10-md15-sm100, .flexwrap-percent-10-md20, .flexwrap-percent-10-md20-sm10, .flexwrap-percent-10-md20-sm15, .flexwrap-percent-10-md20-sm20, .flexwrap-percent-10-md20-sm30, .flexwrap-percent-10-md20-sm40, .flexwrap-percent-10-md20-sm50, .flexwrap-percent-10-md20-sm60, .flexwrap-percent-10-md20-sm65, .flexwrap-percent-10-md20-sm70, .flexwrap-percent-10-md20-sm80, .flexwrap-percent-10-md20-sm90, .flexwrap-percent-10-md20-sm100, .flexwrap-percent-10-md30, .flexwrap-percent-10-md30-sm10, .flexwrap-percent-10-md30-sm15, .flexwrap-percent-10-md30-sm20, .flexwrap-percent-10-md30-sm30, .flexwrap-percent-10-md30-sm40, .flexwrap-percent-10-md30-sm50, .flexwrap-percent-10-md30-sm60, .flexwrap-percent-10-md30-sm65, .flexwrap-percent-10-md30-sm70, .flexwrap-percent-10-md30-sm80, .flexwrap-percent-10-md30-sm90, .flexwrap-percent-10-md30-sm100, .flexwrap-percent-10-md40, .flexwrap-percent-10-md40-sm10, .flexwrap-percent-10-md40-sm15, .flexwrap-percent-10-md40-sm20, .flexwrap-percent-10-md40-sm30, .flexwrap-percent-10-md40-sm40, .flexwrap-percent-10-md40-sm50, .flexwrap-percent-10-md40-sm60, .flexwrap-percent-10-md40-sm65, .flexwrap-percent-10-md40-sm70, .flexwrap-percent-10-md40-sm80, .flexwrap-percent-10-md40-sm90, .flexwrap-percent-10-md40-sm100, .flexwrap-percent-10-md50, .flexwrap-percent-10-md50-sm10, .flexwrap-percent-10-md50-sm15, .flexwrap-percent-10-md50-sm20, .flexwrap-percent-10-md50-sm30, .flexwrap-percent-10-md50-sm40, .flexwrap-percent-10-md50-sm50, .flexwrap-percent-10-md50-sm60, .flexwrap-percent-10-md50-sm65, .flexwrap-percent-10-md50-sm70, .flexwrap-percent-10-md50-sm80, .flexwrap-percent-10-md50-sm90, .flexwrap-percent-10-md50-sm100, .flexwrap-percent-10-md60, .flexwrap-percent-10-md60-sm10, .flexwrap-percent-10-md60-sm15, .flexwrap-percent-10-md60-sm20, .flexwrap-percent-10-md60-sm30, .flexwrap-percent-10-md60-sm40, .flexwrap-percent-10-md60-sm50, .flexwrap-percent-10-md60-sm60, .flexwrap-percent-10-md60-sm65, .flexwrap-percent-10-md60-sm70, .flexwrap-percent-10-md60-sm80, .flexwrap-percent-10-md60-sm90, .flexwrap-percent-10-md60-sm100, .flexwrap-percent-10-md65, .flexwrap-percent-10-md65-sm10, .flexwrap-percent-10-md65-sm15, .flexwrap-percent-10-md65-sm20, .flexwrap-percent-10-md65-sm30, .flexwrap-percent-10-md65-sm40, .flexwrap-percent-10-md65-sm50, .flexwrap-percent-10-md65-sm60, .flexwrap-percent-10-md65-sm65, .flexwrap-percent-10-md65-sm70, .flexwrap-percent-10-md65-sm80, .flexwrap-percent-10-md65-sm90, .flexwrap-percent-10-md65-sm100, .flexwrap-percent-10-md70, .flexwrap-percent-10-md70-sm10, .flexwrap-percent-10-md70-sm15, .flexwrap-percent-10-md70-sm20, .flexwrap-percent-10-md70-sm30, .flexwrap-percent-10-md70-sm40, .flexwrap-percent-10-md70-sm50, .flexwrap-percent-10-md70-sm60, .flexwrap-percent-10-md70-sm65, .flexwrap-percent-10-md70-sm70, .flexwrap-percent-10-md70-sm80, .flexwrap-percent-10-md70-sm90, .flexwrap-percent-10-md70-sm100, .flexwrap-percent-10-md80, .flexwrap-percent-10-md80-sm10, .flexwrap-percent-10-md80-sm15, .flexwrap-percent-10-md80-sm20, .flexwrap-percent-10-md80-sm30, .flexwrap-percent-10-md80-sm40, .flexwrap-percent-10-md80-sm50, .flexwrap-percent-10-md80-sm60, .flexwrap-percent-10-md80-sm65, .flexwrap-percent-10-md80-sm70, .flexwrap-percent-10-md80-sm80, .flexwrap-percent-10-md80-sm90, .flexwrap-percent-10-md80-sm100, .flexwrap-percent-10-md90, .flexwrap-percent-10-md90-sm10, .flexwrap-percent-10-md90-sm15, .flexwrap-percent-10-md90-sm20, .flexwrap-percent-10-md90-sm30, .flexwrap-percent-10-md90-sm40, .flexwrap-percent-10-md90-sm50, .flexwrap-percent-10-md90-sm60, .flexwrap-percent-10-md90-sm65, .flexwrap-percent-10-md90-sm70, .flexwrap-percent-10-md90-sm80, .flexwrap-percent-10-md90-sm90, .flexwrap-percent-10-md90-sm100, .flexwrap-percent-10-md100, .flexwrap-percent-10-md100-sm10, .flexwrap-percent-10-md100-sm15, .flexwrap-percent-10-md100-sm20, .flexwrap-percent-10-md100-sm30, .flexwrap-percent-10-md100-sm40, .flexwrap-percent-10-md100-sm50, .flexwrap-percent-10-md100-sm60, .flexwrap-percent-10-md100-sm65, .flexwrap-percent-10-md100-sm70, .flexwrap-percent-10-md100-sm80, .flexwrap-percent-10-md100-sm90, .flexwrap-percent-10-md100-sm100 {
  width: 10%;
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md10, .flexwrap-percent-10-md10-sm10, .flexwrap-percent-10-md10-sm15, .flexwrap-percent-10-md10-sm20, .flexwrap-percent-10-md10-sm30, .flexwrap-percent-10-md10-sm40, .flexwrap-percent-10-md10-sm50, .flexwrap-percent-10-md10-sm60, .flexwrap-percent-10-md10-sm65, .flexwrap-percent-10-md10-sm70, .flexwrap-percent-10-md10-sm80, .flexwrap-percent-10-md10-sm90, .flexwrap-percent-10-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md15, .flexwrap-percent-10-md15-sm10, .flexwrap-percent-10-md15-sm15, .flexwrap-percent-10-md15-sm20, .flexwrap-percent-10-md15-sm30, .flexwrap-percent-10-md15-sm40, .flexwrap-percent-10-md15-sm50, .flexwrap-percent-10-md15-sm60, .flexwrap-percent-10-md15-sm65, .flexwrap-percent-10-md15-sm70, .flexwrap-percent-10-md15-sm80, .flexwrap-percent-10-md15-sm90, .flexwrap-percent-10-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md20, .flexwrap-percent-10-md20-sm10, .flexwrap-percent-10-md20-sm15, .flexwrap-percent-10-md20-sm20, .flexwrap-percent-10-md20-sm30, .flexwrap-percent-10-md20-sm40, .flexwrap-percent-10-md20-sm50, .flexwrap-percent-10-md20-sm60, .flexwrap-percent-10-md20-sm65, .flexwrap-percent-10-md20-sm70, .flexwrap-percent-10-md20-sm80, .flexwrap-percent-10-md20-sm90, .flexwrap-percent-10-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md30, .flexwrap-percent-10-md30-sm10, .flexwrap-percent-10-md30-sm15, .flexwrap-percent-10-md30-sm20, .flexwrap-percent-10-md30-sm30, .flexwrap-percent-10-md30-sm40, .flexwrap-percent-10-md30-sm50, .flexwrap-percent-10-md30-sm60, .flexwrap-percent-10-md30-sm65, .flexwrap-percent-10-md30-sm70, .flexwrap-percent-10-md30-sm80, .flexwrap-percent-10-md30-sm90, .flexwrap-percent-10-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md40, .flexwrap-percent-10-md40-sm10, .flexwrap-percent-10-md40-sm15, .flexwrap-percent-10-md40-sm20, .flexwrap-percent-10-md40-sm30, .flexwrap-percent-10-md40-sm40, .flexwrap-percent-10-md40-sm50, .flexwrap-percent-10-md40-sm60, .flexwrap-percent-10-md40-sm65, .flexwrap-percent-10-md40-sm70, .flexwrap-percent-10-md40-sm80, .flexwrap-percent-10-md40-sm90, .flexwrap-percent-10-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md50, .flexwrap-percent-10-md50-sm10, .flexwrap-percent-10-md50-sm15, .flexwrap-percent-10-md50-sm20, .flexwrap-percent-10-md50-sm30, .flexwrap-percent-10-md50-sm40, .flexwrap-percent-10-md50-sm50, .flexwrap-percent-10-md50-sm60, .flexwrap-percent-10-md50-sm65, .flexwrap-percent-10-md50-sm70, .flexwrap-percent-10-md50-sm80, .flexwrap-percent-10-md50-sm90, .flexwrap-percent-10-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md60, .flexwrap-percent-10-md60-sm10, .flexwrap-percent-10-md60-sm15, .flexwrap-percent-10-md60-sm20, .flexwrap-percent-10-md60-sm30, .flexwrap-percent-10-md60-sm40, .flexwrap-percent-10-md60-sm50, .flexwrap-percent-10-md60-sm60, .flexwrap-percent-10-md60-sm65, .flexwrap-percent-10-md60-sm70, .flexwrap-percent-10-md60-sm80, .flexwrap-percent-10-md60-sm90, .flexwrap-percent-10-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md65, .flexwrap-percent-10-md65-sm10, .flexwrap-percent-10-md65-sm15, .flexwrap-percent-10-md65-sm20, .flexwrap-percent-10-md65-sm30, .flexwrap-percent-10-md65-sm40, .flexwrap-percent-10-md65-sm50, .flexwrap-percent-10-md65-sm60, .flexwrap-percent-10-md65-sm65, .flexwrap-percent-10-md65-sm70, .flexwrap-percent-10-md65-sm80, .flexwrap-percent-10-md65-sm90, .flexwrap-percent-10-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md70, .flexwrap-percent-10-md70-sm10, .flexwrap-percent-10-md70-sm15, .flexwrap-percent-10-md70-sm20, .flexwrap-percent-10-md70-sm30, .flexwrap-percent-10-md70-sm40, .flexwrap-percent-10-md70-sm50, .flexwrap-percent-10-md70-sm60, .flexwrap-percent-10-md70-sm65, .flexwrap-percent-10-md70-sm70, .flexwrap-percent-10-md70-sm80, .flexwrap-percent-10-md70-sm90, .flexwrap-percent-10-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md80, .flexwrap-percent-10-md80-sm10, .flexwrap-percent-10-md80-sm15, .flexwrap-percent-10-md80-sm20, .flexwrap-percent-10-md80-sm30, .flexwrap-percent-10-md80-sm40, .flexwrap-percent-10-md80-sm50, .flexwrap-percent-10-md80-sm60, .flexwrap-percent-10-md80-sm65, .flexwrap-percent-10-md80-sm70, .flexwrap-percent-10-md80-sm80, .flexwrap-percent-10-md80-sm90, .flexwrap-percent-10-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md90, .flexwrap-percent-10-md90-sm10, .flexwrap-percent-10-md90-sm15, .flexwrap-percent-10-md90-sm20, .flexwrap-percent-10-md90-sm30, .flexwrap-percent-10-md90-sm40, .flexwrap-percent-10-md90-sm50, .flexwrap-percent-10-md90-sm60, .flexwrap-percent-10-md90-sm65, .flexwrap-percent-10-md90-sm70, .flexwrap-percent-10-md90-sm80, .flexwrap-percent-10-md90-sm90, .flexwrap-percent-10-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-10-md100, .flexwrap-percent-10-md100-sm10, .flexwrap-percent-10-md100-sm15, .flexwrap-percent-10-md100-sm20, .flexwrap-percent-10-md100-sm30, .flexwrap-percent-10-md100-sm40, .flexwrap-percent-10-md100-sm50, .flexwrap-percent-10-md100-sm60, .flexwrap-percent-10-md100-sm65, .flexwrap-percent-10-md100-sm70, .flexwrap-percent-10-md100-sm80, .flexwrap-percent-10-md100-sm90, .flexwrap-percent-10-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-10-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-15, .flexwrap-percent-15-md10, .flexwrap-percent-15-md10-sm10, .flexwrap-percent-15-md10-sm15, .flexwrap-percent-15-md10-sm20, .flexwrap-percent-15-md10-sm30, .flexwrap-percent-15-md10-sm40, .flexwrap-percent-15-md10-sm50, .flexwrap-percent-15-md10-sm60, .flexwrap-percent-15-md10-sm65, .flexwrap-percent-15-md10-sm70, .flexwrap-percent-15-md10-sm80, .flexwrap-percent-15-md10-sm90, .flexwrap-percent-15-md10-sm100, .flexwrap-percent-15-md15, .flexwrap-percent-15-md15-sm10, .flexwrap-percent-15-md15-sm15, .flexwrap-percent-15-md15-sm20, .flexwrap-percent-15-md15-sm30, .flexwrap-percent-15-md15-sm40, .flexwrap-percent-15-md15-sm50, .flexwrap-percent-15-md15-sm60, .flexwrap-percent-15-md15-sm65, .flexwrap-percent-15-md15-sm70, .flexwrap-percent-15-md15-sm80, .flexwrap-percent-15-md15-sm90, .flexwrap-percent-15-md15-sm100, .flexwrap-percent-15-md20, .flexwrap-percent-15-md20-sm10, .flexwrap-percent-15-md20-sm15, .flexwrap-percent-15-md20-sm20, .flexwrap-percent-15-md20-sm30, .flexwrap-percent-15-md20-sm40, .flexwrap-percent-15-md20-sm50, .flexwrap-percent-15-md20-sm60, .flexwrap-percent-15-md20-sm65, .flexwrap-percent-15-md20-sm70, .flexwrap-percent-15-md20-sm80, .flexwrap-percent-15-md20-sm90, .flexwrap-percent-15-md20-sm100, .flexwrap-percent-15-md30, .flexwrap-percent-15-md30-sm10, .flexwrap-percent-15-md30-sm15, .flexwrap-percent-15-md30-sm20, .flexwrap-percent-15-md30-sm30, .flexwrap-percent-15-md30-sm40, .flexwrap-percent-15-md30-sm50, .flexwrap-percent-15-md30-sm60, .flexwrap-percent-15-md30-sm65, .flexwrap-percent-15-md30-sm70, .flexwrap-percent-15-md30-sm80, .flexwrap-percent-15-md30-sm90, .flexwrap-percent-15-md30-sm100, .flexwrap-percent-15-md40, .flexwrap-percent-15-md40-sm10, .flexwrap-percent-15-md40-sm15, .flexwrap-percent-15-md40-sm20, .flexwrap-percent-15-md40-sm30, .flexwrap-percent-15-md40-sm40, .flexwrap-percent-15-md40-sm50, .flexwrap-percent-15-md40-sm60, .flexwrap-percent-15-md40-sm65, .flexwrap-percent-15-md40-sm70, .flexwrap-percent-15-md40-sm80, .flexwrap-percent-15-md40-sm90, .flexwrap-percent-15-md40-sm100, .flexwrap-percent-15-md50, .flexwrap-percent-15-md50-sm10, .flexwrap-percent-15-md50-sm15, .flexwrap-percent-15-md50-sm20, .flexwrap-percent-15-md50-sm30, .flexwrap-percent-15-md50-sm40, .flexwrap-percent-15-md50-sm50, .flexwrap-percent-15-md50-sm60, .flexwrap-percent-15-md50-sm65, .flexwrap-percent-15-md50-sm70, .flexwrap-percent-15-md50-sm80, .flexwrap-percent-15-md50-sm90, .flexwrap-percent-15-md50-sm100, .flexwrap-percent-15-md60, .flexwrap-percent-15-md60-sm10, .flexwrap-percent-15-md60-sm15, .flexwrap-percent-15-md60-sm20, .flexwrap-percent-15-md60-sm30, .flexwrap-percent-15-md60-sm40, .flexwrap-percent-15-md60-sm50, .flexwrap-percent-15-md60-sm60, .flexwrap-percent-15-md60-sm65, .flexwrap-percent-15-md60-sm70, .flexwrap-percent-15-md60-sm80, .flexwrap-percent-15-md60-sm90, .flexwrap-percent-15-md60-sm100, .flexwrap-percent-15-md65, .flexwrap-percent-15-md65-sm10, .flexwrap-percent-15-md65-sm15, .flexwrap-percent-15-md65-sm20, .flexwrap-percent-15-md65-sm30, .flexwrap-percent-15-md65-sm40, .flexwrap-percent-15-md65-sm50, .flexwrap-percent-15-md65-sm60, .flexwrap-percent-15-md65-sm65, .flexwrap-percent-15-md65-sm70, .flexwrap-percent-15-md65-sm80, .flexwrap-percent-15-md65-sm90, .flexwrap-percent-15-md65-sm100, .flexwrap-percent-15-md70, .flexwrap-percent-15-md70-sm10, .flexwrap-percent-15-md70-sm15, .flexwrap-percent-15-md70-sm20, .flexwrap-percent-15-md70-sm30, .flexwrap-percent-15-md70-sm40, .flexwrap-percent-15-md70-sm50, .flexwrap-percent-15-md70-sm60, .flexwrap-percent-15-md70-sm65, .flexwrap-percent-15-md70-sm70, .flexwrap-percent-15-md70-sm80, .flexwrap-percent-15-md70-sm90, .flexwrap-percent-15-md70-sm100, .flexwrap-percent-15-md80, .flexwrap-percent-15-md80-sm10, .flexwrap-percent-15-md80-sm15, .flexwrap-percent-15-md80-sm20, .flexwrap-percent-15-md80-sm30, .flexwrap-percent-15-md80-sm40, .flexwrap-percent-15-md80-sm50, .flexwrap-percent-15-md80-sm60, .flexwrap-percent-15-md80-sm65, .flexwrap-percent-15-md80-sm70, .flexwrap-percent-15-md80-sm80, .flexwrap-percent-15-md80-sm90, .flexwrap-percent-15-md80-sm100, .flexwrap-percent-15-md90, .flexwrap-percent-15-md90-sm10, .flexwrap-percent-15-md90-sm15, .flexwrap-percent-15-md90-sm20, .flexwrap-percent-15-md90-sm30, .flexwrap-percent-15-md90-sm40, .flexwrap-percent-15-md90-sm50, .flexwrap-percent-15-md90-sm60, .flexwrap-percent-15-md90-sm65, .flexwrap-percent-15-md90-sm70, .flexwrap-percent-15-md90-sm80, .flexwrap-percent-15-md90-sm90, .flexwrap-percent-15-md90-sm100, .flexwrap-percent-15-md100, .flexwrap-percent-15-md100-sm10, .flexwrap-percent-15-md100-sm15, .flexwrap-percent-15-md100-sm20, .flexwrap-percent-15-md100-sm30, .flexwrap-percent-15-md100-sm40, .flexwrap-percent-15-md100-sm50, .flexwrap-percent-15-md100-sm60, .flexwrap-percent-15-md100-sm65, .flexwrap-percent-15-md100-sm70, .flexwrap-percent-15-md100-sm80, .flexwrap-percent-15-md100-sm90, .flexwrap-percent-15-md100-sm100 {
  width: 15%;
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md10, .flexwrap-percent-15-md10-sm10, .flexwrap-percent-15-md10-sm15, .flexwrap-percent-15-md10-sm20, .flexwrap-percent-15-md10-sm30, .flexwrap-percent-15-md10-sm40, .flexwrap-percent-15-md10-sm50, .flexwrap-percent-15-md10-sm60, .flexwrap-percent-15-md10-sm65, .flexwrap-percent-15-md10-sm70, .flexwrap-percent-15-md10-sm80, .flexwrap-percent-15-md10-sm90, .flexwrap-percent-15-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md15, .flexwrap-percent-15-md15-sm10, .flexwrap-percent-15-md15-sm15, .flexwrap-percent-15-md15-sm20, .flexwrap-percent-15-md15-sm30, .flexwrap-percent-15-md15-sm40, .flexwrap-percent-15-md15-sm50, .flexwrap-percent-15-md15-sm60, .flexwrap-percent-15-md15-sm65, .flexwrap-percent-15-md15-sm70, .flexwrap-percent-15-md15-sm80, .flexwrap-percent-15-md15-sm90, .flexwrap-percent-15-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md20, .flexwrap-percent-15-md20-sm10, .flexwrap-percent-15-md20-sm15, .flexwrap-percent-15-md20-sm20, .flexwrap-percent-15-md20-sm30, .flexwrap-percent-15-md20-sm40, .flexwrap-percent-15-md20-sm50, .flexwrap-percent-15-md20-sm60, .flexwrap-percent-15-md20-sm65, .flexwrap-percent-15-md20-sm70, .flexwrap-percent-15-md20-sm80, .flexwrap-percent-15-md20-sm90, .flexwrap-percent-15-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md30, .flexwrap-percent-15-md30-sm10, .flexwrap-percent-15-md30-sm15, .flexwrap-percent-15-md30-sm20, .flexwrap-percent-15-md30-sm30, .flexwrap-percent-15-md30-sm40, .flexwrap-percent-15-md30-sm50, .flexwrap-percent-15-md30-sm60, .flexwrap-percent-15-md30-sm65, .flexwrap-percent-15-md30-sm70, .flexwrap-percent-15-md30-sm80, .flexwrap-percent-15-md30-sm90, .flexwrap-percent-15-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md40, .flexwrap-percent-15-md40-sm10, .flexwrap-percent-15-md40-sm15, .flexwrap-percent-15-md40-sm20, .flexwrap-percent-15-md40-sm30, .flexwrap-percent-15-md40-sm40, .flexwrap-percent-15-md40-sm50, .flexwrap-percent-15-md40-sm60, .flexwrap-percent-15-md40-sm65, .flexwrap-percent-15-md40-sm70, .flexwrap-percent-15-md40-sm80, .flexwrap-percent-15-md40-sm90, .flexwrap-percent-15-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md50, .flexwrap-percent-15-md50-sm10, .flexwrap-percent-15-md50-sm15, .flexwrap-percent-15-md50-sm20, .flexwrap-percent-15-md50-sm30, .flexwrap-percent-15-md50-sm40, .flexwrap-percent-15-md50-sm50, .flexwrap-percent-15-md50-sm60, .flexwrap-percent-15-md50-sm65, .flexwrap-percent-15-md50-sm70, .flexwrap-percent-15-md50-sm80, .flexwrap-percent-15-md50-sm90, .flexwrap-percent-15-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md60, .flexwrap-percent-15-md60-sm10, .flexwrap-percent-15-md60-sm15, .flexwrap-percent-15-md60-sm20, .flexwrap-percent-15-md60-sm30, .flexwrap-percent-15-md60-sm40, .flexwrap-percent-15-md60-sm50, .flexwrap-percent-15-md60-sm60, .flexwrap-percent-15-md60-sm65, .flexwrap-percent-15-md60-sm70, .flexwrap-percent-15-md60-sm80, .flexwrap-percent-15-md60-sm90, .flexwrap-percent-15-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md65, .flexwrap-percent-15-md65-sm10, .flexwrap-percent-15-md65-sm15, .flexwrap-percent-15-md65-sm20, .flexwrap-percent-15-md65-sm30, .flexwrap-percent-15-md65-sm40, .flexwrap-percent-15-md65-sm50, .flexwrap-percent-15-md65-sm60, .flexwrap-percent-15-md65-sm65, .flexwrap-percent-15-md65-sm70, .flexwrap-percent-15-md65-sm80, .flexwrap-percent-15-md65-sm90, .flexwrap-percent-15-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md70, .flexwrap-percent-15-md70-sm10, .flexwrap-percent-15-md70-sm15, .flexwrap-percent-15-md70-sm20, .flexwrap-percent-15-md70-sm30, .flexwrap-percent-15-md70-sm40, .flexwrap-percent-15-md70-sm50, .flexwrap-percent-15-md70-sm60, .flexwrap-percent-15-md70-sm65, .flexwrap-percent-15-md70-sm70, .flexwrap-percent-15-md70-sm80, .flexwrap-percent-15-md70-sm90, .flexwrap-percent-15-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md80, .flexwrap-percent-15-md80-sm10, .flexwrap-percent-15-md80-sm15, .flexwrap-percent-15-md80-sm20, .flexwrap-percent-15-md80-sm30, .flexwrap-percent-15-md80-sm40, .flexwrap-percent-15-md80-sm50, .flexwrap-percent-15-md80-sm60, .flexwrap-percent-15-md80-sm65, .flexwrap-percent-15-md80-sm70, .flexwrap-percent-15-md80-sm80, .flexwrap-percent-15-md80-sm90, .flexwrap-percent-15-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md90, .flexwrap-percent-15-md90-sm10, .flexwrap-percent-15-md90-sm15, .flexwrap-percent-15-md90-sm20, .flexwrap-percent-15-md90-sm30, .flexwrap-percent-15-md90-sm40, .flexwrap-percent-15-md90-sm50, .flexwrap-percent-15-md90-sm60, .flexwrap-percent-15-md90-sm65, .flexwrap-percent-15-md90-sm70, .flexwrap-percent-15-md90-sm80, .flexwrap-percent-15-md90-sm90, .flexwrap-percent-15-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-15-md100, .flexwrap-percent-15-md100-sm10, .flexwrap-percent-15-md100-sm15, .flexwrap-percent-15-md100-sm20, .flexwrap-percent-15-md100-sm30, .flexwrap-percent-15-md100-sm40, .flexwrap-percent-15-md100-sm50, .flexwrap-percent-15-md100-sm60, .flexwrap-percent-15-md100-sm65, .flexwrap-percent-15-md100-sm70, .flexwrap-percent-15-md100-sm80, .flexwrap-percent-15-md100-sm90, .flexwrap-percent-15-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-15-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-20, .flexwrap-percent-20-md10, .flexwrap-percent-20-md10-sm10, .flexwrap-percent-20-md10-sm15, .flexwrap-percent-20-md10-sm20, .flexwrap-percent-20-md10-sm30, .flexwrap-percent-20-md10-sm40, .flexwrap-percent-20-md10-sm50, .flexwrap-percent-20-md10-sm60, .flexwrap-percent-20-md10-sm65, .flexwrap-percent-20-md10-sm70, .flexwrap-percent-20-md10-sm80, .flexwrap-percent-20-md10-sm90, .flexwrap-percent-20-md10-sm100, .flexwrap-percent-20-md15, .flexwrap-percent-20-md15-sm10, .flexwrap-percent-20-md15-sm15, .flexwrap-percent-20-md15-sm20, .flexwrap-percent-20-md15-sm30, .flexwrap-percent-20-md15-sm40, .flexwrap-percent-20-md15-sm50, .flexwrap-percent-20-md15-sm60, .flexwrap-percent-20-md15-sm65, .flexwrap-percent-20-md15-sm70, .flexwrap-percent-20-md15-sm80, .flexwrap-percent-20-md15-sm90, .flexwrap-percent-20-md15-sm100, .flexwrap-percent-20-md20, .flexwrap-percent-20-md20-sm10, .flexwrap-percent-20-md20-sm15, .flexwrap-percent-20-md20-sm20, .flexwrap-percent-20-md20-sm30, .flexwrap-percent-20-md20-sm40, .flexwrap-percent-20-md20-sm50, .flexwrap-percent-20-md20-sm60, .flexwrap-percent-20-md20-sm65, .flexwrap-percent-20-md20-sm70, .flexwrap-percent-20-md20-sm80, .flexwrap-percent-20-md20-sm90, .flexwrap-percent-20-md20-sm100, .flexwrap-percent-20-md30, .flexwrap-percent-20-md30-sm10, .flexwrap-percent-20-md30-sm15, .flexwrap-percent-20-md30-sm20, .flexwrap-percent-20-md30-sm30, .flexwrap-percent-20-md30-sm40, .flexwrap-percent-20-md30-sm50, .flexwrap-percent-20-md30-sm60, .flexwrap-percent-20-md30-sm65, .flexwrap-percent-20-md30-sm70, .flexwrap-percent-20-md30-sm80, .flexwrap-percent-20-md30-sm90, .flexwrap-percent-20-md30-sm100, .flexwrap-percent-20-md40, .flexwrap-percent-20-md40-sm10, .flexwrap-percent-20-md40-sm15, .flexwrap-percent-20-md40-sm20, .flexwrap-percent-20-md40-sm30, .flexwrap-percent-20-md40-sm40, .flexwrap-percent-20-md40-sm50, .flexwrap-percent-20-md40-sm60, .flexwrap-percent-20-md40-sm65, .flexwrap-percent-20-md40-sm70, .flexwrap-percent-20-md40-sm80, .flexwrap-percent-20-md40-sm90, .flexwrap-percent-20-md40-sm100, .flexwrap-percent-20-md50, .flexwrap-percent-20-md50-sm10, .flexwrap-percent-20-md50-sm15, .flexwrap-percent-20-md50-sm20, .flexwrap-percent-20-md50-sm30, .flexwrap-percent-20-md50-sm40, .flexwrap-percent-20-md50-sm50, .flexwrap-percent-20-md50-sm60, .flexwrap-percent-20-md50-sm65, .flexwrap-percent-20-md50-sm70, .flexwrap-percent-20-md50-sm80, .flexwrap-percent-20-md50-sm90, .flexwrap-percent-20-md50-sm100, .flexwrap-percent-20-md60, .flexwrap-percent-20-md60-sm10, .flexwrap-percent-20-md60-sm15, .flexwrap-percent-20-md60-sm20, .flexwrap-percent-20-md60-sm30, .flexwrap-percent-20-md60-sm40, .flexwrap-percent-20-md60-sm50, .flexwrap-percent-20-md60-sm60, .flexwrap-percent-20-md60-sm65, .flexwrap-percent-20-md60-sm70, .flexwrap-percent-20-md60-sm80, .flexwrap-percent-20-md60-sm90, .flexwrap-percent-20-md60-sm100, .flexwrap-percent-20-md65, .flexwrap-percent-20-md65-sm10, .flexwrap-percent-20-md65-sm15, .flexwrap-percent-20-md65-sm20, .flexwrap-percent-20-md65-sm30, .flexwrap-percent-20-md65-sm40, .flexwrap-percent-20-md65-sm50, .flexwrap-percent-20-md65-sm60, .flexwrap-percent-20-md65-sm65, .flexwrap-percent-20-md65-sm70, .flexwrap-percent-20-md65-sm80, .flexwrap-percent-20-md65-sm90, .flexwrap-percent-20-md65-sm100, .flexwrap-percent-20-md70, .flexwrap-percent-20-md70-sm10, .flexwrap-percent-20-md70-sm15, .flexwrap-percent-20-md70-sm20, .flexwrap-percent-20-md70-sm30, .flexwrap-percent-20-md70-sm40, .flexwrap-percent-20-md70-sm50, .flexwrap-percent-20-md70-sm60, .flexwrap-percent-20-md70-sm65, .flexwrap-percent-20-md70-sm70, .flexwrap-percent-20-md70-sm80, .flexwrap-percent-20-md70-sm90, .flexwrap-percent-20-md70-sm100, .flexwrap-percent-20-md80, .flexwrap-percent-20-md80-sm10, .flexwrap-percent-20-md80-sm15, .flexwrap-percent-20-md80-sm20, .flexwrap-percent-20-md80-sm30, .flexwrap-percent-20-md80-sm40, .flexwrap-percent-20-md80-sm50, .flexwrap-percent-20-md80-sm60, .flexwrap-percent-20-md80-sm65, .flexwrap-percent-20-md80-sm70, .flexwrap-percent-20-md80-sm80, .flexwrap-percent-20-md80-sm90, .flexwrap-percent-20-md80-sm100, .flexwrap-percent-20-md90, .flexwrap-percent-20-md90-sm10, .flexwrap-percent-20-md90-sm15, .flexwrap-percent-20-md90-sm20, .flexwrap-percent-20-md90-sm30, .flexwrap-percent-20-md90-sm40, .flexwrap-percent-20-md90-sm50, .flexwrap-percent-20-md90-sm60, .flexwrap-percent-20-md90-sm65, .flexwrap-percent-20-md90-sm70, .flexwrap-percent-20-md90-sm80, .flexwrap-percent-20-md90-sm90, .flexwrap-percent-20-md90-sm100, .flexwrap-percent-20-md100, .flexwrap-percent-20-md100-sm10, .flexwrap-percent-20-md100-sm15, .flexwrap-percent-20-md100-sm20, .flexwrap-percent-20-md100-sm30, .flexwrap-percent-20-md100-sm40, .flexwrap-percent-20-md100-sm50, .flexwrap-percent-20-md100-sm60, .flexwrap-percent-20-md100-sm65, .flexwrap-percent-20-md100-sm70, .flexwrap-percent-20-md100-sm80, .flexwrap-percent-20-md100-sm90, .flexwrap-percent-20-md100-sm100 {
  width: 20%;
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md10, .flexwrap-percent-20-md10-sm10, .flexwrap-percent-20-md10-sm15, .flexwrap-percent-20-md10-sm20, .flexwrap-percent-20-md10-sm30, .flexwrap-percent-20-md10-sm40, .flexwrap-percent-20-md10-sm50, .flexwrap-percent-20-md10-sm60, .flexwrap-percent-20-md10-sm65, .flexwrap-percent-20-md10-sm70, .flexwrap-percent-20-md10-sm80, .flexwrap-percent-20-md10-sm90, .flexwrap-percent-20-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md15, .flexwrap-percent-20-md15-sm10, .flexwrap-percent-20-md15-sm15, .flexwrap-percent-20-md15-sm20, .flexwrap-percent-20-md15-sm30, .flexwrap-percent-20-md15-sm40, .flexwrap-percent-20-md15-sm50, .flexwrap-percent-20-md15-sm60, .flexwrap-percent-20-md15-sm65, .flexwrap-percent-20-md15-sm70, .flexwrap-percent-20-md15-sm80, .flexwrap-percent-20-md15-sm90, .flexwrap-percent-20-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md20, .flexwrap-percent-20-md20-sm10, .flexwrap-percent-20-md20-sm15, .flexwrap-percent-20-md20-sm20, .flexwrap-percent-20-md20-sm30, .flexwrap-percent-20-md20-sm40, .flexwrap-percent-20-md20-sm50, .flexwrap-percent-20-md20-sm60, .flexwrap-percent-20-md20-sm65, .flexwrap-percent-20-md20-sm70, .flexwrap-percent-20-md20-sm80, .flexwrap-percent-20-md20-sm90, .flexwrap-percent-20-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md30, .flexwrap-percent-20-md30-sm10, .flexwrap-percent-20-md30-sm15, .flexwrap-percent-20-md30-sm20, .flexwrap-percent-20-md30-sm30, .flexwrap-percent-20-md30-sm40, .flexwrap-percent-20-md30-sm50, .flexwrap-percent-20-md30-sm60, .flexwrap-percent-20-md30-sm65, .flexwrap-percent-20-md30-sm70, .flexwrap-percent-20-md30-sm80, .flexwrap-percent-20-md30-sm90, .flexwrap-percent-20-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md40, .flexwrap-percent-20-md40-sm10, .flexwrap-percent-20-md40-sm15, .flexwrap-percent-20-md40-sm20, .flexwrap-percent-20-md40-sm30, .flexwrap-percent-20-md40-sm40, .flexwrap-percent-20-md40-sm50, .flexwrap-percent-20-md40-sm60, .flexwrap-percent-20-md40-sm65, .flexwrap-percent-20-md40-sm70, .flexwrap-percent-20-md40-sm80, .flexwrap-percent-20-md40-sm90, .flexwrap-percent-20-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md50, .flexwrap-percent-20-md50-sm10, .flexwrap-percent-20-md50-sm15, .flexwrap-percent-20-md50-sm20, .flexwrap-percent-20-md50-sm30, .flexwrap-percent-20-md50-sm40, .flexwrap-percent-20-md50-sm50, .flexwrap-percent-20-md50-sm60, .flexwrap-percent-20-md50-sm65, .flexwrap-percent-20-md50-sm70, .flexwrap-percent-20-md50-sm80, .flexwrap-percent-20-md50-sm90, .flexwrap-percent-20-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md60, .flexwrap-percent-20-md60-sm10, .flexwrap-percent-20-md60-sm15, .flexwrap-percent-20-md60-sm20, .flexwrap-percent-20-md60-sm30, .flexwrap-percent-20-md60-sm40, .flexwrap-percent-20-md60-sm50, .flexwrap-percent-20-md60-sm60, .flexwrap-percent-20-md60-sm65, .flexwrap-percent-20-md60-sm70, .flexwrap-percent-20-md60-sm80, .flexwrap-percent-20-md60-sm90, .flexwrap-percent-20-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md65, .flexwrap-percent-20-md65-sm10, .flexwrap-percent-20-md65-sm15, .flexwrap-percent-20-md65-sm20, .flexwrap-percent-20-md65-sm30, .flexwrap-percent-20-md65-sm40, .flexwrap-percent-20-md65-sm50, .flexwrap-percent-20-md65-sm60, .flexwrap-percent-20-md65-sm65, .flexwrap-percent-20-md65-sm70, .flexwrap-percent-20-md65-sm80, .flexwrap-percent-20-md65-sm90, .flexwrap-percent-20-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md70, .flexwrap-percent-20-md70-sm10, .flexwrap-percent-20-md70-sm15, .flexwrap-percent-20-md70-sm20, .flexwrap-percent-20-md70-sm30, .flexwrap-percent-20-md70-sm40, .flexwrap-percent-20-md70-sm50, .flexwrap-percent-20-md70-sm60, .flexwrap-percent-20-md70-sm65, .flexwrap-percent-20-md70-sm70, .flexwrap-percent-20-md70-sm80, .flexwrap-percent-20-md70-sm90, .flexwrap-percent-20-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md80, .flexwrap-percent-20-md80-sm10, .flexwrap-percent-20-md80-sm15, .flexwrap-percent-20-md80-sm20, .flexwrap-percent-20-md80-sm30, .flexwrap-percent-20-md80-sm40, .flexwrap-percent-20-md80-sm50, .flexwrap-percent-20-md80-sm60, .flexwrap-percent-20-md80-sm65, .flexwrap-percent-20-md80-sm70, .flexwrap-percent-20-md80-sm80, .flexwrap-percent-20-md80-sm90, .flexwrap-percent-20-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md90, .flexwrap-percent-20-md90-sm10, .flexwrap-percent-20-md90-sm15, .flexwrap-percent-20-md90-sm20, .flexwrap-percent-20-md90-sm30, .flexwrap-percent-20-md90-sm40, .flexwrap-percent-20-md90-sm50, .flexwrap-percent-20-md90-sm60, .flexwrap-percent-20-md90-sm65, .flexwrap-percent-20-md90-sm70, .flexwrap-percent-20-md90-sm80, .flexwrap-percent-20-md90-sm90, .flexwrap-percent-20-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-20-md100, .flexwrap-percent-20-md100-sm10, .flexwrap-percent-20-md100-sm15, .flexwrap-percent-20-md100-sm20, .flexwrap-percent-20-md100-sm30, .flexwrap-percent-20-md100-sm40, .flexwrap-percent-20-md100-sm50, .flexwrap-percent-20-md100-sm60, .flexwrap-percent-20-md100-sm65, .flexwrap-percent-20-md100-sm70, .flexwrap-percent-20-md100-sm80, .flexwrap-percent-20-md100-sm90, .flexwrap-percent-20-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-20-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-30, .flexwrap-percent-30-md10, .flexwrap-percent-30-md10-sm10, .flexwrap-percent-30-md10-sm15, .flexwrap-percent-30-md10-sm20, .flexwrap-percent-30-md10-sm30, .flexwrap-percent-30-md10-sm40, .flexwrap-percent-30-md10-sm50, .flexwrap-percent-30-md10-sm60, .flexwrap-percent-30-md10-sm65, .flexwrap-percent-30-md10-sm70, .flexwrap-percent-30-md10-sm80, .flexwrap-percent-30-md10-sm90, .flexwrap-percent-30-md10-sm100, .flexwrap-percent-30-md15, .flexwrap-percent-30-md15-sm10, .flexwrap-percent-30-md15-sm15, .flexwrap-percent-30-md15-sm20, .flexwrap-percent-30-md15-sm30, .flexwrap-percent-30-md15-sm40, .flexwrap-percent-30-md15-sm50, .flexwrap-percent-30-md15-sm60, .flexwrap-percent-30-md15-sm65, .flexwrap-percent-30-md15-sm70, .flexwrap-percent-30-md15-sm80, .flexwrap-percent-30-md15-sm90, .flexwrap-percent-30-md15-sm100, .flexwrap-percent-30-md20, .flexwrap-percent-30-md20-sm10, .flexwrap-percent-30-md20-sm15, .flexwrap-percent-30-md20-sm20, .flexwrap-percent-30-md20-sm30, .flexwrap-percent-30-md20-sm40, .flexwrap-percent-30-md20-sm50, .flexwrap-percent-30-md20-sm60, .flexwrap-percent-30-md20-sm65, .flexwrap-percent-30-md20-sm70, .flexwrap-percent-30-md20-sm80, .flexwrap-percent-30-md20-sm90, .flexwrap-percent-30-md20-sm100, .flexwrap-percent-30-md30, .flexwrap-percent-30-md30-sm10, .flexwrap-percent-30-md30-sm15, .flexwrap-percent-30-md30-sm20, .flexwrap-percent-30-md30-sm30, .flexwrap-percent-30-md30-sm40, .flexwrap-percent-30-md30-sm50, .flexwrap-percent-30-md30-sm60, .flexwrap-percent-30-md30-sm65, .flexwrap-percent-30-md30-sm70, .flexwrap-percent-30-md30-sm80, .flexwrap-percent-30-md30-sm90, .flexwrap-percent-30-md30-sm100, .flexwrap-percent-30-md40, .flexwrap-percent-30-md40-sm10, .flexwrap-percent-30-md40-sm15, .flexwrap-percent-30-md40-sm20, .flexwrap-percent-30-md40-sm30, .flexwrap-percent-30-md40-sm40, .flexwrap-percent-30-md40-sm50, .flexwrap-percent-30-md40-sm60, .flexwrap-percent-30-md40-sm65, .flexwrap-percent-30-md40-sm70, .flexwrap-percent-30-md40-sm80, .flexwrap-percent-30-md40-sm90, .flexwrap-percent-30-md40-sm100, .flexwrap-percent-30-md50, .flexwrap-percent-30-md50-sm10, .flexwrap-percent-30-md50-sm15, .flexwrap-percent-30-md50-sm20, .flexwrap-percent-30-md50-sm30, .flexwrap-percent-30-md50-sm40, .flexwrap-percent-30-md50-sm50, .flexwrap-percent-30-md50-sm60, .flexwrap-percent-30-md50-sm65, .flexwrap-percent-30-md50-sm70, .flexwrap-percent-30-md50-sm80, .flexwrap-percent-30-md50-sm90, .flexwrap-percent-30-md50-sm100, .flexwrap-percent-30-md60, .flexwrap-percent-30-md60-sm10, .flexwrap-percent-30-md60-sm15, .flexwrap-percent-30-md60-sm20, .flexwrap-percent-30-md60-sm30, .flexwrap-percent-30-md60-sm40, .flexwrap-percent-30-md60-sm50, .flexwrap-percent-30-md60-sm60, .flexwrap-percent-30-md60-sm65, .flexwrap-percent-30-md60-sm70, .flexwrap-percent-30-md60-sm80, .flexwrap-percent-30-md60-sm90, .flexwrap-percent-30-md60-sm100, .flexwrap-percent-30-md65, .flexwrap-percent-30-md65-sm10, .flexwrap-percent-30-md65-sm15, .flexwrap-percent-30-md65-sm20, .flexwrap-percent-30-md65-sm30, .flexwrap-percent-30-md65-sm40, .flexwrap-percent-30-md65-sm50, .flexwrap-percent-30-md65-sm60, .flexwrap-percent-30-md65-sm65, .flexwrap-percent-30-md65-sm70, .flexwrap-percent-30-md65-sm80, .flexwrap-percent-30-md65-sm90, .flexwrap-percent-30-md65-sm100, .flexwrap-percent-30-md70, .flexwrap-percent-30-md70-sm10, .flexwrap-percent-30-md70-sm15, .flexwrap-percent-30-md70-sm20, .flexwrap-percent-30-md70-sm30, .flexwrap-percent-30-md70-sm40, .flexwrap-percent-30-md70-sm50, .flexwrap-percent-30-md70-sm60, .flexwrap-percent-30-md70-sm65, .flexwrap-percent-30-md70-sm70, .flexwrap-percent-30-md70-sm80, .flexwrap-percent-30-md70-sm90, .flexwrap-percent-30-md70-sm100, .flexwrap-percent-30-md80, .flexwrap-percent-30-md80-sm10, .flexwrap-percent-30-md80-sm15, .flexwrap-percent-30-md80-sm20, .flexwrap-percent-30-md80-sm30, .flexwrap-percent-30-md80-sm40, .flexwrap-percent-30-md80-sm50, .flexwrap-percent-30-md80-sm60, .flexwrap-percent-30-md80-sm65, .flexwrap-percent-30-md80-sm70, .flexwrap-percent-30-md80-sm80, .flexwrap-percent-30-md80-sm90, .flexwrap-percent-30-md80-sm100, .flexwrap-percent-30-md90, .flexwrap-percent-30-md90-sm10, .flexwrap-percent-30-md90-sm15, .flexwrap-percent-30-md90-sm20, .flexwrap-percent-30-md90-sm30, .flexwrap-percent-30-md90-sm40, .flexwrap-percent-30-md90-sm50, .flexwrap-percent-30-md90-sm60, .flexwrap-percent-30-md90-sm65, .flexwrap-percent-30-md90-sm70, .flexwrap-percent-30-md90-sm80, .flexwrap-percent-30-md90-sm90, .flexwrap-percent-30-md90-sm100, .flexwrap-percent-30-md100, .flexwrap-percent-30-md100-sm10, .flexwrap-percent-30-md100-sm15, .flexwrap-percent-30-md100-sm20, .flexwrap-percent-30-md100-sm30, .flexwrap-percent-30-md100-sm40, .flexwrap-percent-30-md100-sm50, .flexwrap-percent-30-md100-sm60, .flexwrap-percent-30-md100-sm65, .flexwrap-percent-30-md100-sm70, .flexwrap-percent-30-md100-sm80, .flexwrap-percent-30-md100-sm90, .flexwrap-percent-30-md100-sm100 {
  width: 30%;
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md10, .flexwrap-percent-30-md10-sm10, .flexwrap-percent-30-md10-sm15, .flexwrap-percent-30-md10-sm20, .flexwrap-percent-30-md10-sm30, .flexwrap-percent-30-md10-sm40, .flexwrap-percent-30-md10-sm50, .flexwrap-percent-30-md10-sm60, .flexwrap-percent-30-md10-sm65, .flexwrap-percent-30-md10-sm70, .flexwrap-percent-30-md10-sm80, .flexwrap-percent-30-md10-sm90, .flexwrap-percent-30-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md15, .flexwrap-percent-30-md15-sm10, .flexwrap-percent-30-md15-sm15, .flexwrap-percent-30-md15-sm20, .flexwrap-percent-30-md15-sm30, .flexwrap-percent-30-md15-sm40, .flexwrap-percent-30-md15-sm50, .flexwrap-percent-30-md15-sm60, .flexwrap-percent-30-md15-sm65, .flexwrap-percent-30-md15-sm70, .flexwrap-percent-30-md15-sm80, .flexwrap-percent-30-md15-sm90, .flexwrap-percent-30-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md20, .flexwrap-percent-30-md20-sm10, .flexwrap-percent-30-md20-sm15, .flexwrap-percent-30-md20-sm20, .flexwrap-percent-30-md20-sm30, .flexwrap-percent-30-md20-sm40, .flexwrap-percent-30-md20-sm50, .flexwrap-percent-30-md20-sm60, .flexwrap-percent-30-md20-sm65, .flexwrap-percent-30-md20-sm70, .flexwrap-percent-30-md20-sm80, .flexwrap-percent-30-md20-sm90, .flexwrap-percent-30-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md30, .flexwrap-percent-30-md30-sm10, .flexwrap-percent-30-md30-sm15, .flexwrap-percent-30-md30-sm20, .flexwrap-percent-30-md30-sm30, .flexwrap-percent-30-md30-sm40, .flexwrap-percent-30-md30-sm50, .flexwrap-percent-30-md30-sm60, .flexwrap-percent-30-md30-sm65, .flexwrap-percent-30-md30-sm70, .flexwrap-percent-30-md30-sm80, .flexwrap-percent-30-md30-sm90, .flexwrap-percent-30-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md40, .flexwrap-percent-30-md40-sm10, .flexwrap-percent-30-md40-sm15, .flexwrap-percent-30-md40-sm20, .flexwrap-percent-30-md40-sm30, .flexwrap-percent-30-md40-sm40, .flexwrap-percent-30-md40-sm50, .flexwrap-percent-30-md40-sm60, .flexwrap-percent-30-md40-sm65, .flexwrap-percent-30-md40-sm70, .flexwrap-percent-30-md40-sm80, .flexwrap-percent-30-md40-sm90, .flexwrap-percent-30-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md50, .flexwrap-percent-30-md50-sm10, .flexwrap-percent-30-md50-sm15, .flexwrap-percent-30-md50-sm20, .flexwrap-percent-30-md50-sm30, .flexwrap-percent-30-md50-sm40, .flexwrap-percent-30-md50-sm50, .flexwrap-percent-30-md50-sm60, .flexwrap-percent-30-md50-sm65, .flexwrap-percent-30-md50-sm70, .flexwrap-percent-30-md50-sm80, .flexwrap-percent-30-md50-sm90, .flexwrap-percent-30-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md60, .flexwrap-percent-30-md60-sm10, .flexwrap-percent-30-md60-sm15, .flexwrap-percent-30-md60-sm20, .flexwrap-percent-30-md60-sm30, .flexwrap-percent-30-md60-sm40, .flexwrap-percent-30-md60-sm50, .flexwrap-percent-30-md60-sm60, .flexwrap-percent-30-md60-sm65, .flexwrap-percent-30-md60-sm70, .flexwrap-percent-30-md60-sm80, .flexwrap-percent-30-md60-sm90, .flexwrap-percent-30-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md65, .flexwrap-percent-30-md65-sm10, .flexwrap-percent-30-md65-sm15, .flexwrap-percent-30-md65-sm20, .flexwrap-percent-30-md65-sm30, .flexwrap-percent-30-md65-sm40, .flexwrap-percent-30-md65-sm50, .flexwrap-percent-30-md65-sm60, .flexwrap-percent-30-md65-sm65, .flexwrap-percent-30-md65-sm70, .flexwrap-percent-30-md65-sm80, .flexwrap-percent-30-md65-sm90, .flexwrap-percent-30-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md70, .flexwrap-percent-30-md70-sm10, .flexwrap-percent-30-md70-sm15, .flexwrap-percent-30-md70-sm20, .flexwrap-percent-30-md70-sm30, .flexwrap-percent-30-md70-sm40, .flexwrap-percent-30-md70-sm50, .flexwrap-percent-30-md70-sm60, .flexwrap-percent-30-md70-sm65, .flexwrap-percent-30-md70-sm70, .flexwrap-percent-30-md70-sm80, .flexwrap-percent-30-md70-sm90, .flexwrap-percent-30-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md80, .flexwrap-percent-30-md80-sm10, .flexwrap-percent-30-md80-sm15, .flexwrap-percent-30-md80-sm20, .flexwrap-percent-30-md80-sm30, .flexwrap-percent-30-md80-sm40, .flexwrap-percent-30-md80-sm50, .flexwrap-percent-30-md80-sm60, .flexwrap-percent-30-md80-sm65, .flexwrap-percent-30-md80-sm70, .flexwrap-percent-30-md80-sm80, .flexwrap-percent-30-md80-sm90, .flexwrap-percent-30-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md90, .flexwrap-percent-30-md90-sm10, .flexwrap-percent-30-md90-sm15, .flexwrap-percent-30-md90-sm20, .flexwrap-percent-30-md90-sm30, .flexwrap-percent-30-md90-sm40, .flexwrap-percent-30-md90-sm50, .flexwrap-percent-30-md90-sm60, .flexwrap-percent-30-md90-sm65, .flexwrap-percent-30-md90-sm70, .flexwrap-percent-30-md90-sm80, .flexwrap-percent-30-md90-sm90, .flexwrap-percent-30-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-30-md100, .flexwrap-percent-30-md100-sm10, .flexwrap-percent-30-md100-sm15, .flexwrap-percent-30-md100-sm20, .flexwrap-percent-30-md100-sm30, .flexwrap-percent-30-md100-sm40, .flexwrap-percent-30-md100-sm50, .flexwrap-percent-30-md100-sm60, .flexwrap-percent-30-md100-sm65, .flexwrap-percent-30-md100-sm70, .flexwrap-percent-30-md100-sm80, .flexwrap-percent-30-md100-sm90, .flexwrap-percent-30-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-30-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-40, .flexwrap-percent-40-md10, .flexwrap-percent-40-md10-sm10, .flexwrap-percent-40-md10-sm15, .flexwrap-percent-40-md10-sm20, .flexwrap-percent-40-md10-sm30, .flexwrap-percent-40-md10-sm40, .flexwrap-percent-40-md10-sm50, .flexwrap-percent-40-md10-sm60, .flexwrap-percent-40-md10-sm65, .flexwrap-percent-40-md10-sm70, .flexwrap-percent-40-md10-sm80, .flexwrap-percent-40-md10-sm90, .flexwrap-percent-40-md10-sm100, .flexwrap-percent-40-md15, .flexwrap-percent-40-md15-sm10, .flexwrap-percent-40-md15-sm15, .flexwrap-percent-40-md15-sm20, .flexwrap-percent-40-md15-sm30, .flexwrap-percent-40-md15-sm40, .flexwrap-percent-40-md15-sm50, .flexwrap-percent-40-md15-sm60, .flexwrap-percent-40-md15-sm65, .flexwrap-percent-40-md15-sm70, .flexwrap-percent-40-md15-sm80, .flexwrap-percent-40-md15-sm90, .flexwrap-percent-40-md15-sm100, .flexwrap-percent-40-md20, .flexwrap-percent-40-md20-sm10, .flexwrap-percent-40-md20-sm15, .flexwrap-percent-40-md20-sm20, .flexwrap-percent-40-md20-sm30, .flexwrap-percent-40-md20-sm40, .flexwrap-percent-40-md20-sm50, .flexwrap-percent-40-md20-sm60, .flexwrap-percent-40-md20-sm65, .flexwrap-percent-40-md20-sm70, .flexwrap-percent-40-md20-sm80, .flexwrap-percent-40-md20-sm90, .flexwrap-percent-40-md20-sm100, .flexwrap-percent-40-md30, .flexwrap-percent-40-md30-sm10, .flexwrap-percent-40-md30-sm15, .flexwrap-percent-40-md30-sm20, .flexwrap-percent-40-md30-sm30, .flexwrap-percent-40-md30-sm40, .flexwrap-percent-40-md30-sm50, .flexwrap-percent-40-md30-sm60, .flexwrap-percent-40-md30-sm65, .flexwrap-percent-40-md30-sm70, .flexwrap-percent-40-md30-sm80, .flexwrap-percent-40-md30-sm90, .flexwrap-percent-40-md30-sm100, .flexwrap-percent-40-md40, .flexwrap-percent-40-md40-sm10, .flexwrap-percent-40-md40-sm15, .flexwrap-percent-40-md40-sm20, .flexwrap-percent-40-md40-sm30, .flexwrap-percent-40-md40-sm40, .flexwrap-percent-40-md40-sm50, .flexwrap-percent-40-md40-sm60, .flexwrap-percent-40-md40-sm65, .flexwrap-percent-40-md40-sm70, .flexwrap-percent-40-md40-sm80, .flexwrap-percent-40-md40-sm90, .flexwrap-percent-40-md40-sm100, .flexwrap-percent-40-md50, .flexwrap-percent-40-md50-sm10, .flexwrap-percent-40-md50-sm15, .flexwrap-percent-40-md50-sm20, .flexwrap-percent-40-md50-sm30, .flexwrap-percent-40-md50-sm40, .flexwrap-percent-40-md50-sm50, .flexwrap-percent-40-md50-sm60, .flexwrap-percent-40-md50-sm65, .flexwrap-percent-40-md50-sm70, .flexwrap-percent-40-md50-sm80, .flexwrap-percent-40-md50-sm90, .flexwrap-percent-40-md50-sm100, .flexwrap-percent-40-md60, .flexwrap-percent-40-md60-sm10, .flexwrap-percent-40-md60-sm15, .flexwrap-percent-40-md60-sm20, .flexwrap-percent-40-md60-sm30, .flexwrap-percent-40-md60-sm40, .flexwrap-percent-40-md60-sm50, .flexwrap-percent-40-md60-sm60, .flexwrap-percent-40-md60-sm65, .flexwrap-percent-40-md60-sm70, .flexwrap-percent-40-md60-sm80, .flexwrap-percent-40-md60-sm90, .flexwrap-percent-40-md60-sm100, .flexwrap-percent-40-md65, .flexwrap-percent-40-md65-sm10, .flexwrap-percent-40-md65-sm15, .flexwrap-percent-40-md65-sm20, .flexwrap-percent-40-md65-sm30, .flexwrap-percent-40-md65-sm40, .flexwrap-percent-40-md65-sm50, .flexwrap-percent-40-md65-sm60, .flexwrap-percent-40-md65-sm65, .flexwrap-percent-40-md65-sm70, .flexwrap-percent-40-md65-sm80, .flexwrap-percent-40-md65-sm90, .flexwrap-percent-40-md65-sm100, .flexwrap-percent-40-md70, .flexwrap-percent-40-md70-sm10, .flexwrap-percent-40-md70-sm15, .flexwrap-percent-40-md70-sm20, .flexwrap-percent-40-md70-sm30, .flexwrap-percent-40-md70-sm40, .flexwrap-percent-40-md70-sm50, .flexwrap-percent-40-md70-sm60, .flexwrap-percent-40-md70-sm65, .flexwrap-percent-40-md70-sm70, .flexwrap-percent-40-md70-sm80, .flexwrap-percent-40-md70-sm90, .flexwrap-percent-40-md70-sm100, .flexwrap-percent-40-md80, .flexwrap-percent-40-md80-sm10, .flexwrap-percent-40-md80-sm15, .flexwrap-percent-40-md80-sm20, .flexwrap-percent-40-md80-sm30, .flexwrap-percent-40-md80-sm40, .flexwrap-percent-40-md80-sm50, .flexwrap-percent-40-md80-sm60, .flexwrap-percent-40-md80-sm65, .flexwrap-percent-40-md80-sm70, .flexwrap-percent-40-md80-sm80, .flexwrap-percent-40-md80-sm90, .flexwrap-percent-40-md80-sm100, .flexwrap-percent-40-md90, .flexwrap-percent-40-md90-sm10, .flexwrap-percent-40-md90-sm15, .flexwrap-percent-40-md90-sm20, .flexwrap-percent-40-md90-sm30, .flexwrap-percent-40-md90-sm40, .flexwrap-percent-40-md90-sm50, .flexwrap-percent-40-md90-sm60, .flexwrap-percent-40-md90-sm65, .flexwrap-percent-40-md90-sm70, .flexwrap-percent-40-md90-sm80, .flexwrap-percent-40-md90-sm90, .flexwrap-percent-40-md90-sm100, .flexwrap-percent-40-md100, .flexwrap-percent-40-md100-sm10, .flexwrap-percent-40-md100-sm15, .flexwrap-percent-40-md100-sm20, .flexwrap-percent-40-md100-sm30, .flexwrap-percent-40-md100-sm40, .flexwrap-percent-40-md100-sm50, .flexwrap-percent-40-md100-sm60, .flexwrap-percent-40-md100-sm65, .flexwrap-percent-40-md100-sm70, .flexwrap-percent-40-md100-sm80, .flexwrap-percent-40-md100-sm90, .flexwrap-percent-40-md100-sm100 {
  width: 40%;
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md10, .flexwrap-percent-40-md10-sm10, .flexwrap-percent-40-md10-sm15, .flexwrap-percent-40-md10-sm20, .flexwrap-percent-40-md10-sm30, .flexwrap-percent-40-md10-sm40, .flexwrap-percent-40-md10-sm50, .flexwrap-percent-40-md10-sm60, .flexwrap-percent-40-md10-sm65, .flexwrap-percent-40-md10-sm70, .flexwrap-percent-40-md10-sm80, .flexwrap-percent-40-md10-sm90, .flexwrap-percent-40-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md15, .flexwrap-percent-40-md15-sm10, .flexwrap-percent-40-md15-sm15, .flexwrap-percent-40-md15-sm20, .flexwrap-percent-40-md15-sm30, .flexwrap-percent-40-md15-sm40, .flexwrap-percent-40-md15-sm50, .flexwrap-percent-40-md15-sm60, .flexwrap-percent-40-md15-sm65, .flexwrap-percent-40-md15-sm70, .flexwrap-percent-40-md15-sm80, .flexwrap-percent-40-md15-sm90, .flexwrap-percent-40-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md20, .flexwrap-percent-40-md20-sm10, .flexwrap-percent-40-md20-sm15, .flexwrap-percent-40-md20-sm20, .flexwrap-percent-40-md20-sm30, .flexwrap-percent-40-md20-sm40, .flexwrap-percent-40-md20-sm50, .flexwrap-percent-40-md20-sm60, .flexwrap-percent-40-md20-sm65, .flexwrap-percent-40-md20-sm70, .flexwrap-percent-40-md20-sm80, .flexwrap-percent-40-md20-sm90, .flexwrap-percent-40-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md30, .flexwrap-percent-40-md30-sm10, .flexwrap-percent-40-md30-sm15, .flexwrap-percent-40-md30-sm20, .flexwrap-percent-40-md30-sm30, .flexwrap-percent-40-md30-sm40, .flexwrap-percent-40-md30-sm50, .flexwrap-percent-40-md30-sm60, .flexwrap-percent-40-md30-sm65, .flexwrap-percent-40-md30-sm70, .flexwrap-percent-40-md30-sm80, .flexwrap-percent-40-md30-sm90, .flexwrap-percent-40-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md40, .flexwrap-percent-40-md40-sm10, .flexwrap-percent-40-md40-sm15, .flexwrap-percent-40-md40-sm20, .flexwrap-percent-40-md40-sm30, .flexwrap-percent-40-md40-sm40, .flexwrap-percent-40-md40-sm50, .flexwrap-percent-40-md40-sm60, .flexwrap-percent-40-md40-sm65, .flexwrap-percent-40-md40-sm70, .flexwrap-percent-40-md40-sm80, .flexwrap-percent-40-md40-sm90, .flexwrap-percent-40-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md50, .flexwrap-percent-40-md50-sm10, .flexwrap-percent-40-md50-sm15, .flexwrap-percent-40-md50-sm20, .flexwrap-percent-40-md50-sm30, .flexwrap-percent-40-md50-sm40, .flexwrap-percent-40-md50-sm50, .flexwrap-percent-40-md50-sm60, .flexwrap-percent-40-md50-sm65, .flexwrap-percent-40-md50-sm70, .flexwrap-percent-40-md50-sm80, .flexwrap-percent-40-md50-sm90, .flexwrap-percent-40-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md60, .flexwrap-percent-40-md60-sm10, .flexwrap-percent-40-md60-sm15, .flexwrap-percent-40-md60-sm20, .flexwrap-percent-40-md60-sm30, .flexwrap-percent-40-md60-sm40, .flexwrap-percent-40-md60-sm50, .flexwrap-percent-40-md60-sm60, .flexwrap-percent-40-md60-sm65, .flexwrap-percent-40-md60-sm70, .flexwrap-percent-40-md60-sm80, .flexwrap-percent-40-md60-sm90, .flexwrap-percent-40-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md65, .flexwrap-percent-40-md65-sm10, .flexwrap-percent-40-md65-sm15, .flexwrap-percent-40-md65-sm20, .flexwrap-percent-40-md65-sm30, .flexwrap-percent-40-md65-sm40, .flexwrap-percent-40-md65-sm50, .flexwrap-percent-40-md65-sm60, .flexwrap-percent-40-md65-sm65, .flexwrap-percent-40-md65-sm70, .flexwrap-percent-40-md65-sm80, .flexwrap-percent-40-md65-sm90, .flexwrap-percent-40-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md70, .flexwrap-percent-40-md70-sm10, .flexwrap-percent-40-md70-sm15, .flexwrap-percent-40-md70-sm20, .flexwrap-percent-40-md70-sm30, .flexwrap-percent-40-md70-sm40, .flexwrap-percent-40-md70-sm50, .flexwrap-percent-40-md70-sm60, .flexwrap-percent-40-md70-sm65, .flexwrap-percent-40-md70-sm70, .flexwrap-percent-40-md70-sm80, .flexwrap-percent-40-md70-sm90, .flexwrap-percent-40-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md80, .flexwrap-percent-40-md80-sm10, .flexwrap-percent-40-md80-sm15, .flexwrap-percent-40-md80-sm20, .flexwrap-percent-40-md80-sm30, .flexwrap-percent-40-md80-sm40, .flexwrap-percent-40-md80-sm50, .flexwrap-percent-40-md80-sm60, .flexwrap-percent-40-md80-sm65, .flexwrap-percent-40-md80-sm70, .flexwrap-percent-40-md80-sm80, .flexwrap-percent-40-md80-sm90, .flexwrap-percent-40-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md90, .flexwrap-percent-40-md90-sm10, .flexwrap-percent-40-md90-sm15, .flexwrap-percent-40-md90-sm20, .flexwrap-percent-40-md90-sm30, .flexwrap-percent-40-md90-sm40, .flexwrap-percent-40-md90-sm50, .flexwrap-percent-40-md90-sm60, .flexwrap-percent-40-md90-sm65, .flexwrap-percent-40-md90-sm70, .flexwrap-percent-40-md90-sm80, .flexwrap-percent-40-md90-sm90, .flexwrap-percent-40-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-40-md100, .flexwrap-percent-40-md100-sm10, .flexwrap-percent-40-md100-sm15, .flexwrap-percent-40-md100-sm20, .flexwrap-percent-40-md100-sm30, .flexwrap-percent-40-md100-sm40, .flexwrap-percent-40-md100-sm50, .flexwrap-percent-40-md100-sm60, .flexwrap-percent-40-md100-sm65, .flexwrap-percent-40-md100-sm70, .flexwrap-percent-40-md100-sm80, .flexwrap-percent-40-md100-sm90, .flexwrap-percent-40-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-40-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-50, .flexwrap-percent-50-md10, .flexwrap-percent-50-md10-sm10, .flexwrap-percent-50-md10-sm15, .flexwrap-percent-50-md10-sm20, .flexwrap-percent-50-md10-sm30, .flexwrap-percent-50-md10-sm40, .flexwrap-percent-50-md10-sm50, .flexwrap-percent-50-md10-sm60, .flexwrap-percent-50-md10-sm65, .flexwrap-percent-50-md10-sm70, .flexwrap-percent-50-md10-sm80, .flexwrap-percent-50-md10-sm90, .flexwrap-percent-50-md10-sm100, .flexwrap-percent-50-md15, .flexwrap-percent-50-md15-sm10, .flexwrap-percent-50-md15-sm15, .flexwrap-percent-50-md15-sm20, .flexwrap-percent-50-md15-sm30, .flexwrap-percent-50-md15-sm40, .flexwrap-percent-50-md15-sm50, .flexwrap-percent-50-md15-sm60, .flexwrap-percent-50-md15-sm65, .flexwrap-percent-50-md15-sm70, .flexwrap-percent-50-md15-sm80, .flexwrap-percent-50-md15-sm90, .flexwrap-percent-50-md15-sm100, .flexwrap-percent-50-md20, .flexwrap-percent-50-md20-sm10, .flexwrap-percent-50-md20-sm15, .flexwrap-percent-50-md20-sm20, .flexwrap-percent-50-md20-sm30, .flexwrap-percent-50-md20-sm40, .flexwrap-percent-50-md20-sm50, .flexwrap-percent-50-md20-sm60, .flexwrap-percent-50-md20-sm65, .flexwrap-percent-50-md20-sm70, .flexwrap-percent-50-md20-sm80, .flexwrap-percent-50-md20-sm90, .flexwrap-percent-50-md20-sm100, .flexwrap-percent-50-md30, .flexwrap-percent-50-md30-sm10, .flexwrap-percent-50-md30-sm15, .flexwrap-percent-50-md30-sm20, .flexwrap-percent-50-md30-sm30, .flexwrap-percent-50-md30-sm40, .flexwrap-percent-50-md30-sm50, .flexwrap-percent-50-md30-sm60, .flexwrap-percent-50-md30-sm65, .flexwrap-percent-50-md30-sm70, .flexwrap-percent-50-md30-sm80, .flexwrap-percent-50-md30-sm90, .flexwrap-percent-50-md30-sm100, .flexwrap-percent-50-md40, .flexwrap-percent-50-md40-sm10, .flexwrap-percent-50-md40-sm15, .flexwrap-percent-50-md40-sm20, .flexwrap-percent-50-md40-sm30, .flexwrap-percent-50-md40-sm40, .flexwrap-percent-50-md40-sm50, .flexwrap-percent-50-md40-sm60, .flexwrap-percent-50-md40-sm65, .flexwrap-percent-50-md40-sm70, .flexwrap-percent-50-md40-sm80, .flexwrap-percent-50-md40-sm90, .flexwrap-percent-50-md40-sm100, .flexwrap-percent-50-md50, .flexwrap-percent-50-md50-sm10, .flexwrap-percent-50-md50-sm15, .flexwrap-percent-50-md50-sm20, .flexwrap-percent-50-md50-sm30, .flexwrap-percent-50-md50-sm40, .flexwrap-percent-50-md50-sm50, .flexwrap-percent-50-md50-sm60, .flexwrap-percent-50-md50-sm65, .flexwrap-percent-50-md50-sm70, .flexwrap-percent-50-md50-sm80, .flexwrap-percent-50-md50-sm90, .flexwrap-percent-50-md50-sm100, .flexwrap-percent-50-md60, .flexwrap-percent-50-md60-sm10, .flexwrap-percent-50-md60-sm15, .flexwrap-percent-50-md60-sm20, .flexwrap-percent-50-md60-sm30, .flexwrap-percent-50-md60-sm40, .flexwrap-percent-50-md60-sm50, .flexwrap-percent-50-md60-sm60, .flexwrap-percent-50-md60-sm65, .flexwrap-percent-50-md60-sm70, .flexwrap-percent-50-md60-sm80, .flexwrap-percent-50-md60-sm90, .flexwrap-percent-50-md60-sm100, .flexwrap-percent-50-md65, .flexwrap-percent-50-md65-sm10, .flexwrap-percent-50-md65-sm15, .flexwrap-percent-50-md65-sm20, .flexwrap-percent-50-md65-sm30, .flexwrap-percent-50-md65-sm40, .flexwrap-percent-50-md65-sm50, .flexwrap-percent-50-md65-sm60, .flexwrap-percent-50-md65-sm65, .flexwrap-percent-50-md65-sm70, .flexwrap-percent-50-md65-sm80, .flexwrap-percent-50-md65-sm90, .flexwrap-percent-50-md65-sm100, .flexwrap-percent-50-md70, .flexwrap-percent-50-md70-sm10, .flexwrap-percent-50-md70-sm15, .flexwrap-percent-50-md70-sm20, .flexwrap-percent-50-md70-sm30, .flexwrap-percent-50-md70-sm40, .flexwrap-percent-50-md70-sm50, .flexwrap-percent-50-md70-sm60, .flexwrap-percent-50-md70-sm65, .flexwrap-percent-50-md70-sm70, .flexwrap-percent-50-md70-sm80, .flexwrap-percent-50-md70-sm90, .flexwrap-percent-50-md70-sm100, .flexwrap-percent-50-md80, .flexwrap-percent-50-md80-sm10, .flexwrap-percent-50-md80-sm15, .flexwrap-percent-50-md80-sm20, .flexwrap-percent-50-md80-sm30, .flexwrap-percent-50-md80-sm40, .flexwrap-percent-50-md80-sm50, .flexwrap-percent-50-md80-sm60, .flexwrap-percent-50-md80-sm65, .flexwrap-percent-50-md80-sm70, .flexwrap-percent-50-md80-sm80, .flexwrap-percent-50-md80-sm90, .flexwrap-percent-50-md80-sm100, .flexwrap-percent-50-md90, .flexwrap-percent-50-md90-sm10, .flexwrap-percent-50-md90-sm15, .flexwrap-percent-50-md90-sm20, .flexwrap-percent-50-md90-sm30, .flexwrap-percent-50-md90-sm40, .flexwrap-percent-50-md90-sm50, .flexwrap-percent-50-md90-sm60, .flexwrap-percent-50-md90-sm65, .flexwrap-percent-50-md90-sm70, .flexwrap-percent-50-md90-sm80, .flexwrap-percent-50-md90-sm90, .flexwrap-percent-50-md90-sm100, .flexwrap-percent-50-md100, .flexwrap-percent-50-md100-sm10, .flexwrap-percent-50-md100-sm15, .flexwrap-percent-50-md100-sm20, .flexwrap-percent-50-md100-sm30, .flexwrap-percent-50-md100-sm40, .flexwrap-percent-50-md100-sm50, .flexwrap-percent-50-md100-sm60, .flexwrap-percent-50-md100-sm65, .flexwrap-percent-50-md100-sm70, .flexwrap-percent-50-md100-sm80, .flexwrap-percent-50-md100-sm90, .flexwrap-percent-50-md100-sm100 {
  width: 50%;
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md10, .flexwrap-percent-50-md10-sm10, .flexwrap-percent-50-md10-sm15, .flexwrap-percent-50-md10-sm20, .flexwrap-percent-50-md10-sm30, .flexwrap-percent-50-md10-sm40, .flexwrap-percent-50-md10-sm50, .flexwrap-percent-50-md10-sm60, .flexwrap-percent-50-md10-sm65, .flexwrap-percent-50-md10-sm70, .flexwrap-percent-50-md10-sm80, .flexwrap-percent-50-md10-sm90, .flexwrap-percent-50-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md15, .flexwrap-percent-50-md15-sm10, .flexwrap-percent-50-md15-sm15, .flexwrap-percent-50-md15-sm20, .flexwrap-percent-50-md15-sm30, .flexwrap-percent-50-md15-sm40, .flexwrap-percent-50-md15-sm50, .flexwrap-percent-50-md15-sm60, .flexwrap-percent-50-md15-sm65, .flexwrap-percent-50-md15-sm70, .flexwrap-percent-50-md15-sm80, .flexwrap-percent-50-md15-sm90, .flexwrap-percent-50-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md20, .flexwrap-percent-50-md20-sm10, .flexwrap-percent-50-md20-sm15, .flexwrap-percent-50-md20-sm20, .flexwrap-percent-50-md20-sm30, .flexwrap-percent-50-md20-sm40, .flexwrap-percent-50-md20-sm50, .flexwrap-percent-50-md20-sm60, .flexwrap-percent-50-md20-sm65, .flexwrap-percent-50-md20-sm70, .flexwrap-percent-50-md20-sm80, .flexwrap-percent-50-md20-sm90, .flexwrap-percent-50-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md30, .flexwrap-percent-50-md30-sm10, .flexwrap-percent-50-md30-sm15, .flexwrap-percent-50-md30-sm20, .flexwrap-percent-50-md30-sm30, .flexwrap-percent-50-md30-sm40, .flexwrap-percent-50-md30-sm50, .flexwrap-percent-50-md30-sm60, .flexwrap-percent-50-md30-sm65, .flexwrap-percent-50-md30-sm70, .flexwrap-percent-50-md30-sm80, .flexwrap-percent-50-md30-sm90, .flexwrap-percent-50-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md40, .flexwrap-percent-50-md40-sm10, .flexwrap-percent-50-md40-sm15, .flexwrap-percent-50-md40-sm20, .flexwrap-percent-50-md40-sm30, .flexwrap-percent-50-md40-sm40, .flexwrap-percent-50-md40-sm50, .flexwrap-percent-50-md40-sm60, .flexwrap-percent-50-md40-sm65, .flexwrap-percent-50-md40-sm70, .flexwrap-percent-50-md40-sm80, .flexwrap-percent-50-md40-sm90, .flexwrap-percent-50-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md50, .flexwrap-percent-50-md50-sm10, .flexwrap-percent-50-md50-sm15, .flexwrap-percent-50-md50-sm20, .flexwrap-percent-50-md50-sm30, .flexwrap-percent-50-md50-sm40, .flexwrap-percent-50-md50-sm50, .flexwrap-percent-50-md50-sm60, .flexwrap-percent-50-md50-sm65, .flexwrap-percent-50-md50-sm70, .flexwrap-percent-50-md50-sm80, .flexwrap-percent-50-md50-sm90, .flexwrap-percent-50-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md60, .flexwrap-percent-50-md60-sm10, .flexwrap-percent-50-md60-sm15, .flexwrap-percent-50-md60-sm20, .flexwrap-percent-50-md60-sm30, .flexwrap-percent-50-md60-sm40, .flexwrap-percent-50-md60-sm50, .flexwrap-percent-50-md60-sm60, .flexwrap-percent-50-md60-sm65, .flexwrap-percent-50-md60-sm70, .flexwrap-percent-50-md60-sm80, .flexwrap-percent-50-md60-sm90, .flexwrap-percent-50-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md65, .flexwrap-percent-50-md65-sm10, .flexwrap-percent-50-md65-sm15, .flexwrap-percent-50-md65-sm20, .flexwrap-percent-50-md65-sm30, .flexwrap-percent-50-md65-sm40, .flexwrap-percent-50-md65-sm50, .flexwrap-percent-50-md65-sm60, .flexwrap-percent-50-md65-sm65, .flexwrap-percent-50-md65-sm70, .flexwrap-percent-50-md65-sm80, .flexwrap-percent-50-md65-sm90, .flexwrap-percent-50-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md70, .flexwrap-percent-50-md70-sm10, .flexwrap-percent-50-md70-sm15, .flexwrap-percent-50-md70-sm20, .flexwrap-percent-50-md70-sm30, .flexwrap-percent-50-md70-sm40, .flexwrap-percent-50-md70-sm50, .flexwrap-percent-50-md70-sm60, .flexwrap-percent-50-md70-sm65, .flexwrap-percent-50-md70-sm70, .flexwrap-percent-50-md70-sm80, .flexwrap-percent-50-md70-sm90, .flexwrap-percent-50-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md80, .flexwrap-percent-50-md80-sm10, .flexwrap-percent-50-md80-sm15, .flexwrap-percent-50-md80-sm20, .flexwrap-percent-50-md80-sm30, .flexwrap-percent-50-md80-sm40, .flexwrap-percent-50-md80-sm50, .flexwrap-percent-50-md80-sm60, .flexwrap-percent-50-md80-sm65, .flexwrap-percent-50-md80-sm70, .flexwrap-percent-50-md80-sm80, .flexwrap-percent-50-md80-sm90, .flexwrap-percent-50-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md90, .flexwrap-percent-50-md90-sm10, .flexwrap-percent-50-md90-sm15, .flexwrap-percent-50-md90-sm20, .flexwrap-percent-50-md90-sm30, .flexwrap-percent-50-md90-sm40, .flexwrap-percent-50-md90-sm50, .flexwrap-percent-50-md90-sm60, .flexwrap-percent-50-md90-sm65, .flexwrap-percent-50-md90-sm70, .flexwrap-percent-50-md90-sm80, .flexwrap-percent-50-md90-sm90, .flexwrap-percent-50-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-50-md100, .flexwrap-percent-50-md100-sm10, .flexwrap-percent-50-md100-sm15, .flexwrap-percent-50-md100-sm20, .flexwrap-percent-50-md100-sm30, .flexwrap-percent-50-md100-sm40, .flexwrap-percent-50-md100-sm50, .flexwrap-percent-50-md100-sm60, .flexwrap-percent-50-md100-sm65, .flexwrap-percent-50-md100-sm70, .flexwrap-percent-50-md100-sm80, .flexwrap-percent-50-md100-sm90, .flexwrap-percent-50-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-50-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-60, .flexwrap-percent-60-md10, .flexwrap-percent-60-md10-sm10, .flexwrap-percent-60-md10-sm15, .flexwrap-percent-60-md10-sm20, .flexwrap-percent-60-md10-sm30, .flexwrap-percent-60-md10-sm40, .flexwrap-percent-60-md10-sm50, .flexwrap-percent-60-md10-sm60, .flexwrap-percent-60-md10-sm65, .flexwrap-percent-60-md10-sm70, .flexwrap-percent-60-md10-sm80, .flexwrap-percent-60-md10-sm90, .flexwrap-percent-60-md10-sm100, .flexwrap-percent-60-md15, .flexwrap-percent-60-md15-sm10, .flexwrap-percent-60-md15-sm15, .flexwrap-percent-60-md15-sm20, .flexwrap-percent-60-md15-sm30, .flexwrap-percent-60-md15-sm40, .flexwrap-percent-60-md15-sm50, .flexwrap-percent-60-md15-sm60, .flexwrap-percent-60-md15-sm65, .flexwrap-percent-60-md15-sm70, .flexwrap-percent-60-md15-sm80, .flexwrap-percent-60-md15-sm90, .flexwrap-percent-60-md15-sm100, .flexwrap-percent-60-md20, .flexwrap-percent-60-md20-sm10, .flexwrap-percent-60-md20-sm15, .flexwrap-percent-60-md20-sm20, .flexwrap-percent-60-md20-sm30, .flexwrap-percent-60-md20-sm40, .flexwrap-percent-60-md20-sm50, .flexwrap-percent-60-md20-sm60, .flexwrap-percent-60-md20-sm65, .flexwrap-percent-60-md20-sm70, .flexwrap-percent-60-md20-sm80, .flexwrap-percent-60-md20-sm90, .flexwrap-percent-60-md20-sm100, .flexwrap-percent-60-md30, .flexwrap-percent-60-md30-sm10, .flexwrap-percent-60-md30-sm15, .flexwrap-percent-60-md30-sm20, .flexwrap-percent-60-md30-sm30, .flexwrap-percent-60-md30-sm40, .flexwrap-percent-60-md30-sm50, .flexwrap-percent-60-md30-sm60, .flexwrap-percent-60-md30-sm65, .flexwrap-percent-60-md30-sm70, .flexwrap-percent-60-md30-sm80, .flexwrap-percent-60-md30-sm90, .flexwrap-percent-60-md30-sm100, .flexwrap-percent-60-md40, .flexwrap-percent-60-md40-sm10, .flexwrap-percent-60-md40-sm15, .flexwrap-percent-60-md40-sm20, .flexwrap-percent-60-md40-sm30, .flexwrap-percent-60-md40-sm40, .flexwrap-percent-60-md40-sm50, .flexwrap-percent-60-md40-sm60, .flexwrap-percent-60-md40-sm65, .flexwrap-percent-60-md40-sm70, .flexwrap-percent-60-md40-sm80, .flexwrap-percent-60-md40-sm90, .flexwrap-percent-60-md40-sm100, .flexwrap-percent-60-md50, .flexwrap-percent-60-md50-sm10, .flexwrap-percent-60-md50-sm15, .flexwrap-percent-60-md50-sm20, .flexwrap-percent-60-md50-sm30, .flexwrap-percent-60-md50-sm40, .flexwrap-percent-60-md50-sm50, .flexwrap-percent-60-md50-sm60, .flexwrap-percent-60-md50-sm65, .flexwrap-percent-60-md50-sm70, .flexwrap-percent-60-md50-sm80, .flexwrap-percent-60-md50-sm90, .flexwrap-percent-60-md50-sm100, .flexwrap-percent-60-md60, .flexwrap-percent-60-md60-sm10, .flexwrap-percent-60-md60-sm15, .flexwrap-percent-60-md60-sm20, .flexwrap-percent-60-md60-sm30, .flexwrap-percent-60-md60-sm40, .flexwrap-percent-60-md60-sm50, .flexwrap-percent-60-md60-sm60, .flexwrap-percent-60-md60-sm65, .flexwrap-percent-60-md60-sm70, .flexwrap-percent-60-md60-sm80, .flexwrap-percent-60-md60-sm90, .flexwrap-percent-60-md60-sm100, .flexwrap-percent-60-md65, .flexwrap-percent-60-md65-sm10, .flexwrap-percent-60-md65-sm15, .flexwrap-percent-60-md65-sm20, .flexwrap-percent-60-md65-sm30, .flexwrap-percent-60-md65-sm40, .flexwrap-percent-60-md65-sm50, .flexwrap-percent-60-md65-sm60, .flexwrap-percent-60-md65-sm65, .flexwrap-percent-60-md65-sm70, .flexwrap-percent-60-md65-sm80, .flexwrap-percent-60-md65-sm90, .flexwrap-percent-60-md65-sm100, .flexwrap-percent-60-md70, .flexwrap-percent-60-md70-sm10, .flexwrap-percent-60-md70-sm15, .flexwrap-percent-60-md70-sm20, .flexwrap-percent-60-md70-sm30, .flexwrap-percent-60-md70-sm40, .flexwrap-percent-60-md70-sm50, .flexwrap-percent-60-md70-sm60, .flexwrap-percent-60-md70-sm65, .flexwrap-percent-60-md70-sm70, .flexwrap-percent-60-md70-sm80, .flexwrap-percent-60-md70-sm90, .flexwrap-percent-60-md70-sm100, .flexwrap-percent-60-md80, .flexwrap-percent-60-md80-sm10, .flexwrap-percent-60-md80-sm15, .flexwrap-percent-60-md80-sm20, .flexwrap-percent-60-md80-sm30, .flexwrap-percent-60-md80-sm40, .flexwrap-percent-60-md80-sm50, .flexwrap-percent-60-md80-sm60, .flexwrap-percent-60-md80-sm65, .flexwrap-percent-60-md80-sm70, .flexwrap-percent-60-md80-sm80, .flexwrap-percent-60-md80-sm90, .flexwrap-percent-60-md80-sm100, .flexwrap-percent-60-md90, .flexwrap-percent-60-md90-sm10, .flexwrap-percent-60-md90-sm15, .flexwrap-percent-60-md90-sm20, .flexwrap-percent-60-md90-sm30, .flexwrap-percent-60-md90-sm40, .flexwrap-percent-60-md90-sm50, .flexwrap-percent-60-md90-sm60, .flexwrap-percent-60-md90-sm65, .flexwrap-percent-60-md90-sm70, .flexwrap-percent-60-md90-sm80, .flexwrap-percent-60-md90-sm90, .flexwrap-percent-60-md90-sm100, .flexwrap-percent-60-md100, .flexwrap-percent-60-md100-sm10, .flexwrap-percent-60-md100-sm15, .flexwrap-percent-60-md100-sm20, .flexwrap-percent-60-md100-sm30, .flexwrap-percent-60-md100-sm40, .flexwrap-percent-60-md100-sm50, .flexwrap-percent-60-md100-sm60, .flexwrap-percent-60-md100-sm65, .flexwrap-percent-60-md100-sm70, .flexwrap-percent-60-md100-sm80, .flexwrap-percent-60-md100-sm90, .flexwrap-percent-60-md100-sm100 {
  width: 60%;
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md10, .flexwrap-percent-60-md10-sm10, .flexwrap-percent-60-md10-sm15, .flexwrap-percent-60-md10-sm20, .flexwrap-percent-60-md10-sm30, .flexwrap-percent-60-md10-sm40, .flexwrap-percent-60-md10-sm50, .flexwrap-percent-60-md10-sm60, .flexwrap-percent-60-md10-sm65, .flexwrap-percent-60-md10-sm70, .flexwrap-percent-60-md10-sm80, .flexwrap-percent-60-md10-sm90, .flexwrap-percent-60-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md15, .flexwrap-percent-60-md15-sm10, .flexwrap-percent-60-md15-sm15, .flexwrap-percent-60-md15-sm20, .flexwrap-percent-60-md15-sm30, .flexwrap-percent-60-md15-sm40, .flexwrap-percent-60-md15-sm50, .flexwrap-percent-60-md15-sm60, .flexwrap-percent-60-md15-sm65, .flexwrap-percent-60-md15-sm70, .flexwrap-percent-60-md15-sm80, .flexwrap-percent-60-md15-sm90, .flexwrap-percent-60-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md20, .flexwrap-percent-60-md20-sm10, .flexwrap-percent-60-md20-sm15, .flexwrap-percent-60-md20-sm20, .flexwrap-percent-60-md20-sm30, .flexwrap-percent-60-md20-sm40, .flexwrap-percent-60-md20-sm50, .flexwrap-percent-60-md20-sm60, .flexwrap-percent-60-md20-sm65, .flexwrap-percent-60-md20-sm70, .flexwrap-percent-60-md20-sm80, .flexwrap-percent-60-md20-sm90, .flexwrap-percent-60-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md30, .flexwrap-percent-60-md30-sm10, .flexwrap-percent-60-md30-sm15, .flexwrap-percent-60-md30-sm20, .flexwrap-percent-60-md30-sm30, .flexwrap-percent-60-md30-sm40, .flexwrap-percent-60-md30-sm50, .flexwrap-percent-60-md30-sm60, .flexwrap-percent-60-md30-sm65, .flexwrap-percent-60-md30-sm70, .flexwrap-percent-60-md30-sm80, .flexwrap-percent-60-md30-sm90, .flexwrap-percent-60-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md40, .flexwrap-percent-60-md40-sm10, .flexwrap-percent-60-md40-sm15, .flexwrap-percent-60-md40-sm20, .flexwrap-percent-60-md40-sm30, .flexwrap-percent-60-md40-sm40, .flexwrap-percent-60-md40-sm50, .flexwrap-percent-60-md40-sm60, .flexwrap-percent-60-md40-sm65, .flexwrap-percent-60-md40-sm70, .flexwrap-percent-60-md40-sm80, .flexwrap-percent-60-md40-sm90, .flexwrap-percent-60-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md50, .flexwrap-percent-60-md50-sm10, .flexwrap-percent-60-md50-sm15, .flexwrap-percent-60-md50-sm20, .flexwrap-percent-60-md50-sm30, .flexwrap-percent-60-md50-sm40, .flexwrap-percent-60-md50-sm50, .flexwrap-percent-60-md50-sm60, .flexwrap-percent-60-md50-sm65, .flexwrap-percent-60-md50-sm70, .flexwrap-percent-60-md50-sm80, .flexwrap-percent-60-md50-sm90, .flexwrap-percent-60-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md60, .flexwrap-percent-60-md60-sm10, .flexwrap-percent-60-md60-sm15, .flexwrap-percent-60-md60-sm20, .flexwrap-percent-60-md60-sm30, .flexwrap-percent-60-md60-sm40, .flexwrap-percent-60-md60-sm50, .flexwrap-percent-60-md60-sm60, .flexwrap-percent-60-md60-sm65, .flexwrap-percent-60-md60-sm70, .flexwrap-percent-60-md60-sm80, .flexwrap-percent-60-md60-sm90, .flexwrap-percent-60-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md65, .flexwrap-percent-60-md65-sm10, .flexwrap-percent-60-md65-sm15, .flexwrap-percent-60-md65-sm20, .flexwrap-percent-60-md65-sm30, .flexwrap-percent-60-md65-sm40, .flexwrap-percent-60-md65-sm50, .flexwrap-percent-60-md65-sm60, .flexwrap-percent-60-md65-sm65, .flexwrap-percent-60-md65-sm70, .flexwrap-percent-60-md65-sm80, .flexwrap-percent-60-md65-sm90, .flexwrap-percent-60-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md70, .flexwrap-percent-60-md70-sm10, .flexwrap-percent-60-md70-sm15, .flexwrap-percent-60-md70-sm20, .flexwrap-percent-60-md70-sm30, .flexwrap-percent-60-md70-sm40, .flexwrap-percent-60-md70-sm50, .flexwrap-percent-60-md70-sm60, .flexwrap-percent-60-md70-sm65, .flexwrap-percent-60-md70-sm70, .flexwrap-percent-60-md70-sm80, .flexwrap-percent-60-md70-sm90, .flexwrap-percent-60-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md80, .flexwrap-percent-60-md80-sm10, .flexwrap-percent-60-md80-sm15, .flexwrap-percent-60-md80-sm20, .flexwrap-percent-60-md80-sm30, .flexwrap-percent-60-md80-sm40, .flexwrap-percent-60-md80-sm50, .flexwrap-percent-60-md80-sm60, .flexwrap-percent-60-md80-sm65, .flexwrap-percent-60-md80-sm70, .flexwrap-percent-60-md80-sm80, .flexwrap-percent-60-md80-sm90, .flexwrap-percent-60-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md90, .flexwrap-percent-60-md90-sm10, .flexwrap-percent-60-md90-sm15, .flexwrap-percent-60-md90-sm20, .flexwrap-percent-60-md90-sm30, .flexwrap-percent-60-md90-sm40, .flexwrap-percent-60-md90-sm50, .flexwrap-percent-60-md90-sm60, .flexwrap-percent-60-md90-sm65, .flexwrap-percent-60-md90-sm70, .flexwrap-percent-60-md90-sm80, .flexwrap-percent-60-md90-sm90, .flexwrap-percent-60-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-60-md100, .flexwrap-percent-60-md100-sm10, .flexwrap-percent-60-md100-sm15, .flexwrap-percent-60-md100-sm20, .flexwrap-percent-60-md100-sm30, .flexwrap-percent-60-md100-sm40, .flexwrap-percent-60-md100-sm50, .flexwrap-percent-60-md100-sm60, .flexwrap-percent-60-md100-sm65, .flexwrap-percent-60-md100-sm70, .flexwrap-percent-60-md100-sm80, .flexwrap-percent-60-md100-sm90, .flexwrap-percent-60-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-60-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-65, .flexwrap-percent-65-md10, .flexwrap-percent-65-md10-sm10, .flexwrap-percent-65-md10-sm15, .flexwrap-percent-65-md10-sm20, .flexwrap-percent-65-md10-sm30, .flexwrap-percent-65-md10-sm40, .flexwrap-percent-65-md10-sm50, .flexwrap-percent-65-md10-sm60, .flexwrap-percent-65-md10-sm65, .flexwrap-percent-65-md10-sm70, .flexwrap-percent-65-md10-sm80, .flexwrap-percent-65-md10-sm90, .flexwrap-percent-65-md10-sm100, .flexwrap-percent-65-md15, .flexwrap-percent-65-md15-sm10, .flexwrap-percent-65-md15-sm15, .flexwrap-percent-65-md15-sm20, .flexwrap-percent-65-md15-sm30, .flexwrap-percent-65-md15-sm40, .flexwrap-percent-65-md15-sm50, .flexwrap-percent-65-md15-sm60, .flexwrap-percent-65-md15-sm65, .flexwrap-percent-65-md15-sm70, .flexwrap-percent-65-md15-sm80, .flexwrap-percent-65-md15-sm90, .flexwrap-percent-65-md15-sm100, .flexwrap-percent-65-md20, .flexwrap-percent-65-md20-sm10, .flexwrap-percent-65-md20-sm15, .flexwrap-percent-65-md20-sm20, .flexwrap-percent-65-md20-sm30, .flexwrap-percent-65-md20-sm40, .flexwrap-percent-65-md20-sm50, .flexwrap-percent-65-md20-sm60, .flexwrap-percent-65-md20-sm65, .flexwrap-percent-65-md20-sm70, .flexwrap-percent-65-md20-sm80, .flexwrap-percent-65-md20-sm90, .flexwrap-percent-65-md20-sm100, .flexwrap-percent-65-md30, .flexwrap-percent-65-md30-sm10, .flexwrap-percent-65-md30-sm15, .flexwrap-percent-65-md30-sm20, .flexwrap-percent-65-md30-sm30, .flexwrap-percent-65-md30-sm40, .flexwrap-percent-65-md30-sm50, .flexwrap-percent-65-md30-sm60, .flexwrap-percent-65-md30-sm65, .flexwrap-percent-65-md30-sm70, .flexwrap-percent-65-md30-sm80, .flexwrap-percent-65-md30-sm90, .flexwrap-percent-65-md30-sm100, .flexwrap-percent-65-md40, .flexwrap-percent-65-md40-sm10, .flexwrap-percent-65-md40-sm15, .flexwrap-percent-65-md40-sm20, .flexwrap-percent-65-md40-sm30, .flexwrap-percent-65-md40-sm40, .flexwrap-percent-65-md40-sm50, .flexwrap-percent-65-md40-sm60, .flexwrap-percent-65-md40-sm65, .flexwrap-percent-65-md40-sm70, .flexwrap-percent-65-md40-sm80, .flexwrap-percent-65-md40-sm90, .flexwrap-percent-65-md40-sm100, .flexwrap-percent-65-md50, .flexwrap-percent-65-md50-sm10, .flexwrap-percent-65-md50-sm15, .flexwrap-percent-65-md50-sm20, .flexwrap-percent-65-md50-sm30, .flexwrap-percent-65-md50-sm40, .flexwrap-percent-65-md50-sm50, .flexwrap-percent-65-md50-sm60, .flexwrap-percent-65-md50-sm65, .flexwrap-percent-65-md50-sm70, .flexwrap-percent-65-md50-sm80, .flexwrap-percent-65-md50-sm90, .flexwrap-percent-65-md50-sm100, .flexwrap-percent-65-md60, .flexwrap-percent-65-md60-sm10, .flexwrap-percent-65-md60-sm15, .flexwrap-percent-65-md60-sm20, .flexwrap-percent-65-md60-sm30, .flexwrap-percent-65-md60-sm40, .flexwrap-percent-65-md60-sm50, .flexwrap-percent-65-md60-sm60, .flexwrap-percent-65-md60-sm65, .flexwrap-percent-65-md60-sm70, .flexwrap-percent-65-md60-sm80, .flexwrap-percent-65-md60-sm90, .flexwrap-percent-65-md60-sm100, .flexwrap-percent-65-md65, .flexwrap-percent-65-md65-sm10, .flexwrap-percent-65-md65-sm15, .flexwrap-percent-65-md65-sm20, .flexwrap-percent-65-md65-sm30, .flexwrap-percent-65-md65-sm40, .flexwrap-percent-65-md65-sm50, .flexwrap-percent-65-md65-sm60, .flexwrap-percent-65-md65-sm65, .flexwrap-percent-65-md65-sm70, .flexwrap-percent-65-md65-sm80, .flexwrap-percent-65-md65-sm90, .flexwrap-percent-65-md65-sm100, .flexwrap-percent-65-md70, .flexwrap-percent-65-md70-sm10, .flexwrap-percent-65-md70-sm15, .flexwrap-percent-65-md70-sm20, .flexwrap-percent-65-md70-sm30, .flexwrap-percent-65-md70-sm40, .flexwrap-percent-65-md70-sm50, .flexwrap-percent-65-md70-sm60, .flexwrap-percent-65-md70-sm65, .flexwrap-percent-65-md70-sm70, .flexwrap-percent-65-md70-sm80, .flexwrap-percent-65-md70-sm90, .flexwrap-percent-65-md70-sm100, .flexwrap-percent-65-md80, .flexwrap-percent-65-md80-sm10, .flexwrap-percent-65-md80-sm15, .flexwrap-percent-65-md80-sm20, .flexwrap-percent-65-md80-sm30, .flexwrap-percent-65-md80-sm40, .flexwrap-percent-65-md80-sm50, .flexwrap-percent-65-md80-sm60, .flexwrap-percent-65-md80-sm65, .flexwrap-percent-65-md80-sm70, .flexwrap-percent-65-md80-sm80, .flexwrap-percent-65-md80-sm90, .flexwrap-percent-65-md80-sm100, .flexwrap-percent-65-md90, .flexwrap-percent-65-md90-sm10, .flexwrap-percent-65-md90-sm15, .flexwrap-percent-65-md90-sm20, .flexwrap-percent-65-md90-sm30, .flexwrap-percent-65-md90-sm40, .flexwrap-percent-65-md90-sm50, .flexwrap-percent-65-md90-sm60, .flexwrap-percent-65-md90-sm65, .flexwrap-percent-65-md90-sm70, .flexwrap-percent-65-md90-sm80, .flexwrap-percent-65-md90-sm90, .flexwrap-percent-65-md90-sm100, .flexwrap-percent-65-md100, .flexwrap-percent-65-md100-sm10, .flexwrap-percent-65-md100-sm15, .flexwrap-percent-65-md100-sm20, .flexwrap-percent-65-md100-sm30, .flexwrap-percent-65-md100-sm40, .flexwrap-percent-65-md100-sm50, .flexwrap-percent-65-md100-sm60, .flexwrap-percent-65-md100-sm65, .flexwrap-percent-65-md100-sm70, .flexwrap-percent-65-md100-sm80, .flexwrap-percent-65-md100-sm90, .flexwrap-percent-65-md100-sm100 {
  width: 65%;
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md10, .flexwrap-percent-65-md10-sm10, .flexwrap-percent-65-md10-sm15, .flexwrap-percent-65-md10-sm20, .flexwrap-percent-65-md10-sm30, .flexwrap-percent-65-md10-sm40, .flexwrap-percent-65-md10-sm50, .flexwrap-percent-65-md10-sm60, .flexwrap-percent-65-md10-sm65, .flexwrap-percent-65-md10-sm70, .flexwrap-percent-65-md10-sm80, .flexwrap-percent-65-md10-sm90, .flexwrap-percent-65-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md15, .flexwrap-percent-65-md15-sm10, .flexwrap-percent-65-md15-sm15, .flexwrap-percent-65-md15-sm20, .flexwrap-percent-65-md15-sm30, .flexwrap-percent-65-md15-sm40, .flexwrap-percent-65-md15-sm50, .flexwrap-percent-65-md15-sm60, .flexwrap-percent-65-md15-sm65, .flexwrap-percent-65-md15-sm70, .flexwrap-percent-65-md15-sm80, .flexwrap-percent-65-md15-sm90, .flexwrap-percent-65-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md20, .flexwrap-percent-65-md20-sm10, .flexwrap-percent-65-md20-sm15, .flexwrap-percent-65-md20-sm20, .flexwrap-percent-65-md20-sm30, .flexwrap-percent-65-md20-sm40, .flexwrap-percent-65-md20-sm50, .flexwrap-percent-65-md20-sm60, .flexwrap-percent-65-md20-sm65, .flexwrap-percent-65-md20-sm70, .flexwrap-percent-65-md20-sm80, .flexwrap-percent-65-md20-sm90, .flexwrap-percent-65-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md30, .flexwrap-percent-65-md30-sm10, .flexwrap-percent-65-md30-sm15, .flexwrap-percent-65-md30-sm20, .flexwrap-percent-65-md30-sm30, .flexwrap-percent-65-md30-sm40, .flexwrap-percent-65-md30-sm50, .flexwrap-percent-65-md30-sm60, .flexwrap-percent-65-md30-sm65, .flexwrap-percent-65-md30-sm70, .flexwrap-percent-65-md30-sm80, .flexwrap-percent-65-md30-sm90, .flexwrap-percent-65-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md40, .flexwrap-percent-65-md40-sm10, .flexwrap-percent-65-md40-sm15, .flexwrap-percent-65-md40-sm20, .flexwrap-percent-65-md40-sm30, .flexwrap-percent-65-md40-sm40, .flexwrap-percent-65-md40-sm50, .flexwrap-percent-65-md40-sm60, .flexwrap-percent-65-md40-sm65, .flexwrap-percent-65-md40-sm70, .flexwrap-percent-65-md40-sm80, .flexwrap-percent-65-md40-sm90, .flexwrap-percent-65-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md50, .flexwrap-percent-65-md50-sm10, .flexwrap-percent-65-md50-sm15, .flexwrap-percent-65-md50-sm20, .flexwrap-percent-65-md50-sm30, .flexwrap-percent-65-md50-sm40, .flexwrap-percent-65-md50-sm50, .flexwrap-percent-65-md50-sm60, .flexwrap-percent-65-md50-sm65, .flexwrap-percent-65-md50-sm70, .flexwrap-percent-65-md50-sm80, .flexwrap-percent-65-md50-sm90, .flexwrap-percent-65-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md60, .flexwrap-percent-65-md60-sm10, .flexwrap-percent-65-md60-sm15, .flexwrap-percent-65-md60-sm20, .flexwrap-percent-65-md60-sm30, .flexwrap-percent-65-md60-sm40, .flexwrap-percent-65-md60-sm50, .flexwrap-percent-65-md60-sm60, .flexwrap-percent-65-md60-sm65, .flexwrap-percent-65-md60-sm70, .flexwrap-percent-65-md60-sm80, .flexwrap-percent-65-md60-sm90, .flexwrap-percent-65-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md65, .flexwrap-percent-65-md65-sm10, .flexwrap-percent-65-md65-sm15, .flexwrap-percent-65-md65-sm20, .flexwrap-percent-65-md65-sm30, .flexwrap-percent-65-md65-sm40, .flexwrap-percent-65-md65-sm50, .flexwrap-percent-65-md65-sm60, .flexwrap-percent-65-md65-sm65, .flexwrap-percent-65-md65-sm70, .flexwrap-percent-65-md65-sm80, .flexwrap-percent-65-md65-sm90, .flexwrap-percent-65-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md70, .flexwrap-percent-65-md70-sm10, .flexwrap-percent-65-md70-sm15, .flexwrap-percent-65-md70-sm20, .flexwrap-percent-65-md70-sm30, .flexwrap-percent-65-md70-sm40, .flexwrap-percent-65-md70-sm50, .flexwrap-percent-65-md70-sm60, .flexwrap-percent-65-md70-sm65, .flexwrap-percent-65-md70-sm70, .flexwrap-percent-65-md70-sm80, .flexwrap-percent-65-md70-sm90, .flexwrap-percent-65-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md80, .flexwrap-percent-65-md80-sm10, .flexwrap-percent-65-md80-sm15, .flexwrap-percent-65-md80-sm20, .flexwrap-percent-65-md80-sm30, .flexwrap-percent-65-md80-sm40, .flexwrap-percent-65-md80-sm50, .flexwrap-percent-65-md80-sm60, .flexwrap-percent-65-md80-sm65, .flexwrap-percent-65-md80-sm70, .flexwrap-percent-65-md80-sm80, .flexwrap-percent-65-md80-sm90, .flexwrap-percent-65-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md90, .flexwrap-percent-65-md90-sm10, .flexwrap-percent-65-md90-sm15, .flexwrap-percent-65-md90-sm20, .flexwrap-percent-65-md90-sm30, .flexwrap-percent-65-md90-sm40, .flexwrap-percent-65-md90-sm50, .flexwrap-percent-65-md90-sm60, .flexwrap-percent-65-md90-sm65, .flexwrap-percent-65-md90-sm70, .flexwrap-percent-65-md90-sm80, .flexwrap-percent-65-md90-sm90, .flexwrap-percent-65-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-65-md100, .flexwrap-percent-65-md100-sm10, .flexwrap-percent-65-md100-sm15, .flexwrap-percent-65-md100-sm20, .flexwrap-percent-65-md100-sm30, .flexwrap-percent-65-md100-sm40, .flexwrap-percent-65-md100-sm50, .flexwrap-percent-65-md100-sm60, .flexwrap-percent-65-md100-sm65, .flexwrap-percent-65-md100-sm70, .flexwrap-percent-65-md100-sm80, .flexwrap-percent-65-md100-sm90, .flexwrap-percent-65-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-65-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-70, .flexwrap-percent-70-md10, .flexwrap-percent-70-md10-sm10, .flexwrap-percent-70-md10-sm15, .flexwrap-percent-70-md10-sm20, .flexwrap-percent-70-md10-sm30, .flexwrap-percent-70-md10-sm40, .flexwrap-percent-70-md10-sm50, .flexwrap-percent-70-md10-sm60, .flexwrap-percent-70-md10-sm65, .flexwrap-percent-70-md10-sm70, .flexwrap-percent-70-md10-sm80, .flexwrap-percent-70-md10-sm90, .flexwrap-percent-70-md10-sm100, .flexwrap-percent-70-md15, .flexwrap-percent-70-md15-sm10, .flexwrap-percent-70-md15-sm15, .flexwrap-percent-70-md15-sm20, .flexwrap-percent-70-md15-sm30, .flexwrap-percent-70-md15-sm40, .flexwrap-percent-70-md15-sm50, .flexwrap-percent-70-md15-sm60, .flexwrap-percent-70-md15-sm65, .flexwrap-percent-70-md15-sm70, .flexwrap-percent-70-md15-sm80, .flexwrap-percent-70-md15-sm90, .flexwrap-percent-70-md15-sm100, .flexwrap-percent-70-md20, .flexwrap-percent-70-md20-sm10, .flexwrap-percent-70-md20-sm15, .flexwrap-percent-70-md20-sm20, .flexwrap-percent-70-md20-sm30, .flexwrap-percent-70-md20-sm40, .flexwrap-percent-70-md20-sm50, .flexwrap-percent-70-md20-sm60, .flexwrap-percent-70-md20-sm65, .flexwrap-percent-70-md20-sm70, .flexwrap-percent-70-md20-sm80, .flexwrap-percent-70-md20-sm90, .flexwrap-percent-70-md20-sm100, .flexwrap-percent-70-md30, .flexwrap-percent-70-md30-sm10, .flexwrap-percent-70-md30-sm15, .flexwrap-percent-70-md30-sm20, .flexwrap-percent-70-md30-sm30, .flexwrap-percent-70-md30-sm40, .flexwrap-percent-70-md30-sm50, .flexwrap-percent-70-md30-sm60, .flexwrap-percent-70-md30-sm65, .flexwrap-percent-70-md30-sm70, .flexwrap-percent-70-md30-sm80, .flexwrap-percent-70-md30-sm90, .flexwrap-percent-70-md30-sm100, .flexwrap-percent-70-md40, .flexwrap-percent-70-md40-sm10, .flexwrap-percent-70-md40-sm15, .flexwrap-percent-70-md40-sm20, .flexwrap-percent-70-md40-sm30, .flexwrap-percent-70-md40-sm40, .flexwrap-percent-70-md40-sm50, .flexwrap-percent-70-md40-sm60, .flexwrap-percent-70-md40-sm65, .flexwrap-percent-70-md40-sm70, .flexwrap-percent-70-md40-sm80, .flexwrap-percent-70-md40-sm90, .flexwrap-percent-70-md40-sm100, .flexwrap-percent-70-md50, .flexwrap-percent-70-md50-sm10, .flexwrap-percent-70-md50-sm15, .flexwrap-percent-70-md50-sm20, .flexwrap-percent-70-md50-sm30, .flexwrap-percent-70-md50-sm40, .flexwrap-percent-70-md50-sm50, .flexwrap-percent-70-md50-sm60, .flexwrap-percent-70-md50-sm65, .flexwrap-percent-70-md50-sm70, .flexwrap-percent-70-md50-sm80, .flexwrap-percent-70-md50-sm90, .flexwrap-percent-70-md50-sm100, .flexwrap-percent-70-md60, .flexwrap-percent-70-md60-sm10, .flexwrap-percent-70-md60-sm15, .flexwrap-percent-70-md60-sm20, .flexwrap-percent-70-md60-sm30, .flexwrap-percent-70-md60-sm40, .flexwrap-percent-70-md60-sm50, .flexwrap-percent-70-md60-sm60, .flexwrap-percent-70-md60-sm65, .flexwrap-percent-70-md60-sm70, .flexwrap-percent-70-md60-sm80, .flexwrap-percent-70-md60-sm90, .flexwrap-percent-70-md60-sm100, .flexwrap-percent-70-md65, .flexwrap-percent-70-md65-sm10, .flexwrap-percent-70-md65-sm15, .flexwrap-percent-70-md65-sm20, .flexwrap-percent-70-md65-sm30, .flexwrap-percent-70-md65-sm40, .flexwrap-percent-70-md65-sm50, .flexwrap-percent-70-md65-sm60, .flexwrap-percent-70-md65-sm65, .flexwrap-percent-70-md65-sm70, .flexwrap-percent-70-md65-sm80, .flexwrap-percent-70-md65-sm90, .flexwrap-percent-70-md65-sm100, .flexwrap-percent-70-md70, .flexwrap-percent-70-md70-sm10, .flexwrap-percent-70-md70-sm15, .flexwrap-percent-70-md70-sm20, .flexwrap-percent-70-md70-sm30, .flexwrap-percent-70-md70-sm40, .flexwrap-percent-70-md70-sm50, .flexwrap-percent-70-md70-sm60, .flexwrap-percent-70-md70-sm65, .flexwrap-percent-70-md70-sm70, .flexwrap-percent-70-md70-sm80, .flexwrap-percent-70-md70-sm90, .flexwrap-percent-70-md70-sm100, .flexwrap-percent-70-md80, .flexwrap-percent-70-md80-sm10, .flexwrap-percent-70-md80-sm15, .flexwrap-percent-70-md80-sm20, .flexwrap-percent-70-md80-sm30, .flexwrap-percent-70-md80-sm40, .flexwrap-percent-70-md80-sm50, .flexwrap-percent-70-md80-sm60, .flexwrap-percent-70-md80-sm65, .flexwrap-percent-70-md80-sm70, .flexwrap-percent-70-md80-sm80, .flexwrap-percent-70-md80-sm90, .flexwrap-percent-70-md80-sm100, .flexwrap-percent-70-md90, .flexwrap-percent-70-md90-sm10, .flexwrap-percent-70-md90-sm15, .flexwrap-percent-70-md90-sm20, .flexwrap-percent-70-md90-sm30, .flexwrap-percent-70-md90-sm40, .flexwrap-percent-70-md90-sm50, .flexwrap-percent-70-md90-sm60, .flexwrap-percent-70-md90-sm65, .flexwrap-percent-70-md90-sm70, .flexwrap-percent-70-md90-sm80, .flexwrap-percent-70-md90-sm90, .flexwrap-percent-70-md90-sm100, .flexwrap-percent-70-md100, .flexwrap-percent-70-md100-sm10, .flexwrap-percent-70-md100-sm15, .flexwrap-percent-70-md100-sm20, .flexwrap-percent-70-md100-sm30, .flexwrap-percent-70-md100-sm40, .flexwrap-percent-70-md100-sm50, .flexwrap-percent-70-md100-sm60, .flexwrap-percent-70-md100-sm65, .flexwrap-percent-70-md100-sm70, .flexwrap-percent-70-md100-sm80, .flexwrap-percent-70-md100-sm90, .flexwrap-percent-70-md100-sm100 {
  width: 70%;
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md10, .flexwrap-percent-70-md10-sm10, .flexwrap-percent-70-md10-sm15, .flexwrap-percent-70-md10-sm20, .flexwrap-percent-70-md10-sm30, .flexwrap-percent-70-md10-sm40, .flexwrap-percent-70-md10-sm50, .flexwrap-percent-70-md10-sm60, .flexwrap-percent-70-md10-sm65, .flexwrap-percent-70-md10-sm70, .flexwrap-percent-70-md10-sm80, .flexwrap-percent-70-md10-sm90, .flexwrap-percent-70-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md15, .flexwrap-percent-70-md15-sm10, .flexwrap-percent-70-md15-sm15, .flexwrap-percent-70-md15-sm20, .flexwrap-percent-70-md15-sm30, .flexwrap-percent-70-md15-sm40, .flexwrap-percent-70-md15-sm50, .flexwrap-percent-70-md15-sm60, .flexwrap-percent-70-md15-sm65, .flexwrap-percent-70-md15-sm70, .flexwrap-percent-70-md15-sm80, .flexwrap-percent-70-md15-sm90, .flexwrap-percent-70-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md20, .flexwrap-percent-70-md20-sm10, .flexwrap-percent-70-md20-sm15, .flexwrap-percent-70-md20-sm20, .flexwrap-percent-70-md20-sm30, .flexwrap-percent-70-md20-sm40, .flexwrap-percent-70-md20-sm50, .flexwrap-percent-70-md20-sm60, .flexwrap-percent-70-md20-sm65, .flexwrap-percent-70-md20-sm70, .flexwrap-percent-70-md20-sm80, .flexwrap-percent-70-md20-sm90, .flexwrap-percent-70-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md30, .flexwrap-percent-70-md30-sm10, .flexwrap-percent-70-md30-sm15, .flexwrap-percent-70-md30-sm20, .flexwrap-percent-70-md30-sm30, .flexwrap-percent-70-md30-sm40, .flexwrap-percent-70-md30-sm50, .flexwrap-percent-70-md30-sm60, .flexwrap-percent-70-md30-sm65, .flexwrap-percent-70-md30-sm70, .flexwrap-percent-70-md30-sm80, .flexwrap-percent-70-md30-sm90, .flexwrap-percent-70-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md40, .flexwrap-percent-70-md40-sm10, .flexwrap-percent-70-md40-sm15, .flexwrap-percent-70-md40-sm20, .flexwrap-percent-70-md40-sm30, .flexwrap-percent-70-md40-sm40, .flexwrap-percent-70-md40-sm50, .flexwrap-percent-70-md40-sm60, .flexwrap-percent-70-md40-sm65, .flexwrap-percent-70-md40-sm70, .flexwrap-percent-70-md40-sm80, .flexwrap-percent-70-md40-sm90, .flexwrap-percent-70-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md50, .flexwrap-percent-70-md50-sm10, .flexwrap-percent-70-md50-sm15, .flexwrap-percent-70-md50-sm20, .flexwrap-percent-70-md50-sm30, .flexwrap-percent-70-md50-sm40, .flexwrap-percent-70-md50-sm50, .flexwrap-percent-70-md50-sm60, .flexwrap-percent-70-md50-sm65, .flexwrap-percent-70-md50-sm70, .flexwrap-percent-70-md50-sm80, .flexwrap-percent-70-md50-sm90, .flexwrap-percent-70-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md60, .flexwrap-percent-70-md60-sm10, .flexwrap-percent-70-md60-sm15, .flexwrap-percent-70-md60-sm20, .flexwrap-percent-70-md60-sm30, .flexwrap-percent-70-md60-sm40, .flexwrap-percent-70-md60-sm50, .flexwrap-percent-70-md60-sm60, .flexwrap-percent-70-md60-sm65, .flexwrap-percent-70-md60-sm70, .flexwrap-percent-70-md60-sm80, .flexwrap-percent-70-md60-sm90, .flexwrap-percent-70-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md65, .flexwrap-percent-70-md65-sm10, .flexwrap-percent-70-md65-sm15, .flexwrap-percent-70-md65-sm20, .flexwrap-percent-70-md65-sm30, .flexwrap-percent-70-md65-sm40, .flexwrap-percent-70-md65-sm50, .flexwrap-percent-70-md65-sm60, .flexwrap-percent-70-md65-sm65, .flexwrap-percent-70-md65-sm70, .flexwrap-percent-70-md65-sm80, .flexwrap-percent-70-md65-sm90, .flexwrap-percent-70-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md70, .flexwrap-percent-70-md70-sm10, .flexwrap-percent-70-md70-sm15, .flexwrap-percent-70-md70-sm20, .flexwrap-percent-70-md70-sm30, .flexwrap-percent-70-md70-sm40, .flexwrap-percent-70-md70-sm50, .flexwrap-percent-70-md70-sm60, .flexwrap-percent-70-md70-sm65, .flexwrap-percent-70-md70-sm70, .flexwrap-percent-70-md70-sm80, .flexwrap-percent-70-md70-sm90, .flexwrap-percent-70-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md80, .flexwrap-percent-70-md80-sm10, .flexwrap-percent-70-md80-sm15, .flexwrap-percent-70-md80-sm20, .flexwrap-percent-70-md80-sm30, .flexwrap-percent-70-md80-sm40, .flexwrap-percent-70-md80-sm50, .flexwrap-percent-70-md80-sm60, .flexwrap-percent-70-md80-sm65, .flexwrap-percent-70-md80-sm70, .flexwrap-percent-70-md80-sm80, .flexwrap-percent-70-md80-sm90, .flexwrap-percent-70-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md90, .flexwrap-percent-70-md90-sm10, .flexwrap-percent-70-md90-sm15, .flexwrap-percent-70-md90-sm20, .flexwrap-percent-70-md90-sm30, .flexwrap-percent-70-md90-sm40, .flexwrap-percent-70-md90-sm50, .flexwrap-percent-70-md90-sm60, .flexwrap-percent-70-md90-sm65, .flexwrap-percent-70-md90-sm70, .flexwrap-percent-70-md90-sm80, .flexwrap-percent-70-md90-sm90, .flexwrap-percent-70-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-70-md100, .flexwrap-percent-70-md100-sm10, .flexwrap-percent-70-md100-sm15, .flexwrap-percent-70-md100-sm20, .flexwrap-percent-70-md100-sm30, .flexwrap-percent-70-md100-sm40, .flexwrap-percent-70-md100-sm50, .flexwrap-percent-70-md100-sm60, .flexwrap-percent-70-md100-sm65, .flexwrap-percent-70-md100-sm70, .flexwrap-percent-70-md100-sm80, .flexwrap-percent-70-md100-sm90, .flexwrap-percent-70-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-70-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-80, .flexwrap-percent-80-md10, .flexwrap-percent-80-md10-sm10, .flexwrap-percent-80-md10-sm15, .flexwrap-percent-80-md10-sm20, .flexwrap-percent-80-md10-sm30, .flexwrap-percent-80-md10-sm40, .flexwrap-percent-80-md10-sm50, .flexwrap-percent-80-md10-sm60, .flexwrap-percent-80-md10-sm65, .flexwrap-percent-80-md10-sm70, .flexwrap-percent-80-md10-sm80, .flexwrap-percent-80-md10-sm90, .flexwrap-percent-80-md10-sm100, .flexwrap-percent-80-md15, .flexwrap-percent-80-md15-sm10, .flexwrap-percent-80-md15-sm15, .flexwrap-percent-80-md15-sm20, .flexwrap-percent-80-md15-sm30, .flexwrap-percent-80-md15-sm40, .flexwrap-percent-80-md15-sm50, .flexwrap-percent-80-md15-sm60, .flexwrap-percent-80-md15-sm65, .flexwrap-percent-80-md15-sm70, .flexwrap-percent-80-md15-sm80, .flexwrap-percent-80-md15-sm90, .flexwrap-percent-80-md15-sm100, .flexwrap-percent-80-md20, .flexwrap-percent-80-md20-sm10, .flexwrap-percent-80-md20-sm15, .flexwrap-percent-80-md20-sm20, .flexwrap-percent-80-md20-sm30, .flexwrap-percent-80-md20-sm40, .flexwrap-percent-80-md20-sm50, .flexwrap-percent-80-md20-sm60, .flexwrap-percent-80-md20-sm65, .flexwrap-percent-80-md20-sm70, .flexwrap-percent-80-md20-sm80, .flexwrap-percent-80-md20-sm90, .flexwrap-percent-80-md20-sm100, .flexwrap-percent-80-md30, .flexwrap-percent-80-md30-sm10, .flexwrap-percent-80-md30-sm15, .flexwrap-percent-80-md30-sm20, .flexwrap-percent-80-md30-sm30, .flexwrap-percent-80-md30-sm40, .flexwrap-percent-80-md30-sm50, .flexwrap-percent-80-md30-sm60, .flexwrap-percent-80-md30-sm65, .flexwrap-percent-80-md30-sm70, .flexwrap-percent-80-md30-sm80, .flexwrap-percent-80-md30-sm90, .flexwrap-percent-80-md30-sm100, .flexwrap-percent-80-md40, .flexwrap-percent-80-md40-sm10, .flexwrap-percent-80-md40-sm15, .flexwrap-percent-80-md40-sm20, .flexwrap-percent-80-md40-sm30, .flexwrap-percent-80-md40-sm40, .flexwrap-percent-80-md40-sm50, .flexwrap-percent-80-md40-sm60, .flexwrap-percent-80-md40-sm65, .flexwrap-percent-80-md40-sm70, .flexwrap-percent-80-md40-sm80, .flexwrap-percent-80-md40-sm90, .flexwrap-percent-80-md40-sm100, .flexwrap-percent-80-md50, .flexwrap-percent-80-md50-sm10, .flexwrap-percent-80-md50-sm15, .flexwrap-percent-80-md50-sm20, .flexwrap-percent-80-md50-sm30, .flexwrap-percent-80-md50-sm40, .flexwrap-percent-80-md50-sm50, .flexwrap-percent-80-md50-sm60, .flexwrap-percent-80-md50-sm65, .flexwrap-percent-80-md50-sm70, .flexwrap-percent-80-md50-sm80, .flexwrap-percent-80-md50-sm90, .flexwrap-percent-80-md50-sm100, .flexwrap-percent-80-md60, .flexwrap-percent-80-md60-sm10, .flexwrap-percent-80-md60-sm15, .flexwrap-percent-80-md60-sm20, .flexwrap-percent-80-md60-sm30, .flexwrap-percent-80-md60-sm40, .flexwrap-percent-80-md60-sm50, .flexwrap-percent-80-md60-sm60, .flexwrap-percent-80-md60-sm65, .flexwrap-percent-80-md60-sm70, .flexwrap-percent-80-md60-sm80, .flexwrap-percent-80-md60-sm90, .flexwrap-percent-80-md60-sm100, .flexwrap-percent-80-md65, .flexwrap-percent-80-md65-sm10, .flexwrap-percent-80-md65-sm15, .flexwrap-percent-80-md65-sm20, .flexwrap-percent-80-md65-sm30, .flexwrap-percent-80-md65-sm40, .flexwrap-percent-80-md65-sm50, .flexwrap-percent-80-md65-sm60, .flexwrap-percent-80-md65-sm65, .flexwrap-percent-80-md65-sm70, .flexwrap-percent-80-md65-sm80, .flexwrap-percent-80-md65-sm90, .flexwrap-percent-80-md65-sm100, .flexwrap-percent-80-md70, .flexwrap-percent-80-md70-sm10, .flexwrap-percent-80-md70-sm15, .flexwrap-percent-80-md70-sm20, .flexwrap-percent-80-md70-sm30, .flexwrap-percent-80-md70-sm40, .flexwrap-percent-80-md70-sm50, .flexwrap-percent-80-md70-sm60, .flexwrap-percent-80-md70-sm65, .flexwrap-percent-80-md70-sm70, .flexwrap-percent-80-md70-sm80, .flexwrap-percent-80-md70-sm90, .flexwrap-percent-80-md70-sm100, .flexwrap-percent-80-md80, .flexwrap-percent-80-md80-sm10, .flexwrap-percent-80-md80-sm15, .flexwrap-percent-80-md80-sm20, .flexwrap-percent-80-md80-sm30, .flexwrap-percent-80-md80-sm40, .flexwrap-percent-80-md80-sm50, .flexwrap-percent-80-md80-sm60, .flexwrap-percent-80-md80-sm65, .flexwrap-percent-80-md80-sm70, .flexwrap-percent-80-md80-sm80, .flexwrap-percent-80-md80-sm90, .flexwrap-percent-80-md80-sm100, .flexwrap-percent-80-md90, .flexwrap-percent-80-md90-sm10, .flexwrap-percent-80-md90-sm15, .flexwrap-percent-80-md90-sm20, .flexwrap-percent-80-md90-sm30, .flexwrap-percent-80-md90-sm40, .flexwrap-percent-80-md90-sm50, .flexwrap-percent-80-md90-sm60, .flexwrap-percent-80-md90-sm65, .flexwrap-percent-80-md90-sm70, .flexwrap-percent-80-md90-sm80, .flexwrap-percent-80-md90-sm90, .flexwrap-percent-80-md90-sm100, .flexwrap-percent-80-md100, .flexwrap-percent-80-md100-sm10, .flexwrap-percent-80-md100-sm15, .flexwrap-percent-80-md100-sm20, .flexwrap-percent-80-md100-sm30, .flexwrap-percent-80-md100-sm40, .flexwrap-percent-80-md100-sm50, .flexwrap-percent-80-md100-sm60, .flexwrap-percent-80-md100-sm65, .flexwrap-percent-80-md100-sm70, .flexwrap-percent-80-md100-sm80, .flexwrap-percent-80-md100-sm90, .flexwrap-percent-80-md100-sm100 {
  width: 80%;
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md10, .flexwrap-percent-80-md10-sm10, .flexwrap-percent-80-md10-sm15, .flexwrap-percent-80-md10-sm20, .flexwrap-percent-80-md10-sm30, .flexwrap-percent-80-md10-sm40, .flexwrap-percent-80-md10-sm50, .flexwrap-percent-80-md10-sm60, .flexwrap-percent-80-md10-sm65, .flexwrap-percent-80-md10-sm70, .flexwrap-percent-80-md10-sm80, .flexwrap-percent-80-md10-sm90, .flexwrap-percent-80-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md15, .flexwrap-percent-80-md15-sm10, .flexwrap-percent-80-md15-sm15, .flexwrap-percent-80-md15-sm20, .flexwrap-percent-80-md15-sm30, .flexwrap-percent-80-md15-sm40, .flexwrap-percent-80-md15-sm50, .flexwrap-percent-80-md15-sm60, .flexwrap-percent-80-md15-sm65, .flexwrap-percent-80-md15-sm70, .flexwrap-percent-80-md15-sm80, .flexwrap-percent-80-md15-sm90, .flexwrap-percent-80-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md20, .flexwrap-percent-80-md20-sm10, .flexwrap-percent-80-md20-sm15, .flexwrap-percent-80-md20-sm20, .flexwrap-percent-80-md20-sm30, .flexwrap-percent-80-md20-sm40, .flexwrap-percent-80-md20-sm50, .flexwrap-percent-80-md20-sm60, .flexwrap-percent-80-md20-sm65, .flexwrap-percent-80-md20-sm70, .flexwrap-percent-80-md20-sm80, .flexwrap-percent-80-md20-sm90, .flexwrap-percent-80-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md30, .flexwrap-percent-80-md30-sm10, .flexwrap-percent-80-md30-sm15, .flexwrap-percent-80-md30-sm20, .flexwrap-percent-80-md30-sm30, .flexwrap-percent-80-md30-sm40, .flexwrap-percent-80-md30-sm50, .flexwrap-percent-80-md30-sm60, .flexwrap-percent-80-md30-sm65, .flexwrap-percent-80-md30-sm70, .flexwrap-percent-80-md30-sm80, .flexwrap-percent-80-md30-sm90, .flexwrap-percent-80-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md40, .flexwrap-percent-80-md40-sm10, .flexwrap-percent-80-md40-sm15, .flexwrap-percent-80-md40-sm20, .flexwrap-percent-80-md40-sm30, .flexwrap-percent-80-md40-sm40, .flexwrap-percent-80-md40-sm50, .flexwrap-percent-80-md40-sm60, .flexwrap-percent-80-md40-sm65, .flexwrap-percent-80-md40-sm70, .flexwrap-percent-80-md40-sm80, .flexwrap-percent-80-md40-sm90, .flexwrap-percent-80-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md50, .flexwrap-percent-80-md50-sm10, .flexwrap-percent-80-md50-sm15, .flexwrap-percent-80-md50-sm20, .flexwrap-percent-80-md50-sm30, .flexwrap-percent-80-md50-sm40, .flexwrap-percent-80-md50-sm50, .flexwrap-percent-80-md50-sm60, .flexwrap-percent-80-md50-sm65, .flexwrap-percent-80-md50-sm70, .flexwrap-percent-80-md50-sm80, .flexwrap-percent-80-md50-sm90, .flexwrap-percent-80-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md60, .flexwrap-percent-80-md60-sm10, .flexwrap-percent-80-md60-sm15, .flexwrap-percent-80-md60-sm20, .flexwrap-percent-80-md60-sm30, .flexwrap-percent-80-md60-sm40, .flexwrap-percent-80-md60-sm50, .flexwrap-percent-80-md60-sm60, .flexwrap-percent-80-md60-sm65, .flexwrap-percent-80-md60-sm70, .flexwrap-percent-80-md60-sm80, .flexwrap-percent-80-md60-sm90, .flexwrap-percent-80-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md65, .flexwrap-percent-80-md65-sm10, .flexwrap-percent-80-md65-sm15, .flexwrap-percent-80-md65-sm20, .flexwrap-percent-80-md65-sm30, .flexwrap-percent-80-md65-sm40, .flexwrap-percent-80-md65-sm50, .flexwrap-percent-80-md65-sm60, .flexwrap-percent-80-md65-sm65, .flexwrap-percent-80-md65-sm70, .flexwrap-percent-80-md65-sm80, .flexwrap-percent-80-md65-sm90, .flexwrap-percent-80-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md70, .flexwrap-percent-80-md70-sm10, .flexwrap-percent-80-md70-sm15, .flexwrap-percent-80-md70-sm20, .flexwrap-percent-80-md70-sm30, .flexwrap-percent-80-md70-sm40, .flexwrap-percent-80-md70-sm50, .flexwrap-percent-80-md70-sm60, .flexwrap-percent-80-md70-sm65, .flexwrap-percent-80-md70-sm70, .flexwrap-percent-80-md70-sm80, .flexwrap-percent-80-md70-sm90, .flexwrap-percent-80-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md80, .flexwrap-percent-80-md80-sm10, .flexwrap-percent-80-md80-sm15, .flexwrap-percent-80-md80-sm20, .flexwrap-percent-80-md80-sm30, .flexwrap-percent-80-md80-sm40, .flexwrap-percent-80-md80-sm50, .flexwrap-percent-80-md80-sm60, .flexwrap-percent-80-md80-sm65, .flexwrap-percent-80-md80-sm70, .flexwrap-percent-80-md80-sm80, .flexwrap-percent-80-md80-sm90, .flexwrap-percent-80-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md90, .flexwrap-percent-80-md90-sm10, .flexwrap-percent-80-md90-sm15, .flexwrap-percent-80-md90-sm20, .flexwrap-percent-80-md90-sm30, .flexwrap-percent-80-md90-sm40, .flexwrap-percent-80-md90-sm50, .flexwrap-percent-80-md90-sm60, .flexwrap-percent-80-md90-sm65, .flexwrap-percent-80-md90-sm70, .flexwrap-percent-80-md90-sm80, .flexwrap-percent-80-md90-sm90, .flexwrap-percent-80-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-80-md100, .flexwrap-percent-80-md100-sm10, .flexwrap-percent-80-md100-sm15, .flexwrap-percent-80-md100-sm20, .flexwrap-percent-80-md100-sm30, .flexwrap-percent-80-md100-sm40, .flexwrap-percent-80-md100-sm50, .flexwrap-percent-80-md100-sm60, .flexwrap-percent-80-md100-sm65, .flexwrap-percent-80-md100-sm70, .flexwrap-percent-80-md100-sm80, .flexwrap-percent-80-md100-sm90, .flexwrap-percent-80-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-80-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-90, .flexwrap-percent-90-md10, .flexwrap-percent-90-md10-sm10, .flexwrap-percent-90-md10-sm15, .flexwrap-percent-90-md10-sm20, .flexwrap-percent-90-md10-sm30, .flexwrap-percent-90-md10-sm40, .flexwrap-percent-90-md10-sm50, .flexwrap-percent-90-md10-sm60, .flexwrap-percent-90-md10-sm65, .flexwrap-percent-90-md10-sm70, .flexwrap-percent-90-md10-sm80, .flexwrap-percent-90-md10-sm90, .flexwrap-percent-90-md10-sm100, .flexwrap-percent-90-md15, .flexwrap-percent-90-md15-sm10, .flexwrap-percent-90-md15-sm15, .flexwrap-percent-90-md15-sm20, .flexwrap-percent-90-md15-sm30, .flexwrap-percent-90-md15-sm40, .flexwrap-percent-90-md15-sm50, .flexwrap-percent-90-md15-sm60, .flexwrap-percent-90-md15-sm65, .flexwrap-percent-90-md15-sm70, .flexwrap-percent-90-md15-sm80, .flexwrap-percent-90-md15-sm90, .flexwrap-percent-90-md15-sm100, .flexwrap-percent-90-md20, .flexwrap-percent-90-md20-sm10, .flexwrap-percent-90-md20-sm15, .flexwrap-percent-90-md20-sm20, .flexwrap-percent-90-md20-sm30, .flexwrap-percent-90-md20-sm40, .flexwrap-percent-90-md20-sm50, .flexwrap-percent-90-md20-sm60, .flexwrap-percent-90-md20-sm65, .flexwrap-percent-90-md20-sm70, .flexwrap-percent-90-md20-sm80, .flexwrap-percent-90-md20-sm90, .flexwrap-percent-90-md20-sm100, .flexwrap-percent-90-md30, .flexwrap-percent-90-md30-sm10, .flexwrap-percent-90-md30-sm15, .flexwrap-percent-90-md30-sm20, .flexwrap-percent-90-md30-sm30, .flexwrap-percent-90-md30-sm40, .flexwrap-percent-90-md30-sm50, .flexwrap-percent-90-md30-sm60, .flexwrap-percent-90-md30-sm65, .flexwrap-percent-90-md30-sm70, .flexwrap-percent-90-md30-sm80, .flexwrap-percent-90-md30-sm90, .flexwrap-percent-90-md30-sm100, .flexwrap-percent-90-md40, .flexwrap-percent-90-md40-sm10, .flexwrap-percent-90-md40-sm15, .flexwrap-percent-90-md40-sm20, .flexwrap-percent-90-md40-sm30, .flexwrap-percent-90-md40-sm40, .flexwrap-percent-90-md40-sm50, .flexwrap-percent-90-md40-sm60, .flexwrap-percent-90-md40-sm65, .flexwrap-percent-90-md40-sm70, .flexwrap-percent-90-md40-sm80, .flexwrap-percent-90-md40-sm90, .flexwrap-percent-90-md40-sm100, .flexwrap-percent-90-md50, .flexwrap-percent-90-md50-sm10, .flexwrap-percent-90-md50-sm15, .flexwrap-percent-90-md50-sm20, .flexwrap-percent-90-md50-sm30, .flexwrap-percent-90-md50-sm40, .flexwrap-percent-90-md50-sm50, .flexwrap-percent-90-md50-sm60, .flexwrap-percent-90-md50-sm65, .flexwrap-percent-90-md50-sm70, .flexwrap-percent-90-md50-sm80, .flexwrap-percent-90-md50-sm90, .flexwrap-percent-90-md50-sm100, .flexwrap-percent-90-md60, .flexwrap-percent-90-md60-sm10, .flexwrap-percent-90-md60-sm15, .flexwrap-percent-90-md60-sm20, .flexwrap-percent-90-md60-sm30, .flexwrap-percent-90-md60-sm40, .flexwrap-percent-90-md60-sm50, .flexwrap-percent-90-md60-sm60, .flexwrap-percent-90-md60-sm65, .flexwrap-percent-90-md60-sm70, .flexwrap-percent-90-md60-sm80, .flexwrap-percent-90-md60-sm90, .flexwrap-percent-90-md60-sm100, .flexwrap-percent-90-md65, .flexwrap-percent-90-md65-sm10, .flexwrap-percent-90-md65-sm15, .flexwrap-percent-90-md65-sm20, .flexwrap-percent-90-md65-sm30, .flexwrap-percent-90-md65-sm40, .flexwrap-percent-90-md65-sm50, .flexwrap-percent-90-md65-sm60, .flexwrap-percent-90-md65-sm65, .flexwrap-percent-90-md65-sm70, .flexwrap-percent-90-md65-sm80, .flexwrap-percent-90-md65-sm90, .flexwrap-percent-90-md65-sm100, .flexwrap-percent-90-md70, .flexwrap-percent-90-md70-sm10, .flexwrap-percent-90-md70-sm15, .flexwrap-percent-90-md70-sm20, .flexwrap-percent-90-md70-sm30, .flexwrap-percent-90-md70-sm40, .flexwrap-percent-90-md70-sm50, .flexwrap-percent-90-md70-sm60, .flexwrap-percent-90-md70-sm65, .flexwrap-percent-90-md70-sm70, .flexwrap-percent-90-md70-sm80, .flexwrap-percent-90-md70-sm90, .flexwrap-percent-90-md70-sm100, .flexwrap-percent-90-md80, .flexwrap-percent-90-md80-sm10, .flexwrap-percent-90-md80-sm15, .flexwrap-percent-90-md80-sm20, .flexwrap-percent-90-md80-sm30, .flexwrap-percent-90-md80-sm40, .flexwrap-percent-90-md80-sm50, .flexwrap-percent-90-md80-sm60, .flexwrap-percent-90-md80-sm65, .flexwrap-percent-90-md80-sm70, .flexwrap-percent-90-md80-sm80, .flexwrap-percent-90-md80-sm90, .flexwrap-percent-90-md80-sm100, .flexwrap-percent-90-md90, .flexwrap-percent-90-md90-sm10, .flexwrap-percent-90-md90-sm15, .flexwrap-percent-90-md90-sm20, .flexwrap-percent-90-md90-sm30, .flexwrap-percent-90-md90-sm40, .flexwrap-percent-90-md90-sm50, .flexwrap-percent-90-md90-sm60, .flexwrap-percent-90-md90-sm65, .flexwrap-percent-90-md90-sm70, .flexwrap-percent-90-md90-sm80, .flexwrap-percent-90-md90-sm90, .flexwrap-percent-90-md90-sm100, .flexwrap-percent-90-md100, .flexwrap-percent-90-md100-sm10, .flexwrap-percent-90-md100-sm15, .flexwrap-percent-90-md100-sm20, .flexwrap-percent-90-md100-sm30, .flexwrap-percent-90-md100-sm40, .flexwrap-percent-90-md100-sm50, .flexwrap-percent-90-md100-sm60, .flexwrap-percent-90-md100-sm65, .flexwrap-percent-90-md100-sm70, .flexwrap-percent-90-md100-sm80, .flexwrap-percent-90-md100-sm90, .flexwrap-percent-90-md100-sm100 {
  width: 90%;
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md10, .flexwrap-percent-90-md10-sm10, .flexwrap-percent-90-md10-sm15, .flexwrap-percent-90-md10-sm20, .flexwrap-percent-90-md10-sm30, .flexwrap-percent-90-md10-sm40, .flexwrap-percent-90-md10-sm50, .flexwrap-percent-90-md10-sm60, .flexwrap-percent-90-md10-sm65, .flexwrap-percent-90-md10-sm70, .flexwrap-percent-90-md10-sm80, .flexwrap-percent-90-md10-sm90, .flexwrap-percent-90-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md15, .flexwrap-percent-90-md15-sm10, .flexwrap-percent-90-md15-sm15, .flexwrap-percent-90-md15-sm20, .flexwrap-percent-90-md15-sm30, .flexwrap-percent-90-md15-sm40, .flexwrap-percent-90-md15-sm50, .flexwrap-percent-90-md15-sm60, .flexwrap-percent-90-md15-sm65, .flexwrap-percent-90-md15-sm70, .flexwrap-percent-90-md15-sm80, .flexwrap-percent-90-md15-sm90, .flexwrap-percent-90-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md20, .flexwrap-percent-90-md20-sm10, .flexwrap-percent-90-md20-sm15, .flexwrap-percent-90-md20-sm20, .flexwrap-percent-90-md20-sm30, .flexwrap-percent-90-md20-sm40, .flexwrap-percent-90-md20-sm50, .flexwrap-percent-90-md20-sm60, .flexwrap-percent-90-md20-sm65, .flexwrap-percent-90-md20-sm70, .flexwrap-percent-90-md20-sm80, .flexwrap-percent-90-md20-sm90, .flexwrap-percent-90-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md30, .flexwrap-percent-90-md30-sm10, .flexwrap-percent-90-md30-sm15, .flexwrap-percent-90-md30-sm20, .flexwrap-percent-90-md30-sm30, .flexwrap-percent-90-md30-sm40, .flexwrap-percent-90-md30-sm50, .flexwrap-percent-90-md30-sm60, .flexwrap-percent-90-md30-sm65, .flexwrap-percent-90-md30-sm70, .flexwrap-percent-90-md30-sm80, .flexwrap-percent-90-md30-sm90, .flexwrap-percent-90-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md40, .flexwrap-percent-90-md40-sm10, .flexwrap-percent-90-md40-sm15, .flexwrap-percent-90-md40-sm20, .flexwrap-percent-90-md40-sm30, .flexwrap-percent-90-md40-sm40, .flexwrap-percent-90-md40-sm50, .flexwrap-percent-90-md40-sm60, .flexwrap-percent-90-md40-sm65, .flexwrap-percent-90-md40-sm70, .flexwrap-percent-90-md40-sm80, .flexwrap-percent-90-md40-sm90, .flexwrap-percent-90-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md50, .flexwrap-percent-90-md50-sm10, .flexwrap-percent-90-md50-sm15, .flexwrap-percent-90-md50-sm20, .flexwrap-percent-90-md50-sm30, .flexwrap-percent-90-md50-sm40, .flexwrap-percent-90-md50-sm50, .flexwrap-percent-90-md50-sm60, .flexwrap-percent-90-md50-sm65, .flexwrap-percent-90-md50-sm70, .flexwrap-percent-90-md50-sm80, .flexwrap-percent-90-md50-sm90, .flexwrap-percent-90-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md60, .flexwrap-percent-90-md60-sm10, .flexwrap-percent-90-md60-sm15, .flexwrap-percent-90-md60-sm20, .flexwrap-percent-90-md60-sm30, .flexwrap-percent-90-md60-sm40, .flexwrap-percent-90-md60-sm50, .flexwrap-percent-90-md60-sm60, .flexwrap-percent-90-md60-sm65, .flexwrap-percent-90-md60-sm70, .flexwrap-percent-90-md60-sm80, .flexwrap-percent-90-md60-sm90, .flexwrap-percent-90-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md65, .flexwrap-percent-90-md65-sm10, .flexwrap-percent-90-md65-sm15, .flexwrap-percent-90-md65-sm20, .flexwrap-percent-90-md65-sm30, .flexwrap-percent-90-md65-sm40, .flexwrap-percent-90-md65-sm50, .flexwrap-percent-90-md65-sm60, .flexwrap-percent-90-md65-sm65, .flexwrap-percent-90-md65-sm70, .flexwrap-percent-90-md65-sm80, .flexwrap-percent-90-md65-sm90, .flexwrap-percent-90-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md70, .flexwrap-percent-90-md70-sm10, .flexwrap-percent-90-md70-sm15, .flexwrap-percent-90-md70-sm20, .flexwrap-percent-90-md70-sm30, .flexwrap-percent-90-md70-sm40, .flexwrap-percent-90-md70-sm50, .flexwrap-percent-90-md70-sm60, .flexwrap-percent-90-md70-sm65, .flexwrap-percent-90-md70-sm70, .flexwrap-percent-90-md70-sm80, .flexwrap-percent-90-md70-sm90, .flexwrap-percent-90-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md80, .flexwrap-percent-90-md80-sm10, .flexwrap-percent-90-md80-sm15, .flexwrap-percent-90-md80-sm20, .flexwrap-percent-90-md80-sm30, .flexwrap-percent-90-md80-sm40, .flexwrap-percent-90-md80-sm50, .flexwrap-percent-90-md80-sm60, .flexwrap-percent-90-md80-sm65, .flexwrap-percent-90-md80-sm70, .flexwrap-percent-90-md80-sm80, .flexwrap-percent-90-md80-sm90, .flexwrap-percent-90-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md90, .flexwrap-percent-90-md90-sm10, .flexwrap-percent-90-md90-sm15, .flexwrap-percent-90-md90-sm20, .flexwrap-percent-90-md90-sm30, .flexwrap-percent-90-md90-sm40, .flexwrap-percent-90-md90-sm50, .flexwrap-percent-90-md90-sm60, .flexwrap-percent-90-md90-sm65, .flexwrap-percent-90-md90-sm70, .flexwrap-percent-90-md90-sm80, .flexwrap-percent-90-md90-sm90, .flexwrap-percent-90-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-90-md100, .flexwrap-percent-90-md100-sm10, .flexwrap-percent-90-md100-sm15, .flexwrap-percent-90-md100-sm20, .flexwrap-percent-90-md100-sm30, .flexwrap-percent-90-md100-sm40, .flexwrap-percent-90-md100-sm50, .flexwrap-percent-90-md100-sm60, .flexwrap-percent-90-md100-sm65, .flexwrap-percent-90-md100-sm70, .flexwrap-percent-90-md100-sm80, .flexwrap-percent-90-md100-sm90, .flexwrap-percent-90-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-90-md100-sm100 {
    width: 100%;
  }
}

.flexwrap-percent-100, .flexwrap-percent-100-md10, .flexwrap-percent-100-md10-sm10, .flexwrap-percent-100-md10-sm15, .flexwrap-percent-100-md10-sm20, .flexwrap-percent-100-md10-sm30, .flexwrap-percent-100-md10-sm40, .flexwrap-percent-100-md10-sm50, .flexwrap-percent-100-md10-sm60, .flexwrap-percent-100-md10-sm65, .flexwrap-percent-100-md10-sm70, .flexwrap-percent-100-md10-sm80, .flexwrap-percent-100-md10-sm90, .flexwrap-percent-100-md10-sm100, .flexwrap-percent-100-md15, .flexwrap-percent-100-md15-sm10, .flexwrap-percent-100-md15-sm15, .flexwrap-percent-100-md15-sm20, .flexwrap-percent-100-md15-sm30, .flexwrap-percent-100-md15-sm40, .flexwrap-percent-100-md15-sm50, .flexwrap-percent-100-md15-sm60, .flexwrap-percent-100-md15-sm65, .flexwrap-percent-100-md15-sm70, .flexwrap-percent-100-md15-sm80, .flexwrap-percent-100-md15-sm90, .flexwrap-percent-100-md15-sm100, .flexwrap-percent-100-md20, .flexwrap-percent-100-md20-sm10, .flexwrap-percent-100-md20-sm15, .flexwrap-percent-100-md20-sm20, .flexwrap-percent-100-md20-sm30, .flexwrap-percent-100-md20-sm40, .flexwrap-percent-100-md20-sm50, .flexwrap-percent-100-md20-sm60, .flexwrap-percent-100-md20-sm65, .flexwrap-percent-100-md20-sm70, .flexwrap-percent-100-md20-sm80, .flexwrap-percent-100-md20-sm90, .flexwrap-percent-100-md20-sm100, .flexwrap-percent-100-md30, .flexwrap-percent-100-md30-sm10, .flexwrap-percent-100-md30-sm15, .flexwrap-percent-100-md30-sm20, .flexwrap-percent-100-md30-sm30, .flexwrap-percent-100-md30-sm40, .flexwrap-percent-100-md30-sm50, .flexwrap-percent-100-md30-sm60, .flexwrap-percent-100-md30-sm65, .flexwrap-percent-100-md30-sm70, .flexwrap-percent-100-md30-sm80, .flexwrap-percent-100-md30-sm90, .flexwrap-percent-100-md30-sm100, .flexwrap-percent-100-md40, .flexwrap-percent-100-md40-sm10, .flexwrap-percent-100-md40-sm15, .flexwrap-percent-100-md40-sm20, .flexwrap-percent-100-md40-sm30, .flexwrap-percent-100-md40-sm40, .flexwrap-percent-100-md40-sm50, .flexwrap-percent-100-md40-sm60, .flexwrap-percent-100-md40-sm65, .flexwrap-percent-100-md40-sm70, .flexwrap-percent-100-md40-sm80, .flexwrap-percent-100-md40-sm90, .flexwrap-percent-100-md40-sm100, .flexwrap-percent-100-md50, .flexwrap-percent-100-md50-sm10, .flexwrap-percent-100-md50-sm15, .flexwrap-percent-100-md50-sm20, .flexwrap-percent-100-md50-sm30, .flexwrap-percent-100-md50-sm40, .flexwrap-percent-100-md50-sm50, .flexwrap-percent-100-md50-sm60, .flexwrap-percent-100-md50-sm65, .flexwrap-percent-100-md50-sm70, .flexwrap-percent-100-md50-sm80, .flexwrap-percent-100-md50-sm90, .flexwrap-percent-100-md50-sm100, .flexwrap-percent-100-md60, .flexwrap-percent-100-md60-sm10, .flexwrap-percent-100-md60-sm15, .flexwrap-percent-100-md60-sm20, .flexwrap-percent-100-md60-sm30, .flexwrap-percent-100-md60-sm40, .flexwrap-percent-100-md60-sm50, .flexwrap-percent-100-md60-sm60, .flexwrap-percent-100-md60-sm65, .flexwrap-percent-100-md60-sm70, .flexwrap-percent-100-md60-sm80, .flexwrap-percent-100-md60-sm90, .flexwrap-percent-100-md60-sm100, .flexwrap-percent-100-md65, .flexwrap-percent-100-md65-sm10, .flexwrap-percent-100-md65-sm15, .flexwrap-percent-100-md65-sm20, .flexwrap-percent-100-md65-sm30, .flexwrap-percent-100-md65-sm40, .flexwrap-percent-100-md65-sm50, .flexwrap-percent-100-md65-sm60, .flexwrap-percent-100-md65-sm65, .flexwrap-percent-100-md65-sm70, .flexwrap-percent-100-md65-sm80, .flexwrap-percent-100-md65-sm90, .flexwrap-percent-100-md65-sm100, .flexwrap-percent-100-md70, .flexwrap-percent-100-md70-sm10, .flexwrap-percent-100-md70-sm15, .flexwrap-percent-100-md70-sm20, .flexwrap-percent-100-md70-sm30, .flexwrap-percent-100-md70-sm40, .flexwrap-percent-100-md70-sm50, .flexwrap-percent-100-md70-sm60, .flexwrap-percent-100-md70-sm65, .flexwrap-percent-100-md70-sm70, .flexwrap-percent-100-md70-sm80, .flexwrap-percent-100-md70-sm90, .flexwrap-percent-100-md70-sm100, .flexwrap-percent-100-md80, .flexwrap-percent-100-md80-sm10, .flexwrap-percent-100-md80-sm15, .flexwrap-percent-100-md80-sm20, .flexwrap-percent-100-md80-sm30, .flexwrap-percent-100-md80-sm40, .flexwrap-percent-100-md80-sm50, .flexwrap-percent-100-md80-sm60, .flexwrap-percent-100-md80-sm65, .flexwrap-percent-100-md80-sm70, .flexwrap-percent-100-md80-sm80, .flexwrap-percent-100-md80-sm90, .flexwrap-percent-100-md80-sm100, .flexwrap-percent-100-md90, .flexwrap-percent-100-md90-sm10, .flexwrap-percent-100-md90-sm15, .flexwrap-percent-100-md90-sm20, .flexwrap-percent-100-md90-sm30, .flexwrap-percent-100-md90-sm40, .flexwrap-percent-100-md90-sm50, .flexwrap-percent-100-md90-sm60, .flexwrap-percent-100-md90-sm65, .flexwrap-percent-100-md90-sm70, .flexwrap-percent-100-md90-sm80, .flexwrap-percent-100-md90-sm90, .flexwrap-percent-100-md90-sm100, .flexwrap-percent-100-md100, .flexwrap-percent-100-md100-sm10, .flexwrap-percent-100-md100-sm15, .flexwrap-percent-100-md100-sm20, .flexwrap-percent-100-md100-sm30, .flexwrap-percent-100-md100-sm40, .flexwrap-percent-100-md100-sm50, .flexwrap-percent-100-md100-sm60, .flexwrap-percent-100-md100-sm65, .flexwrap-percent-100-md100-sm70, .flexwrap-percent-100-md100-sm80, .flexwrap-percent-100-md100-sm90, .flexwrap-percent-100-md100-sm100 {
  width: 100%;
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md10, .flexwrap-percent-100-md10-sm10, .flexwrap-percent-100-md10-sm15, .flexwrap-percent-100-md10-sm20, .flexwrap-percent-100-md10-sm30, .flexwrap-percent-100-md10-sm40, .flexwrap-percent-100-md10-sm50, .flexwrap-percent-100-md10-sm60, .flexwrap-percent-100-md10-sm65, .flexwrap-percent-100-md10-sm70, .flexwrap-percent-100-md10-sm80, .flexwrap-percent-100-md10-sm90, .flexwrap-percent-100-md10-sm100 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md10-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md15, .flexwrap-percent-100-md15-sm10, .flexwrap-percent-100-md15-sm15, .flexwrap-percent-100-md15-sm20, .flexwrap-percent-100-md15-sm30, .flexwrap-percent-100-md15-sm40, .flexwrap-percent-100-md15-sm50, .flexwrap-percent-100-md15-sm60, .flexwrap-percent-100-md15-sm65, .flexwrap-percent-100-md15-sm70, .flexwrap-percent-100-md15-sm80, .flexwrap-percent-100-md15-sm90, .flexwrap-percent-100-md15-sm100 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md15-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md20, .flexwrap-percent-100-md20-sm10, .flexwrap-percent-100-md20-sm15, .flexwrap-percent-100-md20-sm20, .flexwrap-percent-100-md20-sm30, .flexwrap-percent-100-md20-sm40, .flexwrap-percent-100-md20-sm50, .flexwrap-percent-100-md20-sm60, .flexwrap-percent-100-md20-sm65, .flexwrap-percent-100-md20-sm70, .flexwrap-percent-100-md20-sm80, .flexwrap-percent-100-md20-sm90, .flexwrap-percent-100-md20-sm100 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md20-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md30, .flexwrap-percent-100-md30-sm10, .flexwrap-percent-100-md30-sm15, .flexwrap-percent-100-md30-sm20, .flexwrap-percent-100-md30-sm30, .flexwrap-percent-100-md30-sm40, .flexwrap-percent-100-md30-sm50, .flexwrap-percent-100-md30-sm60, .flexwrap-percent-100-md30-sm65, .flexwrap-percent-100-md30-sm70, .flexwrap-percent-100-md30-sm80, .flexwrap-percent-100-md30-sm90, .flexwrap-percent-100-md30-sm100 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md30-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md40, .flexwrap-percent-100-md40-sm10, .flexwrap-percent-100-md40-sm15, .flexwrap-percent-100-md40-sm20, .flexwrap-percent-100-md40-sm30, .flexwrap-percent-100-md40-sm40, .flexwrap-percent-100-md40-sm50, .flexwrap-percent-100-md40-sm60, .flexwrap-percent-100-md40-sm65, .flexwrap-percent-100-md40-sm70, .flexwrap-percent-100-md40-sm80, .flexwrap-percent-100-md40-sm90, .flexwrap-percent-100-md40-sm100 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md40-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md50, .flexwrap-percent-100-md50-sm10, .flexwrap-percent-100-md50-sm15, .flexwrap-percent-100-md50-sm20, .flexwrap-percent-100-md50-sm30, .flexwrap-percent-100-md50-sm40, .flexwrap-percent-100-md50-sm50, .flexwrap-percent-100-md50-sm60, .flexwrap-percent-100-md50-sm65, .flexwrap-percent-100-md50-sm70, .flexwrap-percent-100-md50-sm80, .flexwrap-percent-100-md50-sm90, .flexwrap-percent-100-md50-sm100 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md50-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md60, .flexwrap-percent-100-md60-sm10, .flexwrap-percent-100-md60-sm15, .flexwrap-percent-100-md60-sm20, .flexwrap-percent-100-md60-sm30, .flexwrap-percent-100-md60-sm40, .flexwrap-percent-100-md60-sm50, .flexwrap-percent-100-md60-sm60, .flexwrap-percent-100-md60-sm65, .flexwrap-percent-100-md60-sm70, .flexwrap-percent-100-md60-sm80, .flexwrap-percent-100-md60-sm90, .flexwrap-percent-100-md60-sm100 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md60-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md65, .flexwrap-percent-100-md65-sm10, .flexwrap-percent-100-md65-sm15, .flexwrap-percent-100-md65-sm20, .flexwrap-percent-100-md65-sm30, .flexwrap-percent-100-md65-sm40, .flexwrap-percent-100-md65-sm50, .flexwrap-percent-100-md65-sm60, .flexwrap-percent-100-md65-sm65, .flexwrap-percent-100-md65-sm70, .flexwrap-percent-100-md65-sm80, .flexwrap-percent-100-md65-sm90, .flexwrap-percent-100-md65-sm100 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md65-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md70, .flexwrap-percent-100-md70-sm10, .flexwrap-percent-100-md70-sm15, .flexwrap-percent-100-md70-sm20, .flexwrap-percent-100-md70-sm30, .flexwrap-percent-100-md70-sm40, .flexwrap-percent-100-md70-sm50, .flexwrap-percent-100-md70-sm60, .flexwrap-percent-100-md70-sm65, .flexwrap-percent-100-md70-sm70, .flexwrap-percent-100-md70-sm80, .flexwrap-percent-100-md70-sm90, .flexwrap-percent-100-md70-sm100 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md70-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md80, .flexwrap-percent-100-md80-sm10, .flexwrap-percent-100-md80-sm15, .flexwrap-percent-100-md80-sm20, .flexwrap-percent-100-md80-sm30, .flexwrap-percent-100-md80-sm40, .flexwrap-percent-100-md80-sm50, .flexwrap-percent-100-md80-sm60, .flexwrap-percent-100-md80-sm65, .flexwrap-percent-100-md80-sm70, .flexwrap-percent-100-md80-sm80, .flexwrap-percent-100-md80-sm90, .flexwrap-percent-100-md80-sm100 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md80-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md90, .flexwrap-percent-100-md90-sm10, .flexwrap-percent-100-md90-sm15, .flexwrap-percent-100-md90-sm20, .flexwrap-percent-100-md90-sm30, .flexwrap-percent-100-md90-sm40, .flexwrap-percent-100-md90-sm50, .flexwrap-percent-100-md90-sm60, .flexwrap-percent-100-md90-sm65, .flexwrap-percent-100-md90-sm70, .flexwrap-percent-100-md90-sm80, .flexwrap-percent-100-md90-sm90, .flexwrap-percent-100-md90-sm100 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md90-sm100 {
    width: 100%;
  }
}

@media (max-width: 947px) {
  .flexwrap-percent-100-md100, .flexwrap-percent-100-md100-sm10, .flexwrap-percent-100-md100-sm15, .flexwrap-percent-100-md100-sm20, .flexwrap-percent-100-md100-sm30, .flexwrap-percent-100-md100-sm40, .flexwrap-percent-100-md100-sm50, .flexwrap-percent-100-md100-sm60, .flexwrap-percent-100-md100-sm65, .flexwrap-percent-100-md100-sm70, .flexwrap-percent-100-md100-sm80, .flexwrap-percent-100-md100-sm90, .flexwrap-percent-100-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm10 {
    width: 10%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm15 {
    width: 15%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm20 {
    width: 20%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm30 {
    width: 30%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm40 {
    width: 40%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm50 {
    width: 50%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm60 {
    width: 60%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm65 {
    width: 65%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm70 {
    width: 70%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm80 {
    width: 80%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm90 {
    width: 90%;
  }
}

@media (max-width: 766px) {
  .flexwrap-percent-100-md100-sm100 {
    width: 100%;
  }
}

@media (max-width: 766px) {
  .ico-agenda {
    left: 7px;
  }
}

.main-events-carousel-wrapper {
  position: relative;
  height: 100vh;
  width: auto;
}

.main-events-carousel-wrapper img {
  height: 100%;
}

.main-events-carousel-wrapper .downArrow {
  position: absolute;
  height: 74px;
  width: 74px;
  top: calc(90% - 37px);
  z-index: 999;
  left: calc(54.5% - 37px);
  cursor: pointer;
}

@media (max-width: 500px) {
  .main-events-carousel-wrapper .downArrow {
    height: 44px !important;
    width: 44px !important;
    top: calc(97% - 22px);
    left: calc(55% - 22px);
  }
}

.main-events-carousel-wrapper .downArrow:hover {
  opacity: 0.65;
}

@media screen and (max-width: 1025px) {
  .main-events-carousel-wrapper .downArrow.remove-position {
    position: unset;
  }
}

.padding-top-nav {
  padding-top: 150px !important;
}

@media screen and (max-width: 1025px) {
  .padding-top-nav {
    padding-top: 0px !important;
  }
  .padding-top-nav.week-event {
    padding-top: 45px !important;
  }
}

.docSlider-button .docSlide-text {
  color: white;
  position: relative;
  left: -25px;
  top: -3px;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.docSlider-button.selected .docSlide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.docSlider-button.no-style {
  height: 0px;
  width: 0px;
}

.docSlider-button.no-style img {
  height: 74px;
  width: 74px;
}

#main-events {
  position: absolute;
  top: 0;
  overflow-x: hidden;
}

@media (max-width: 766px) {
  #main-events {
    height: 100vh !important;
  }
  #main-events .owl-nav {
    display: none;
  }
}

#main-events:hover .owl-prev, #main-events:hover .owl-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#main-events .slide-item {
  opacity: 0.8;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh !important;
}

#main-events .slide-item.fit-top {
  background-position: top;
}

#main-events .slide-item.fit-left {
  background-position: left;
}

#main-events .slide-item.fit-right {
  background-position: right;
}

#main-events .slide-item.fit-bottom {
  background-position: bottom;
}

#main-events .owl-prev {
  display: none;
  left: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}

#main-events .owl-prev:before {
  top: calc(50% - 28px);
  position: relative;
  left: initial;
}

@media (max-width: 766px) {
  #main-events .owl-prev:before {
    left: 13px;
  }
}

#main-events .owl-next {
  display: none;
  right: 0;
  text-align: right;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}

#main-events .owl-next:before {
  top: calc(50% - 28px);
  position: relative;
  right: initial;
}

@media (max-width: 766px) {
  #main-events .owl-next:before {
    right: 13px;
  }
}

#main-events .owl-dots {
  display: none;
  height: auto;
}

#main-events .owl-prev, #main-events .owl-next {
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  height: 100%;
  margin-top: 0;
  top: 0;
  width: 80px;
}

@media (max-width: 766px) {
  #main-events .owl-prev, #main-events .owl-next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#main-events .owl-prev:hover, #main-events .owl-next:hover {
  color: #FFFFFF;
}

.main-events-info {
  position: absolute;
  top: calc(40% - 50px);
  z-index: 1;
  right: 0;
}

@media (max-width: 947px) {
  .main-events-info {
    top: calc(50% - 50px);
  }
}

@media (max-width: 766px) {
  .main-events-info {
    bottom: 44px;
  }
}

.main-events-info .date {
  font-size: 48px;
  line-height: 1em;
}

@media (max-width: 766px) {
  .main-events-info .date {
    font-size: 36px;
  }
}

.main-events-info .place-event-main p:first-child {
  font-size: 6.5vw;
  line-height: 1em;
}

@media (max-width: 947px) {
  .main-events-info .place-event-main p:first-child {
    font-size: 48px;
  }
}

.main-events-info .place-event-main p.club, .main-events-info .place-event-main p.sala, .main-events-info .place-event-main p.none {
  font-size: 1.071em;
  position: relative;
}

.main-events-info .place-event-main p.club::before, .main-events-info .place-event-main p.sala::before, .main-events-info .place-event-main p.none::before {
  position: absolute;
  left: 0;
}

.main-events-info .place-event-main p.club {
  padding-left: 25px;
}

.main-events-info .place-event-main p.club::before {
  bottom: -2px;
  left: 2px;
  font-size: 1.286em;
}

.main-events-info .place-event-main p.sala {
  padding-left: 40px;
}

.main-events-info .place-event-main p.sala::before {
  bottom: -4px;
  left: 2px;
  font-size: 2em;
}

@media (max-width: 766px) {
  .main-events-info .owl-nav {
    display: none;
  }
}

#online-shop #elements:hover .subImagPrincipal, #online-shop #elements:hover .subImag1, #online-shop #elements:hover .subImag2, #online-shop #elements:hover .subImag3, #online-shop #elements:hover .subImag4 {
  opacity: 0.85;
}

#online-shop #elements:hover .comprar-btn span .comprar-icon, #online-shop #elements:hover .miniComprar-btn span .comprar-icon {
  content: url("../img/icons/ico-shop-dark.svg");
}

#online-shop .img-container:hover .subImagPrincipal:hover, #online-shop .img-container:hover .subImag1:hover, #online-shop .img-container:hover .subImag2:hover, #online-shop .img-container:hover .subImag3:hover, #online-shop .img-container:hover .subImag4:hover {
  opacity: 0.85;
}

#online-shop .img-container:hover .comprar-btn:hover span .comprar-icon, #online-shop .img-container:hover .miniComprar-btn:hover span .comprar-icon {
  content: url("../img/icons/ico-shop-dark.svg");
}

#online-shop .comprar-btn {
  left: calc(50% - 88px);
  top: calc(50% - 20px);
}

#online-shop .miniComprar-btn {
  left: calc(50% - 88px);
  top: calc(49% - 20px);
}

#online-shop .comprar-btn, #online-shop .miniComprar-btn {
  z-index: 1;
  padding: 8px 15px 8px 20px;
  height: 40px;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  position: absolute;
}

#online-shop .comprar-btn span .text-comprar, #online-shop .miniComprar-btn span .text-comprar {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 10px !important;
}

#online-shop .comprar-btn span .comprar-icon, #online-shop .miniComprar-btn span .comprar-icon {
  width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  content: url("../img/icons/ico-shop.svg");
}

#online-shop .comprar-btn:hover span .comprar-icon, #online-shop .miniComprar-btn:hover span .comprar-icon {
  content: url("../img/icons/ico-shop-dark.svg");
}

@media (max-width: 947px) {
  #online-shop .comprar-btn, #online-shop .miniComprar-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
  }
  #online-shop .comprar-btn span .text-comprar, #online-shop .miniComprar-btn span .text-comprar {
    display: none;
  }
}

#online-shop .miniButtonDisabled {
  left: calc(50% - 66px);
  top: calc(49% - 20px);
}

#online-shop .buttonDisabled {
  left: calc(50% - 88px);
  top: calc(50% - 20px);
}

#online-shop .buttonDisabled, #online-shop .miniButtonDisabled {
  font-family: "Roboto", serif;
  font-size: 20px;
  border-radius: 25px;
  padding: 8px 20px;
  pointer-events: none;
  background: #C4C4C4;
  border: none !important;
  color: #666666;
  cursor: none;
  position: absolute;
  z-index: 1;
  height: 36px;
}

@media (max-width: 533px) {
  #online-shop .buttonDisabled, #online-shop .miniButtonDisabled {
    font-size: 14px;
    left: calc(50% - 42px);
    top: calc(50% - 10px);
    height: auto;
    padding: 4px 10px;
  }
}

#online-shop .shop-btn {
  margin-bottom: 80px !important;
}

#online-shop .subText {
  font-size: 20px;
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
  margin-bottom: 40px;
}

#online-shop .firstImage img, #online-shop .secondaryImages img {
  -o-object-fit: cover;
     object-fit: cover;
}

#online-shop .firstImage img:hover, #online-shop .secondaryImages img:hover {
  opacity: 0.85;
}

#online-shop .firstImage img {
  max-width: 651px;
  height: 640px;
}

@media screen and (min-width: 533px) and (max-width: 947px) {
  #online-shop .firstImage img {
    max-width: 100%;
    height: 420px;
  }
}

@media (max-width: 533px) {
  #online-shop .firstImage img {
    height: 222px;
  }
}

#online-shop .firstContainer {
  max-width: 651px;
  position: relative;
}

@media screen and (min-width: 533px) and (max-width: 947px) {
  #online-shop .firstContainer {
    max-width: 100%;
  }
}

#online-shop .secondContainer {
  max-width: 197px;
  position: relative;
}

@media screen and (min-width: 533px) and (max-width: 947px) {
  #online-shop .secondContainer {
    max-width: 100%;
  }
}

#online-shop .secondaryImages img {
  max-width: 197px;
  min-height: 293px;
}

@media screen and (min-width: 533px) and (max-width: 947px) {
  #online-shop .secondaryImages img {
    max-width: 100%;
    height: 155px;
  }
}

@media (max-width: 533px) {
  #online-shop .secondaryImages img {
    height: 155px;
    min-height: 155px;
  }
}

#events-clubs .owl-stage-outer .date {
  font-size: 1.5em;
}

@media (max-width: 766px) {
  #events-clubs .owl-stage-outer {
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}

@media (max-width: 766px) {
  #events-clubs .owl-prev, #events-clubs .owl-next {
    color: #FFFFFF;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 766px) {
  #events-clubs .owl-prev {
    left: 13px;
  }
}

@media (max-width: 766px) {
  #events-clubs .owl-next {
    right: 13px;
  }
}

@media (max-width: 766px) {
  #events-clubs .owl-nav {
    display: none;
  }
}

#weekEvent .owl-stage {
  padding-left: 0 !important;
}

#weekEvent .owl-stage .eventHomeImageStyle2 {
  border-radius: 5px;
  height: 130px;
  background-size: cover;
  background-position: center;
}

#weekEvent .owl-stage .eventHomeImageStyle2 .whiteHomeButtonPosition2 {
  top: 85px !important;
}

#week_club_events_loader {
  margin: 0 auto;
}

#week_club_events_loader .cf-week-events {
  padding-left: 20px;
}

#week_club_events_loader .dateEvent {
  font-size: 20px;
  margin-bottom: 40px;
}

#week_club_events_loader .eventHomeImage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  border-radius: 5px;
}

#week_club_events_loader .eventHomeImageStyle1 {
  height: 303px;
}

#week_club_events_loader .firstRow {
  margin-bottom: 100px;
}

#week_club_events_loader .secondRow {
  margin-bottom: 71px;
}

#week_club_events_loader #firstElements .whiteHomeButtonLarge.disabled {
  pointer-events: none;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

#week_club_events_loader #firstElements .whiteHomeButtonLarge.disabled img {
  content: url("../img/icons/ico-ticket-grey-agenda.svg") !important;
}

#week_club_events_loader #firstElements:hover .whiteHomeButtonLarge {
  background-color: #282E3A;
  color: white;
  border: 1px #282E3A solid;
}

#week_club_events_loader #firstElements:hover .whiteHomeButtonLarge img.ticket-icon {
  content: url("../img/icons/ico-ticket.svg");
  width: 25px;
  height: 23px;
}

#week_club_events_loader #firstElements:hover .whiteHomeButtonLarge.disabled {
  pointer-events: none;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

#week_club_events_loader .eventHomeImageStyle2 {
  height: 202px;
}

#week_club_events_loader .linkEventHome {
  font-size: 12px;
}

#week_club_events_loader .title_event {
  font-size: 20px;
  padding-left: 5px;
}

#week_club_events_loader .date_event {
  font-size: 19px;
}

@media (max-width: 947px) {
  #week_club_events_loader .linkEventHome {
    font-size: 10px;
  }
  #week_club_events_loader .title_event {
    font-size: 14px;
  }
}

#discover_clubs .cf-clubs {
  padding-left: 20px;
}

@media (max-width: 360px) {
  #discover_clubs .cf-clubs {
    padding-left: 0;
  }
}

#discover_clubs .discover-btn {
  margin-top: 40px !important;
  margin-bottom: 80px !important;
}

#clubs .carouselClubs {
  aspect-ratio: 0.6;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

#clubs .link-club:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#clubs .owl-stage {
  padding-left: 0px !important;
}

#clubs .infoClubs {
  position: relative;
  top: calc(100% - 60%);
  left: 20px;
}

@media (max-width: 947px) {
  #clubs .infoClubs {
    top: calc(100% - 65%);
    left: 0;
  }
}

@media (max-width: 599px) {
  #clubs .infoClubs {
    top: calc(100% - 55%);
  }
}

#clubs .infoClubs .titleCard {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0px;
}

@media (max-width: 947px) {
  #clubs .infoClubs .titleCard {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  #clubs .infoClubs .titleCard {
    font-size: 22px;
  }
}

@media (max-width: 599px) {
  #clubs .infoClubs .titleCard {
    width: 300px;
  }
}

#clubs .infoClubs .textCard {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 3px;
}

@media (max-width: 947px) {
  #clubs .infoClubs .textCard {
    font-size: 18px;
  }
}

#clubs .infoClubs .logoClub {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: calc(100% - 200px);
}

#clubs .infoClubs .logoClub:hover {
  opacity: 0.9;
}

@media (max-width: 947px) {
  #clubs .infoClubs .logoClub {
    width: calc(100% - 100px);
  }
}

#clubs .infoClubs .cls-1 {
  fill: black;
}

#clubs .infoClubs .subtitleCard {
  font-size: 32px;
  margin-top: 30px;
}

@media (max-width: 947px) {
  #clubs .infoClubs .subtitleCard {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  #clubs .infoClubs .subtitleCard {
    width: 300px;
  }
}

#featured_concerts_loader .cf-concerts {
  padding-left: 20px;
}

@media (max-width: 360px) {
  #featured_concerts_loader .cf-concerts {
    padding-left: 0;
  }
}

#featured_concerts_loader .concerts-btn {
  margin-top: 40px !important;
  margin-bottom: 80px !important;
}

#concerts #firstElements:hover .whiteHomeButtonLarge {
  background-color: #282E3A;
  color: white;
  border: 1px #282E3A solid;
}

#concerts #firstElements:hover .whiteHomeButtonLarge img.ticket-icon {
  content: url("../img/icons/ico-ticket.svg");
  width: 25px;
  height: 23px;
}

#concerts #firstElements:hover .whiteHomeButtonLarge.disabled {
  pointer-events: none;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

#concerts .owl-stage-outer .artist {
  font-size: 1.4em;
  line-height: 1.1em;
}

#concerts .owl-stage-outer .date {
  font-size: 1.143em;
}

#concerts .owl-stage-outer .place-event p, #concerts .owl-stage-outer .place-event-agenda p, #concerts .owl-stage-outer .place-event-agenda-concert p {
  font-size: 0.786em;
  line-height: 1.6;
}

@media (max-width: 766px) {
  #concerts .owl-stage-outer {
    padding-bottom: 0;
    margin-bottom: 4px;
  }
}

#concerts li .py-4:hover p, #concerts li .py-4:hover a {
  color: #b2b2b2;
}

@media (max-width: 766px) {
  #concerts .owl-prev, #concerts .owl-next {
    color: #FFFFFF;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 766px) {
  #concerts .owl-prev {
    left: 13px;
  }
}

@media (max-width: 766px) {
  #concerts .owl-next {
    right: 13px;
  }
}

#concerts .carouselConcerts {
  aspect-ratio: 0.6;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

#concerts .owl-stage {
  padding-left: 0px !important;
}

#concerts .infoConcerts {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#concerts .infoConcerts .subtitleCard {
  font-size: 24px;
}

#concerts .infoConcerts .subtitleCard .salaInfo {
  font-size: 18px;
}

#concerts .titleConcert {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 0px;
}

@media (max-width: 947px) {
  #concerts .titleConcert {
    font-size: 36px;
  }
}

@media (max-width: 426px) {
  #concerts .titleConcert {
    width: 300px;
  }
}

#concerts .buyButton {
  position: absolute;
  bottom: 12px;
}

#concerts .buyButton.disabled {
  pointer-events: none;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

#concerts .buyButton.disabled img {
  content: url("../img/icons/ico-ticket-grey-agenda.svg") !important;
}

#concerts .buyButton.disabled:hover {
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

@media (max-width: 947px) {
  #concerts .buyButton {
    padding: 5px;
    width: auto;
    max-width: 38px;
    max-height: 38px;
  }
}

#playlists li .over-player {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#playlists li .info-mini {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  width: 90%;
  top: 15px;
  z-index: 9;
  text-align: left;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#playlists li .info-mini .info-mini-by {
  font-weight: 100;
}

#playlists li .info-mini a {
  font-family: Open Sans,sans-serif;
  color: #FFF;
  margin: 0 0 2px;
  padding: 0;
  line-height: 1.2;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#playlists li .info-mini h3 a {
  font-size: 15px;
}

#playlists li .player-button span {
  display: block;
  height: 86px;
  width: 86px;
  position: absolute;
  z-index: 10;
  left: 0;
}

#playlists li .player-button.play-state {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#playlists li .player-button.play-state span {
  border: 2px solid #FFFFFF;
  background: url(../img/icons/ico-play-pause.svg) no-repeat left;
  background-size: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  right: 0;
}

#playlists li .player-button.pause-state {
  width: 86px;
  height: 86px;
  position: absolute;
}

@media (min-width: 1930px) {
  #playlists li .player-button.pause-state.mixcloud-player-button span {
    left: 180px;
  }
}

#playlists li .player-button.pause-state span {
  top: 0;
  margin-top: 0 !important;
  background-color: transparent;
}

#playlists li .player-type-wrapper {
  position: absolute;
  width: 90%;
  left: 0px;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  z-index: 10;
  max-height: 40px;
}

#playlists li .player-type-wrapper .player-type {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 4px 10px 4px 6px;
  color: white;
  max-height: 40px;
}

#playlists li .player-type-wrapper span {
  float: left;
}

#playlists li .player-type-wrapper a {
  color: white;
  vertical-align: middle;
  line-height: 2;
  float: left;
}

#playlists li .drag-enable {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
}

#playlists li .drag-enable .bg {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#playlists li .drag-enable span {
  position: absolute;
  z-index: 3;
  top: 60%;
  width: 100%;
  left: 0;
  right: 0;
}

#playlists .owl-dots {
  display: none;
  bottom: -40px;
}

#playlists .owl-next {
  right: -37px;
}

#playlists .owl-prev {
  left: -42px;
}

#concerts .subtitleCard {
  font-size: 24px;
}

#concerts .textCard {
  font-size: 18px;
}

#concerts .link-concert:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#instagram {
  max-height: 400px;
  overflow-y: hidden;
  padding-bottom: 42px;
  padding-top: 42px;
}

@media (max-width: 766px) {
  #instagram {
    display: none;
  }
}

#instagram li {
  overflow-y: hidden;
  width: 13.2%;
}

#instagram li:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
}

.instagram-wrapper {
  position: relative;
}

.instagram-wrapper div {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
  .home-section-title {
    font-size: 18px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.padding_for_responsive_home_botton_front {
  padding-left: 9px;
  padding-right: 15px;
}

.style_sub_info_home_slider {
  font-weight: 400 !important;
  top: 6px;
}

.padding_left_home_slider {
  padding-left: 6px;
  margin-right: 6px;
  max-width: 80%;
}

.background-grey {
  background-color: #282E3A;
}

.title_home {
  font-size: 40px;
  font-family: "Roboto Condensed", serif;
  margin-bottom: 30px;
  margin-top: 5px;
}

@media screen and (min-width: 599px) and (max-width: 945px) {
  .padding_left_home_slider {
    padding-left: 17px;
    margin-right: 14px;
  }
}

@media screen and (min-width: 946px) {
  .padding_left_home_slider {
    padding-left: 32px;
    margin-right: 32px;
  }
}

.extra_padding_for_playlists {
  position: relative;
}

@media screen and (max-width: 799px) {
  .extra_padding_for_playlists {
    padding-top: 30px;
    padding-bottom: 50px !important;
  }
}

@media (min-width: 767px) {
  .social-list-big-icons {
    text-align: center;
  }
  .social-list-big-icons ul {
    display: inline-block !important;
  }
}

@media (max-width: 947px) {
  .title_home {
    font-size: 23px;
  }
}

.background-agenda {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.container-agenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container-agenda .header-container {
  margin-bottom: 30px;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F9F9F9;
}

.container-agenda .header-container.margin-date {
  margin-top: 0px !important;
}

@media (max-width: 947px) {
  .container-agenda .header-container {
    margin-top: -75px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  .container-agenda .header-container .agenda {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  .container-agenda .header-container .filtro-fechas, .container-agenda .header-container .filtro-fechas-filtradas {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  .container-agenda .header-container .input-buscar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  .container-agenda .header-container .nav-agenda {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  .container-agenda .header-container .menu-filtro {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.container-agenda .header-container .agenda p {
  font-family: "Roboto", serif;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .agenda p {
    font-size: 36px;
    margin-bottom: 0;
  }
}

.container-agenda .header-container .input-group {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 431px;
  height: 40px;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .input-group {
    width: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.container-agenda .header-container .input-group .form-control {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #F9F9F9;
  border-radius: 18px;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .input-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .container-agenda .header-container .input-group .form-control::-moz-placeholder {
    font-size: 14px;
  }
  .container-agenda .header-container .input-group .form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .container-agenda .header-container .input-group .form-control::placeholder {
    font-size: 14px;
  }
}

.container-agenda .header-container .input-group .search-icon {
  width: 24.47px;
  height: 24.47px;
  position: absolute;
  display: block;
  right: 20px;
  top: 8px;
  content: url("../img/icons/ico-search.svg");
}

.container-agenda .header-container .menu-agenda a {
  font-family: "Roboto", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.container-agenda .header-container .menu-agenda ul li {
  background-color: transparent;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  padding: 8px 20px;
  margin-right: 20px;
}

.container-agenda .header-container .menu-agenda ul li.active-close {
  padding: 6px 20px;
}

.container-agenda .header-container .menu-agenda ul li.active-close span .close-icon {
  width: 17px;
  height: 17px;
  content: url(../img/icons/ico-close-black.svg);
  margin-left: 10px;
}

@media (max-width: 1398px) {
  .container-agenda .header-container .menu-agenda ul li {
    margin-right: 0;
  }
}

@media (max-width: 947px) {
  .container-agenda .header-container .menu-agenda ul li {
    margin-bottom: 20px;
  }
}

.container-agenda .header-container .menu-agenda ul li:hover, .container-agenda .header-container .menu-agenda ul li:focus, .container-agenda .header-container .menu-agenda ul li:active {
  background-color: #F9F9F9 !important;
}

.container-agenda .header-container .menu-agenda .active li {
  background-color: #F9F9F9 !important;
}

@media (max-width: 947px) {
  .container-agenda .header-container #filtro-fechas.add-z-index {
    z-index: 20;
  }
}

.container-agenda .header-container .calendar-filter-filtered {
  background-color: #F9F9F9 !important;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  padding: 8px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .calendar-filter-filtered {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.container-agenda .header-container .calendar-filter-filtered a {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 947px) {
  .container-agenda .header-container .calendar-filter-filtered a {
    font-size: 12px;
  }
}

.container-agenda .header-container .calendar-filter-filtered a span {
  font-weight: 300;
}

.container-agenda .header-container .calendar-filter-filtered a span .close-icon {
  content: url("../img/icons/ico-close-black.svg");
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

@media (max-width: 947px) {
  .container-agenda .header-container .calendar-filter-filtered.add-z-index {
    z-index: 20;
  }
}

.container-agenda .header-container .calendar-filter .div-calendar:hover p, .container-agenda .header-container .calendar-filter .div-calendar:hover .calendar-icon, .container-agenda .header-container .calendar-filter .div-calendar:focus p, .container-agenda .header-container .calendar-filter .div-calendar:focus .calendar-icon {
  opacity: 0.6;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .calendar-filter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.container-agenda .header-container .calendar-filter p {
  margin: 0;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 947px) {
  .container-agenda .header-container .calendar-filter p {
    font-size: 12px;
  }
}

.container-agenda .header-container .calendar-filter .calendar-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  content: url("../img/icons/ico-calendar.svg");
}

.container-agenda .header-container .events-clubs-filter {
  margin-bottom: 36px;
  margin-top: 10px;
}

@media (max-width: 947px) {
  .container-agenda .header-container .events-clubs-filter {
    margin-bottom: 0;
  }
}

.container-agenda .header-container .events-clubs-filter li {
  margin-right: 20px;
}

@media (max-width: 947px) {
  .container-agenda .header-container .events-clubs-filter li {
    margin-bottom: 20px;
  }
}

.container-agenda .header-container .events-clubs-filter span {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .events-clubs-filter span {
    font-size: 14px;
  }
}

.container-agenda .header-container .events-clubs-filter .club-filter-active {
  height: 36px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 8px 20px;
  border-radius: 30px;
}

.container-agenda .header-container .events-clubs-filter .club-filter-active .close-icon {
  width: 23px;
  height: 23px;
  content: url("../img/icons/ico-close-black.svg");
  margin-bottom: 2px;
}

@media (max-width: 1198px) {
  .container-agenda .header-container .events-clubs-filter .club-filter-active .close-icon {
    width: 19px;
    height: 19px;
    margin-bottom: 1px;
  }
}

.container-agenda .header-container .events-clubs-filter .club-filter {
  height: 36px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 8px 20px;
  border-radius: 30px;
}

.container-agenda .header-container #calendar {
  background: rgba(40, 46, 58, 0.75);
}

.container-agenda .header-container #calendar .modal-dialog {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 30px auto;
}

.container-agenda .header-container #calendar .modal-dialog .modal-content {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 270px auto;
}

.container-agenda .header-container #calendar .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0;
}

.container-agenda .header-container #calendar .modal-dialog .modal-content .modal-header .close {
  font-size: 25px;
  font-weight: normal;
  text-shadow: none;
  opacity: 100;
}

.container-agenda .header-container #calendar .modal-dialog .modal-content .modal-body #events-calendar {
  border: 0;
}

@media (max-height: 600px) {
  .container-agenda .header-container #calendar {
    overflow-y: scroll;
  }
}

.container-agenda .body-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  font-family: "Roboto", serif;
}

.container-agenda .body-container .first-text {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .first-text {
    font-size: 24px;
  }
}

.container-agenda .body-container .agenda-events .event-object.list {
  margin-bottom: 28px;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .listaEvents {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.container-agenda .body-container .agenda-events .event-object .date-agenda {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 44px;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .date-agenda {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.container-agenda .body-container .agenda-events .event-object .arrow-icon {
  width: 32px;
  height: 32px;
  content: url("../img/icons/ico-arrow.svg");
  position: relative;
  left: 140px;
  cursor: pointer;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .arrow-icon {
    left: 50px;
    top: 3px;
  }
}

.container-agenda .body-container .agenda-events .event-object .arrow-icon:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .button-buy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event.list {
  margin-bottom: 28px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .mini-clubs-space {
  margin-right: calc(4%);
}

.container-agenda .body-container .agenda-events .event-object .content-event .mini-clubs-space:last-child {
  margin-right: 0px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:hover .artist, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:hover .club, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:hover .info, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:hover .precio, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:focus .artist, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:focus .club, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:focus .info, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:focus .precio, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:active .artist, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:active .club, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:active .info, .container-agenda .body-container .agenda-events .event-object .content-event .hoverTexts:active .precio {
  opacity: 0.75;
}

.container-agenda .body-container .agenda-events .event-object .content-event .event-img {
  width: 114px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .event-img.miniclub {
  margin-bottom: 6px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .event-img.miniclub:hover {
  opacity: 0.75;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .event-img.miniclub {
    margin-bottom: 16px;
  }
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .event-img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .infoEvent {
    margin-bottom: 26px;
  }
}

@media (max-width: 1198px) and (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .infoEvent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .salas {
  font-size: 14px;
  font-family: "Roboto", serif;
  font-weight: 400;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .salas {
    font-size: 12px;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .precio-miniclub {
  font-size: 20px;
  font-weight: 400;
  margin-left: 24px;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .precio-miniclub {
    font-size: 16px;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .club {
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #a9eac3;
  color: #282E3A !important;
  border-radius: 10px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: 16px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .club.mini-club {
  margin-top: 8px;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .club.mini-club {
    margin-bottom: 11px !important;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .club .textClub {
  color: #282E3A !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1398px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .club {
    margin-top: 4px !important;
  }
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .club {
    font-size: 12px;
    height: 14px;
    margin-bottom: 10px;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .concierto-color {
  background-color: #e9acdf !important;
}

.container-agenda .body-container .agenda-events .event-object .content-event .info {
  font-family: "Roboto", serif;
  font-size: 14px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .info .textInfo, .container-agenda .body-container .agenda-events .event-object .content-event .info span {
  color: #FFFFFF !important;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .info {
    font-size: 12px;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .artist {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 0;
}

.container-agenda .body-container .agenda-events .event-object .content-event .artist.miniclub {
  max-width: 153px;
  margin-top: 0px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .artist.miniclub.mobile {
  max-width: 160px;
}

.container-agenda .body-container .agenda-events .event-object .content-event .artist.miniclub:hover {
  opacity: 0.75;
}

.container-agenda .body-container .agenda-events .event-object .content-event .artist.miniclub .container-num-sala {
  margin: 0;
  font-size: 12px;
  font-family: "Roboto", serif;
  font-weight: 400;
}

.container-agenda .body-container .agenda-events .event-object .content-event .artist .textArtist {
  color: #a9eac3;
  word-break: break-word;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .artist {
    font-size: 16px;
    margin-top: 0;
  }
}

.container-agenda .body-container .agenda-events .event-object .content-event .concierto .textConcierto {
  color: #e9acdf !important;
}

.container-agenda .body-container .agenda-events .event-object .content-event .precio {
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .content-event .precio {
    padding-top: 0px !important;
    font-size: 14px;
  }
}

.container-agenda .body-container .agenda-events .event-object .has-ticket {
  position: absolute;
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn {
  background-color: transparent;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  width: 166px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px 8px 20px;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn.proximamente {
  width: 225px;
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn:hover {
  background-color: white;
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn:hover .ticket-icon {
  content: url("../img/icons/ico-ticket-grey.svg");
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn .ticket-icon {
  width: 25px;
  height: 23px;
  margin-left: 10px;
  content: url("../img/icons/ico-ticket.svg");
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn .ticket-icon.icon-grey {
  content: url("../img/icons/ico-ticket-grey-agenda.svg") !important;
}

.container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn.disabled {
  pointer-events: none;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

@media (max-width: 1198px) {
  .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn {
    width: 38px !important;
    padding: 0;
  }
  .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn span {
    display: none;
  }
  .container-agenda .body-container .agenda-events .event-object .has-ticket .buy-btn .ticket-icon {
    margin-left: 0;
  }
}

@media (max-width: 766px) {
  .sticky-menu {
    -webkit-box-shadow: inset 1px 7px 7px -6px rgba(0, 0, 0, 0.4);
            box-shadow: inset 1px 7px 7px -6px rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    top: 62px;
    z-index: 20;
  }
  .sticky-menu.moveStickyElements {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
  }
  .sticky-search {
    position: fixed;
    top: 114px;
    z-index: 3;
    width: 100%;
  }
  .sticky-search.moveStickyElements {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
  }
  .sticky-date {
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 160px;
    z-index: 2;
    background: #FFF;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .sticky-date.moveStickyElements {
    top: 99px;
  }
}

#agenda div.col-4.col-md-12 img, #agenda li.col-4.col-md-4 img {
  height: auto;
}

#agenda .event-object > div {
  overflow: hidden;
}

@media (max-width: 1198px) {
  #agenda .event-object h5 div,
  #agenda .events-clubs-list,
  #agenda .events-clubs-list + div div.pad-section-to-half,
  #agenda .event-object .pad-section-to-0 {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media (max-width: 947px) {
  #agenda .event-object h5 div,
  #agenda .events-clubs-list,
  #agenda .events-clubs-list + div div.pad-section-to-half,
  #agenda .event-object .pad-section-to-0 {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 766px) {
  #agenda {
    position: relative;
    top: 99px;
  }
  #agenda .event-object h5 div {
    padding-left: 14px;
    padding-right: 14px;
  }
  #agenda .event-object .pad-section-to-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.place-event, .place-event-agenda, .place-event-agenda-concert {
  padding-bottom: 12px;
}

@media (max-width: 766px) {
  .place-event, .place-event-agenda, .place-event-agenda-concert {
    line-height: 1.2em;
  }
}

.place-event p:first-child, .place-event-agenda p:first-child, .place-event-agenda-concert p:first-child {
  font-size: 0.714em;
  line-height: 1.1;
}

.place-event p:first-child a.club_name, .place-event-agenda p:first-child a.club_name, .place-event-agenda-concert p:first-child a.club_name {
  color: #666666;
}

.place-event p:nth-child(2), .place-event-agenda p:nth-child(2), .place-event-agenda-concert p:nth-child(2) {
  line-height: 1.3;
}

.place-event-agenda, .place-event-agenda-concert {
  padding-bottom: 0;
}

@media (max-width: 766px) {
  .place-event-agenda, .place-event-agenda-concert {
    line-height: 1.2em;
  }
}

.place-event-agenda p:first-child, .place-event-agenda-concert p:first-child {
  margin-bottom: 2px !important;
  font-size: 0.857em;
}

.place-event-agenda p:nth-child(2), .place-event-agenda-concert p:nth-child(2) {
  font-size: 0.857em;
}

@media (max-width: 766px) {
  .place-event-agenda p:nth-child(2), .place-event-agenda-concert p:nth-child(2) {
    font-size: 0.857em;
    letter-spacing: 0.05em;
    line-height: 1.4em;
  }
}

.place-event-agenda p:nth-child(2) b, .place-event-agenda-concert p:nth-child(2) b {
  font-size: 0.875rem;
}

@media (max-width: 766px) {
  .place-event-agenda p:nth-child(2) b, .place-event-agenda-concert p:nth-child(2) b {
    font-size: 1.1rem;
  }
}

.place-event-agenda-concert p:first-child {
  font-weight: 500;
  margin-bottom: 2px !important;
}

.place-event-agenda-concert p:nth-child(2) {
  font-size: 1.286em;
}

@media (max-width: 766px) {
  .place-event-agenda-concert p:nth-child(2) {
    font-size: 0.857em;
    letter-spacing: 0.05em;
    line-height: 1.4em;
  }
}

.place-event-agenda-concert p:nth-child(2) b {
  font-size: 19px;
}

@media (max-width: 766px) {
  .place-event-agenda-concert p:nth-child(2) b {
    font-size: 1.1rem;
  }
}

#agenda .events-clubs-list img {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(0%);
}

#agenda .events-clubs-list li.active img {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}

.events-clubs-list li {
  margin-left: 19px;
  text-align: center;
  width: 100%;
}

@media (min-width: 599px) {
  .events-clubs-list li {
    margin-right: 21px;
    margin-left: 0;
  }
}

.events-clubs-list li.active img {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}

.events-clubs-list li:last-child {
  margin-right: 0;
}

.events-clubs-list li:first-child {
  text-align: left;
  width: 100%;
}

.events-clubs-list li:first-child img {
  margin-left: 0;
  width: 100%;
}

.events-clubs-list img {
  max-height: 42px;
  max-width: 135px;
  -webkit-transition: padding 0.2s ease, -webkit-filter 0.2s ease;
  transition: padding 0.2s ease, -webkit-filter 0.2s ease;
  transition: filter 0.2s ease, padding 0.2s ease;
  transition: filter 0.2s ease, padding 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-transition: filter 0.2s ease, padding 0.2s ease;
  -o-transition: filter 0.2s ease, padding 0.2s ease;
}

@media (max-width: 766px) {
  .events-clubs-list img {
    max-width: 100px;
  }
}

.events-clubs-list img:hover {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}

#destacado-promo {
  border-bottom: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  max-width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

#destacado-promo .title {
  text-transform: uppercase;
}

#destacado-promo a {
  display: block;
  height: 100%;
}

#destacado-promo p {
  font-size: 0.857em;
  font-weight: 500;
}

#destacado-promo b {
  font-size: 1.071em;
}

#destacado-promo > div {
  border-right: 1px solid #b2b2b2;
  word-wrap: break-word;
}

@media (max-width: 409px) {
  #destacado-promo > div {
    border-bottom: 1px solid #b2b2b2;
  }
}

#destacado-promo > div:not(:first-child) {
  line-height: 1.35em;
}

@media (max-width: 409px) {
  #destacado-promo {
    padding: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .agenda-responsive-title {
    font-size: 18px;
  }
  .flecha-agenda-responsive {
    font-size: 18px;
  }
}

@media screen and (max-width: 475px) {
  #agenda_detail_wrapper .container-buy-secondary .container-text strong {
    font-size: 20px !important;
  }
  #agenda_detail_wrapper .container-buy-secondary .container-text .container-description {
    font-size: 13px !important;
  }
  #agenda_detail_wrapper .container-buy-secondary .container-text .container-description .container-interest {
    font-size: 10px !important;
  }
  #agenda_detail_wrapper .container-buy-secondary .container-text .container-description .container-interest img {
    width: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  .agenda-responsive-title-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .concert-event-wrapper .flecha-agenda-responsive {
    right: -4px;
  }
  .flecha-agenda-responsive,
  .club-event-wrapper .flecha-agenda-responsive {
    right: -10px;
  }
  .concert-event-wrapper .flecha-agenda-responsive,
  .club-event-wrapper .flecha-agenda-responsive {
    top: 7px;
    width: 10px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
  }
}

@media (min-width: 599px) {
  .flecha-agenda-responsive {
    right: 35px;
  }
}

.gral-btn.HACK_ico-agenda::before {
  position: relative;
  top: 5px;
  right: 5px;
}

#app_loaded_content {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1 !important;
  pointer-events: auto;
}

@media (min-width: 767px) {
  #app_loaded_content {
    display: none;
  }
}

#app_loaded_content.not-ready {
  pointer-events: none;
}

#app_loaded_content #app_content {
  position: relative;
  left: 100%;
  background: #FFF;
}

body.no-vertical-scroll {
  overflow-y: hidden;
}

#agenda-visibility-blocker {
  position: fixed;
  background: #FFF;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
}

#agenda-visibility-blocker.enabled {
  display: block;
}

#agenda_detail_wrapper .container-buy-secondary {
  border: 1px solid #000000;
}

#agenda_detail_wrapper .container-buy-secondary .container-tiket {
  border-right: 1px solid #000000;
  max-width: 51px;
}

#agenda_detail_wrapper .container-buy-secondary span {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#agenda_detail_wrapper .container-buy-secondary span::before {
  font-family: 'Razzicons';
  content: "\E906";
  speak: none;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.2rem;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

#agenda_detail_wrapper .container-buy-secondary .container-text {
  color: #000000;
  padding-top: 8px;
}

#agenda_detail_wrapper .container-buy-secondary .container-text strong {
  font-size: 24px;
}

#agenda_detail_wrapper .container-buy-secondary .container-text .container-description {
  font-size: 16px;
  font-weight: 400;
}

#agenda_detail_wrapper .container-buy-secondary .container-text .container-description .container-interest {
  font-size: 14px;
}

@media (max-width: 766px) {
  #agenda_detail_wrapper .pad-half-to-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.tickets-status-message {
  margin-left: 0;
}

@media screen and (max-width: 1075px) {
  .tickets-status-message {
    text-align: center;
  }
}

.razzlover {
  color: white;
  text-align: center;
  padding-top: 40px;
}

.razzlover a {
  color: white;
  text-decoration: underline;
}

.razzlover a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.razzlover img {
  display: inline;
  width: auto;
  margin-right: 4px;
}

.club_and_sala_over_title {
  font-size: 14px;
  color: #b2b2b2;
  font-weight: normal;
  margin-bottom: 6px;
}

@media (min-width: 767px) {
  .justify-content-agenda-detail {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

#agenda .buy-button-3Dhover-wrapper-agenda-mobile .buy-button-w100 span::before {
  font-size: 0.99rem;
}

#agenda .buy-button-3Dhover-wrapper-agenda-mobile a {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  #agenda .buy-button-3Dhover-wrapper-agenda-mobile {
    display: none;
  }
}

@media screen and (max-width: 331px) {
  #agenda .buy-button-3Dhover-wrapper-agenda-mobile {
    margin-right: 0;
    max-width: calc(100% - 15px) !important;
  }
}

.agenda-header-club-detail {
  text-align: center;
}

.agenda-header-club-detail svg {
  max-width: 185px;
  max-height: 90px;
  margin: 20px;
  margin-bottom: 15px;
}

@media (max-width: 766px) {
  .agenda-header-club-detail svg {
    max-width: 100px;
    max-height: 40px;
  }
}

.cart-ok-ko {
  color: #FFFFFF;
  font-family: "Roboto", serif;
  text-align: center;
  font-weight: 400;
}

.cart-ok-ko .container-result {
  background-color: #A9EAC3;
  color: #28A745;
  font-size: 14px;
  margin-bottom: 20px;
}

.cart-ok-ko .container-result.ko {
  background-color: #e1757a;
  color: #C70000;
}

.cart-ok-ko .container-result p {
  margin: 14px;
}

.cart-ok-ko .container-result img {
  width: 24px;
  margin-left: 7px;
}

.cart-ok-ko .container-body-title {
  font-size: 24px;
  margin-bottom: 9px;
}

.cart-ok-ko .container-body-text {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.cart-ok-ko .container-social {
  margin-top: 45px;
}

.cart-ok-ko .container-social .container-body-text {
  margin-bottom: 15px;
}

.cart-ok-ko .container-link-shop {
  margin-top: 50px;
}

.cart-ok-ko .container-link-shop p {
  font-size: 12px;
}

.cart-ok-ko .container-link-shop p img {
  margin-right: 10px;
  width: 7px;
}

.cart-ok-ko .container-link-shop p a {
  color: #FF6704;
  font-weight: 700;
}

.cart-ok-ko .container-link-shop p a:hover span {
  text-decoration: underline;
  opacity: 0.85;
}

.cart-ok-ko .iconsOkkO a:hover {
  color: white;
  opacity: 0.6;
}

@media (max-width: 766px) {
  .sala-detail {
    border-top: none;
  }
}

.sala-detail .logo {
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  width: 120px;
}

.sala-detail #sala-events .owl-item div {
  letter-spacing: 0.05em;
}

.sala-detail #sala-events .owl-item div p {
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
}

.sala-detail #sala-events .owl-item div:hover p, .sala-detail #sala-events .owl-item div:hover a {
  color: #b2b2b2;
}

.sala-detail #sala-events .owl-dots {
  bottom: 0;
}

@media (max-width: 766px) {
  .sala-detail #sala-events .owl-nav {
    display: none;
  }
  .sala-detail #sala-events .owl-stage-outer {
    margin-bottom: 22px;
  }
}

#event-gallery {
  min-height: 460px;
}

#event-gallery .owl-stage, #event-gallery .owl-item, #event-gallery .slide-item {
  height: 100%;
}

#event-gallery .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#event-gallery .slide-item.fit-top {
  background-position: top;
}

#event-gallery .slide-item.fit-left {
  background-position: left;
}

#event-gallery .slide-item.fit-right {
  background-position: right;
}

#event-gallery .slide-item.fit-bottom {
  background-position: bottom;
}

@media (max-width: 766px) {
  #event-gallery {
    min-height: 236px;
  }
  #event-gallery .owl-stage, #event-gallery .owl-item, #event-gallery .slide-item {
    height: 236px;
  }
}

@media screen and (max-width: 1500px) {
  #event-gallery {
    margin-left: -19px;
  }
}

#event-gallery-mobile {
  min-height: 460px;
}

#event-gallery-mobile .owl-stage, #event-gallery-mobile .owl-item, #event-gallery-mobile .slide-item {
  height: 100%;
}

#event-gallery-mobile .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#event-gallery-mobile .slide-item.fit-top {
  background-position: top;
}

#event-gallery-mobile .slide-item.fit-left {
  background-position: left;
}

#event-gallery-mobile .slide-item.fit-right {
  background-position: right;
}

#event-gallery-mobile .slide-item.fit-bottom {
  background-position: bottom;
}

@media (max-width: 766px) {
  #event-gallery-mobile {
    min-height: 236px;
  }
  #event-gallery-mobile .owl-stage, #event-gallery-mobile .owl-item, #event-gallery-mobile .slide-item {
    height: 236px;
  }
}

#eventTitlesInfo {
  padding-left: 30px;
}

@media (max-width: 947px) {
  #eventTitlesInfo {
    padding-left: 0px;
  }
}

#eventTitlesInfo .mainTitle {
  font-size: 36px;
}

#eventTitlesInfo .titleSala {
  font-size: 24px;
  margin: 0px;
}

#eventTitlesInfo .subtitleInfoEvent {
  font-size: 20px;
  color: #F9F9F9;
  margin-top: 24px;
}

#eventTitlesInfo hr {
  margin: 0px;
  border: 1px #f9f9f9 solid;
}

#eventTitlesInfo .smallInfo {
  color: #F9F9F9;
}

#eventTitlesInfo .smallInfo .legal-info {
  font-size: 12px;
}

#eventTitlesInfo .smallInfo .legal-info a {
  color: white;
  font-weight: bold;
}

#eventTitlesInfo .estadoEventoMsg {
  font-size: 20px;
}

@media (max-width: 1198px) {
  #eventTitlesInfo .titleSala {
    font-size: 16px;
  }
  #eventTitlesInfo .mainTitle {
    font-size: 20px;
  }
  #eventTitlesInfo .subtitleInfoEvent {
    font-size: 14px;
  }
  #eventTitlesInfo .smallInfo {
    font-size: 12px;
  }
  #eventTitlesInfo .smallInfo .legal-info {
    font-size: 10px;
  }
}

.artwork .artworkTitle {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.artwork .author {
  font-size: 16px;
}

.artwork .author a:hover {
  font-weight: bold;
}

@media (max-width: 947px) {
  .artwork .artworkTitle {
    text-align: center;
  }
  .artwork .author {
    text-align: center;
  }
}

.event-banner .bannerTitle {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#local-talents .title {
  font-size: 24px;
  margin-bottom: 30px;
}

#local-talents .circle-radio {
  left: 50%;
  margin-bottom: 22px;
  margin-left: -60px;
}

#local-talents .circle-radio img {
  height: 100%;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

#local-talents .description p {
  font-size: 16px;
}

@media (max-width: 947px) {
  #local-talents .title {
    text-align: center;
  }
}

#infoEventArtistas {
  font-size: 14px;
}

#infoEventArtistas .titleArtist {
  font-size: 24px;
}

#infoEventArtistas iframe {
  width: 100%;
}

#infoEventArtistas a {
  color: white;
  text-decoration: underline;
}

#infoEventArtistas a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media (max-width: 947px) {
  #infoEventArtistas .titleArtist {
    font-size: 20px;
  }
}

#infoOtherEvents {
  margin-top: 60px;
  margin-bottom: 30px;
}

#infoOtherEvents .titleEvents {
  font-size: 24px;
}

#infoOtherEvents .otherEvents {
  background-color: rgba(249, 249, 249, 0.1);
  padding: 30px 10px;
  margin-right: 0px;
  margin-left: 0px;
}

#infoOtherEvents .otherEvents a {
  color: #F9F9F9;
}

#infoOtherEvents .otherEvents .infoEvent {
  font-size: 18px;
  margin-bottom: 5px;
}

#infoOtherEvents .otherEvents .fulltitle {
  font-size: 24px;
  margin-bottom: 0px;
}

#infoOtherEvents .otherEvents a:hover img.rightArrow {
  content: url("/img/icons/down-arrow.svg") !important;
}

#infoOtherEvents .otherEvents img.rightArrow {
  content: url("/img/icons/right-arrow.svg");
  width: 20px;
  height: 20px;
}

#infoOtherEvents .otherEvents img.rightArrow:hover {
  content: url("/img/icons/down-arrow.svg") !important;
}

#infoOtherEvents .otherEvents .lineSeparator {
  margin: 0px;
  border: 1px #f9f9f9 solid;
  margin-bottom: 20px;
  margin-top: 7px;
  width: 100%;
}

#infoOtherEventsMobile .titleEvents {
  font-size: 16px;
  margin-bottom: 30px;
}

#infoOtherEventsMobile .info {
  font-size: 12px;
}

#infoOtherEventsMobile img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 60px;
  width: 60px;
  margin-bottom: 14px;
}

#infoOtherEventsMobile .title {
  color: #A9EAC3;
  font-size: 16px;
}

#infoOtherEventsMobile .lineSeparator {
  margin: 0px;
  border: 1px #f9f9f9 solid;
}

#infoOtherEventsMobile .linkMobileEvents {
  display: contents;
}

#infoOtherEventsMobile .rightArrow {
  margin-top: 33px !important;
}

#infoOtherEventsMobile img.rightArrow {
  content: url("../img/icons/right-arrow.svg");
  width: 20px;
  height: 20px;
}

#infoOtherEventsMobile a:hover img.rightArrow {
  content: url("/img/icons/down-arrow.svg") !important;
}

#event-info {
  font-size: 1.071em;
  float: right;
  line-height: 1.6em;
  max-width: 830px;
}

@media (max-width: 947px) {
  #event-info {
    max-width: 810px;
  }
}

#event-info iframe {
  width: 100%;
}

#event-info p {
  overflow: hidden;
}

.event-social {
  text-align: right;
  position: relative;
}

.event-social .buttonShare {
  padding: 8px 20px 8px 20px;
  border: 1px solid white;
  border-radius: 30px;
}

.event-social .buttonShare .textButton {
  font-size: 14px;
  margin: 0px;
  color: white;
}

.event-social .buttonShare img.shareIconButton {
  content: url("../img/icons/share.svg");
  max-width: 19px;
  max-height: 19px;
  margin-bottom: 1px;
}

.event-social a.linkShare {
  text-decoration: none !important;
}

.event-social a.linkShare:hover {
  opacity: 1 !important;
}

.event-social a.linkShare:hover .textButton {
  color: #282E3A !important;
}

.event-social a.linkShare:hover .buttonShare {
  background-color: white !important;
}

.event-social a.linkShare:hover img.shareIconButton {
  content: url("../img/icons/share-grey.svg");
}

@media (max-width: 766px) {
  .event-social {
    margin-top: 22px;
    width: 100%;
  }
}

.event-social a.ico-residentadvisor-add:before {
  font-size: 1.8rem;
  line-height: 0.65em;
}

.event-social a.ico-share {
  min-width: 40px;
}

.event-social a.ico-share:before {
  font-size: 1.5rem;
}

.sala-extra-info {
  max-width: 546px;
  padding-left: 58px;
  padding-right: 58px;
  text-align: center;
}

@media (max-width: 947px) {
  .sala-extra-info {
    max-width: initial;
    padding-left: 21px;
    padding-right: 21px;
  }
}

.detail-event-single-pic {
  height: 236px;
}

@media (min-width: 948px) and (max-width: 1500px) {
  .detail-event-single-pic {
    margin-left: -19px;
  }
}

@media (min-width: 430px) and (max-width: 900px) {
  .detail-event-single-pic {
    height: 300px;
  }
}

@media (min-width: 948px) {
  .detail-event-single-pic {
    height: 500px;
  }
}

@media (max-width: 766px) {
  .detail_extra_padding {
    max-width: calc(100% - 54px) !important;
  }
  .detail_extra_padding a {
    width: calc(100% - 44px);
    left: 22px;
  }
}

.containerDetail {
  max-width: 1500px;
  margin: auto;
}

.dateClubEvent {
  height: 53px;
}

@media (min-width: 948px) and (max-width: 1500px) {
  .headerDesktop {
    padding: 0px !important;
  }
}

.event-date-and-title-wraper {
  background-color: #a9eac3;
}

.event-date-and-title-wraper .headerDateClub {
  font-weight: 700;
}

.event-date-and-title-wraper .infoEvent {
  font-size: 40px;
  margin: 0;
  color: #282E3A;
  height: 53px;
}

@media (min-width: 767px) {
  .event-date-and-title-wraper {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media (min-width: 599px) and (max-width: 947px) {
  .event-date-and-title-wraper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .event-date-and-title-wraper .infoEvent {
    font-size: 24px;
  }
}

@media (max-width: 947px) {
  .event-date-and-title-wraper {
    padding-left: 2px;
    padding-right: 2px;
  }
  .event-date-and-title-wraper .infoEvent {
    font-size: 24px;
    padding-top: 9px;
  }
}

.container-logo-havana {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 20px;
}

@media (min-width: 950px) and (max-width: 1500px) {
  .container-logo-havana {
    padding-left: 0px;
  }
}

.container-logo-havana .image-logo-havana {
  height: 135px;
  width: 100%;
}

@media (max-width: 947px) {
  .container-logo-havana .image-logo-havana {
    height: 60px;
  }
}

.artist-social-urls-old {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.artist-social-urls-old ul {
  border-bottom: 1px solid #939393;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artist-social-urls-old li {
  display: inline-block;
  border-right: 1px solid #939393;
  margin: auto;
  padding: 0 10px;
  height: 12px;
  line-height: 12px;
}

.artist-social-urls-old li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.artist-social-urls-old li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.artist-social-urls-old a {
  color: #939393;
  font-size: 12px;
}

.artist-social-urls {
  margin-top: 60px;
}

.artist-social-urls hr {
  margin-top: 22px;
}

.artist-social-urls ul {
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.artist-social-urls li {
  margin: auto;
  margin-bottom: 20px;
  display: inline-block;
}

.artist-social-urls li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.artist-social-urls li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.clubs-intro-max-width {
  max-width: 598px;
  margin-left: auto;
  margin-right: auto;
}

.razz-clubs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 947px) {
  .razz-clubs-list {
    display: inline-block;
  }
}

.razz-clubs-list li {
  height: 88px;
  position: relative;
}

@media (max-width: 947px) {
  .razz-clubs-list li {
    border-top: 0;
    float: left;
    width: 50% !important;
    border-left: 0;
    border-right: 0;
  }
  .razz-clubs-list li:nth-child(odd) {
    border-left: 0;
    border-right: 0;
  }
  .razz-clubs-list li:nth-child(odd):last-child {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
}

.razz-clubs-list li > div {
  padding: 0 12px;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.razz-clubs-list li svg {
  max-height: 65px;
  height: 100%;
  max-width: 135px;
  -webkit-transition: padding 0.5s ease, -webkit-filter 0.5s ease;
  transition: padding 0.5s ease, -webkit-filter 0.5s ease;
  transition: filter 0.5s ease, padding 0.5s ease;
  transition: filter 0.5s ease, padding 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-transition: filter 0.5s ease, padding 0.5s ease;
  -o-transition: filter 0.5s ease, padding 0.5s ease;
}

.titleClubs h1 {
  font-size: 48px;
  line-height: 0.5;
}

.titleClubs p.razzClubs {
  font-size: 96px;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .titleClubs p.razzClubs {
    font-size: 84px;
  }
}

@media (max-width: 947px) {
  .titleClubs h1 {
    font-size: 36px;
  }
  .titleClubs p.razzClubs {
    font-size: 48px;
  }
}

@media (max-width: 409px) {
  .titleClubs h1 {
    font-size: 36px;
  }
  .titleClubs p.razzClubs {
    font-size: 40px;
  }
}

#info-razz-clubs hr {
  border: #f9f9f9 solid 1px;
}

#info-razz-clubs .description p {
  font-size: 20px;
}

@media (max-width: 947px) {
  #info-razz-clubs .description p {
    font-size: 14px;
  }
}

#headerLogoClub {
  height: 53px;
}

#headerLogoClub svg, #headerLogoClub svg path {
  fill: #282E3A;
}

#headerLogoClub .cls-1 {
  fill: #282E3A;
}

#infoClub {
  margin-top: 48px;
  font-size: 24px;
}

#infoClub hr {
  border: #f9f9f9 solid 1px;
}

#infoClub .estilosMusica {
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
}

#infoClub p.shortDesc {
  font-size: 20px;
  margin-top: 25px;
}

#infoClub .socialIcon:hover {
  color: white;
  opacity: 0.6;
}

@media (max-width: 947px) {
  #infoClub {
    margin-top: 0px;
  }
  #infoClub .salasInfo, #infoClub .estilosMusica, #infoClub p.shortDesc {
    font-size: 16px;
  }
}

@media (max-width: 947px) {
  .carouselMainClub {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.carouselMainClub .carousel-element {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.carouselMainClub .owl-dots {
  bottom: 0px !important;
}

.carouselMainClub .carousel-element .owl-stage-outer .owl-item img {
  height: 463px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .carouselMainClub .picture-club-general {
    margin-right: 20px;
  }
}

@media (max-width: 947px) {
  .infoMainClub {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1500px) {
  .infoMainClub {
    padding-left: 20px;
  }
}

#razz-clubs-list {
  position: relative;
}

@media (max-width: 766px) {
  #razz-clubs-list .social {
    position: relative;
    top: 10px;
  }
}

@media (min-width: 767px) and (max-width: 1198px) {
  #razz-clubs-list .social .g#razzclubral-btn {
    min-width: 34px;
  }
}

#razz-clubs-list .light-green.row:first-child {
  border-top: 1px solid #a9eac3;
}

#razz-clubs-list .light-green .logo, #razz-clubs-list .light-green .styles {
  background-color: #a9eac3;
}

#razz-clubs-list .light-green .more-info {
  border-top: 1px solid #a9eac3;
}

#razz-clubs-list .light-pink.row:first-child {
  border-top: 1px solid #e9acdf;
}

#razz-clubs-list .light-pink .logo, #razz-clubs-list .light-pink .styles {
  background-color: #e9acdf;
}

#razz-clubs-list .light-pink .more-info {
  border-top: 1px solid #e9acdf;
}

#razz-clubs-list .light-purple.row:first-child {
  border-top: 1px solid #beb8fe;
}

#razz-clubs-list .light-purple .logo, #razz-clubs-list .light-purple .styles {
  background-color: #beb8fe;
}

#razz-clubs-list .light-purple .more-info {
  border-top: 1px solid #beb8fe;
}

#razz-clubs-list .light-blue.row:first-child {
  border-top: 1px solid #54d6ff;
}

#razz-clubs-list .light-blue .logo, #razz-clubs-list .light-blue .styles {
  background-color: #54d6ff;
}

#razz-clubs-list .light-blue .more-info {
  border-top: 1px solid #54d6ff;
}

#razz-clubs-list .light-yellow.row:first-child {
  border-top: 1px solid #fff422;
}

#razz-clubs-list .light-yellow .logo, #razz-clubs-list .light-yellow .styles {
  background-color: #fff422;
}

#razz-clubs-list .light-yellow .more-info {
  border-top: 1px solid #fff422;
}

#razz-clubs-list .dark-yellow.row:first-child {
  border-top: 1px solid #ffcc01;
}

#razz-clubs-list .dark-yellow .logo, #razz-clubs-list .dark-yellow .styles {
  background-color: #ffcc01;
}

#razz-clubs-list .dark-yellow .more-info {
  border-top: 1px solid #ffcc01;
}

#razz-clubs-list .dark-blue.row:first-child {
  border-top: 1px solid #292f3c;
}

#razz-clubs-list .dark-blue .logo, #razz-clubs-list .dark-blue .styles {
  background-color: #292f3c;
}

#razz-clubs-list .dark-blue .more-info {
  border-top: 1px solid #292f3c;
}

#razz-clubs-list.razz-clubs-list-body .container-logo-body {
  height: 153px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#razz-clubs-list.razz-clubs-list-body .container-logo-body div {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

#razz-clubs-list .logo {
  max-height: 180px;
  max-width: 160px;
  width: initial;
  margin-top: 9px;
}

@media (max-width: 947px) {
  #razz-clubs-list .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#razz-clubs-list .logo#logo-body-el-dirty {
  width: 87px !important;
  margin-top: 2px;
}

#razz-clubs-list .logo#logo-body-mandanga {
  margin-top: 2px !important;
}

#razz-clubs-list .logo#logo-body-human {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-top: 11px !important;
}

#razz-clubs-list .logo.insert {
  max-width: 100px;
}

@media (max-width: 947px) {
  #razz-clubs-list .logo {
    max-height: 140px;
    max-width: 160px;
    width: initial;
  }
  #razz-clubs-list .logo.insert {
    max-width: 160px;
  }
}

#razz-clubs-list .info {
  font-size: 1.071em;
  padding-right: 65px;
}

@media (max-width: 947px) {
  #razz-clubs-list .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 947px) {
  #razz-clubs-list .info {
    padding-left: 0;
    padding-right: 0;
  }
}

#razz-clubs-list #razzclub img.logo {
  max-width: 360px;
}

#razz-clubs-list #the-loft img.logo {
  max-width: 260px;
}

#razz-clubs-list #fuego img.logo {
  max-width: 300px;
}

#razz-clubs-list #el-dirty img.logo {
  max-width: 280px;
}

#razz-clubs-list #lolita img.logo {
  max-width: 220px;
}

#razz-clubs-list #pop-bar img.logo {
  max-width: 320px;
}

#razz-clubs-list #trill img.logo {
  max-width: 300px;
}

#razz-clubs-list #journeys img.logo {
  max-width: 420px;
}

#razz-clubs-list #mandanga img.logo {
  max-width: 420px;
}

@media (max-width: 947px) {
  #razz-clubs-list .styles {
    position: relative;
  }
}

#eventos-list img {
  height: 165px;
}

.agenda-element {
  border: 1px solid #b2b2b2;
}

.agenda-element > div:nth-child(2), .agenda-element > div:nth-child(4) {
  border-bottom: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
}

.agenda-element > div:nth-child(5) {
  position: relative;
}

.agenda-element .date {
  font-size: 1.286em;
  font-weight: 400;
}

.agenda-element .description {
  min-height: 90px;
}

.agenda-element .description .place {
  font-size: 0.857em;
  font-weight: 500;
  line-height: 1.150em;
}

.agenda-element .more-info {
  font-size: 0.857em;
  font-weight: 500;
}

@media (max-width: 766px) {
  .agenda-element .more-info > div {
    width: 100%;
  }
}

.titleSubClubs {
  font-size: 32px;
  font-weight: 400;
  font-family: "Roboto Condensed", serif;
}

@media (max-width: 947px) {
  .titleSubClubs {
    font-size: 24px;
  }
}

.container-salas-subclub-mobile {
  display: none;
}

@media (max-width: 947px) {
  .container-salas-subclub-mobile {
    display: inline-block;
  }
}

.container-salas-club {
  margin-bottom: 50px;
}

@media (max-width: 947px) {
  .container-salas-club.mobile {
    display: block !important;
    margin-bottom: 0px;
  }
}

@media (max-width: 947px) {
  .container-salas-club {
    display: none;
  }
}

.container-title-mobile {
  display: none;
}

@media (max-width: 947px) {
  .container-title-mobile {
    display: block;
  }
}

.container-logo-body-desktop {
  display: block;
}

@media (max-width: 947px) {
  .container-logo-body-desktop {
    display: none !important;
  }
}

.container-salas-club {
  margin-top: 30px;
}

@media screen and (max-width: 1500px) {
  .container-salas-club {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-salas-club.mobile {
  display: none;
  padding: 0 15px;
}

.container-salas-club .hrSeparator {
  margin-top: 0px !important;
}

.container-salas-club .container-title p {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
}

.container-salas-club .shortDesc {
  font-size: 14px;
}

.container-salas-club .container-logos-subclubs hr {
  border: #f9f9f9 solid 1px;
}

.container-salas-club .container-logos-subclubs .salaTitle p {
  font-size: 16px;
  position: absolute;
  right: 70px;
  top: 30px;
}

@media (max-width: 947px) {
  .container-salas-club .container-logos-subclubs .salaTitle p {
    font-size: 16px;
    position: absolute;
    right: 53px;
    top: 30px;
  }
}

.container-salas-club .container-logos-subclubs .desplegableMobile {
  padding: 15px 0px 15px 0px;
}

.container-salas-club .container-logos-subclubs .desplegableMobile svg {
  width: 195px;
  height: 40px;
}

@media (max-width: 409px) {
  .container-salas-club .container-logos-subclubs .desplegableMobile svg {
    width: 165px;
  }
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list.mobile {
  padding: 40px 0px 40px 0px;
}

@media (max-width: 947px) {
  .container-salas-club .container-logos-subclubs .razz-subclubs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list li {
  height: 60px;
  cursor: pointer;
  border: 1px solid #f9f9f9;
  margin-right: 30px;
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list li:last-child {
  margin-right: 0px;
}

@media (max-width: 947px) {
  .container-salas-club .container-logos-subclubs .razz-subclubs-list li {
    border-top: 0;
    border-bottom: 1px solid #b2b2b2;
    float: left;
    width: 100% !important;
    border-left: 0;
    border-right: 0;
  }
  .container-salas-club .container-logos-subclubs .razz-subclubs-list li:nth-child(odd) {
    border-left: 0;
    border-right: 0;
  }
  .container-salas-club .container-logos-subclubs .razz-subclubs-list li:nth-child(odd):last-child {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
  .container-salas-club .container-logos-subclubs .razz-subclubs-list li .logo svg path {
    fill: #1d1d1b !important;
  }
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list li > div {
  padding: 0 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list li svg {
  height: 100%;
  max-width: 135px;
  -webkit-transition: padding 0.5s ease, -webkit-filter 0.5s ease;
  transition: padding 0.5s ease, -webkit-filter 0.5s ease;
  transition: filter 0.5s ease, padding 0.5s ease;
  transition: filter 0.5s ease, padding 0.5s ease, -webkit-filter 0.5s ease;
  -webkit-transition: filter 0.5s ease, padding 0.5s ease;
  -o-transition: filter 0.5s ease, padding 0.5s ease;
}

.container-salas-club .container-logos-subclubs .razz-subclubs-list li svg path {
  fill: #f9f9f9;
}

.container-salas-club .container-logos-subclubs .bgHover:hover, .container-salas-club .container-logos-subclubs .bgHover:active, .container-salas-club .container-logos-subclubs .bghover:focus {
  background-color: white;
}

.container-salas-club .container-logos-subclubs .bgHover:hover svg path, .container-salas-club .container-logos-subclubs .bgHover:active svg path, .container-salas-club .container-logos-subclubs .bghover:focus svg path {
  fill: #282E3A !important;
}

.container-salas-club .container-subclubs .subclubs {
  display: none;
}

.container-salas-club .container-subclubs .carousel-element .owl-stage-outer .owl-item img {
  height: 463px;
}

.container-salas-club .container-subclubs .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-salas-club .container-subclubs-mobile .subclubs-mobile {
  display: none;
}

.container-salas-club .iconArrow {
  position: absolute;
  width: 15px;
  right: 23px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 40%;
}

.container-salas-club .iconArrow.openIcon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container-salas-club .logo-mobile path {
  fill: #f9f9f9;
}

svg.fillLogo path {
  fill: #282E3A !important;
}

.itemSubClub {
  background-color: #f9f9f9;
}

#microsite-info h3 {
  font-size: 1.071em;
}

#detail-artwork {
  display: contents;
  position: initial;
}

@media (max-width: 766px) {
  #detail-artwork {
    display: block;
  }
}

#detail-artwork img {
  left: 30px;
  bottom: 30px;
  -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.5);
  max-width: 360px;
  position: absolute;
}

@media (max-width: 947px) {
  #detail-artwork img {
    max-width: 280px;
  }
}

@media (max-width: 766px) {
  #detail-artwork img {
    bottom: 0;
    left: 0;
    max-width: inherit;
    position: relative;
  }
}

.bg-razzmatazz-clubs {
  background-image: url("../img/clubs/cabecera-clubs-mini.jpg");
}

@media (min-width: 599px) {
  .bg-razzmatazz-clubs {
    background-image: url("../img/clubs/cabecera-clubs.jpg");
  }
}

.microsite-logo-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

img.microsite-logo {
  position: relative;
  left: 0;
  right: auto;
  top: 0;
  max-width: 100%;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

img.microsite-logo.revealed {
  opacity: 1;
}

@media (min-width: 767px) and (max-width: 947px) {
  img.microsite-logo {
    padding-left: 60px;
  }
}

.agenda-element .ico-share {
  right: 12px;
}

.agenda-element .addthis_sharing_toolbox {
  position: absolute;
  bottom: 70px;
  right: 13px;
}

.agenda-element .microsite-description {
  min-height: 103px;
}

@media (max-width: 766px) {
  .agenda-element .microsite-description {
    min-height: 50px;
  }
}

#residentes-list .owl-stage,
#artworks-list .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 766px) {
  .HACK_better_ico_center {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .HACK_better_ico_center::before {
    margin-left: -15px;
  }
  .HACK_better_ico_center.ico-facebook {
    left: 5px;
  }
  .HACK_better_ico_center.ico-instagram {
    left: 15px;
  }
}

.HACK_better_ico_center::before {
  margin-left: -31px;
}

@media (min-width: 767px) and (max-width: 947px) {
  div.microsite-intro-text {
    padding-left: 60px;
  }
}

@media (min-width: 767px) {
  div.microsite-intro-text {
    padding-right: 20px;
  }
}

@media (min-width: 1199px) {
  div.microsite-intro-text {
    min-height: 275px;
  }
}

.microsite-back-arrow {
  padding-top: 5px;
}

#residentes-list .owl-prev,
#residentes-list .owl-next {
  top: 0;
  height: 58px;
}

#residentes-list .owl-prev:before,
#residentes-list .owl-next:before {
  position: relative;
  top: 100%;
}

@media (max-width: 766px) {
  #residentes-list .owl-prev {
    left: -15px;
  }
  #residentes-list .owl-next {
    right: -15px;
  }
}

#residentes-list img {
  height: 100%;
}

#residentes-list p {
  font-size: 0.857em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}

#residentes-list .title {
  font-size: 1.071em;
  font-weight: 700;
  line-height: initial;
}

#artworks-list .owl-nav .owl-prev, #artworks-list .owl-nav .owl-next {
  top: 17px;
}

@media (max-width: 766px) {
  #residentes-list,
  #artworks-list,
  #gallery-list {
    max-width: calc(100% - 36px);
    margin: 0 auto;
  }
  #residentes-list .carousel-element.small-arrows .owl-next,
  #artworks-list .carousel-element.small-arrows .owl-next,
  #gallery-list .carousel-element.small-arrows .owl-next {
    right: -29px;
  }
  #residentes-list .carousel-element.small-arrows .owl-prev,
  #artworks-list .carousel-element.small-arrows .owl-prev,
  #gallery-list .carousel-element.small-arrows .owl-prev {
    left: -29px;
  }
}

#como-llegar-info {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#como-llegar-info p {
  letter-spacing: 0.04em;
}

#como-llegar-info .gral-btn {
  font-size: 0.857em;
  letter-spacing: 0.08em;
  line-height: 2.2em;
  padding: 9px 12px;
}

#como-llegar-info .gral-btn:before {
  font-size: 1.7rem;
}

#como-llegar-info .gral-btn span {
  padding-left: 26px;
}

#como-llegar-info .gral-btn span:before {
  left: 50px;
}

#como-llegar-info .gral-btn#metro span, #como-llegar-info .gral-btn#coche span, #como-llegar-info .gral-btn#a-pie span {
  padding-left: 12px;
}

#como-llegar-info [class*="ico-"] span {
  padding-left: 0px;
}

.has-mega-banner .btn_obtener_indicaciones {
  left: 15px;
}

@media (max-width: 766px) {
  .microsite-two-buttons .fullShadow3D-gray-light.buy-button-3Dhover-wrapper {
    margin-left: 0;
    margin-right: 14px;
  }
}

.microsite-button {
  padding-right: 0;
  padding-left: 0;
}

.footnote {
  font-size: 11px;
}

.footnote img {
  width: 32px;
  max-width: 100%;
}

h2.razzpromos_title {
  font-weight: 500;
  letter-spacing: 0.020em;
}

@media (min-width: 599px) {
  h2.razzpromos_title {
    margin-top: 127px;
  }
}

@media (max-width: 766px) {
  h2.razzpromos_title {
    font-size: 48px;
  }
}

@media (min-width: 1199px) {
  .promo-separator {
    margin-right: 162px;
    margin-left: 162px;
  }
}

@media (min-width: 767px) {
  .flyer-content {
    padding-left: 40px !important;
  }
}

@media (max-width: 409px) {
  .promo-item {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .promo-item > div {
    padding-left: 0;
    padding-right: 0;
  }
}

#razz-promos-list {
  font-size: 1.071em;
}

#razz-promos-list h2 {
  font-size: 1.714em;
}

#razz-promos-list .w-50 {
  width: calc(50% - 15px) !important;
}

@media (max-width: 947px) {
  #razz-promos-list .w-50 {
    width: calc(50% - 15px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #razz-promos-list .w-50:first-child {
    margin-right: 20px !important;
  }
}

@media (max-width: 409px) {
  #razz-promos-list .w-50 {
    width: 48% !important;
  }
  #razz-promos-list .w-50:first-child {
    margin-right: 0 !important;
  }
}

@media (min-width: 1199px) {
  #razz-promos-list .w-50 {
    width: 30% !important;
  }
}

#razz-promos-list .justify-content-center .fullShadow3D-gray-light.buy-button-3Dhover-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#razz-promos-list .justify-content-center .fullShadow3D-gray-light.buy-button-3Dhover-wrapper a {
  padding-left: 25px;
  padding-right: 25px;
}

#razz-promos-list .pad-section-to-half {
  padding-left: 0px;
}

.has-mega-banner #razz-promos-list .w-50 {
  width: 46% !important;
}

@media (max-width: 409px) {
  .has-mega-banner #razz-promos-list .w-50 {
    width: 48% !important;
  }
  .has-mega-banner #razz-promos-list .w-50:first-child {
    margin-right: 0 !important;
  }
}

#music_page h1 {
  font-family: "Roboto", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56.25px;
}

#music_page h1 .sub-h1 {
  font-size: 96px;
  font-weight: 900;
  line-height: 80px;
}

@media (max-width: 947px) {
  #music_page h1 {
    font-size: 36px;
    line-height: normal;
  }
  #music_page h1 .sub-h1 {
    font-size: 48px;
    line-height: normal;
  }
}

#music_page .sessions {
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  margin-bottom: 80px;
}

@media (max-width: 947px) {
  #music_page .sessions {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

#music_page .b4-playlists ul {
  display: inline-block;
}

#music_page .b4-playlists ul li {
  width: 35%;
}

#music_page .b4-playlists ul li:nth-child(1), #music_page .b4-playlists ul li:nth-child(2) {
  margin-bottom: 10%;
}

#music_page .b4-playlists ul li:nth-child(3), #music_page .b4-playlists ul li:nth-child(4) {
  margin-bottom: 10%;
}

#music_page .b4-playlists ul li:nth-child(1), #music_page .b4-playlists ul li:nth-child(3) {
  margin-right: 25%;
}

@media (max-width: 947px) {
  #music_page .b4-playlists ul li:nth-child(1), #music_page .b4-playlists ul li:nth-child(3) {
    margin-left: 2%;
  }
}

@media (max-width: 766px) {
  #music_page .b4-playlists {
    border-bottom-width: 0;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  #music_page .mixcloud {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 947px) and (max-width: 947px) {
  #music_page .spotify {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#featured .featured-element {
  background-size: cover !important;
  display: inline-block;
  width: 100%;
  height: 340px;
  padding-bottom: 22px;
}

#featured .featured-element .featured-element-bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
}

#featured .featured-element .img-player {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  bottom: -220px;
  position: absolute;
}

#featured .featured-element .info-featured {
  color: #FFFFFF;
  left: 120px;
  max-width: 64%;
  position: absolute;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  top: 140px;
}

#featured .featured-element .info-featured .stats {
  display: table;
}

#featured .featured-element .info-featured .stats span,
#featured .featured-element .info-featured .stats a {
  display: table-cell;
  vertical-align: middle;
}

#featured .featured-element .info-featured .stats .playlist-user {
  padding-right: 15px;
  padding-left: 5px;
}

#featured .featured-element .info-featured .stats .spotify-songs {
  text-transform: uppercase;
}

#featured .featured-element .info-featured .stats .gral-btn:before {
  vertical-align: sub;
}

#featured .featured-element .info-featured h2 {
  color: #FFFFFF;
  font-family: "Roboto", serif;
  font-size: 1.714rem;
}

#featured .featured-element .info-featured a {
  color: #FFFFFF;
}

#featured .featured-element .info-featured a:hover {
  color: #b2b2b2;
}

#featured .featured-element iframe {
  float: none;
  margin: auto;
  width: 90%;
  height: 245px;
  left: 5%;
  position: relative;
  z-index: 1;
  padding: 0;
}

@media (max-width: 947px) {
  #featured .featured-element iframe {
    visibility: hidden;
  }
}

#featured .featured-element .over-player {
  position: absolute;
  max-width: 245px;
  z-index: 3;
  left: 50%;
  margin-left: -122px;
  right: auto;
  top: 15px;
}

#featured .featured-element .mixcloud-player-button,
#featured .featured-element .spotify-player-button {
  background: url("../img/icons/ico-play-pause.svg") no-repeat left;
  background-size: cover;
  border-radius: 50%;
  bottom: 72px;
  left: 50%;
  display: block;
  height: 86px;
  -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
  width: 86px;
  position: absolute;
  z-index: 99;
  margin-left: -43px;
}

#featured .featured-element .mixcloud-player-button:hover,
#featured .featured-element .spotify-player-button:hover {
  border: 2px solid #FFFFFF;
}

#featured .featured-element .mixcloud-player-button.pause-state,
#featured .featured-element .spotify-player-button.pause-state {
  background-position: right;
}

#featured .owl-next {
  right: 28px;
}

#featured .owl-prev {
  left: 28px;
}

#featured .owl-prev, #featured .owl-next {
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#featured .owl-prev:hover, #featured .owl-next:hover {
  color: #FFFFFF;
}

@media (max-width: 766px) {
  #featured .owl-next {
    right: 12px;
  }
  #featured .owl-prev {
    left: 12px;
  }
}

#playmoss-playlists .ico-playmoss:before {
  font-size: 2.2rem !important;
  line-height: 1.6rem !important;
}

@media (max-width: 766px) {
  #playmoss-playlists {
    border-bottom-width: 0;
  }
}

.info-pm {
  color: #FFFFFF;
}

.info-pm img {
  margin-left: 2px;
  width: 58px;
}

.info-pm p {
  font-family: "Roboto Condensed", serif;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 11px;
}

@media (max-width: 766px) {
  .info-pm img {
    margin-left: 2px;
  }
}

@media (max-width: 766px) {
  .sidebar div {
    border-left-width: 0;
    border-right-width: 0;
  }
}

body.has-mega-banner #featured .pad-section-to-0 {
  padding-left: 44px;
  padding-right: 44px;
}

body.has-mega-banner #featured .owl-next {
  right: 10px;
}

body.has-mega-banner #featured .owl-prev {
  left: 10px;
}

@media (max-width: 947px) {
  body.has-mega-banner #featured .featured-element iframe {
    left: 0;
  }
  body.has-mega-banner #featured .over-player {
    right: 12px;
  }
  body.has-mega-banner #featured .owl-next {
    right: 16px;
  }
  body.has-mega-banner #featured .owl-prev {
    left: 16px;
  }
}

@media (min-width: 948px) and (max-width: 1198px) {
  .musicController_index .pad-section-to-half {
    padding-left: 81px;
    padding-right: 81px;
  }
}

@media (max-width: 947px) {
  .musicController_index .pad-section-to-half {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (min-width: 948px) and (max-width: 1198px) {
  .musicController_index .pad-section-to-0 {
    padding-left: 81px;
    padding-right: 81px;
  }
}

@media (max-width: 947px) {
  .musicController_index .pad-section-to-0 {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 766px) {
  .musicController_index .pad-section-to-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .musicController_index .pad-section-to-0 .row-gutter-big {
    margin-left: 0;
    margin-right: 0;
  }
  .musicController_index .pad-section-to-0 .row-gutter-big > div {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 409px) {
  .musicController_index .pad-section-to-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

#music-players-list {
  padding-top: 0;
}

@media (min-width: 767px) {
  #music-players-list {
    padding-top: 28px;
  }
}

.ic-spotify,
.ic-mixcloud,
.ic-song {
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: table;
}

.ic-spotify {
  width: 25px;
  height: 25px;
  background-image: url("../img/icons/ico-spotify.png");
}

.ic-mixcloud {
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/ico-mixcloud.png");
}

.ic-song {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/ico-song.png");
}

.info-mini {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  line-height: 1.2;
  padding: 10px;
  border-radius: 3px;
  width: 227px;
  left: 50%;
  top: 25px;
  z-index: 9;
  margin-left: -113px;
}

.info-mini a {
  color: #FFF;
}

.info-mini h3 {
  display: block;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-mini .info-mini-by {
  margin: -10px 0 2px;
  padding: 0;
  display: block;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-mini .info-mini-player {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 189px;
  display: block;
  padding: 4px 10px 4px 6px;
  left: 0px;
}

.info-mini .info-mini-player .ic-mixcloud, .info-mini .info-mini-player .ic-spotify {
  float: left;
}

.info-mini .info-mini-player a {
  float: right;
  top: 5px;
  position: relative;
}

@media (min-width: 948px) and (max-width: 1198px) {
  .info_page .pad-section-to-half, .info_page .pad-section-to-0 {
    padding-left: 81px;
    padding-right: 81px;
  }
}

.info_page.has-mega-banner .pad-section-to-half {
  padding-left: 81px;
  padding-right: 81px;
}

@media (max-width: 766px) {
  .info_page.has-mega-banner .pad-section-to-half {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.info_page .info-submenu nav {
  width: 100%;
}

.info_page .info-submenu nav ul {
  width: 100%;
}

.info_page .info-submenu nav li {
  width: 18%;
}

.info_page .info-submenu nav li h1 {
  width: initial;
}

.info_page .info-submenu nav li a {
  background-color: #FFFFFF;
  color: #292f3c;
  display: block;
  -webkit-filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.2));
  font-size: 1.286em;
  font-family: "Roboto Condensed", serif;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.info_page .info-submenu nav li a:hover {
  background-color: #292f3c;
  color: #FFFFFF;
}

@media (max-width: 1398px) {
  .info_page .info-submenu nav li {
    width: 50%;
  }
}

@media (max-width: 947px) {
  .info_page .info-submenu li:first-child {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .info_page .info-submenu li:first-child h1 {
    font-size: 3.429em;
    line-height: 0;
  }
}

.info_page #razzmatazz h1 {
  color: #292f3c;
  font-family: "Roboto Condensed", serif;
  font-size: 1.714em;
}

.info_page #razzmatazz .video {
  background-color: #FFFFFF;
  border: 17px solid #FFFFFF;
  border-bottom-width: 24px;
  -webkit-filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.2));
  margin: auto;
}

.info_page #razzmatazz .video .player-video-bg {
  background: #000000 url("../img/info/videoPoster.png") no-repeat left;
  background-size: contain;
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.info_page #razzmatazz .video .play-video {
  cursor: pointer;
}

.info_page #razzmatazz .video .play-video:hover {
  opacity: 0.9;
}

.info_page #razzmatazz .video #vplayer {
  display: none;
}

@media (max-width: 766px) {
  .info_page #razzmatazz .video {
    border-width: 14px;
    width: 100%;
  }
  .info_page #razzmatazz .video .play-video {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }
  .info_page #razzmatazz .video #vplayer {
    display: block;
  }
  .info_page #razzmatazz > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.info_page #reminiscence {
  -webkit-transition: height .5s;
  transition: height .5s;
  height: 500px;
  min-height: 250px;
  overflow-y: hidden;
}

.info_page #reminiscence .logo {
  width: 36px;
}

.info_page #reminiscence #past-years h2 {
  font-size: 32px !important;
}

.info_page #reminiscence #past-years p {
  font-family: "Roboto Condensed", serif;
  letter-spacing: 0.01em;
  text-align: center;
}

.info_page #reminiscence #past-years .owl-nav {
  left: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
}

.info_page #reminiscence #past-years .owl-next {
  right: 28px;
}

.info_page #reminiscence #past-years .owl-next:hover {
  color: white;
  opacity: 0.6;
}

.info_page #reminiscence #past-years .owl-prev {
  left: 28px;
}

.info_page #reminiscence #past-years .owl-prev:hover {
  color: white;
  opacity: 0.6;
}

.info_page #reminiscence #past-years .owl-dots {
  bottom: 0;
  top: 0;
}

@media (max-width: 947px) {
  .info_page #reminiscence #past-years {
    max-height: unset;
    padding-right: 14px !important;
  }
  .info_page #reminiscence #past-years .owl-next {
    right: 8px;
  }
  .info_page #reminiscence #past-years .owl-prev {
    left: 8px;
  }
}

.info_page #faqs .accordeon-faq p:first-child {
  cursor: pointer;
}

.info_page #faqs .accordeon-faq p:nth-child(2) {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: hidden;
  line-height: 22.5px;
  max-height: 0;
}

@media (min-width: 599px) {
  .info_page #faqs .accordeon-faq p:nth-child(2) {
    margin-left: 44px;
  }
}

@media (max-width: 766px) {
  .info_page #faqs .accordeon-faq p:nth-child(2) {
    margin-left: 40px;
  }
}

.info_page #faqs .accordeon-faq.active p:nth-child(2) {
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 300px;
}

@media (max-width: 766px) {
  .info_page #faqs .accordeon-faq.active p:nth-child(2) {
    margin-top: 6px;
  }
}

.info_page #faqs .accordeon-faq p span {
  margin-right: 21px;
  border: 2px solid #F9F9F9;
  border-radius: 50%;
  display: block;
  float: left;
  height: 24px;
  position: relative;
  width: 24px;
}

@media (max-width: 409px) {
  .info_page #faqs .accordeon-faq p span {
    margin-right: 17px;
  }
}

.info_page #faqs .accordeon-faq p span:before, .info_page #faqs .accordeon-faq p span:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 14px;
  top: 3px;
  width: 2px;
  background-color: #F9F9F9;
}

.info_page #faqs .accordeon-faq p span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 766px) {
  .info_page #faqs .accordeon-faq p span + strong {
    display: inline-block;
    margin-left: 40px;
    line-height: 22px;
  }
  .info_page #faqs .accordeon-faq p span {
    position: absolute;
  }
}

.info_page #faqs .accordeon-faq.active p span:before {
  display: none;
}

@media (max-width: 766px) {
  .info_page #faqs > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.info_page #vip h3 {
  background-color: #db0d15;
  display: inline-block;
  font-size: 1.143em;
  color: #000;
  font-weight: bold;
}

.info_page #vip img {
  max-width: 272px;
}

@media (max-width: 766px) {
  .info_page #vip .row-gutter-big > div {
    padding-left: 0;
    padding-right: 0;
  }
  .info_page #vip img {
    max-width: 302px;
  }
  .info_page #vip h3 {
    font-size: 0.857em;
  }
}

@media (min-width: 948px) and (max-width: 1198px) {
  .info_page #contact .pad-section-to-small {
    padding-left: 81px;
    padding-right: 81px;
  }
}

.info_page #contact .col-12:first-child, .info_page #contact #search_mobile input:first-child, #search_mobile .info_page #contact input:first-child {
  padding-right: 40px;
}

.info_page #contact .col-12:first-child [class*="ico-"] span, .info_page #contact #search_mobile input:first-child [class*="ico-"] span, #search_mobile .info_page #contact input:first-child [class*="ico-"] span {
  padding-left: unset;
}

.info_page #contact .col-12:last-child, .info_page #contact #search_mobile input:last-child, #search_mobile .info_page #contact input:last-child {
  padding-left: 40px;
}

@media (max-width: 947px) {
  .info_page #contact .col-12:first-child, .info_page #contact #search_mobile input:first-child, #search_mobile .info_page #contact input:first-child {
    padding-right: 14px;
  }
  .info_page #contact .col-12:last-child, .info_page #contact #search_mobile input:last-child, #search_mobile .info_page #contact input:last-child {
    padding-left: 14px;
  }
}

@media (max-width: 766px) {
  .info_page #contact .col-12:first-child, .info_page #contact #search_mobile input:first-child, #search_mobile .info_page #contact input:first-child, .info_page #contact .col-12:last-child, .info_page #contact #search_mobile input:last-child, #search_mobile .info_page #contact input:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.info_page .has-mega-banner #contact .pad-section-to-half {
  padding-left: 81px;
  padding-right: 81px;
}

#player {
  height: 100%;
}

#youtube_video_wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  max-height: 692px !important;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 947px) {
  #youtube_video_wrapper {
    height: 324px !important;
  }
}

#videoDiv {
  width: 100%;
  position: relative;
}

#videoDiv video {
  width: 100%;
}

#videoDiv .vid {
  position: absolute;
  top: 0;
  left: 0;
}

#videoDiv .play-video {
  -o-object-fit: cover;
     object-fit: cover;
}

#videoDiv .containerTitle {
  position: absolute;
  top: 30%;
}

#videoDiv .titleInfo h1 {
  font-size: 48px;
  line-height: 0.5;
}

#videoDiv .titleInfo p.subtitle {
  font-size: 96px;
  line-height: 1.2;
}

#videoDiv .player {
  cursor: pointer;
}

#videoDiv .groupPic {
  opacity: 0.6;
}

@media (max-width: 1198px) {
  #videoDiv .groupPic {
    opacity: 1;
  }
}

#titleMobile {
  padding-top: 130px;
  padding-left: 21px;
}

#titleMobile .titleInfoMobile {
  font-size: 36px;
}

@media (max-width: 409px) {
  #titleMobile .titleInfoMobile {
    font-size: 30px;
  }
}

#titleMobile p.subtitle {
  font-size: 48px;
}

@media (max-width: 409px) {
  #titleMobile p.subtitle {
    font-size: 40px;
  }
}

#infoRazzmatazz .title {
  font-size: 40px;
}

#infoRazzmatazz .bodyText {
  width: 90%;
}

#infoRazzmatazz .bodyText p {
  font-size: 20px;
  color: #f9f9f9;
}

#infoRazzmatazz .bodyText.artistsInfoPink {
  width: 100% !important;
}

#infoRazzmatazz .bodyText span {
  color: #E9ACDF !important;
}

@media (max-width: 1398px) {
  #infoRazzmatazz .bodyText {
    width: 100%;
  }
}

@media (max-width: 947px) {
  #infoRazzmatazz .title {
    font-size: 24px;
  }
  #infoRazzmatazz p {
    font-size: 16px;
  }
  #infoRazzmatazz .bodyText p {
    font-size: 14px;
  }
}

#reminiscence .titleWonderful {
  font-size: 40px;
  margin-bottom: 15px;
}

#reminiscence .yearWonderful {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 40px;
}

#reminiscence .artists {
  font-size: 24px;
  line-height: 30px;
}

#banner-igualdad .home-buttons {
  height: 72px;
  max-width: 273px;
  padding: 22px 28px;
}

@media (max-width: 947px) {
  #banner-igualdad .home-buttons {
    height: 48px;
    padding: 12px;
  }
}

#banner-igualdad .banner {
  height: 160px;
  position: relative;
}

#banner-igualdad .banner.home {
  margin-top: 150px;
}

@media (max-width: 947px) {
  #banner-igualdad .banner.home {
    margin-top: 0px;
  }
}

#banner-igualdad .banner.denuncias {
  height: 150px;
}

#banner-igualdad .banner .color-container {
  background-color: #822BE1;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#banner-igualdad .banner .items-container {
  position: absolute;
  padding: 30px 30px;
}

#banner-igualdad .banner .items-container .place-items {
  place-items: center;
}

#banner-igualdad .banner p.text-discover {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-size: 36px;
}

@media screen and (max-width: 769px) {
  #banner-igualdad .banner p.text-discover {
    font-size: 23px;
  }
}

@media (max-width: 766px) {
  #banner-igualdad .banner {
    height: 316px;
  }
  #banner-igualdad .banner .text-discover {
    max-width: 290px;
    font-size: 32px !important;
  }
  #banner-igualdad .banner .items-container {
    padding: 30px 16px 30px 16px;
  }
  #banner-igualdad .banner .home-buttons {
    max-width: unset;
  }
  #banner-igualdad .banner.denuncias {
    height: 230px;
  }
}

@media screen and (min-width: 767px) and (max-width: 880px) {
  #banner-igualdad .banner .text-discover {
    font-size: 27px !important;
  }
}

#faqs {
  color: #f9f9f9;
  margin-top: 60px;
}

#faqs .title {
  font-size: 40px;
}

#faqs .accordeon-faq {
  font-size: 20px;
}

#faqs a {
  color: white;
  text-decoration: underline;
}

#faqs a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

@media (max-width: 947px) {
  #faqs .title {
    font-size: 24px;
  }
  #faqs .accordeon-faq p {
    font-size: 16px;
  }
}

#vip {
  background: url("../img/info/vipBackground.png") no-repeat left;
  background-size: cover;
  height: 736px;
  padding-left: 15px;
  padding-right: 15px;
}

#vip .razzVipTitle {
  font-size: 40px;
  font-family: "Roboto Condensed", serif;
  margin-top: 24px;
}

#vip .title2Vip {
  font-size: 24px;
  margin-top: 50px;
}

#vip .textVip {
  font-size: 20px;
}

#vip .linkRazzVip {
  font-size: 20px;
}

#vip .linkRazzVip a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

@media (max-width: 947px) {
  #vip .razzVipTitle {
    font-size: 23px;
  }
  #vip .title2Vip {
    font-size: 16px;
  }
  #vip .textVip {
    font-size: 14px;
  }
  #vip .linkRazzVip {
    margin-top: 50px;
  }
}

@media (max-width: 409px) {
  #vip .linkRazzVip {
    margin-top: 10px;
  }
}

#location .containerTitle, #contact .containerTitle {
  margin-top: 60px;
  margin-bottom: 40px;
}

#location span.pad, #contact span.pad {
  padding-right: 40px;
}

#location .title, #contact .title {
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 947px) {
  #location .title, #contact .title {
    font-size: 23px;
  }
  #location span.pad, #contact span.pad {
    padding-right: 20px;
  }
  #location .containerTitle, #contact .containerTitle {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 383px) {
  #location span.pad, #contact span.pad {
    padding-right: 10px !important;
  }
}

#contact .subtitle {
  font-size: 24px;
}

@media (max-width: 947px) {
  #contact {
    padding-right: 15px;
    padding-left: 15px;
  }
  #contact .subtitle {
    font-size: 16px;
  }
}

.bg-blur-info {
  background-image: url("../img/info/infoBackgroundWonderful.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 947px) {
  h1.white-grey-shadow {
    font-size: 3.429em;
  }
}

@media (max-width: 766px) {
  h1.white-grey-shadow {
    font-size: 2.571em;
  }
}

#razz-events #header-slider {
  height: 692px;
  width: 100%;
}

#razz-events #header-slider img {
  height: 692px;
  -o-object-fit: cover;
     object-fit: cover;
}

#razz-events #header-slider img.logo {
  height: 100% !important;
  width: 479px;
  margin-top: 65px;
}

#razz-events #header-slider .titleLogo {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#razz-events #header-slider .carousel-element .owl-stage-outer .owl-item img {
  height: auto !important;
}

@media (max-width: 1198px) {
  #razz-events #header-slider {
    height: 484px;
  }
  #razz-events #header-slider img {
    height: 484px;
  }
}

#razz-events .subtitleEvent {
  font-size: 40px;
  font-family: "Roboto Condensed", serif;
}

#razz-events .subtitleEvent.titleSpaces {
  margin-top: 60px;
  margin-bottom: 20px;
}

#razz-events .infoRazzEvents p.text {
  font-size: 20px;
}

#razz-events .infoRazzEvents ul.blueEvents {
  margin-top: 30px;
  margin-bottom: 30px;
}

#razz-events .infoRazzEvents ul.blueEvents li {
  color: #75CBEF !important;
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  width: inherit;
}

#razz-events .infoRazzEvents ul.blueEvents li:after {
  font-weight: 700;
  content: "\B7";
}

#razz-events .infoRazzEvents ul.blueEvents li:last-child:after {
  font-weight: 700;
  content: "";
}

#razz-events .owl-stage {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

#razz-events .titleSala {
  font-size: 36px;
  font-family: "Roboto Condensed", serif;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media (max-width: 1198px) {
  #razz-events .carousels-salas {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#razz-events .infoSala {
  font-size: 20px;
}

@media (max-width: 1198px) {
  #razz-events .infoSala {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#razz-events .infoSala ul {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 30px;
}

#razz-events .infoSala li {
  font-size: 20px;
  font-weight: 700;
  margin: auto;
}

#razz-events .infoSala li img {
  width: 24px;
  height: 24px;
}

#razz-events .infoSala li img.chair-icon {
  content: url("../img/icons/ico-chair.svg");
}

#razz-events .infoSala li img.service-icon {
  content: url("../img/icons/ico-service.svg");
}

#razz-events .infoSala li img.coctail-icon {
  content: url("../img/icons/ico-coctail.svg");
}

#razz-events .infoSala li img.max-icon {
  content: url("../img/icons/ico-maximize.svg");
}

#razz-events .salas .carousel-element .owl-stage-outer .owl-item img {
  height: 465px;
}

#razz-events .salas .owl-carousel {
  height: 465px;
}

#razz-events .titleMobile {
  padding-top: 130px;
  margin-bottom: 10px;
}

#razz-events .titleMobile img.logo {
  width: 214px !important;
  height: 134px !important;
}

#razz-events .carousel-element {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#razz-events .textContact {
  font-size: 20px;
}

#razz-events .reservaText {
  font-size: 36px;
  font-family: "Roboto Condensed", serif;
}

#razz-events .salaRazzInfo #infoRazzInclude .titleSalaRazz {
  font-size: 36px;
  font-family: "Roboto Condensed", serif;
}

@media (max-width: 947px) {
  #razz-events .salaRazzInfo #infoRazzInclude .titleSalaRazz {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
  #razz-events .salas .carousel-element .owl-stage-outer .owl-item img {
    height: 500px;
  }
  #razz-events .salas .owl-carousel {
    width: inherit;
    height: 500px;
  }
}

@media (max-width: 947px) {
  #razz-events .subtitleEvent {
    font-size: 24px;
  }
  #razz-events .reservaText {
    font-size: 20px;
    font-family: "Roboto Condensed", serif;
  }
  #razz-events .infoRazzEvents p.text {
    font-size: 14px;
  }
  #razz-events .textContact {
    font-size: 14px;
  }
  #razz-events .infoSala {
    font-size: 14px;
  }
  #razz-events .infoSala li {
    font-size: 16px;
  }
  #razz-events .salas .carousel-element .owl-stage-outer .owl-item img {
    height: 323px;
  }
  #razz-events .salas .owl-carousel {
    width: inherit;
    height: 323px;
  }
}

#razz-events .desc {
  padding-right: 20px;
}

#razz-events .desc img {
  width: 56%;
}

#razz-events .desc h3 {
  font-family: "Roboto Condensed", serif;
  font-size: 1.714em;
}

#razz-events .picts {
  padding-left: 20px;
}

#razz-events .picts img {
  border: 8px solid #FFFFFF;
}

#razz-events .picts ul li {
  width: 48.5%;
}

#razz-events .type-event li {
  font-size: 1.143em;
}

@media (min-width: 948px) and (max-width: 1198px) {
  #razz-events.pad-section-to-half {
    padding-left: 81px;
    padding-right: 81px;
  }
}

@media (max-width: 947px) {
  #razz-events .desc {
    padding-right: 14px;
  }
  #razz-events .picts {
    padding-left: 14px;
  }
  #razz-events .picts li {
    width: 100%;
  }
}

@media (max-width: 766px) {
  #razz-events .row-gutter-big {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 409px) {
  #razz-events .desc, #razz-events .picts {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media (min-width: 948px) and (max-width: 1198px) {
  #spaces .pad-section-to-half {
    padding-left: 81px;
    padding-right: 81px;
  }
}

#spaces h3 {
  color: #292f3c;
  font-family: "Roboto Condensed", serif;
  font-size: 1.714em;
}

#spaces .info li {
  width: 25%;
}

#spaces .info li span {
  font-size: 0.857em;
}

#spaces .carousel-element.club-gallery {
  max-height: unset;
}

#spaces .col-12:first-child, #spaces #search_mobile input:first-child, #search_mobile #spaces input:first-child {
  padding-right: 24px;
}

#spaces .col-12:last-child, #spaces #search_mobile input:last-child, #search_mobile #spaces input:last-child {
  padding-left: 24px;
}

@media (max-width: 947px) {
  #spaces .col-12:first-child, #spaces #search_mobile input:first-child, #search_mobile #spaces input:first-child {
    padding-right: 14px;
  }
  #spaces .col-12:last-child, #spaces #search_mobile input:last-child, #search_mobile #spaces input:last-child {
    padding-left: 14px;
  }
}

@media (max-width: 766px) {
  #spaces .row-gutter-big {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 409px) {
  #spaces .col-12:first-child, #spaces #search_mobile input:first-child, #search_mobile #spaces input:first-child, #spaces .col-12:last-child, #spaces #search_mobile input:last-child, #search_mobile #spaces input:last-child {
    padding-left: inherit;
    padding-right: inherit;
  }
}

#clients ul li {
  color: #75CBEF !important;
  font-family: "Roboto Condensed", serif;
  font-size: 24px;
  width: inherit;
}

#clients ul li:nth-child(odd) {
  font-weight: 700;
}

#clients ul li:after {
  font-weight: 700;
  content: "\B7";
}

#clients ul li:last-child:after {
  font-weight: 700;
  content: "";
}

@media (max-width: 947px) {
  #clients ul li {
    font-size: 20px;
  }
}

#party .col-12:first-child, #party #search_mobile input:first-child, #search_mobile #party input:first-child {
  padding-right: 30px;
}

#party .col-12:last-child, #party #search_mobile input:last-child, #search_mobile #party input:last-child {
  padding-left: 30px;
}

@media (max-width: 947px) {
  #party .col-12:first-child, #party #search_mobile input:first-child, #search_mobile #party input:first-child {
    padding-right: 14px;
  }
  #party .col-12:last-child, #party #search_mobile input:last-child, #search_mobile #party input:last-child {
    padding-left: 14px;
  }
}

@media (max-width: 766px) {
  #party .row-gutter-big {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 409px) {
  #party .col-12:first-child, #party #search_mobile input:first-child, #search_mobile #party input:first-child, #party .col-12:last-child, #party #search_mobile input:last-child, #search_mobile #party input:last-child {
    padding-left: inherit;
    padding-right: inherit;
  }
}

.ridersTitle {
  font-family: "Roboto Condensed", serif;
  font-size: 48px;
}

@media (max-width: 1198px) {
  .ridersTitle {
    font-size: 36px;
  }
}

.ridersSalaTitle {
  font-family: "Roboto Condensed", serif;
  font-size: 96px;
}

@media (max-width: 1198px) {
  .ridersSalaTitle {
    font-size: 48px;
    font-weight: 900 !important;
  }
}

#riders .numSalaTitle {
  font-size: 24px;
}

#riders .textPreferencia {
  font-size: 20px;
}

#riders ul > li ul {
  padding-top: 38px;
  padding-bottom: 38px;
}

#riders ul > li ul li {
  width: 24%;
}

#riders ul > li ul li h2 {
  font-family: "Roboto Condensed", serif;
  font-size: 2.571em;
}

#riders ul > li ul li:first-child {
  width: 18%;
}

#riders ul > li ul li:nth-child(2), #riders ul > li ul li:nth-child(3) {
  margin-right: 3%;
  padding-right: 6%;
}

#riders ul > li ul li:nth-child(4) {
  width: 18%;
}

#riders .info span {
  font-size: 1.286em;
  padding-bottom: 4px;
}

@media (max-width: 1198px) {
  #riders ul > li ul li:nth-child(2), #riders ul > li ul li:nth-child(3) {
    margin-right: 1%;
    padding-right: 4%;
  }
  #riders ul > li ul li:nth-child(4) {
    width: 20%;
  }
}

@media (max-width: 947px) {
  #riders .textPreferencia {
    font-size: 16px;
  }
  #riders ul > li ul li {
    width: 100%;
  }
  #riders ul > li ul li:first-child, #riders ul > li ul li:nth-child(4) {
    width: 100%;
  }
  #riders ul > li ul li:nth-child(2), #riders ul > li ul li:nth-child(3) {
    border: 0;
    padding-right: 0;
  }
  #riders ul > li ul li > div {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 948px) and (max-width: 1198px) {
  #contact-info .pad-section-to-half {
    padding-left: 81px;
    padding-right: 81px;
  }
}

#contact-info .col-12:first-child, #contact-info #search_mobile input:first-child, #search_mobile #contact-info input:first-child {
  padding-right: 40px;
}

#contact-info .col-12:first-child [class*="ico-"] span, #contact-info #search_mobile input:first-child [class*="ico-"] span, #search_mobile #contact-info input:first-child [class*="ico-"] span {
  padding-left: unset;
}

@media (min-width: 767px) {
  #contact-info .col-12:last-child, #contact-info #search_mobile input:last-child, #search_mobile #contact-info input:last-child {
    padding-left: 40px;
  }
}

@media (max-width: 766px) {
  #contact-info .row-gutter-big {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 409px) {
  #contact-info .col-12:first-child, #contact-info #search_mobile input:first-child, #search_mobile #contact-info input:first-child, #contact-info .col-12:last-child, #contact-info #search_mobile input:last-child, #search_mobile #contact-info input:last-child {
    padding-left: inherit;
    padding-right: inherit;
  }
}

#prensaContacto .prensaTitle {
  font-size: 48px;
  font-family: "Roboto Condensed", serif;
}

#prensaContacto .razzTitle {
  font-size: 96px;
  font-family: "Roboto Condensed", serif;
}

@media (max-width: 947px) {
  #prensaContacto .prensaTitle {
    font-size: 36px;
  }
  #prensaContacto .razzTitle {
    font-size: 48px;
  }
}

#prensaContacto .mailPrensa {
  font-size: 24px;
}

#prensaContacto .mailPrensa a {
  text-decoration: underline;
  color: white !important;
}

#prensaContacto .mailPrensa a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 947px) {
  #prensaContacto .mailPrensa {
    font-size: 20px;
  }
}

#infoRazzInclude .textPreferencia {
  font-size: 20px;
}

#infoRazzInclude .titleSalaRazz, #infoRazzInclude .direccionRazz {
  font-size: 20px;
}

#infoRazzInclude .numsRazz {
  font-size: 24px;
}

#infoRazzInclude a {
  text-decoration: underline;
  color: white !important;
}

#infoRazzInclude a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media (max-width: 947px) {
  #infoRazzInclude .textPreferencia, #infoRazzInclude .titleSalaRazz {
    font-size: 16px;
  }
  #infoRazzInclude .direccionRazz {
    font-size: 14px;
  }
  #infoRazzInclude .numsRazz {
    font-size: 20px;
  }
}

.tourTitle {
  margin-bottom: 30px;
  margin-top: 70px;
}

.virtual_tour_wrapper {
  border: none;
  height: 100vh;
  max-height: 600px;
}

#text_to_copy {
  position: fixed;
  width: 100px;
  height: 20px;
  background: transparent;
  color: transparent;
  top: 0;
  right: -150;
  z-index: 9999999;
  overflow: hidden;
}

body.admin {
  background: #FFF;
  color: #292f3c;
}

.newsletter_admin_wrapper {
  position: relative;
  display: block;
  margin: 0 20px;
  padding: 30px 0;
  background: #FFF;
}

.newsletter_admin_wrapper h3 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

body.preview-newsletter-on .newsletter_admin_wrapper {
  left: 40%;
  max-width: 60%;
}

#newsletter_preview {
  border: none;
}

.newsletter_date {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  margin: 5px 0 8px 0;
}

.newsletter_sublist {
  display: block;
  position: relative;
  width: calc(100% + 10px);
}

.newsletter_sublist li {
  display: inline-block;
  width: calc(20% - 6px);
  vertical-align: top;
}

.newsletter_sublist li img {
  display: block;
}

.output-message {
  text-align: center;
}

.newsletter_player_item,
.newsletter_agenda_item,
.newsletter_promo_item {
  padding: 4px;
  border: 1px solid #ccc;
  margin-bottom: 4px;
  display: block;
  width: 100%;
}

.newsletter_player_item img,
.newsletter_agenda_item img,
.newsletter_promo_item img {
  max-width: 100px;
}

.newsletter_player_item:hover,
.newsletter_agenda_item:hover,
.newsletter_promo_item:hover {
  background: #000;
  color: #FFF;
  cursor: pointer;
}

.newsletter_player_item:active,
.newsletter_agenda_item:active,
.newsletter_promo_item:active {
  position: relative;
  top: 2px;
}

.newsletter_player_item.check_selected,
.newsletter_agenda_item.check_selected,
.newsletter_promo_item.check_selected {
  background: #292f3c !important;
  color: #FFF;
}

.newsletter_player_item.check_selected:hover,
.newsletter_agenda_item.check_selected:hover,
.newsletter_promo_item.check_selected:hover {
  background: #292f3c !important;
}

.newsletter_promo_item {
  display: inline-block;
  width: calc(20% - 5px);
  vertical-align: top;
}

.newsletter_promo_item img {
  display: block;
}

.row_selector.checked ~ .newsletter_agenda_item {
  background: #d1d6e0;
}

.admin-newsletter-controls {
  position: fixed;
  width: 100%;
  background: #292f3c;
  bottom: 0;
  left: 0;
  height: 100px;
  z-index: 99;
  padding: 20px;
  color: #FFF;
}

.admin-newsletter-controls label {
  padding-left: 8px;
  margin-right: 8px;
  color: #FFF !important;
  font-weight: normal;
}

.admin-newsletter-controls .col_50 {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
  top: 8px;
}

.admin-newsletter-controls .col_50:nth-child(2) {
  float: right;
  text-align: right;
}

.admin-newsletter-controls label[for='daterange'] {
  position: absolute;
  top: -16px;
  margin-left: 9px;
}

.admin-newsletter-controls input#daterange {
  position: relative;
  height: 33px;
  top: 4px;
  margin-left: 18px;
  width: 170px;
}

.custom_header {
  margin-bottom: 30px;
}

.custom_header button {
  position: relative;
  top: -10px;
}

.custom_header input[type="text"],
.custom_header textarea {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  display: block;
  border: 1px solid black;
  padding: 2px 4px;
}

.custom_header .load_imagen {
  position: relative;
  width: 70px;
  height: auto;
  background: #CCCCCC;
  display: inline-block;
  min-height: 70px;
  margin-right: 10px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsletter_text_input {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: block;
  border: 1px solid black;
  padding: 2px 4px;
}

.nav-location-step-in-cart {
  margin-top: 10px;
  color: #FFFFFF;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
}

.nav-location-step-in-cart .logo img {
  height: 90px;
  width: 311px;
  position: relative;
}

@media (max-width: 947px) {
  .nav-location-step-in-cart .logo img {
    height: 53px;
    width: 183.14px;
  }
}

.nav-location-step-in-cart .logo img:hover {
  opacity: 0.7;
}

.nav-location-step-in-cart .container-steps {
  text-align: center;
  margin-top: 9px;
}

.nav-location-step-in-cart .container-steps a {
  color: #D9D9D9;
}

.nav-location-step-in-cart .container-steps a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.nav-location-step-in-cart .text {
  color: #D9D9D9;
  line-height: 28px;
  margin-right: 12px;
  display: inline-block;
  margin-bottom: 0;
}

.nav-location-step-in-cart .active {
  line-height: 28px;
  color: white;
  font-weight: 700;
}

.nav-location-step-in-cart .flecha {
  margin-right: 12px;
  display: inline-block;
  height: 11px;
  width: 7px;
}

.nav-title-step-in-cart {
  margin-top: 29px;
}

.nav-title-step-in-cart p {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 30px;
}

@media (max-width: 947px) {
  .nav-title-step-in-cart p {
    font-size: 16px;
    font-weight: 700;
  }
}

.nav-title-step-in-cart.step1 .container-link-shop {
  padding: 5.5px;
  padding-top: 0px;
}

.nav-title-step-in-cart.step1 .container-link-shop p {
  font-size: 14px;
}

.nav-title-step-in-cart.step1 .container-link-shop p img {
  margin-right: 4px;
  width: 8px;
}

.nav-title-step-in-cart.step1 .container-link-shop p a {
  color: #FF6704;
  font-weight: 700;
}

.nav-title-step-in-cart.step1 .container-link-shop p a:hover span {
  text-decoration: underline;
  opacity: 0.85;
}

@media screen and (max-width: 321px) {
  .nav-title-step-in-cart.step1 .container-link-shop p {
    padding-top: 2px;
  }
  .nav-title-step-in-cart.step1 .container-link-shop p img {
    margin-bottom: 1px;
  }
}

.text-continue-buy {
  font-size: 16px;
}

.cart-step {
  font-family: "Roboto", serif;
  color: #FFFFFF;
}

.cart-step .button-std {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 16px;
  border: solid 1px white;
  border-radius: 25px;
  padding: 5px 40px;
  margin-left: 30px;
  cursor: pointer;
}

.cart-step .button-std:hover {
  background: #FFFFFF;
  color: #282e3a;
}

@media (max-width: 947px) {
  .cart-step .button-std {
    font-size: 14px;
  }
}

.cart-step .without_stock {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.cart-step .without_productos {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.cart-step .containerTotalPrices {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 14px;
}

.cart-step .containerTotalPrices .discount-price .disc-code {
  margin-top: 10px;
}

.cart-step .containerTotalPrices .discount-price #total {
  font-size: 24px;
}

@media (max-width: 947px) {
  .cart-step .containerTotalPrices .discount-price #total {
    font-size: 21px;
  }
}

.cart-step .cart-right .container-title {
  font-size: 18px;
  margin-bottom: 35px;
}

.cart-step .cart-right .container-title p {
  margin: 0;
}

.cart-step .cart-right .container-discount {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px white;
}

.cart-step .cart-right .container-discount .add_discount {
  font-size: 12px;
  cursor: pointer;
  color: #C9C9C9;
  font-weight: 700;
}

.cart-step .cart-right .container-discount .error-form {
  font-size: 10px;
  color: red;
}

.cart-step .cart-right .container-discount .container-input-discount {
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.cart-step .cart-right .container-discount .discount_status_container {
  display: none;
}

.cart-step .cart-right .container-discount .discount_status_container.ok {
  border: 1px solid #28a745;
}

@media (max-width: 1398px) {
  .cart-step .cart-right .container-discount .discount_status_container.ok {
    max-width: 380px;
  }
}

.cart-step .cart-right .container-discount .discount_status_container .discount_status {
  padding: 10px;
}

.cart-step .cart-right .container-discount .discount_status_container .discount_status.discount_status_ok {
  padding: 5px 55px;
}

.cart-step .cart-right .container-discount .discount_status_container .discount_status.discount_status_ok p {
  color: #28a745;
}

.cart-step .cart-right .container-discount .discount_status_container .discount_status.discount_status_ok img {
  width: 24px;
  margin-left: 7px;
}

@media (max-width: 947px) {
  .cart-step .cart-right .container-discount .discount_status_container .discount_status.discount_status_ok {
    padding: 5px 49px;
  }
}

@media (max-width: 409px) {
  .cart-step .cart-right .container-discount .discount_status_container .discount_status.discount_status_ok {
    padding: 5px 14px;
  }
}

@media (max-width: 1398px) {
  .cart-step .cart-right .container-discount .discount_status_container .discount_status {
    max-width: 380px;
  }
}

.cart-step .cart-right .container-subtotal p {
  font-size: 14px;
}

.cart-step .cart-right .container-minipopup-info img {
  width: 17px;
  cursor: pointer;
}

.cart-step .cart-right .container-minipopup-info .element-minipopup {
  max-width: 171px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 5px;
  position: absolute;
  bottom: 37px;
  left: 56px;
  background: #ffffffd6;
  color: #282E3A !important;
  text-align: center;
}

.cart-step .cart-right .container-minipopup-info:hover .element-minipopup {
  display: block !important;
}

@media (max-width: 947px) {
  .cart-step .cart-right {
    margin-top: 33px !important;
  }
}

.cart-step .info-right-extra-payment {
  margin-top: 77px;
  margin-bottom: 110px;
}

.cart-step .info-right-extra-payment .column-icons {
  margin-bottom: 12px;
  text-align: center;
}

.cart-step .info-right-extra-payment .column-icons img {
  width: 170px;
}

.cart-step .info-right-extra-payment .text-general {
  font-size: 12px;
  color: #C4C4C4 !important;
}

.cart-step .container-total-price-right {
  font-size: 18px;
}

.cart-step .container-total-price-right del {
  font-size: 24px;
}

.cart-step .container-total-price-right .value {
  font-size: 24px;
}

@media (max-width: 947px) {
  .cart-step .container-total-price-right del, .cart-step .container-total-price-right .value {
    font-size: 21px;
  }
}

.cart-step .contianer-items-cart {
  font-size: 16px;
}

.cart-step .contianer-items-cart .item-carrito .infoProds {
  padding-left: 31px;
}

@media (max-width: 947px) {
  .cart-step .contianer-items-cart .item-carrito .infoProds {
    padding-left: 10px;
  }
}

.cart-step .contianer-items-cart .item-carrito .reference_product {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
}

.cart-step .contianer-items-cart .item-carrito .talla_product {
  font-size: 12px;
  margin: 0;
}

.cart-step .contianer-items-cart .item-carrito .delete-trashing {
  cursor: pointer;
}

.cart-step .contianer-items-cart .item-carrito .delete-trashing img.delete-product.trash:hover {
  opacity: 0.7;
}

.cart-step .contianer-items-cart .item-carrito .price_product {
  font-size: 24px;
}

@media (max-width: 947px) {
  .cart-step .contianer-items-cart .item-carrito .price_product {
    font-size: 16px;
  }
}

.cart-step .contianer-items-cart .item-carrito .text-qty {
  font-size: 16px;
}

@media (max-width: 947px) {
  .cart-step .contianer-items-cart .item-carrito .text-qty {
    font-size: 14px;
  }
}

.cart-step .contianer-items-cart .item-carrito .modificar-qty-num {
  font-size: 18px;
}

.cart-step .contianer-items-cart .item-carrito .modificar-qty {
  cursor: pointer;
  color: white;
  border: 1px solid white;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

.cart-step .contianer-items-cart .item-carrito .modificar-qty:hover {
  color: #282e3a;
  background: white;
}

.cart-step .contianer-items-cart .item-carrito .qty-stock {
  border: 1px solid gray;
  color: gray;
  cursor: not-allowed;
}

.cart-step .contianer-items-cart .item-carrito .qty-stock:hover {
  background: #aaaaaa;
}

.cart-step .contianer-items-cart .item-carrito .form-qty {
  margin-left: 30%;
}

@media (max-width: 947px) {
  .cart-step .contianer-items-cart .item-carrito .form-qty {
    margin-left: 0;
  }
}

.cart-steps-price-container-fixed {
  color: #FFFFFF;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 16px;
  background: #282E3A;
  z-index: 1;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 12px 0;
}

.cart-steps-price-container-fixed p {
  margin-bottom: 0;
}

.cart-steps-price-container-fixed .info-mini-gastos-envio {
  font-size: 10px;
}

.cart-steps-price-container-fixed .button-std {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 16px;
  border: solid 1px white;
  border-radius: 25px;
  padding: 5px 40px;
  cursor: pointer;
  background: transparent;
  max-width: 193px;
}

.cart-steps-price-container-fixed .button-std:hover {
  background: #FFFFFF;
  color: #282e3a;
}

.cart-steps-price-container-fixed .button-std:hover img {
  -webkit-filter: invert(59%) sepia(0) saturate(800%) hue-rotate(0) brightness(19%) contrast(63%);
          filter: invert(59%) sepia(0) saturate(800%) hue-rotate(0) brightness(19%) contrast(63%);
}

.cart-steps-price-container-fixed .button-std:active, .cart-steps-price-container-fixed .button-std:focus, .cart-steps-price-container-fixed .button-std:focus-visible {
  outline: none;
}

.cart-steps-price-container-fixed .button-std img {
  width: 20px;
}

@media (max-width: 1198px) {
  .cart-steps-price-container-fixed .button-std {
    padding: 8px 14px !important;
    max-width: 126px !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .cart-steps-price-container-fixed .button-std {
    width: 123px;
  }
}

.cart-steps-price-container-fixed .error-form {
  font-size: 10px;
  color: red;
}

.contianer-items-cart .item-carrito {
  margin-top: 10px;
}

.contianer-items-cart .item-carrito .img-carrito {
  width: 100%;
}

.contianer-items-cart .item-carrito .price_product {
  margin-top: auto;
}

.contianer-items-cart .item-carrito .name_product {
  margin-bottom: 0;
}

.contianer-items-cart .item-carrito .text-black {
  color: #D9D9D9;
}

.contianer-items-cart .item-carrito .texto-tachado {
  text-decoration: line-through;
}

.contianer-items-cart .item-carrito .container-qty {
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}

section.cart .help-icon {
  max-width: 14px;
}

section.cart p, section.cart label {
  color: #D9D9D9;
}

section.cart p.error-form, section.cart label.error-form {
  font-weight: bold;
}

section.cart .title_std {
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center;
}

section.cart .without_stock {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  color: red;
}

section.cart .line-container {
  margin-top: 21px;
}

section.cart .line-container .line-item {
  border-top: 1px solid #D9D9D9;
  height: 1px;
  margin: 0;
  width: 100%;
}

section.cart .text-grey {
  color: #D9D9D9;
}

section.cart .column-icons {
  text-align: center;
}

section.cart .btn-std {
  max-width: 270px;
}

section.cart.step-1 .help-icon {
  max-width: 14px;
}

section.cart.step-1 .contianer-items-cart {
  margin-top: 50px;
}

section.cart.step-1 .contianer-items-cart .item-carrito {
  margin-top: 30px;
}

section.cart.step-1 .add_discount {
  cursor: pointer;
  color: #2f80ed;
  font-size: 12px;
  font-weight: 700;
}

section.cart.step-1 .form_discount {
  display: none;
}

section.cart.step-1 .form_discount .form-control.coupon {
  margin-right: 20px;
  text-align: center;
}

section.cart.step-1 .form_discount .btn-std {
  padding-left: 20px;
  padding-right: 20px;
}

section.cart.step-2 .checks-form {
  margin-bottom: 100px;
}

@media (max-width: 947px) {
  section.cart.step-2 .checks-form {
    margin-bottom: 40px;
  }
}

section.cart.step-2 .checks-form .form-check-group {
  padding-left: 20px;
  color: #D9D9D9;
}

section.cart.step-2 .checks-form .hidden-google {
  color: #D9D9D9;
}

section.cart.step-2 .animated-input {
  position: relative;
  -moz-text-align-last: center;
       text-align-last: center;
}

section.cart.step-2 .animated-input .inputEnvio {
  padding: 12px 12px 3px 12px;
}

section.cart.step-2 .animated-input label {
  position: absolute;
  left: 10px;
  top: 8px;
}

section.cart.step-2 .animated-input label.active {
  font-size: 10px;
  color: #2F80ED !important;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  top: 1px;
  left: 0px;
}

section.cart.step-2 .container-select {
  position: relative;
}

section.cart.step-2 .container-select:after {
  text-align: center;
  right: 11px;
  content: "\25BE";
  color: #495057;
  position: absolute;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  top: 7px;
}

section.cart.step-2 .selectPais {
  -moz-text-align-last: center;
       text-align-last: center;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #6C757D;
}

section.cart.step-2 .container-link-shop {
  padding: 5.5px;
  padding-top: 0px;
}

section.cart.step-2 .container-link-shop p {
  font-size: 14px;
}

section.cart.step-2 .container-link-shop p img {
  margin-right: 4px;
  width: 8px;
}

section.cart.step-2 .container-link-shop p a {
  color: #FF6704;
  font-weight: 700;
}

section.cart.step-2 .container-link-shop p a:hover span {
  text-decoration: underline;
  opacity: 0.85;
}

@media (max-width: 947px) {
  section.cart.step-2 .container-link-shop p {
    margin-top: 6px;
  }
}

@media screen and (max-width: 321px) {
  section.cart.step-2 .container-link-shop p {
    padding-top: 2px;
  }
  section.cart.step-2 .container-link-shop p img {
    margin-bottom: 1px;
  }
}

section.cart.step-2 .titleStep2 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Roboto Condensed", serif;
  color: #f2f2f2;
  line-height: 35px;
  margin-bottom: 30px;
}

@media (max-width: 947px) {
  section.cart.step-2 .titleStep2 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

@media (max-width: 947px) {
  section.cart.step-2 .textInvitado {
    margin-bottom: 28px;
  }
}

section.cart.step-2 .textInvitado, section.cart.step-2 .inputGroupLabel {
  font-size: 14px;
  line-height: 24px;
  color: #f9f9f9;
}

section.cart.step-2 .textInvitado textarea::-webkit-input-placeholder, section.cart.step-2 .inputGroupLabel textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}

section.cart.step-2 .textInvitado textarea::-moz-placeholder, section.cart.step-2 .inputGroupLabel textarea::-moz-placeholder {
  color: #BDBDBD;
}

section.cart.step-2 .textInvitado textarea::-ms-input-placeholder, section.cart.step-2 .inputGroupLabel textarea::-ms-input-placeholder {
  color: #BDBDBD;
}

section.cart.step-2 .textInvitado textarea::placeholder, section.cart.step-2 .inputGroupLabel textarea::placeholder {
  color: #BDBDBD;
}

section.cart.step-2 .form-check-label a {
  color: white;
  text-decoration: underline;
}

section.cart.step-2 .form-check-label a:hover {
  opacity: 0.6;
  text-decoration: none;
}

section.cart.step-2 .form-check-label.newsletter {
  font-size: 10px;
}

section.cart.step-2 .container-title {
  font-size: 18px;
  margin-bottom: 35px;
}

section.cart.step-2 .container-title .title {
  margin: 0;
  font-weight: 700;
  line-height: 24px;
  font-family: "Roboto", serif;
}

section.cart.step-2 .container-title p {
  margin: 0;
}

section.cart.step-3 .container-title {
  font-size: 18px;
  margin-bottom: 35px;
}

section.cart.step-3 .container-title .title {
  margin: 0;
  font-weight: 700;
  line-height: 24px;
  font-family: "Roboto", serif;
}

@media (max-width: 947px) {
  section.cart.step-3 .container-title .title {
    font-size: 18px;
  }
}

section.cart.step-3 .container-title p {
  margin: 0;
}

section.cart.step-3 .title_std {
  font-size: 30px;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  margin-bottom: 30px;
  color: #F9F9F9;
}

@media (max-width: 947px) {
  section.cart.step-3 .title_std {
    font-family: "Roboto", serif;
    font-size: 18px;
  }
}

@media (max-width: 947px) {
  section.cart.step-3 input[type="radio"] {
    opacity: 0;
  }
}

section.cart.step-3 .container-link-shop {
  padding: 5.5px;
  padding-top: 0px;
}

section.cart.step-3 .container-link-shop p {
  font-size: 14px;
}

section.cart.step-3 .container-link-shop p img {
  margin-right: 4px;
  width: 8px;
}

section.cart.step-3 .container-link-shop p a {
  color: #FF6704;
  font-weight: 700;
}

section.cart.step-3 .container-link-shop p a:hover span {
  text-decoration: underline;
  opacity: 0.85;
}

@media (max-width: 947px) {
  section.cart.step-3 .container-link-shop p {
    margin-top: 6px;
  }
}

@media screen and (max-width: 321px) {
  section.cart.step-3 .container-link-shop p {
    padding-top: 2px;
  }
  section.cart.step-3 .container-link-shop p img {
    margin-bottom: 1px;
  }
}

section.cart.step-3 .item-container {
  background-color: #282E3A;
  color: #F9F9F9;
  border: 1px #f9f9f9 solid;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 22px;
  padding-top: 18px;
  padding-bottom: 19px;
  max-width: 345px;
  height: 50px;
  margin-bottom: 15px;
  cursor: pointer;
}

section.cart.step-3 .item-container:hover, section.cart.step-3 .item-container:focus {
  background-color: white;
}

section.cart.step-3 .item-container:hover label, section.cart.step-3 .item-container:focus label {
  color: black;
}

section.cart.step-3 .item-container.activePayment {
  background-color: white;
}

section.cart.step-3 .item-container.activePayment label {
  color: black;
}

section.cart.step-3 .item-container .first-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.cart.step-3 .item-container img {
  width: auto !important;
}

@media (max-width: 947px) {
  section.cart.step-3 .item-container {
    max-width: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.cart.step-3 .item-container label {
    text-transform: uppercase;
  }
}

section.cart.step-3 .text-md-std {
  color: #F9F9F9;
  font-size: 14px;
}

section.cart.step-3 .text-md-std.title {
  font-size: 18px;
  margin-top: 20px;
}

section.cart.step-3 .container-resumen {
  margin-top: 20px;
}

section.cart.step-3 .container-resumen .values-pedido {
  margin-top: 20px;
}

section.cart.step-3 .container-payments {
  margin-bottom: 43px;
}

@media (max-width: 947px) {
  section.cart.step-3 .container-payments {
    margin-bottom: 0px;
  }
}

section.cart.step-3 .container-payments .payment-types {
  position: relative;
}

section.cart.step-3 .container-payments .payment-types form {
  width: 100%;
}

@media (max-width: 947px) {
  section.cart.step-3 .container-payments .payment-types .textTypePayment {
    font-weight: bold;
  }
}

section.cart.step-3 .container-payments .payment-button-one {
  max-width: 368px;
  margin: auto;
  margin-top: 33px;
}

section.cart.step-3 .container-payments .error-form {
  color: #D9D9D9;
  position: relative;
}

section.cart.step-3 .title-special {
  margin-top: 20px;
}

section.cart.step-3 .title-special a {
  font-size: 16px;
  color: #D9D9D9;
  font-weight: 700;
}

section.cart.step-3 .title-special a:hover {
  opacity: 0.6;
}

.esperando-pago-text {
  font-family: "Roboto", serif;
  text-align: center;
  margin: 20px auto;
  font-size: 23px;
}

.esperando-pago-text a {
  text-decoration: underline;
}

.esperando-pago-text a:hover {
  opacity: 0.65;
}

@media (max-width: 1198px) {
  .esperando-pago-text {
    font-size: 18px;
  }
}

.work-with-us {
  height: 100vh;
  max-height: 700px;
  width: 100%;
}

#legal a {
  color: white;
  text-decoration: underline;
}

#legal a:hover {
  opacity: 0.8;
}

#legal ul {
  padding-left: 20px;
}

#legal ul li {
  display: list-item;
}

#gallery-container {
  margin-bottom: 100px;
}

#gallery-container .gallery-title {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-size: 96px;
  margin-bottom: 40px;
}

@media (max-width: 1198px) {
  #gallery-container .gallery-title {
    font-size: 48px;
  }
}

#gallery-container .msgEmpty {
  font-size: 24px;
}

#gallery-container li.not-active {
  height: 36px;
  margin-right: 20px;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  padding: 2px 20px;
  cursor: pointer;
  font-size: 20px;
}

#gallery-container li.not-active a {
  font-family: "Roboto", serif;
  font-size: 20px;
  cursor: pointer;
}

#gallery-container li.not-active:hover a {
  color: #282E3A !important;
}

#gallery-container li.active {
  border-radius: 30px;
  padding: 4px 20px;
  height: 36px;
  margin-right: 20px;
  padding-right: 15px;
  cursor: pointer;
}

#gallery-container li.active.club-style {
  margin-right: 0px;
  padding-right: 0px;
  height: 19px;
  padding: 0px 14px;
  font-family: "Roboto", serif;
  font-size: 12px;
}

#gallery-container li.active a {
  font-family: "Roboto", serif;
  font-size: 20px;
  cursor: pointer;
}

#gallery-container li.active .close-icon {
  width: 23px;
  height: 23px;
  content: url("../img/icons/ico-close-black.svg");
  margin-bottom: 3px;
  cursor: pointer;
}

@media (max-width: 1198px) {
  #gallery-container li.active .close-icon {
    width: 19px;
    height: 19px;
    margin-bottom: 2px;
  }
}

@media (max-width: 766px) {
  #gallery-container li {
    margin-right: 10px !important;
    margin-bottom: 10px;
  }
  #gallery-container li a {
    font-size: 14px !important;
  }
  #gallery-container li.active {
    padding: 8px 17px;
  }
  #gallery-container li.not-active {
    padding: 0px 17px;
  }
}

#gallery-container .img-container {
  position: relative;
}

#gallery-container .img-container img {
  height: 427px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}

#gallery-container .img-container .download-btn {
  z-index: 1;
  padding: 8px 15px 8px 20px;
  height: 40px;
  min-width: 176px;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  position: absolute;
  left: calc(50% - 88px);
  top: calc(50% - 20px);
}

#gallery-container .img-container .download-btn span .text-download {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
}

#gallery-container .img-container .download-btn span .eye-icon {
  width: 24px;
  height: 24px;
  content: url("../img/icons/ico-eye-white.svg");
}

@media (max-width: 947px) {
  #gallery-container .img-container .download-btn {
    min-width: 38px !important;
    height: 38px;
    padding: 0;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
  }
  #gallery-container .img-container .download-btn span .text-download {
    display: none;
  }
}

#gallery-container .img-container:hover img {
  opacity: 0.7;
}

#gallery-container .img-container:hover .download-btn span .eye-icon {
  content: url("../img/icons/ico-eye-dark.svg");
}

#gallery-container #buttonLoad {
  margin-bottom: 0;
}

.link-galeria p {
  font-family: "Roboto", serif;
  font-size: 14px;
}

.link-galeria p img {
  margin-right: 4px;
  width: 20px;
}

.link-galeria p a:hover span {
  text-decoration: underline;
  opacity: 0.85;
}

@media screen and (max-width: 321px) {
  .link-galeria p {
    padding-top: 2px;
  }
  .link-galeria p img {
    margin-bottom: 1px;
  }
}

.header-color-album {
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  color: #282E3A;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 53px;
}

@media (max-width: 1198px) {
  .header-color-album {
    padding: 11px 12px;
  }
  .header-color-album p {
    font-size: 24px;
  }
}

@media (max-width: 409px) {
  .header-color-album p {
    font-size: 22px;
  }
}

#album-detail .img-container {
  position: relative;
}

#album-detail .img-container img {
  height: 427px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.85;
}

#album-detail .img-container .download-btn {
  z-index: 1;
  padding: 8px 15px 8px 20px;
  height: 40px;
  width: 176px;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  position: absolute;
  left: calc(50% - 88px);
  top: calc(50% - 20px);
}

#album-detail .img-container .download-btn span .text-download {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
}

#album-detail .img-container .download-btn span .download-icon {
  width: 24px;
  height: 24px;
  content: url("../img/icons/ico-download.svg");
}

@media (max-width: 947px) {
  #album-detail .img-container .download-btn {
    width: 38px;
    height: 38px;
    padding: 0;
    left: calc(50% - 19px);
    top: calc(50% - 19px);
  }
  #album-detail .img-container .download-btn span .text-download {
    display: none;
  }
}

#album-detail .img-container:hover img {
  opacity: 0.7;
}

#album-detail .img-container:hover .download-btn span .download-icon {
  content: url("../img/icons/ico-download-dark.svg");
}

#album-detail .button-club {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#album-detail .free-field-text p {
  font-size: 20px;
  line-height: 30px;
}

#album-detail .free-field-text p a {
  text-decoration: underline;
  color: white;
}

#album-detail .free-field-text p a:hover {
  opacity: 0.6;
}

#album-detail .next-events-banner {
  height: 132px;
}

#album-detail .next-events-banner .color-container {
  background-color: rgba(249, 249, 249, 0.1);
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#album-detail .next-events-banner .items-container {
  position: absolute;
  padding: 16px 30px;
}

#album-detail .next-events-banner p.text-discover {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-size: 36px;
}

@media (max-width: 1198px) {
  #album-detail .next-events-banner p.text-discover {
    font-size: 23px;
  }
}

@media (max-width: 947px) {
  #album-detail .next-events-banner {
    height: 170px;
    adding: 30px 30px;
  }
}

@media (max-width: 766px) {
  #album-detail .next-events-banner {
    height: 200px;
  }
}

@media (max-width: 766px) {
  #album-detail .next-events-banner {
    height: 235px;
  }
}

.end-text p, .noPicText p {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 1198px) {
  .end-text p, .noPicText p {
    font-size: 14px;
  }
}

.social-icon-gallery img {
  width: 32px;
  height: 32px;
}

.social-icon-gallery img:hover {
  opacity: 0.6;
}

#product-detail {
  margin-bottom: 100px;
}

#product-detail .imagesProduct .detail-product-single-pic {
  height: 577px;
}

@media (max-width: 766px) {
  #product-detail .imagesProduct .detail-product-single-pic {
    height: 285px;
  }
}

#product-detail #product-slider .owl-stage, #product-detail #product-slider .owl-item {
  height: 100%;
}

#product-detail #product-slider .slide-item {
  height: 577px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 766px) {
  #product-detail #product-slider .slide-item {
    height: 285px;
  }
}

#product-detail .title .nameProd {
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
  font-size: 40px;
  padding-right: 25px;
}

#product-detail .title .price {
  font-size: 40px;
  font-weight: 300;
  font-family: "Roboto Condensed", serif;
  line-height: 1.1;
}

#product-detail .title .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

@media (max-width: 1198px) {
  #product-detail .title .nameProd, #product-detail .title .price {
    font-family: "Roboto", serif;
    font-size: 16px;
    padding-right: 13px;
  }
  #product-detail .title .price {
    font-size: 16px;
  }
  #product-detail .title .desc {
    font-size: 12px;
  }
}

#product-detail .no-stock-product p {
  font-size: 20px;
}

#product-detail .infoEnvio {
  position: relative;
  margin-bottom: 70px;
}

#product-detail nav .active {
  border: none;
}

#product-detail nav li {
  border-radius: 30px;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  border: none;
  padding: 2px 14px;
  height: 24px;
  font-weight: 400 !important;
  margin-bottom: 38px;
}

#product-detail nav li a {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1198px) {
  #product-detail nav li {
    margin-bottom: 10px;
    height: 19px;
    padding: 0px 14px;
  }
}

#product-detail select {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url("../img/icons/ico-arrow-white-down.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#product-detail .titleInfo {
  font-size: 14px;
}

@media (max-width: 1198px) {
  #product-detail .titleInfo {
    font-size: 12px;
  }
}

#product-detail .container-minipopup-info img {
  width: 17px;
  cursor: pointer;
}

#product-detail .container-minipopup-info .element-minipopup {
  max-width: 171px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 5px;
  position: absolute;
  bottom: 37px;
  left: 56px;
  background: #ffffffd6;
  color: #282E3A;
  text-align: center;
}

#product-detail .container-minipopup-info:hover .element-minipopup {
  display: block !important;
}

.cart-steps-price-container-fixed.productDetail .button-std {
  font-family: "Roboto", serif;
  color: #FFFFFF;
  font-size: 16px;
  border: solid 1px white;
  border-radius: 25px;
  padding: 5px 40px;
  cursor: pointer;
  background: transparent;
  max-width: 193px;
}

.cart-steps-price-container-fixed.productDetail .button-std:hover {
  background: #FFFFFF;
}

.cart-steps-price-container-fixed.productDetail .button-std:hover img {
  -webkit-filter: invert(59%) sepia(0) saturate(800%) hue-rotate(0) brightness(19%) contrast(63%);
          filter: invert(59%) sepia(0) saturate(800%) hue-rotate(0) brightness(19%) contrast(63%);
}

.cart-steps-price-container-fixed.productDetail .button-std img {
  width: 20px;
}

.cart-steps-price-container-fixed.productDetail .button-std:active, .cart-steps-price-container-fixed.productDetail .button-std:focus, .cart-steps-price-container-fixed.productDetail .button-std:focus-visible {
  outline: none;
}

@media (max-width: 1198px) {
  .cart-steps-price-container-fixed.productDetail .button-std {
    padding: 8px 9px !important;
    max-width: 123px !important;
    font-size: 14px;
  }
}

.cart-steps-price-container-fixed.productDetail .button-std.disabled {
  pointer-events: none;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  color: #666666;
  cursor: none;
}

#product-list nav li.not-active {
  height: 36px;
  margin-right: 20px;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  padding: 2px 20px;
  cursor: pointer;
}

#product-list nav li.not-active a {
  font-family: "Roboto", serif;
  font-size: 20px;
  cursor: pointer;
}

#product-list nav li.not-active:hover a {
  color: #282E3A !important;
}

#product-list nav li.active {
  border-radius: 30px;
  padding: 4px 20px;
  height: 36px;
  margin-right: 20px;
  padding-right: 15px;
  cursor: pointer;
}

#product-list nav li.active a {
  font-family: "Roboto", serif;
  font-size: 20px;
  cursor: pointer;
}

#product-list nav li.active .close-icon {
  width: 23px;
  height: 23px;
  content: url("../img/icons/ico-close-black.svg");
  margin-bottom: 3px;
  cursor: pointer;
}

@media (max-width: 1198px) {
  #product-list nav li.active .close-icon {
    width: 19px;
    height: 19px;
    margin-bottom: 2px;
  }
}

@media (max-width: 766px) {
  #product-list nav li {
    margin-right: 10px !important;
    margin-bottom: 10px;
  }
  #product-list nav li a {
    font-size: 14px !important;
  }
  #product-list nav li.active {
    padding: 8px 17px;
  }
  #product-list nav li.not-active {
    padding: 7px 17px;
  }
}

#product-list .shop-title {
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  line-height: 46.88px;
  margin-bottom: 20px;
}

#product-list .text {
  font-family: "Roboto", serif;
  font-size: 20px;
  margin-bottom: 40px;
}

@media (max-width: 766px) {
  #product-list .shop-title {
    font-size: 23px;
  }
  #product-list .text {
    font-size: 14px;
  }
}

#product-list .img-container {
  position: relative;
}

#product-list .img-container .tag-prod {
  font-size: 14px;
  border: none;
  padding: 2px 14px;
  height: 24px;
  border-radius: 30px;
}

#product-list .img-container img.prod-agotado-image {
  opacity: 0.80;
}

#product-list .img-container:hover img {
  opacity: 0.80;
}

#product-list .img-container:hover .comprar-btn span .comprar-icon {
  content: url("../img/icons/ico-shop-dark.svg");
}

#product-list .img-container img {
  height: 427px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 766px) {
  #product-list .img-container img {
    height: 226px;
  }
}

#product-list .img-container .comprar-btn {
  z-index: 1;
  padding: 8px 15px 8px 20px;
  height: 40px;
  width: 176px;
  border: 1px solid #F9F9F9;
  border-radius: 30px;
  position: absolute;
  left: calc(50% - 88px);
  top: calc(50% - 46px);
}

#product-list .img-container .comprar-btn span .text-comprar {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 10px !important;
}

@media (max-width: 766px) {
  #product-list .img-container .comprar-btn span {
    font-size: 16px !important;
  }
}

#product-list .img-container .comprar-btn span .comprar-icon {
  width: 24px;
  height: 24px;
  content: url("../img/icons/ico-shop.svg");
}

#product-list .img-container .comprar-btn:hover span .comprar-icon {
  content: url("../img/icons/ico-shop-dark.svg");
}

@media (max-width: 947px) {
  #product-list .img-container .comprar-btn {
    top: calc(50% - 50px);
  }
}

@media (max-width: 766px) {
  #product-list .img-container .comprar-btn {
    width: 160px;
  }
}

#product-list .img-container .buttonDisabled {
  font-family: "Roboto", serif;
  font-size: 20px;
  border-radius: 25px;
  padding: 8px 20px !important;
  width: 132px;
  pointer-events: none;
  background: #C4C4C4;
  border: none !important;
  color: #666666;
  cursor: none;
  position: absolute;
  left: calc(50% - 66px);
  top: calc(50% - 36px);
  z-index: 1;
  height: 36px;
}

@media (max-width: 947px) {
  #product-list .img-container .buttonDisabled {
    top: calc(50% - 54px);
  }
}

@media (max-width: 766px) {
  #product-list .img-container .buttonDisabled {
    font-size: 14px;
    top: calc(45% - 30px);
  }
}

#product-list .nameProd {
  font-family: "Roboto", serif;
  font-size: 14px;
}

#product-list .msgEmpty {
  font-size: 24px;
}

#ntk-iframe-target {
  background-color: white;
}

.search-wrapper, .notikumi-wrapper {
  height: 0%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
}

.search-wrapper.open, .notikumi-wrapper.open {
  height: 100%;
}

.search-wrapper .logo img, .notikumi-wrapper .logo img {
  height: 50px;
  width: 183.14px;
  position: relative;
}

.search-wrapper .logo img:hover, .notikumi-wrapper .logo img:hover {
  opacity: 0.6;
}

.search-wrapper .header, .notikumi-wrapper .header {
  height: 83px;
  padding-top: 24px;
  position: relative;
}

.search-wrapper .header .logo, .notikumi-wrapper .header .logo {
  filter: saturate(0%) grayscale(100%) brightness(400%);
  -webkit-filter: saturate(0%) grayscale(100%) brightness(400%);
  height: 37px;
  width: initial;
}

.search-wrapper .form, .notikumi-wrapper .form {
  border-width: 2px;
  overflow-x: hidden;
  padding-right: 30px;
  position: relative;
}

.search-wrapper .form input, .notikumi-wrapper .form input {
  border: 0;
  font-size: 2.571em;
  outline: none;
}

.search-wrapper .form .clear, .notikumi-wrapper .form .clear {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
}

.search-wrapper .form .search, .notikumi-wrapper .form .search {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -21px;
}

.search-wrapper .result-list .date, .notikumi-wrapper .result-list .date {
  font-size: 0.857em;
}

.search-wrapper .result-list li:hover a, .notikumi-wrapper .result-list li:hover a {
  color: #b2b2b2 !important;
}

.search-wrapper .result-list li:last-child, .notikumi-wrapper .result-list li:last-child {
  margin-bottom: 40px;
}

@media (max-width: 766px) {
  #search_mobile {
    margin-bottom: 106px;
  }
}

.search-list-item-wrapper {
  overflow: hidden;
}

.search-list-item-wrapper .flecha-agenda-responsive {
  right: -4px;
}

.mobile-searching-in-progress #search_mobile form #btn-action-mobile-search {
  color: white;
}

.mobile-searching-in-progress .hide-me-while-searching {
  display: none !important;
}

.mobile-searching-in-progress .sticky-search {
  top: 0 !important;
}

.mobile-searching-in-progress .sticky-date {
  top: 47px !important;
}

.mobile-searching-in-progress .sticky-date.moveStickyElements {
  top: 0 !important;
}

#search_results {
  margin-top: 46px;
}

.search-result-body {
  overflow-x: hidden;
}

.search-box {
  padding-top: 8px;
  padding-bottom: 8px;
}

.search-box input {
  max-width: 100%;
}

.search-box.mobile-searching-in-progress input {
  max-width: 80%;
}

#btn-close-mobile-search {
  display: none;
  cursor: pointer;
}

.mobile-searching-in-progress #btn-close-mobile-search {
  color: #FFF;
  display: inline-block;
}

#btn-close-mobile-search.gral-btn.ico-cross::before {
  font-size: 17px;
  top: 1px;
  position: relative;
  left: -11px;
}

.search-mobile-msg {
  padding: 10px 0 0 17px;
  margin-bottom: 10px !important;
  position: relative;
  top: 50px;
}

.results.search-mobile-msg {
  padding-top: 0;
  margin-bottom: -1px !important;
  position: relative;
  padding-bottom: 0;
}

.scrolleable-search-results {
  overflow: auto;
}

.notikumi-wrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.mega-banner {
  position: absolute;
  top: -83px;
  height: calc(100% + 83px);
  left: 0;
  width: 100%;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 947px) {
  .mega-banner {
    display: none;
  }
}

body.has-mega-banner {
  position: relative;
}

body.has-mega-banner #main-menu,
body.has-mega-banner .container.body-container {
  max-width: 1000px !important;
}

@media (min-width: 767px) {
  body.has-mega-banner .pad-section-to-0 {
    padding-left: 29px;
    padding-right: 29px;
  }
}

.event-banner img {
  width: auto;
  max-width: 100%;
}

.light.cc_dialog {
  background-color: #F9F9F9 !important;
}

.light.cc_dialog .cc_dialog_headline {
  color: #282E3A !important;
}

.light.cc_dialog .cc_dialog_text {
  color: #282E3A !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject {
  background-color: #7FC24F !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
  background-color: #282E3A !important;
  color: #F9F9F9 !important;
}

.prevent-blur {
  /*image-rendering: -moz-crisp-edges; // Firefox
  image-rendering: -o-crisp-edges; // Opera
  image-rendering: -webkit-optimize-contrast;// Webkit (non-standard naming)
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; // IE (non-standard property)*/
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .shadow-button-with-custom-height {
    height: 47px;
  }
}
