
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;

}

body {
  font-family: 'Raleway', sans-serif;
}

body .ffessm_header{
  font-family: "Gotham-Book";
  padding-right: 15px;
}

/* 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%;
}
.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;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.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;
}
.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;
	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;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

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

	/* 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;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.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;
}
.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;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.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;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}
.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 {
	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;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}
.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;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.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;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* 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;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.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;
	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;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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;
	text-decoration: none;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.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");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* 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;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.m-a-n {
  margin-top: 0 !important;
}

.m-a-n-children > * {
  margin-top: 0 !important;
}

.m-t-n {
  margin-top: 0 !important;
}

.m-t-n-children > * {
  margin-top: 0 !important;
}

.m-v-n {
  margin-top: 0 !important;
}

.m-v-n-children > * {
  margin-top: 0 !important;
}

.m-a-5xs {
  margin-top: 1.5px !important;
}

.m-a-5xs-children > * {
  margin-top: 1.5px !important;
}

.m-t-5xs {
  margin-top: 1.5px !important;
}

.m-t-5xs-children > * {
  margin-top: 1.5px !important;
}

.m-v-5xs {
  margin-top: 1.5px !important;
}

.m-v-5xs-children > * {
  margin-top: 1.5px !important;
}

.m-a-4xs {
  margin-top: 1.875px !important;
}

.m-a-4xs-children > * {
  margin-top: 1.875px !important;
}

.m-t-4xs {
  margin-top: 1.875px !important;
}

.m-t-4xs-children > * {
  margin-top: 1.875px !important;
}

.m-v-4xs {
  margin-top: 1.875px !important;
}

.m-v-4xs-children > * {
  margin-top: 1.875px !important;
}

.m-a-3xs {
  margin-top: 2.5px !important;
}

.m-a-3xs-children > * {
  margin-top: 2.5px !important;
}

.m-t-3xs {
  margin-top: 2.5px !important;
}

.m-t-3xs-children > * {
  margin-top: 2.5px !important;
}

.m-v-3xs {
  margin-top: 2.5px !important;
}

.m-v-3xs-children > * {
  margin-top: 2.5px !important;
}

.m-a-2xs {
  margin-top: 3.75px !important;
}

.m-a-2xs-children > * {
  margin-top: 3.75px !important;
}

.m-t-2xs {
  margin-top: 3.75px !important;
}

.m-t-2xs-children > * {
  margin-top: 3.75px !important;
}

.m-v-2xs {
  margin-top: 3.75px !important;
}

.m-v-2xs-children > * {
  margin-top: 3.75px !important;
}

.m-a-xs {
  margin-top: 5px !important;
}

.m-a-xs-children > * {
  margin-top: 5px !important;
}

.m-t-xs {
  margin-top: 5px !important;
}

.m-t-xs-children > * {
  margin-top: 5px !important;
}

.m-v-xs {
  margin-top: 5px !important;
}

.m-v-xs-children > * {
  margin-top: 5px !important;
}

.m-a-sm {
  margin-top: 7.5px !important;
}

.m-a-sm-children > * {
  margin-top: 7.5px !important;
}

.m-t-sm {
  margin-top: 7.5px !important;
}

.m-t-sm-children > * {
  margin-top: 7.5px !important;
}

.m-v-sm {
  margin-top: 7.5px !important;
}

.m-v-sm-children > * {
  margin-top: 7.5px !important;
}

.m-a-md {
  margin-top: 15px !important;
}

.m-a-md-children > * {
  margin-top: 15px !important;
}

.m-t-md {
  margin-top: 15px !important;
}

.m-t-md-children > * {
  margin-top: 15px !important;
}

.m-v-md {
  margin-top: 15px !important;
}

.m-v-md-children > * {
  margin-top: 15px !important;
}

.m-a-lg {
  margin-top: 30px !important;
}

.m-a-lg-children > * {
  margin-top: 30px !important;
}

.m-t-lg {
  margin-top: 30px !important;
}

.m-t-lg-children > * {
  margin-top: 30px !important;
}

.m-v-lg {
  margin-top: 30px !important;
}

.m-v-lg-children > * {
  margin-top: 30px !important;
}

.m-a-xl {
  margin-top: 45px !important;
}

.m-a-xl-children > * {
  margin-top: 45px !important;
}

.m-t-xl {
  margin-top: 45px !important;
}

.m-t-xl-children > * {
  margin-top: 45px !important;
}

.m-v-xl {
  margin-top: 45px !important;
}

.m-v-xl-children > * {
  margin-top: 45px !important;
}

.m-a-2xl {
  margin-top: 60px !important;
}

.m-a-2xl-children > * {
  margin-top: 60px !important;
}

.m-t-2xl {
  margin-top: 60px !important;
}

.m-t-2xl-children > * {
  margin-top: 60px !important;
}

.m-v-2xl {
  margin-top: 60px !important;
}

.m-v-2xl-children > * {
  margin-top: 60px !important;
}

.m-a-3xl {
  margin-top: 90px !important;
}

.m-a-3xl-children > * {
  margin-top: 90px !important;
}

.m-t-3xl {
  margin-top: 90px !important;
}

.m-t-3xl-children > * {
  margin-top: 90px !important;
}

.m-v-3xl {
  margin-top: 90px !important;
}

.m-v-3xl-children > * {
  margin-top: 90px !important;
}

.m-a-4xl {
  margin-top: 120px !important;
}

.m-a-4xl-children > * {
  margin-top: 120px !important;
}

.m-t-4xl {
  margin-top: 120px !important;
}

.m-t-4xl-children > * {
  margin-top: 120px !important;
}

.m-v-4xl {
  margin-top: 120px !important;
}

.m-v-4xl-children > * {
  margin-top: 120px !important;
}

.m-a-5xl {
  margin-top: 150px !important;
}

.m-a-5xl-children > * {
  margin-top: 150px !important;
}

.m-t-5xl {
  margin-top: 150px !important;
}

.m-t-5xl-children > * {
  margin-top: 150px !important;
}

.m-v-5xl {
  margin-top: 150px !important;
}

.m-v-5xl-children > * {
  margin-top: 150px !important;
}

.m-a-6xl {
  margin-top: 180px !important;
}

.m-a-6xl-children > * {
  margin-top: 180px !important;
}

.m-t-6xl {
  margin-top: 180px !important;
}

.m-t-6xl-children > * {
  margin-top: 180px !important;
}

.m-v-6xl {
  margin-top: 180px !important;
}

.m-v-6xl-children > * {
  margin-top: 180px !important;
}

.m-a-7xl {
  margin-top: 210px !important;
}

.m-a-7xl-children > * {
  margin-top: 210px !important;
}

.m-t-7xl {
  margin-top: 210px !important;
}

.m-t-7xl-children > * {
  margin-top: 210px !important;
}

.m-v-7xl {
  margin-top: 210px !important;
}

.m-v-7xl-children > * {
  margin-top: 210px !important;
}

.m-a-8xl {
  margin-top: 240px !important;
}

.m-a-8xl-children > * {
  margin-top: 240px !important;
}

.m-t-8xl {
  margin-top: 240px !important;
}

.m-t-8xl-children > * {
  margin-top: 240px !important;
}

.m-v-8xl {
  margin-top: 240px !important;
}

.m-v-8xl-children > * {
  margin-top: 240px !important;
}

.m-a-9xl {
  margin-top: 270px !important;
}

.m-a-9xl-children > * {
  margin-top: 270px !important;
}

.m-t-9xl {
  margin-top: 270px !important;
}

.m-t-9xl-children > * {
  margin-top: 270px !important;
}

.m-v-9xl {
  margin-top: 270px !important;
}

.m-v-9xl-children > * {
  margin-top: 270px !important;
}

.m-a-10xl {
  margin-top: 300px !important;
}

.m-a-10xl-children > * {
  margin-top: 300px !important;
}

.m-t-10xl {
  margin-top: 300px !important;
}

.m-t-10xl-children > * {
  margin-top: 300px !important;
}

.m-v-10xl {
  margin-top: 300px !important;
}

.m-v-10xl-children > * {
  margin-top: 300px !important;
}

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

.m-a-auto-children > * {
  margin-top: auto !important;
}

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

.m-t-auto-children > * {
  margin-top: auto !important;
}

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

.m-v-auto-children > * {
  margin-top: auto !important;
}

.m-a-inherit {
  margin-top: inherit !important;
}

.m-a-inherit-children > * {
  margin-top: inherit !important;
}

.m-t-inherit {
  margin-top: inherit !important;
}

.m-t-inherit-children > * {
  margin-top: inherit !important;
}

.m-v-inherit {
  margin-top: inherit !important;
}

.m-v-inherit-children > * {
  margin-top: inherit !important;
}

.m-a-initial {
  margin-top: initial !important;
}

.m-a-initial-children > * {
  margin-top: initial !important;
}

.m-t-initial {
  margin-top: initial !important;
}

.m-t-initial-children > * {
  margin-top: initial !important;
}

.m-v-initial {
  margin-top: initial !important;
}

.m-v-initial-children > * {
  margin-top: initial !important;
}

.m-a-unset {
  margin-top: unset !important;
}

.m-a-unset-children > * {
  margin-top: unset !important;
}

.m-t-unset {
  margin-top: unset !important;
}

.m-t-unset-children > * {
  margin-top: unset !important;
}

.m-v-unset {
  margin-top: unset !important;
}

.m-v-unset-children > * {
  margin-top: unset !important;
}

.m-a-n {
  margin-right: 0 !important;
}

.m-a-n-children > * {
  margin-right: 0 !important;
}

.m-r-n {
  margin-right: 0 !important;
}

.m-r-n-children > * {
  margin-right: 0 !important;
}

.m-h-n {
  margin-right: 0 !important;
}

.m-h-n-children > * {
  margin-right: 0 !important;
}

.m-a-5xs {
  margin-right: 1.5px !important;
}

.m-a-5xs-children > * {
  margin-right: 1.5px !important;
}

.m-r-5xs {
  margin-right: 1.5px !important;
}

.m-r-5xs-children > * {
  margin-right: 1.5px !important;
}

.m-h-5xs {
  margin-right: 1.5px !important;
}

.m-h-5xs-children > * {
  margin-right: 1.5px !important;
}

.m-a-4xs {
  margin-right: 1.875px !important;
}

.m-a-4xs-children > * {
  margin-right: 1.875px !important;
}

.m-r-4xs {
  margin-right: 1.875px !important;
}

.m-r-4xs-children > * {
  margin-right: 1.875px !important;
}

.m-h-4xs {
  margin-right: 1.875px !important;
}

.m-h-4xs-children > * {
  margin-right: 1.875px !important;
}

.m-a-3xs {
  margin-right: 2.5px !important;
}

.m-a-3xs-children > * {
  margin-right: 2.5px !important;
}

.m-r-3xs {
  margin-right: 2.5px !important;
}

.m-r-3xs-children > * {
  margin-right: 2.5px !important;
}

.m-h-3xs {
  margin-right: 2.5px !important;
}

.m-h-3xs-children > * {
  margin-right: 2.5px !important;
}

.m-a-2xs {
  margin-right: 3.75px !important;
}

.m-a-2xs-children > * {
  margin-right: 3.75px !important;
}

.m-r-2xs {
  margin-right: 3.75px !important;
}

.m-r-2xs-children > * {
  margin-right: 3.75px !important;
}

.m-h-2xs {
  margin-right: 3.75px !important;
}

.m-h-2xs-children > * {
  margin-right: 3.75px !important;
}

.m-a-xs {
  margin-right: 5px !important;
}

.m-a-xs-children > * {
  margin-right: 5px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.m-r-xs-children > * {
  margin-right: 5px !important;
}

.m-h-xs {
  margin-right: 5px !important;
}

.m-h-xs-children > * {
  margin-right: 5px !important;
}

.m-a-sm {
  margin-right: 7.5px !important;
}

.m-a-sm-children > * {
  margin-right: 7.5px !important;
}

.m-r-sm {
  margin-right: 7.5px !important;
}

.m-r-sm-children > * {
  margin-right: 7.5px !important;
}

.m-h-sm {
  margin-right: 7.5px !important;
}

.m-h-sm-children > * {
  margin-right: 7.5px !important;
}

.m-a-md {
  margin-right: 15px !important;
}

.m-a-md-children > * {
  margin-right: 15px !important;
}

.m-r-md {
  margin-right: 15px !important;
}

.m-r-md-children > * {
  margin-right: 15px !important;
}

.m-h-md {
  margin-right: 15px !important;
}

.m-h-md-children > * {
  margin-right: 15px !important;
}

.m-a-lg {
  margin-right: 30px !important;
}

.m-a-lg-children > * {
  margin-right: 30px !important;
}

.m-r-lg {
  margin-right: 30px !important;
}

.m-r-lg-children > * {
  margin-right: 30px !important;
}

.m-h-lg {
  margin-right: 30px !important;
}

.m-h-lg-children > * {
  margin-right: 30px !important;
}

.m-a-xl {
  margin-right: 45px !important;
}

.m-a-xl-children > * {
  margin-right: 45px !important;
}

.m-r-xl {
  margin-right: 45px !important;
}

.m-r-xl-children > * {
  margin-right: 45px !important;
}

.m-h-xl {
  margin-right: 45px !important;
}

.m-h-xl-children > * {
  margin-right: 45px !important;
}

.m-a-2xl {
  margin-right: 60px !important;
}

.m-a-2xl-children > * {
  margin-right: 60px !important;
}

.m-r-2xl {
  margin-right: 60px !important;
}

.m-r-2xl-children > * {
  margin-right: 60px !important;
}

.m-h-2xl {
  margin-right: 60px !important;
}

.m-h-2xl-children > * {
  margin-right: 60px !important;
}

.m-a-3xl {
  margin-right: 90px !important;
}

.m-a-3xl-children > * {
  margin-right: 90px !important;
}

.m-r-3xl {
  margin-right: 90px !important;
}

.m-r-3xl-children > * {
  margin-right: 90px !important;
}

.m-h-3xl {
  margin-right: 90px !important;
}

.m-h-3xl-children > * {
  margin-right: 90px !important;
}

.m-a-4xl {
  margin-right: 120px !important;
}

.m-a-4xl-children > * {
  margin-right: 120px !important;
}

.m-r-4xl {
  margin-right: 120px !important;
}

.m-r-4xl-children > * {
  margin-right: 120px !important;
}

.m-h-4xl {
  margin-right: 120px !important;
}

.m-h-4xl-children > * {
  margin-right: 120px !important;
}

.m-a-5xl {
  margin-right: 150px !important;
}

.m-a-5xl-children > * {
  margin-right: 150px !important;
}

.m-r-5xl {
  margin-right: 150px !important;
}

.m-r-5xl-children > * {
  margin-right: 150px !important;
}

.m-h-5xl {
  margin-right: 150px !important;
}

.m-h-5xl-children > * {
  margin-right: 150px !important;
}

.m-a-6xl {
  margin-right: 180px !important;
}

.m-a-6xl-children > * {
  margin-right: 180px !important;
}

.m-r-6xl {
  margin-right: 180px !important;
}

.m-r-6xl-children > * {
  margin-right: 180px !important;
}

.m-h-6xl {
  margin-right: 180px !important;
}

.m-h-6xl-children > * {
  margin-right: 180px !important;
}

.m-a-7xl {
  margin-right: 210px !important;
}

.m-a-7xl-children > * {
  margin-right: 210px !important;
}

.m-r-7xl {
  margin-right: 210px !important;
}

.m-r-7xl-children > * {
  margin-right: 210px !important;
}

.m-h-7xl {
  margin-right: 210px !important;
}

.m-h-7xl-children > * {
  margin-right: 210px !important;
}

.m-a-8xl {
  margin-right: 240px !important;
}

.m-a-8xl-children > * {
  margin-right: 240px !important;
}

.m-r-8xl {
  margin-right: 240px !important;
}

.m-r-8xl-children > * {
  margin-right: 240px !important;
}

.m-h-8xl {
  margin-right: 240px !important;
}

.m-h-8xl-children > * {
  margin-right: 240px !important;
}

.m-a-9xl {
  margin-right: 270px !important;
}

.m-a-9xl-children > * {
  margin-right: 270px !important;
}

.m-r-9xl {
  margin-right: 270px !important;
}

.m-r-9xl-children > * {
  margin-right: 270px !important;
}

.m-h-9xl {
  margin-right: 270px !important;
}

.m-h-9xl-children > * {
  margin-right: 270px !important;
}

.m-a-10xl {
  margin-right: 300px !important;
}

.m-a-10xl-children > * {
  margin-right: 300px !important;
}

.m-r-10xl {
  margin-right: 300px !important;
}

.m-r-10xl-children > * {
  margin-right: 300px !important;
}

.m-h-10xl {
  margin-right: 300px !important;
}

.m-h-10xl-children > * {
  margin-right: 300px !important;
}

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

.m-a-auto-children > * {
  margin-right: auto !important;
}

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

.m-r-auto-children > * {
  margin-right: auto !important;
}

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

.m-h-auto-children > * {
  margin-right: auto !important;
}

.m-a-inherit {
  margin-right: inherit !important;
}

.m-a-inherit-children > * {
  margin-right: inherit !important;
}

.m-r-inherit {
  margin-right: inherit !important;
}

.m-r-inherit-children > * {
  margin-right: inherit !important;
}

.m-h-inherit {
  margin-right: inherit !important;
}

.m-h-inherit-children > * {
  margin-right: inherit !important;
}

.m-a-initial {
  margin-right: initial !important;
}

.m-a-initial-children > * {
  margin-right: initial !important;
}

.m-r-initial {
  margin-right: initial !important;
}

.m-r-initial-children > * {
  margin-right: initial !important;
}

.m-h-initial {
  margin-right: initial !important;
}

.m-h-initial-children > * {
  margin-right: initial !important;
}

.m-a-unset {
  margin-right: unset !important;
}

.m-a-unset-children > * {
  margin-right: unset !important;
}

.m-r-unset {
  margin-right: unset !important;
}

.m-r-unset-children > * {
  margin-right: unset !important;
}

.m-h-unset {
  margin-right: unset !important;
}

.m-h-unset-children > * {
  margin-right: unset !important;
}

.m-a-n {
  margin-bottom: 0 !important;
}

.m-a-n-children > * {
  margin-bottom: 0 !important;
}

.m-b-n {
  margin-bottom: 0 !important;
}

.m-b-n-children > * {
  margin-bottom: 0 !important;
}

.m-v-n {
  margin-bottom: 0 !important;
}

.m-v-n-children > * {
  margin-bottom: 0 !important;
}

.m-a-5xs {
  margin-bottom: 1.5px !important;
}

.m-a-5xs-children > * {
  margin-bottom: 1.5px !important;
}

.m-b-5xs {
  margin-bottom: 1.5px !important;
}

.m-b-5xs-children > * {
  margin-bottom: 1.5px !important;
}

.m-v-5xs {
  margin-bottom: 1.5px !important;
}

.m-v-5xs-children > * {
  margin-bottom: 1.5px !important;
}

.m-a-4xs {
  margin-bottom: 1.875px !important;
}

.m-a-4xs-children > * {
  margin-bottom: 1.875px !important;
}

.m-b-4xs {
  margin-bottom: 1.875px !important;
}

.m-b-4xs-children > * {
  margin-bottom: 1.875px !important;
}

.m-v-4xs {
  margin-bottom: 1.875px !important;
}

.m-v-4xs-children > * {
  margin-bottom: 1.875px !important;
}

.m-a-3xs {
  margin-bottom: 2.5px !important;
}

.m-a-3xs-children > * {
  margin-bottom: 2.5px !important;
}

.m-b-3xs {
  margin-bottom: 2.5px !important;
}

.m-b-3xs-children > * {
  margin-bottom: 2.5px !important;
}

.m-v-3xs {
  margin-bottom: 2.5px !important;
}

.m-v-3xs-children > * {
  margin-bottom: 2.5px !important;
}

.m-a-2xs {
  margin-bottom: 3.75px !important;
}

.m-a-2xs-children > * {
  margin-bottom: 3.75px !important;
}

.m-b-2xs {
  margin-bottom: 3.75px !important;
}

.m-b-2xs-children > * {
  margin-bottom: 3.75px !important;
}

.m-v-2xs {
  margin-bottom: 3.75px !important;
}

.m-v-2xs-children > * {
  margin-bottom: 3.75px !important;
}

.m-a-xs {
  margin-bottom: 5px !important;
}

.m-a-xs-children > * {
  margin-bottom: 5px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.m-b-xs-children > * {
  margin-bottom: 5px !important;
}

.m-v-xs {
  margin-bottom: 5px !important;
}

.m-v-xs-children > * {
  margin-bottom: 5px !important;
}

.m-a-sm {
  margin-bottom: 7.5px !important;
}

.m-a-sm-children > * {
  margin-bottom: 7.5px !important;
}

.m-b-sm {
  margin-bottom: 7.5px !important;
}

.m-b-sm-children > * {
  margin-bottom: 7.5px !important;
}

.m-v-sm {
  margin-bottom: 7.5px !important;
}

.m-v-sm-children > * {
  margin-bottom: 7.5px !important;
}

.m-a-md {
  margin-bottom: 15px !important;
}

.m-a-md-children > * {
  margin-bottom: 15px !important;
}

.m-b-md {
  margin-bottom: 15px !important;
}

.m-b-md-children > * {
  margin-bottom: 15px !important;
}

.m-v-md {
  margin-bottom: 15px !important;
}

.m-v-md-children > * {
  margin-bottom: 15px !important;
}

.m-a-lg {
  margin-bottom: 30px !important;
}

.m-a-lg-children > * {
  margin-bottom: 30px !important;
}

.m-b-lg {
  margin-bottom: 30px !important;
}

.m-b-lg-children > * {
  margin-bottom: 30px !important;
}

.m-v-lg {
  margin-bottom: 30px !important;
}

.m-v-lg-children > * {
  margin-bottom: 30px !important;
}

.m-a-xl {
  margin-bottom: 45px !important;
}

.m-a-xl-children > * {
  margin-bottom: 45px !important;
}

.m-b-xl {
  margin-bottom: 45px !important;
}

.m-b-xl-children > * {
  margin-bottom: 45px !important;
}

.m-v-xl {
  margin-bottom: 45px !important;
}

.m-v-xl-children > * {
  margin-bottom: 45px !important;
}

.m-a-2xl {
  margin-bottom: 60px !important;
}

.m-a-2xl-children > * {
  margin-bottom: 60px !important;
}

.m-b-2xl {
  margin-bottom: 60px !important;
}

.m-b-2xl-children > * {
  margin-bottom: 60px !important;
}

.m-v-2xl {
  margin-bottom: 60px !important;
}

.m-v-2xl-children > * {
  margin-bottom: 60px !important;
}

.m-a-3xl {
  margin-bottom: 90px !important;
}

.m-a-3xl-children > * {
  margin-bottom: 90px !important;
}

.m-b-3xl {
  margin-bottom: 90px !important;
}

.m-b-3xl-children > * {
  margin-bottom: 90px !important;
}

.m-v-3xl {
  margin-bottom: 90px !important;
}

.m-v-3xl-children > * {
  margin-bottom: 90px !important;
}

.m-a-4xl {
  margin-bottom: 120px !important;
}

.m-a-4xl-children > * {
  margin-bottom: 120px !important;
}

.m-b-4xl {
  margin-bottom: 120px !important;
}

.m-b-4xl-children > * {
  margin-bottom: 120px !important;
}

.m-v-4xl {
  margin-bottom: 120px !important;
}

.m-v-4xl-children > * {
  margin-bottom: 120px !important;
}

.m-a-5xl {
  margin-bottom: 150px !important;
}

.m-a-5xl-children > * {
  margin-bottom: 150px !important;
}

.m-b-5xl {
  margin-bottom: 150px !important;
}

.m-b-5xl-children > * {
  margin-bottom: 150px !important;
}

.m-v-5xl {
  margin-bottom: 150px !important;
}

.m-v-5xl-children > * {
  margin-bottom: 150px !important;
}

.m-a-6xl {
  margin-bottom: 180px !important;
}

.m-a-6xl-children > * {
  margin-bottom: 180px !important;
}

.m-b-6xl {
  margin-bottom: 180px !important;
}

.m-b-6xl-children > * {
  margin-bottom: 180px !important;
}

.m-v-6xl {
  margin-bottom: 180px !important;
}

.m-v-6xl-children > * {
  margin-bottom: 180px !important;
}

.m-a-7xl {
  margin-bottom: 210px !important;
}

.m-a-7xl-children > * {
  margin-bottom: 210px !important;
}

.m-b-7xl {
  margin-bottom: 210px !important;
}

.m-b-7xl-children > * {
  margin-bottom: 210px !important;
}

.m-v-7xl {
  margin-bottom: 210px !important;
}

.m-v-7xl-children > * {
  margin-bottom: 210px !important;
}

.m-a-8xl {
  margin-bottom: 240px !important;
}

.m-a-8xl-children > * {
  margin-bottom: 240px !important;
}

.m-b-8xl {
  margin-bottom: 240px !important;
}

.m-b-8xl-children > * {
  margin-bottom: 240px !important;
}

.m-v-8xl {
  margin-bottom: 240px !important;
}

.m-v-8xl-children > * {
  margin-bottom: 240px !important;
}

.m-a-9xl {
  margin-bottom: 270px !important;
}

.m-a-9xl-children > * {
  margin-bottom: 270px !important;
}

.m-b-9xl {
  margin-bottom: 270px !important;
}

.m-b-9xl-children > * {
  margin-bottom: 270px !important;
}

.m-v-9xl {
  margin-bottom: 270px !important;
}

.m-v-9xl-children > * {
  margin-bottom: 270px !important;
}

.m-a-10xl {
  margin-bottom: 300px !important;
}

.m-a-10xl-children > * {
  margin-bottom: 300px !important;
}

.m-b-10xl {
  margin-bottom: 300px !important;
}

.m-b-10xl-children > * {
  margin-bottom: 300px !important;
}

.m-v-10xl {
  margin-bottom: 300px !important;
}

.m-v-10xl-children > * {
  margin-bottom: 300px !important;
}

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

.m-a-auto-children > * {
  margin-bottom: auto !important;
}

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

.m-b-auto-children > * {
  margin-bottom: auto !important;
}

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

.m-v-auto-children > * {
  margin-bottom: auto !important;
}

.m-a-inherit {
  margin-bottom: inherit !important;
}

.m-a-inherit-children > * {
  margin-bottom: inherit !important;
}

.m-b-inherit {
  margin-bottom: inherit !important;
}

.m-b-inherit-children > * {
  margin-bottom: inherit !important;
}

.m-v-inherit {
  margin-bottom: inherit !important;
}

.m-v-inherit-children > * {
  margin-bottom: inherit !important;
}

.m-a-initial {
  margin-bottom: initial !important;
}

.m-a-initial-children > * {
  margin-bottom: initial !important;
}

.m-b-initial {
  margin-bottom: initial !important;
}

.m-b-initial-children > * {
  margin-bottom: initial !important;
}

.m-v-initial {
  margin-bottom: initial !important;
}

.m-v-initial-children > * {
  margin-bottom: initial !important;
}

.m-a-unset {
  margin-bottom: unset !important;
}

.m-a-unset-children > * {
  margin-bottom: unset !important;
}

.m-b-unset {
  margin-bottom: unset !important;
}

.m-b-unset-children > * {
  margin-bottom: unset !important;
}

.m-v-unset {
  margin-bottom: unset !important;
}

.m-v-unset-children > * {
  margin-bottom: unset !important;
}

.m-a-n {
  margin-left: 0 !important;
}

.m-a-n-children > * {
  margin-left: 0 !important;
}

.m-l-n {
  margin-left: 0 !important;
}

.m-l-n-children > * {
  margin-left: 0 !important;
}

.m-h-n {
  margin-left: 0 !important;
}

.m-h-n-children > * {
  margin-left: 0 !important;
}

.m-a-5xs {
  margin-left: 1.5px !important;
}

.m-a-5xs-children > * {
  margin-left: 1.5px !important;
}

.m-l-5xs {
  margin-left: 1.5px !important;
}

.m-l-5xs-children > * {
  margin-left: 1.5px !important;
}

.m-h-5xs {
  margin-left: 1.5px !important;
}

.m-h-5xs-children > * {
  margin-left: 1.5px !important;
}

.m-a-4xs {
  margin-left: 1.875px !important;
}

.m-a-4xs-children > * {
  margin-left: 1.875px !important;
}

.m-l-4xs {
  margin-left: 1.875px !important;
}

.m-l-4xs-children > * {
  margin-left: 1.875px !important;
}

.m-h-4xs {
  margin-left: 1.875px !important;
}

.m-h-4xs-children > * {
  margin-left: 1.875px !important;
}

.m-a-3xs {
  margin-left: 2.5px !important;
}

.m-a-3xs-children > * {
  margin-left: 2.5px !important;
}

.m-l-3xs {
  margin-left: 2.5px !important;
}

.m-l-3xs-children > * {
  margin-left: 2.5px !important;
}

.m-h-3xs {
  margin-left: 2.5px !important;
}

.m-h-3xs-children > * {
  margin-left: 2.5px !important;
}

.m-a-2xs {
  margin-left: 3.75px !important;
}

.m-a-2xs-children > * {
  margin-left: 3.75px !important;
}

.m-l-2xs {
  margin-left: 3.75px !important;
}

.m-l-2xs-children > * {
  margin-left: 3.75px !important;
}

.m-h-2xs {
  margin-left: 3.75px !important;
}

.m-h-2xs-children > * {
  margin-left: 3.75px !important;
}

.m-a-xs {
  margin-left: 5px !important;
}

.m-a-xs-children > * {
  margin-left: 5px !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.m-l-xs-children > * {
  margin-left: 5px !important;
}

.m-h-xs {
  margin-left: 5px !important;
}

.m-h-xs-children > * {
  margin-left: 5px !important;
}

.m-a-sm {
  margin-left: 7.5px !important;
}

.m-a-sm-children > * {
  margin-left: 7.5px !important;
}

.m-l-sm {
  margin-left: 7.5px !important;
}

.m-l-sm-children > * {
  margin-left: 7.5px !important;
}

.m-h-sm {
  margin-left: 7.5px !important;
}

.m-h-sm-children > * {
  margin-left: 7.5px !important;
}

.m-a-md {
  margin-left: 15px !important;
}

.m-a-md-children > * {
  margin-left: 15px !important;
}

.m-l-md {
  margin-left: 15px !important;
}

.m-l-md-children > * {
  margin-left: 15px !important;
}

.m-h-md {
  margin-left: 15px !important;
}

.m-h-md-children > * {
  margin-left: 15px !important;
}

.m-a-lg {
  margin-left: 30px !important;
}

.m-a-lg-children > * {
  margin-left: 30px !important;
}

.m-l-lg {
  margin-left: 30px !important;
}

.m-l-lg-children > * {
  margin-left: 30px !important;
}

.m-h-lg {
  margin-left: 30px !important;
}

.m-h-lg-children > * {
  margin-left: 30px !important;
}

.m-a-xl {
  margin-left: 45px !important;
}

.m-a-xl-children > * {
  margin-left: 45px !important;
}

.m-l-xl {
  margin-left: 45px !important;
}

.m-l-xl-children > * {
  margin-left: 45px !important;
}

.m-h-xl {
  margin-left: 45px !important;
}

.m-h-xl-children > * {
  margin-left: 45px !important;
}

.m-a-2xl {
  margin-left: 60px !important;
}

.m-a-2xl-children > * {
  margin-left: 60px !important;
}

.m-l-2xl {
  margin-left: 60px !important;
}

.m-l-2xl-children > * {
  margin-left: 60px !important;
}

.m-h-2xl {
  margin-left: 60px !important;
}

.m-h-2xl-children > * {
  margin-left: 60px !important;
}

.m-a-3xl {
  margin-left: 90px !important;
}

.m-a-3xl-children > * {
  margin-left: 90px !important;
}

.m-l-3xl {
  margin-left: 90px !important;
}

.m-l-3xl-children > * {
  margin-left: 90px !important;
}

.m-h-3xl {
  margin-left: 90px !important;
}

.m-h-3xl-children > * {
  margin-left: 90px !important;
}

.m-a-4xl {
  margin-left: 120px !important;
}

.m-a-4xl-children > * {
  margin-left: 120px !important;
}

.m-l-4xl {
  margin-left: 120px !important;
}

.m-l-4xl-children > * {
  margin-left: 120px !important;
}

.m-h-4xl {
  margin-left: 120px !important;
}

.m-h-4xl-children > * {
  margin-left: 120px !important;
}

.m-a-5xl {
  margin-left: 150px !important;
}

.m-a-5xl-children > * {
  margin-left: 150px !important;
}

.m-l-5xl {
  margin-left: 150px !important;
}

.m-l-5xl-children > * {
  margin-left: 150px !important;
}

.m-h-5xl {
  margin-left: 150px !important;
}

.m-h-5xl-children > * {
  margin-left: 150px !important;
}

.m-a-6xl {
  margin-left: 180px !important;
}

.m-a-6xl-children > * {
  margin-left: 180px !important;
}

.m-l-6xl {
  margin-left: 180px !important;
}

.m-l-6xl-children > * {
  margin-left: 180px !important;
}

.m-h-6xl {
  margin-left: 180px !important;
}

.m-h-6xl-children > * {
  margin-left: 180px !important;
}

.m-a-7xl {
  margin-left: 210px !important;
}

.m-a-7xl-children > * {
  margin-left: 210px !important;
}

.m-l-7xl {
  margin-left: 210px !important;
}

.m-l-7xl-children > * {
  margin-left: 210px !important;
}

.m-h-7xl {
  margin-left: 210px !important;
}

.m-h-7xl-children > * {
  margin-left: 210px !important;
}

.m-a-8xl {
  margin-left: 240px !important;
}

.m-a-8xl-children > * {
  margin-left: 240px !important;
}

.m-l-8xl {
  margin-left: 240px !important;
}

.m-l-8xl-children > * {
  margin-left: 240px !important;
}

.m-h-8xl {
  margin-left: 240px !important;
}

.m-h-8xl-children > * {
  margin-left: 240px !important;
}

.m-a-9xl {
  margin-left: 270px !important;
}

.m-a-9xl-children > * {
  margin-left: 270px !important;
}

.m-l-9xl {
  margin-left: 270px !important;
}

.m-l-9xl-children > * {
  margin-left: 270px !important;
}

.m-h-9xl {
  margin-left: 270px !important;
}

.m-h-9xl-children > * {
  margin-left: 270px !important;
}

.m-a-10xl {
  margin-left: 300px !important;
}

.m-a-10xl-children > * {
  margin-left: 300px !important;
}

.m-l-10xl {
  margin-left: 300px !important;
}

.m-l-10xl-children > * {
  margin-left: 300px !important;
}

.m-h-10xl {
  margin-left: 300px !important;
}

.m-h-10xl-children > * {
  margin-left: 300px !important;
}

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

.m-a-auto-children > * {
  margin-left: auto !important;
}

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

.m-l-auto-children > * {
  margin-left: auto !important;
}

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

.m-h-auto-children > * {
  margin-left: auto !important;
}

.m-a-inherit {
  margin-left: inherit !important;
}

.m-a-inherit-children > * {
  margin-left: inherit !important;
}

.m-l-inherit {
  margin-left: inherit !important;
}

.m-l-inherit-children > * {
  margin-left: inherit !important;
}

.m-h-inherit {
  margin-left: inherit !important;
}

.m-h-inherit-children > * {
  margin-left: inherit !important;
}

.m-a-initial {
  margin-left: initial !important;
}

.m-a-initial-children > * {
  margin-left: initial !important;
}

.m-l-initial {
  margin-left: initial !important;
}

.m-l-initial-children > * {
  margin-left: initial !important;
}

.m-h-initial {
  margin-left: initial !important;
}

.m-h-initial-children > * {
  margin-left: initial !important;
}

.m-a-unset {
  margin-left: unset !important;
}

.m-a-unset-children > * {
  margin-left: unset !important;
}

.m-l-unset {
  margin-left: unset !important;
}

.m-l-unset-children > * {
  margin-left: unset !important;
}

.m-h-unset {
  margin-left: unset !important;
}

.m-h-unset-children > * {
  margin-left: unset !important;
}

.p-a-n {
  padding-top: 0 !important;
}

.p-a-n-children > * {
  padding-top: 0 !important;
}

.p-t-n {
  padding-top: 0 !important;
}

.p-t-n-children > * {
  padding-top: 0 !important;
}

.p-v-n {
  padding-top: 0 !important;
}

.p-v-n-children > * {
  padding-top: 0 !important;
}

.p-a-5xs {
  padding-top: 1.5px !important;
}

.p-a-5xs-children > * {
  padding-top: 1.5px !important;
}

.p-t-5xs {
  padding-top: 1.5px !important;
}

.p-t-5xs-children > * {
  padding-top: 1.5px !important;
}

.p-v-5xs {
  padding-top: 1.5px !important;
}

.p-v-5xs-children > * {
  padding-top: 1.5px !important;
}

.p-a-4xs {
  padding-top: 1.875px !important;
}

.p-a-4xs-children > * {
  padding-top: 1.875px !important;
}

.p-t-4xs {
  padding-top: 1.875px !important;
}

.p-t-4xs-children > * {
  padding-top: 1.875px !important;
}

.p-v-4xs {
  padding-top: 1.875px !important;
}

.p-v-4xs-children > * {
  padding-top: 1.875px !important;
}

.p-a-3xs {
  padding-top: 2.5px !important;
}

.p-a-3xs-children > * {
  padding-top: 2.5px !important;
}

.p-t-3xs {
  padding-top: 2.5px !important;
}

.p-t-3xs-children > * {
  padding-top: 2.5px !important;
}

.p-v-3xs {
  padding-top: 2.5px !important;
}

.p-v-3xs-children > * {
  padding-top: 2.5px !important;
}

.p-a-2xs {
  padding-top: 3.75px !important;
}

.p-a-2xs-children > * {
  padding-top: 3.75px !important;
}

.p-t-2xs {
  padding-top: 3.75px !important;
}

.p-t-2xs-children > * {
  padding-top: 3.75px !important;
}

.p-v-2xs {
  padding-top: 3.75px !important;
}

.p-v-2xs-children > * {
  padding-top: 3.75px !important;
}

.p-a-xs {
  padding-top: 5px !important;
}

.p-a-xs-children > * {
  padding-top: 5px !important;
}

.p-t-xs {
  padding-top: 5px !important;
}

.p-t-xs-children > * {
  padding-top: 5px !important;
}

.p-v-xs {
  padding-top: 5px !important;
}

.p-v-xs-children > * {
  padding-top: 5px !important;
}

.p-a-sm {
  padding-top: 7.5px !important;
}

.p-a-sm-children > * {
  padding-top: 7.5px !important;
}

.p-t-sm {
  padding-top: 7.5px !important;
}

.p-t-sm-children > * {
  padding-top: 7.5px !important;
}

.p-v-sm {
  padding-top: 7.5px !important;
}

.p-v-sm-children > * {
  padding-top: 7.5px !important;
}

.p-a-md {
  padding-top: 15px !important;
}

.p-a-md-children > * {
  padding-top: 15px !important;
}

.p-t-md {
  padding-top: 15px !important;
}

.p-t-md-children > * {
  padding-top: 15px !important;
}

.p-v-md {
  padding-top: 15px !important;
}

.p-v-md-children > * {
  padding-top: 15px !important;
}

.p-a-lg {
  padding-top: 30px !important;
}

.p-a-lg-children > * {
  padding-top: 30px !important;
}

.p-t-lg {
  padding-top: 30px !important;
}

.p-t-lg-children > * {
  padding-top: 30px !important;
}

.p-v-lg {
  padding-top: 30px !important;
}

.p-v-lg-children > * {
  padding-top: 30px !important;
}

.p-a-xl {
  padding-top: 45px !important;
}

.p-a-xl-children > * {
  padding-top: 45px !important;
}

.p-t-xl {
  padding-top: 45px !important;
}

.p-t-xl-children > * {
  padding-top: 45px !important;
}

.p-v-xl {
  padding-top: 45px !important;
}

.p-v-xl-children > * {
  padding-top: 45px !important;
}

.p-a-2xl {
  padding-top: 60px !important;
}

.p-a-2xl-children > * {
  padding-top: 60px !important;
}

.p-t-2xl {
  padding-top: 60px !important;
}

.p-t-2xl-children > * {
  padding-top: 60px !important;
}

.p-v-2xl {
  padding-top: 60px !important;
}

.p-v-2xl-children > * {
  padding-top: 60px !important;
}

.p-a-3xl {
  padding-top: 90px !important;
}

.p-a-3xl-children > * {
  padding-top: 90px !important;
}

.p-t-3xl {
  padding-top: 90px !important;
}

.p-t-3xl-children > * {
  padding-top: 90px !important;
}

.p-v-3xl {
  padding-top: 90px !important;
}

.p-v-3xl-children > * {
  padding-top: 90px !important;
}

.p-a-4xl {
  padding-top: 120px !important;
}

.p-a-4xl-children > * {
  padding-top: 120px !important;
}

.p-t-4xl {
  padding-top: 120px !important;
}

.p-t-4xl-children > * {
  padding-top: 120px !important;
}

.p-v-4xl {
  padding-top: 120px !important;
}

.p-v-4xl-children > * {
  padding-top: 120px !important;
}

.p-a-5xl {
  padding-top: 150px !important;
}

.p-a-5xl-children > * {
  padding-top: 150px !important;
}

.p-t-5xl {
  padding-top: 150px !important;
}

.p-t-5xl-children > * {
  padding-top: 150px !important;
}

.p-v-5xl {
  padding-top: 150px !important;
}

.p-v-5xl-children > * {
  padding-top: 150px !important;
}

.p-a-6xl {
  padding-top: 180px !important;
}

.p-a-6xl-children > * {
  padding-top: 180px !important;
}

.p-t-6xl {
  padding-top: 180px !important;
}

.p-t-6xl-children > * {
  padding-top: 180px !important;
}

.p-v-6xl {
  padding-top: 180px !important;
}

.p-v-6xl-children > * {
  padding-top: 180px !important;
}

.p-a-7xl {
  padding-top: 210px !important;
}

.p-a-7xl-children > * {
  padding-top: 210px !important;
}

.p-t-7xl {
  padding-top: 210px !important;
}

.p-t-7xl-children > * {
  padding-top: 210px !important;
}

.p-v-7xl {
  padding-top: 210px !important;
}

.p-v-7xl-children > * {
  padding-top: 210px !important;
}

.p-a-8xl {
  padding-top: 240px !important;
}

.p-a-8xl-children > * {
  padding-top: 240px !important;
}

.p-t-8xl {
  padding-top: 240px !important;
}

.p-t-8xl-children > * {
  padding-top: 240px !important;
}

.p-v-8xl {
  padding-top: 240px !important;
}

.p-v-8xl-children > * {
  padding-top: 240px !important;
}

.p-a-9xl {
  padding-top: 270px !important;
}

.p-a-9xl-children > * {
  padding-top: 270px !important;
}

.p-t-9xl {
  padding-top: 270px !important;
}

.p-t-9xl-children > * {
  padding-top: 270px !important;
}

.p-v-9xl {
  padding-top: 270px !important;
}

.p-v-9xl-children > * {
  padding-top: 270px !important;
}

.p-a-10xl {
  padding-top: 300px !important;
}

.p-a-10xl-children > * {
  padding-top: 300px !important;
}

.p-t-10xl {
  padding-top: 300px !important;
}

.p-t-10xl-children > * {
  padding-top: 300px !important;
}

.p-v-10xl {
  padding-top: 300px !important;
}

.p-v-10xl-children > * {
  padding-top: 300px !important;
}

.p-a-auto {
  padding-top: auto !important;
}

.p-a-auto-children > * {
  padding-top: auto !important;
}

.p-t-auto {
  padding-top: auto !important;
}

.p-t-auto-children > * {
  padding-top: auto !important;
}

.p-v-auto {
  padding-top: auto !important;
}

.p-v-auto-children > * {
  padding-top: auto !important;
}

.p-a-inherit {
  padding-top: inherit !important;
}

.p-a-inherit-children > * {
  padding-top: inherit !important;
}

.p-t-inherit {
  padding-top: inherit !important;
}

.p-t-inherit-children > * {
  padding-top: inherit !important;
}

.p-v-inherit {
  padding-top: inherit !important;
}

.p-v-inherit-children > * {
  padding-top: inherit !important;
}

.p-a-initial {
  padding-top: initial !important;
}

.p-a-initial-children > * {
  padding-top: initial !important;
}

.p-t-initial {
  padding-top: initial !important;
}

.p-t-initial-children > * {
  padding-top: initial !important;
}

.p-v-initial {
  padding-top: initial !important;
}

.p-v-initial-children > * {
  padding-top: initial !important;
}

.p-a-unset {
  padding-top: unset !important;
}

.p-a-unset-children > * {
  padding-top: unset !important;
}

.p-t-unset {
  padding-top: unset !important;
}

.p-t-unset-children > * {
  padding-top: unset !important;
}

.p-v-unset {
  padding-top: unset !important;
}

.p-v-unset-children > * {
  padding-top: unset !important;
}

.p-a-n {
  padding-right: 0 !important;
}

.p-a-n-children > * {
  padding-right: 0 !important;
}

.p-r-n {
  padding-right: 0 !important;
}

.p-r-n-children > * {
  padding-right: 0 !important;
}

.p-h-n {
  padding-right: 0 !important;
}

.p-h-n-children > * {
  padding-right: 0 !important;
}

.p-a-5xs {
  padding-right: 1.5px !important;
}

.p-a-5xs-children > * {
  padding-right: 1.5px !important;
}

.p-r-5xs {
  padding-right: 1.5px !important;
}

.p-r-5xs-children > * {
  padding-right: 1.5px !important;
}

.p-h-5xs {
  padding-right: 1.5px !important;
}

.p-h-5xs-children > * {
  padding-right: 1.5px !important;
}

.p-a-4xs {
  padding-right: 1.875px !important;
}

.p-a-4xs-children > * {
  padding-right: 1.875px !important;
}

.p-r-4xs {
  padding-right: 1.875px !important;
}

.p-r-4xs-children > * {
  padding-right: 1.875px !important;
}

.p-h-4xs {
  padding-right: 1.875px !important;
}

.p-h-4xs-children > * {
  padding-right: 1.875px !important;
}

.p-a-3xs {
  padding-right: 2.5px !important;
}

.p-a-3xs-children > * {
  padding-right: 2.5px !important;
}

.p-r-3xs {
  padding-right: 2.5px !important;
}

.p-r-3xs-children > * {
  padding-right: 2.5px !important;
}

.p-h-3xs {
  padding-right: 2.5px !important;
}

.p-h-3xs-children > * {
  padding-right: 2.5px !important;
}

.p-a-2xs {
  padding-right: 3.75px !important;
}

.p-a-2xs-children > * {
  padding-right: 3.75px !important;
}

.p-r-2xs {
  padding-right: 3.75px !important;
}

.p-r-2xs-children > * {
  padding-right: 3.75px !important;
}

.p-h-2xs {
  padding-right: 3.75px !important;
}

.p-h-2xs-children > * {
  padding-right: 3.75px !important;
}

.p-a-xs {
  padding-right: 5px !important;
}

.p-a-xs-children > * {
  padding-right: 5px !important;
}

.p-r-xs {
  padding-right: 5px !important;
}

.p-r-xs-children > * {
  padding-right: 5px !important;
}

.p-h-xs {
  padding-right: 5px !important;
}

.p-h-xs-children > * {
  padding-right: 5px !important;
}

.p-a-sm {
  padding-right: 7.5px !important;
}

.p-a-sm-children > * {
  padding-right: 7.5px !important;
}

.p-r-sm {
  padding-right: 7.5px !important;
}

.p-r-sm-children > * {
  padding-right: 7.5px !important;
}

.p-h-sm {
  padding-right: 7.5px !important;
}

.p-h-sm-children > * {
  padding-right: 7.5px !important;
}

.p-a-md {
  padding-right: 15px !important;
}

.p-a-md-children > * {
  padding-right: 15px !important;
}

.p-r-md {
  padding-right: 15px !important;
}

.p-r-md-children > * {
  padding-right: 15px !important;
}

.p-h-md {
  padding-right: 15px !important;
}

.p-h-md-children > * {
  padding-right: 15px !important;
}

.p-a-lg {
  padding-right: 30px !important;
}

.p-a-lg-children > * {
  padding-right: 30px !important;
}

.p-r-lg {
  padding-right: 30px !important;
}

.p-r-lg-children > * {
  padding-right: 30px !important;
}

.p-h-lg {
  padding-right: 30px !important;
}

.p-h-lg-children > * {
  padding-right: 30px !important;
}

.p-a-xl {
  padding-right: 45px !important;
}

.p-a-xl-children > * {
  padding-right: 45px !important;
}

.p-r-xl {
  padding-right: 45px !important;
}

.p-r-xl-children > * {
  padding-right: 45px !important;
}

.p-h-xl {
  padding-right: 45px !important;
}

.p-h-xl-children > * {
  padding-right: 45px !important;
}

.p-a-2xl {
  padding-right: 60px !important;
}

.p-a-2xl-children > * {
  padding-right: 60px !important;
}

.p-r-2xl {
  padding-right: 60px !important;
}

.p-r-2xl-children > * {
  padding-right: 60px !important;
}

.p-h-2xl {
  padding-right: 60px !important;
}

.p-h-2xl-children > * {
  padding-right: 60px !important;
}

.p-a-3xl {
  padding-right: 90px !important;
}

.p-a-3xl-children > * {
  padding-right: 90px !important;
}

.p-r-3xl {
  padding-right: 90px !important;
}

.p-r-3xl-children > * {
  padding-right: 90px !important;
}

.p-h-3xl {
  padding-right: 90px !important;
}

.p-h-3xl-children > * {
  padding-right: 90px !important;
}

.p-a-4xl {
  padding-right: 120px !important;
}

.p-a-4xl-children > * {
  padding-right: 120px !important;
}

.p-r-4xl {
  padding-right: 120px !important;
}

.p-r-4xl-children > * {
  padding-right: 120px !important;
}

.p-h-4xl {
  padding-right: 120px !important;
}

.p-h-4xl-children > * {
  padding-right: 120px !important;
}

.p-a-5xl {
  padding-right: 150px !important;
}

.p-a-5xl-children > * {
  padding-right: 150px !important;
}

.p-r-5xl {
  padding-right: 150px !important;
}

.p-r-5xl-children > * {
  padding-right: 150px !important;
}

.p-h-5xl {
  padding-right: 150px !important;
}

.p-h-5xl-children > * {
  padding-right: 150px !important;
}

.p-a-6xl {
  padding-right: 180px !important;
}

.p-a-6xl-children > * {
  padding-right: 180px !important;
}

.p-r-6xl {
  padding-right: 180px !important;
}

.p-r-6xl-children > * {
  padding-right: 180px !important;
}

.p-h-6xl {
  padding-right: 180px !important;
}

.p-h-6xl-children > * {
  padding-right: 180px !important;
}

.p-a-7xl {
  padding-right: 210px !important;
}

.p-a-7xl-children > * {
  padding-right: 210px !important;
}

.p-r-7xl {
  padding-right: 210px !important;
}

.p-r-7xl-children > * {
  padding-right: 210px !important;
}

.p-h-7xl {
  padding-right: 210px !important;
}

.p-h-7xl-children > * {
  padding-right: 210px !important;
}

.p-a-8xl {
  padding-right: 240px !important;
}

.p-a-8xl-children > * {
  padding-right: 240px !important;
}

.p-r-8xl {
  padding-right: 240px !important;
}

.p-r-8xl-children > * {
  padding-right: 240px !important;
}

.p-h-8xl {
  padding-right: 240px !important;
}

.p-h-8xl-children > * {
  padding-right: 240px !important;
}

.p-a-9xl {
  padding-right: 270px !important;
}

.p-a-9xl-children > * {
  padding-right: 270px !important;
}

.p-r-9xl {
  padding-right: 270px !important;
}

.p-r-9xl-children > * {
  padding-right: 270px !important;
}

.p-h-9xl {
  padding-right: 270px !important;
}

.p-h-9xl-children > * {
  padding-right: 270px !important;
}

.p-a-10xl {
  padding-right: 300px !important;
}

.p-a-10xl-children > * {
  padding-right: 300px !important;
}

.p-r-10xl {
  padding-right: 300px !important;
}

.p-r-10xl-children > * {
  padding-right: 300px !important;
}

.p-h-10xl {
  padding-right: 300px !important;
}

.p-h-10xl-children > * {
  padding-right: 300px !important;
}

.p-a-auto {
  padding-right: auto !important;
}

.p-a-auto-children > * {
  padding-right: auto !important;
}

.p-r-auto {
  padding-right: auto !important;
}

.p-r-auto-children > * {
  padding-right: auto !important;
}

.p-h-auto {
  padding-right: auto !important;
}

.p-h-auto-children > * {
  padding-right: auto !important;
}

.p-a-inherit {
  padding-right: inherit !important;
}

.p-a-inherit-children > * {
  padding-right: inherit !important;
}

.p-r-inherit {
  padding-right: inherit !important;
}

.p-r-inherit-children > * {
  padding-right: inherit !important;
}

.p-h-inherit {
  padding-right: inherit !important;
}

.p-h-inherit-children > * {
  padding-right: inherit !important;
}

.p-a-initial {
  padding-right: initial !important;
}

.p-a-initial-children > * {
  padding-right: initial !important;
}

.p-r-initial {
  padding-right: initial !important;
}

.p-r-initial-children > * {
  padding-right: initial !important;
}

.p-h-initial {
  padding-right: initial !important;
}

.p-h-initial-children > * {
  padding-right: initial !important;
}

.p-a-unset {
  padding-right: unset !important;
}

.p-a-unset-children > * {
  padding-right: unset !important;
}

.p-r-unset {
  padding-right: unset !important;
}

.p-r-unset-children > * {
  padding-right: unset !important;
}

.p-h-unset {
  padding-right: unset !important;
}

.p-h-unset-children > * {
  padding-right: unset !important;
}

.p-a-n {
  padding-bottom: 0 !important;
}

.p-a-n-children > * {
  padding-bottom: 0 !important;
}

.p-b-n {
  padding-bottom: 0 !important;
}

.p-b-n-children > * {
  padding-bottom: 0 !important;
}

.p-v-n {
  padding-bottom: 0 !important;
}

.p-v-n-children > * {
  padding-bottom: 0 !important;
}

.p-a-5xs {
  padding-bottom: 1.5px !important;
}

.p-a-5xs-children > * {
  padding-bottom: 1.5px !important;
}

.p-b-5xs {
  padding-bottom: 1.5px !important;
}

.p-b-5xs-children > * {
  padding-bottom: 1.5px !important;
}

.p-v-5xs {
  padding-bottom: 1.5px !important;
}

.p-v-5xs-children > * {
  padding-bottom: 1.5px !important;
}

.p-a-4xs {
  padding-bottom: 1.875px !important;
}

.p-a-4xs-children > * {
  padding-bottom: 1.875px !important;
}

.p-b-4xs {
  padding-bottom: 1.875px !important;
}

.p-b-4xs-children > * {
  padding-bottom: 1.875px !important;
}

.p-v-4xs {
  padding-bottom: 1.875px !important;
}

.p-v-4xs-children > * {
  padding-bottom: 1.875px !important;
}

.p-a-3xs {
  padding-bottom: 2.5px !important;
}

.p-a-3xs-children > * {
  padding-bottom: 2.5px !important;
}

.p-b-3xs {
  padding-bottom: 2.5px !important;
}

.p-b-3xs-children > * {
  padding-bottom: 2.5px !important;
}

.p-v-3xs {
  padding-bottom: 2.5px !important;
}

.p-v-3xs-children > * {
  padding-bottom: 2.5px !important;
}

.p-a-2xs {
  padding-bottom: 3.75px !important;
}

.p-a-2xs-children > * {
  padding-bottom: 3.75px !important;
}

.p-b-2xs {
  padding-bottom: 3.75px !important;
}

.p-b-2xs-children > * {
  padding-bottom: 3.75px !important;
}

.p-v-2xs {
  padding-bottom: 3.75px !important;
}

.p-v-2xs-children > * {
  padding-bottom: 3.75px !important;
}

.p-a-xs {
  padding-bottom: 5px !important;
}

.p-a-xs-children > * {
  padding-bottom: 5px !important;
}

.p-b-xs {
  padding-bottom: 5px !important;
}

.p-b-xs-children > * {
  padding-bottom: 5px !important;
}

.p-v-xs {
  padding-bottom: 5px !important;
}

.p-v-xs-children > * {
  padding-bottom: 5px !important;
}

.p-a-sm {
  padding-bottom: 7.5px !important;
}

.p-a-sm-children > * {
  padding-bottom: 7.5px !important;
}

.p-b-sm {
  padding-bottom: 7.5px !important;
}

.p-b-sm-children > * {
  padding-bottom: 7.5px !important;
}

.p-v-sm {
  padding-bottom: 7.5px !important;
}

.p-v-sm-children > * {
  padding-bottom: 7.5px !important;
}

.p-a-md {
  padding-bottom: 15px !important;
}

.p-a-md-children > * {
  padding-bottom: 15px !important;
}

.p-b-md {
  padding-bottom: 15px !important;
}

.p-b-md-children > * {
  padding-bottom: 15px !important;
}

.p-v-md {
  padding-bottom: 15px !important;
}

.p-v-md-children > * {
  padding-bottom: 15px !important;
}

.p-a-lg {
  padding-bottom: 30px !important;
}

.p-a-lg-children > * {
  padding-bottom: 30px !important;
}

.p-b-lg {
  padding-bottom: 30px !important;
}

.p-b-lg-children > * {
  padding-bottom: 30px !important;
}

.p-v-lg {
  padding-bottom: 30px !important;
}

.p-v-lg-children > * {
  padding-bottom: 30px !important;
}

.p-a-xl {
  padding-bottom: 45px !important;
}

.p-a-xl-children > * {
  padding-bottom: 45px !important;
}

.p-b-xl {
  padding-bottom: 45px !important;
}

.p-b-xl-children > * {
  padding-bottom: 45px !important;
}

.p-v-xl {
  padding-bottom: 45px !important;
}

.p-v-xl-children > * {
  padding-bottom: 45px !important;
}

.p-a-2xl {
  padding-bottom: 60px !important;
}

.p-a-2xl-children > * {
  padding-bottom: 60px !important;
}

.p-b-2xl {
  padding-bottom: 60px !important;
}

.p-b-2xl-children > * {
  padding-bottom: 60px !important;
}

.p-v-2xl {
  padding-bottom: 60px !important;
}

.p-v-2xl-children > * {
  padding-bottom: 60px !important;
}

.p-a-3xl {
  padding-bottom: 90px !important;
}

.p-a-3xl-children > * {
  padding-bottom: 90px !important;
}

.p-b-3xl {
  padding-bottom: 90px !important;
}

.p-b-3xl-children > * {
  padding-bottom: 90px !important;
}

.p-v-3xl {
  padding-bottom: 90px !important;
}

.p-v-3xl-children > * {
  padding-bottom: 90px !important;
}

.p-a-4xl {
  padding-bottom: 120px !important;
}

.p-a-4xl-children > * {
  padding-bottom: 120px !important;
}

.p-b-4xl {
  padding-bottom: 120px !important;
}

.p-b-4xl-children > * {
  padding-bottom: 120px !important;
}

.p-v-4xl {
  padding-bottom: 120px !important;
}

.p-v-4xl-children > * {
  padding-bottom: 120px !important;
}

.p-a-5xl {
  padding-bottom: 150px !important;
}

.p-a-5xl-children > * {
  padding-bottom: 150px !important;
}

.p-b-5xl {
  padding-bottom: 150px !important;
}

.p-b-5xl-children > * {
  padding-bottom: 150px !important;
}

.p-v-5xl {
  padding-bottom: 150px !important;
}

.p-v-5xl-children > * {
  padding-bottom: 150px !important;
}

.p-a-6xl {
  padding-bottom: 180px !important;
}

.p-a-6xl-children > * {
  padding-bottom: 180px !important;
}

.p-b-6xl {
  padding-bottom: 180px !important;
}

.p-b-6xl-children > * {
  padding-bottom: 180px !important;
}

.p-v-6xl {
  padding-bottom: 180px !important;
}

.p-v-6xl-children > * {
  padding-bottom: 180px !important;
}

.p-a-7xl {
  padding-bottom: 210px !important;
}

.p-a-7xl-children > * {
  padding-bottom: 210px !important;
}

.p-b-7xl {
  padding-bottom: 210px !important;
}

.p-b-7xl-children > * {
  padding-bottom: 210px !important;
}

.p-v-7xl {
  padding-bottom: 210px !important;
}

.p-v-7xl-children > * {
  padding-bottom: 210px !important;
}

.p-a-8xl {
  padding-bottom: 240px !important;
}

.p-a-8xl-children > * {
  padding-bottom: 240px !important;
}

.p-b-8xl {
  padding-bottom: 240px !important;
}

.p-b-8xl-children > * {
  padding-bottom: 240px !important;
}

.p-v-8xl {
  padding-bottom: 240px !important;
}

.p-v-8xl-children > * {
  padding-bottom: 240px !important;
}

.p-a-9xl {
  padding-bottom: 270px !important;
}

.p-a-9xl-children > * {
  padding-bottom: 270px !important;
}

.p-b-9xl {
  padding-bottom: 270px !important;
}

.p-b-9xl-children > * {
  padding-bottom: 270px !important;
}

.p-v-9xl {
  padding-bottom: 270px !important;
}

.p-v-9xl-children > * {
  padding-bottom: 270px !important;
}

.p-a-10xl {
  padding-bottom: 300px !important;
}

.p-a-10xl-children > * {
  padding-bottom: 300px !important;
}

.p-b-10xl {
  padding-bottom: 300px !important;
}

.p-b-10xl-children > * {
  padding-bottom: 300px !important;
}

.p-v-10xl {
  padding-bottom: 300px !important;
}

.p-v-10xl-children > * {
  padding-bottom: 300px !important;
}

.p-a-auto {
  padding-bottom: auto !important;
}

.p-a-auto-children > * {
  padding-bottom: auto !important;
}

.p-b-auto {
  padding-bottom: auto !important;
}

.p-b-auto-children > * {
  padding-bottom: auto !important;
}

.p-v-auto {
  padding-bottom: auto !important;
}

.p-v-auto-children > * {
  padding-bottom: auto !important;
}

.p-a-inherit {
  padding-bottom: inherit !important;
}

.p-a-inherit-children > * {
  padding-bottom: inherit !important;
}

.p-b-inherit {
  padding-bottom: inherit !important;
}

.p-b-inherit-children > * {
  padding-bottom: inherit !important;
}

.p-v-inherit {
  padding-bottom: inherit !important;
}

.p-v-inherit-children > * {
  padding-bottom: inherit !important;
}

.p-a-initial {
  padding-bottom: initial !important;
}

.p-a-initial-children > * {
  padding-bottom: initial !important;
}

.p-b-initial {
  padding-bottom: initial !important;
}

.p-b-initial-children > * {
  padding-bottom: initial !important;
}

.p-v-initial {
  padding-bottom: initial !important;
}

.p-v-initial-children > * {
  padding-bottom: initial !important;
}

.p-a-unset {
  padding-bottom: unset !important;
}

.p-a-unset-children > * {
  padding-bottom: unset !important;
}

.p-b-unset {
  padding-bottom: unset !important;
}

.p-b-unset-children > * {
  padding-bottom: unset !important;
}

.p-v-unset {
  padding-bottom: unset !important;
}

.p-v-unset-children > * {
  padding-bottom: unset !important;
}

.p-a-n {
  padding-left: 0 !important;
}

.p-a-n-children > * {
  padding-left: 0 !important;
}

.p-l-n {
  padding-left: 0 !important;
}

.p-l-n-children > * {
  padding-left: 0 !important;
}

.p-h-n {
  padding-left: 0 !important;
}

.p-h-n-children > * {
  padding-left: 0 !important;
}

.p-a-5xs {
  padding-left: 1.5px !important;
}

.p-a-5xs-children > * {
  padding-left: 1.5px !important;
}

.p-l-5xs {
  padding-left: 1.5px !important;
}

.p-l-5xs-children > * {
  padding-left: 1.5px !important;
}

.p-h-5xs {
  padding-left: 1.5px !important;
}

.p-h-5xs-children > * {
  padding-left: 1.5px !important;
}

.p-a-4xs {
  padding-left: 1.875px !important;
}

.p-a-4xs-children > * {
  padding-left: 1.875px !important;
}

.p-l-4xs {
  padding-left: 1.875px !important;
}

.p-l-4xs-children > * {
  padding-left: 1.875px !important;
}

.p-h-4xs {
  padding-left: 1.875px !important;
}

.p-h-4xs-children > * {
  padding-left: 1.875px !important;
}

.p-a-3xs {
  padding-left: 2.5px !important;
}

.p-a-3xs-children > * {
  padding-left: 2.5px !important;
}

.p-l-3xs {
  padding-left: 2.5px !important;
}

.p-l-3xs-children > * {
  padding-left: 2.5px !important;
}

.p-h-3xs {
  padding-left: 2.5px !important;
}

.p-h-3xs-children > * {
  padding-left: 2.5px !important;
}

.p-a-2xs {
  padding-left: 3.75px !important;
}

.p-a-2xs-children > * {
  padding-left: 3.75px !important;
}

.p-l-2xs {
  padding-left: 3.75px !important;
}

.p-l-2xs-children > * {
  padding-left: 3.75px !important;
}

.p-h-2xs {
  padding-left: 3.75px !important;
}

.p-h-2xs-children > * {
  padding-left: 3.75px !important;
}

.p-a-xs {
  padding-left: 5px !important;
}

.p-a-xs-children > * {
  padding-left: 5px !important;
}

.p-l-xs {
  padding-left: 5px !important;
}

.p-l-xs-children > * {
  padding-left: 5px !important;
}

.p-h-xs {
  padding-left: 5px !important;
}

.p-h-xs-children > * {
  padding-left: 5px !important;
}

.p-a-sm {
  padding-left: 7.5px !important;
}

.p-a-sm-children > * {
  padding-left: 7.5px !important;
}

.p-l-sm {
  padding-left: 7.5px !important;
}

.p-l-sm-children > * {
  padding-left: 7.5px !important;
}

.p-h-sm {
  padding-left: 7.5px !important;
}

.p-h-sm-children > * {
  padding-left: 7.5px !important;
}

.p-a-md {
  padding-left: 15px !important;
}

.p-a-md-children > * {
  padding-left: 15px !important;
}

.p-l-md {
  padding-left: 15px !important;
}

.p-l-md-children > * {
  padding-left: 15px !important;
}

.p-h-md {
  padding-left: 15px !important;
}

.p-h-md-children > * {
  padding-left: 15px !important;
}

.p-a-lg {
  padding-left: 30px !important;
}

.p-a-lg-children > * {
  padding-left: 30px !important;
}

.p-l-lg {
  padding-left: 30px !important;
}

.p-l-lg-children > * {
  padding-left: 30px !important;
}

.p-h-lg {
  padding-left: 30px !important;
}

.p-h-lg-children > * {
  padding-left: 30px !important;
}

.p-a-xl {
  padding-left: 45px !important;
}

.p-a-xl-children > * {
  padding-left: 45px !important;
}

.p-l-xl {
  padding-left: 45px !important;
}

.p-l-xl-children > * {
  padding-left: 45px !important;
}

.p-h-xl {
  padding-left: 45px !important;
}

.p-h-xl-children > * {
  padding-left: 45px !important;
}

.p-a-2xl {
  padding-left: 60px !important;
}

.p-a-2xl-children > * {
  padding-left: 60px !important;
}

.p-l-2xl {
  padding-left: 60px !important;
}

.p-l-2xl-children > * {
  padding-left: 60px !important;
}

.p-h-2xl {
  padding-left: 60px !important;
}

.p-h-2xl-children > * {
  padding-left: 60px !important;
}

.p-a-3xl {
  padding-left: 90px !important;
}

.p-a-3xl-children > * {
  padding-left: 90px !important;
}

.p-l-3xl {
  padding-left: 90px !important;
}

.p-l-3xl-children > * {
  padding-left: 90px !important;
}

.p-h-3xl {
  padding-left: 90px !important;
}

.p-h-3xl-children > * {
  padding-left: 90px !important;
}

.p-a-4xl {
  padding-left: 120px !important;
}

.p-a-4xl-children > * {
  padding-left: 120px !important;
}

.p-l-4xl {
  padding-left: 120px !important;
}

.p-l-4xl-children > * {
  padding-left: 120px !important;
}

.p-h-4xl {
  padding-left: 120px !important;
}

.p-h-4xl-children > * {
  padding-left: 120px !important;
}

.p-a-5xl {
  padding-left: 150px !important;
}

.p-a-5xl-children > * {
  padding-left: 150px !important;
}

.p-l-5xl {
  padding-left: 150px !important;
}

.p-l-5xl-children > * {
  padding-left: 150px !important;
}

.p-h-5xl {
  padding-left: 150px !important;
}

.p-h-5xl-children > * {
  padding-left: 150px !important;
}

.p-a-6xl {
  padding-left: 180px !important;
}

.p-a-6xl-children > * {
  padding-left: 180px !important;
}

.p-l-6xl {
  padding-left: 180px !important;
}

.p-l-6xl-children > * {
  padding-left: 180px !important;
}

.p-h-6xl {
  padding-left: 180px !important;
}

.p-h-6xl-children > * {
  padding-left: 180px !important;
}

.p-a-7xl {
  padding-left: 210px !important;
}

.p-a-7xl-children > * {
  padding-left: 210px !important;
}

.p-l-7xl {
  padding-left: 210px !important;
}

.p-l-7xl-children > * {
  padding-left: 210px !important;
}

.p-h-7xl {
  padding-left: 210px !important;
}

.p-h-7xl-children > * {
  padding-left: 210px !important;
}

.p-a-8xl {
  padding-left: 240px !important;
}

.p-a-8xl-children > * {
  padding-left: 240px !important;
}

.p-l-8xl {
  padding-left: 240px !important;
}

.p-l-8xl-children > * {
  padding-left: 240px !important;
}

.p-h-8xl {
  padding-left: 240px !important;
}

.p-h-8xl-children > * {
  padding-left: 240px !important;
}

.p-a-9xl {
  padding-left: 270px !important;
}

.p-a-9xl-children > * {
  padding-left: 270px !important;
}

.p-l-9xl {
  padding-left: 270px !important;
}

.p-l-9xl-children > * {
  padding-left: 270px !important;
}

.p-h-9xl {
  padding-left: 270px !important;
}

.p-h-9xl-children > * {
  padding-left: 270px !important;
}

.p-a-10xl {
  padding-left: 300px !important;
}

.p-a-10xl-children > * {
  padding-left: 300px !important;
}

.p-l-10xl {
  padding-left: 300px !important;
}

.p-l-10xl-children > * {
  padding-left: 300px !important;
}

.p-h-10xl {
  padding-left: 300px !important;
}

.p-h-10xl-children > * {
  padding-left: 300px !important;
}

.p-a-auto {
  padding-left: auto !important;
}

.p-a-auto-children > * {
  padding-left: auto !important;
}

.p-l-auto {
  padding-left: auto !important;
}

.p-l-auto-children > * {
  padding-left: auto !important;
}

.p-h-auto {
  padding-left: auto !important;
}

.p-h-auto-children > * {
  padding-left: auto !important;
}

.p-a-inherit {
  padding-left: inherit !important;
}

.p-a-inherit-children > * {
  padding-left: inherit !important;
}

.p-l-inherit {
  padding-left: inherit !important;
}

.p-l-inherit-children > * {
  padding-left: inherit !important;
}

.p-h-inherit {
  padding-left: inherit !important;
}

.p-h-inherit-children > * {
  padding-left: inherit !important;
}

.p-a-initial {
  padding-left: initial !important;
}

.p-a-initial-children > * {
  padding-left: initial !important;
}

.p-l-initial {
  padding-left: initial !important;
}

.p-l-initial-children > * {
  padding-left: initial !important;
}

.p-h-initial {
  padding-left: initial !important;
}

.p-h-initial-children > * {
  padding-left: initial !important;
}

.p-a-unset {
  padding-left: unset !important;
}

.p-a-unset-children > * {
  padding-left: unset !important;
}

.p-l-unset {
  padding-left: unset !important;
}

.p-l-unset-children > * {
  padding-left: unset !important;
}

.p-h-unset {
  padding-left: unset !important;
}

.p-h-unset-children > * {
  padding-left: unset !important;
}

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

.twitter-share-button {
  margin-right: 15px;
}

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

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

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

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
body,
html {
  overflow-x: hidden;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #f5f5f5;
 /* font-family: "Gotham-Book"; */
}
.ffessm-body {
  height: initial;
  background-color: #fff;
}
.ffessm-body a {
  color: #333;
}
.ffessm-body a:active, .ffessm-body a:focus, .ffessm-body a:hover {
  color: #d8222a;
}
.ffessm-body a:not([href]):not([tabindex]) {
  color: #333;
}
body.body--contentpage {
  background-color: #f5f5f5;
}

button:active, button:focus, button:hover {
  outline: none;
}

/*h1 {
  text-transform: uppercase;
  color: #006daa;
  font-size: 48px;
  font-family: "bebas_neuebold";
}*/
.cromis-body h1 {
  color: #007B6D;
}

.line-top {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}

.line-bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.line-left {
  border-left: 1px solid #e5e5e5;
  padding-left: 70px;
  margin-left: 70px;
}
@media screen and (max-width: 762px) {
  .line-left {
    border-left: none;
    padding-left: initial;
    margin-left: initial;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 546px;
  }
}

.containerwrapper {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  color: #aeaeae;
}
a:hover {
  text-decoration: none;
}

.center-h {
  margin: 0 auto;
}

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

@font-face {
  font-family: "bebas_neuebold";
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-opacity=one] {
  opacity: 1 !important;
  transition: opacity 0.3s ease 0s;
}

[data-opacity=zero] {
  opacity: 0 !important;
  transition: opacity 0.3s ease 0s;
}

.has-overflow-hidden {
  overflow: hidden;
}

.has-position-relative {
  position: relative;
}

.has-zindex-0 {
  z-index: 0 !important;
}

.is-full-height {
  height: 100%;
}

.is-full-width {
  width: 100% !important;
}

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

.has-calendar-icon input[type=date] {
  background: url(/img/cal.svg) #fff no-repeat center right 10px;
}

.is-disabled {
  background-color: #aeaeae !important;
  cursor: not-allowed !important;
}

.has-required-error {
  border-color: #d8222a;
}

.border-right-thin-grey {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
}

.separator {
  border: 1px solid #979797;
  opacity: 0.3;
}
.separator--grey-gallery {
  border-color: #f0f0f0;
}

.has-gray-background {
  background-color: #f5f5f5;
}

.has-white-background {
  background-color: #fff;
}

.has-blue-background {
  background-color: #006daa;
}
.cromis-body .has-blue-background {
  background-color: #007B6D;
}

.has-deepblue-background {
  background-color: #005c8f;
}
.cromis-body .has-deepblue-background {
  background-color: #0DAE9C;
}

.has-full-vw-left {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100vw;
}
.has-full-vw-left--no-margin {
  right: -15px;
}

.has-full-vw-right {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  height: 100%;
  width: 100vw;
}
.has-full-vw-right--no-margin {
  left: -15px;
}

@media screen and (max-width: 767px) {
  .md-m-a-n {
    margin-top: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-top: 0 !important;
  }
  .md-m-t-n {
    margin-top: 0 !important;
  }
  .md-m-t-n-children > * {
    margin-top: 0 !important;
  }
  .md-m-v-n {
    margin-top: 0 !important;
  }
  .md-m-v-n-children > * {
    margin-top: 0 !important;
  }
  .md-m-a-5xs {
    margin-top: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .md-m-t-5xs {
    margin-top: 1.5px !important;
  }
  .md-m-t-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .md-m-v-5xs {
    margin-top: 1.5px !important;
  }
  .md-m-v-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-top: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .md-m-t-4xs {
    margin-top: 1.875px !important;
  }
  .md-m-t-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .md-m-v-4xs {
    margin-top: 1.875px !important;
  }
  .md-m-v-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-top: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .md-m-t-3xs {
    margin-top: 2.5px !important;
  }
  .md-m-t-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .md-m-v-3xs {
    margin-top: 2.5px !important;
  }
  .md-m-v-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-top: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .md-m-t-2xs {
    margin-top: 3.75px !important;
  }
  .md-m-t-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .md-m-v-2xs {
    margin-top: 3.75px !important;
  }
  .md-m-v-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .md-m-a-xs {
    margin-top: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-top: 5px !important;
  }
  .md-m-t-xs {
    margin-top: 5px !important;
  }
  .md-m-t-xs-children > * {
    margin-top: 5px !important;
  }
  .md-m-v-xs {
    margin-top: 5px !important;
  }
  .md-m-v-xs-children > * {
    margin-top: 5px !important;
  }
  .md-m-a-sm {
    margin-top: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-top: 7.5px !important;
  }
  .md-m-t-sm {
    margin-top: 7.5px !important;
  }
  .md-m-t-sm-children > * {
    margin-top: 7.5px !important;
  }
  .md-m-v-sm {
    margin-top: 7.5px !important;
  }
  .md-m-v-sm-children > * {
    margin-top: 7.5px !important;
  }
  .md-m-a-md {
    margin-top: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-top: 15px !important;
  }
  .md-m-t-md {
    margin-top: 15px !important;
  }
  .md-m-t-md-children > * {
    margin-top: 15px !important;
  }
  .md-m-v-md {
    margin-top: 15px !important;
  }
  .md-m-v-md-children > * {
    margin-top: 15px !important;
  }
  .md-m-a-lg {
    margin-top: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-top: 30px !important;
  }
  .md-m-t-lg {
    margin-top: 30px !important;
  }
  .md-m-t-lg-children > * {
    margin-top: 30px !important;
  }
  .md-m-v-lg {
    margin-top: 30px !important;
  }
  .md-m-v-lg-children > * {
    margin-top: 30px !important;
  }
  .md-m-a-xl {
    margin-top: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-top: 45px !important;
  }
  .md-m-t-xl {
    margin-top: 45px !important;
  }
  .md-m-t-xl-children > * {
    margin-top: 45px !important;
  }
  .md-m-v-xl {
    margin-top: 45px !important;
  }
  .md-m-v-xl-children > * {
    margin-top: 45px !important;
  }
  .md-m-a-2xl {
    margin-top: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-top: 60px !important;
  }
  .md-m-t-2xl {
    margin-top: 60px !important;
  }
  .md-m-t-2xl-children > * {
    margin-top: 60px !important;
  }
  .md-m-v-2xl {
    margin-top: 60px !important;
  }
  .md-m-v-2xl-children > * {
    margin-top: 60px !important;
  }
  .md-m-a-3xl {
    margin-top: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-top: 90px !important;
  }
  .md-m-t-3xl {
    margin-top: 90px !important;
  }
  .md-m-t-3xl-children > * {
    margin-top: 90px !important;
  }
  .md-m-v-3xl {
    margin-top: 90px !important;
  }
  .md-m-v-3xl-children > * {
    margin-top: 90px !important;
  }
  .md-m-a-4xl {
    margin-top: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-top: 120px !important;
  }
  .md-m-t-4xl {
    margin-top: 120px !important;
  }
  .md-m-t-4xl-children > * {
    margin-top: 120px !important;
  }
  .md-m-v-4xl {
    margin-top: 120px !important;
  }
  .md-m-v-4xl-children > * {
    margin-top: 120px !important;
  }
  .md-m-a-5xl {
    margin-top: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-top: 150px !important;
  }
  .md-m-t-5xl {
    margin-top: 150px !important;
  }
  .md-m-t-5xl-children > * {
    margin-top: 150px !important;
  }
  .md-m-v-5xl {
    margin-top: 150px !important;
  }
  .md-m-v-5xl-children > * {
    margin-top: 150px !important;
  }
  .md-m-a-6xl {
    margin-top: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-top: 180px !important;
  }
  .md-m-t-6xl {
    margin-top: 180px !important;
  }
  .md-m-t-6xl-children > * {
    margin-top: 180px !important;
  }
  .md-m-v-6xl {
    margin-top: 180px !important;
  }
  .md-m-v-6xl-children > * {
    margin-top: 180px !important;
  }
  .md-m-a-7xl {
    margin-top: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-top: 210px !important;
  }
  .md-m-t-7xl {
    margin-top: 210px !important;
  }
  .md-m-t-7xl-children > * {
    margin-top: 210px !important;
  }
  .md-m-v-7xl {
    margin-top: 210px !important;
  }
  .md-m-v-7xl-children > * {
    margin-top: 210px !important;
  }
  .md-m-a-8xl {
    margin-top: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-top: 240px !important;
  }
  .md-m-t-8xl {
    margin-top: 240px !important;
  }
  .md-m-t-8xl-children > * {
    margin-top: 240px !important;
  }
  .md-m-v-8xl {
    margin-top: 240px !important;
  }
  .md-m-v-8xl-children > * {
    margin-top: 240px !important;
  }
  .md-m-a-9xl {
    margin-top: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-top: 270px !important;
  }
  .md-m-t-9xl {
    margin-top: 270px !important;
  }
  .md-m-t-9xl-children > * {
    margin-top: 270px !important;
  }
  .md-m-v-9xl {
    margin-top: 270px !important;
  }
  .md-m-v-9xl-children > * {
    margin-top: 270px !important;
  }
  .md-m-a-10xl {
    margin-top: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-top: 300px !important;
  }
  .md-m-t-10xl {
    margin-top: 300px !important;
  }
  .md-m-t-10xl-children > * {
    margin-top: 300px !important;
  }
  .md-m-v-10xl {
    margin-top: 300px !important;
  }
  .md-m-v-10xl-children > * {
    margin-top: 300px !important;
  }
  .md-m-a-auto {
    margin-top: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-top: auto !important;
  }
  .md-m-t-auto {
    margin-top: auto !important;
  }
  .md-m-t-auto-children > * {
    margin-top: auto !important;
  }
  .md-m-v-auto {
    margin-top: auto !important;
  }
  .md-m-v-auto-children > * {
    margin-top: auto !important;
  }
  .md-m-a-inherit {
    margin-top: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-top: inherit !important;
  }
  .md-m-t-inherit {
    margin-top: inherit !important;
  }
  .md-m-t-inherit-children > * {
    margin-top: inherit !important;
  }
  .md-m-v-inherit {
    margin-top: inherit !important;
  }
  .md-m-v-inherit-children > * {
    margin-top: inherit !important;
  }
  .md-m-a-initial {
    margin-top: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-top: initial !important;
  }
  .md-m-t-initial {
    margin-top: initial !important;
  }
  .md-m-t-initial-children > * {
    margin-top: initial !important;
  }
  .md-m-v-initial {
    margin-top: initial !important;
  }
  .md-m-v-initial-children > * {
    margin-top: initial !important;
  }
  .md-m-a-unset {
    margin-top: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-top: unset !important;
  }
  .md-m-t-unset {
    margin-top: unset !important;
  }
  .md-m-t-unset-children > * {
    margin-top: unset !important;
  }
  .md-m-v-unset {
    margin-top: unset !important;
  }
  .md-m-v-unset-children > * {
    margin-top: unset !important;
  }
  .md-m-a-n {
    margin-right: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-right: 0 !important;
  }
  .md-m-r-n {
    margin-right: 0 !important;
  }
  .md-m-r-n-children > * {
    margin-right: 0 !important;
  }
  .md-m-h-n {
    margin-right: 0 !important;
  }
  .md-m-h-n-children > * {
    margin-right: 0 !important;
  }
  .md-m-a-5xs {
    margin-right: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .md-m-r-5xs {
    margin-right: 1.5px !important;
  }
  .md-m-r-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .md-m-h-5xs {
    margin-right: 1.5px !important;
  }
  .md-m-h-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-right: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .md-m-r-4xs {
    margin-right: 1.875px !important;
  }
  .md-m-r-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .md-m-h-4xs {
    margin-right: 1.875px !important;
  }
  .md-m-h-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-right: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .md-m-r-3xs {
    margin-right: 2.5px !important;
  }
  .md-m-r-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .md-m-h-3xs {
    margin-right: 2.5px !important;
  }
  .md-m-h-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-right: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .md-m-r-2xs {
    margin-right: 3.75px !important;
  }
  .md-m-r-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .md-m-h-2xs {
    margin-right: 3.75px !important;
  }
  .md-m-h-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .md-m-a-xs {
    margin-right: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-right: 5px !important;
  }
  .md-m-r-xs {
    margin-right: 5px !important;
  }
  .md-m-r-xs-children > * {
    margin-right: 5px !important;
  }
  .md-m-h-xs {
    margin-right: 5px !important;
  }
  .md-m-h-xs-children > * {
    margin-right: 5px !important;
  }
  .md-m-a-sm {
    margin-right: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-right: 7.5px !important;
  }
  .md-m-r-sm {
    margin-right: 7.5px !important;
  }
  .md-m-r-sm-children > * {
    margin-right: 7.5px !important;
  }
  .md-m-h-sm {
    margin-right: 7.5px !important;
  }
  .md-m-h-sm-children > * {
    margin-right: 7.5px !important;
  }
  .md-m-a-md {
    margin-right: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-right: 15px !important;
  }
  .md-m-r-md {
    margin-right: 15px !important;
  }
  .md-m-r-md-children > * {
    margin-right: 15px !important;
  }
  .md-m-h-md {
    margin-right: 15px !important;
  }
  .md-m-h-md-children > * {
    margin-right: 15px !important;
  }
  .md-m-a-lg {
    margin-right: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-right: 30px !important;
  }
  .md-m-r-lg {
    margin-right: 30px !important;
  }
  .md-m-r-lg-children > * {
    margin-right: 30px !important;
  }
  .md-m-h-lg {
    margin-right: 30px !important;
  }
  .md-m-h-lg-children > * {
    margin-right: 30px !important;
  }
  .md-m-a-xl {
    margin-right: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-right: 45px !important;
  }
  .md-m-r-xl {
    margin-right: 45px !important;
  }
  .md-m-r-xl-children > * {
    margin-right: 45px !important;
  }
  .md-m-h-xl {
    margin-right: 45px !important;
  }
  .md-m-h-xl-children > * {
    margin-right: 45px !important;
  }
  .md-m-a-2xl {
    margin-right: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-right: 60px !important;
  }
  .md-m-r-2xl {
    margin-right: 60px !important;
  }
  .md-m-r-2xl-children > * {
    margin-right: 60px !important;
  }
  .md-m-h-2xl {
    margin-right: 60px !important;
  }
  .md-m-h-2xl-children > * {
    margin-right: 60px !important;
  }
  .md-m-a-3xl {
    margin-right: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-right: 90px !important;
  }
  .md-m-r-3xl {
    margin-right: 90px !important;
  }
  .md-m-r-3xl-children > * {
    margin-right: 90px !important;
  }
  .md-m-h-3xl {
    margin-right: 90px !important;
  }
  .md-m-h-3xl-children > * {
    margin-right: 90px !important;
  }
  .md-m-a-4xl {
    margin-right: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-right: 120px !important;
  }
  .md-m-r-4xl {
    margin-right: 120px !important;
  }
  .md-m-r-4xl-children > * {
    margin-right: 120px !important;
  }
  .md-m-h-4xl {
    margin-right: 120px !important;
  }
  .md-m-h-4xl-children > * {
    margin-right: 120px !important;
  }
  .md-m-a-5xl {
    margin-right: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-right: 150px !important;
  }
  .md-m-r-5xl {
    margin-right: 150px !important;
  }
  .md-m-r-5xl-children > * {
    margin-right: 150px !important;
  }
  .md-m-h-5xl {
    margin-right: 150px !important;
  }
  .md-m-h-5xl-children > * {
    margin-right: 150px !important;
  }
  .md-m-a-6xl {
    margin-right: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-right: 180px !important;
  }
  .md-m-r-6xl {
    margin-right: 180px !important;
  }
  .md-m-r-6xl-children > * {
    margin-right: 180px !important;
  }
  .md-m-h-6xl {
    margin-right: 180px !important;
  }
  .md-m-h-6xl-children > * {
    margin-right: 180px !important;
  }
  .md-m-a-7xl {
    margin-right: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-right: 210px !important;
  }
  .md-m-r-7xl {
    margin-right: 210px !important;
  }
  .md-m-r-7xl-children > * {
    margin-right: 210px !important;
  }
  .md-m-h-7xl {
    margin-right: 210px !important;
  }
  .md-m-h-7xl-children > * {
    margin-right: 210px !important;
  }
  .md-m-a-8xl {
    margin-right: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-right: 240px !important;
  }
  .md-m-r-8xl {
    margin-right: 240px !important;
  }
  .md-m-r-8xl-children > * {
    margin-right: 240px !important;
  }
  .md-m-h-8xl {
    margin-right: 240px !important;
  }
  .md-m-h-8xl-children > * {
    margin-right: 240px !important;
  }
  .md-m-a-9xl {
    margin-right: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-right: 270px !important;
  }
  .md-m-r-9xl {
    margin-right: 270px !important;
  }
  .md-m-r-9xl-children > * {
    margin-right: 270px !important;
  }
  .md-m-h-9xl {
    margin-right: 270px !important;
  }
  .md-m-h-9xl-children > * {
    margin-right: 270px !important;
  }
  .md-m-a-10xl {
    margin-right: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-right: 300px !important;
  }
  .md-m-r-10xl {
    margin-right: 300px !important;
  }
  .md-m-r-10xl-children > * {
    margin-right: 300px !important;
  }
  .md-m-h-10xl {
    margin-right: 300px !important;
  }
  .md-m-h-10xl-children > * {
    margin-right: 300px !important;
  }
  .md-m-a-auto {
    margin-right: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-right: auto !important;
  }
  .md-m-r-auto {
    margin-right: auto !important;
  }
  .md-m-r-auto-children > * {
    margin-right: auto !important;
  }
  .md-m-h-auto {
    margin-right: auto !important;
  }
  .md-m-h-auto-children > * {
    margin-right: auto !important;
  }
  .md-m-a-inherit {
    margin-right: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-right: inherit !important;
  }
  .md-m-r-inherit {
    margin-right: inherit !important;
  }
  .md-m-r-inherit-children > * {
    margin-right: inherit !important;
  }
  .md-m-h-inherit {
    margin-right: inherit !important;
  }
  .md-m-h-inherit-children > * {
    margin-right: inherit !important;
  }
  .md-m-a-initial {
    margin-right: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-right: initial !important;
  }
  .md-m-r-initial {
    margin-right: initial !important;
  }
  .md-m-r-initial-children > * {
    margin-right: initial !important;
  }
  .md-m-h-initial {
    margin-right: initial !important;
  }
  .md-m-h-initial-children > * {
    margin-right: initial !important;
  }
  .md-m-a-unset {
    margin-right: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-right: unset !important;
  }
  .md-m-r-unset {
    margin-right: unset !important;
  }
  .md-m-r-unset-children > * {
    margin-right: unset !important;
  }
  .md-m-h-unset {
    margin-right: unset !important;
  }
  .md-m-h-unset-children > * {
    margin-right: unset !important;
  }
  .md-m-a-n {
    margin-bottom: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-bottom: 0 !important;
  }
  .md-m-b-n {
    margin-bottom: 0 !important;
  }
  .md-m-b-n-children > * {
    margin-bottom: 0 !important;
  }
  .md-m-v-n {
    margin-bottom: 0 !important;
  }
  .md-m-v-n-children > * {
    margin-bottom: 0 !important;
  }
  .md-m-a-5xs {
    margin-bottom: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .md-m-b-5xs {
    margin-bottom: 1.5px !important;
  }
  .md-m-b-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .md-m-v-5xs {
    margin-bottom: 1.5px !important;
  }
  .md-m-v-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-bottom: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .md-m-b-4xs {
    margin-bottom: 1.875px !important;
  }
  .md-m-b-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .md-m-v-4xs {
    margin-bottom: 1.875px !important;
  }
  .md-m-v-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-bottom: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .md-m-b-3xs {
    margin-bottom: 2.5px !important;
  }
  .md-m-b-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .md-m-v-3xs {
    margin-bottom: 2.5px !important;
  }
  .md-m-v-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-bottom: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .md-m-b-2xs {
    margin-bottom: 3.75px !important;
  }
  .md-m-b-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .md-m-v-2xs {
    margin-bottom: 3.75px !important;
  }
  .md-m-v-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .md-m-a-xs {
    margin-bottom: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-bottom: 5px !important;
  }
  .md-m-b-xs {
    margin-bottom: 5px !important;
  }
  .md-m-b-xs-children > * {
    margin-bottom: 5px !important;
  }
  .md-m-v-xs {
    margin-bottom: 5px !important;
  }
  .md-m-v-xs-children > * {
    margin-bottom: 5px !important;
  }
  .md-m-a-sm {
    margin-bottom: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .md-m-b-sm {
    margin-bottom: 7.5px !important;
  }
  .md-m-b-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .md-m-v-sm {
    margin-bottom: 7.5px !important;
  }
  .md-m-v-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .md-m-a-md {
    margin-bottom: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-bottom: 15px !important;
  }
  .md-m-b-md {
    margin-bottom: 15px !important;
  }
  .md-m-b-md-children > * {
    margin-bottom: 15px !important;
  }
  .md-m-v-md {
    margin-bottom: 15px !important;
  }
  .md-m-v-md-children > * {
    margin-bottom: 15px !important;
  }
  .md-m-a-lg {
    margin-bottom: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-bottom: 30px !important;
  }
  .md-m-b-lg {
    margin-bottom: 30px !important;
  }
  .md-m-b-lg-children > * {
    margin-bottom: 30px !important;
  }
  .md-m-v-lg {
    margin-bottom: 30px !important;
  }
  .md-m-v-lg-children > * {
    margin-bottom: 30px !important;
  }
  .md-m-a-xl {
    margin-bottom: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-bottom: 45px !important;
  }
  .md-m-b-xl {
    margin-bottom: 45px !important;
  }
  .md-m-b-xl-children > * {
    margin-bottom: 45px !important;
  }
  .md-m-v-xl {
    margin-bottom: 45px !important;
  }
  .md-m-v-xl-children > * {
    margin-bottom: 45px !important;
  }
  .md-m-a-2xl {
    margin-bottom: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .md-m-b-2xl {
    margin-bottom: 60px !important;
  }
  .md-m-b-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .md-m-v-2xl {
    margin-bottom: 60px !important;
  }
  .md-m-v-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .md-m-a-3xl {
    margin-bottom: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .md-m-b-3xl {
    margin-bottom: 90px !important;
  }
  .md-m-b-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .md-m-v-3xl {
    margin-bottom: 90px !important;
  }
  .md-m-v-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .md-m-a-4xl {
    margin-bottom: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .md-m-b-4xl {
    margin-bottom: 120px !important;
  }
  .md-m-b-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .md-m-v-4xl {
    margin-bottom: 120px !important;
  }
  .md-m-v-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .md-m-a-5xl {
    margin-bottom: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .md-m-b-5xl {
    margin-bottom: 150px !important;
  }
  .md-m-b-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .md-m-v-5xl {
    margin-bottom: 150px !important;
  }
  .md-m-v-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .md-m-a-6xl {
    margin-bottom: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .md-m-b-6xl {
    margin-bottom: 180px !important;
  }
  .md-m-b-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .md-m-v-6xl {
    margin-bottom: 180px !important;
  }
  .md-m-v-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .md-m-a-7xl {
    margin-bottom: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .md-m-b-7xl {
    margin-bottom: 210px !important;
  }
  .md-m-b-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .md-m-v-7xl {
    margin-bottom: 210px !important;
  }
  .md-m-v-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .md-m-a-8xl {
    margin-bottom: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .md-m-b-8xl {
    margin-bottom: 240px !important;
  }
  .md-m-b-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .md-m-v-8xl {
    margin-bottom: 240px !important;
  }
  .md-m-v-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .md-m-a-9xl {
    margin-bottom: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .md-m-b-9xl {
    margin-bottom: 270px !important;
  }
  .md-m-b-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .md-m-v-9xl {
    margin-bottom: 270px !important;
  }
  .md-m-v-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .md-m-a-10xl {
    margin-bottom: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .md-m-b-10xl {
    margin-bottom: 300px !important;
  }
  .md-m-b-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .md-m-v-10xl {
    margin-bottom: 300px !important;
  }
  .md-m-v-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .md-m-a-auto {
    margin-bottom: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-bottom: auto !important;
  }
  .md-m-b-auto {
    margin-bottom: auto !important;
  }
  .md-m-b-auto-children > * {
    margin-bottom: auto !important;
  }
  .md-m-v-auto {
    margin-bottom: auto !important;
  }
  .md-m-v-auto-children > * {
    margin-bottom: auto !important;
  }
  .md-m-a-inherit {
    margin-bottom: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .md-m-b-inherit {
    margin-bottom: inherit !important;
  }
  .md-m-b-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .md-m-v-inherit {
    margin-bottom: inherit !important;
  }
  .md-m-v-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .md-m-a-initial {
    margin-bottom: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-bottom: initial !important;
  }
  .md-m-b-initial {
    margin-bottom: initial !important;
  }
  .md-m-b-initial-children > * {
    margin-bottom: initial !important;
  }
  .md-m-v-initial {
    margin-bottom: initial !important;
  }
  .md-m-v-initial-children > * {
    margin-bottom: initial !important;
  }
  .md-m-a-unset {
    margin-bottom: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-bottom: unset !important;
  }
  .md-m-b-unset {
    margin-bottom: unset !important;
  }
  .md-m-b-unset-children > * {
    margin-bottom: unset !important;
  }
  .md-m-v-unset {
    margin-bottom: unset !important;
  }
  .md-m-v-unset-children > * {
    margin-bottom: unset !important;
  }
  .md-m-a-n {
    margin-left: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-left: 0 !important;
  }
  .md-m-l-n {
    margin-left: 0 !important;
  }
  .md-m-l-n-children > * {
    margin-left: 0 !important;
  }
  .md-m-h-n {
    margin-left: 0 !important;
  }
  .md-m-h-n-children > * {
    margin-left: 0 !important;
  }
  .md-m-a-5xs {
    margin-left: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .md-m-l-5xs {
    margin-left: 1.5px !important;
  }
  .md-m-l-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .md-m-h-5xs {
    margin-left: 1.5px !important;
  }
  .md-m-h-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-left: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .md-m-l-4xs {
    margin-left: 1.875px !important;
  }
  .md-m-l-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .md-m-h-4xs {
    margin-left: 1.875px !important;
  }
  .md-m-h-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-left: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .md-m-l-3xs {
    margin-left: 2.5px !important;
  }
  .md-m-l-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .md-m-h-3xs {
    margin-left: 2.5px !important;
  }
  .md-m-h-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-left: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .md-m-l-2xs {
    margin-left: 3.75px !important;
  }
  .md-m-l-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .md-m-h-2xs {
    margin-left: 3.75px !important;
  }
  .md-m-h-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .md-m-a-xs {
    margin-left: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-left: 5px !important;
  }
  .md-m-l-xs {
    margin-left: 5px !important;
  }
  .md-m-l-xs-children > * {
    margin-left: 5px !important;
  }
  .md-m-h-xs {
    margin-left: 5px !important;
  }
  .md-m-h-xs-children > * {
    margin-left: 5px !important;
  }
  .md-m-a-sm {
    margin-left: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-left: 7.5px !important;
  }
  .md-m-l-sm {
    margin-left: 7.5px !important;
  }
  .md-m-l-sm-children > * {
    margin-left: 7.5px !important;
  }
  .md-m-h-sm {
    margin-left: 7.5px !important;
  }
  .md-m-h-sm-children > * {
    margin-left: 7.5px !important;
  }
  .md-m-a-md {
    margin-left: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-left: 15px !important;
  }
  .md-m-l-md {
    margin-left: 15px !important;
  }
  .md-m-l-md-children > * {
    margin-left: 15px !important;
  }
  .md-m-h-md {
    margin-left: 15px !important;
  }
  .md-m-h-md-children > * {
    margin-left: 15px !important;
  }
  .md-m-a-lg {
    margin-left: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-left: 30px !important;
  }
  .md-m-l-lg {
    margin-left: 30px !important;
  }
  .md-m-l-lg-children > * {
    margin-left: 30px !important;
  }
  .md-m-h-lg {
    margin-left: 30px !important;
  }
  .md-m-h-lg-children > * {
    margin-left: 30px !important;
  }
  .md-m-a-xl {
    margin-left: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-left: 45px !important;
  }
  .md-m-l-xl {
    margin-left: 45px !important;
  }
  .md-m-l-xl-children > * {
    margin-left: 45px !important;
  }
  .md-m-h-xl {
    margin-left: 45px !important;
  }
  .md-m-h-xl-children > * {
    margin-left: 45px !important;
  }
  .md-m-a-2xl {
    margin-left: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-left: 60px !important;
  }
  .md-m-l-2xl {
    margin-left: 60px !important;
  }
  .md-m-l-2xl-children > * {
    margin-left: 60px !important;
  }
  .md-m-h-2xl {
    margin-left: 60px !important;
  }
  .md-m-h-2xl-children > * {
    margin-left: 60px !important;
  }
  .md-m-a-3xl {
    margin-left: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-left: 90px !important;
  }
  .md-m-l-3xl {
    margin-left: 90px !important;
  }
  .md-m-l-3xl-children > * {
    margin-left: 90px !important;
  }
  .md-m-h-3xl {
    margin-left: 90px !important;
  }
  .md-m-h-3xl-children > * {
    margin-left: 90px !important;
  }
  .md-m-a-4xl {
    margin-left: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-left: 120px !important;
  }
  .md-m-l-4xl {
    margin-left: 120px !important;
  }
  .md-m-l-4xl-children > * {
    margin-left: 120px !important;
  }
  .md-m-h-4xl {
    margin-left: 120px !important;
  }
  .md-m-h-4xl-children > * {
    margin-left: 120px !important;
  }
  .md-m-a-5xl {
    margin-left: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-left: 150px !important;
  }
  .md-m-l-5xl {
    margin-left: 150px !important;
  }
  .md-m-l-5xl-children > * {
    margin-left: 150px !important;
  }
  .md-m-h-5xl {
    margin-left: 150px !important;
  }
  .md-m-h-5xl-children > * {
    margin-left: 150px !important;
  }
  .md-m-a-6xl {
    margin-left: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-left: 180px !important;
  }
  .md-m-l-6xl {
    margin-left: 180px !important;
  }
  .md-m-l-6xl-children > * {
    margin-left: 180px !important;
  }
  .md-m-h-6xl {
    margin-left: 180px !important;
  }
  .md-m-h-6xl-children > * {
    margin-left: 180px !important;
  }
  .md-m-a-7xl {
    margin-left: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-left: 210px !important;
  }
  .md-m-l-7xl {
    margin-left: 210px !important;
  }
  .md-m-l-7xl-children > * {
    margin-left: 210px !important;
  }
  .md-m-h-7xl {
    margin-left: 210px !important;
  }
  .md-m-h-7xl-children > * {
    margin-left: 210px !important;
  }
  .md-m-a-8xl {
    margin-left: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-left: 240px !important;
  }
  .md-m-l-8xl {
    margin-left: 240px !important;
  }
  .md-m-l-8xl-children > * {
    margin-left: 240px !important;
  }
  .md-m-h-8xl {
    margin-left: 240px !important;
  }
  .md-m-h-8xl-children > * {
    margin-left: 240px !important;
  }
  .md-m-a-9xl {
    margin-left: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-left: 270px !important;
  }
  .md-m-l-9xl {
    margin-left: 270px !important;
  }
  .md-m-l-9xl-children > * {
    margin-left: 270px !important;
  }
  .md-m-h-9xl {
    margin-left: 270px !important;
  }
  .md-m-h-9xl-children > * {
    margin-left: 270px !important;
  }
  .md-m-a-10xl {
    margin-left: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-left: 300px !important;
  }
  .md-m-l-10xl {
    margin-left: 300px !important;
  }
  .md-m-l-10xl-children > * {
    margin-left: 300px !important;
  }
  .md-m-h-10xl {
    margin-left: 300px !important;
  }
  .md-m-h-10xl-children > * {
    margin-left: 300px !important;
  }
  .md-m-a-auto {
    margin-left: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-left: auto !important;
  }
  .md-m-l-auto {
    margin-left: auto !important;
  }
  .md-m-l-auto-children > * {
    margin-left: auto !important;
  }
  .md-m-h-auto {
    margin-left: auto !important;
  }
  .md-m-h-auto-children > * {
    margin-left: auto !important;
  }
  .md-m-a-inherit {
    margin-left: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-left: inherit !important;
  }
  .md-m-l-inherit {
    margin-left: inherit !important;
  }
  .md-m-l-inherit-children > * {
    margin-left: inherit !important;
  }
  .md-m-h-inherit {
    margin-left: inherit !important;
  }
  .md-m-h-inherit-children > * {
    margin-left: inherit !important;
  }
  .md-m-a-initial {
    margin-left: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-left: initial !important;
  }
  .md-m-l-initial {
    margin-left: initial !important;
  }
  .md-m-l-initial-children > * {
    margin-left: initial !important;
  }
  .md-m-h-initial {
    margin-left: initial !important;
  }
  .md-m-h-initial-children > * {
    margin-left: initial !important;
  }
  .md-m-a-unset {
    margin-left: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-left: unset !important;
  }
  .md-m-l-unset {
    margin-left: unset !important;
  }
  .md-m-l-unset-children > * {
    margin-left: unset !important;
  }
  .md-m-h-unset {
    margin-left: unset !important;
  }
  .md-m-h-unset-children > * {
    margin-left: unset !important;
  }
  .md-p-a-n {
    padding-top: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-top: 0 !important;
  }
  .md-p-t-n {
    padding-top: 0 !important;
  }
  .md-p-t-n-children > * {
    padding-top: 0 !important;
  }
  .md-p-v-n {
    padding-top: 0 !important;
  }
  .md-p-v-n-children > * {
    padding-top: 0 !important;
  }
  .md-p-a-5xs {
    padding-top: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .md-p-t-5xs {
    padding-top: 1.5px !important;
  }
  .md-p-t-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .md-p-v-5xs {
    padding-top: 1.5px !important;
  }
  .md-p-v-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-top: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .md-p-t-4xs {
    padding-top: 1.875px !important;
  }
  .md-p-t-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .md-p-v-4xs {
    padding-top: 1.875px !important;
  }
  .md-p-v-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-top: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .md-p-t-3xs {
    padding-top: 2.5px !important;
  }
  .md-p-t-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .md-p-v-3xs {
    padding-top: 2.5px !important;
  }
  .md-p-v-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-top: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .md-p-t-2xs {
    padding-top: 3.75px !important;
  }
  .md-p-t-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .md-p-v-2xs {
    padding-top: 3.75px !important;
  }
  .md-p-v-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .md-p-a-xs {
    padding-top: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-top: 5px !important;
  }
  .md-p-t-xs {
    padding-top: 5px !important;
  }
  .md-p-t-xs-children > * {
    padding-top: 5px !important;
  }
  .md-p-v-xs {
    padding-top: 5px !important;
  }
  .md-p-v-xs-children > * {
    padding-top: 5px !important;
  }
  .md-p-a-sm {
    padding-top: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-top: 7.5px !important;
  }
  .md-p-t-sm {
    padding-top: 7.5px !important;
  }
  .md-p-t-sm-children > * {
    padding-top: 7.5px !important;
  }
  .md-p-v-sm {
    padding-top: 7.5px !important;
  }
  .md-p-v-sm-children > * {
    padding-top: 7.5px !important;
  }
  .md-p-a-md {
    padding-top: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-top: 15px !important;
  }
  .md-p-t-md {
    padding-top: 15px !important;
  }
  .md-p-t-md-children > * {
    padding-top: 15px !important;
  }
  .md-p-v-md {
    padding-top: 15px !important;
  }
  .md-p-v-md-children > * {
    padding-top: 15px !important;
  }
  .md-p-a-lg {
    padding-top: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-top: 30px !important;
  }
  .md-p-t-lg {
    padding-top: 30px !important;
  }
  .md-p-t-lg-children > * {
    padding-top: 30px !important;
  }
  .md-p-v-lg {
    padding-top: 30px !important;
  }
  .md-p-v-lg-children > * {
    padding-top: 30px !important;
  }
  .md-p-a-xl {
    padding-top: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-top: 45px !important;
  }
  .md-p-t-xl {
    padding-top: 45px !important;
  }
  .md-p-t-xl-children > * {
    padding-top: 45px !important;
  }
  .md-p-v-xl {
    padding-top: 45px !important;
  }
  .md-p-v-xl-children > * {
    padding-top: 45px !important;
  }
  .md-p-a-2xl {
    padding-top: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-top: 60px !important;
  }
  .md-p-t-2xl {
    padding-top: 60px !important;
  }
  .md-p-t-2xl-children > * {
    padding-top: 60px !important;
  }
  .md-p-v-2xl {
    padding-top: 60px !important;
  }
  .md-p-v-2xl-children > * {
    padding-top: 60px !important;
  }
  .md-p-a-3xl {
    padding-top: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-top: 90px !important;
  }
  .md-p-t-3xl {
    padding-top: 90px !important;
  }
  .md-p-t-3xl-children > * {
    padding-top: 90px !important;
  }
  .md-p-v-3xl {
    padding-top: 90px !important;
  }
  .md-p-v-3xl-children > * {
    padding-top: 90px !important;
  }
  .md-p-a-4xl {
    padding-top: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-top: 120px !important;
  }
  .md-p-t-4xl {
    padding-top: 120px !important;
  }
  .md-p-t-4xl-children > * {
    padding-top: 120px !important;
  }
  .md-p-v-4xl {
    padding-top: 120px !important;
  }
  .md-p-v-4xl-children > * {
    padding-top: 120px !important;
  }
  .md-p-a-5xl {
    padding-top: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-top: 150px !important;
  }
  .md-p-t-5xl {
    padding-top: 150px !important;
  }
  .md-p-t-5xl-children > * {
    padding-top: 150px !important;
  }
  .md-p-v-5xl {
    padding-top: 150px !important;
  }
  .md-p-v-5xl-children > * {
    padding-top: 150px !important;
  }
  .md-p-a-6xl {
    padding-top: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-top: 180px !important;
  }
  .md-p-t-6xl {
    padding-top: 180px !important;
  }
  .md-p-t-6xl-children > * {
    padding-top: 180px !important;
  }
  .md-p-v-6xl {
    padding-top: 180px !important;
  }
  .md-p-v-6xl-children > * {
    padding-top: 180px !important;
  }
  .md-p-a-7xl {
    padding-top: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-top: 210px !important;
  }
  .md-p-t-7xl {
    padding-top: 210px !important;
  }
  .md-p-t-7xl-children > * {
    padding-top: 210px !important;
  }
  .md-p-v-7xl {
    padding-top: 210px !important;
  }
  .md-p-v-7xl-children > * {
    padding-top: 210px !important;
  }
  .md-p-a-8xl {
    padding-top: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-top: 240px !important;
  }
  .md-p-t-8xl {
    padding-top: 240px !important;
  }
  .md-p-t-8xl-children > * {
    padding-top: 240px !important;
  }
  .md-p-v-8xl {
    padding-top: 240px !important;
  }
  .md-p-v-8xl-children > * {
    padding-top: 240px !important;
  }
  .md-p-a-9xl {
    padding-top: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-top: 270px !important;
  }
  .md-p-t-9xl {
    padding-top: 270px !important;
  }
  .md-p-t-9xl-children > * {
    padding-top: 270px !important;
  }
  .md-p-v-9xl {
    padding-top: 270px !important;
  }
  .md-p-v-9xl-children > * {
    padding-top: 270px !important;
  }
  .md-p-a-10xl {
    padding-top: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-top: 300px !important;
  }
  .md-p-t-10xl {
    padding-top: 300px !important;
  }
  .md-p-t-10xl-children > * {
    padding-top: 300px !important;
  }
  .md-p-v-10xl {
    padding-top: 300px !important;
  }
  .md-p-v-10xl-children > * {
    padding-top: 300px !important;
  }
  .md-p-a-auto {
    padding-top: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-top: auto !important;
  }
  .md-p-t-auto {
    padding-top: auto !important;
  }
  .md-p-t-auto-children > * {
    padding-top: auto !important;
  }
  .md-p-v-auto {
    padding-top: auto !important;
  }
  .md-p-v-auto-children > * {
    padding-top: auto !important;
  }
  .md-p-a-inherit {
    padding-top: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-top: inherit !important;
  }
  .md-p-t-inherit {
    padding-top: inherit !important;
  }
  .md-p-t-inherit-children > * {
    padding-top: inherit !important;
  }
  .md-p-v-inherit {
    padding-top: inherit !important;
  }
  .md-p-v-inherit-children > * {
    padding-top: inherit !important;
  }
  .md-p-a-initial {
    padding-top: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-top: initial !important;
  }
  .md-p-t-initial {
    padding-top: initial !important;
  }
  .md-p-t-initial-children > * {
    padding-top: initial !important;
  }
  .md-p-v-initial {
    padding-top: initial !important;
  }
  .md-p-v-initial-children > * {
    padding-top: initial !important;
  }
  .md-p-a-unset {
    padding-top: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-top: unset !important;
  }
  .md-p-t-unset {
    padding-top: unset !important;
  }
  .md-p-t-unset-children > * {
    padding-top: unset !important;
  }
  .md-p-v-unset {
    padding-top: unset !important;
  }
  .md-p-v-unset-children > * {
    padding-top: unset !important;
  }
  .md-p-a-n {
    padding-right: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-right: 0 !important;
  }
  .md-p-r-n {
    padding-right: 0 !important;
  }
  .md-p-r-n-children > * {
    padding-right: 0 !important;
  }
  .md-p-h-n {
    padding-right: 0 !important;
  }
  .md-p-h-n-children > * {
    padding-right: 0 !important;
  }
  .md-p-a-5xs {
    padding-right: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .md-p-r-5xs {
    padding-right: 1.5px !important;
  }
  .md-p-r-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .md-p-h-5xs {
    padding-right: 1.5px !important;
  }
  .md-p-h-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-right: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .md-p-r-4xs {
    padding-right: 1.875px !important;
  }
  .md-p-r-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .md-p-h-4xs {
    padding-right: 1.875px !important;
  }
  .md-p-h-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-right: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .md-p-r-3xs {
    padding-right: 2.5px !important;
  }
  .md-p-r-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .md-p-h-3xs {
    padding-right: 2.5px !important;
  }
  .md-p-h-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-right: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .md-p-r-2xs {
    padding-right: 3.75px !important;
  }
  .md-p-r-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .md-p-h-2xs {
    padding-right: 3.75px !important;
  }
  .md-p-h-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .md-p-a-xs {
    padding-right: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-right: 5px !important;
  }
  .md-p-r-xs {
    padding-right: 5px !important;
  }
  .md-p-r-xs-children > * {
    padding-right: 5px !important;
  }
  .md-p-h-xs {
    padding-right: 5px !important;
  }
  .md-p-h-xs-children > * {
    padding-right: 5px !important;
  }
  .md-p-a-sm {
    padding-right: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-right: 7.5px !important;
  }
  .md-p-r-sm {
    padding-right: 7.5px !important;
  }
  .md-p-r-sm-children > * {
    padding-right: 7.5px !important;
  }
  .md-p-h-sm {
    padding-right: 7.5px !important;
  }
  .md-p-h-sm-children > * {
    padding-right: 7.5px !important;
  }
  .md-p-a-md {
    padding-right: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-right: 15px !important;
  }
  .md-p-r-md {
    padding-right: 15px !important;
  }
  .md-p-r-md-children > * {
    padding-right: 15px !important;
  }
  .md-p-h-md {
    padding-right: 15px !important;
  }
  .md-p-h-md-children > * {
    padding-right: 15px !important;
  }
  .md-p-a-lg {
    padding-right: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-right: 30px !important;
  }
  .md-p-r-lg {
    padding-right: 30px !important;
  }
  .md-p-r-lg-children > * {
    padding-right: 30px !important;
  }
  .md-p-h-lg {
    padding-right: 30px !important;
  }
  .md-p-h-lg-children > * {
    padding-right: 30px !important;
  }
  .md-p-a-xl {
    padding-right: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-right: 45px !important;
  }
  .md-p-r-xl {
    padding-right: 45px !important;
  }
  .md-p-r-xl-children > * {
    padding-right: 45px !important;
  }
  .md-p-h-xl {
    padding-right: 45px !important;
  }
  .md-p-h-xl-children > * {
    padding-right: 45px !important;
  }
  .md-p-a-2xl {
    padding-right: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-right: 60px !important;
  }
  .md-p-r-2xl {
    padding-right: 60px !important;
  }
  .md-p-r-2xl-children > * {
    padding-right: 60px !important;
  }
  .md-p-h-2xl {
    padding-right: 60px !important;
  }
  .md-p-h-2xl-children > * {
    padding-right: 60px !important;
  }
  .md-p-a-3xl {
    padding-right: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-right: 90px !important;
  }
  .md-p-r-3xl {
    padding-right: 90px !important;
  }
  .md-p-r-3xl-children > * {
    padding-right: 90px !important;
  }
  .md-p-h-3xl {
    padding-right: 90px !important;
  }
  .md-p-h-3xl-children > * {
    padding-right: 90px !important;
  }
  .md-p-a-4xl {
    padding-right: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-right: 120px !important;
  }
  .md-p-r-4xl {
    padding-right: 120px !important;
  }
  .md-p-r-4xl-children > * {
    padding-right: 120px !important;
  }
  .md-p-h-4xl {
    padding-right: 120px !important;
  }
  .md-p-h-4xl-children > * {
    padding-right: 120px !important;
  }
  .md-p-a-5xl {
    padding-right: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-right: 150px !important;
  }
  .md-p-r-5xl {
    padding-right: 150px !important;
  }
  .md-p-r-5xl-children > * {
    padding-right: 150px !important;
  }
  .md-p-h-5xl {
    padding-right: 150px !important;
  }
  .md-p-h-5xl-children > * {
    padding-right: 150px !important;
  }
  .md-p-a-6xl {
    padding-right: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-right: 180px !important;
  }
  .md-p-r-6xl {
    padding-right: 180px !important;
  }
  .md-p-r-6xl-children > * {
    padding-right: 180px !important;
  }
  .md-p-h-6xl {
    padding-right: 180px !important;
  }
  .md-p-h-6xl-children > * {
    padding-right: 180px !important;
  }
  .md-p-a-7xl {
    padding-right: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-right: 210px !important;
  }
  .md-p-r-7xl {
    padding-right: 210px !important;
  }
  .md-p-r-7xl-children > * {
    padding-right: 210px !important;
  }
  .md-p-h-7xl {
    padding-right: 210px !important;
  }
  .md-p-h-7xl-children > * {
    padding-right: 210px !important;
  }
  .md-p-a-8xl {
    padding-right: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-right: 240px !important;
  }
  .md-p-r-8xl {
    padding-right: 240px !important;
  }
  .md-p-r-8xl-children > * {
    padding-right: 240px !important;
  }
  .md-p-h-8xl {
    padding-right: 240px !important;
  }
  .md-p-h-8xl-children > * {
    padding-right: 240px !important;
  }
  .md-p-a-9xl {
    padding-right: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-right: 270px !important;
  }
  .md-p-r-9xl {
    padding-right: 270px !important;
  }
  .md-p-r-9xl-children > * {
    padding-right: 270px !important;
  }
  .md-p-h-9xl {
    padding-right: 270px !important;
  }
  .md-p-h-9xl-children > * {
    padding-right: 270px !important;
  }
  .md-p-a-10xl {
    padding-right: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-right: 300px !important;
  }
  .md-p-r-10xl {
    padding-right: 300px !important;
  }
  .md-p-r-10xl-children > * {
    padding-right: 300px !important;
  }
  .md-p-h-10xl {
    padding-right: 300px !important;
  }
  .md-p-h-10xl-children > * {
    padding-right: 300px !important;
  }
  .md-p-a-auto {
    padding-right: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-right: auto !important;
  }
  .md-p-r-auto {
    padding-right: auto !important;
  }
  .md-p-r-auto-children > * {
    padding-right: auto !important;
  }
  .md-p-h-auto {
    padding-right: auto !important;
  }
  .md-p-h-auto-children > * {
    padding-right: auto !important;
  }
  .md-p-a-inherit {
    padding-right: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-right: inherit !important;
  }
  .md-p-r-inherit {
    padding-right: inherit !important;
  }
  .md-p-r-inherit-children > * {
    padding-right: inherit !important;
  }
  .md-p-h-inherit {
    padding-right: inherit !important;
  }
  .md-p-h-inherit-children > * {
    padding-right: inherit !important;
  }
  .md-p-a-initial {
    padding-right: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-right: initial !important;
  }
  .md-p-r-initial {
    padding-right: initial !important;
  }
  .md-p-r-initial-children > * {
    padding-right: initial !important;
  }
  .md-p-h-initial {
    padding-right: initial !important;
  }
  .md-p-h-initial-children > * {
    padding-right: initial !important;
  }
  .md-p-a-unset {
    padding-right: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-right: unset !important;
  }
  .md-p-r-unset {
    padding-right: unset !important;
  }
  .md-p-r-unset-children > * {
    padding-right: unset !important;
  }
  .md-p-h-unset {
    padding-right: unset !important;
  }
  .md-p-h-unset-children > * {
    padding-right: unset !important;
  }
  .md-p-a-n {
    padding-bottom: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-bottom: 0 !important;
  }
  .md-p-b-n {
    padding-bottom: 0 !important;
  }
  .md-p-b-n-children > * {
    padding-bottom: 0 !important;
  }
  .md-p-v-n {
    padding-bottom: 0 !important;
  }
  .md-p-v-n-children > * {
    padding-bottom: 0 !important;
  }
  .md-p-a-5xs {
    padding-bottom: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .md-p-b-5xs {
    padding-bottom: 1.5px !important;
  }
  .md-p-b-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .md-p-v-5xs {
    padding-bottom: 1.5px !important;
  }
  .md-p-v-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-bottom: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .md-p-b-4xs {
    padding-bottom: 1.875px !important;
  }
  .md-p-b-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .md-p-v-4xs {
    padding-bottom: 1.875px !important;
  }
  .md-p-v-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-bottom: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .md-p-b-3xs {
    padding-bottom: 2.5px !important;
  }
  .md-p-b-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .md-p-v-3xs {
    padding-bottom: 2.5px !important;
  }
  .md-p-v-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-bottom: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .md-p-b-2xs {
    padding-bottom: 3.75px !important;
  }
  .md-p-b-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .md-p-v-2xs {
    padding-bottom: 3.75px !important;
  }
  .md-p-v-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .md-p-a-xs {
    padding-bottom: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-bottom: 5px !important;
  }
  .md-p-b-xs {
    padding-bottom: 5px !important;
  }
  .md-p-b-xs-children > * {
    padding-bottom: 5px !important;
  }
  .md-p-v-xs {
    padding-bottom: 5px !important;
  }
  .md-p-v-xs-children > * {
    padding-bottom: 5px !important;
  }
  .md-p-a-sm {
    padding-bottom: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .md-p-b-sm {
    padding-bottom: 7.5px !important;
  }
  .md-p-b-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .md-p-v-sm {
    padding-bottom: 7.5px !important;
  }
  .md-p-v-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .md-p-a-md {
    padding-bottom: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-bottom: 15px !important;
  }
  .md-p-b-md {
    padding-bottom: 15px !important;
  }
  .md-p-b-md-children > * {
    padding-bottom: 15px !important;
  }
  .md-p-v-md {
    padding-bottom: 15px !important;
  }
  .md-p-v-md-children > * {
    padding-bottom: 15px !important;
  }
  .md-p-a-lg {
    padding-bottom: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-bottom: 30px !important;
  }
  .md-p-b-lg {
    padding-bottom: 30px !important;
  }
  .md-p-b-lg-children > * {
    padding-bottom: 30px !important;
  }
  .md-p-v-lg {
    padding-bottom: 30px !important;
  }
  .md-p-v-lg-children > * {
    padding-bottom: 30px !important;
  }
  .md-p-a-xl {
    padding-bottom: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-bottom: 45px !important;
  }
  .md-p-b-xl {
    padding-bottom: 45px !important;
  }
  .md-p-b-xl-children > * {
    padding-bottom: 45px !important;
  }
  .md-p-v-xl {
    padding-bottom: 45px !important;
  }
  .md-p-v-xl-children > * {
    padding-bottom: 45px !important;
  }
  .md-p-a-2xl {
    padding-bottom: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .md-p-b-2xl {
    padding-bottom: 60px !important;
  }
  .md-p-b-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .md-p-v-2xl {
    padding-bottom: 60px !important;
  }
  .md-p-v-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .md-p-a-3xl {
    padding-bottom: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .md-p-b-3xl {
    padding-bottom: 90px !important;
  }
  .md-p-b-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .md-p-v-3xl {
    padding-bottom: 90px !important;
  }
  .md-p-v-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .md-p-a-4xl {
    padding-bottom: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .md-p-b-4xl {
    padding-bottom: 120px !important;
  }
  .md-p-b-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .md-p-v-4xl {
    padding-bottom: 120px !important;
  }
  .md-p-v-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .md-p-a-5xl {
    padding-bottom: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .md-p-b-5xl {
    padding-bottom: 150px !important;
  }
  .md-p-b-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .md-p-v-5xl {
    padding-bottom: 150px !important;
  }
  .md-p-v-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .md-p-a-6xl {
    padding-bottom: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .md-p-b-6xl {
    padding-bottom: 180px !important;
  }
  .md-p-b-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .md-p-v-6xl {
    padding-bottom: 180px !important;
  }
  .md-p-v-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .md-p-a-7xl {
    padding-bottom: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .md-p-b-7xl {
    padding-bottom: 210px !important;
  }
  .md-p-b-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .md-p-v-7xl {
    padding-bottom: 210px !important;
  }
  .md-p-v-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .md-p-a-8xl {
    padding-bottom: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .md-p-b-8xl {
    padding-bottom: 240px !important;
  }
  .md-p-b-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .md-p-v-8xl {
    padding-bottom: 240px !important;
  }
  .md-p-v-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .md-p-a-9xl {
    padding-bottom: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .md-p-b-9xl {
    padding-bottom: 270px !important;
  }
  .md-p-b-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .md-p-v-9xl {
    padding-bottom: 270px !important;
  }
  .md-p-v-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .md-p-a-10xl {
    padding-bottom: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .md-p-b-10xl {
    padding-bottom: 300px !important;
  }
  .md-p-b-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .md-p-v-10xl {
    padding-bottom: 300px !important;
  }
  .md-p-v-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .md-p-a-auto {
    padding-bottom: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-bottom: auto !important;
  }
  .md-p-b-auto {
    padding-bottom: auto !important;
  }
  .md-p-b-auto-children > * {
    padding-bottom: auto !important;
  }
  .md-p-v-auto {
    padding-bottom: auto !important;
  }
  .md-p-v-auto-children > * {
    padding-bottom: auto !important;
  }
  .md-p-a-inherit {
    padding-bottom: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .md-p-b-inherit {
    padding-bottom: inherit !important;
  }
  .md-p-b-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .md-p-v-inherit {
    padding-bottom: inherit !important;
  }
  .md-p-v-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .md-p-a-initial {
    padding-bottom: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-bottom: initial !important;
  }
  .md-p-b-initial {
    padding-bottom: initial !important;
  }
  .md-p-b-initial-children > * {
    padding-bottom: initial !important;
  }
  .md-p-v-initial {
    padding-bottom: initial !important;
  }
  .md-p-v-initial-children > * {
    padding-bottom: initial !important;
  }
  .md-p-a-unset {
    padding-bottom: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-bottom: unset !important;
  }
  .md-p-b-unset {
    padding-bottom: unset !important;
  }
  .md-p-b-unset-children > * {
    padding-bottom: unset !important;
  }
  .md-p-v-unset {
    padding-bottom: unset !important;
  }
  .md-p-v-unset-children > * {
    padding-bottom: unset !important;
  }
  .md-p-a-n {
    padding-left: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-left: 0 !important;
  }
  .md-p-l-n {
    padding-left: 0 !important;
  }
  .md-p-l-n-children > * {
    padding-left: 0 !important;
  }
  .md-p-h-n {
    padding-left: 0 !important;
  }
  .md-p-h-n-children > * {
    padding-left: 0 !important;
  }
  .md-p-a-5xs {
    padding-left: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .md-p-l-5xs {
    padding-left: 1.5px !important;
  }
  .md-p-l-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .md-p-h-5xs {
    padding-left: 1.5px !important;
  }
  .md-p-h-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-left: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .md-p-l-4xs {
    padding-left: 1.875px !important;
  }
  .md-p-l-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .md-p-h-4xs {
    padding-left: 1.875px !important;
  }
  .md-p-h-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-left: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .md-p-l-3xs {
    padding-left: 2.5px !important;
  }
  .md-p-l-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .md-p-h-3xs {
    padding-left: 2.5px !important;
  }
  .md-p-h-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-left: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .md-p-l-2xs {
    padding-left: 3.75px !important;
  }
  .md-p-l-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .md-p-h-2xs {
    padding-left: 3.75px !important;
  }
  .md-p-h-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .md-p-a-xs {
    padding-left: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-left: 5px !important;
  }
  .md-p-l-xs {
    padding-left: 5px !important;
  }
  .md-p-l-xs-children > * {
    padding-left: 5px !important;
  }
  .md-p-h-xs {
    padding-left: 5px !important;
  }
  .md-p-h-xs-children > * {
    padding-left: 5px !important;
  }
  .md-p-a-sm {
    padding-left: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-left: 7.5px !important;
  }
  .md-p-l-sm {
    padding-left: 7.5px !important;
  }
  .md-p-l-sm-children > * {
    padding-left: 7.5px !important;
  }
  .md-p-h-sm {
    padding-left: 7.5px !important;
  }
  .md-p-h-sm-children > * {
    padding-left: 7.5px !important;
  }
  .md-p-a-md {
    padding-left: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-left: 15px !important;
  }
  .md-p-l-md {
    padding-left: 15px !important;
  }
  .md-p-l-md-children > * {
    padding-left: 15px !important;
  }
  .md-p-h-md {
    padding-left: 15px !important;
  }
  .md-p-h-md-children > * {
    padding-left: 15px !important;
  }
  .md-p-a-lg {
    padding-left: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-left: 30px !important;
  }
  .md-p-l-lg {
    padding-left: 30px !important;
  }
  .md-p-l-lg-children > * {
    padding-left: 30px !important;
  }
  .md-p-h-lg {
    padding-left: 30px !important;
  }
  .md-p-h-lg-children > * {
    padding-left: 30px !important;
  }
  .md-p-a-xl {
    padding-left: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-left: 45px !important;
  }
  .md-p-l-xl {
    padding-left: 45px !important;
  }
  .md-p-l-xl-children > * {
    padding-left: 45px !important;
  }
  .md-p-h-xl {
    padding-left: 45px !important;
  }
  .md-p-h-xl-children > * {
    padding-left: 45px !important;
  }
  .md-p-a-2xl {
    padding-left: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-left: 60px !important;
  }
  .md-p-l-2xl {
    padding-left: 60px !important;
  }
  .md-p-l-2xl-children > * {
    padding-left: 60px !important;
  }
  .md-p-h-2xl {
    padding-left: 60px !important;
  }
  .md-p-h-2xl-children > * {
    padding-left: 60px !important;
  }
  .md-p-a-3xl {
    padding-left: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-left: 90px !important;
  }
  .md-p-l-3xl {
    padding-left: 90px !important;
  }
  .md-p-l-3xl-children > * {
    padding-left: 90px !important;
  }
  .md-p-h-3xl {
    padding-left: 90px !important;
  }
  .md-p-h-3xl-children > * {
    padding-left: 90px !important;
  }
  .md-p-a-4xl {
    padding-left: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-left: 120px !important;
  }
  .md-p-l-4xl {
    padding-left: 120px !important;
  }
  .md-p-l-4xl-children > * {
    padding-left: 120px !important;
  }
  .md-p-h-4xl {
    padding-left: 120px !important;
  }
  .md-p-h-4xl-children > * {
    padding-left: 120px !important;
  }
  .md-p-a-5xl {
    padding-left: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-left: 150px !important;
  }
  .md-p-l-5xl {
    padding-left: 150px !important;
  }
  .md-p-l-5xl-children > * {
    padding-left: 150px !important;
  }
  .md-p-h-5xl {
    padding-left: 150px !important;
  }
  .md-p-h-5xl-children > * {
    padding-left: 150px !important;
  }
  .md-p-a-6xl {
    padding-left: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-left: 180px !important;
  }
  .md-p-l-6xl {
    padding-left: 180px !important;
  }
  .md-p-l-6xl-children > * {
    padding-left: 180px !important;
  }
  .md-p-h-6xl {
    padding-left: 180px !important;
  }
  .md-p-h-6xl-children > * {
    padding-left: 180px !important;
  }
  .md-p-a-7xl {
    padding-left: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-left: 210px !important;
  }
  .md-p-l-7xl {
    padding-left: 210px !important;
  }
  .md-p-l-7xl-children > * {
    padding-left: 210px !important;
  }
  .md-p-h-7xl {
    padding-left: 210px !important;
  }
  .md-p-h-7xl-children > * {
    padding-left: 210px !important;
  }
  .md-p-a-8xl {
    padding-left: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-left: 240px !important;
  }
  .md-p-l-8xl {
    padding-left: 240px !important;
  }
  .md-p-l-8xl-children > * {
    padding-left: 240px !important;
  }
  .md-p-h-8xl {
    padding-left: 240px !important;
  }
  .md-p-h-8xl-children > * {
    padding-left: 240px !important;
  }
  .md-p-a-9xl {
    padding-left: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-left: 270px !important;
  }
  .md-p-l-9xl {
    padding-left: 270px !important;
  }
  .md-p-l-9xl-children > * {
    padding-left: 270px !important;
  }
  .md-p-h-9xl {
    padding-left: 270px !important;
  }
  .md-p-h-9xl-children > * {
    padding-left: 270px !important;
  }
  .md-p-a-10xl {
    padding-left: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-left: 300px !important;
  }
  .md-p-l-10xl {
    padding-left: 300px !important;
  }
  .md-p-l-10xl-children > * {
    padding-left: 300px !important;
  }
  .md-p-h-10xl {
    padding-left: 300px !important;
  }
  .md-p-h-10xl-children > * {
    padding-left: 300px !important;
  }
  .md-p-a-auto {
    padding-left: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-left: auto !important;
  }
  .md-p-l-auto {
    padding-left: auto !important;
  }
  .md-p-l-auto-children > * {
    padding-left: auto !important;
  }
  .md-p-h-auto {
    padding-left: auto !important;
  }
  .md-p-h-auto-children > * {
    padding-left: auto !important;
  }
  .md-p-a-inherit {
    padding-left: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-left: inherit !important;
  }
  .md-p-l-inherit {
    padding-left: inherit !important;
  }
  .md-p-l-inherit-children > * {
    padding-left: inherit !important;
  }
  .md-p-h-inherit {
    padding-left: inherit !important;
  }
  .md-p-h-inherit-children > * {
    padding-left: inherit !important;
  }
  .md-p-a-initial {
    padding-left: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-left: initial !important;
  }
  .md-p-l-initial {
    padding-left: initial !important;
  }
  .md-p-l-initial-children > * {
    padding-left: initial !important;
  }
  .md-p-h-initial {
    padding-left: initial !important;
  }
  .md-p-h-initial-children > * {
    padding-left: initial !important;
  }
  .md-p-a-unset {
    padding-left: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-left: unset !important;
  }
  .md-p-l-unset {
    padding-left: unset !important;
  }
  .md-p-l-unset-children > * {
    padding-left: unset !important;
  }
  .md-p-h-unset {
    padding-left: unset !important;
  }
  .md-p-h-unset-children > * {
    padding-left: unset !important;
  }
}
@media screen and (max-resolution: 192dpi) and (max-width: 767px), screen and (max-resolution: 2dppx) and (max-width: 767px) {
  .md-m-a-n {
    margin-top: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-top: 0 !important;
  }
  .md-m-t-n {
    margin-top: 0 !important;
  }
  .md-m-t-n-children > * {
    margin-top: 0 !important;
  }
  .md-m-v-n {
    margin-top: 0 !important;
  }
  .md-m-v-n-children > * {
    margin-top: 0 !important;
  }
  .md-m-a-5xs {
    margin-top: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .md-m-t-5xs {
    margin-top: 1.5px !important;
  }
  .md-m-t-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .md-m-v-5xs {
    margin-top: 1.5px !important;
  }
  .md-m-v-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-top: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .md-m-t-4xs {
    margin-top: 1.875px !important;
  }
  .md-m-t-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .md-m-v-4xs {
    margin-top: 1.875px !important;
  }
  .md-m-v-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-top: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .md-m-t-3xs {
    margin-top: 2.5px !important;
  }
  .md-m-t-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .md-m-v-3xs {
    margin-top: 2.5px !important;
  }
  .md-m-v-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-top: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .md-m-t-2xs {
    margin-top: 3.75px !important;
  }
  .md-m-t-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .md-m-v-2xs {
    margin-top: 3.75px !important;
  }
  .md-m-v-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .md-m-a-xs {
    margin-top: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-top: 5px !important;
  }
  .md-m-t-xs {
    margin-top: 5px !important;
  }
  .md-m-t-xs-children > * {
    margin-top: 5px !important;
  }
  .md-m-v-xs {
    margin-top: 5px !important;
  }
  .md-m-v-xs-children > * {
    margin-top: 5px !important;
  }
  .md-m-a-sm {
    margin-top: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-top: 7.5px !important;
  }
  .md-m-t-sm {
    margin-top: 7.5px !important;
  }
  .md-m-t-sm-children > * {
    margin-top: 7.5px !important;
  }
  .md-m-v-sm {
    margin-top: 7.5px !important;
  }
  .md-m-v-sm-children > * {
    margin-top: 7.5px !important;
  }
  .md-m-a-md {
    margin-top: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-top: 15px !important;
  }
  .md-m-t-md {
    margin-top: 15px !important;
  }
  .md-m-t-md-children > * {
    margin-top: 15px !important;
  }
  .md-m-v-md {
    margin-top: 15px !important;
  }
  .md-m-v-md-children > * {
    margin-top: 15px !important;
  }
  .md-m-a-lg {
    margin-top: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-top: 30px !important;
  }
  .md-m-t-lg {
    margin-top: 30px !important;
  }
  .md-m-t-lg-children > * {
    margin-top: 30px !important;
  }
  .md-m-v-lg {
    margin-top: 30px !important;
  }
  .md-m-v-lg-children > * {
    margin-top: 30px !important;
  }
  .md-m-a-xl {
    margin-top: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-top: 45px !important;
  }
  .md-m-t-xl {
    margin-top: 45px !important;
  }
  .md-m-t-xl-children > * {
    margin-top: 45px !important;
  }
  .md-m-v-xl {
    margin-top: 45px !important;
  }
  .md-m-v-xl-children > * {
    margin-top: 45px !important;
  }
  .md-m-a-2xl {
    margin-top: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-top: 60px !important;
  }
  .md-m-t-2xl {
    margin-top: 60px !important;
  }
  .md-m-t-2xl-children > * {
    margin-top: 60px !important;
  }
  .md-m-v-2xl {
    margin-top: 60px !important;
  }
  .md-m-v-2xl-children > * {
    margin-top: 60px !important;
  }
  .md-m-a-3xl {
    margin-top: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-top: 90px !important;
  }
  .md-m-t-3xl {
    margin-top: 90px !important;
  }
  .md-m-t-3xl-children > * {
    margin-top: 90px !important;
  }
  .md-m-v-3xl {
    margin-top: 90px !important;
  }
  .md-m-v-3xl-children > * {
    margin-top: 90px !important;
  }
  .md-m-a-4xl {
    margin-top: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-top: 120px !important;
  }
  .md-m-t-4xl {
    margin-top: 120px !important;
  }
  .md-m-t-4xl-children > * {
    margin-top: 120px !important;
  }
  .md-m-v-4xl {
    margin-top: 120px !important;
  }
  .md-m-v-4xl-children > * {
    margin-top: 120px !important;
  }
  .md-m-a-5xl {
    margin-top: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-top: 150px !important;
  }
  .md-m-t-5xl {
    margin-top: 150px !important;
  }
  .md-m-t-5xl-children > * {
    margin-top: 150px !important;
  }
  .md-m-v-5xl {
    margin-top: 150px !important;
  }
  .md-m-v-5xl-children > * {
    margin-top: 150px !important;
  }
  .md-m-a-6xl {
    margin-top: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-top: 180px !important;
  }
  .md-m-t-6xl {
    margin-top: 180px !important;
  }
  .md-m-t-6xl-children > * {
    margin-top: 180px !important;
  }
  .md-m-v-6xl {
    margin-top: 180px !important;
  }
  .md-m-v-6xl-children > * {
    margin-top: 180px !important;
  }
  .md-m-a-7xl {
    margin-top: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-top: 210px !important;
  }
  .md-m-t-7xl {
    margin-top: 210px !important;
  }
  .md-m-t-7xl-children > * {
    margin-top: 210px !important;
  }
  .md-m-v-7xl {
    margin-top: 210px !important;
  }
  .md-m-v-7xl-children > * {
    margin-top: 210px !important;
  }
  .md-m-a-8xl {
    margin-top: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-top: 240px !important;
  }
  .md-m-t-8xl {
    margin-top: 240px !important;
  }
  .md-m-t-8xl-children > * {
    margin-top: 240px !important;
  }
  .md-m-v-8xl {
    margin-top: 240px !important;
  }
  .md-m-v-8xl-children > * {
    margin-top: 240px !important;
  }
  .md-m-a-9xl {
    margin-top: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-top: 270px !important;
  }
  .md-m-t-9xl {
    margin-top: 270px !important;
  }
  .md-m-t-9xl-children > * {
    margin-top: 270px !important;
  }
  .md-m-v-9xl {
    margin-top: 270px !important;
  }
  .md-m-v-9xl-children > * {
    margin-top: 270px !important;
  }
  .md-m-a-10xl {
    margin-top: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-top: 300px !important;
  }
  .md-m-t-10xl {
    margin-top: 300px !important;
  }
  .md-m-t-10xl-children > * {
    margin-top: 300px !important;
  }
  .md-m-v-10xl {
    margin-top: 300px !important;
  }
  .md-m-v-10xl-children > * {
    margin-top: 300px !important;
  }
  .md-m-a-auto {
    margin-top: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-top: auto !important;
  }
  .md-m-t-auto {
    margin-top: auto !important;
  }
  .md-m-t-auto-children > * {
    margin-top: auto !important;
  }
  .md-m-v-auto {
    margin-top: auto !important;
  }
  .md-m-v-auto-children > * {
    margin-top: auto !important;
  }
  .md-m-a-inherit {
    margin-top: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-top: inherit !important;
  }
  .md-m-t-inherit {
    margin-top: inherit !important;
  }
  .md-m-t-inherit-children > * {
    margin-top: inherit !important;
  }
  .md-m-v-inherit {
    margin-top: inherit !important;
  }
  .md-m-v-inherit-children > * {
    margin-top: inherit !important;
  }
  .md-m-a-initial {
    margin-top: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-top: initial !important;
  }
  .md-m-t-initial {
    margin-top: initial !important;
  }
  .md-m-t-initial-children > * {
    margin-top: initial !important;
  }
  .md-m-v-initial {
    margin-top: initial !important;
  }
  .md-m-v-initial-children > * {
    margin-top: initial !important;
  }
  .md-m-a-unset {
    margin-top: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-top: unset !important;
  }
  .md-m-t-unset {
    margin-top: unset !important;
  }
  .md-m-t-unset-children > * {
    margin-top: unset !important;
  }
  .md-m-v-unset {
    margin-top: unset !important;
  }
  .md-m-v-unset-children > * {
    margin-top: unset !important;
  }
  .md-m-a-n {
    margin-right: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-right: 0 !important;
  }
  .md-m-r-n {
    margin-right: 0 !important;
  }
  .md-m-r-n-children > * {
    margin-right: 0 !important;
  }
  .md-m-h-n {
    margin-right: 0 !important;
  }
  .md-m-h-n-children > * {
    margin-right: 0 !important;
  }
  .md-m-a-5xs {
    margin-right: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .md-m-r-5xs {
    margin-right: 1.5px !important;
  }
  .md-m-r-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .md-m-h-5xs {
    margin-right: 1.5px !important;
  }
  .md-m-h-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-right: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .md-m-r-4xs {
    margin-right: 1.875px !important;
  }
  .md-m-r-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .md-m-h-4xs {
    margin-right: 1.875px !important;
  }
  .md-m-h-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-right: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .md-m-r-3xs {
    margin-right: 2.5px !important;
  }
  .md-m-r-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .md-m-h-3xs {
    margin-right: 2.5px !important;
  }
  .md-m-h-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-right: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .md-m-r-2xs {
    margin-right: 3.75px !important;
  }
  .md-m-r-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .md-m-h-2xs {
    margin-right: 3.75px !important;
  }
  .md-m-h-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .md-m-a-xs {
    margin-right: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-right: 5px !important;
  }
  .md-m-r-xs {
    margin-right: 5px !important;
  }
  .md-m-r-xs-children > * {
    margin-right: 5px !important;
  }
  .md-m-h-xs {
    margin-right: 5px !important;
  }
  .md-m-h-xs-children > * {
    margin-right: 5px !important;
  }
  .md-m-a-sm {
    margin-right: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-right: 7.5px !important;
  }
  .md-m-r-sm {
    margin-right: 7.5px !important;
  }
  .md-m-r-sm-children > * {
    margin-right: 7.5px !important;
  }
  .md-m-h-sm {
    margin-right: 7.5px !important;
  }
  .md-m-h-sm-children > * {
    margin-right: 7.5px !important;
  }
  .md-m-a-md {
    margin-right: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-right: 15px !important;
  }
  .md-m-r-md {
    margin-right: 15px !important;
  }
  .md-m-r-md-children > * {
    margin-right: 15px !important;
  }
  .md-m-h-md {
    margin-right: 15px !important;
  }
  .md-m-h-md-children > * {
    margin-right: 15px !important;
  }
  .md-m-a-lg {
    margin-right: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-right: 30px !important;
  }
  .md-m-r-lg {
    margin-right: 30px !important;
  }
  .md-m-r-lg-children > * {
    margin-right: 30px !important;
  }
  .md-m-h-lg {
    margin-right: 30px !important;
  }
  .md-m-h-lg-children > * {
    margin-right: 30px !important;
  }
  .md-m-a-xl {
    margin-right: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-right: 45px !important;
  }
  .md-m-r-xl {
    margin-right: 45px !important;
  }
  .md-m-r-xl-children > * {
    margin-right: 45px !important;
  }
  .md-m-h-xl {
    margin-right: 45px !important;
  }
  .md-m-h-xl-children > * {
    margin-right: 45px !important;
  }
  .md-m-a-2xl {
    margin-right: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-right: 60px !important;
  }
  .md-m-r-2xl {
    margin-right: 60px !important;
  }
  .md-m-r-2xl-children > * {
    margin-right: 60px !important;
  }
  .md-m-h-2xl {
    margin-right: 60px !important;
  }
  .md-m-h-2xl-children > * {
    margin-right: 60px !important;
  }
  .md-m-a-3xl {
    margin-right: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-right: 90px !important;
  }
  .md-m-r-3xl {
    margin-right: 90px !important;
  }
  .md-m-r-3xl-children > * {
    margin-right: 90px !important;
  }
  .md-m-h-3xl {
    margin-right: 90px !important;
  }
  .md-m-h-3xl-children > * {
    margin-right: 90px !important;
  }
  .md-m-a-4xl {
    margin-right: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-right: 120px !important;
  }
  .md-m-r-4xl {
    margin-right: 120px !important;
  }
  .md-m-r-4xl-children > * {
    margin-right: 120px !important;
  }
  .md-m-h-4xl {
    margin-right: 120px !important;
  }
  .md-m-h-4xl-children > * {
    margin-right: 120px !important;
  }
  .md-m-a-5xl {
    margin-right: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-right: 150px !important;
  }
  .md-m-r-5xl {
    margin-right: 150px !important;
  }
  .md-m-r-5xl-children > * {
    margin-right: 150px !important;
  }
  .md-m-h-5xl {
    margin-right: 150px !important;
  }
  .md-m-h-5xl-children > * {
    margin-right: 150px !important;
  }
  .md-m-a-6xl {
    margin-right: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-right: 180px !important;
  }
  .md-m-r-6xl {
    margin-right: 180px !important;
  }
  .md-m-r-6xl-children > * {
    margin-right: 180px !important;
  }
  .md-m-h-6xl {
    margin-right: 180px !important;
  }
  .md-m-h-6xl-children > * {
    margin-right: 180px !important;
  }
  .md-m-a-7xl {
    margin-right: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-right: 210px !important;
  }
  .md-m-r-7xl {
    margin-right: 210px !important;
  }
  .md-m-r-7xl-children > * {
    margin-right: 210px !important;
  }
  .md-m-h-7xl {
    margin-right: 210px !important;
  }
  .md-m-h-7xl-children > * {
    margin-right: 210px !important;
  }
  .md-m-a-8xl {
    margin-right: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-right: 240px !important;
  }
  .md-m-r-8xl {
    margin-right: 240px !important;
  }
  .md-m-r-8xl-children > * {
    margin-right: 240px !important;
  }
  .md-m-h-8xl {
    margin-right: 240px !important;
  }
  .md-m-h-8xl-children > * {
    margin-right: 240px !important;
  }
  .md-m-a-9xl {
    margin-right: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-right: 270px !important;
  }
  .md-m-r-9xl {
    margin-right: 270px !important;
  }
  .md-m-r-9xl-children > * {
    margin-right: 270px !important;
  }
  .md-m-h-9xl {
    margin-right: 270px !important;
  }
  .md-m-h-9xl-children > * {
    margin-right: 270px !important;
  }
  .md-m-a-10xl {
    margin-right: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-right: 300px !important;
  }
  .md-m-r-10xl {
    margin-right: 300px !important;
  }
  .md-m-r-10xl-children > * {
    margin-right: 300px !important;
  }
  .md-m-h-10xl {
    margin-right: 300px !important;
  }
  .md-m-h-10xl-children > * {
    margin-right: 300px !important;
  }
  .md-m-a-auto {
    margin-right: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-right: auto !important;
  }
  .md-m-r-auto {
    margin-right: auto !important;
  }
  .md-m-r-auto-children > * {
    margin-right: auto !important;
  }
  .md-m-h-auto {
    margin-right: auto !important;
  }
  .md-m-h-auto-children > * {
    margin-right: auto !important;
  }
  .md-m-a-inherit {
    margin-right: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-right: inherit !important;
  }
  .md-m-r-inherit {
    margin-right: inherit !important;
  }
  .md-m-r-inherit-children > * {
    margin-right: inherit !important;
  }
  .md-m-h-inherit {
    margin-right: inherit !important;
  }
  .md-m-h-inherit-children > * {
    margin-right: inherit !important;
  }
  .md-m-a-initial {
    margin-right: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-right: initial !important;
  }
  .md-m-r-initial {
    margin-right: initial !important;
  }
  .md-m-r-initial-children > * {
    margin-right: initial !important;
  }
  .md-m-h-initial {
    margin-right: initial !important;
  }
  .md-m-h-initial-children > * {
    margin-right: initial !important;
  }
  .md-m-a-unset {
    margin-right: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-right: unset !important;
  }
  .md-m-r-unset {
    margin-right: unset !important;
  }
  .md-m-r-unset-children > * {
    margin-right: unset !important;
  }
  .md-m-h-unset {
    margin-right: unset !important;
  }
  .md-m-h-unset-children > * {
    margin-right: unset !important;
  }
  .md-m-a-n {
    margin-bottom: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-bottom: 0 !important;
  }
  .md-m-b-n {
    margin-bottom: 0 !important;
  }
  .md-m-b-n-children > * {
    margin-bottom: 0 !important;
  }
  .md-m-v-n {
    margin-bottom: 0 !important;
  }
  .md-m-v-n-children > * {
    margin-bottom: 0 !important;
  }
  .md-m-a-5xs {
    margin-bottom: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .md-m-b-5xs {
    margin-bottom: 1.5px !important;
  }
  .md-m-b-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .md-m-v-5xs {
    margin-bottom: 1.5px !important;
  }
  .md-m-v-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-bottom: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .md-m-b-4xs {
    margin-bottom: 1.875px !important;
  }
  .md-m-b-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .md-m-v-4xs {
    margin-bottom: 1.875px !important;
  }
  .md-m-v-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-bottom: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .md-m-b-3xs {
    margin-bottom: 2.5px !important;
  }
  .md-m-b-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .md-m-v-3xs {
    margin-bottom: 2.5px !important;
  }
  .md-m-v-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-bottom: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .md-m-b-2xs {
    margin-bottom: 3.75px !important;
  }
  .md-m-b-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .md-m-v-2xs {
    margin-bottom: 3.75px !important;
  }
  .md-m-v-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .md-m-a-xs {
    margin-bottom: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-bottom: 5px !important;
  }
  .md-m-b-xs {
    margin-bottom: 5px !important;
  }
  .md-m-b-xs-children > * {
    margin-bottom: 5px !important;
  }
  .md-m-v-xs {
    margin-bottom: 5px !important;
  }
  .md-m-v-xs-children > * {
    margin-bottom: 5px !important;
  }
  .md-m-a-sm {
    margin-bottom: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .md-m-b-sm {
    margin-bottom: 7.5px !important;
  }
  .md-m-b-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .md-m-v-sm {
    margin-bottom: 7.5px !important;
  }
  .md-m-v-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .md-m-a-md {
    margin-bottom: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-bottom: 15px !important;
  }
  .md-m-b-md {
    margin-bottom: 15px !important;
  }
  .md-m-b-md-children > * {
    margin-bottom: 15px !important;
  }
  .md-m-v-md {
    margin-bottom: 15px !important;
  }
  .md-m-v-md-children > * {
    margin-bottom: 15px !important;
  }
  .md-m-a-lg {
    margin-bottom: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-bottom: 30px !important;
  }
  .md-m-b-lg {
    margin-bottom: 30px !important;
  }
  .md-m-b-lg-children > * {
    margin-bottom: 30px !important;
  }
  .md-m-v-lg {
    margin-bottom: 30px !important;
  }
  .md-m-v-lg-children > * {
    margin-bottom: 30px !important;
  }
  .md-m-a-xl {
    margin-bottom: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-bottom: 45px !important;
  }
  .md-m-b-xl {
    margin-bottom: 45px !important;
  }
  .md-m-b-xl-children > * {
    margin-bottom: 45px !important;
  }
  .md-m-v-xl {
    margin-bottom: 45px !important;
  }
  .md-m-v-xl-children > * {
    margin-bottom: 45px !important;
  }
  .md-m-a-2xl {
    margin-bottom: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .md-m-b-2xl {
    margin-bottom: 60px !important;
  }
  .md-m-b-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .md-m-v-2xl {
    margin-bottom: 60px !important;
  }
  .md-m-v-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .md-m-a-3xl {
    margin-bottom: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .md-m-b-3xl {
    margin-bottom: 90px !important;
  }
  .md-m-b-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .md-m-v-3xl {
    margin-bottom: 90px !important;
  }
  .md-m-v-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .md-m-a-4xl {
    margin-bottom: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .md-m-b-4xl {
    margin-bottom: 120px !important;
  }
  .md-m-b-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .md-m-v-4xl {
    margin-bottom: 120px !important;
  }
  .md-m-v-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .md-m-a-5xl {
    margin-bottom: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .md-m-b-5xl {
    margin-bottom: 150px !important;
  }
  .md-m-b-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .md-m-v-5xl {
    margin-bottom: 150px !important;
  }
  .md-m-v-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .md-m-a-6xl {
    margin-bottom: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .md-m-b-6xl {
    margin-bottom: 180px !important;
  }
  .md-m-b-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .md-m-v-6xl {
    margin-bottom: 180px !important;
  }
  .md-m-v-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .md-m-a-7xl {
    margin-bottom: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .md-m-b-7xl {
    margin-bottom: 210px !important;
  }
  .md-m-b-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .md-m-v-7xl {
    margin-bottom: 210px !important;
  }
  .md-m-v-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .md-m-a-8xl {
    margin-bottom: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .md-m-b-8xl {
    margin-bottom: 240px !important;
  }
  .md-m-b-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .md-m-v-8xl {
    margin-bottom: 240px !important;
  }
  .md-m-v-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .md-m-a-9xl {
    margin-bottom: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .md-m-b-9xl {
    margin-bottom: 270px !important;
  }
  .md-m-b-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .md-m-v-9xl {
    margin-bottom: 270px !important;
  }
  .md-m-v-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .md-m-a-10xl {
    margin-bottom: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .md-m-b-10xl {
    margin-bottom: 300px !important;
  }
  .md-m-b-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .md-m-v-10xl {
    margin-bottom: 300px !important;
  }
  .md-m-v-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .md-m-a-auto {
    margin-bottom: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-bottom: auto !important;
  }
  .md-m-b-auto {
    margin-bottom: auto !important;
  }
  .md-m-b-auto-children > * {
    margin-bottom: auto !important;
  }
  .md-m-v-auto {
    margin-bottom: auto !important;
  }
  .md-m-v-auto-children > * {
    margin-bottom: auto !important;
  }
  .md-m-a-inherit {
    margin-bottom: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .md-m-b-inherit {
    margin-bottom: inherit !important;
  }
  .md-m-b-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .md-m-v-inherit {
    margin-bottom: inherit !important;
  }
  .md-m-v-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .md-m-a-initial {
    margin-bottom: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-bottom: initial !important;
  }
  .md-m-b-initial {
    margin-bottom: initial !important;
  }
  .md-m-b-initial-children > * {
    margin-bottom: initial !important;
  }
  .md-m-v-initial {
    margin-bottom: initial !important;
  }
  .md-m-v-initial-children > * {
    margin-bottom: initial !important;
  }
  .md-m-a-unset {
    margin-bottom: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-bottom: unset !important;
  }
  .md-m-b-unset {
    margin-bottom: unset !important;
  }
  .md-m-b-unset-children > * {
    margin-bottom: unset !important;
  }
  .md-m-v-unset {
    margin-bottom: unset !important;
  }
  .md-m-v-unset-children > * {
    margin-bottom: unset !important;
  }
  .md-m-a-n {
    margin-left: 0 !important;
  }
  .md-m-a-n-children > * {
    margin-left: 0 !important;
  }
  .md-m-l-n {
    margin-left: 0 !important;
  }
  .md-m-l-n-children > * {
    margin-left: 0 !important;
  }
  .md-m-h-n {
    margin-left: 0 !important;
  }
  .md-m-h-n-children > * {
    margin-left: 0 !important;
  }
  .md-m-a-5xs {
    margin-left: 1.5px !important;
  }
  .md-m-a-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .md-m-l-5xs {
    margin-left: 1.5px !important;
  }
  .md-m-l-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .md-m-h-5xs {
    margin-left: 1.5px !important;
  }
  .md-m-h-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .md-m-a-4xs {
    margin-left: 1.875px !important;
  }
  .md-m-a-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .md-m-l-4xs {
    margin-left: 1.875px !important;
  }
  .md-m-l-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .md-m-h-4xs {
    margin-left: 1.875px !important;
  }
  .md-m-h-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .md-m-a-3xs {
    margin-left: 2.5px !important;
  }
  .md-m-a-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .md-m-l-3xs {
    margin-left: 2.5px !important;
  }
  .md-m-l-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .md-m-h-3xs {
    margin-left: 2.5px !important;
  }
  .md-m-h-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .md-m-a-2xs {
    margin-left: 3.75px !important;
  }
  .md-m-a-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .md-m-l-2xs {
    margin-left: 3.75px !important;
  }
  .md-m-l-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .md-m-h-2xs {
    margin-left: 3.75px !important;
  }
  .md-m-h-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .md-m-a-xs {
    margin-left: 5px !important;
  }
  .md-m-a-xs-children > * {
    margin-left: 5px !important;
  }
  .md-m-l-xs {
    margin-left: 5px !important;
  }
  .md-m-l-xs-children > * {
    margin-left: 5px !important;
  }
  .md-m-h-xs {
    margin-left: 5px !important;
  }
  .md-m-h-xs-children > * {
    margin-left: 5px !important;
  }
  .md-m-a-sm {
    margin-left: 7.5px !important;
  }
  .md-m-a-sm-children > * {
    margin-left: 7.5px !important;
  }
  .md-m-l-sm {
    margin-left: 7.5px !important;
  }
  .md-m-l-sm-children > * {
    margin-left: 7.5px !important;
  }
  .md-m-h-sm {
    margin-left: 7.5px !important;
  }
  .md-m-h-sm-children > * {
    margin-left: 7.5px !important;
  }
  .md-m-a-md {
    margin-left: 15px !important;
  }
  .md-m-a-md-children > * {
    margin-left: 15px !important;
  }
  .md-m-l-md {
    margin-left: 15px !important;
  }
  .md-m-l-md-children > * {
    margin-left: 15px !important;
  }
  .md-m-h-md {
    margin-left: 15px !important;
  }
  .md-m-h-md-children > * {
    margin-left: 15px !important;
  }
  .md-m-a-lg {
    margin-left: 30px !important;
  }
  .md-m-a-lg-children > * {
    margin-left: 30px !important;
  }
  .md-m-l-lg {
    margin-left: 30px !important;
  }
  .md-m-l-lg-children > * {
    margin-left: 30px !important;
  }
  .md-m-h-lg {
    margin-left: 30px !important;
  }
  .md-m-h-lg-children > * {
    margin-left: 30px !important;
  }
  .md-m-a-xl {
    margin-left: 45px !important;
  }
  .md-m-a-xl-children > * {
    margin-left: 45px !important;
  }
  .md-m-l-xl {
    margin-left: 45px !important;
  }
  .md-m-l-xl-children > * {
    margin-left: 45px !important;
  }
  .md-m-h-xl {
    margin-left: 45px !important;
  }
  .md-m-h-xl-children > * {
    margin-left: 45px !important;
  }
  .md-m-a-2xl {
    margin-left: 60px !important;
  }
  .md-m-a-2xl-children > * {
    margin-left: 60px !important;
  }
  .md-m-l-2xl {
    margin-left: 60px !important;
  }
  .md-m-l-2xl-children > * {
    margin-left: 60px !important;
  }
  .md-m-h-2xl {
    margin-left: 60px !important;
  }
  .md-m-h-2xl-children > * {
    margin-left: 60px !important;
  }
  .md-m-a-3xl {
    margin-left: 90px !important;
  }
  .md-m-a-3xl-children > * {
    margin-left: 90px !important;
  }
  .md-m-l-3xl {
    margin-left: 90px !important;
  }
  .md-m-l-3xl-children > * {
    margin-left: 90px !important;
  }
  .md-m-h-3xl {
    margin-left: 90px !important;
  }
  .md-m-h-3xl-children > * {
    margin-left: 90px !important;
  }
  .md-m-a-4xl {
    margin-left: 120px !important;
  }
  .md-m-a-4xl-children > * {
    margin-left: 120px !important;
  }
  .md-m-l-4xl {
    margin-left: 120px !important;
  }
  .md-m-l-4xl-children > * {
    margin-left: 120px !important;
  }
  .md-m-h-4xl {
    margin-left: 120px !important;
  }
  .md-m-h-4xl-children > * {
    margin-left: 120px !important;
  }
  .md-m-a-5xl {
    margin-left: 150px !important;
  }
  .md-m-a-5xl-children > * {
    margin-left: 150px !important;
  }
  .md-m-l-5xl {
    margin-left: 150px !important;
  }
  .md-m-l-5xl-children > * {
    margin-left: 150px !important;
  }
  .md-m-h-5xl {
    margin-left: 150px !important;
  }
  .md-m-h-5xl-children > * {
    margin-left: 150px !important;
  }
  .md-m-a-6xl {
    margin-left: 180px !important;
  }
  .md-m-a-6xl-children > * {
    margin-left: 180px !important;
  }
  .md-m-l-6xl {
    margin-left: 180px !important;
  }
  .md-m-l-6xl-children > * {
    margin-left: 180px !important;
  }
  .md-m-h-6xl {
    margin-left: 180px !important;
  }
  .md-m-h-6xl-children > * {
    margin-left: 180px !important;
  }
  .md-m-a-7xl {
    margin-left: 210px !important;
  }
  .md-m-a-7xl-children > * {
    margin-left: 210px !important;
  }
  .md-m-l-7xl {
    margin-left: 210px !important;
  }
  .md-m-l-7xl-children > * {
    margin-left: 210px !important;
  }
  .md-m-h-7xl {
    margin-left: 210px !important;
  }
  .md-m-h-7xl-children > * {
    margin-left: 210px !important;
  }
  .md-m-a-8xl {
    margin-left: 240px !important;
  }
  .md-m-a-8xl-children > * {
    margin-left: 240px !important;
  }
  .md-m-l-8xl {
    margin-left: 240px !important;
  }
  .md-m-l-8xl-children > * {
    margin-left: 240px !important;
  }
  .md-m-h-8xl {
    margin-left: 240px !important;
  }
  .md-m-h-8xl-children > * {
    margin-left: 240px !important;
  }
  .md-m-a-9xl {
    margin-left: 270px !important;
  }
  .md-m-a-9xl-children > * {
    margin-left: 270px !important;
  }
  .md-m-l-9xl {
    margin-left: 270px !important;
  }
  .md-m-l-9xl-children > * {
    margin-left: 270px !important;
  }
  .md-m-h-9xl {
    margin-left: 270px !important;
  }
  .md-m-h-9xl-children > * {
    margin-left: 270px !important;
  }
  .md-m-a-10xl {
    margin-left: 300px !important;
  }
  .md-m-a-10xl-children > * {
    margin-left: 300px !important;
  }
  .md-m-l-10xl {
    margin-left: 300px !important;
  }
  .md-m-l-10xl-children > * {
    margin-left: 300px !important;
  }
  .md-m-h-10xl {
    margin-left: 300px !important;
  }
  .md-m-h-10xl-children > * {
    margin-left: 300px !important;
  }
  .md-m-a-auto {
    margin-left: auto !important;
  }
  .md-m-a-auto-children > * {
    margin-left: auto !important;
  }
  .md-m-l-auto {
    margin-left: auto !important;
  }
  .md-m-l-auto-children > * {
    margin-left: auto !important;
  }
  .md-m-h-auto {
    margin-left: auto !important;
  }
  .md-m-h-auto-children > * {
    margin-left: auto !important;
  }
  .md-m-a-inherit {
    margin-left: inherit !important;
  }
  .md-m-a-inherit-children > * {
    margin-left: inherit !important;
  }
  .md-m-l-inherit {
    margin-left: inherit !important;
  }
  .md-m-l-inherit-children > * {
    margin-left: inherit !important;
  }
  .md-m-h-inherit {
    margin-left: inherit !important;
  }
  .md-m-h-inherit-children > * {
    margin-left: inherit !important;
  }
  .md-m-a-initial {
    margin-left: initial !important;
  }
  .md-m-a-initial-children > * {
    margin-left: initial !important;
  }
  .md-m-l-initial {
    margin-left: initial !important;
  }
  .md-m-l-initial-children > * {
    margin-left: initial !important;
  }
  .md-m-h-initial {
    margin-left: initial !important;
  }
  .md-m-h-initial-children > * {
    margin-left: initial !important;
  }
  .md-m-a-unset {
    margin-left: unset !important;
  }
  .md-m-a-unset-children > * {
    margin-left: unset !important;
  }
  .md-m-l-unset {
    margin-left: unset !important;
  }
  .md-m-l-unset-children > * {
    margin-left: unset !important;
  }
  .md-m-h-unset {
    margin-left: unset !important;
  }
  .md-m-h-unset-children > * {
    margin-left: unset !important;
  }
  .md-p-a-n {
    padding-top: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-top: 0 !important;
  }
  .md-p-t-n {
    padding-top: 0 !important;
  }
  .md-p-t-n-children > * {
    padding-top: 0 !important;
  }
  .md-p-v-n {
    padding-top: 0 !important;
  }
  .md-p-v-n-children > * {
    padding-top: 0 !important;
  }
  .md-p-a-5xs {
    padding-top: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .md-p-t-5xs {
    padding-top: 1.5px !important;
  }
  .md-p-t-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .md-p-v-5xs {
    padding-top: 1.5px !important;
  }
  .md-p-v-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-top: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .md-p-t-4xs {
    padding-top: 1.875px !important;
  }
  .md-p-t-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .md-p-v-4xs {
    padding-top: 1.875px !important;
  }
  .md-p-v-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-top: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .md-p-t-3xs {
    padding-top: 2.5px !important;
  }
  .md-p-t-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .md-p-v-3xs {
    padding-top: 2.5px !important;
  }
  .md-p-v-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-top: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .md-p-t-2xs {
    padding-top: 3.75px !important;
  }
  .md-p-t-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .md-p-v-2xs {
    padding-top: 3.75px !important;
  }
  .md-p-v-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .md-p-a-xs {
    padding-top: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-top: 5px !important;
  }
  .md-p-t-xs {
    padding-top: 5px !important;
  }
  .md-p-t-xs-children > * {
    padding-top: 5px !important;
  }
  .md-p-v-xs {
    padding-top: 5px !important;
  }
  .md-p-v-xs-children > * {
    padding-top: 5px !important;
  }
  .md-p-a-sm {
    padding-top: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-top: 7.5px !important;
  }
  .md-p-t-sm {
    padding-top: 7.5px !important;
  }
  .md-p-t-sm-children > * {
    padding-top: 7.5px !important;
  }
  .md-p-v-sm {
    padding-top: 7.5px !important;
  }
  .md-p-v-sm-children > * {
    padding-top: 7.5px !important;
  }
  .md-p-a-md {
    padding-top: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-top: 15px !important;
  }
  .md-p-t-md {
    padding-top: 15px !important;
  }
  .md-p-t-md-children > * {
    padding-top: 15px !important;
  }
  .md-p-v-md {
    padding-top: 15px !important;
  }
  .md-p-v-md-children > * {
    padding-top: 15px !important;
  }
  .md-p-a-lg {
    padding-top: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-top: 30px !important;
  }
  .md-p-t-lg {
    padding-top: 30px !important;
  }
  .md-p-t-lg-children > * {
    padding-top: 30px !important;
  }
  .md-p-v-lg {
    padding-top: 30px !important;
  }
  .md-p-v-lg-children > * {
    padding-top: 30px !important;
  }
  .md-p-a-xl {
    padding-top: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-top: 45px !important;
  }
  .md-p-t-xl {
    padding-top: 45px !important;
  }
  .md-p-t-xl-children > * {
    padding-top: 45px !important;
  }
  .md-p-v-xl {
    padding-top: 45px !important;
  }
  .md-p-v-xl-children > * {
    padding-top: 45px !important;
  }
  .md-p-a-2xl {
    padding-top: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-top: 60px !important;
  }
  .md-p-t-2xl {
    padding-top: 60px !important;
  }
  .md-p-t-2xl-children > * {
    padding-top: 60px !important;
  }
  .md-p-v-2xl {
    padding-top: 60px !important;
  }
  .md-p-v-2xl-children > * {
    padding-top: 60px !important;
  }
  .md-p-a-3xl {
    padding-top: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-top: 90px !important;
  }
  .md-p-t-3xl {
    padding-top: 90px !important;
  }
  .md-p-t-3xl-children > * {
    padding-top: 90px !important;
  }
  .md-p-v-3xl {
    padding-top: 90px !important;
  }
  .md-p-v-3xl-children > * {
    padding-top: 90px !important;
  }
  .md-p-a-4xl {
    padding-top: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-top: 120px !important;
  }
  .md-p-t-4xl {
    padding-top: 120px !important;
  }
  .md-p-t-4xl-children > * {
    padding-top: 120px !important;
  }
  .md-p-v-4xl {
    padding-top: 120px !important;
  }
  .md-p-v-4xl-children > * {
    padding-top: 120px !important;
  }
  .md-p-a-5xl {
    padding-top: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-top: 150px !important;
  }
  .md-p-t-5xl {
    padding-top: 150px !important;
  }
  .md-p-t-5xl-children > * {
    padding-top: 150px !important;
  }
  .md-p-v-5xl {
    padding-top: 150px !important;
  }
  .md-p-v-5xl-children > * {
    padding-top: 150px !important;
  }
  .md-p-a-6xl {
    padding-top: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-top: 180px !important;
  }
  .md-p-t-6xl {
    padding-top: 180px !important;
  }
  .md-p-t-6xl-children > * {
    padding-top: 180px !important;
  }
  .md-p-v-6xl {
    padding-top: 180px !important;
  }
  .md-p-v-6xl-children > * {
    padding-top: 180px !important;
  }
  .md-p-a-7xl {
    padding-top: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-top: 210px !important;
  }
  .md-p-t-7xl {
    padding-top: 210px !important;
  }
  .md-p-t-7xl-children > * {
    padding-top: 210px !important;
  }
  .md-p-v-7xl {
    padding-top: 210px !important;
  }
  .md-p-v-7xl-children > * {
    padding-top: 210px !important;
  }
  .md-p-a-8xl {
    padding-top: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-top: 240px !important;
  }
  .md-p-t-8xl {
    padding-top: 240px !important;
  }
  .md-p-t-8xl-children > * {
    padding-top: 240px !important;
  }
  .md-p-v-8xl {
    padding-top: 240px !important;
  }
  .md-p-v-8xl-children > * {
    padding-top: 240px !important;
  }
  .md-p-a-9xl {
    padding-top: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-top: 270px !important;
  }
  .md-p-t-9xl {
    padding-top: 270px !important;
  }
  .md-p-t-9xl-children > * {
    padding-top: 270px !important;
  }
  .md-p-v-9xl {
    padding-top: 270px !important;
  }
  .md-p-v-9xl-children > * {
    padding-top: 270px !important;
  }
  .md-p-a-10xl {
    padding-top: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-top: 300px !important;
  }
  .md-p-t-10xl {
    padding-top: 300px !important;
  }
  .md-p-t-10xl-children > * {
    padding-top: 300px !important;
  }
  .md-p-v-10xl {
    padding-top: 300px !important;
  }
  .md-p-v-10xl-children > * {
    padding-top: 300px !important;
  }
  .md-p-a-auto {
    padding-top: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-top: auto !important;
  }
  .md-p-t-auto {
    padding-top: auto !important;
  }
  .md-p-t-auto-children > * {
    padding-top: auto !important;
  }
  .md-p-v-auto {
    padding-top: auto !important;
  }
  .md-p-v-auto-children > * {
    padding-top: auto !important;
  }
  .md-p-a-inherit {
    padding-top: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-top: inherit !important;
  }
  .md-p-t-inherit {
    padding-top: inherit !important;
  }
  .md-p-t-inherit-children > * {
    padding-top: inherit !important;
  }
  .md-p-v-inherit {
    padding-top: inherit !important;
  }
  .md-p-v-inherit-children > * {
    padding-top: inherit !important;
  }
  .md-p-a-initial {
    padding-top: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-top: initial !important;
  }
  .md-p-t-initial {
    padding-top: initial !important;
  }
  .md-p-t-initial-children > * {
    padding-top: initial !important;
  }
  .md-p-v-initial {
    padding-top: initial !important;
  }
  .md-p-v-initial-children > * {
    padding-top: initial !important;
  }
  .md-p-a-unset {
    padding-top: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-top: unset !important;
  }
  .md-p-t-unset {
    padding-top: unset !important;
  }
  .md-p-t-unset-children > * {
    padding-top: unset !important;
  }
  .md-p-v-unset {
    padding-top: unset !important;
  }
  .md-p-v-unset-children > * {
    padding-top: unset !important;
  }
  .md-p-a-n {
    padding-right: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-right: 0 !important;
  }
  .md-p-r-n {
    padding-right: 0 !important;
  }
  .md-p-r-n-children > * {
    padding-right: 0 !important;
  }
  .md-p-h-n {
    padding-right: 0 !important;
  }
  .md-p-h-n-children > * {
    padding-right: 0 !important;
  }
  .md-p-a-5xs {
    padding-right: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .md-p-r-5xs {
    padding-right: 1.5px !important;
  }
  .md-p-r-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .md-p-h-5xs {
    padding-right: 1.5px !important;
  }
  .md-p-h-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-right: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .md-p-r-4xs {
    padding-right: 1.875px !important;
  }
  .md-p-r-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .md-p-h-4xs {
    padding-right: 1.875px !important;
  }
  .md-p-h-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-right: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .md-p-r-3xs {
    padding-right: 2.5px !important;
  }
  .md-p-r-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .md-p-h-3xs {
    padding-right: 2.5px !important;
  }
  .md-p-h-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-right: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .md-p-r-2xs {
    padding-right: 3.75px !important;
  }
  .md-p-r-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .md-p-h-2xs {
    padding-right: 3.75px !important;
  }
  .md-p-h-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .md-p-a-xs {
    padding-right: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-right: 5px !important;
  }
  .md-p-r-xs {
    padding-right: 5px !important;
  }
  .md-p-r-xs-children > * {
    padding-right: 5px !important;
  }
  .md-p-h-xs {
    padding-right: 5px !important;
  }
  .md-p-h-xs-children > * {
    padding-right: 5px !important;
  }
  .md-p-a-sm {
    padding-right: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-right: 7.5px !important;
  }
  .md-p-r-sm {
    padding-right: 7.5px !important;
  }
  .md-p-r-sm-children > * {
    padding-right: 7.5px !important;
  }
  .md-p-h-sm {
    padding-right: 7.5px !important;
  }
  .md-p-h-sm-children > * {
    padding-right: 7.5px !important;
  }
  .md-p-a-md {
    padding-right: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-right: 15px !important;
  }
  .md-p-r-md {
    padding-right: 15px !important;
  }
  .md-p-r-md-children > * {
    padding-right: 15px !important;
  }
  .md-p-h-md {
    padding-right: 15px !important;
  }
  .md-p-h-md-children > * {
    padding-right: 15px !important;
  }
  .md-p-a-lg {
    padding-right: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-right: 30px !important;
  }
  .md-p-r-lg {
    padding-right: 30px !important;
  }
  .md-p-r-lg-children > * {
    padding-right: 30px !important;
  }
  .md-p-h-lg {
    padding-right: 30px !important;
  }
  .md-p-h-lg-children > * {
    padding-right: 30px !important;
  }
  .md-p-a-xl {
    padding-right: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-right: 45px !important;
  }
  .md-p-r-xl {
    padding-right: 45px !important;
  }
  .md-p-r-xl-children > * {
    padding-right: 45px !important;
  }
  .md-p-h-xl {
    padding-right: 45px !important;
  }
  .md-p-h-xl-children > * {
    padding-right: 45px !important;
  }
  .md-p-a-2xl {
    padding-right: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-right: 60px !important;
  }
  .md-p-r-2xl {
    padding-right: 60px !important;
  }
  .md-p-r-2xl-children > * {
    padding-right: 60px !important;
  }
  .md-p-h-2xl {
    padding-right: 60px !important;
  }
  .md-p-h-2xl-children > * {
    padding-right: 60px !important;
  }
  .md-p-a-3xl {
    padding-right: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-right: 90px !important;
  }
  .md-p-r-3xl {
    padding-right: 90px !important;
  }
  .md-p-r-3xl-children > * {
    padding-right: 90px !important;
  }
  .md-p-h-3xl {
    padding-right: 90px !important;
  }
  .md-p-h-3xl-children > * {
    padding-right: 90px !important;
  }
  .md-p-a-4xl {
    padding-right: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-right: 120px !important;
  }
  .md-p-r-4xl {
    padding-right: 120px !important;
  }
  .md-p-r-4xl-children > * {
    padding-right: 120px !important;
  }
  .md-p-h-4xl {
    padding-right: 120px !important;
  }
  .md-p-h-4xl-children > * {
    padding-right: 120px !important;
  }
  .md-p-a-5xl {
    padding-right: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-right: 150px !important;
  }
  .md-p-r-5xl {
    padding-right: 150px !important;
  }
  .md-p-r-5xl-children > * {
    padding-right: 150px !important;
  }
  .md-p-h-5xl {
    padding-right: 150px !important;
  }
  .md-p-h-5xl-children > * {
    padding-right: 150px !important;
  }
  .md-p-a-6xl {
    padding-right: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-right: 180px !important;
  }
  .md-p-r-6xl {
    padding-right: 180px !important;
  }
  .md-p-r-6xl-children > * {
    padding-right: 180px !important;
  }
  .md-p-h-6xl {
    padding-right: 180px !important;
  }
  .md-p-h-6xl-children > * {
    padding-right: 180px !important;
  }
  .md-p-a-7xl {
    padding-right: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-right: 210px !important;
  }
  .md-p-r-7xl {
    padding-right: 210px !important;
  }
  .md-p-r-7xl-children > * {
    padding-right: 210px !important;
  }
  .md-p-h-7xl {
    padding-right: 210px !important;
  }
  .md-p-h-7xl-children > * {
    padding-right: 210px !important;
  }
  .md-p-a-8xl {
    padding-right: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-right: 240px !important;
  }
  .md-p-r-8xl {
    padding-right: 240px !important;
  }
  .md-p-r-8xl-children > * {
    padding-right: 240px !important;
  }
  .md-p-h-8xl {
    padding-right: 240px !important;
  }
  .md-p-h-8xl-children > * {
    padding-right: 240px !important;
  }
  .md-p-a-9xl {
    padding-right: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-right: 270px !important;
  }
  .md-p-r-9xl {
    padding-right: 270px !important;
  }
  .md-p-r-9xl-children > * {
    padding-right: 270px !important;
  }
  .md-p-h-9xl {
    padding-right: 270px !important;
  }
  .md-p-h-9xl-children > * {
    padding-right: 270px !important;
  }
  .md-p-a-10xl {
    padding-right: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-right: 300px !important;
  }
  .md-p-r-10xl {
    padding-right: 300px !important;
  }
  .md-p-r-10xl-children > * {
    padding-right: 300px !important;
  }
  .md-p-h-10xl {
    padding-right: 300px !important;
  }
  .md-p-h-10xl-children > * {
    padding-right: 300px !important;
  }
  .md-p-a-auto {
    padding-right: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-right: auto !important;
  }
  .md-p-r-auto {
    padding-right: auto !important;
  }
  .md-p-r-auto-children > * {
    padding-right: auto !important;
  }
  .md-p-h-auto {
    padding-right: auto !important;
  }
  .md-p-h-auto-children > * {
    padding-right: auto !important;
  }
  .md-p-a-inherit {
    padding-right: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-right: inherit !important;
  }
  .md-p-r-inherit {
    padding-right: inherit !important;
  }
  .md-p-r-inherit-children > * {
    padding-right: inherit !important;
  }
  .md-p-h-inherit {
    padding-right: inherit !important;
  }
  .md-p-h-inherit-children > * {
    padding-right: inherit !important;
  }
  .md-p-a-initial {
    padding-right: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-right: initial !important;
  }
  .md-p-r-initial {
    padding-right: initial !important;
  }
  .md-p-r-initial-children > * {
    padding-right: initial !important;
  }
  .md-p-h-initial {
    padding-right: initial !important;
  }
  .md-p-h-initial-children > * {
    padding-right: initial !important;
  }
  .md-p-a-unset {
    padding-right: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-right: unset !important;
  }
  .md-p-r-unset {
    padding-right: unset !important;
  }
  .md-p-r-unset-children > * {
    padding-right: unset !important;
  }
  .md-p-h-unset {
    padding-right: unset !important;
  }
  .md-p-h-unset-children > * {
    padding-right: unset !important;
  }
  .md-p-a-n {
    padding-bottom: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-bottom: 0 !important;
  }
  .md-p-b-n {
    padding-bottom: 0 !important;
  }
  .md-p-b-n-children > * {
    padding-bottom: 0 !important;
  }
  .md-p-v-n {
    padding-bottom: 0 !important;
  }
  .md-p-v-n-children > * {
    padding-bottom: 0 !important;
  }
  .md-p-a-5xs {
    padding-bottom: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .md-p-b-5xs {
    padding-bottom: 1.5px !important;
  }
  .md-p-b-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .md-p-v-5xs {
    padding-bottom: 1.5px !important;
  }
  .md-p-v-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-bottom: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .md-p-b-4xs {
    padding-bottom: 1.875px !important;
  }
  .md-p-b-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .md-p-v-4xs {
    padding-bottom: 1.875px !important;
  }
  .md-p-v-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-bottom: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .md-p-b-3xs {
    padding-bottom: 2.5px !important;
  }
  .md-p-b-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .md-p-v-3xs {
    padding-bottom: 2.5px !important;
  }
  .md-p-v-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-bottom: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .md-p-b-2xs {
    padding-bottom: 3.75px !important;
  }
  .md-p-b-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .md-p-v-2xs {
    padding-bottom: 3.75px !important;
  }
  .md-p-v-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .md-p-a-xs {
    padding-bottom: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-bottom: 5px !important;
  }
  .md-p-b-xs {
    padding-bottom: 5px !important;
  }
  .md-p-b-xs-children > * {
    padding-bottom: 5px !important;
  }
  .md-p-v-xs {
    padding-bottom: 5px !important;
  }
  .md-p-v-xs-children > * {
    padding-bottom: 5px !important;
  }
  .md-p-a-sm {
    padding-bottom: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .md-p-b-sm {
    padding-bottom: 7.5px !important;
  }
  .md-p-b-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .md-p-v-sm {
    padding-bottom: 7.5px !important;
  }
  .md-p-v-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .md-p-a-md {
    padding-bottom: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-bottom: 15px !important;
  }
  .md-p-b-md {
    padding-bottom: 15px !important;
  }
  .md-p-b-md-children > * {
    padding-bottom: 15px !important;
  }
  .md-p-v-md {
    padding-bottom: 15px !important;
  }
  .md-p-v-md-children > * {
    padding-bottom: 15px !important;
  }
  .md-p-a-lg {
    padding-bottom: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-bottom: 30px !important;
  }
  .md-p-b-lg {
    padding-bottom: 30px !important;
  }
  .md-p-b-lg-children > * {
    padding-bottom: 30px !important;
  }
  .md-p-v-lg {
    padding-bottom: 30px !important;
  }
  .md-p-v-lg-children > * {
    padding-bottom: 30px !important;
  }
  .md-p-a-xl {
    padding-bottom: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-bottom: 45px !important;
  }
  .md-p-b-xl {
    padding-bottom: 45px !important;
  }
  .md-p-b-xl-children > * {
    padding-bottom: 45px !important;
  }
  .md-p-v-xl {
    padding-bottom: 45px !important;
  }
  .md-p-v-xl-children > * {
    padding-bottom: 45px !important;
  }
  .md-p-a-2xl {
    padding-bottom: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .md-p-b-2xl {
    padding-bottom: 60px !important;
  }
  .md-p-b-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .md-p-v-2xl {
    padding-bottom: 60px !important;
  }
  .md-p-v-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .md-p-a-3xl {
    padding-bottom: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .md-p-b-3xl {
    padding-bottom: 90px !important;
  }
  .md-p-b-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .md-p-v-3xl {
    padding-bottom: 90px !important;
  }
  .md-p-v-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .md-p-a-4xl {
    padding-bottom: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .md-p-b-4xl {
    padding-bottom: 120px !important;
  }
  .md-p-b-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .md-p-v-4xl {
    padding-bottom: 120px !important;
  }
  .md-p-v-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .md-p-a-5xl {
    padding-bottom: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .md-p-b-5xl {
    padding-bottom: 150px !important;
  }
  .md-p-b-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .md-p-v-5xl {
    padding-bottom: 150px !important;
  }
  .md-p-v-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .md-p-a-6xl {
    padding-bottom: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .md-p-b-6xl {
    padding-bottom: 180px !important;
  }
  .md-p-b-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .md-p-v-6xl {
    padding-bottom: 180px !important;
  }
  .md-p-v-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .md-p-a-7xl {
    padding-bottom: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .md-p-b-7xl {
    padding-bottom: 210px !important;
  }
  .md-p-b-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .md-p-v-7xl {
    padding-bottom: 210px !important;
  }
  .md-p-v-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .md-p-a-8xl {
    padding-bottom: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .md-p-b-8xl {
    padding-bottom: 240px !important;
  }
  .md-p-b-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .md-p-v-8xl {
    padding-bottom: 240px !important;
  }
  .md-p-v-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .md-p-a-9xl {
    padding-bottom: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .md-p-b-9xl {
    padding-bottom: 270px !important;
  }
  .md-p-b-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .md-p-v-9xl {
    padding-bottom: 270px !important;
  }
  .md-p-v-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .md-p-a-10xl {
    padding-bottom: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .md-p-b-10xl {
    padding-bottom: 300px !important;
  }
  .md-p-b-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .md-p-v-10xl {
    padding-bottom: 300px !important;
  }
  .md-p-v-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .md-p-a-auto {
    padding-bottom: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-bottom: auto !important;
  }
  .md-p-b-auto {
    padding-bottom: auto !important;
  }
  .md-p-b-auto-children > * {
    padding-bottom: auto !important;
  }
  .md-p-v-auto {
    padding-bottom: auto !important;
  }
  .md-p-v-auto-children > * {
    padding-bottom: auto !important;
  }
  .md-p-a-inherit {
    padding-bottom: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .md-p-b-inherit {
    padding-bottom: inherit !important;
  }
  .md-p-b-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .md-p-v-inherit {
    padding-bottom: inherit !important;
  }
  .md-p-v-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .md-p-a-initial {
    padding-bottom: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-bottom: initial !important;
  }
  .md-p-b-initial {
    padding-bottom: initial !important;
  }
  .md-p-b-initial-children > * {
    padding-bottom: initial !important;
  }
  .md-p-v-initial {
    padding-bottom: initial !important;
  }
  .md-p-v-initial-children > * {
    padding-bottom: initial !important;
  }
  .md-p-a-unset {
    padding-bottom: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-bottom: unset !important;
  }
  .md-p-b-unset {
    padding-bottom: unset !important;
  }
  .md-p-b-unset-children > * {
    padding-bottom: unset !important;
  }
  .md-p-v-unset {
    padding-bottom: unset !important;
  }
  .md-p-v-unset-children > * {
    padding-bottom: unset !important;
  }
  .md-p-a-n {
    padding-left: 0 !important;
  }
  .md-p-a-n-children > * {
    padding-left: 0 !important;
  }
  .md-p-l-n {
    padding-left: 0 !important;
  }
  .md-p-l-n-children > * {
    padding-left: 0 !important;
  }
  .md-p-h-n {
    padding-left: 0 !important;
  }
  .md-p-h-n-children > * {
    padding-left: 0 !important;
  }
  .md-p-a-5xs {
    padding-left: 1.5px !important;
  }
  .md-p-a-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .md-p-l-5xs {
    padding-left: 1.5px !important;
  }
  .md-p-l-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .md-p-h-5xs {
    padding-left: 1.5px !important;
  }
  .md-p-h-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .md-p-a-4xs {
    padding-left: 1.875px !important;
  }
  .md-p-a-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .md-p-l-4xs {
    padding-left: 1.875px !important;
  }
  .md-p-l-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .md-p-h-4xs {
    padding-left: 1.875px !important;
  }
  .md-p-h-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .md-p-a-3xs {
    padding-left: 2.5px !important;
  }
  .md-p-a-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .md-p-l-3xs {
    padding-left: 2.5px !important;
  }
  .md-p-l-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .md-p-h-3xs {
    padding-left: 2.5px !important;
  }
  .md-p-h-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .md-p-a-2xs {
    padding-left: 3.75px !important;
  }
  .md-p-a-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .md-p-l-2xs {
    padding-left: 3.75px !important;
  }
  .md-p-l-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .md-p-h-2xs {
    padding-left: 3.75px !important;
  }
  .md-p-h-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .md-p-a-xs {
    padding-left: 5px !important;
  }
  .md-p-a-xs-children > * {
    padding-left: 5px !important;
  }
  .md-p-l-xs {
    padding-left: 5px !important;
  }
  .md-p-l-xs-children > * {
    padding-left: 5px !important;
  }
  .md-p-h-xs {
    padding-left: 5px !important;
  }
  .md-p-h-xs-children > * {
    padding-left: 5px !important;
  }
  .md-p-a-sm {
    padding-left: 7.5px !important;
  }
  .md-p-a-sm-children > * {
    padding-left: 7.5px !important;
  }
  .md-p-l-sm {
    padding-left: 7.5px !important;
  }
  .md-p-l-sm-children > * {
    padding-left: 7.5px !important;
  }
  .md-p-h-sm {
    padding-left: 7.5px !important;
  }
  .md-p-h-sm-children > * {
    padding-left: 7.5px !important;
  }
  .md-p-a-md {
    padding-left: 15px !important;
  }
  .md-p-a-md-children > * {
    padding-left: 15px !important;
  }
  .md-p-l-md {
    padding-left: 15px !important;
  }
  .md-p-l-md-children > * {
    padding-left: 15px !important;
  }
  .md-p-h-md {
    padding-left: 15px !important;
  }
  .md-p-h-md-children > * {
    padding-left: 15px !important;
  }
  .md-p-a-lg {
    padding-left: 30px !important;
  }
  .md-p-a-lg-children > * {
    padding-left: 30px !important;
  }
  .md-p-l-lg {
    padding-left: 30px !important;
  }
  .md-p-l-lg-children > * {
    padding-left: 30px !important;
  }
  .md-p-h-lg {
    padding-left: 30px !important;
  }
  .md-p-h-lg-children > * {
    padding-left: 30px !important;
  }
  .md-p-a-xl {
    padding-left: 45px !important;
  }
  .md-p-a-xl-children > * {
    padding-left: 45px !important;
  }
  .md-p-l-xl {
    padding-left: 45px !important;
  }
  .md-p-l-xl-children > * {
    padding-left: 45px !important;
  }
  .md-p-h-xl {
    padding-left: 45px !important;
  }
  .md-p-h-xl-children > * {
    padding-left: 45px !important;
  }
  .md-p-a-2xl {
    padding-left: 60px !important;
  }
  .md-p-a-2xl-children > * {
    padding-left: 60px !important;
  }
  .md-p-l-2xl {
    padding-left: 60px !important;
  }
  .md-p-l-2xl-children > * {
    padding-left: 60px !important;
  }
  .md-p-h-2xl {
    padding-left: 60px !important;
  }
  .md-p-h-2xl-children > * {
    padding-left: 60px !important;
  }
  .md-p-a-3xl {
    padding-left: 90px !important;
  }
  .md-p-a-3xl-children > * {
    padding-left: 90px !important;
  }
  .md-p-l-3xl {
    padding-left: 90px !important;
  }
  .md-p-l-3xl-children > * {
    padding-left: 90px !important;
  }
  .md-p-h-3xl {
    padding-left: 90px !important;
  }
  .md-p-h-3xl-children > * {
    padding-left: 90px !important;
  }
  .md-p-a-4xl {
    padding-left: 120px !important;
  }
  .md-p-a-4xl-children > * {
    padding-left: 120px !important;
  }
  .md-p-l-4xl {
    padding-left: 120px !important;
  }
  .md-p-l-4xl-children > * {
    padding-left: 120px !important;
  }
  .md-p-h-4xl {
    padding-left: 120px !important;
  }
  .md-p-h-4xl-children > * {
    padding-left: 120px !important;
  }
  .md-p-a-5xl {
    padding-left: 150px !important;
  }
  .md-p-a-5xl-children > * {
    padding-left: 150px !important;
  }
  .md-p-l-5xl {
    padding-left: 150px !important;
  }
  .md-p-l-5xl-children > * {
    padding-left: 150px !important;
  }
  .md-p-h-5xl {
    padding-left: 150px !important;
  }
  .md-p-h-5xl-children > * {
    padding-left: 150px !important;
  }
  .md-p-a-6xl {
    padding-left: 180px !important;
  }
  .md-p-a-6xl-children > * {
    padding-left: 180px !important;
  }
  .md-p-l-6xl {
    padding-left: 180px !important;
  }
  .md-p-l-6xl-children > * {
    padding-left: 180px !important;
  }
  .md-p-h-6xl {
    padding-left: 180px !important;
  }
  .md-p-h-6xl-children > * {
    padding-left: 180px !important;
  }
  .md-p-a-7xl {
    padding-left: 210px !important;
  }
  .md-p-a-7xl-children > * {
    padding-left: 210px !important;
  }
  .md-p-l-7xl {
    padding-left: 210px !important;
  }
  .md-p-l-7xl-children > * {
    padding-left: 210px !important;
  }
  .md-p-h-7xl {
    padding-left: 210px !important;
  }
  .md-p-h-7xl-children > * {
    padding-left: 210px !important;
  }
  .md-p-a-8xl {
    padding-left: 240px !important;
  }
  .md-p-a-8xl-children > * {
    padding-left: 240px !important;
  }
  .md-p-l-8xl {
    padding-left: 240px !important;
  }
  .md-p-l-8xl-children > * {
    padding-left: 240px !important;
  }
  .md-p-h-8xl {
    padding-left: 240px !important;
  }
  .md-p-h-8xl-children > * {
    padding-left: 240px !important;
  }
  .md-p-a-9xl {
    padding-left: 270px !important;
  }
  .md-p-a-9xl-children > * {
    padding-left: 270px !important;
  }
  .md-p-l-9xl {
    padding-left: 270px !important;
  }
  .md-p-l-9xl-children > * {
    padding-left: 270px !important;
  }
  .md-p-h-9xl {
    padding-left: 270px !important;
  }
  .md-p-h-9xl-children > * {
    padding-left: 270px !important;
  }
  .md-p-a-10xl {
    padding-left: 300px !important;
  }
  .md-p-a-10xl-children > * {
    padding-left: 300px !important;
  }
  .md-p-l-10xl {
    padding-left: 300px !important;
  }
  .md-p-l-10xl-children > * {
    padding-left: 300px !important;
  }
  .md-p-h-10xl {
    padding-left: 300px !important;
  }
  .md-p-h-10xl-children > * {
    padding-left: 300px !important;
  }
  .md-p-a-auto {
    padding-left: auto !important;
  }
  .md-p-a-auto-children > * {
    padding-left: auto !important;
  }
  .md-p-l-auto {
    padding-left: auto !important;
  }
  .md-p-l-auto-children > * {
    padding-left: auto !important;
  }
  .md-p-h-auto {
    padding-left: auto !important;
  }
  .md-p-h-auto-children > * {
    padding-left: auto !important;
  }
  .md-p-a-inherit {
    padding-left: inherit !important;
  }
  .md-p-a-inherit-children > * {
    padding-left: inherit !important;
  }
  .md-p-l-inherit {
    padding-left: inherit !important;
  }
  .md-p-l-inherit-children > * {
    padding-left: inherit !important;
  }
  .md-p-h-inherit {
    padding-left: inherit !important;
  }
  .md-p-h-inherit-children > * {
    padding-left: inherit !important;
  }
  .md-p-a-initial {
    padding-left: initial !important;
  }
  .md-p-a-initial-children > * {
    padding-left: initial !important;
  }
  .md-p-l-initial {
    padding-left: initial !important;
  }
  .md-p-l-initial-children > * {
    padding-left: initial !important;
  }
  .md-p-h-initial {
    padding-left: initial !important;
  }
  .md-p-h-initial-children > * {
    padding-left: initial !important;
  }
  .md-p-a-unset {
    padding-left: unset !important;
  }
  .md-p-a-unset-children > * {
    padding-left: unset !important;
  }
  .md-p-l-unset {
    padding-left: unset !important;
  }
  .md-p-l-unset-children > * {
    padding-left: unset !important;
  }
  .md-p-h-unset {
    padding-left: unset !important;
  }
  .md-p-h-unset-children > * {
    padding-left: unset !important;
  }
}
@media screen and (max-width: 575px) {
  .sm-m-a-n {
    margin-top: 0 !important;
  }
  .sm-m-a-n-children > * {
    margin-top: 0 !important;
  }
  .sm-m-t-n {
    margin-top: 0 !important;
  }
  .sm-m-t-n-children > * {
    margin-top: 0 !important;
  }
  .sm-m-v-n {
    margin-top: 0 !important;
  }
  .sm-m-v-n-children > * {
    margin-top: 0 !important;
  }
  .sm-m-a-5xs {
    margin-top: 1.5px !important;
  }
  .sm-m-a-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .sm-m-t-5xs {
    margin-top: 1.5px !important;
  }
  .sm-m-t-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .sm-m-v-5xs {
    margin-top: 1.5px !important;
  }
  .sm-m-v-5xs-children > * {
    margin-top: 1.5px !important;
  }
  .sm-m-a-4xs {
    margin-top: 1.875px !important;
  }
  .sm-m-a-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .sm-m-t-4xs {
    margin-top: 1.875px !important;
  }
  .sm-m-t-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .sm-m-v-4xs {
    margin-top: 1.875px !important;
  }
  .sm-m-v-4xs-children > * {
    margin-top: 1.875px !important;
  }
  .sm-m-a-3xs {
    margin-top: 2.5px !important;
  }
  .sm-m-a-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .sm-m-t-3xs {
    margin-top: 2.5px !important;
  }
  .sm-m-t-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .sm-m-v-3xs {
    margin-top: 2.5px !important;
  }
  .sm-m-v-3xs-children > * {
    margin-top: 2.5px !important;
  }
  .sm-m-a-2xs {
    margin-top: 3.75px !important;
  }
  .sm-m-a-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .sm-m-t-2xs {
    margin-top: 3.75px !important;
  }
  .sm-m-t-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .sm-m-v-2xs {
    margin-top: 3.75px !important;
  }
  .sm-m-v-2xs-children > * {
    margin-top: 3.75px !important;
  }
  .sm-m-a-xs {
    margin-top: 5px !important;
  }
  .sm-m-a-xs-children > * {
    margin-top: 5px !important;
  }
  .sm-m-t-xs {
    margin-top: 5px !important;
  }
  .sm-m-t-xs-children > * {
    margin-top: 5px !important;
  }
  .sm-m-v-xs {
    margin-top: 5px !important;
  }
  .sm-m-v-xs-children > * {
    margin-top: 5px !important;
  }
  .sm-m-a-sm {
    margin-top: 7.5px !important;
  }
  .sm-m-a-sm-children > * {
    margin-top: 7.5px !important;
  }
  .sm-m-t-sm {
    margin-top: 7.5px !important;
  }
  .sm-m-t-sm-children > * {
    margin-top: 7.5px !important;
  }
  .sm-m-v-sm {
    margin-top: 7.5px !important;
  }
  .sm-m-v-sm-children > * {
    margin-top: 7.5px !important;
  }
  .sm-m-a-md {
    margin-top: 15px !important;
  }
  .sm-m-a-md-children > * {
    margin-top: 15px !important;
  }
  .sm-m-t-md {
    margin-top: 15px !important;
  }
  .sm-m-t-md-children > * {
    margin-top: 15px !important;
  }
  .sm-m-v-md {
    margin-top: 15px !important;
  }
  .sm-m-v-md-children > * {
    margin-top: 15px !important;
  }
  .sm-m-a-lg {
    margin-top: 30px !important;
  }
  .sm-m-a-lg-children > * {
    margin-top: 30px !important;
  }
  .sm-m-t-lg {
    margin-top: 30px !important;
  }
  .sm-m-t-lg-children > * {
    margin-top: 30px !important;
  }
  .sm-m-v-lg {
    margin-top: 30px !important;
  }
  .sm-m-v-lg-children > * {
    margin-top: 30px !important;
  }
  .sm-m-a-xl {
    margin-top: 45px !important;
  }
  .sm-m-a-xl-children > * {
    margin-top: 45px !important;
  }
  .sm-m-t-xl {
    margin-top: 45px !important;
  }
  .sm-m-t-xl-children > * {
    margin-top: 45px !important;
  }
  .sm-m-v-xl {
    margin-top: 45px !important;
  }
  .sm-m-v-xl-children > * {
    margin-top: 45px !important;
  }
  .sm-m-a-2xl {
    margin-top: 60px !important;
  }
  .sm-m-a-2xl-children > * {
    margin-top: 60px !important;
  }
  .sm-m-t-2xl {
    margin-top: 60px !important;
  }
  .sm-m-t-2xl-children > * {
    margin-top: 60px !important;
  }
  .sm-m-v-2xl {
    margin-top: 60px !important;
  }
  .sm-m-v-2xl-children > * {
    margin-top: 60px !important;
  }
  .sm-m-a-3xl {
    margin-top: 90px !important;
  }
  .sm-m-a-3xl-children > * {
    margin-top: 90px !important;
  }
  .sm-m-t-3xl {
    margin-top: 90px !important;
  }
  .sm-m-t-3xl-children > * {
    margin-top: 90px !important;
  }
  .sm-m-v-3xl {
    margin-top: 90px !important;
  }
  .sm-m-v-3xl-children > * {
    margin-top: 90px !important;
  }
  .sm-m-a-4xl {
    margin-top: 120px !important;
  }
  .sm-m-a-4xl-children > * {
    margin-top: 120px !important;
  }
  .sm-m-t-4xl {
    margin-top: 120px !important;
  }
  .sm-m-t-4xl-children > * {
    margin-top: 120px !important;
  }
  .sm-m-v-4xl {
    margin-top: 120px !important;
  }
  .sm-m-v-4xl-children > * {
    margin-top: 120px !important;
  }
  .sm-m-a-5xl {
    margin-top: 150px !important;
  }
  .sm-m-a-5xl-children > * {
    margin-top: 150px !important;
  }
  .sm-m-t-5xl {
    margin-top: 150px !important;
  }
  .sm-m-t-5xl-children > * {
    margin-top: 150px !important;
  }
  .sm-m-v-5xl {
    margin-top: 150px !important;
  }
  .sm-m-v-5xl-children > * {
    margin-top: 150px !important;
  }
  .sm-m-a-6xl {
    margin-top: 180px !important;
  }
  .sm-m-a-6xl-children > * {
    margin-top: 180px !important;
  }
  .sm-m-t-6xl {
    margin-top: 180px !important;
  }
  .sm-m-t-6xl-children > * {
    margin-top: 180px !important;
  }
  .sm-m-v-6xl {
    margin-top: 180px !important;
  }
  .sm-m-v-6xl-children > * {
    margin-top: 180px !important;
  }
  .sm-m-a-7xl {
    margin-top: 210px !important;
  }
  .sm-m-a-7xl-children > * {
    margin-top: 210px !important;
  }
  .sm-m-t-7xl {
    margin-top: 210px !important;
  }
  .sm-m-t-7xl-children > * {
    margin-top: 210px !important;
  }
  .sm-m-v-7xl {
    margin-top: 210px !important;
  }
  .sm-m-v-7xl-children > * {
    margin-top: 210px !important;
  }
  .sm-m-a-8xl {
    margin-top: 240px !important;
  }
  .sm-m-a-8xl-children > * {
    margin-top: 240px !important;
  }
  .sm-m-t-8xl {
    margin-top: 240px !important;
  }
  .sm-m-t-8xl-children > * {
    margin-top: 240px !important;
  }
  .sm-m-v-8xl {
    margin-top: 240px !important;
  }
  .sm-m-v-8xl-children > * {
    margin-top: 240px !important;
  }
  .sm-m-a-9xl {
    margin-top: 270px !important;
  }
  .sm-m-a-9xl-children > * {
    margin-top: 270px !important;
  }
  .sm-m-t-9xl {
    margin-top: 270px !important;
  }
  .sm-m-t-9xl-children > * {
    margin-top: 270px !important;
  }
  .sm-m-v-9xl {
    margin-top: 270px !important;
  }
  .sm-m-v-9xl-children > * {
    margin-top: 270px !important;
  }
  .sm-m-a-10xl {
    margin-top: 300px !important;
  }
  .sm-m-a-10xl-children > * {
    margin-top: 300px !important;
  }
  .sm-m-t-10xl {
    margin-top: 300px !important;
  }
  .sm-m-t-10xl-children > * {
    margin-top: 300px !important;
  }
  .sm-m-v-10xl {
    margin-top: 300px !important;
  }
  .sm-m-v-10xl-children > * {
    margin-top: 300px !important;
  }
  .sm-m-a-auto {
    margin-top: auto !important;
  }
  .sm-m-a-auto-children > * {
    margin-top: auto !important;
  }
  .sm-m-t-auto {
    margin-top: auto !important;
  }
  .sm-m-t-auto-children > * {
    margin-top: auto !important;
  }
  .sm-m-v-auto {
    margin-top: auto !important;
  }
  .sm-m-v-auto-children > * {
    margin-top: auto !important;
  }
  .sm-m-a-inherit {
    margin-top: inherit !important;
  }
  .sm-m-a-inherit-children > * {
    margin-top: inherit !important;
  }
  .sm-m-t-inherit {
    margin-top: inherit !important;
  }
  .sm-m-t-inherit-children > * {
    margin-top: inherit !important;
  }
  .sm-m-v-inherit {
    margin-top: inherit !important;
  }
  .sm-m-v-inherit-children > * {
    margin-top: inherit !important;
  }
  .sm-m-a-initial {
    margin-top: initial !important;
  }
  .sm-m-a-initial-children > * {
    margin-top: initial !important;
  }
  .sm-m-t-initial {
    margin-top: initial !important;
  }
  .sm-m-t-initial-children > * {
    margin-top: initial !important;
  }
  .sm-m-v-initial {
    margin-top: initial !important;
  }
  .sm-m-v-initial-children > * {
    margin-top: initial !important;
  }
  .sm-m-a-unset {
    margin-top: unset !important;
  }
  .sm-m-a-unset-children > * {
    margin-top: unset !important;
  }
  .sm-m-t-unset {
    margin-top: unset !important;
  }
  .sm-m-t-unset-children > * {
    margin-top: unset !important;
  }
  .sm-m-v-unset {
    margin-top: unset !important;
  }
  .sm-m-v-unset-children > * {
    margin-top: unset !important;
  }
  .sm-m-a-n {
    margin-right: 0 !important;
  }
  .sm-m-a-n-children > * {
    margin-right: 0 !important;
  }
  .sm-m-r-n {
    margin-right: 0 !important;
  }
  .sm-m-r-n-children > * {
    margin-right: 0 !important;
  }
  .sm-m-h-n {
    margin-right: 0 !important;
  }
  .sm-m-h-n-children > * {
    margin-right: 0 !important;
  }
  .sm-m-a-5xs {
    margin-right: 1.5px !important;
  }
  .sm-m-a-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .sm-m-r-5xs {
    margin-right: 1.5px !important;
  }
  .sm-m-r-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .sm-m-h-5xs {
    margin-right: 1.5px !important;
  }
  .sm-m-h-5xs-children > * {
    margin-right: 1.5px !important;
  }
  .sm-m-a-4xs {
    margin-right: 1.875px !important;
  }
  .sm-m-a-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .sm-m-r-4xs {
    margin-right: 1.875px !important;
  }
  .sm-m-r-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .sm-m-h-4xs {
    margin-right: 1.875px !important;
  }
  .sm-m-h-4xs-children > * {
    margin-right: 1.875px !important;
  }
  .sm-m-a-3xs {
    margin-right: 2.5px !important;
  }
  .sm-m-a-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .sm-m-r-3xs {
    margin-right: 2.5px !important;
  }
  .sm-m-r-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .sm-m-h-3xs {
    margin-right: 2.5px !important;
  }
  .sm-m-h-3xs-children > * {
    margin-right: 2.5px !important;
  }
  .sm-m-a-2xs {
    margin-right: 3.75px !important;
  }
  .sm-m-a-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .sm-m-r-2xs {
    margin-right: 3.75px !important;
  }
  .sm-m-r-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .sm-m-h-2xs {
    margin-right: 3.75px !important;
  }
  .sm-m-h-2xs-children > * {
    margin-right: 3.75px !important;
  }
  .sm-m-a-xs {
    margin-right: 5px !important;
  }
  .sm-m-a-xs-children > * {
    margin-right: 5px !important;
  }
  .sm-m-r-xs {
    margin-right: 5px !important;
  }
  .sm-m-r-xs-children > * {
    margin-right: 5px !important;
  }
  .sm-m-h-xs {
    margin-right: 5px !important;
  }
  .sm-m-h-xs-children > * {
    margin-right: 5px !important;
  }
  .sm-m-a-sm {
    margin-right: 7.5px !important;
  }
  .sm-m-a-sm-children > * {
    margin-right: 7.5px !important;
  }
  .sm-m-r-sm {
    margin-right: 7.5px !important;
  }
  .sm-m-r-sm-children > * {
    margin-right: 7.5px !important;
  }
  .sm-m-h-sm {
    margin-right: 7.5px !important;
  }
  .sm-m-h-sm-children > * {
    margin-right: 7.5px !important;
  }
  .sm-m-a-md {
    margin-right: 15px !important;
  }
  .sm-m-a-md-children > * {
    margin-right: 15px !important;
  }
  .sm-m-r-md {
    margin-right: 15px !important;
  }
  .sm-m-r-md-children > * {
    margin-right: 15px !important;
  }
  .sm-m-h-md {
    margin-right: 15px !important;
  }
  .sm-m-h-md-children > * {
    margin-right: 15px !important;
  }
  .sm-m-a-lg {
    margin-right: 30px !important;
  }
  .sm-m-a-lg-children > * {
    margin-right: 30px !important;
  }
  .sm-m-r-lg {
    margin-right: 30px !important;
  }
  .sm-m-r-lg-children > * {
    margin-right: 30px !important;
  }
  .sm-m-h-lg {
    margin-right: 30px !important;
  }
  .sm-m-h-lg-children > * {
    margin-right: 30px !important;
  }
  .sm-m-a-xl {
    margin-right: 45px !important;
  }
  .sm-m-a-xl-children > * {
    margin-right: 45px !important;
  }
  .sm-m-r-xl {
    margin-right: 45px !important;
  }
  .sm-m-r-xl-children > * {
    margin-right: 45px !important;
  }
  .sm-m-h-xl {
    margin-right: 45px !important;
  }
  .sm-m-h-xl-children > * {
    margin-right: 45px !important;
  }
  .sm-m-a-2xl {
    margin-right: 60px !important;
  }
  .sm-m-a-2xl-children > * {
    margin-right: 60px !important;
  }
  .sm-m-r-2xl {
    margin-right: 60px !important;
  }
  .sm-m-r-2xl-children > * {
    margin-right: 60px !important;
  }
  .sm-m-h-2xl {
    margin-right: 60px !important;
  }
  .sm-m-h-2xl-children > * {
    margin-right: 60px !important;
  }
  .sm-m-a-3xl {
    margin-right: 90px !important;
  }
  .sm-m-a-3xl-children > * {
    margin-right: 90px !important;
  }
  .sm-m-r-3xl {
    margin-right: 90px !important;
  }
  .sm-m-r-3xl-children > * {
    margin-right: 90px !important;
  }
  .sm-m-h-3xl {
    margin-right: 90px !important;
  }
  .sm-m-h-3xl-children > * {
    margin-right: 90px !important;
  }
  .sm-m-a-4xl {
    margin-right: 120px !important;
  }
  .sm-m-a-4xl-children > * {
    margin-right: 120px !important;
  }
  .sm-m-r-4xl {
    margin-right: 120px !important;
  }
  .sm-m-r-4xl-children > * {
    margin-right: 120px !important;
  }
  .sm-m-h-4xl {
    margin-right: 120px !important;
  }
  .sm-m-h-4xl-children > * {
    margin-right: 120px !important;
  }
  .sm-m-a-5xl {
    margin-right: 150px !important;
  }
  .sm-m-a-5xl-children > * {
    margin-right: 150px !important;
  }
  .sm-m-r-5xl {
    margin-right: 150px !important;
  }
  .sm-m-r-5xl-children > * {
    margin-right: 150px !important;
  }
  .sm-m-h-5xl {
    margin-right: 150px !important;
  }
  .sm-m-h-5xl-children > * {
    margin-right: 150px !important;
  }
  .sm-m-a-6xl {
    margin-right: 180px !important;
  }
  .sm-m-a-6xl-children > * {
    margin-right: 180px !important;
  }
  .sm-m-r-6xl {
    margin-right: 180px !important;
  }
  .sm-m-r-6xl-children > * {
    margin-right: 180px !important;
  }
  .sm-m-h-6xl {
    margin-right: 180px !important;
  }
  .sm-m-h-6xl-children > * {
    margin-right: 180px !important;
  }
  .sm-m-a-7xl {
    margin-right: 210px !important;
  }
  .sm-m-a-7xl-children > * {
    margin-right: 210px !important;
  }
  .sm-m-r-7xl {
    margin-right: 210px !important;
  }
  .sm-m-r-7xl-children > * {
    margin-right: 210px !important;
  }
  .sm-m-h-7xl {
    margin-right: 210px !important;
  }
  .sm-m-h-7xl-children > * {
    margin-right: 210px !important;
  }
  .sm-m-a-8xl {
    margin-right: 240px !important;
  }
  .sm-m-a-8xl-children > * {
    margin-right: 240px !important;
  }
  .sm-m-r-8xl {
    margin-right: 240px !important;
  }
  .sm-m-r-8xl-children > * {
    margin-right: 240px !important;
  }
  .sm-m-h-8xl {
    margin-right: 240px !important;
  }
  .sm-m-h-8xl-children > * {
    margin-right: 240px !important;
  }
  .sm-m-a-9xl {
    margin-right: 270px !important;
  }
  .sm-m-a-9xl-children > * {
    margin-right: 270px !important;
  }
  .sm-m-r-9xl {
    margin-right: 270px !important;
  }
  .sm-m-r-9xl-children > * {
    margin-right: 270px !important;
  }
  .sm-m-h-9xl {
    margin-right: 270px !important;
  }
  .sm-m-h-9xl-children > * {
    margin-right: 270px !important;
  }
  .sm-m-a-10xl {
    margin-right: 300px !important;
  }
  .sm-m-a-10xl-children > * {
    margin-right: 300px !important;
  }
  .sm-m-r-10xl {
    margin-right: 300px !important;
  }
  .sm-m-r-10xl-children > * {
    margin-right: 300px !important;
  }
  .sm-m-h-10xl {
    margin-right: 300px !important;
  }
  .sm-m-h-10xl-children > * {
    margin-right: 300px !important;
  }
  .sm-m-a-auto {
    margin-right: auto !important;
  }
  .sm-m-a-auto-children > * {
    margin-right: auto !important;
  }
  .sm-m-r-auto {
    margin-right: auto !important;
  }
  .sm-m-r-auto-children > * {
    margin-right: auto !important;
  }
  .sm-m-h-auto {
    margin-right: auto !important;
  }
  .sm-m-h-auto-children > * {
    margin-right: auto !important;
  }
  .sm-m-a-inherit {
    margin-right: inherit !important;
  }
  .sm-m-a-inherit-children > * {
    margin-right: inherit !important;
  }
  .sm-m-r-inherit {
    margin-right: inherit !important;
  }
  .sm-m-r-inherit-children > * {
    margin-right: inherit !important;
  }
  .sm-m-h-inherit {
    margin-right: inherit !important;
  }
  .sm-m-h-inherit-children > * {
    margin-right: inherit !important;
  }
  .sm-m-a-initial {
    margin-right: initial !important;
  }
  .sm-m-a-initial-children > * {
    margin-right: initial !important;
  }
  .sm-m-r-initial {
    margin-right: initial !important;
  }
  .sm-m-r-initial-children > * {
    margin-right: initial !important;
  }
  .sm-m-h-initial {
    margin-right: initial !important;
  }
  .sm-m-h-initial-children > * {
    margin-right: initial !important;
  }
  .sm-m-a-unset {
    margin-right: unset !important;
  }
  .sm-m-a-unset-children > * {
    margin-right: unset !important;
  }
  .sm-m-r-unset {
    margin-right: unset !important;
  }
  .sm-m-r-unset-children > * {
    margin-right: unset !important;
  }
  .sm-m-h-unset {
    margin-right: unset !important;
  }
  .sm-m-h-unset-children > * {
    margin-right: unset !important;
  }
  .sm-m-a-n {
    margin-bottom: 0 !important;
  }
  .sm-m-a-n-children > * {
    margin-bottom: 0 !important;
  }
  .sm-m-b-n {
    margin-bottom: 0 !important;
  }
  .sm-m-b-n-children > * {
    margin-bottom: 0 !important;
  }
  .sm-m-v-n {
    margin-bottom: 0 !important;
  }
  .sm-m-v-n-children > * {
    margin-bottom: 0 !important;
  }
  .sm-m-a-5xs {
    margin-bottom: 1.5px !important;
  }
  .sm-m-a-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .sm-m-b-5xs {
    margin-bottom: 1.5px !important;
  }
  .sm-m-b-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .sm-m-v-5xs {
    margin-bottom: 1.5px !important;
  }
  .sm-m-v-5xs-children > * {
    margin-bottom: 1.5px !important;
  }
  .sm-m-a-4xs {
    margin-bottom: 1.875px !important;
  }
  .sm-m-a-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .sm-m-b-4xs {
    margin-bottom: 1.875px !important;
  }
  .sm-m-b-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .sm-m-v-4xs {
    margin-bottom: 1.875px !important;
  }
  .sm-m-v-4xs-children > * {
    margin-bottom: 1.875px !important;
  }
  .sm-m-a-3xs {
    margin-bottom: 2.5px !important;
  }
  .sm-m-a-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .sm-m-b-3xs {
    margin-bottom: 2.5px !important;
  }
  .sm-m-b-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .sm-m-v-3xs {
    margin-bottom: 2.5px !important;
  }
  .sm-m-v-3xs-children > * {
    margin-bottom: 2.5px !important;
  }
  .sm-m-a-2xs {
    margin-bottom: 3.75px !important;
  }
  .sm-m-a-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .sm-m-b-2xs {
    margin-bottom: 3.75px !important;
  }
  .sm-m-b-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .sm-m-v-2xs {
    margin-bottom: 3.75px !important;
  }
  .sm-m-v-2xs-children > * {
    margin-bottom: 3.75px !important;
  }
  .sm-m-a-xs {
    margin-bottom: 5px !important;
  }
  .sm-m-a-xs-children > * {
    margin-bottom: 5px !important;
  }
  .sm-m-b-xs {
    margin-bottom: 5px !important;
  }
  .sm-m-b-xs-children > * {
    margin-bottom: 5px !important;
  }
  .sm-m-v-xs {
    margin-bottom: 5px !important;
  }
  .sm-m-v-xs-children > * {
    margin-bottom: 5px !important;
  }
  .sm-m-a-sm {
    margin-bottom: 7.5px !important;
  }
  .sm-m-a-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .sm-m-b-sm {
    margin-bottom: 7.5px !important;
  }
  .sm-m-b-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .sm-m-v-sm {
    margin-bottom: 7.5px !important;
  }
  .sm-m-v-sm-children > * {
    margin-bottom: 7.5px !important;
  }
  .sm-m-a-md {
    margin-bottom: 15px !important;
  }
  .sm-m-a-md-children > * {
    margin-bottom: 15px !important;
  }
  .sm-m-b-md {
    margin-bottom: 15px !important;
  }
  .sm-m-b-md-children > * {
    margin-bottom: 15px !important;
  }
  .sm-m-v-md {
    margin-bottom: 15px !important;
  }
  .sm-m-v-md-children > * {
    margin-bottom: 15px !important;
  }
  .sm-m-a-lg {
    margin-bottom: 30px !important;
  }
  .sm-m-a-lg-children > * {
    margin-bottom: 30px !important;
  }
  .sm-m-b-lg {
    margin-bottom: 30px !important;
  }
  .sm-m-b-lg-children > * {
    margin-bottom: 30px !important;
  }
  .sm-m-v-lg {
    margin-bottom: 30px !important;
  }
  .sm-m-v-lg-children > * {
    margin-bottom: 30px !important;
  }
  .sm-m-a-xl {
    margin-bottom: 45px !important;
  }
  .sm-m-a-xl-children > * {
    margin-bottom: 45px !important;
  }
  .sm-m-b-xl {
    margin-bottom: 45px !important;
  }
  .sm-m-b-xl-children > * {
    margin-bottom: 45px !important;
  }
  .sm-m-v-xl {
    margin-bottom: 45px !important;
  }
  .sm-m-v-xl-children > * {
    margin-bottom: 45px !important;
  }
  .sm-m-a-2xl {
    margin-bottom: 60px !important;
  }
  .sm-m-a-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .sm-m-b-2xl {
    margin-bottom: 60px !important;
  }
  .sm-m-b-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .sm-m-v-2xl {
    margin-bottom: 60px !important;
  }
  .sm-m-v-2xl-children > * {
    margin-bottom: 60px !important;
  }
  .sm-m-a-3xl {
    margin-bottom: 90px !important;
  }
  .sm-m-a-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .sm-m-b-3xl {
    margin-bottom: 90px !important;
  }
  .sm-m-b-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .sm-m-v-3xl {
    margin-bottom: 90px !important;
  }
  .sm-m-v-3xl-children > * {
    margin-bottom: 90px !important;
  }
  .sm-m-a-4xl {
    margin-bottom: 120px !important;
  }
  .sm-m-a-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .sm-m-b-4xl {
    margin-bottom: 120px !important;
  }
  .sm-m-b-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .sm-m-v-4xl {
    margin-bottom: 120px !important;
  }
  .sm-m-v-4xl-children > * {
    margin-bottom: 120px !important;
  }
  .sm-m-a-5xl {
    margin-bottom: 150px !important;
  }
  .sm-m-a-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .sm-m-b-5xl {
    margin-bottom: 150px !important;
  }
  .sm-m-b-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .sm-m-v-5xl {
    margin-bottom: 150px !important;
  }
  .sm-m-v-5xl-children > * {
    margin-bottom: 150px !important;
  }
  .sm-m-a-6xl {
    margin-bottom: 180px !important;
  }
  .sm-m-a-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .sm-m-b-6xl {
    margin-bottom: 180px !important;
  }
  .sm-m-b-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .sm-m-v-6xl {
    margin-bottom: 180px !important;
  }
  .sm-m-v-6xl-children > * {
    margin-bottom: 180px !important;
  }
  .sm-m-a-7xl {
    margin-bottom: 210px !important;
  }
  .sm-m-a-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .sm-m-b-7xl {
    margin-bottom: 210px !important;
  }
  .sm-m-b-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .sm-m-v-7xl {
    margin-bottom: 210px !important;
  }
  .sm-m-v-7xl-children > * {
    margin-bottom: 210px !important;
  }
  .sm-m-a-8xl {
    margin-bottom: 240px !important;
  }
  .sm-m-a-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .sm-m-b-8xl {
    margin-bottom: 240px !important;
  }
  .sm-m-b-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .sm-m-v-8xl {
    margin-bottom: 240px !important;
  }
  .sm-m-v-8xl-children > * {
    margin-bottom: 240px !important;
  }
  .sm-m-a-9xl {
    margin-bottom: 270px !important;
  }
  .sm-m-a-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .sm-m-b-9xl {
    margin-bottom: 270px !important;
  }
  .sm-m-b-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .sm-m-v-9xl {
    margin-bottom: 270px !important;
  }
  .sm-m-v-9xl-children > * {
    margin-bottom: 270px !important;
  }
  .sm-m-a-10xl {
    margin-bottom: 300px !important;
  }
  .sm-m-a-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .sm-m-b-10xl {
    margin-bottom: 300px !important;
  }
  .sm-m-b-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .sm-m-v-10xl {
    margin-bottom: 300px !important;
  }
  .sm-m-v-10xl-children > * {
    margin-bottom: 300px !important;
  }
  .sm-m-a-auto {
    margin-bottom: auto !important;
  }
  .sm-m-a-auto-children > * {
    margin-bottom: auto !important;
  }
  .sm-m-b-auto {
    margin-bottom: auto !important;
  }
  .sm-m-b-auto-children > * {
    margin-bottom: auto !important;
  }
  .sm-m-v-auto {
    margin-bottom: auto !important;
  }
  .sm-m-v-auto-children > * {
    margin-bottom: auto !important;
  }
  .sm-m-a-inherit {
    margin-bottom: inherit !important;
  }
  .sm-m-a-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .sm-m-b-inherit {
    margin-bottom: inherit !important;
  }
  .sm-m-b-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .sm-m-v-inherit {
    margin-bottom: inherit !important;
  }
  .sm-m-v-inherit-children > * {
    margin-bottom: inherit !important;
  }
  .sm-m-a-initial {
    margin-bottom: initial !important;
  }
  .sm-m-a-initial-children > * {
    margin-bottom: initial !important;
  }
  .sm-m-b-initial {
    margin-bottom: initial !important;
  }
  .sm-m-b-initial-children > * {
    margin-bottom: initial !important;
  }
  .sm-m-v-initial {
    margin-bottom: initial !important;
  }
  .sm-m-v-initial-children > * {
    margin-bottom: initial !important;
  }
  .sm-m-a-unset {
    margin-bottom: unset !important;
  }
  .sm-m-a-unset-children > * {
    margin-bottom: unset !important;
  }
  .sm-m-b-unset {
    margin-bottom: unset !important;
  }
  .sm-m-b-unset-children > * {
    margin-bottom: unset !important;
  }
  .sm-m-v-unset {
    margin-bottom: unset !important;
  }
  .sm-m-v-unset-children > * {
    margin-bottom: unset !important;
  }
  .sm-m-a-n {
    margin-left: 0 !important;
  }
  .sm-m-a-n-children > * {
    margin-left: 0 !important;
  }
  .sm-m-l-n {
    margin-left: 0 !important;
  }
  .sm-m-l-n-children > * {
    margin-left: 0 !important;
  }
  .sm-m-h-n {
    margin-left: 0 !important;
  }
  .sm-m-h-n-children > * {
    margin-left: 0 !important;
  }
  .sm-m-a-5xs {
    margin-left: 1.5px !important;
  }
  .sm-m-a-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .sm-m-l-5xs {
    margin-left: 1.5px !important;
  }
  .sm-m-l-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .sm-m-h-5xs {
    margin-left: 1.5px !important;
  }
  .sm-m-h-5xs-children > * {
    margin-left: 1.5px !important;
  }
  .sm-m-a-4xs {
    margin-left: 1.875px !important;
  }
  .sm-m-a-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .sm-m-l-4xs {
    margin-left: 1.875px !important;
  }
  .sm-m-l-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .sm-m-h-4xs {
    margin-left: 1.875px !important;
  }
  .sm-m-h-4xs-children > * {
    margin-left: 1.875px !important;
  }
  .sm-m-a-3xs {
    margin-left: 2.5px !important;
  }
  .sm-m-a-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .sm-m-l-3xs {
    margin-left: 2.5px !important;
  }
  .sm-m-l-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .sm-m-h-3xs {
    margin-left: 2.5px !important;
  }
  .sm-m-h-3xs-children > * {
    margin-left: 2.5px !important;
  }
  .sm-m-a-2xs {
    margin-left: 3.75px !important;
  }
  .sm-m-a-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .sm-m-l-2xs {
    margin-left: 3.75px !important;
  }
  .sm-m-l-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .sm-m-h-2xs {
    margin-left: 3.75px !important;
  }
  .sm-m-h-2xs-children > * {
    margin-left: 3.75px !important;
  }
  .sm-m-a-xs {
    margin-left: 5px !important;
  }
  .sm-m-a-xs-children > * {
    margin-left: 5px !important;
  }
  .sm-m-l-xs {
    margin-left: 5px !important;
  }
  .sm-m-l-xs-children > * {
    margin-left: 5px !important;
  }
  .sm-m-h-xs {
    margin-left: 5px !important;
  }
  .sm-m-h-xs-children > * {
    margin-left: 5px !important;
  }
  .sm-m-a-sm {
    margin-left: 7.5px !important;
  }
  .sm-m-a-sm-children > * {
    margin-left: 7.5px !important;
  }
  .sm-m-l-sm {
    margin-left: 7.5px !important;
  }
  .sm-m-l-sm-children > * {
    margin-left: 7.5px !important;
  }
  .sm-m-h-sm {
    margin-left: 7.5px !important;
  }
  .sm-m-h-sm-children > * {
    margin-left: 7.5px !important;
  }
  .sm-m-a-md {
    margin-left: 15px !important;
  }
  .sm-m-a-md-children > * {
    margin-left: 15px !important;
  }
  .sm-m-l-md {
    margin-left: 15px !important;
  }
  .sm-m-l-md-children > * {
    margin-left: 15px !important;
  }
  .sm-m-h-md {
    margin-left: 15px !important;
  }
  .sm-m-h-md-children > * {
    margin-left: 15px !important;
  }
  .sm-m-a-lg {
    margin-left: 30px !important;
  }
  .sm-m-a-lg-children > * {
    margin-left: 30px !important;
  }
  .sm-m-l-lg {
    margin-left: 30px !important;
  }
  .sm-m-l-lg-children > * {
    margin-left: 30px !important;
  }
  .sm-m-h-lg {
    margin-left: 30px !important;
  }
  .sm-m-h-lg-children > * {
    margin-left: 30px !important;
  }
  .sm-m-a-xl {
    margin-left: 45px !important;
  }
  .sm-m-a-xl-children > * {
    margin-left: 45px !important;
  }
  .sm-m-l-xl {
    margin-left: 45px !important;
  }
  .sm-m-l-xl-children > * {
    margin-left: 45px !important;
  }
  .sm-m-h-xl {
    margin-left: 45px !important;
  }
  .sm-m-h-xl-children > * {
    margin-left: 45px !important;
  }
  .sm-m-a-2xl {
    margin-left: 60px !important;
  }
  .sm-m-a-2xl-children > * {
    margin-left: 60px !important;
  }
  .sm-m-l-2xl {
    margin-left: 60px !important;
  }
  .sm-m-l-2xl-children > * {
    margin-left: 60px !important;
  }
  .sm-m-h-2xl {
    margin-left: 60px !important;
  }
  .sm-m-h-2xl-children > * {
    margin-left: 60px !important;
  }
  .sm-m-a-3xl {
    margin-left: 90px !important;
  }
  .sm-m-a-3xl-children > * {
    margin-left: 90px !important;
  }
  .sm-m-l-3xl {
    margin-left: 90px !important;
  }
  .sm-m-l-3xl-children > * {
    margin-left: 90px !important;
  }
  .sm-m-h-3xl {
    margin-left: 90px !important;
  }
  .sm-m-h-3xl-children > * {
    margin-left: 90px !important;
  }
  .sm-m-a-4xl {
    margin-left: 120px !important;
  }
  .sm-m-a-4xl-children > * {
    margin-left: 120px !important;
  }
  .sm-m-l-4xl {
    margin-left: 120px !important;
  }
  .sm-m-l-4xl-children > * {
    margin-left: 120px !important;
  }
  .sm-m-h-4xl {
    margin-left: 120px !important;
  }
  .sm-m-h-4xl-children > * {
    margin-left: 120px !important;
  }
  .sm-m-a-5xl {
    margin-left: 150px !important;
  }
  .sm-m-a-5xl-children > * {
    margin-left: 150px !important;
  }
  .sm-m-l-5xl {
    margin-left: 150px !important;
  }
  .sm-m-l-5xl-children > * {
    margin-left: 150px !important;
  }
  .sm-m-h-5xl {
    margin-left: 150px !important;
  }
  .sm-m-h-5xl-children > * {
    margin-left: 150px !important;
  }
  .sm-m-a-6xl {
    margin-left: 180px !important;
  }
  .sm-m-a-6xl-children > * {
    margin-left: 180px !important;
  }
  .sm-m-l-6xl {
    margin-left: 180px !important;
  }
  .sm-m-l-6xl-children > * {
    margin-left: 180px !important;
  }
  .sm-m-h-6xl {
    margin-left: 180px !important;
  }
  .sm-m-h-6xl-children > * {
    margin-left: 180px !important;
  }
  .sm-m-a-7xl {
    margin-left: 210px !important;
  }
  .sm-m-a-7xl-children > * {
    margin-left: 210px !important;
  }
  .sm-m-l-7xl {
    margin-left: 210px !important;
  }
  .sm-m-l-7xl-children > * {
    margin-left: 210px !important;
  }
  .sm-m-h-7xl {
    margin-left: 210px !important;
  }
  .sm-m-h-7xl-children > * {
    margin-left: 210px !important;
  }
  .sm-m-a-8xl {
    margin-left: 240px !important;
  }
  .sm-m-a-8xl-children > * {
    margin-left: 240px !important;
  }
  .sm-m-l-8xl {
    margin-left: 240px !important;
  }
  .sm-m-l-8xl-children > * {
    margin-left: 240px !important;
  }
  .sm-m-h-8xl {
    margin-left: 240px !important;
  }
  .sm-m-h-8xl-children > * {
    margin-left: 240px !important;
  }
  .sm-m-a-9xl {
    margin-left: 270px !important;
  }
  .sm-m-a-9xl-children > * {
    margin-left: 270px !important;
  }
  .sm-m-l-9xl {
    margin-left: 270px !important;
  }
  .sm-m-l-9xl-children > * {
    margin-left: 270px !important;
  }
  .sm-m-h-9xl {
    margin-left: 270px !important;
  }
  .sm-m-h-9xl-children > * {
    margin-left: 270px !important;
  }
  .sm-m-a-10xl {
    margin-left: 300px !important;
  }
  .sm-m-a-10xl-children > * {
    margin-left: 300px !important;
  }
  .sm-m-l-10xl {
    margin-left: 300px !important;
  }
  .sm-m-l-10xl-children > * {
    margin-left: 300px !important;
  }
  .sm-m-h-10xl {
    margin-left: 300px !important;
  }
  .sm-m-h-10xl-children > * {
    margin-left: 300px !important;
  }
  .sm-m-a-auto {
    margin-left: auto !important;
  }
  .sm-m-a-auto-children > * {
    margin-left: auto !important;
  }
  .sm-m-l-auto {
    margin-left: auto !important;
  }
  .sm-m-l-auto-children > * {
    margin-left: auto !important;
  }
  .sm-m-h-auto {
    margin-left: auto !important;
  }
  .sm-m-h-auto-children > * {
    margin-left: auto !important;
  }
  .sm-m-a-inherit {
    margin-left: inherit !important;
  }
  .sm-m-a-inherit-children > * {
    margin-left: inherit !important;
  }
  .sm-m-l-inherit {
    margin-left: inherit !important;
  }
  .sm-m-l-inherit-children > * {
    margin-left: inherit !important;
  }
  .sm-m-h-inherit {
    margin-left: inherit !important;
  }
  .sm-m-h-inherit-children > * {
    margin-left: inherit !important;
  }
  .sm-m-a-initial {
    margin-left: initial !important;
  }
  .sm-m-a-initial-children > * {
    margin-left: initial !important;
  }
  .sm-m-l-initial {
    margin-left: initial !important;
  }
  .sm-m-l-initial-children > * {
    margin-left: initial !important;
  }
  .sm-m-h-initial {
    margin-left: initial !important;
  }
  .sm-m-h-initial-children > * {
    margin-left: initial !important;
  }
  .sm-m-a-unset {
    margin-left: unset !important;
  }
  .sm-m-a-unset-children > * {
    margin-left: unset !important;
  }
  .sm-m-l-unset {
    margin-left: unset !important;
  }
  .sm-m-l-unset-children > * {
    margin-left: unset !important;
  }
  .sm-m-h-unset {
    margin-left: unset !important;
  }
  .sm-m-h-unset-children > * {
    margin-left: unset !important;
  }
  .sm-p-a-n {
    padding-top: 0 !important;
  }
  .sm-p-a-n-children > * {
    padding-top: 0 !important;
  }
  .sm-p-t-n {
    padding-top: 0 !important;
  }
  .sm-p-t-n-children > * {
    padding-top: 0 !important;
  }
  .sm-p-v-n {
    padding-top: 0 !important;
  }
  .sm-p-v-n-children > * {
    padding-top: 0 !important;
  }
  .sm-p-a-5xs {
    padding-top: 1.5px !important;
  }
  .sm-p-a-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .sm-p-t-5xs {
    padding-top: 1.5px !important;
  }
  .sm-p-t-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .sm-p-v-5xs {
    padding-top: 1.5px !important;
  }
  .sm-p-v-5xs-children > * {
    padding-top: 1.5px !important;
  }
  .sm-p-a-4xs {
    padding-top: 1.875px !important;
  }
  .sm-p-a-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .sm-p-t-4xs {
    padding-top: 1.875px !important;
  }
  .sm-p-t-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .sm-p-v-4xs {
    padding-top: 1.875px !important;
  }
  .sm-p-v-4xs-children > * {
    padding-top: 1.875px !important;
  }
  .sm-p-a-3xs {
    padding-top: 2.5px !important;
  }
  .sm-p-a-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .sm-p-t-3xs {
    padding-top: 2.5px !important;
  }
  .sm-p-t-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .sm-p-v-3xs {
    padding-top: 2.5px !important;
  }
  .sm-p-v-3xs-children > * {
    padding-top: 2.5px !important;
  }
  .sm-p-a-2xs {
    padding-top: 3.75px !important;
  }
  .sm-p-a-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .sm-p-t-2xs {
    padding-top: 3.75px !important;
  }
  .sm-p-t-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .sm-p-v-2xs {
    padding-top: 3.75px !important;
  }
  .sm-p-v-2xs-children > * {
    padding-top: 3.75px !important;
  }
  .sm-p-a-xs {
    padding-top: 5px !important;
  }
  .sm-p-a-xs-children > * {
    padding-top: 5px !important;
  }
  .sm-p-t-xs {
    padding-top: 5px !important;
  }
  .sm-p-t-xs-children > * {
    padding-top: 5px !important;
  }
  .sm-p-v-xs {
    padding-top: 5px !important;
  }
  .sm-p-v-xs-children > * {
    padding-top: 5px !important;
  }
  .sm-p-a-sm {
    padding-top: 7.5px !important;
  }
  .sm-p-a-sm-children > * {
    padding-top: 7.5px !important;
  }
  .sm-p-t-sm {
    padding-top: 7.5px !important;
  }
  .sm-p-t-sm-children > * {
    padding-top: 7.5px !important;
  }
  .sm-p-v-sm {
    padding-top: 7.5px !important;
  }
  .sm-p-v-sm-children > * {
    padding-top: 7.5px !important;
  }
  .sm-p-a-md {
    padding-top: 15px !important;
  }
  .sm-p-a-md-children > * {
    padding-top: 15px !important;
  }
  .sm-p-t-md {
    padding-top: 15px !important;
  }
  .sm-p-t-md-children > * {
    padding-top: 15px !important;
  }
  .sm-p-v-md {
    padding-top: 15px !important;
  }
  .sm-p-v-md-children > * {
    padding-top: 15px !important;
  }
  .sm-p-a-lg {
    padding-top: 30px !important;
  }
  .sm-p-a-lg-children > * {
    padding-top: 30px !important;
  }
  .sm-p-t-lg {
    padding-top: 30px !important;
  }
  .sm-p-t-lg-children > * {
    padding-top: 30px !important;
  }
  .sm-p-v-lg {
    padding-top: 30px !important;
  }
  .sm-p-v-lg-children > * {
    padding-top: 30px !important;
  }
  .sm-p-a-xl {
    padding-top: 45px !important;
  }
  .sm-p-a-xl-children > * {
    padding-top: 45px !important;
  }
  .sm-p-t-xl {
    padding-top: 45px !important;
  }
  .sm-p-t-xl-children > * {
    padding-top: 45px !important;
  }
  .sm-p-v-xl {
    padding-top: 45px !important;
  }
  .sm-p-v-xl-children > * {
    padding-top: 45px !important;
  }
  .sm-p-a-2xl {
    padding-top: 60px !important;
  }
  .sm-p-a-2xl-children > * {
    padding-top: 60px !important;
  }
  .sm-p-t-2xl {
    padding-top: 60px !important;
  }
  .sm-p-t-2xl-children > * {
    padding-top: 60px !important;
  }
  .sm-p-v-2xl {
    padding-top: 60px !important;
  }
  .sm-p-v-2xl-children > * {
    padding-top: 60px !important;
  }
  .sm-p-a-3xl {
    padding-top: 90px !important;
  }
  .sm-p-a-3xl-children > * {
    padding-top: 90px !important;
  }
  .sm-p-t-3xl {
    padding-top: 90px !important;
  }
  .sm-p-t-3xl-children > * {
    padding-top: 90px !important;
  }
  .sm-p-v-3xl {
    padding-top: 90px !important;
  }
  .sm-p-v-3xl-children > * {
    padding-top: 90px !important;
  }
  .sm-p-a-4xl {
    padding-top: 120px !important;
  }
  .sm-p-a-4xl-children > * {
    padding-top: 120px !important;
  }
  .sm-p-t-4xl {
    padding-top: 120px !important;
  }
  .sm-p-t-4xl-children > * {
    padding-top: 120px !important;
  }
  .sm-p-v-4xl {
    padding-top: 120px !important;
  }
  .sm-p-v-4xl-children > * {
    padding-top: 120px !important;
  }
  .sm-p-a-5xl {
    padding-top: 150px !important;
  }
  .sm-p-a-5xl-children > * {
    padding-top: 150px !important;
  }
  .sm-p-t-5xl {
    padding-top: 150px !important;
  }
  .sm-p-t-5xl-children > * {
    padding-top: 150px !important;
  }
  .sm-p-v-5xl {
    padding-top: 150px !important;
  }
  .sm-p-v-5xl-children > * {
    padding-top: 150px !important;
  }
  .sm-p-a-6xl {
    padding-top: 180px !important;
  }
  .sm-p-a-6xl-children > * {
    padding-top: 180px !important;
  }
  .sm-p-t-6xl {
    padding-top: 180px !important;
  }
  .sm-p-t-6xl-children > * {
    padding-top: 180px !important;
  }
  .sm-p-v-6xl {
    padding-top: 180px !important;
  }
  .sm-p-v-6xl-children > * {
    padding-top: 180px !important;
  }
  .sm-p-a-7xl {
    padding-top: 210px !important;
  }
  .sm-p-a-7xl-children > * {
    padding-top: 210px !important;
  }
  .sm-p-t-7xl {
    padding-top: 210px !important;
  }
  .sm-p-t-7xl-children > * {
    padding-top: 210px !important;
  }
  .sm-p-v-7xl {
    padding-top: 210px !important;
  }
  .sm-p-v-7xl-children > * {
    padding-top: 210px !important;
  }
  .sm-p-a-8xl {
    padding-top: 240px !important;
  }
  .sm-p-a-8xl-children > * {
    padding-top: 240px !important;
  }
  .sm-p-t-8xl {
    padding-top: 240px !important;
  }
  .sm-p-t-8xl-children > * {
    padding-top: 240px !important;
  }
  .sm-p-v-8xl {
    padding-top: 240px !important;
  }
  .sm-p-v-8xl-children > * {
    padding-top: 240px !important;
  }
  .sm-p-a-9xl {
    padding-top: 270px !important;
  }
  .sm-p-a-9xl-children > * {
    padding-top: 270px !important;
  }
  .sm-p-t-9xl {
    padding-top: 270px !important;
  }
  .sm-p-t-9xl-children > * {
    padding-top: 270px !important;
  }
  .sm-p-v-9xl {
    padding-top: 270px !important;
  }
  .sm-p-v-9xl-children > * {
    padding-top: 270px !important;
  }
  .sm-p-a-10xl {
    padding-top: 300px !important;
  }
  .sm-p-a-10xl-children > * {
    padding-top: 300px !important;
  }
  .sm-p-t-10xl {
    padding-top: 300px !important;
  }
  .sm-p-t-10xl-children > * {
    padding-top: 300px !important;
  }
  .sm-p-v-10xl {
    padding-top: 300px !important;
  }
  .sm-p-v-10xl-children > * {
    padding-top: 300px !important;
  }
  .sm-p-a-auto {
    padding-top: auto !important;
  }
  .sm-p-a-auto-children > * {
    padding-top: auto !important;
  }
  .sm-p-t-auto {
    padding-top: auto !important;
  }
  .sm-p-t-auto-children > * {
    padding-top: auto !important;
  }
  .sm-p-v-auto {
    padding-top: auto !important;
  }
  .sm-p-v-auto-children > * {
    padding-top: auto !important;
  }
  .sm-p-a-inherit {
    padding-top: inherit !important;
  }
  .sm-p-a-inherit-children > * {
    padding-top: inherit !important;
  }
  .sm-p-t-inherit {
    padding-top: inherit !important;
  }
  .sm-p-t-inherit-children > * {
    padding-top: inherit !important;
  }
  .sm-p-v-inherit {
    padding-top: inherit !important;
  }
  .sm-p-v-inherit-children > * {
    padding-top: inherit !important;
  }
  .sm-p-a-initial {
    padding-top: initial !important;
  }
  .sm-p-a-initial-children > * {
    padding-top: initial !important;
  }
  .sm-p-t-initial {
    padding-top: initial !important;
  }
  .sm-p-t-initial-children > * {
    padding-top: initial !important;
  }
  .sm-p-v-initial {
    padding-top: initial !important;
  }
  .sm-p-v-initial-children > * {
    padding-top: initial !important;
  }
  .sm-p-a-unset {
    padding-top: unset !important;
  }
  .sm-p-a-unset-children > * {
    padding-top: unset !important;
  }
  .sm-p-t-unset {
    padding-top: unset !important;
  }
  .sm-p-t-unset-children > * {
    padding-top: unset !important;
  }
  .sm-p-v-unset {
    padding-top: unset !important;
  }
  .sm-p-v-unset-children > * {
    padding-top: unset !important;
  }
  .sm-p-a-n {
    padding-right: 0 !important;
  }
  .sm-p-a-n-children > * {
    padding-right: 0 !important;
  }
  .sm-p-r-n {
    padding-right: 0 !important;
  }
  .sm-p-r-n-children > * {
    padding-right: 0 !important;
  }
  .sm-p-h-n {
    padding-right: 0 !important;
  }
  .sm-p-h-n-children > * {
    padding-right: 0 !important;
  }
  .sm-p-a-5xs {
    padding-right: 1.5px !important;
  }
  .sm-p-a-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .sm-p-r-5xs {
    padding-right: 1.5px !important;
  }
  .sm-p-r-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .sm-p-h-5xs {
    padding-right: 1.5px !important;
  }
  .sm-p-h-5xs-children > * {
    padding-right: 1.5px !important;
  }
  .sm-p-a-4xs {
    padding-right: 1.875px !important;
  }
  .sm-p-a-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .sm-p-r-4xs {
    padding-right: 1.875px !important;
  }
  .sm-p-r-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .sm-p-h-4xs {
    padding-right: 1.875px !important;
  }
  .sm-p-h-4xs-children > * {
    padding-right: 1.875px !important;
  }
  .sm-p-a-3xs {
    padding-right: 2.5px !important;
  }
  .sm-p-a-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .sm-p-r-3xs {
    padding-right: 2.5px !important;
  }
  .sm-p-r-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .sm-p-h-3xs {
    padding-right: 2.5px !important;
  }
  .sm-p-h-3xs-children > * {
    padding-right: 2.5px !important;
  }
  .sm-p-a-2xs {
    padding-right: 3.75px !important;
  }
  .sm-p-a-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .sm-p-r-2xs {
    padding-right: 3.75px !important;
  }
  .sm-p-r-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .sm-p-h-2xs {
    padding-right: 3.75px !important;
  }
  .sm-p-h-2xs-children > * {
    padding-right: 3.75px !important;
  }
  .sm-p-a-xs {
    padding-right: 5px !important;
  }
  .sm-p-a-xs-children > * {
    padding-right: 5px !important;
  }
  .sm-p-r-xs {
    padding-right: 5px !important;
  }
  .sm-p-r-xs-children > * {
    padding-right: 5px !important;
  }
  .sm-p-h-xs {
    padding-right: 5px !important;
  }
  .sm-p-h-xs-children > * {
    padding-right: 5px !important;
  }
  .sm-p-a-sm {
    padding-right: 7.5px !important;
  }
  .sm-p-a-sm-children > * {
    padding-right: 7.5px !important;
  }
  .sm-p-r-sm {
    padding-right: 7.5px !important;
  }
  .sm-p-r-sm-children > * {
    padding-right: 7.5px !important;
  }
  .sm-p-h-sm {
    padding-right: 7.5px !important;
  }
  .sm-p-h-sm-children > * {
    padding-right: 7.5px !important;
  }
  .sm-p-a-md {
    padding-right: 15px !important;
  }
  .sm-p-a-md-children > * {
    padding-right: 15px !important;
  }
  .sm-p-r-md {
    padding-right: 15px !important;
  }
  .sm-p-r-md-children > * {
    padding-right: 15px !important;
  }
  .sm-p-h-md {
    padding-right: 15px !important;
  }
  .sm-p-h-md-children > * {
    padding-right: 15px !important;
  }
  .sm-p-a-lg {
    padding-right: 30px !important;
  }
  .sm-p-a-lg-children > * {
    padding-right: 30px !important;
  }
  .sm-p-r-lg {
    padding-right: 30px !important;
  }
  .sm-p-r-lg-children > * {
    padding-right: 30px !important;
  }
  .sm-p-h-lg {
    padding-right: 30px !important;
  }
  .sm-p-h-lg-children > * {
    padding-right: 30px !important;
  }
  .sm-p-a-xl {
    padding-right: 45px !important;
  }
  .sm-p-a-xl-children > * {
    padding-right: 45px !important;
  }
  .sm-p-r-xl {
    padding-right: 45px !important;
  }
  .sm-p-r-xl-children > * {
    padding-right: 45px !important;
  }
  .sm-p-h-xl {
    padding-right: 45px !important;
  }
  .sm-p-h-xl-children > * {
    padding-right: 45px !important;
  }
  .sm-p-a-2xl {
    padding-right: 60px !important;
  }
  .sm-p-a-2xl-children > * {
    padding-right: 60px !important;
  }
  .sm-p-r-2xl {
    padding-right: 60px !important;
  }
  .sm-p-r-2xl-children > * {
    padding-right: 60px !important;
  }
  .sm-p-h-2xl {
    padding-right: 60px !important;
  }
  .sm-p-h-2xl-children > * {
    padding-right: 60px !important;
  }
  .sm-p-a-3xl {
    padding-right: 90px !important;
  }
  .sm-p-a-3xl-children > * {
    padding-right: 90px !important;
  }
  .sm-p-r-3xl {
    padding-right: 90px !important;
  }
  .sm-p-r-3xl-children > * {
    padding-right: 90px !important;
  }
  .sm-p-h-3xl {
    padding-right: 90px !important;
  }
  .sm-p-h-3xl-children > * {
    padding-right: 90px !important;
  }
  .sm-p-a-4xl {
    padding-right: 120px !important;
  }
  .sm-p-a-4xl-children > * {
    padding-right: 120px !important;
  }
  .sm-p-r-4xl {
    padding-right: 120px !important;
  }
  .sm-p-r-4xl-children > * {
    padding-right: 120px !important;
  }
  .sm-p-h-4xl {
    padding-right: 120px !important;
  }
  .sm-p-h-4xl-children > * {
    padding-right: 120px !important;
  }
  .sm-p-a-5xl {
    padding-right: 150px !important;
  }
  .sm-p-a-5xl-children > * {
    padding-right: 150px !important;
  }
  .sm-p-r-5xl {
    padding-right: 150px !important;
  }
  .sm-p-r-5xl-children > * {
    padding-right: 150px !important;
  }
  .sm-p-h-5xl {
    padding-right: 150px !important;
  }
  .sm-p-h-5xl-children > * {
    padding-right: 150px !important;
  }
  .sm-p-a-6xl {
    padding-right: 180px !important;
  }
  .sm-p-a-6xl-children > * {
    padding-right: 180px !important;
  }
  .sm-p-r-6xl {
    padding-right: 180px !important;
  }
  .sm-p-r-6xl-children > * {
    padding-right: 180px !important;
  }
  .sm-p-h-6xl {
    padding-right: 180px !important;
  }
  .sm-p-h-6xl-children > * {
    padding-right: 180px !important;
  }
  .sm-p-a-7xl {
    padding-right: 210px !important;
  }
  .sm-p-a-7xl-children > * {
    padding-right: 210px !important;
  }
  .sm-p-r-7xl {
    padding-right: 210px !important;
  }
  .sm-p-r-7xl-children > * {
    padding-right: 210px !important;
  }
  .sm-p-h-7xl {
    padding-right: 210px !important;
  }
  .sm-p-h-7xl-children > * {
    padding-right: 210px !important;
  }
  .sm-p-a-8xl {
    padding-right: 240px !important;
  }
  .sm-p-a-8xl-children > * {
    padding-right: 240px !important;
  }
  .sm-p-r-8xl {
    padding-right: 240px !important;
  }
  .sm-p-r-8xl-children > * {
    padding-right: 240px !important;
  }
  .sm-p-h-8xl {
    padding-right: 240px !important;
  }
  .sm-p-h-8xl-children > * {
    padding-right: 240px !important;
  }
  .sm-p-a-9xl {
    padding-right: 270px !important;
  }
  .sm-p-a-9xl-children > * {
    padding-right: 270px !important;
  }
  .sm-p-r-9xl {
    padding-right: 270px !important;
  }
  .sm-p-r-9xl-children > * {
    padding-right: 270px !important;
  }
  .sm-p-h-9xl {
    padding-right: 270px !important;
  }
  .sm-p-h-9xl-children > * {
    padding-right: 270px !important;
  }
  .sm-p-a-10xl {
    padding-right: 300px !important;
  }
  .sm-p-a-10xl-children > * {
    padding-right: 300px !important;
  }
  .sm-p-r-10xl {
    padding-right: 300px !important;
  }
  .sm-p-r-10xl-children > * {
    padding-right: 300px !important;
  }
  .sm-p-h-10xl {
    padding-right: 300px !important;
  }
  .sm-p-h-10xl-children > * {
    padding-right: 300px !important;
  }
  .sm-p-a-auto {
    padding-right: auto !important;
  }
  .sm-p-a-auto-children > * {
    padding-right: auto !important;
  }
  .sm-p-r-auto {
    padding-right: auto !important;
  }
  .sm-p-r-auto-children > * {
    padding-right: auto !important;
  }
  .sm-p-h-auto {
    padding-right: auto !important;
  }
  .sm-p-h-auto-children > * {
    padding-right: auto !important;
  }
  .sm-p-a-inherit {
    padding-right: inherit !important;
  }
  .sm-p-a-inherit-children > * {
    padding-right: inherit !important;
  }
  .sm-p-r-inherit {
    padding-right: inherit !important;
  }
  .sm-p-r-inherit-children > * {
    padding-right: inherit !important;
  }
  .sm-p-h-inherit {
    padding-right: inherit !important;
  }
  .sm-p-h-inherit-children > * {
    padding-right: inherit !important;
  }
  .sm-p-a-initial {
    padding-right: initial !important;
  }
  .sm-p-a-initial-children > * {
    padding-right: initial !important;
  }
  .sm-p-r-initial {
    padding-right: initial !important;
  }
  .sm-p-r-initial-children > * {
    padding-right: initial !important;
  }
  .sm-p-h-initial {
    padding-right: initial !important;
  }
  .sm-p-h-initial-children > * {
    padding-right: initial !important;
  }
  .sm-p-a-unset {
    padding-right: unset !important;
  }
  .sm-p-a-unset-children > * {
    padding-right: unset !important;
  }
  .sm-p-r-unset {
    padding-right: unset !important;
  }
  .sm-p-r-unset-children > * {
    padding-right: unset !important;
  }
  .sm-p-h-unset {
    padding-right: unset !important;
  }
  .sm-p-h-unset-children > * {
    padding-right: unset !important;
  }
  .sm-p-a-n {
    padding-bottom: 0 !important;
  }
  .sm-p-a-n-children > * {
    padding-bottom: 0 !important;
  }
  .sm-p-b-n {
    padding-bottom: 0 !important;
  }
  .sm-p-b-n-children > * {
    padding-bottom: 0 !important;
  }
  .sm-p-v-n {
    padding-bottom: 0 !important;
  }
  .sm-p-v-n-children > * {
    padding-bottom: 0 !important;
  }
  .sm-p-a-5xs {
    padding-bottom: 1.5px !important;
  }
  .sm-p-a-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .sm-p-b-5xs {
    padding-bottom: 1.5px !important;
  }
  .sm-p-b-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .sm-p-v-5xs {
    padding-bottom: 1.5px !important;
  }
  .sm-p-v-5xs-children > * {
    padding-bottom: 1.5px !important;
  }
  .sm-p-a-4xs {
    padding-bottom: 1.875px !important;
  }
  .sm-p-a-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .sm-p-b-4xs {
    padding-bottom: 1.875px !important;
  }
  .sm-p-b-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .sm-p-v-4xs {
    padding-bottom: 1.875px !important;
  }
  .sm-p-v-4xs-children > * {
    padding-bottom: 1.875px !important;
  }
  .sm-p-a-3xs {
    padding-bottom: 2.5px !important;
  }
  .sm-p-a-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .sm-p-b-3xs {
    padding-bottom: 2.5px !important;
  }
  .sm-p-b-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .sm-p-v-3xs {
    padding-bottom: 2.5px !important;
  }
  .sm-p-v-3xs-children > * {
    padding-bottom: 2.5px !important;
  }
  .sm-p-a-2xs {
    padding-bottom: 3.75px !important;
  }
  .sm-p-a-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .sm-p-b-2xs {
    padding-bottom: 3.75px !important;
  }
  .sm-p-b-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .sm-p-v-2xs {
    padding-bottom: 3.75px !important;
  }
  .sm-p-v-2xs-children > * {
    padding-bottom: 3.75px !important;
  }
  .sm-p-a-xs {
    padding-bottom: 5px !important;
  }
  .sm-p-a-xs-children > * {
    padding-bottom: 5px !important;
  }
  .sm-p-b-xs {
    padding-bottom: 5px !important;
  }
  .sm-p-b-xs-children > * {
    padding-bottom: 5px !important;
  }
  .sm-p-v-xs {
    padding-bottom: 5px !important;
  }
  .sm-p-v-xs-children > * {
    padding-bottom: 5px !important;
  }
  .sm-p-a-sm {
    padding-bottom: 7.5px !important;
  }
  .sm-p-a-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .sm-p-b-sm {
    padding-bottom: 7.5px !important;
  }
  .sm-p-b-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .sm-p-v-sm {
    padding-bottom: 7.5px !important;
  }
  .sm-p-v-sm-children > * {
    padding-bottom: 7.5px !important;
  }
  .sm-p-a-md {
    padding-bottom: 15px !important;
  }
  .sm-p-a-md-children > * {
    padding-bottom: 15px !important;
  }
  .sm-p-b-md {
    padding-bottom: 15px !important;
  }
  .sm-p-b-md-children > * {
    padding-bottom: 15px !important;
  }
  .sm-p-v-md {
    padding-bottom: 15px !important;
  }
  .sm-p-v-md-children > * {
    padding-bottom: 15px !important;
  }
  .sm-p-a-lg {
    padding-bottom: 30px !important;
  }
  .sm-p-a-lg-children > * {
    padding-bottom: 30px !important;
  }
  .sm-p-b-lg {
    padding-bottom: 30px !important;
  }
  .sm-p-b-lg-children > * {
    padding-bottom: 30px !important;
  }
  .sm-p-v-lg {
    padding-bottom: 30px !important;
  }
  .sm-p-v-lg-children > * {
    padding-bottom: 30px !important;
  }
  .sm-p-a-xl {
    padding-bottom: 45px !important;
  }
  .sm-p-a-xl-children > * {
    padding-bottom: 45px !important;
  }
  .sm-p-b-xl {
    padding-bottom: 45px !important;
  }
  .sm-p-b-xl-children > * {
    padding-bottom: 45px !important;
  }
  .sm-p-v-xl {
    padding-bottom: 45px !important;
  }
  .sm-p-v-xl-children > * {
    padding-bottom: 45px !important;
  }
  .sm-p-a-2xl {
    padding-bottom: 60px !important;
  }
  .sm-p-a-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .sm-p-b-2xl {
    padding-bottom: 60px !important;
  }
  .sm-p-b-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .sm-p-v-2xl {
    padding-bottom: 60px !important;
  }
  .sm-p-v-2xl-children > * {
    padding-bottom: 60px !important;
  }
  .sm-p-a-3xl {
    padding-bottom: 90px !important;
  }
  .sm-p-a-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .sm-p-b-3xl {
    padding-bottom: 90px !important;
  }
  .sm-p-b-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .sm-p-v-3xl {
    padding-bottom: 90px !important;
  }
  .sm-p-v-3xl-children > * {
    padding-bottom: 90px !important;
  }
  .sm-p-a-4xl {
    padding-bottom: 120px !important;
  }
  .sm-p-a-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .sm-p-b-4xl {
    padding-bottom: 120px !important;
  }
  .sm-p-b-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .sm-p-v-4xl {
    padding-bottom: 120px !important;
  }
  .sm-p-v-4xl-children > * {
    padding-bottom: 120px !important;
  }
  .sm-p-a-5xl {
    padding-bottom: 150px !important;
  }
  .sm-p-a-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .sm-p-b-5xl {
    padding-bottom: 150px !important;
  }
  .sm-p-b-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .sm-p-v-5xl {
    padding-bottom: 150px !important;
  }
  .sm-p-v-5xl-children > * {
    padding-bottom: 150px !important;
  }
  .sm-p-a-6xl {
    padding-bottom: 180px !important;
  }
  .sm-p-a-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .sm-p-b-6xl {
    padding-bottom: 180px !important;
  }
  .sm-p-b-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .sm-p-v-6xl {
    padding-bottom: 180px !important;
  }
  .sm-p-v-6xl-children > * {
    padding-bottom: 180px !important;
  }
  .sm-p-a-7xl {
    padding-bottom: 210px !important;
  }
  .sm-p-a-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .sm-p-b-7xl {
    padding-bottom: 210px !important;
  }
  .sm-p-b-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .sm-p-v-7xl {
    padding-bottom: 210px !important;
  }
  .sm-p-v-7xl-children > * {
    padding-bottom: 210px !important;
  }
  .sm-p-a-8xl {
    padding-bottom: 240px !important;
  }
  .sm-p-a-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .sm-p-b-8xl {
    padding-bottom: 240px !important;
  }
  .sm-p-b-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .sm-p-v-8xl {
    padding-bottom: 240px !important;
  }
  .sm-p-v-8xl-children > * {
    padding-bottom: 240px !important;
  }
  .sm-p-a-9xl {
    padding-bottom: 270px !important;
  }
  .sm-p-a-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .sm-p-b-9xl {
    padding-bottom: 270px !important;
  }
  .sm-p-b-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .sm-p-v-9xl {
    padding-bottom: 270px !important;
  }
  .sm-p-v-9xl-children > * {
    padding-bottom: 270px !important;
  }
  .sm-p-a-10xl {
    padding-bottom: 300px !important;
  }
  .sm-p-a-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .sm-p-b-10xl {
    padding-bottom: 300px !important;
  }
  .sm-p-b-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .sm-p-v-10xl {
    padding-bottom: 300px !important;
  }
  .sm-p-v-10xl-children > * {
    padding-bottom: 300px !important;
  }
  .sm-p-a-auto {
    padding-bottom: auto !important;
  }
  .sm-p-a-auto-children > * {
    padding-bottom: auto !important;
  }
  .sm-p-b-auto {
    padding-bottom: auto !important;
  }
  .sm-p-b-auto-children > * {
    padding-bottom: auto !important;
  }
  .sm-p-v-auto {
    padding-bottom: auto !important;
  }
  .sm-p-v-auto-children > * {
    padding-bottom: auto !important;
  }
  .sm-p-a-inherit {
    padding-bottom: inherit !important;
  }
  .sm-p-a-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .sm-p-b-inherit {
    padding-bottom: inherit !important;
  }
  .sm-p-b-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .sm-p-v-inherit {
    padding-bottom: inherit !important;
  }
  .sm-p-v-inherit-children > * {
    padding-bottom: inherit !important;
  }
  .sm-p-a-initial {
    padding-bottom: initial !important;
  }
  .sm-p-a-initial-children > * {
    padding-bottom: initial !important;
  }
  .sm-p-b-initial {
    padding-bottom: initial !important;
  }
  .sm-p-b-initial-children > * {
    padding-bottom: initial !important;
  }
  .sm-p-v-initial {
    padding-bottom: initial !important;
  }
  .sm-p-v-initial-children > * {
    padding-bottom: initial !important;
  }
  .sm-p-a-unset {
    padding-bottom: unset !important;
  }
  .sm-p-a-unset-children > * {
    padding-bottom: unset !important;
  }
  .sm-p-b-unset {
    padding-bottom: unset !important;
  }
  .sm-p-b-unset-children > * {
    padding-bottom: unset !important;
  }
  .sm-p-v-unset {
    padding-bottom: unset !important;
  }
  .sm-p-v-unset-children > * {
    padding-bottom: unset !important;
  }
  .sm-p-a-n {
    padding-left: 0 !important;
  }
  .sm-p-a-n-children > * {
    padding-left: 0 !important;
  }
  .sm-p-l-n {
    padding-left: 0 !important;
  }
  .sm-p-l-n-children > * {
    padding-left: 0 !important;
  }
  .sm-p-h-n {
    padding-left: 0 !important;
  }
  .sm-p-h-n-children > * {
    padding-left: 0 !important;
  }
  .sm-p-a-5xs {
    padding-left: 1.5px !important;
  }
  .sm-p-a-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .sm-p-l-5xs {
    padding-left: 1.5px !important;
  }
  .sm-p-l-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .sm-p-h-5xs {
    padding-left: 1.5px !important;
  }
  .sm-p-h-5xs-children > * {
    padding-left: 1.5px !important;
  }
  .sm-p-a-4xs {
    padding-left: 1.875px !important;
  }
  .sm-p-a-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .sm-p-l-4xs {
    padding-left: 1.875px !important;
  }
  .sm-p-l-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .sm-p-h-4xs {
    padding-left: 1.875px !important;
  }
  .sm-p-h-4xs-children > * {
    padding-left: 1.875px !important;
  }
  .sm-p-a-3xs {
    padding-left: 2.5px !important;
  }
  .sm-p-a-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .sm-p-l-3xs {
    padding-left: 2.5px !important;
  }
  .sm-p-l-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .sm-p-h-3xs {
    padding-left: 2.5px !important;
  }
  .sm-p-h-3xs-children > * {
    padding-left: 2.5px !important;
  }
  .sm-p-a-2xs {
    padding-left: 3.75px !important;
  }
  .sm-p-a-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .sm-p-l-2xs {
    padding-left: 3.75px !important;
  }
  .sm-p-l-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .sm-p-h-2xs {
    padding-left: 3.75px !important;
  }
  .sm-p-h-2xs-children > * {
    padding-left: 3.75px !important;
  }
  .sm-p-a-xs {
    padding-left: 5px !important;
  }
  .sm-p-a-xs-children > * {
    padding-left: 5px !important;
  }
  .sm-p-l-xs {
    padding-left: 5px !important;
  }
  .sm-p-l-xs-children > * {
    padding-left: 5px !important;
  }
  .sm-p-h-xs {
    padding-left: 5px !important;
  }
  .sm-p-h-xs-children > * {
    padding-left: 5px !important;
  }
  .sm-p-a-sm {
    padding-left: 7.5px !important;
  }
  .sm-p-a-sm-children > * {
    padding-left: 7.5px !important;
  }
  .sm-p-l-sm {
    padding-left: 7.5px !important;
  }
  .sm-p-l-sm-children > * {
    padding-left: 7.5px !important;
  }
  .sm-p-h-sm {
    padding-left: 7.5px !important;
  }
  .sm-p-h-sm-children > * {
    padding-left: 7.5px !important;
  }
  .sm-p-a-md {
    padding-left: 15px !important;
  }
  .sm-p-a-md-children > * {
    padding-left: 15px !important;
  }
  .sm-p-l-md {
    padding-left: 15px !important;
  }
  .sm-p-l-md-children > * {
    padding-left: 15px !important;
  }
  .sm-p-h-md {
    padding-left: 15px !important;
  }
  .sm-p-h-md-children > * {
    padding-left: 15px !important;
  }
  .sm-p-a-lg {
    padding-left: 30px !important;
  }
  .sm-p-a-lg-children > * {
    padding-left: 30px !important;
  }
  .sm-p-l-lg {
    padding-left: 30px !important;
  }
  .sm-p-l-lg-children > * {
    padding-left: 30px !important;
  }
  .sm-p-h-lg {
    padding-left: 30px !important;
  }
  .sm-p-h-lg-children > * {
    padding-left: 30px !important;
  }
  .sm-p-a-xl {
    padding-left: 45px !important;
  }
  .sm-p-a-xl-children > * {
    padding-left: 45px !important;
  }
  .sm-p-l-xl {
    padding-left: 45px !important;
  }
  .sm-p-l-xl-children > * {
    padding-left: 45px !important;
  }
  .sm-p-h-xl {
    padding-left: 45px !important;
  }
  .sm-p-h-xl-children > * {
    padding-left: 45px !important;
  }
  .sm-p-a-2xl {
    padding-left: 60px !important;
  }
  .sm-p-a-2xl-children > * {
    padding-left: 60px !important;
  }
  .sm-p-l-2xl {
    padding-left: 60px !important;
  }
  .sm-p-l-2xl-children > * {
    padding-left: 60px !important;
  }
  .sm-p-h-2xl {
    padding-left: 60px !important;
  }
  .sm-p-h-2xl-children > * {
    padding-left: 60px !important;
  }
  .sm-p-a-3xl {
    padding-left: 90px !important;
  }
  .sm-p-a-3xl-children > * {
    padding-left: 90px !important;
  }
  .sm-p-l-3xl {
    padding-left: 90px !important;
  }
  .sm-p-l-3xl-children > * {
    padding-left: 90px !important;
  }
  .sm-p-h-3xl {
    padding-left: 90px !important;
  }
  .sm-p-h-3xl-children > * {
    padding-left: 90px !important;
  }
  .sm-p-a-4xl {
    padding-left: 120px !important;
  }
  .sm-p-a-4xl-children > * {
    padding-left: 120px !important;
  }
  .sm-p-l-4xl {
    padding-left: 120px !important;
  }
  .sm-p-l-4xl-children > * {
    padding-left: 120px !important;
  }
  .sm-p-h-4xl {
    padding-left: 120px !important;
  }
  .sm-p-h-4xl-children > * {
    padding-left: 120px !important;
  }
  .sm-p-a-5xl {
    padding-left: 150px !important;
  }
  .sm-p-a-5xl-children > * {
    padding-left: 150px !important;
  }
  .sm-p-l-5xl {
    padding-left: 150px !important;
  }
  .sm-p-l-5xl-children > * {
    padding-left: 150px !important;
  }
  .sm-p-h-5xl {
    padding-left: 150px !important;
  }
  .sm-p-h-5xl-children > * {
    padding-left: 150px !important;
  }
  .sm-p-a-6xl {
    padding-left: 180px !important;
  }
  .sm-p-a-6xl-children > * {
    padding-left: 180px !important;
  }
  .sm-p-l-6xl {
    padding-left: 180px !important;
  }
  .sm-p-l-6xl-children > * {
    padding-left: 180px !important;
  }
  .sm-p-h-6xl {
    padding-left: 180px !important;
  }
  .sm-p-h-6xl-children > * {
    padding-left: 180px !important;
  }
  .sm-p-a-7xl {
    padding-left: 210px !important;
  }
  .sm-p-a-7xl-children > * {
    padding-left: 210px !important;
  }
  .sm-p-l-7xl {
    padding-left: 210px !important;
  }
  .sm-p-l-7xl-children > * {
    padding-left: 210px !important;
  }
  .sm-p-h-7xl {
    padding-left: 210px !important;
  }
  .sm-p-h-7xl-children > * {
    padding-left: 210px !important;
  }
  .sm-p-a-8xl {
    padding-left: 240px !important;
  }
  .sm-p-a-8xl-children > * {
    padding-left: 240px !important;
  }
  .sm-p-l-8xl {
    padding-left: 240px !important;
  }
  .sm-p-l-8xl-children > * {
    padding-left: 240px !important;
  }
  .sm-p-h-8xl {
    padding-left: 240px !important;
  }
  .sm-p-h-8xl-children > * {
    padding-left: 240px !important;
  }
  .sm-p-a-9xl {
    padding-left: 270px !important;
  }
  .sm-p-a-9xl-children > * {
    padding-left: 270px !important;
  }
  .sm-p-l-9xl {
    padding-left: 270px !important;
  }
  .sm-p-l-9xl-children > * {
    padding-left: 270px !important;
  }
  .sm-p-h-9xl {
    padding-left: 270px !important;
  }
  .sm-p-h-9xl-children > * {
    padding-left: 270px !important;
  }
  .sm-p-a-10xl {
    padding-left: 300px !important;
  }
  .sm-p-a-10xl-children > * {
    padding-left: 300px !important;
  }
  .sm-p-l-10xl {
    padding-left: 300px !important;
  }
  .sm-p-l-10xl-children > * {
    padding-left: 300px !important;
  }
  .sm-p-h-10xl {
    padding-left: 300px !important;
  }
  .sm-p-h-10xl-children > * {
    padding-left: 300px !important;
  }
  .sm-p-a-auto {
    padding-left: auto !important;
  }
  .sm-p-a-auto-children > * {
    padding-left: auto !important;
  }
  .sm-p-l-auto {
    padding-left: auto !important;
  }
  .sm-p-l-auto-children > * {
    padding-left: auto !important;
  }
  .sm-p-h-auto {
    padding-left: auto !important;
  }
  .sm-p-h-auto-children > * {
    padding-left: auto !important;
  }
  .sm-p-a-inherit {
    padding-left: inherit !important;
  }
  .sm-p-a-inherit-children > * {
    padding-left: inherit !important;
  }
  .sm-p-l-inherit {
    padding-left: inherit !important;
  }
  .sm-p-l-inherit-children > * {
    padding-left: inherit !important;
  }
  .sm-p-h-inherit {
    padding-left: inherit !important;
  }
  .sm-p-h-inherit-children > * {
    padding-left: inherit !important;
  }
  .sm-p-a-initial {
    padding-left: initial !important;
  }
  .sm-p-a-initial-children > * {
    padding-left: initial !important;
  }
  .sm-p-l-initial {
    padding-left: initial !important;
  }
  .sm-p-l-initial-children > * {
    padding-left: initial !important;
  }
  .sm-p-h-initial {
    padding-left: initial !important;
  }
  .sm-p-h-initial-children > * {
    padding-left: initial !important;
  }
  .sm-p-a-unset {
    padding-left: unset !important;
  }
  .sm-p-a-unset-children > * {
    padding-left: unset !important;
  }
  .sm-p-l-unset {
    padding-left: unset !important;
  }
  .sm-p-l-unset-children > * {
    padding-left: unset !important;
  }
  .sm-p-h-unset {
    padding-left: unset !important;
  }
  .sm-p-h-unset-children > * {
    padding-left: unset !important;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.header-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "bebas_neuebold";
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #333;
}
.header-title:hover {
  text-decoration: none;
}
.header-title img {
  margin: 15px 33px 15px 0;
}
.header-logout {
  align-items: center;
}

.nav-link {
  margin: 1rem 0;
  padding: 0 1rem;
  color: #aeaeae;
}
.nav-link:hover {
  text-decoration: none;
}
.nav-link--blue {
  color: #006daa;
}
.cromis-body .nav-link--blue {
  color: #007B6D;
}
.nav-link--blue:hover {
  text-decoration: none;
}
.nav-link + .nav-link {
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 762px) {
  .header {
    flex-wrap: wrap;
  }
  .header-title {
    justify-content: space-around;
    width: 100%;
    margin: 10px 0 10px 10px;
  }
  .header-title img {
    margin: 15px 15px 15px 0;
  }
  .header-logout {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.loginPage {
  position: absolute;
  width: 100%;
  height: 90%;
  background-image: url("/img/img.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: initial;
}

.login {
  margin: 65px 0;
}
.login-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
}
.login-form {
  width: 325px;
}
.login-title {
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aeaeae;
  background-color: #efefef;
  cursor: pointer;
}
.login-title .active {
  color: #006daa;
  background-color: #fff;
}
.cromis-body .login-title .active {
  color: #007B6D;
}
.login-title-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 0;
  padding: 40px 0;
}
.login-content {
  display: none;
  align-items: center;
  padding: 30px 10px;
  background-color: #fff;
}
.login-content.active {
  display: flex;
}
.login-content input {
  display: block;
  width: 100%;
}
.login-content .checkbox {
  display: inline-block;
  width: auto;
  height: auto;
}
.login-content a {
  text-align: right;
  color: #666;
}
.login-content a.login-help-link {
  color: #006daa;
}
.cromis-body .login-content a.login-help-link {
  color: #007B6D;
}
.login-content-footer {
  align-items: center;
}
.login-content-footer label {
  margin: 0;
  color: #666;
}
.login-remember-me {
  margin-bottom: 0.75rem !important;
}
.login-remember-me label {
  cursor: pointer;
}
.login-button {
  width: 100%;
  cursor: pointer;
}
.login-forgot {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.login .ssoLogin {
  padding: 10px 20px;
  color: white;
  height: auto;
  min-height: 40px;
  width: auto;
  margin: auto auto 20px auto;
  display: block;
  text-align: center;
}
.login .ssoLogin i, .login .ssoLogin small {
  display: none;
}
.login .ssoLogin--loading {
  cursor: initial !important;
}
.login .ssoLogin--loading i {
  display: inline-block;
}
.login .ssoLogin--loading small {
  display: block;
}

.list {
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.list-menu {
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aeaeae;
  cursor: pointer;
}
.list-menu .active {
  color: #006daa;
  background-color: #fff;
}
.cromis-body .list-menu .active {
  color: #007B6D;
}
.list-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 0;
  padding: 0;
  background-color: #efefef;
}
.list-content {
  display: none;
}
.list-content.active {
  display: block;
}
.list-content ul {
  margin: 0;
  padding: 0;
}
.list-content li {
  margin-top: 1px;
  padding: 35px;
  background-color: #fff;
  list-style: none;
}
.list-content li:hover {
  z-index: 2;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
}
.list-content li:hover a {
  text-decoration: none;
}
.list-content li:hover h2 {
  color: #d8222a;
}
.list-content li a {
  color: #333;
}
.list-content li h2 {
  font-size: 24px;
}

.footer {
  font-size: 12px;
  color: #fff;
  background-color: #006daa;
}
.cromis-body .footer {
  background-color: #007B6D;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer img {
    width: 100%;
    max-width: 125px;
  }
}
.footer-infos {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  padding: 30px 0 50px;
  background-color: #006daa;
}
.cromis-body .footer-infos {
  background-color: #007B6D;
}
@media (max-width: 991px) {
  .footer-infos {
    display: block;
    padding: 30px 0 50px;
  }
}
@media (max-width: 767px) {
  .footer-infos {
    padding: 30px 0 50px;
  }
}
.footer-infos-networks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.footer-infos-networks a {
  margin-right: 45px;
}
@media (max-width: 991px) {
  .footer-infos-networks a {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer-infos-networks {
    margin-top: 30px;
  }
}
.footer-nav {
  padding: 30px 100px 50px;
  line-height: 1.3;
  background-color: #005c8f;
}
.cromis-body .footer-nav {
  background-color: #0DAE9C;
}
@media (max-width: 1199px) {
  .footer-nav {
    padding: 30px 50px 50px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    padding: 10px 15px;
  }
}
.footer-nav-element {
  margin-bottom: 30px;
}
.footer-nav ul {
  padding: 0;
  list-style: none;
}
.footer-nav ul li span {
  display: block;
  font-family: "Gotham-Bold";
  font-size: 16px;
}
.footer-nav ul li ul li {
  margin: 10px 0;
  padding-right: 15px;
}
.footer-nav ul li ul li a {
  color: #fff;
}
.footer-nav ul.submenu-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-nav ul.submenu-last li {
  width: 33%;
  margin: 10px 0;
  font-size: 13px;
}
.footer-nav ul.submenu-last li span {
  display: block;
  margin-bottom: 10px;
}

/* --------------------------------

 Header

-------------------------------- */
.cd-morph-dropdown {
  position: relative;
}
.cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: "mobile";
  display: none;
}
.cd-morph-dropdown .main-nav {
  display: none;
}
.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: #fff;
}
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}
.cd-morph-dropdown .dropdown-list ul {
  display: block;
}
.cd-morph-dropdown .dropdown-list > ul > li {
  margin-bottom: 3.3em;
  padding: 4px 0;
}
.cd-morph-dropdown .label {
  display: block;
  font-size: 2.2rem;
  color: #1a1a1a;
  margin-bottom: 0.8em;
}
.cd-morph-dropdown .content li::after {
  display: block;
  clear: both;
  content: "";
}
.cd-morph-dropdown .content h2 {
  color: #a6a6a6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 20px 0 10px 14px;
}
@media only screen and (min-width: 768px) {
  .cd-morph-dropdown {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  .cd-morph-dropdown::before {
    content: "desktop";
  }
  .cd-morph-dropdown .nav-trigger {
    display: none;
  }
  .cd-morph-dropdown .main-nav {
    display: flex;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: 0.6;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    transition: transform 0.3s;
    /* Force Hardware acceleration */
    transform: translateZ(0);
    transform: translateY(20px);
    will-change: transform;
  }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }
  .cd-morph-dropdown .dropdown-list {
    visibility: hidden;
    position: absolute;
    top: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: visibility 0.3s;
    transform: translateZ(0);
    will-change: transform, width, height;
  }
  .cd-morph-dropdown .dropdown-list a {
    display: block;
    font-family: "Gotham-Book";
    font-size: 12px;
    letter-spacing: 0;
    color: #333;
    line-height: 20px;
  }
  .cd-morph-dropdown .dropdown-list a:hover {
    color: #d8222a;
  }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list-arrow {
    /* dropdown top triangle */
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    opacity: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    transition: opacity 0.3s;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cd-morph-dropdown .dropdown-list > ul {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    transition: transform 0.3s, width 0.3s, height 0.3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list-arrow {
    opacity: 1;
  }
  .cd-morph-dropdown .dropdown {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .cd-morph-dropdown .dropdown.active {
    visibility: visible;
    opacity: 1;
  }
  .cd-morph-dropdown .dropdown.move-left .content {
    transform: translateX(-100px);
  }
  .cd-morph-dropdown .dropdown.move-right .content {
    transform: translateX(100px);
  }
  .cd-morph-dropdown .content {
    width: 450px;
    padding: 30px;
    text-align: left;
    color: #333;
    background-color: #fff;
    transition: transform 0.3s;
  }
  .cd-morph-dropdown .content-title {
    font-family: "Gotham-Bold";
    font-size: 14px;
    letter-spacing: 0;
  }
  .cd-morph-dropdown .content > ul {
    width: auto;
  }
  .cd-morph-dropdown .content > ul::after {
    display: block;
    clear: both;
    content: "";
  }
  .cd-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    background: #fff;
    transition: opacity 0.3s;
    transform: translateZ(0);
    transform-origin: top left;
    will-change: transform;
    backface-visibility: hidden;
  }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
  }
}

blockquote {
  position: relative;
  padding: 30px !important;
  border: 1px solid #f0f0f0;
  border-left-color: rgba(0, 109, 170, 0.5);
  border-left-width: 5px;
  color: #006daa;
  background-color: rgba(0, 109, 170, 0.05);
}
.cromis-body blockquote {
  border-left-color: rgba(0, 123, 109, 0.5);
  color: #007B6D;
  background-color: rgba(0, 123, 109, 0.05);
}
blockquote a {
  color: #006daa;
}
.cromis-body blockquote a {
  color: #007B6D;
}
blockquote i {
  margin-right: 15px;
}
blockquote.error {
  border-left-color: rgba(216, 35, 42, 0.5);
  color: #d8232a;
  background-color: rgba(216, 35, 42, 0.05);
  font-size: 16px;
}
blockquote.success {
  border-left-color: rgba(72, 171, 73, 0.5);
  color: #48ab49;
  background-color: rgba(72, 171, 73, 0.05);
  font-size: 16px;
}

div.breadcrumb {
  position: absolute;
  top: -35px;
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  line-height: 12px;
}
div.breadcrumb a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
div.breadcrumb a:hover {
  text-shadow: none;
}

.button {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  border: none;
  border-radius: 3px;
  background-color: #006daa;
  color: #fff;
  font-family: "Gotham-Book";
  font-size: 14px;
  cursor: pointer;
}
.cromis-body .button {
  background-color: #007B6D;
}

.ffessm-button {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #fff;
  background-color: #006daa;
  color: #fff !important;
  font-family: "bebas_neuebold";
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.cromis-body .ffessm-button {
  background-color: #007B6D;
}
.ffessm-button:hover {
  color: #fff;
}
.ffessm-button--no-borders {
  border: 0;
}
.ffessm-button--small {
  padding: 8px 15px;
  font-size: 13px !important;
  letter-spacing: 3px;
}
@media (max-width: 991.98px) {
  .ffessm-button--small.ffessm-button--icon img,
  .ffessm-button--small.ffessm-button--icon svg {
    vertical-align: -3px;
  }
}
.ffessm-button--small.ffessm-button--singleicon {
  padding: 8px 10px;
}
@media (max-width: 575.98px) {
  .ffessm-button--small.ffessm-button--singleicon img,
  .ffessm-button--small.ffessm-button--singleicon svg {
    max-height: 16px;
    max-width: 16px;
    margin-left: 0;
    vertical-align: -3px;
  }
}
.ffessm-button--reverse {
  background-color: #fff;
  color: #006daa !important;
}
.cromis-body .ffessm-button--reverse {
  color: #007B6D !important;
  background-color: #fff;
}
.ffessm-button--borders {
  border: 2px solid #006daa;
}
.cromis-body .ffessm-button--borders {
  border: 2px solid #007B6D;
}
.ffessm-button--disabled {
  border: 2px solid #888;
  background-color: transparent;
  color: #888 !important;
  opacity: 0.5;
}
.ffessm-button--transparent {
  background-color: transparent;
}
.ffessm-button--icon img,
.ffessm-button--icon svg {
  max-height: 16px;
  max-width: 16px;
  margin-left: 15px;
  vertical-align: -2px;
}
.ffessm-button .fa {
  letter-spacing: 0;
}

.collection {
  padding: 15px 0;
}
.collection--inline .collection-item-content .form-group, .collection--inline .collection-item-content .form-group-labelUp {
  margin-bottom: 0;
}
.collection > .form-group, .collection > .form-group-labelUp {
  margin-bottom: 15px;
  padding: 15px;
  border: 2px solid #dedede;
}
.collection > .ffessm-button {
  padding: 7.5px 15px;
  font-size: 13px;
  letter-spacing: 3px;
}
.collection-item-body {
  display: flex;
  align-items: flex-end;
}
.collection-item-content {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 calc(100% - 37px);
  margin: -7.5px;
}
.collection-item-content .form-group, .collection-item-content .form-group-labelUp {
  flex: 0 0 calc(50% - 15px);
  margin: 7.5px !important;
}
@media (max-width: 767.98px) {
  .collection-item-content .form-group, .collection-item-content .form-group-labelUp {
    flex: 0 0 calc(100% - 15px);
  }
}
.collection-item-content .form-group .control-label, .collection-item-content .form-group-labelUp .control-label {
  font-size: 12px !important;
}
.collection-item-actions {
  margin-left: 15px;
}
.collection-item-actions-remove {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 2px;
  background-color: rgba(216, 35, 42, 0.75);
  color: #fff !important;
  text-align: center;
  line-height: 37px;
}
.collection-item-actions-remove:hover {
  background-color: #d8232a;
}

.form-group--date-container {
  position: relative;
}
.form-group--date-container-image {
  position: absolute;
  top: 9px;
  right: 12px;
}

.form-control.datepicker {
  padding: 0.375rem 40px 0.375rem 0.75rem;
}

.datepicker.dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.datepicker.datepicker-inline th,
.datepicker.dropdown-menu th {
  text-transform: capitalize;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006daa !important;
  background-image: none;
}
.cromis-body .datepicker table tr td.active,
.cromis-body .datepicker table tr td.active.disabled,
.cromis-body .datepicker table tr td.active.disabled:hover,
.cromis-body .datepicker table tr td.active:hover {
  background-color: #007B6D !important;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 6px 5px 3px;
  border-radius: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-top:before {
  border: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #ccc;
  background-image: none;
  color: #333;
  font-weight: 600;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  color: #fff !important;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background: #eee;
  color: #333;
}

.ffessm_dropdown {
  position: relative;
  display: inline-block;
}
.ffessm_dropdown a:hover {
  color: #d8232a !important;
}
.ffessm_dropdown--dark .ffessm_dropdown-link {
  color: #fff !important;
}
.ffessm_dropdown--dark .ffessm_dropdown-content a {
  color: #333 !important;
}
.ffessm_dropdown--dark .ffessm_dropdown-content a:hover {
  color: #d8232a !important;
}
.ffessm_dropdown:hover .ffessm_dropdown-link {
  color: #d8232a;
}
.ffessm_dropdown:hover .ffessm_dropdown-content {
  display: block;
  cursor: pointer;
}
.ffessm_dropdown-link {
  color: #333;
  cursor: pointer;
}
.ffessm_dropdown-content {
  position: absolute;
  top: 40px;
  right: -15px;
  z-index: 6;
  display: none;
  overflow-y: auto;
  max-height: 320px;
  min-width: 220px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.ffessm_dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.ffessm_dropdown-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.ffessm_dropdown-content::-webkit-scrollbar-thumb {
  background: #dedede;
}
.ffessm_dropdown-content a {
  display: block !important;
  padding: 12px 16px;
  color: #333;
  text-align: right;
  text-decoration: none;
}
.ffessm_dropdown-content a:hover {
  color: #d8232a;
}
.ffessm_dropdown-access {
  margin-left: 20px;
}
.ffessm_dropdown-access::after {
  content: "▼";
  position: absolute;
  margin-left: 20px;
  top: 18px;
  z-index: 1;
  text-align: center;
  height: 6%;
  pointer-events: none;
  font-size: 12px;
}
.ffessm_dropdown-access-content {
  position: absolute;
  right: 2vw;
  z-index: 6;
  display: block;
  overflow-y: auto;
  max-height: max-content;
  min-width: 220px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 13px;
  padding-top: 5px;
}
.ffessm_dropdown-access-content::-webkit-scrollbar {
  width: 10px;
}
.ffessm_dropdown-access-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.ffessm_dropdown-access-content::-webkit-scrollbar-thumb {
  background: #dedede;
}
.ffessm_dropdown-access-content a {
  display: block !important;
  padding: 2px 16px;
  color: #333 !important;
  text-align: right;
  text-decoration: none;
  line-height: 35px !important;
}
.ffessm_dropdown-access-content a:hover {
  color: #d8232a;
}
.ffessm_dropdown-access-mobile {
  display: none;
}
@media (max-width: 767px) {
  .ffessm_dropdown-access-mobile {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .ffessm_dropdown-access-mobile::after {
    content: "▼";
    position: absolute;
    text-align: center;
    right: -5px;
    top: 0;
    z-index: 1;
    width: 6%;
    height: 6%;
    pointer-events: none;
    font-size: 12px;
  }
  .ffessm_dropdown-access-mobile-content {
    position: absolute;
    top: 56px;
    display: none;
    right: -24px;
    max-height: max-content;
    min-width: 220px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    font-size: 13px;
    padding-top: 10px;
    z-index: 6;
    overflow-y: auto;
  }
  .ffessm_dropdown-access-mobile-content::-webkit-scrollbar {
    width: 10px;
  }
  .ffessm_dropdown-access-mobile-content::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .ffessm_dropdown-access-mobile-content::-webkit-scrollbar-thumb {
    background: #dedede;
  }
  .ffessm_dropdown-access-mobile-content a {
    display: block !important;
    padding: 2px 16px;
    color: #333;
    text-align: right;
    text-decoration: none;
    line-height: 35px;
  }
  .ffessm_dropdown-access-mobile-content a:hover {
    color: #d8232a;
  }
}

.events-list {
  position: relative;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 109, 170, 0.3);
}
.events-list--events-calendar {
  padding-top: 15px;
  padding-bottom: 10px;
}
.events-list--events-calendar ul {
  margin-bottom: 0;
}
.events-list--events-calendar ul li {
  margin-bottom: 20px !important;
  font-size: 14px;
}
.events-list--events-calendar ul li:last-of-type {
  margin-bottom: 0 !important;
}
.events-list--events-calendar ul li > svg {
  background-color: #f0f0f0;
}
.events-list--home ul {
  margin-top: 30px !important;
}
@media (max-width: 991px) {
  .events-list--home ul {
    margin-top: 20px !important;
  }
}
.events-list--home ul li > svg {
  background-color: #fff;
}
.events-list ul {
  padding: 0;
  list-style: none;
}
.events-list ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .events-list ul li {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events-list ul li > svg {
    left: -7px;
  }
}
.events-list ul li > svg {
  position: absolute;
  left: -8px;
  height: 20px;
  width: 14px;
  padding-top: 1px;
}
.events-list-date {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  width: 40px;
  margin-right: 20px;
  padding-top: 2px;
  border: 1px solid #e5e5e5;
  line-height: 10px;
  text-align: center;
}
.events-list-date-day {
  display: block;
  color: #006daa;
  font-family: "Gotham-Bold";
  font-size: 14px;
  line-height: 13px;
}
.cromis-body .events-list-date-day {
  color: #007B6D;
}
.events-list-date-month {
  margin-top: 3px;
  color: #666;
  font-family: "Gotham-Book";
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
}

.ffessm_form input[type=file] {
  font-size: 10px;
  font-weight: 400;
  margin-top: 6px;
  padding: 7.5px;
}
.ffessm_form input[type=submit] {
  cursor: pointer;
}
.ffessm_form.form-inline .form-group, .ffessm_form.form-inline .form-group-labelUp,
.ffessm_form .form-inline .form-group,
.ffessm_form .form-inline .form-group-labelUp {
  align-items: flex-start;
  margin-left: 15px;
}
.ffessm_form.form-inline label,
.ffessm_form .form-inline label {
  margin-right: 30px;
  padding-top: 10px;
}
.ffessm_form.form-search .form-group, .ffessm_form.form-search .form-group-labelUp,
.ffessm_form .form-search .form-group,
.ffessm_form .form-search .form-group-labelUp {
  margin-left: 0px;
}
.ffessm_form.form-search .form-group + .form-group, .ffessm_form.form-search .form-group-labelUp + .form-group, .ffessm_form.form-search .form-group + .form-group-labelUp, .ffessm_form.form-search .form-group-labelUp + .form-group-labelUp,
.ffessm_form .form-search .form-group + .form-group,
.ffessm_form .form-search .form-group-labelUp + .form-group,
.ffessm_form .form-search .form-group + .form-group-labelUp,
.ffessm_form .form-search .form-group-labelUp + .form-group-labelUp {
  margin-left: 60px;
}
@media (max-width: 801px) {
  .ffessm_form.form-search .form-group + .form-group, .ffessm_form.form-search .form-group-labelUp + .form-group, .ffessm_form.form-search .form-group + .form-group-labelUp, .ffessm_form.form-search .form-group-labelUp + .form-group-labelUp,
  .ffessm_form .form-search .form-group + .form-group,
  .ffessm_form .form-search .form-group-labelUp + .form-group,
  .ffessm_form .form-search .form-group + .form-group-labelUp,
  .ffessm_form .form-search .form-group-labelUp + .form-group-labelUp {
    margin-left: 0px;
  }
}
.ffessm_form.form-search label,
.ffessm_form .form-search label {
  font-family: "bebas_neuebold";
  font-size: 15px !important;
  letter-spacing: 1px;
}
.ffessm_form .form-group.has-error .form-control, .ffessm_form .has-error.form-group-labelUp .form-control {
  border: 2px solid #d8232a;
}
.ffessm_form .form-group-helper {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}
.ffessm_form .form-group .control-label, .ffessm_form .form-group-labelUp .control-label {
  font-size: 14px;
}
.ffessm_form select.form-control {
  padding-right: 35px;
  cursor: pointer;
}
.ffessm_form .form-control {
  border: 2px solid #f0f0f0;
  border-radius: 0;
  font-weight: 600;
}
.ffessm_form .form-control:focus {
  border-color: #006daa;
  box-shadow: none;
}
.cromis-body .ffessm_form .form-control:focus {
  border-color: #007B6D;
}
.ffessm_form .checkbox {
  display: flex;
  margin-bottom: 0;
}
.ffessm_form .checkbox input {
  opacity: 0;
}
.ffessm_form .checkbox input:checked ~ .checkbox-checkmark {
  border: 2px solid #006daa;
}
.cromis-body .ffessm_form .checkbox input:checked ~ .checkbox-checkmark {
  border: 2px solid #007B6D;
}
.ffessm_form .checkbox input:checked ~ .checkbox-checkmark .checkbox-checkmark-inner {
  display: block;
}
.ffessm_form .checkbox label {
  margin-bottom: 0;
  padding-left: 25px;
  cursor: pointer;
}
.ffessm_form .checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.ffessm_form .checkbox-checkmark-inner {
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #006daa;
}
.cromis-body .ffessm_form .checkbox-checkmark-inner {
  background-color: #007B6D;
}
.ffessm_form .checkbox + .help-block ul {
  padding-left: 37px;
}

.fos-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}

.fc-month-view {
  background-color: #fff;
}

.fc-unthemed td.fc-today {
  background: rgba(0, 109, 170, 0.2);
}
.cromis-body .fc-unthemed td.fc-today {
  background: rgba(0, 123, 109, 0.2);
}

.fc-event {
  padding: 2px 5px 0;
  transition: opacity 0.2s ease 0s;
  cursor: pointer;
}
.fc-event:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease 0s;
}

.fc-header-toolbar {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .fc-header-toolbar {
    flex-direction: column-reverse;
  }
}
.fc-header-toolbar .fc-left {
  float: none;
  flex-grow: 1;
}
.fc-header-toolbar .fc-left h2 {
  display: block;
  float: none;
  margin: 0 auto;
  transform: translateX(-106px);
}
@media (max-width: 991px) {
  .fc-header-toolbar .fc-left h2 {
    font-size: 20px;
    text-align: right;
    transform: none;
  }
}
@media (max-width: 575px) {
  .fc-header-toolbar .fc-left h2 {
    margin-top: 15px;
  }
}
.fc-header-toolbar .fc-right {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .fc-header-toolbar .fc-right {
    justify-content: space-between;
    width: 100%;
  }
}
.fc-header-toolbar .fc-right .fc-button-group {
  margin-right: 1em;
  margin-left: 0;
}
.fc-header-toolbar .fc-right .fc-button {
  height: 40px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  background-image: none;
  font-family: "Gotham-Bold";
  font-size: 14px;
  text-shadow: none;
  transition: opacity 0.2s ease 0s;
}
@media (max-width: 991px) {
  .fc-header-toolbar .fc-right .fc-button {
    height: 32px;
  }
}
.fc-header-toolbar .fc-right .fc-button.fc-state-disabled {
  cursor: not-allowed;
}
.fc-header-toolbar .fc-right .fc-button:not(.fc-state-disabled):hover {
  opacity: 0.7;
  transition: opacity 0.2s ease 0s;
}
.fc-header-toolbar .fc-right .fc-today-button {
  padding: 0 15px;
  background-color: #006daa;
}
.cromis-body .fc-header-toolbar .fc-right .fc-today-button {
  background-color: #007B6D;
}
@media (max-width: 991px) {
  .fc-header-toolbar .fc-right .fc-today-button {
    padding: 0 10px;
  }
}
.fc-header-toolbar .fc-right .fc-next-button,
.fc-header-toolbar .fc-right .fc-prev-button {
  background-color: #006daa;
}
.cromis-body .fc-header-toolbar .fc-right .fc-next-button,
.cromis-body .fc-header-toolbar .fc-right .fc-prev-button {
  background-color: #007B6D;
}
@media (max-width: 991px) {
  .fc-header-toolbar .fc-right .fc-next-button .fc-icon,
  .fc-header-toolbar .fc-right .fc-prev-button .fc-icon {
    top: 0;
  }
}
.fc-header-toolbar .fc-right .fc-prev-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-header-toolbar .fc-right .fc-next-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-4th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-3rd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.col-md-5th {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-4th {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-3rd {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.image-fitter {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}
.image-fitter:after {
  content: "";
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.image-fitter img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-fitter--90::after {
  padding-bottom: 90%;
}
.image-fitter--80::after {
  padding-bottom: 80%;
}
.image-fitter--70::after {
  padding-bottom: 70%;
}
.image-fitter--65::after {
  padding-bottom: 65%;
}
.image-fitter--60::after {
  padding-bottom: 60%;
}
@media (max-width: 767px) {
  .image-fitter--md-30::after {
    padding-bottom: 30%;
  }
}
@media (max-width: 575px) {
  .image-fitter--sm-60::after {
    padding-bottom: 60%;
  }
}

.help-block ul {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #d8232a;
}

.form-group, .form-group-labelUp {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group .form-control-label, .form-group-labelUp .form-control-label {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  font-family: "Gotham-Bold";
  font-size: 14px;
  opacity: 1;
  transition: all 200ms;
}
.form-group .col-form-label, .form-group-labelUp .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-family: "Gotham-Bold";
  font-size: 14px;
}
.form-group .required::after, .form-group-labelUp .required::after {
  content: "*";
}

.form-group-labelOut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.form-group-labelOut input,
.form-group-labelOut label {
  display: inline-block;
  margin: 0 15px 0 0;
  font-family: "Gotham-Bold";
  font-size: 14px;
}
.form-group-labelOut input {
  position: static;
  width: 80%;
}

input[type=date] {
  padding-right: 30px;
  font-size: 12px;
  background: url("/img/cal.svg") #fff no-repeat center right 10px;
}

.form-group-labelUp {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group-labelUp .form-control-label,
.form-group-labelUp .form-control:invalid ~ .form-control-label {
  font-size: 75%;
  opacity: 1;
  transform: translate3d(0, -110%, 0);
}

.form-control:focus ~ .form-control-label,
.form-control:valid ~ .form-control-label {
  font-size: 75%;
  opacity: 1;
  transform: translate3d(0, -100%, 0);
}

select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  background: #fff url("/img/arrow down.svg") no-repeat right 0.75rem center;
  background-size: auto auto;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-password span.form-password-span {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.form-password span.form-password-span.form-password-visible::before {
  content: url("/img/Eye Close.svg");
}
.form-password span.form-password-span::before {
  content: url("/img/Eye.svg");
}

.form-checkboxes .form-check,
.form-radio .form-check {
  min-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  text-align: center;
}
.form-checkboxes .form-check input[type=checkbox],
.form-checkboxes .form-check input[type=radio],
.form-radio .form-check input[type=checkbox],
.form-radio .form-check input[type=radio] {
  z-index: 100;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-checkboxes .Checked + label,
.form-checkboxes .form-check input[type=checkbox]:checked + label,
.form-checkboxes .form-check input[type=radio]:checked + label,
.form-radio .Checked + label,
.form-radio .form-check input[type=checkbox]:checked + label,
.form-radio .form-check input[type=radio]:checked + label {
  color: #fff;
  border-color: #006daa;
  background-color: #006daa;
}
.cromis-body .form-checkboxes .Checked + label,
.cromis-body .form-checkboxes .form-check input[type=checkbox]:checked + label,
.cromis-body .form-checkboxes .form-check input[type=radio]:checked + label,
.cromis-body .form-radio .Checked + label,
.cromis-body .form-radio .form-check input[type=checkbox]:checked + label,
.cromis-body .form-radio .form-check input[type=radio]:checked + label {
  background-color: #007B6D;
  border-color: #007B6D;
}
.form-checkboxes .form-check label,
.form-radio .form-check label {
  z-index: 90;
  width: 100%;
  padding: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.form-checkboxes .form-check label:hover,
.form-radio .form-check label:hover {
  color: #006daa;
  border-color: #006daa;
}
.cromis-body .form-checkboxes .form-check label:hover,
.cromis-body .form-radio .form-check label:hover {
  color: #007B6D;
  border-color: #007B6D;
}
.form-checkboxes > div,
.form-radio > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.custom-input-file .form-control-file {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}
.custom-input-file .form-control-file + label {
  display: inline-block;
  overflow: hidden;
  max-width: 80%;
  margin-right: 15px;
  padding: 0 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f1e5e6;
  background-color: #333;
  cursor: pointer;
}
.custom-input-file .form-control-file + label span {
  display: inline-block;
  overflow: hidden;
  width: 290px;
  height: 40px;
  margin-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  border: #333;
  background-color: #fff;
  vertical-align: top;
}
.custom-input-file .form-control-file:focus + label,
.custom-input-file .form-control-file .form-control-file.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

p.group-label {
  font-family: "Gotham-Bold";
  font-size: 14px;
  font-weight: 500;
}

.classic-checkbox [type=checkbox]:checked,
.classic-checkbox [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.classic-checkbox [type=checkbox]:checked + label,
.classic-checkbox [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.classic-checkbox [type=checkbox]:checked + label:before,
.classic-checkbox [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: #fff;
}
.classic-checkbox [type=checkbox]:checked + label:after,
.classic-checkbox [type=checkbox]:not(:checked) + label:after {
  content: "\f00c";
  position: absolute;
  top: 3px;
  left: 2px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 0.8;
  color: #006daa;
  transition: all 0.2s;
}
.cromis-body .classic-checkbox [type=checkbox]:checked + label:after,
.cromis-body .classic-checkbox [type=checkbox]:not(:checked) + label:after {
  color: #007B6D;
}
.classic-checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.classic-checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.classic-checkbox [type=checkbox]:disabled:checked + label:before,
.classic-checkbox [type=checkbox]:disabled:not(:checked) + label:before {
  border-color: #bbb;
  background-color: #ddd;
  box-shadow: none;
}
.classic-checkbox [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.classic-checkbox [type=checkbox]:disabled + label {
  color: #aaa;
}

@media screen and (max-width: 762px) {
  .form-radio > div {
    display: block;
    text-align: center;
  }
  .form-radio .form-check {
    display: inline-block;
    margin-right: 15px;
  }
}
div.leaflet-popup-content {
  margin: 0;
  padding: 15px;
  font-family: "Gotham-Book";
}
div.leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 3px;
}
div.leaflet-popup-content-clublist, div.leaflet-popup-content-sitelist {
  min-width: 150px;
  color: #333;
  text-align: center;
}
div.leaflet-popup-content-clublist .title, div.leaflet-popup-content-sitelist .title {
  margin-bottom: 10px;
  font-family: "Gotham-Bold";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
div.leaflet-popup-content-clublist .subtitle, div.leaflet-popup-content-sitelist .subtitle {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}
div.leaflet-popup-content-clublist .button, div.leaflet-popup-content-sitelist .button {
  display: block;
  height: 30px;
  width: 100%;
  margin: 10px 0 0;
  padding: 8px;
  border-radius: 3px;
  background-color: #0050b3;
  color: #fff;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: opacity 0.2s ease 0;
}
.cromis-body div.leaflet-popup-content-clublist .button, .cromis-body div.leaflet-popup-content-sitelist .button {
  background-color: #0DAE9C;
}
div.leaflet-popup-content-clublist .button:active, div.leaflet-popup-content-clublist .button:focus, div.leaflet-popup-content-clublist .button:hover, div.leaflet-popup-content-sitelist .button:active, div.leaflet-popup-content-sitelist .button:focus, div.leaflet-popup-content-sitelist .button:hover {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.2s ease 0;
}
div.leaflet-popup-content-clublist .image {
  max-height: 60px;
  max-width: 100px;
  margin: 0 auto 10px;
}
div.leaflet-popup-content-clublist .image img {
  max-height: 60px;
  max-width: 100px;
}
div.leaflet-popup-content-clublist .subtitle {
  margin: 0 auto;
  font-size: 11px;
}
div.leaflet-popup-content-clublist .subtitle .small {
  font-size: 10px;
}
div.leaflet-popup-content-clublist .subtitle.subtitle {
  margin-top: 7.5px;
}
div.leaflet-popup-content-sitelist .image {
  height: 60px;
  width: 60px;
  margin: -45px auto 10px;
  border-radius: 50%;
}
div.leaflet-popup-content-sitelist .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
div.leaflet-popup-content-sitelist .title {
  margin-bottom: 5px;
}

a.leaflet-popup-close-button {
  height: 15px;
  width: 15px;
  padding: 0;
  font-family: "Gotham-Bold";
  font-size: 20px;
  line-height: 15px;
}

.leaflet-section-input {
  z-index: 499;
  position: absolute;
  width: 400px;
  right: 30px;
  padding: 0 10px;
  margin-top: 10px;
  /* search form styling */
}
@media (max-width: 991px) {
  .leaflet-section-input {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .leaflet-section-input {
    width: 100%;
    right: inherit;
  }
}
.leaflet-section-input form {
  height: auto;
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
}
.leaflet-section-input form input {
  height: 30px;
  width: 100%;
  min-width: 200px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  text-indent: 8px;
  outline: none;
}
.leaflet-section-input a.reset {
  position: absolute;
  top: 2px;
  right: 12px;
  padding: 4px 8px 0;
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
}
.leaflet-section-input a.reset:hover {
  background-color: #0050b3;
  color: #fff;
}
.cromis-body .leaflet-section-input a.reset:hover {
  background-color: #0DAE9C;
}
.leaflet-section-input .results {
  background: #fff;
}
.leaflet-section-input .results > * {
  overflow: hidden;
  padding: 0 8px;
  color: #000;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leaflet-section-input .results > *.active, .leaflet-section-input .results > *:hover {
  background-color: #0050b3;
  color: #fff;
  cursor: pointer;
}
.cromis-body .leaflet-section-input .results > *.active, .cromis-body .leaflet-section-input .results > *:hover {
  background-color: #0DAE9C;
}
.leaflet-section-input .results.active {
  border-top: 1px solid #c6c6c6;
  /* add missing border to form */
}
.leaflet-section-input .results.active:after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: -2px;
  left: -2px;
  display: block;
  width: 0;
}

.club-cluster {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #005c8f;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.more-link {
  font-family: "bebas_neuebold";
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.more-link-link,
.more-link a {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0;
  color: #006daa !important;
  background-color: transparent;
  letter-spacing: 2.89px;
  border: none;
  outline: 0;
}
.cromis-body .more-link-link,
.cromis-body .more-link a {
  color: #007B6D !important;
}
.more-link-link, .more-link-link:active, .more-link-link:focus, .more-link-link:hover,
.more-link a,
.more-link a:active,
.more-link a:focus,
.more-link a:hover {
  color: #006daa;
}
.cromis-body .more-link-link, .cromis-body .more-link-link:active, .cromis-body .more-link-link:focus, .cromis-body .more-link-link:hover,
.cromis-body .more-link a,
.cromis-body .more-link a:active,
.cromis-body .more-link a:focus,
.cromis-body .more-link a:hover {
  color: #007B6D;
}
.more-link-link:hover,
.more-link a:hover {
  margin-bottom: 0;
  border-bottom: 2px solid #d8222a;
}
.more-link span {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 20px;
  margin-bottom: 5px;
  background-image: url("/img/ui/more-link.svg");
  vertical-align: middle;
}

@keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader-positioner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-background {
  position: relative;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.loader-background--leaflet {
  z-index: 1001;
  background-color: rgba(255, 255, 255, 0.5);
}
.loader-background--hidden {
  visibility: visible;
  opacity: 0;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}

.leaflet-small-loader-positioner {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1001;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.leaflet-small-loader-positioner--hidden {
  visibility: visible;
  opacity: 0;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
}

.loader {
  position: relative;
  display: block;
  height: auto !important;
  width: auto !important;
  min-width: 200px;
  padding-top: 200px;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 991px) {
  .loader {
    min-width: calc(200px / 2);
    padding-top: calc(200px / 2);
  }
}
.loader--small {
  min-width: 25px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .loader--small {
    min-width: 25px !important;
    padding-top: 25px !important;
  }
}
.loader--small:after, .loader--small:before {
  height: 25px !important;
  width: 25px !important;
  margin: 0 0 0 calc(-25px / 2) !important;
  border-width: calc(25px / 10) !important;
}
@media (max-width: 991px) {
  .loader--small:after, .loader--small:before {
    height: 25px !important;
    width: 25px !important;
    margin: 0 0 0 calc(-25px / 2) !important;
    border-width: calc(25px / 10) !important;
  }
}
.loader--small:before {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.loader:after, .loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: 0 0 0 calc(-200px / 2);
  border-style: solid;
  border-width: calc(200px / 20);
  border-radius: 500rem;
}
@media (max-width: 991px) {
  .loader:after, .loader:before {
    width: calc(200px / 1.5);
    height: calc(200px / 1.5);
    margin: 0 0 0 calc(-200px / 3);
    border-width: calc(200px / 30);
  }
}
.loader:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.loader:after {
  border-color: #006daa transparent transparent;
  box-shadow: 0 0 0 1px transparent;
  animation: loader 0.6s linear;
  animation-iteration-count: infinite;
}
.cromis-body .loader:after {
  border-color: #007B6D transparent transparent;
}

.loginbar {
  cursor: pointer;
}
.loginbar-close {
  position: absolute;
  z-index: -1;
  top: -5px;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.loginbar-toggle {
  cursor: pointer;
}
.loginbar-inputs {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -25px;
  width: 0;
  margin-right: 25px;
  padding-left: 10px;
  opacity: 0;
  background-color: #fff;
  transition: width 0.3s, opacity 0.3s;
}
.loginbar-inputs input {
  width: 100%;
  margin-top: 5px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  outline: none;
}
.loginbar--opened .loginbar-inputs {
  width: 545px;
  margin-right: 65px;
  opacity: 1;
}
@media (max-width: 575px) {
  .loginbar--opened .loginbar-inputs {
    width: 300px;
  }
}
.loginbar--opened .loginbar-close {
  z-index: 0;
  opacity: 1;
}

.megamenu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  animation-duration: 0.5s;
}
@media (max-width: 991px) {
  .megamenu {
    width: 100%;
  }
}
.megamenu--visible {
  display: block;
}
.megamenu-content {
  display: none;
  height: 100%;
  padding: 120px 0 0;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
@media (max-width: 767px) {
  .megamenu-content {
    padding: 60px 15px 0;
  }
}
.megamenu-content--visible {
  opacity: 1;
}
.megamenu-content-main {
  overflow-x: auto;
  height: calc(100% - 30px);
  margin: 15px;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .megamenu-content-main {
    padding: 15px 22.5px;
  }
}
.megamenu-content-main-element {
  margin-bottom: 30px;
  font-size: 0.9em;
}
.megamenu-content-main-element--last {
  margin-bottom: 30px;
}
.megamenu-content-main-element-title {
  font-family: "Gotham-Bold";
  font-size: 16px;
}
.megamenu-content-main-element-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 8px;
  border: 1px solid #006daa;
}
.cromis-body .megamenu-content-main-element-title::after {
  border: 1px solid #007B6D;
}
.megamenu-content-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu-content-main ul li ul li {
  margin: 10px 0;
  padding-right: 15px;
}
.megamenu-content-main ul li ul li.has-submenus > div > a {
  position: relative;
  padding-right: 20px;
}
.megamenu-content-main ul li ul li.has-submenus > div > a::after {
  content: url("../img/ui/sm-menu-carret.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: -15px;
  transform: scale(1.75);
  top: -5px;
}
.megamenu-content-main ul li ul li a {
  color: #333;
}
.megamenu-content-main ul li ul li ul {
  display: none;
  margin-bottom: 12.5px;
  padding-left: 15px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 15px;
}
.megamenu-content-main ul li ul li ul li a {
  color: #666;
}
.megamenu-content-main ul.submenu-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}
.megamenu-content-main ul.submenu-last li {
  width: 33%;
  margin: 5px 0 0 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.megamenu-content-main ul.submenu-last li span::after {
  margin-bottom: 10px;
}
.megamenu-content-aside {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 50px;
  padding-left: 0;
  background-image: url("/img/menu-aside-bkg.png");
  background-position: center top;
  background-size: cover;
}
.megamenu-content-aside ul {
  list-style: none;
  margin-bottom: 80px;
  padding: 0;
}
.megamenu-content-aside ul li {
  padding: 0;
}
.megamenu-content-aside ul li span {
  display: block;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 16px;
}
.megamenu-content-aside ul li span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 12px;
  border: 1px solid #006daa;
}
.cromis-body .megamenu-content-aside ul li span::after {
  border: 1px solid #007B6D;
}
.megamenu-content-aside ul li ul li {
  margin: 15px 0;
  padding-right: 15px;
}
.megamenu-content-aside ul li ul li a {
  color: #fff;
}

.megamenu-content-main-sm-lvl1 {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .megamenu-content-main-sm-lvl1 {
    padding: 5px 0;
  }
}
.megamenu-content-main-sm-lvl1 button {
  position: relative;
  padding-left: 30px;
  border: 0;
  background-color: transparent;
  font-family: "Gotham-Bold";
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.megamenu-content-main-sm-lvl1 button::before {
  content: url("/img/ui/sm-menu-carret.svg");
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  transform: rotate(-90deg);
  transition-duration: 0.3s;
}
.megamenu-content-main-sm-lvl1 button[aria-expanded=true]::before {
  transform: rotate(0deg);
}
.megamenu-content-main-sm-lvl2 {
  padding: 2px 0 2px 30px;
}
@media (max-width: 767px) {
  .megamenu-content-main-sm-lvl2 {
    padding: 5px 0 5px 30px;
  }
}
.megamenu-content-main-sm-lvl2 button {
  position: relative;
  padding-left: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.megamenu-content-main-sm-lvl2 button::after {
  content: url("/img/ui/sm-menu-carret.svg");
  position: absolute;
  right: -10px;
  top: 1px;
  display: inline-block;
  transform: rotate(-90deg);
  transition-duration: 0.3s;
}
.megamenu-content-main-sm-lvl2 button[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.megamenu-content-main-sm-lvl3parent {
  margin-top: 5px;
}
.megamenu-content-main-sm-lvl3 {
  padding: 2px 0 2px 30px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .megamenu-content-main-sm-lvl3 {
    padding: 5px 0 5px 30px;
  }
}
.megamenu-content-main-sm-lvl3 a {
  font-size: 13px;
  color: #666 !important;
}
.megamenu-content-main-sm nav {
  margin-top: 20px;
  font-size: 13px;
}
.megamenu-content-main-sm nav ul li {
  margin: 0 20px 10px 0;
}
.megamenu-content-main-sm nav ul li a {
  color: #888;
}

.oneclickmenu {
  position: absolute;
  top: 0;
  right: -200px;
  width: 300px;
  height: 600px;
  background-color: #006daa;
  transition: all ease-out 0.3s;
}
.cromis-body .oneclickmenu {
  background-color: #007B6D;
}
@media (max-width: 1199px) {
  .oneclickmenu {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .oneclickmenu {
    display: none;
  }
}
.oneclickmenu:hover {
  right: 0;
  z-index: 2;
}
.oneclickmenu:hover ul {
  padding-left: 15px;
}
.oneclickmenu:hover ul li a {
  display: block;
  right: 30px;
  width: 100%;
  padding-left: 95px;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #fff;
}
.oneclickmenu:hover span {
  margin-left: 190px;
}
.oneclickmenu-title {
  display: inline-block;
  font-family: "bebas_neuebold";
  font-size: 24px;
  line-height: 12;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  transition: all ease-out 0.3s;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .oneclickmenu-title {
    line-height: 8;
  }
}
@media (max-width: 767px) {
  .oneclickmenu-title {
    width: 200px;
  }
}
.oneclickmenu ul {
  margin-top: -45px;
  padding-left: 35px;
  transition: all ease-out 0.3s;
  list-style: none;
}
@media (max-width: 1199px) {
  .oneclickmenu ul {
    margin-top: 0;
  }
}
.oneclickmenu ul li {
  display: flex;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .oneclickmenu ul li {
    margin: 10px 0;
  }
}
.oneclickmenu ul li a {
  position: absolute;
  right: -200px;
  color: #006daa;
  transition: all ease-out 0.3s 0.3s;
}
.cromis-body .oneclickmenu ul li a {
  color: #007B6D;
}
.oneclickmenu ul li:first-child {
  margin-top: 0;
}
.oneclickmenu-icon {
  width: 30px;
  height: 24px;
  margin-right: 30px;
  text-align: center;
}
.oneclickmenu-icon img {
  max-width: 30px;
  max-height: 24px;
}

.oneclickmenu-responsive {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  height: 250px;
  background-color: #006daa;
  transition: all 0.3s;
}
.cromis-body .oneclickmenu-responsive {
  background-color: #007B6D;
}
@media (max-width: 767px) {
  .oneclickmenu-responsive {
    display: block;
  }
}
.oneclickmenu-responsive ul {
  display: none;
}
.oneclickmenu-responsive .oneclickmenu-title {
  width: 100px;
  margin: 200px 0 0 35px;
  font-size: 18px;
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.oneclickmenu-responsive-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.oneclickmenu-responsive--opened {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}
.oneclickmenu-responsive--opened .oneclickmenu-responsive-close {
  display: block;
}
.oneclickmenu-responsive--opened ul {
  display: block;
  position: absolute;
  top: 125px;
  width: 100%;
  margin-top: -45px;
  padding-left: 35px;
  transition: all ease-out 0.3s;
  list-style: none;
}
.oneclickmenu-responsive--opened ul li {
  display: flex;
  position: relative;
  margin: 20px 0;
}
.oneclickmenu-responsive--opened ul li a {
  display: block;
  position: absolute;
  right: 30px;
  left: 55px;
  width: 100%;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #fff;
}
.oneclickmenu-responsive--opened ul li:first-child {
  margin-top: 0;
}
.oneclickmenu-responsive--opened-icon {
  width: 30px;
  margin-right: 30px;
  text-align: center;
}
.oneclickmenu-responsive--opened-icon img {
  max-width: 30px;
  max-height: 30px;
}
.oneclickmenu-responsive--opened .oneclickmenu-title {
  position: absolute;
  right: -90px;
}

.pagination {
  align-items: center;
  margin: 20px 0;
  text-align: center;
}
.pagination .current,
.pagination .page {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #e5e5e5;
  line-height: 40px;
}
.pagination .current:hover,
.pagination .page:hover {
  border-color: #006daa;
}
.cromis-body .pagination .current:hover,
.cromis-body .pagination .page:hover {
  border-color: #007B6D;
}
.pagination .current:hover a,
.pagination .page:hover a {
  color: #006daa;
  text-decoration: none;
}
.cromis-body .pagination .current:hover a,
.cromis-body .pagination .page:hover a {
  color: #007B6D;
}
.pagination .current a,
.pagination .page a {
  padding: 10px;
}
.pagination .current {
  border-color: #006daa;
  color: #006daa;
}
.cromis-body .pagination .current {
  border-color: #007B6D;
  color: #007B6D;
}
.pagination .first,
.pagination .last,
.pagination .next,
.pagination .previous {
  margin: 0 5px;
}

@media (max-width: 1199px) {
  .navigation--ffessm {
    display: flex;
    justify-content: center;
  }
}
.navigation--ffessm .pagination {
  margin: 60px 0 15px;
}
@media (max-width: 575px) {
  .navigation--ffessm .pagination {
    margin: 30px 0 15px;
  }
}
.navigation--ffessm .pagination-item {
  width: 50px;
  height: 50px;
  margin: 0 30px 0 0;
  border: 2px solid #006daa;
  font-weight: bold;
  line-height: 50px;
}
.cromis-body .navigation--ffessm .pagination-item {
  border: 2px solid #007B6D;
}
@media (max-width: 991px) {
  .navigation--ffessm .pagination-item {
    width: 45px;
    height: 45px;
    margin: 0 25px 0 0;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .navigation--ffessm .pagination-item {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    line-height: 30px;
  }
}
.navigation--ffessm .pagination-item:last-of-type {
  margin: 0;
}
.navigation--ffessm .pagination .page a {
  display: block;
  height: 100%;
  padding: 0;
  color: #006daa;
}
.cromis-body .navigation--ffessm .pagination .page a {
  color: #007B6D;
}
.navigation--ffessm .pagination .page a:hover {
  color: #fff;
  background-color: #006daa;
}
.cromis-body .navigation--ffessm .pagination .page a:hover {
  background-color: #007B6D;
}
.navigation--ffessm .pagination .current {
  color: #fff;
  background-color: #006daa;
}
.cromis-body .navigation--ffessm .pagination .current {
  background-color: #007B6D;
}
.navigation--ffessm .pagination .next,
.navigation--ffessm .pagination .previous {
  width: inherit;
  min-width: 50px;
  font-family: "bebas_neuebold";
}
@media (max-width: 991px) {
  .navigation--ffessm .pagination .next,
  .navigation--ffessm .pagination .previous {
    min-width: 45px;
  }
}
@media (max-width: 767px) {
  .navigation--ffessm .pagination .next,
  .navigation--ffessm .pagination .previous {
    font-family: inherit;
  }
}
@media (max-width: 575px) {
  .navigation--ffessm .pagination .next,
  .navigation--ffessm .pagination .previous {
    min-width: 30px;
  }
}
.navigation--ffessm .pagination .next a,
.navigation--ffessm .pagination .previous a {
  display: block;
  height: 100%;
  padding: 0 30px;
  color: #006daa;
  font-size: 18px;
  letter-spacing: 4px;
}
.cromis-body .navigation--ffessm .pagination .next a,
.cromis-body .navigation--ffessm .pagination .previous a {
  color: #007B6D;
}
@media (max-width: 767px) {
  .navigation--ffessm .pagination .next a,
  .navigation--ffessm .pagination .previous a {
    padding: 0;
    font-size: inherit;
  }
}
.navigation--ffessm .pagination .next a:hover,
.navigation--ffessm .pagination .previous a:hover {
  color: #fff;
  background-color: #006daa;
}
.cromis-body .navigation--ffessm .pagination .next a:hover,
.cromis-body .navigation--ffessm .pagination .previous a:hover {
  background-color: #007B6D;
}
.navigation--ffessm .pagination .next-label,
.navigation--ffessm .pagination .previous-label {
  height: 100%;
}
@media (max-width: 767px) {
  .navigation--ffessm .pagination .next-label,
  .navigation--ffessm .pagination .previous-label {
    display: none;
  }
}
.navigation--ffessm .pagination .next-label--mobile,
.navigation--ffessm .pagination .previous-label--mobile {
  display: none;
}
@media (max-width: 767px) {
  .navigation--ffessm .pagination .next-label--mobile,
  .navigation--ffessm .pagination .previous-label--mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .navigation--ffessm .pagination .previous a {
    padding-left: 3.75px;
  }
}
@media (max-width: 575px) {
  .navigation--ffessm .pagination .next a {
    padding-left: 5px;
  }
}

.navigation--divelog {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .navigation--divelog {
    display: flex;
    justify-content: center;
  }
}
.navigation--divelog .pagination {
  margin: 60px auto 15px;
}
@media (max-width: 575px) {
  .navigation--divelog .pagination {
    margin: 30px auto 15px;
  }
}
.navigation--divelog .pagination-item {
  width: 50px;
  height: 50px;
  margin: 0 30px 0 0;
  border: 2px solid #fff;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 991px) {
  .navigation--divelog .pagination-item {
    width: 45px;
    height: 45px;
    margin: 0 25px 0 0;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .navigation--divelog .pagination-item {
    width: 30px;
    height: 30px;
    margin: 0 15px 0 0;
    line-height: 30px;
  }
}
.navigation--divelog .pagination-item:last-of-type {
  margin: 0;
}
.navigation--divelog .pagination .page a {
  display: block;
  height: 100%;
  padding: 0;
  color: #fff;
}
.navigation--divelog .pagination .page a:hover {
  color: #0050b3;
  background-color: #fff;
}
.cromis-body .navigation--divelog .pagination .page a:hover {
  color: #0DAE9C;
}
.navigation--divelog .pagination .page:hover {
  border-color: #fff !important;
}
.navigation--divelog .pagination .current {
  color: #0050b3;
  background-color: #fff;
}
.cromis-body .navigation--divelog .pagination .current {
  color: #0DAE9C;
}
.navigation--divelog .pagination .current:hover {
  border-color: #fff;
}
.navigation--divelog .pagination .next,
.navigation--divelog .pagination .previous {
  width: inherit;
  min-width: 50px;
  font-family: "bebas_neuebold";
}
@media (max-width: 991px) {
  .navigation--divelog .pagination .next,
  .navigation--divelog .pagination .previous {
    min-width: 45px;
  }
}
@media (max-width: 767px) {
  .navigation--divelog .pagination .next,
  .navigation--divelog .pagination .previous {
    font-family: inherit;
  }
}
@media (max-width: 575px) {
  .navigation--divelog .pagination .next,
  .navigation--divelog .pagination .previous {
    min-width: 30px;
  }
}
.navigation--divelog .pagination .next a,
.navigation--divelog .pagination .previous a {
  display: block;
  height: 100%;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .navigation--divelog .pagination .next a,
  .navigation--divelog .pagination .previous a {
    padding: 0;
    font-size: inherit;
  }
}
.navigation--divelog .pagination .next a:hover,
.navigation--divelog .pagination .previous a:hover {
  color: #0050b3;
  background-color: #fff;
}
.cromis-body .navigation--divelog .pagination .next a:hover,
.cromis-body .navigation--divelog .pagination .previous a:hover {
  color: #0DAE9C;
}
.navigation--divelog .pagination .next-label,
.navigation--divelog .pagination .previous-label {
  height: 100%;
}
@media (max-width: 767px) {
  .navigation--divelog .pagination .next-label,
  .navigation--divelog .pagination .previous-label {
    display: none;
  }
}
.navigation--divelog .pagination .next-label--mobile,
.navigation--divelog .pagination .previous-label--mobile {
  display: none;
}
@media (max-width: 767px) {
  .navigation--divelog .pagination .next-label--mobile,
  .navigation--divelog .pagination .previous-label--mobile {
    display: block;
  }
}
@media (max-width: 575px) {
  .navigation--divelog .pagination .previous a {
    padding-left: 3.75px;
  }
}
@media (max-width: 575px) {
  .navigation--divelog .pagination .next a {
    padding-left: 5px;
  }
}

.partnerssection {
  margin-bottom: 50px;
}
.partnerssection .nav {
  justify-content: center;
  margin-bottom: 45px;
  color: #666;
  font-family: "Gotham-Book";
  font-size: 12px;
}
.partnerssection .nav-link {
  margin: 0;
  padding: 0 10px;
}
.partnerssection .nav-link.active, .partnerssection .nav-link:active, .partnerssection .nav-link:focus, .partnerssection .nav-link:hover, .partnerssection .nav-link[aria-selected=true] {
  color: #006daa;
}
.cromis-body .partnerssection .nav-link.active, .cromis-body .partnerssection .nav-link:active, .cromis-body .partnerssection .nav-link:focus, .cromis-body .partnerssection .nav-link:hover, .cromis-body .partnerssection .nav-link[aria-selected=true] {
  color: #007B6D;
}
.partnerssection .nav-link.active {
  font-weight: 600;
}
.partnerssection-partners {
  position: relative;
  display: flex;
  align-items: center;
  height: 180px;
}
@media (max-width: 767px) {
  .partnerssection-partners {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .partnerssection-partners {
    height: 100px;
  }
}
.partnerssection-partners-link {
  display: block;
}
.partnerssection-partners-element {
  max-height: 180px;
  width: 150px;
}
@media (max-width: 767px) {
  .partnerssection-partners-element {
    max-height: 150px;
    width: 100px;
  }
}
@media (max-width: 575px) {
  .partnerssection-partners-element {
    max-height: 100px;
    width: 65px;
  }
}
.partnerssection-partners img {
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .partnerssection-partners img {
    width: 65px !important;
  }
}
.partnerssection-partners img:hover {
  filter: grayscale(0);
}
.partnerssection-partners .owl-carousel {
  position: static;
}
.partnerssection-partners .owl-stage-outer {
  padding-right: 60px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .partnerssection-partners .owl-stage-outer {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .partnerssection-partners .owl-stage-outer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.partnerssection-partners .owl-stage {
  display: flex;
  align-items: center;
}
.partnerssection-partners .owl-prev, .partnerssection-partners .owl-next {
  position: absolute;
  top: 0;
  height: 180px;
  width: 60px;
  background: #fff !important;
  color: rgba(0, 109, 170, 0.5) !important;
  font-size: 70px !important;
  font-weight: 600 !important;
  transition: color 0.2s ease;
}
.cromis-body .partnerssection-partners .owl-prev, .cromis-body .partnerssection-partners .owl-next {
  color: rgba(0, 123, 109, 0.5) !important;
}
@media (max-width: 767px) {
  .partnerssection-partners .owl-prev, .partnerssection-partners .owl-next {
    height: 150px;
    width: 50px;
  }
}
@media (max-width: 575px) {
  .partnerssection-partners .owl-prev, .partnerssection-partners .owl-next {
    height: 100px;
    width: 30px;
    font-size: 40px !important;
  }
}
.partnerssection-partners .owl-prev:hover, .partnerssection-partners .owl-next:hover {
  color: #006daa !important;
  transition: color 0.2s ease;
}
.cromis-body .partnerssection-partners .owl-prev:hover, .cromis-body .partnerssection-partners .owl-next:hover {
  color: #007b6d !important;
}
.partnerssection-partners .owl-prev {
  left: 0;
  text-align: left;
}
.partnerssection-partners .owl-next {
  right: 0;
  text-align: right;
}
.partnerssection-partners .owl-dots {
  display: none;
}

@media (max-width: 767.98px) {
  .qc-cmp-persistent-link {
    display: none !important;
  }
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 3;
  height: 75px;
  width: 75px;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 991.98px) {
  .scroll-top {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .scroll-top {
    right: 12.5px;
    bottom: 12.5px;
  }
}
.scroll-top--visible {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: inherit;
  transition: opacity 0.3s ease;
}
.scroll-top--visible:active, .scroll-top--visible:focus, .scroll-top--visible:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.scroll-top img {
  height: 100%;
  width: 100%;
}

.searchbar {
  position: relative;
  width: 18px;
  height: 30px;
  font-family: "Gotham-Book";
  font-size: 16px;
}
.searchbar--dark .searchbar-input::before {
  color: #fff;
}
.searchbar--dark .searchbar-input input {
  background-color: transparent;
  color: #fff;
}
.searchbar--dark .searchbar-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.searchbar--dark .searchbar-input button svg path {
  fill: rgb(255, 255, 255);
}
.searchbar-toggle {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .searchbar-toggle {
    right: -1px;
  }
}
.searchbar-input {
  overflow: hidden;
  position: absolute;
  right: -26px;
  top: -2px;
  width: 0;
  margin-right: 20px;
  padding: 0 30px 15px 15px;
  opacity: 0;
  background-color: transparent;
  transition: width 0.5s, opacity 0.3s;
}
@media (max-width: 767px) {
  .searchbar-input {
    height: 60px;
    padding-bottom: 0;
    top: 0;
    margin-top: 0;
    display: flex;
    padding-right: 0;
  }
}
.searchbar-input::before {
  content: "Rechercher";
  position: absolute;
  top: 5px;
  left: 15px;
  color: #333;
}
@media (max-width: 767px) {
  .searchbar-input::before {
    display: none;
  }
}
.searchbar-input input {
  width: 100%;
  margin-top: 4px;
  padding-left: 100px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  outline: none;
  background-color: #fff;
  color: inherit;
}
@media (max-width: 767px) {
  .searchbar-input input {
    padding-left: 0;
    border-bottom: 0;
    font-size: 14px;
    margin-top: 1px;
  }
}
.searchbar-input input::placeholder {
  color: inherit;
}
.searchbar-input button {
  position: absolute;
  top: 6px;
  right: 0;
  border: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .searchbar-input button {
    top: 5px;
    position: relative;
  }
}
.searchbar-input button svg path {
  fill: inherit;
}
.searchbar--opened .searchbar-input {
  width: 500px;
  opacity: 1;
  transition: width 0.3s, opacity 0.3s;
}
@media (max-width: 767px) {
  .searchbar--opened .searchbar-input {
    width: 200px;
  }
}
.searchbar--opened .searchbar-toggle {
  display: none;
}

.has-error *.select2-container--default .select2-selection--multiple {
  border-color: #d8232a;
}

*.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #006daa;
  box-shadow: none;
}
.cromis-body *.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #007B6D;
}
*.select2-container--default.select2-container--focus .select2-selection--single {
  outline: 0;
}
*.select2-container--default .select2-selection--multiple,
*.select2-container--default .select2-selection--single {
  border: 2px solid #f0f0f0;
  border-radius: 0;
  font-weight: 600;
}
*.select2-container--default .select2-selection--multiple .select2-selection__rendered,
*.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
}
*.select2-container--default .select2-selection--multiple {
  min-height: 40px;
  padding: 0.5px 5.5px 5.5px;
}
*.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #006daa;
  border: 0;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: #fff;
  padding: 3.5px 7px 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.cromis-body *.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007B6D;
}
*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3.75px;
  vertical-align: -1px;
  height: 8px;
  line-height: 10px;
}
*.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
*.select2-container--default .select2-selection--single {
  min-height: 38px;
  padding: 0.375rem 0.75rem;
  padding-right: 35px;
}
*.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px;
}
*.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 5px;
}
*.select2-container--default .select2-results__option {
  font-size: 12px;
}
*.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #006daa !important;
}
.cromis-body *.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007B6D !important;
}
*.select2-container .select2-search--dropdown .select2-search__field {
  border-width: 2px;
}
*.select2-container .select2-search--dropdown .select2-search__field:focus, *.select2-container .select2-search--dropdown .select2-search__field:active {
  outline: none;
  border-color: #006daa;
}
.cromis-body *.select2-container .select2-search--dropdown .select2-search__field:focus, .cromis-body *.select2-container .select2-search--dropdown .select2-search__field:active {
  border-color: #007B6D;
}
*.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
}

.select2-dropdown {
  border-radius: 0;
  border-color: #f0f0f0;
}

.show h2 {
  text-transform: uppercase;
}
.show .blue {
  font-weight: 400;
  color: #006daa;
}
.cromis-body .show .blue {
  color: #007B6D;
}
.show span {
  font-weight: 700;
  color: #333;
}
.show span.address::after {
  content: url("/img/home.svg");
  padding: 0 5px;
}
.show span.mail::after {
  content: url("/img/mail.svg");
  padding: 0 5px;
}
.show span.phone::after {
  content: url("/img/phone.svg");
  padding: 0 5px;
}
.show p {
  color: #666;
}

.thematic {
  margin-right: 35px;
  font-family: "bebas_neuebold";
  font-size: 17px;
  letter-spacing: 3px;
}
@media (max-width: 575px) {
  .thematic {
    margin-right: 0;
    font-size: 15px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 575px) {
  .thematic--posts {
    margin-right: 15px;
  }
}

.post-date {
  font-size: 12px;
  color: #006daa;
}
.cromis-body .post-date {
  color: #007B6D;
}

/* ==========================================================================
    ALERT GLOBAL
    ========================================================================== */
.alert-global-container {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
}

.alert.alert-global {
  margin-bottom: 0;
  padding: 15px 30px;
  color: #fff !important;
  border: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(100px);
  animation: pushTop ease-in-out 0.2s forwards;
}
@keyframes pushTop {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
.alert.alert-global p {
  margin-bottom: 0;
  font-size: 1.2em;
  text-align: center;
}
.alert.alert-global p i {
  margin-right: 8px;
}
.alert.alert-global .close {
  opacity: 1;
}
.alert.alert-global.alert-success {
  background-color: #39d987 !important;
}
.alert.alert-global.alert-info {
  background-color: #0d6aad !important;
}
.alert.alert-global.alert-warning {
  background-color: #f7c64f !important;
}
.alert.alert-global.alert-danger, .alert.alert-global.alert-error {
  background-color: #f7574f !important;
}

.fade.in {
  opacity: 1;
}

a.collapsible-item-title-link {
  display: block !important;
  text-decoration: none !important;
  font-size: 18px;
}

.collapsible-item-title-link span {
  color: #000 !important;
}

.collapsible-item-heading {
  background-color: #f4f8ef;
  color: #72b73a;
  text-decoration: none;
  font-size: 20px;
}

.collapsible-item-collapse {
  background-color: #ddd;
  min-height: 10px;
  transition: none !important;
  -webkit-transition: none !important;
}

.collapsible-item {
  padding: 5px;
  margin: 10px;
  background: #eee;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}

.collapsible-item-title, .collapsible-item-body {
  border: 1px solid #cccccc;
  background: #fff;
}

.collapsible-item-title {
  margin: 0px !important;
  padding: 5px 8px !important;
}

.collapsible-item-body {
  padding: 15px 0 0 10px;
}

.collapsible-item-title-link-text {
  min-width: 50px;
  display: inline-block;
  min-height: 20px;
  height: 100%;
}

.collapsible-item-title-link-icon {
  display: none;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}

.ffessm_header-container {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.ffessm_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: block;
  min-height: 120px;
  width: 100vw;
  background-color: #fff;
  color: #aeaeae;
}
@media (max-width: 767px) {
  .ffessm_header {
    height: 60px;
    min-height: inherit;
    width: 100%;
    padding: 0 15px;
  }
}
.ffessm_header a {
  cursor: pointer;
}
.ffessm_header .ffessm_header-top a {
  cursor: pointer;
}
.ffessm_header .ffessm_header-top a:active, .ffessm_header .ffessm_header-top a:focus, .ffessm_header .ffessm_header-top a:hover {
  color: #d8232a !important;
}
.ffessm_header--dark {
  background-color: rgba(15, 29, 72, 0.2);
  color: #fff;
}
.ffessm_header--dark .ffessm_header-top {
  border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}
.ffessm_header--dark .ffessm_header-top a {
  color: #fff;
}
.ffessm_header--dark .ffessm_header-top a:active, .ffessm_header--dark .ffessm_header-top a:focus, .ffessm_header--dark .ffessm_header-top a:hover {
  color: #d8232a !important;
}
.ffessm_header--dark .ffessm_header-top a svg {
  fill: #fff;
}
.ffessm_header--dark .ffessm_header-top ul > li > a {
  color: #fff !important;
  cursor: pointer;
}
.ffessm_header--dark .ffessm_header-top ul > li > a:active, .ffessm_header--dark .ffessm_header-top ul > li > a:focus, .ffessm_header--dark .ffessm_header-top ul > li > a:hover {
  color: #d8232a !important;
}
.ffessm_header--dark .ffessm_header-bottom-name a {
  color: #fff !important;
}
.ffessm_header--dark .ffessm_header-bottom-nav > ul a {
  color: #fff !important;
  cursor: pointer;
}
.ffessm_header--dark .ffessm_header-bottom-nav > ul a:active, .ffessm_header--dark .ffessm_header-bottom-nav > ul a:focus, .ffessm_header--dark .ffessm_header-bottom-nav > ul a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .ffessm_header--commission .ffessm_header-top {
    display: none;
  }
}
.ffessm_header--commission .ffessm_header-top-caption {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 767px) {
  .ffessm_header--commission .ffessm_header-top-caption {
    display: none;
  }
}
.ffessm_header--commission .ffessm_header-top a svg {
  fill: #fff;
}
.ffessm_header--commission .ffessm_header-bottom {
  height: inherit;
}
.ffessm_header--commission .ffessm_header-bottom-name {
  display: block;
  overflow: hidden;
  max-height: 63px;
  width: 230px;
  color: #0f1f4a;
  font-family: "Gotham-Bold";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .ffessm_header--commission .ffessm_header-bottom-name {
    width: 190px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1439px) {
  .ffessm_header--commission .ffessm_header-bottom-logo img {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .ffessm_header--commission .ffessm_header-bottom-logo img {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .ffessm_header--commission .ffessm_header-bottom-logo img {
    padding-top: 0;
    padding-left: 5px;
  }
}
.ffessm_header--commission .ffessm_header-bottom-nav {
  overflow: hidden;
  width: auto;
  padding-left: 10px;
}
.ffessm_header--commission .ffessm_header-bottom-nav-dropdown {
  top: 85px;
}
.ffessm_header--commission .ffessm_header-bottom-nav-dropdown a {
  font-size: 16px;
  cursor: pointer;
}
.ffessm_header--commission .ffessm_header-bottom-nav > ul {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
}
.ffessm_header--commission .ffessm_header-bottom-nav > ul li {
  display: flex;
  align-items: center;
  height: 80px !important;
  border-bottom: 3px solid #fff;
  text-align: center !important;
}
.ffessm_header-bottom, .ffessm_header-top {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .ffessm_header-bottom, .ffessm_header-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ffessm_header-top {
  position: relative;
  display: flex;
  order: 2;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.6);
  font-size: 12px;
}
@media (max-width: 767px) {
  .ffessm_header-top {
    display: none;
  }
}
.ffessm_header-top-logo {
  max-height: 20px;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .ffessm_header-top-caption {
    padding-right: 30px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .ffessm_header-top-caption {
    width: 130px;
    padding-right: 0;
    font-size: 10px;
  }
}
.ffessm_header-top-caption-desktop {
  display: block;
}
@media (max-width: 1199.98px) {
  .ffessm_header-top-caption-desktop {
    display: none;
  }
}
.ffessm_header-top-caption-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .ffessm_header-top-caption-mobile {
    display: block;
  }
}
.ffessm_header-top-nav {
  flex: 0 1 auto;
}
.ffessm_header-top-nav ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.ffessm_header-top-nav ul li + li {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .ffessm_header-top-nav ul li + li {
    margin-left: 12px;
  }
}
.ffessm_header-top-nav a {
  display: flex;
  align-items: center;
  min-height: 40px;
  line-height: 1rem;
}
.ffessm_header-top-nav a:hover svg, .ffessm_header-top-nav a:active svg, .ffessm_header-top-nav a:focus svg {
  fill: #d8222a;
}
.ffessm_header-top-nav a svg {
  margin-right: 5px;
}
.ffessm_header-bottom {
  height: 80px;
}
@media (max-width: 767px) {
  .ffessm_header-bottom {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .ffessm_header-bottom {
    padding-right: 0;
    padding-left: 0;
  }
}
.ffessm_header-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-right: 50px;
}
.ffessm_header-bottom-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28px;
  margin-right: 45px;
  font-family: "bebas_neuebold";
}
@media (max-width: 991.98px) {
  .ffessm_header-bottom-toggle {
    margin-right: 25px;
  }
}
.ffessm_header-bottom-toggle div {
  height: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-toggle div {
    display: none;
  }
}
.ffessm_header-bottom-toggle div:hover, .ffessm_header-bottom-toggle div:focus {
  color: #333 !important;
}
.ffessm_header-bottom-logo img {
  max-height: 55px;
  width: auto;
  max-width: 400px;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-logo img {
    max-height: 39px;
    max-width: 100%;
  }
}
.ffessm_header-bottom-name {
  display: none;
  width: 130px;
  margin-right: 30px;
  margin-left: 15px;
  padding-right: 0;
  color: #333 !important;
  font-size: 10px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-name {
    display: block;
    opacity: 1;
    line-height: 12px;
    transition: opacity 0.25s;
  }
}
.ffessm_header-bottom-name--hidden {
  opacity: 0;
  transition: opacity 0.25s;
}
.ffessm_header-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 550px;
  opacity: 1;
  font-family: "bebas_neuebold";
  font-size: 20px;
  transition: opacity 0.25s 0.125s;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-nav {
    width: inherit;
  }
}
.ffessm_header-bottom-nav--hidden {
  opacity: 0;
  transition: opacity 0.25s;
}
.ffessm_header-bottom-nav-inner {
  display: none;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-nav-inner {
    display: flex;
  }
}
.ffessm_header-bottom-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: 3.33px;
}
.ffessm_header-bottom-nav ul a:href {
  color: #333;
  cursor: pointer;
}
.ffessm_header-bottom-nav ul a:href:focus, .ffessm_header-bottom-nav ul a:href:hover {
  color: #333;
}
.ffessm_header-bottom-nav ul li:not(.li--no-margin) {
  margin-right: 30px;
}
.ffessm_header-bottom-nav ul li.has-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: right;
  cursor: pointer;
}
.ffessm_header-bottom-nav ul li.has-dropdown:hover .ffessm_header-bottom-dropdown {
  right: -50%;
  opacity: 1;
}
.ffessm_header-bottom-nav-responsive-container {
  display: none;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-nav-responsive-container {
    display: block;
  }
}
.ffessm_header-bottom-nav-responsive {
  position: absolute;
  bottom: -38px;
  left: 0;
  height: 38px;
  width: 100vw;
  background-color: #f0f0f0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-nav-responsive {
    width: 100%;
  }
}
.ffessm_header-bottom-nav-responsive .owl-dots {
  display: none;
}
.ffessm_header-bottom-nav-responsive ul.owl-carousel {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 7px 0;
  list-style: none;
  font-family: "bebas_neuebold";
}
.ffessm_header-bottom-nav-responsive ul.owl-carousel li {
  cursor: pointer;
  flex: 0 0 auto;
}
.ffessm_header-bottom-nav-responsive-link {
  margin-right: 15px;
  margin-left: 15px;
}
.ffessm_header-bottom-nav-responsive-link a {
  color: #ffffff !important;
}
.ffessm_header-bottom-nav-responsive-submenu {
  position: absolute;
  left: 0;
  width: 100vw;
  padding: 0 15px;
  background-color: white;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-nav-responsive-submenu {
    width: 100%;
    padding: 15px;
  }
}
.ffessm_header-bottom-nav-responsive-submenu ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "bebas_neuebold";
}
.ffessm_header-bottom-nav-responsive-submenu ul li {
  margin: 10px 0;
}
.ffessm_header-bottom-nav-responsive-submenu ul li:first-of-type {
  margin-top: 0;
}
.ffessm_header-bottom-nav-responsive-submenu ul li:last-of-type {
  margin-bottom: 0;
}
.ffessm_header-bottom-nav-responsive-submenu ul li a {
  color: #333;
}
.ffessm_header-bottom-dropdown {
  position: absolute;
  right: -150%;
  padding-top: 22px;
  opacity: 0;
  transition: right 0.6s, opacity 0.8s 0.4s;
}
.ffessm_header-bottom-dropdown-element {
  top: 60%;
  right: -9999%;
  left: -25%;
  height: 200px;
  width: 350px;
  background-color: #fff;
  color: #333;
}
.ffessm_header-bottom-searchbar {
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-searchbar {
    top: 0;
    bottom: 0;
    height: 60px;
    right: 50px;
  }
}
.ffessm_header-bottom-login-icon {
  position: absolute;
  right: 0;
  display: none;
}
@media (max-width: 767px) {
  .ffessm_header-bottom-login-icon {
    display: block;
    top: 5px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.ffessm-body .commissionpage {
  position: relative;
  margin-top: 120px;
  padding-top: 35px;
  padding-bottom: 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage {
    margin-top: 90px;
    padding-top: 30px;
  }
}
.ffessm-body .commissionpage .more-link a {
  color: #333 !important;
}
.ffessm-body .commissionpage-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  background-color: #f5f5f5;
}
.ffessm-body .commissionpage-aside {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .ffessm-body .commissionpage-aside {
    padding-left: 0;
  }
}
.ffessm-body .commissionpage-highlights {
  position: relative;
  width: 100%;
  height: 300px;
  color: #fff;
  background-color: #666;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-highlights {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights {
    width: auto;
    height: auto;
    margin-top: -22px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: inherit;
  }
}
.ffessm-body .commissionpage-highlights-slider {
  height: 300px;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-highlights-slider {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider {
    height: auto;
  }
}
.ffessm-body .commissionpage-highlights-slider-slide {
  height: 300px;
  display: flex;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-highlights-slider-slide {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-slide {
    height: calc(100% - 170px);
    margin: 170px 15px 0;
    background-color: #333;
    z-index: 1;
  }
}
.ffessm-body .commissionpage-highlights-slider-slide-leftcontainer {
  width: 50%;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-slide-leftcontainer {
    width: inherit;
  }
}
.ffessm-body .commissionpage-highlights-slider-slide-rightcontainer {
  width: 50%;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-slide-rightcontainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 250px;
    z-index: -1;
  }
}
.ffessm-body .commissionpage-highlights-slider-slide-left {
  padding: 30px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-slide-left {
    padding: 20px 20px 60px;
  }
}
.ffessm-body .commissionpage-highlights-slider-slide-caption span {
  font-family: "bebas_neuebold";
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888;
}
.ffessm-body .commissionpage-highlights-slider-slide-caption-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-highlights-slider-slide-caption-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-slide-caption-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.ffessm-body .commissionpage-highlights-slider-slide-caption-title a {
  color: #fff !important;
}
.ffessm-body .commissionpage-highlights-slider-slide-image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.ffessm-body .commissionpage-highlights-slider-nav {
  position: absolute;
  bottom: 0;
  left: calc(50% - 120px);
  display: flex;
  z-index: 2;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-nav {
    position: absolute;
    display: flex;
    right: 16px;
    bottom: 0;
    left: inherit;
    z-index: 1;
  }
}
.ffessm-body .commissionpage-highlights-slider-nav button {
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider-nav button {
    width: 50px;
    height: 50px;
  }
}
.ffessm-body .commissionpage-highlights-slider-nav button svg {
  vertical-align: -3px;
}
.ffessm-body .commissionpage-highlights-slider-nav button svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider .owl-stage-outer {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider .owl-stage-outer .owl-stage {
    display: flex;
  }
}
.ffessm-body .commissionpage-highlights-slider .owl-nav {
  display: none;
}
.ffessm-body .commissionpage-highlights-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  margin-bottom: 0;
  left: 30px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-highlights-slider .owl-dots {
    left: 35px;
    bottom: 15px;
  }
}
.ffessm-body .commissionpage-highlights-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #888;
  border-radius: 50%;
  background-color: transparent;
}
.ffessm-body .commissionpage-highlights-slider .owl-dots .owl-dot:not(:last-of-type) {
  margin-right: 10px;
}
.ffessm-body .commissionpage-highlights-slider .owl-dots .owl-dot.active {
  background-color: #888;
}
.ffessm-body .commissionpage-news {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-news {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .ffessm-body .commissionpage-news-slider {
    padding-right: 0;
  }
}
.ffessm-body .commissionpage-news-slider-container {
  position: relative;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-news-slider-container {
    margin-right: -15px;
  }
}
.ffessm-body .commissionpage-news-slider-slide {
  display: block;
  width: 280px;
}
@media (max-width: 1199px) {
  .ffessm-body .commissionpage-news-slider-slide {
    width: 296px;
  }
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-news-slider-slide {
    width: 226px;
  }
}
.ffessm-body .commissionpage-news-slider-slide-caption {
  margin-top: 15px;
}
.ffessm-body .commissionpage-news-slider-slide-caption-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
}
@media (max-width: 575px) {
  .ffessm-body .commissionpage-news-slider-slide-caption-title {
    font-size: 15px;
  }
}
.ffessm-body .commissionpage-news-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: -45px;
}
.ffessm-body .commissionpage-news-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #888;
  border-radius: 50%;
  background-color: transparent;
}
.ffessm-body .commissionpage-news-slider .owl-dots .owl-dot:not(:first-of-type) {
  margin-left: 10px;
}
.ffessm-body .commissionpage-news-slider .owl-dots .owl-dot.active {
  background-color: #888;
}
.ffessm-body .commissionpage-news-slider-nav {
  position: absolute;
  right: 0;
  top: 122px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .ffessm-body .commissionpage-news-slider-nav {
    top: 72px;
  }
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-news-slider-nav {
    top: 47px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-news-slider-nav {
    top: -50px;
    right: 0;
  }
}
.ffessm-body .commissionpage-news-slider-nav button {
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-news-slider-nav button {
    width: 50px;
    height: 50px;
  }
}
.ffessm-body .commissionpage-news-slider-nav button svg {
  vertical-align: -3px;
}
.ffessm-body .commissionpage-news-slider-nav button:hover {
  background-color: #006daa;
}
.cromis-body .ffessm-body .commissionpage-news-slider-nav button:hover {
  background-color: #007B6D;
}
.ffessm-body .commissionpage-news-slider-nav button:hover svg path {
  fill: #fff;
}
.ffessm-body .commissionpage-news-list {
  margin-top: 15px;
  align-items: center;
}
.ffessm-body .commissionpage-news-list-element {
  display: flex;
  padding: 20px 0;
  border-top: 2px solid #dedede;
}
.ffessm-body .commissionpage-news-list-element:last-of-type {
  border-bottom: 2px solid #dedede;
}
.ffessm-body .commissionpage-news-list-element-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ffessm-body .commissionpage-news-list-element-image {
  width: 120px;
  margin-right: 30px;
}
.ffessm-body .commissionpage-news-list-element-title {
  margin-bottom: 5px;
  font-size: 16px;
}
.ffessm-body .commissionpage-news-more {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-news-more {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-events {
    margin-top: 45px;
  }
}
.ffessm-body .commissionpage-events-element {
  display: flex;
  margin-bottom: 15px;
}
.ffessm-body .commissionpage-events-element-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
}
.ffessm-body .commissionpage-events-element-calendar {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-events-element-calendar {
    width: 75px;
    height: 75px;
  }
}
.ffessm-body .commissionpage-events-element-calendar-inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-events-element-calendar-inner {
    padding: 10px;
  }
}
.ffessm-body .commissionpage-events-element-calendar-inner::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 12.5px;
  width: 6px;
  height: 12.5px;
  background-color: #f0f0f0;
}
.ffessm-body .commissionpage-events-element-calendar-inner::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 12.5px;
  width: 6px;
  height: 12.5px;
  background-color: #f0f0f0;
}
.ffessm-body .commissionpage-events-element-calendar-day {
  color: #006daa;
  font-weight: bold;
  font-family: "Gotham-Bold";
  font-size: 30px;
  line-height: 37px;
}
.cromis-body .ffessm-body .commissionpage-events-element-calendar-day {
  color: #007B6D;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-events-element-calendar-day {
    font-size: 30px;
    line-height: 42.5px;
  }
}
.ffessm-body .commissionpage-events-element-calendar-month {
  color: #006daa;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.cromis-body .ffessm-body .commissionpage-events-element-calendar-month {
  color: #007B6D;
}
@media (max-width: 991px) {
  .ffessm-body .commissionpage-events-element-calendar-month {
    font-size: 9px;
  }
}
.ffessm-body .commissionpage-events-more {
  margin-top: 7.5px;
}
.ffessm-body .commissionpage-slides {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .ffessm-body .commissionpage-slides {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-slides {
    margin-top: 45px;
  }
}
.ffessm-body .commissionpage-social {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-social {
    max-width: 500px;
    height: 500px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ffessm-body .commissionpage .partnerssection {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 30px 45px;
  margin: 0;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage .partnerssection {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.ffessm-body .commissionpage-footer-container {
  position: relative;
  padding-top: 45px;
}
.ffessm-body .commissionpage-footer {
  padding: 30px 0 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-footer {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ffessm-body .commissionpage-footer--responsive {
  display: none;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-footer--responsive {
    display: block;
  }
}
.ffessm-body .commissionpage-footer-left {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-footer-left {
    padding-left: 0;
  }
}
.ffessm-body .commissionpage-footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
}
.ffessm-body .commissionpage-footer-logo {
  max-width: 150px;
}
.ffessm-body .commissionpage-footer-address {
  margin: 15px 0 30px;
  font-size: 13px;
  text-align: right;
}
.ffessm-body .commissionpage-footer-links {
  font-size: 12px;
}
.ffessm-body .commissionpage-footer-links a {
  color: #888;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-footer-links a {
    display: block;
    margin: 0;
  }
}
.ffessm-body .commissionpage-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-footer-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.ffessm-body .commissionpage-footer-nav-element {
  margin-bottom: 30px;
}
.ffessm-body .commissionpage-footer-nav-element > span {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-family: "Gotham-Bold";
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.ffessm-body .commissionpage-footer-nav-element > ul {
  padding: 0;
  list-style: none;
}
.ffessm-body .commissionpage-footer-nav-element > ul li {
  font-size: 12px;
}
.ffessm-body .commissionpage-footer-nav-element > ul li a {
  color: #888;
}
.ffessm-body .commissionpage-footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .ffessm-body .commissionpage-footer-top {
    border-bottom: 2px solid #f0f0f0;
  }
}
.ffessm-body .commissionpage-footer-top img {
  width: 120px;
  margin-left: 30px;
}
.ffessm-body .commissionpage-footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 15px;
}
.ffessm-body .commissionpage-footer-bottom-item-title {
  position: relative;
}
.ffessm-body .commissionpage-footer-bottom-item-title:before {
  content: url("/img/ui/sm-menu-carret.svg");
  display: inline-block;
  position: absolute;
  left: 0;
  margin-right: 10px;
  transition-duration: 0.3s;
  transform: rotate(-90deg);
}
.ffessm-body .commissionpage-footer-bottom-item-content {
  font-size: 12px;
  padding: 5px 0 5px 30px;
}
.ffessm-body .commissionpage-footer-bottom-item button {
  position: relative;
  padding-left: 30px;
  font-family: "Gotham-Bold";
  font-size: 13px;
  text-align: left;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.ffessm-body .commissionpage-footer-bottom-image {
  margin-left: 30px;
}

.contentpage {
  padding-top: 120px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .contentpage {
    padding-top: 98px;
  }
}
.contentpage--full .contentpage-content {
  margin-top: 0;
  padding-right: 0;
}
.contentpage--full .contentpage-content-title {
  padding-right: 0;
}
.contentpage--large .contentpage-discoveries-separator {
  margin-top: 90px;
}
.contentpage-header {
  min-height: 250px;
  margin: 0 -15px;
  background: linear-gradient(270deg, #0099d7 0%, #1d578e 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contentpage-header-campaign {
  max-width: 100%;
  margin: auto auto 30px auto;
  text-align: center;
}
.contentpage-header-campaign iframe {
  max-width: 100%;
}
.contentpage-background {
  position: absolute;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .contentpage-background {
    display: none;
  }
}
.contentpage-background-left {
  display: inline-block;
  width: 61vw;
  margin-top: -130px;
  background-color: #f5f5f5;
}
@media screen and (max-resolution: 192dpi) and (max-width: 767px), screen and (max-resolution: 2dppx) and (max-width: 767px) {
  .contentpage-background-left {
    width: 80vw;
  }
}
.contentpage-background-right {
  height: 700px;
  width: 39vw;
  background-color: #fff;
}
@media screen and (max-resolution: 192dpi) and (max-width: 767px), screen and (max-resolution: 2dppx) and (max-width: 767px) {
  .contentpage-background-right {
    width: 20vw;
  }
}
.contentpage-col-background {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
  height: 100%;
  width: 100vw;
  background-color: #fff;
}
.contentpage-content {
  z-index: 2;
  margin-top: -130px;
  padding: 45px 30px 45px 0;
}
@media (max-width: 991px) {
  .contentpage-content {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .contentpage-content {
    margin-top: 0;
    padding: 15px 0 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contentpage-content-breadcrumb {
    display: none;
  }
}
.contentpage-content-breadcrumb-gradient {
  position: absolute;
  top: -120px;
  left: -100vw;
  z-index: -1;
  height: 250px;
  width: 200vw;
  background: linear-gradient(0deg, #01001a 0%, rgba(1, 0, 26, 0) 100%);
  opacity: 0.5;
}
.contentpage-content-title {
  margin-bottom: 45px;
  color: #0f1d48;
  font-family: "Gotham-Bold";
  font-size: 37px;
  line-height: 50px;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .contentpage-content-title {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 22px;
    line-height: 37px;
  }
}
.contentpage-content-title-subtitle {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.contentpage-content-title-subtitle--bold {
  font-family: "Gotham-Bold";
}
.contentpage-content-title-subtitle img {
  height: 18px;
  max-width: 18px;
  margin-right: 5px;
  vertical-align: -3px;
}
.contentpage-content h2 {
  margin: 70px 0 50px;
  color: #006daa;
  font-family: "Gotham-Bold";
  font-size: 24px;
}
.cromis-body .contentpage-content h2 {
  color: #007B6D;
}
@media (max-width: 767px) {
  .contentpage-content h2 {
    margin: 45px 0 30px;
    font-size: 18px;
  }
}
.contentpage-content h3 {
  margin: 50px 0 30px;
  color: #0f1d48;
  font-family: "Gotham-Bold";
  font-size: 24px;
}
@media (max-width: 767px) {
  .contentpage-content h3 {
    margin: 30px 0 20px;
    font-size: 16px;
  }
}
.contentpage-content h4 {
  margin: 35px 0 20px;
  color: #0f1d48;
  font-family: "Gotham-Bold";
  font-size: 20px;
}
@media (max-width: 767px) {
  .contentpage-content h4 {
    margin: 20px 0 15px;
    font-size: 14px;
  }
}
.contentpage-content h5 {
  margin: 25px 0 20px;
  color: #0f1d48;
  font-family: "Gotham-Bold";
  font-size: 17px;
}
@media (max-width: 767px) {
  .contentpage-content h5 {
    margin: 15px 0;
    font-size: 13px;
  }
}
.contentpage-content-metas {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 45px 0;
}
@media (max-width: 767px) {
  .contentpage-content-metas {
    justify-content: space-between;
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .contentpage-content-metas--wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .contentpage-content-metas--wrap > * {
    width: 100% !important;
    margin-bottom: 7.5px;
  }
}
.contentpage-content-metas-fields {
  display: flex;
}
@media (max-width: 767px) {
  .contentpage-content-metas-fields {
    display: block;
  }
}
@media (max-width: 575px) {
  .contentpage-content-metas-fields .form-group, .contentpage-content-metas-fields .form-group-labelUp {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
}
.contentpage-content-metas-filter {
  display: inline-block;
  width: inherit;
  padding-right: 40px;
  cursor: pointer;
  outline: none;
}
.contentpage-content-metas-author {
  color: #006daa;
  font-size: 12px;
}
.cromis-body .contentpage-content-metas-author {
  color: #007B6D;
}
.contentpage-content-metas-reset {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .contentpage-content-metas-reset {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .contentpage-content-metas-reset {
    margin-top: 0;
  }
}
.contentpage-content-metas-reset a {
  height: 34px;
  margin-top: 2px;
  background-color: #888 !important;
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}
.contentpage-content-metas-reset a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease 0s;
}
.contentpage-content-metas-reset img {
  height: 10px;
  margin-right: 5px;
  vertical-align: -1px;
}
.contentpage-content-headline {
  margin-bottom: 45px;
  color: #333;
  font-family: "Gotham-Bold";
  font-size: 18px;
}
@media (max-width: 767px) {
  .contentpage-content-headline {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.contentpage-content-text a {
  color: #006daa !important;
  text-decoration: underline;
}
.cromis-body .contentpage-content-text a {
  color: #007B6D !important;
}
.contentpage-content-text a:hover {
  color: #d8222a !important;
  text-decoration: underline;
}
.contentpage-content-text strong {
  font-family: "Gotham-Bold";
}
.contentpage-content-text img {
  margin: 1rem;
}
.contentpage-content-text .videodetector {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.contentpage-content-text .videodetector iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.contentpage-content-text .videodetector .remove-videodetector {
  display: none;
}
.contentpage-content-mainpicture {
  margin-bottom: 40px;
  text-align: center;
}
.contentpage-content-mainpicture img {
  max-width: 100%;
}
.contentpage-content .smalltext {
  font-size: 0.8rem;
}
@media (max-width: 1199.98px) {
  .contentpage-ads iframe {
    display: block;
    margin: 1.5rem auto;
  }
}
.contentpage-aside {
  position: relative;
  z-index: 3;
  padding: 55px 30px 60px 15px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contentpage-aside {
    padding: 30px 0;
  }
}
.contentpage-aside-campaign--300x250 {
  display: none;
}
@media (max-width: 767.98px) {
  .contentpage-aside-campaign--300x250 {
    display: block;
  }
}
.contentpage-aside-campaign--300x600 {
  height: 600px !important;
  width: 300px !important;
}
.contentpage-aside-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contentpage-aside-related {
  font-size: 14px;
}
.contentpage-aside-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contentpage-aside-related ul li + li {
  margin-top: 20px;
}
.contentpage-aside-related ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 19px;
}
.contentpage-aside-related-image {
  width: 100px;
  margin-right: 15px;
}
.contentpage-aside-downloads ul, .contentpage-aside-links ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.contentpage-aside-downloads ul li + li, .contentpage-aside-links ul li + li {
  margin-top: 30px;
}
.contentpage-aside-downloads ul li a, .contentpage-aside-links ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 19px;
}
.contentpage-aside-downloads ul li svg, .contentpage-aside-links ul li svg {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
.contentpage-discoveries {
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .contentpage-discoveries {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.contentpage-discoveries-separator {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .contentpage-discoveries-separator {
    display: none;
  }
}
.contentpage-discoveries-container {
  position: relative;
}
@media (max-width: 767px) {
  .contentpage-discoveries-container {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .contentpage-discoveries-slider {
    display: none;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contentpage-discoveries-slider [class^=col-] {
    padding: 0;
  }
}
.contentpage-discoveries-element {
  display: block;
}
@media (max-width: 767px) {
  .contentpage-discoveries-element {
    width: 220px;
  }
}
.contentpage-discoveries-element-title {
  margin-top: 30px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .contentpage-discoveries-element-title {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .contentpage-discoveries-element-title {
    font-size: 15px;
    line-height: 19px;
  }
}
.contentpage-discoveries-element-title-compact {
  margin-top: 12px;
  margin-bottom: 45px;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .contentpage-discoveries-element-title-compact {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .contentpage-discoveries-element-title-compact {
    font-size: 15px;
    line-height: 19px;
  }
}
.contentpage-discoveries-nav {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .contentpage-discoveries-nav {
    display: block;
  }
}
.contentpage-discoveries-nav button {
  display: block;
  height: 50px;
  width: 50px;
  border: 0;
  background-color: #f5f5f5;
  cursor: pointer;
}
.contentpage-discoveries-nav button svg {
  vertical-align: -3px;
}
.contentpage-discoveries-nav button:hover {
  background-color: #006daa;
}
.cromis-body .contentpage-discoveries-nav button:hover {
  background-color: #007B6D;
}
.contentpage-discoveries-nav button:hover svg path {
  fill: #fff;
}
.contentpage-discoveries-metas {
  margin-top: 15px;
  color: #006daa;
  font-size: 12px;
}
.cromis-body .contentpage-discoveries-metas {
  color: #007B6D;
}

.ecosub-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #333;
}
.ecosub-header img {
  width: 175px;
  margin-right: 40px;
}
.ecosub-actions {
  padding-left: 0;
  list-style-type: none;
}
.ecosub-actions-action {
  display: flex;
  justify-content: space-between;
  padding-right: 55px;
  background-color: rgba(0, 109, 170, 0.05);
  border-color: rgba(0, 109, 170, 0.1);
}
.cromis-body .ecosub-actions-action {
  background-color: rgba(0, 123, 109, 0.05);
  border-color: rgba(0, 123, 109, 0.1);
}
.ecosub-actions-action--disabled {
  background-color: rgba(0, 109, 170, 0.025);
  border-color: rgba(0, 109, 170, 0.05);
}
.cromis-body .ecosub-actions-action--disabled {
  background-color: rgba(0, 123, 109, 0.025);
  border-color: rgba(0, 123, 109, 0.05);
}
.ecosub-actions-action--disabled .ecosub-actions-action-content-title {
  opacity: 0.5;
}
.ecosub-actions-action-content strong {
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  color: #006daa;
}
.cromis-body .ecosub-actions-action-content strong {
  color: #007B6D;
}
.ecosub-actions-action-content a {
  color: #006daa;
}
.cromis-body .ecosub-actions-action-content a {
  color: #007B6D;
}
.ecosub-actions-action-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 1px;
  text-align: center;
  line-height: 27px;
}
.ecosub-actions-action-icon--delete {
  background-color: rgba(216, 35, 42, 0.75);
  color: #fff !important;
}
.ecosub-actions-action-icon--activate, .ecosub-actions-action-icon--desactivate {
  font-size: 22px;
  line-height: 30px;
  color: #006daa !important;
}
.cromis-body .ecosub-actions-action-icon--activate, .cromis-body .ecosub-actions-action-icon--desactivate {
  color: #007B6D !important;
}
.ecosub-table {
  background-color: rgba(0, 109, 170, 0.05);
}
.cromis-body .ecosub-table {
  background-color: rgba(0, 123, 109, 0.05);
}
.ecosub-table tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 109, 170, 0.1);
}
.cromis-body .ecosub-table tr:last-of-type td {
  border-bottom: 1px solid rgba(0, 123, 109, 0.1);
}
.ecosub-table th {
  color: #006daa;
}
.cromis-body .ecosub-table th {
  color: #007B6D;
}
.ecosub-table td {
  width: 50%;
  border-color: rgba(0, 109, 170, 0.1);
  color: #006daa;
}
.cromis-body .ecosub-table td {
  border-color: rgba(0, 123, 109, 0.1);
  color: #007B6D;
}
.ecosub-table td ul {
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 90%;
}
.ecosub-table td ul.ul--no-style {
  list-style-type: none;
  padding: 0;
}
.ecosub-badge {
  display: inline-block;
  max-width: 100%;
  font-size: 80%;
  background-color: #006daa;
  color: #fff !important;
  padding: 7px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cromis-body .ecosub-badge {
  background-color: #007B6D;
}
.ecosub-form {
  font-size: 14px;
}
.ecosub-form-instructions {
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
}
.ecosub-form-title {
  margin-bottom: 30px;
  font-family: "Gotham-Bold";
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  color: #006daa;
}
.cromis-body .ecosub-form-title {
  color: #007B6D;
}
.ecosub-form-subtitle {
  margin-bottom: 30px;
  font-family: "Gotham-Bold";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #006daa;
}
.cromis-body .ecosub-form-subtitle {
  color: #007B6D;
}
.ecosub-form-submit {
  margin-top: 45px;
  text-align: right;
}
.ecosub-form-submit > *:last-child {
  margin-left: 30px;
  cursor: pointer;
}

.events {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .events {
    margin-top: 30px;
  }
}
.events-calendar {
  min-height: 715px;
}
@media (max-width: 991px) {
  .events-calendar {
    min-height: 523px;
  }
}
@media (max-width: 767px) {
  .events-calendar {
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .events-calendar {
    min-height: 300px;
  }
}
.events-aside {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .events-aside {
    margin-top: 30px;
  }
}
.events-item {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .events-item {
    padding-bottom: 30px;
  }
}
.events-item::after {
  content: "";
  border: 1px solid rgba(0, 109, 170, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  z-index: -1;
}
.cromis-body .events-item::after {
  border: 1px solid rgba(0, 123, 109, 0.2);
}
@media (max-width: 991px) {
  .events-item::after {
    left: calc(32.55% - 1px);
  }
}
@media (max-width: 767px) {
  .events-item::after {
    left: 0;
  }
}
.events-item--alt .events-item-image {
  padding-right: 0;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .events-item--alt .events-item-image {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .events-item--alt .events-item-image {
    padding-right: 45px;
    padding-left: 0;
  }
}
.events-item--alt .events-item-calendar {
  left: -20px;
  right: inherit;
}
@media (max-width: 991px) {
  .events-item--alt .events-item-calendar {
    left: inherit;
    right: -20px;
  }
}
.events-item--alt .events-item-colcontent::before {
  left: inherit;
  right: -17.5px;
}
@media (max-width: 991px) {
  .events-item--alt .events-item-colcontent::before {
    left: -17.5px;
    right: inherit;
  }
}
.events-item--alt .events-item-colcontent::after {
  left: inherit;
  right: -6px;
}
@media (max-width: 991px) {
  .events-item--alt .events-item-colcontent::after {
    left: -6px;
    right: inherit;
  }
}
.events-item--alt .events-item-content {
  margin-left: 0;
  margin-right: 90px;
}
@media (max-width: 1199px) {
  .events-item--alt .events-item-content {
    margin-right: 45px;
  }
}
@media (max-width: 991px) {
  .events-item--alt .events-item-content {
    margin-right: 0;
    margin-left: 45px;
  }
}
.events-item--alt .events-item-content::after {
  left: inherit;
  right: -30px;
}
@media (max-width: 991px) {
  .events-item--alt .events-item-content::after {
    left: -30px;
    right: inherit;
  }
}
@media (max-width: 767px) {
  .events-item-row-colimage {
    display: none;
  }
}
.events-item-image {
  padding-right: 90px;
}
@media (max-width: 1199px) {
  .events-item-image {
    padding-right: 45px;
  }
}
.events-item-image-inner {
  position: relative;
}
.events-item-calendar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 105px;
  height: 103px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .events-item-calendar {
    width: 75px;
    height: 75px;
  }
}
.events-item-calendar--mobile {
  display: none;
}
@media (max-width: 767px) {
  .events-item-calendar--mobile {
    display: block;
    top: 0 !important;
    right: 15px !important;
    width: 40px;
    height: 40px;
  }
  .events-item-calendar--mobile .events-item-calendar-inner::before {
    display: none !important;
  }
  .events-item-calendar--mobile .events-item-calendar-inner::after {
    display: none !important;
  }
}
.events-item-calendar-inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .events-item-calendar-inner {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .events-item-calendar-inner {
    padding: 5px;
  }
}
.events-item-calendar-inner::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 10px;
  height: 15px;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .events-item-calendar-inner::before {
    left: 15px;
  }
}
.events-item-calendar-inner::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  width: 10px;
  height: 15px;
  background-color: #f0f0f0;
}
@media (max-width: 991px) {
  .events-item-calendar-inner::after {
    right: 15px;
  }
}
.events-item-calendar-day {
  color: #006daa;
  font-weight: bold;
  font-family: "Gotham-Bold";
  font-size: 35px;
}
.cromis-body .events-item-calendar-day {
  color: #007B6D;
}
@media (max-width: 991px) {
  .events-item-calendar-day {
    font-size: 30px;
    line-height: 42.5px;
  }
}
@media (max-width: 767px) {
  .events-item-calendar-day {
    font-size: 15px;
    line-height: 20px;
  }
}
.events-item-calendar-month {
  color: #006daa;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.cromis-body .events-item-calendar-month {
  color: #007B6D;
}
@media (max-width: 991px) {
  .events-item-calendar-month {
    font-size: 9px;
  }
}
.events-item-colcontent {
  position: relative;
}
.events-item-colcontent::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17.5px;
  width: 35px;
  height: 35px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .events-item-colcontent::before {
    top: -17.5px;
    left: 0 !important;
  }
}
.events-item-colcontent::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -6px;
  width: 12px;
  height: 12px;
  border: 2px solid #006daa;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.cromis-body .events-item-colcontent::after {
  border: 2px solid #007B6D;
}
@media (max-width: 767px) {
  .events-item-colcontent::after {
    top: -6px;
    left: 10px !important;
  }
}
.events-item-content {
  position: relative;
  margin-left: 90px;
  background-color: #fff;
  padding: 35px 40px;
}
@media (max-width: 1199px) {
  .events-item-content {
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  .events-item-content {
    margin-left: 30px !important;
    margin-right: 55px !important;
    padding: 15px 20px;
  }
}
.events-item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
}
@media (max-width: 767px) {
  .events-item-content::after {
    left: -15px !important;
    border-left-width: 15px !important;
    border-right-width: 15px !important;
    border-top-width: 15px !important;
  }
}
.events-item-content-title {
  line-height: 1.5;
}
.events-item *.events-item-title {
  display: block;
  margin-bottom: 25px;
  font-family: "Gotham-Bold";
  font-size: 24px;
  color: #333;
}
.events-item *.events-item-title:hover {
  color: #006daa;
}
.cromis-body .events-item *.events-item-title:hover {
  color: #007B6D;
}
@media (max-width: 991px) {
  .events-item *.events-item-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .events-item *.events-item-title {
    font-size: 18px;
  }
}
.events-item-description {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .events-item-description {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .events-item-description {
    display: none;
  }
}
.events-item-infos {
  display: flex;
  align-items: center;
}

.section-title {
  margin-bottom: 20px;
  font-family: "bebas_neuebold";
  font-size: 18px;
  letter-spacing: 3px;
}
.section-title--big {
  font-size: 36px;
}
@media (max-width: 767px) {
  .section-title--big {
    font-size: 26px;
    text-align: center;
  }
}

.homeslider {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: -15px;
  background: linear-gradient(270deg, #0099d7 0%, #1d578e 100%);
}
.homeslider-slide {
  display: flex;
  align-items: center;
  flex-basis: auto;
  justify-content: center;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  background-position: center center;
  background-size: cover;
}
.homeslider-slide-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.homeslider-slide-caption {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.homeslider-slide-caption h2 {
  padding-left: 10px;
  font-family: "bebas_neuebold";
  font-size: 120px;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .homeslider-slide-caption h2 {
    font-size: 70px;
  }
}
.homeslider-slide-caption p {
  font-family: "Gotham-Book";
  font-size: 30px;
}
@media (max-width: 767px) {
  .homeslider-slide-caption p {
    font-size: 20px;
  }
}
.homeslider-slide-caption-cta {
  display: inline-block;
  padding: 10px 25px;
  font-family: "bebas_neuebold";
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  background-color: #006daa;
}
.cromis-body .homeslider-slide-caption-cta {
  background-color: #007B6D;
}
.homeslider-slide .image-responsive {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}
.homeslider .image-background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.homeslider .owl-item {
  height: 100vh;
}
.homeslider .owl-dots {
  position: absolute;
  width: 100%;
  margin-top: -60px;
  text-align: center;
}
.homeslider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.homeslider .owl-dots .owl-dot.active {
  background-color: #fff;
}
.homeslider-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100vw;
  margin-left: -15px;
  padding: 0 100px;
  transform: translateY(-50%);
}
.homeslider-nav nav {
  display: flex;
  justify-content: space-between;
}
.homeslider-nav nav a {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  width: 20px;
  height: 50px;
  color: #fff;
  transition: width 0.5s;
}
.homeslider-nav nav a:active, .homeslider-nav nav a:focus, .homeslider-nav nav a:hover {
  color: #fff;
}
.homeslider-nav nav a svg {
  position: absolute;
  width: 10px;
}
.homeslider-nav nav a span {
  display: none;
}
.homeslider-nav nav a:hover {
  width: 150px;
  padding: 0 10px;
  border: 2px solid #fff;
}
.homeslider-nav nav a:hover span {
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .homeslider-nav nav a.homeslider-nav-prev {
    display: none;
  }
}
.homeslider-nav nav a.homeslider-nav-prev svg {
  left: 10px;
}
.homeslider-nav nav a.homeslider-nav-prev:hover span {
  right: 10px;
}
.homeslider-nav nav a.homeslider-nav-prev:hover::before {
  content: "";
  width: 20px;
  height: 2px;
  margin-left: 3px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .homeslider-nav nav a.homeslider-nav-next {
    display: none;
  }
}
.homeslider-nav nav a.homeslider-nav-next svg {
  right: 10px;
}
.homeslider-nav nav a.homeslider-nav-next:hover span {
  left: 10px;
}
.homeslider-nav nav a.homeslider-nav-next:hover::after {
  content: "";
  width: 20px;
  height: 2px;
  margin-left: 103px;
  background-color: #fff;
}

.newssection {
  position: relative;
  height: 600px;
  margin: 120px -15px 0;
  background: linear-gradient(270deg, #0099d7 0%, #1d578e 100%);
}
@media (max-width: 1199px) {
  .newssection {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .newssection {
    height: 250px;
    margin-top: 98px;
  }
}
.newssection-slider {
  z-index: 0;
}
.newssection-slider-link, .newssection-slider-slide {
  position: relative;
  width: 100vw;
  height: 600px;
  display: block;
}
@media (max-width: 1199px) {
  .newssection-slider-link, .newssection-slider-slide {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .newssection-slider-link, .newssection-slider-slide {
    height: 250px;
  }
}
.newssection-slider-slide {
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .newssection-slider-slide {
    height: 250px;
  }
}
.newssection-slider-slide-gradient {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 200px;
  opacity: 0.5;
  background: linear-gradient(0deg, #01001a 0%, rgba(1, 0, 26, 0) 100%);
}
.newssection-slider-slide-caption {
  position: absolute;
  bottom: 40px;
  left: 100px;
  width: 37vw;
  color: #fff;
}
@media (max-width: 1199px) {
  .newssection-slider-slide-caption {
    bottom: 70px;
    left: 55px;
  }
}
@media (max-width: 991px) {
  .newssection-slider-slide-caption {
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .newssection-slider-slide-caption {
    left: 15px;
    bottom: 55px;
    width: calc(100% - 95px);
  }
}
.newssection-slider-slide-caption span {
  font-family: "bebas_neuebold";
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .newssection-slider-slide-caption span {
    font-size: 16px;
  }
}
.newssection-slider-slide-caption h3 {
  margin-top: 20px;
  font-family: "Gotham-Bold";
  font-size: 30px;
}
@media (max-width: 991px) {
  .newssection-slider-slide-caption h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .newssection-slider-slide-caption h3 {
    font-size: 18px;
  }
}
.newssection-slider .owl-dots {
  position: absolute;
  left: 44vw;
  margin-top: -60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .newssection-slider .owl-dots {
    left: 40vw;
  }
}
@media (max-width: 991px) {
  .newssection-slider .owl-dots {
    left: 32vw;
  }
}
@media (max-width: 767px) {
  .newssection-slider .owl-dots {
    right: 60px;
    left: inherit;
    margin-top: -45px;
  }
}
.newssection-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 767px) {
  .newssection-slider .owl-dots .owl-dot {
    margin-left: 5px;
  }
}
.newssection-slider .owl-dots .owl-dot.active {
  background-color: #fff;
}
.newssection-events {
  margin-top: -200px;
  padding: 35px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .newssection-events {
    margin-right: -15px;
    padding: 20px 15px 20px 20px;
  }
}
@media (max-width: 767px) {
  .newssection-events {
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.newssection-files {
  padding: 20px;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .newssection-files {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .newssection-files {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px 15px;
  }
}
@media (max-width: 575px) {
  .newssection-files {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.newssection-files-list {
  padding: 0;
  list-style: none;
}
.newssection-files-list-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.newssection-files-list-file-link {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .newssection-files-list-file-link {
    font-size: 14px;
  }
}
.newssection-files-list-file-image {
  width: 100px;
  margin-right: 15px;
  flex: 1 0 auto;
}
.newssection-files-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #e9e9e9;
}
.newssection-files-wrapper {
  position: relative;
  z-index: 3;
}
.newssection-news-title {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .newssection-news-title {
    margin-top: 25px;
  }
}
.newssection-news-slider {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .newssection-news-slider {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .newssection-news-slider {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .newssection-news-slider {
    padding-right: 0;
  }
}
.newssection-news-slider-container {
  position: relative;
}
@media (max-width: 767px) {
  .newssection-news-slider-container {
    margin-right: -15px;
  }
}
.newssection-news-slider-slide {
  display: block;
}
@media (max-width: 1199px) {
  .newssection-news-slider-slide {
    width: 286px;
  }
}
@media (max-width: 991px) {
  .newssection-news-slider-slide {
    width: 221px;
  }
}
@media (max-width: 767px) {
  .newssection-news-slider-slide {
    width: 225px;
  }
}
.newssection-news-slider-slide-caption {
  margin-top: 15px;
}
.newssection-news-slider-slide-caption-title {
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .newssection-news-slider-slide-caption-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .newssection-news-slider-slide-caption-title {
    font-size: 15px;
  }
}
.newssection-news-slider-slide-caption span {
  margin-top: 15px;
}
.newssection-news-slider .owl-dots {
  position: absolute;
  right: 50px;
  bottom: -60px;
  text-align: center;
}
@media (max-width: 767px) {
  .newssection-news-slider .owl-dots {
    right: 15px;
    bottom: -35px;
  }
}
.newssection-news-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0 15px;
  border: 2px solid #666;
  border-radius: 50%;
  background-color: transparent;
}
.newssection-news-slider .owl-dots .owl-dot.active {
  background-color: #666;
}
.newssection-news-slider-nav {
  position: absolute;
  z-index: 2;
  top: 233px;
  right: 50px;
}
@media (max-width: 1199px) {
  .newssection-news-slider-nav {
    top: 166px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .newssection-news-slider-nav {
    top: 121px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .newssection-news-slider-nav {
    top: -50px;
    right: 0;
  }
}
.newssection-news-slider-nav button {
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #f5f5f5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .newssection-news-slider-nav button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .newssection-news-slider-nav button:last-of-type > svg {
    margin-left: 4px;
  }
}
.newssection-news-slider-nav button:hover {
  background-color: #006daa;
}
.cromis-body .newssection-news-slider-nav button:hover {
  background-color: #007B6D;
}
.newssection-news-slider-nav button:hover svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  .newssection-news-slider-nav button svg {
    vertical-align: -3px;
    width: 15px;
  }
}
.newssection-news-more {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .newssection-news-more {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.activitiessection {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .activitiessection {
    margin-top: 30px;
  }
}
.activitiessection-title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .activitiessection-title {
    margin-bottom: 30px;
  }
}
.activitiessection-row {
  padding-left: 15px;
}
.activitiessection-element {
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .activitiessection-element {
    margin-bottom: 3.75px;
    font-size: 13px;
  }
}
.activitiessection-element-img {
  margin-bottom: 10px;
  overflow: hidden;
}
.col-md-3rd .activitiessection-element-img {
  height: 105px;
}
.col-md-4th .activitiessection-element-img {
  height: 105px;
}
.activitiessection-element-img:hover img {
  transform: scale(1.3);
}
.activitiessection-element-img img {
  display: block;
  width: 100%;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .activitiessection-element img {
    width: 100%;
  }
}
.activitiessection-more {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .activitiessection-more {
    margin-top: 15px;
  }
}

.ecosystemsection {
  margin-top: 45px;
  padding: 50px 0 80px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .ecosystemsection {
    margin-top: 30px;
    padding: 30px 0 15px;
  }
}
.ecosystemsection .row:last-child .ecosystemsection-element {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ecosystemsection .row:last-child .ecosystemsection-element {
    padding-bottom: 30px;
  }
}
.ecosystemsection-element {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px 30px;
  gap: 0.5rem;
}
.ecosystemsection-element h4 {
  font-family: "Gotham-Bold";
  font-size: 18px;
}
.ecosystemsection-element p {
  margin: 0;
  font-family: "Gotham-Book";
  font-size: 14px;
}
.ecosystemsection-element img {
  min-width: 100px;
  max-width: 100px;
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .ecosystemsection-element img {
    min-width: 75px;
    max-width: 75px;
  }
}
.ecosystemsection-element:hover img {
  filter: grayscale(0);
}

body.mobile .homeslider-slide .image-responsive,
body.tablet .homeslider-slide .image-responsive {
  display: block;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

.posts-item {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .posts-item {
    padding: 15px 0;
  }
}
.posts-item--first {
  padding-top: 0;
}
.posts-item-background {
  position: absolute;
  left: -100vw;
  top: 0;
  right: -45px;
  bottom: 0;
  background-color: #e9e9e9;
  z-index: -1;
}
@media (max-width: 575px) {
  .posts-item--alt .posts-item-row-colimage {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 575px) {
  .posts-item-row {
    flex-wrap: inherit;
  }
  .posts-item-row > [class*=col-] {
    width: inherit;
  }
}
@media (max-width: 575px) {
  .posts-item-row--reverse {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .posts-item-row-colimage {
    padding-right: 5px;
  }
}
@media (max-width: 575px) {
  .posts-item-row-colimage {
    padding-right: 0;
  }
}
.posts-item-image::after {
  padding-bottom: 100%;
}
@media (max-width: 575px) {
  .posts-item-image {
    width: 120px;
  }
}
.posts-item-content {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .posts-item-content {
    padding: 0;
  }
}
.posts-item-content-title {
  line-height: 1.5;
}
.posts-item *.posts-item-title {
  display: block;
  margin-bottom: 30px;
  font-family: "Gotham-Bold";
  font-size: 24px;
}
.posts-item *.posts-item-title:hover {
  color: #006daa;
}
.cromis-body .posts-item *.posts-item-title:hover {
  color: #007B6D;
}
@media (max-width: 991px) {
  .posts-item *.posts-item-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .posts-item *.posts-item-title {
    margin: 0;
    font-size: 18px;
  }
}
.posts-item-description {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .posts-item-description {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .posts-item-description {
    display: none;
  }
}
.posts-item-infos {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .posts-item-infos:not(.posts-item-infos--mobile) {
    display: none;
  }
}
.posts-item-infos--mobile {
  display: none;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .posts-item-infos--mobile {
    display: flex;
  }
}

.portal {
  max-width: 700px;
  margin: 150px auto 0 auto;
}
.portal .ssoLogin {
  margin-bottom: 10px;
}
.portal .ssoLogin i, .portal .ssoLogin small {
  display: none;
}
.portal .ssoLogin--loading {
  cursor: initial !important;
}
.portal .ssoLogin--loading i {
  display: inline-block;
}
.portal .ssoLogin--loading small {
  display: block;
}
.portal p.font-italic a {
  color: #006daa;
}
.cromis-body .portal p.font-italic a {
  color: #007B6D;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.divelog {
  position: relative;
  color: #fff;
  font-size: 14px;
}
.cromis-body .divelog {
  position: relative;
  min-height: 100vh;
}
.cromis-body .divelog::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -15px;
  right: -15px;
  width: 100vw;
  height: 200px;
  background: linear-gradient(180deg, rgba(13, 174, 156, 0) 0%, #007B6D 100%);
}
.divelog [data-hidden=true] {
  display: none !important;
}
.divelog .ffessm-button {
  font-size: 18px;
  user-select: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.divelog .ffessm-button:not(.ffessm-button--noclick):not([disabled]):hover, .divelog .ffessm-button-active {
  border-color: #fff;
  background-color: #fff !important;
  color: #0050b3 !important;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.cromis-body .divelog .ffessm-button:not(.ffessm-button--noclick):not([disabled]):hover, .cromis-body .divelog .ffessm-button-active {
  color: #0DAE9C !important;
}
.divelog .ffessm-button--noclick {
  cursor: not-allowed;
}
.divelog .ffessm-button--noclick-active {
  cursor: default;
}
.divelog .ffessm-button--reverse {
  color: #0050b3 !important;
}
.cromis-body .divelog .ffessm-button--reverse {
  color: #0DAE9C !important;
}
.divelog .ffessm-button--reverse:not(.ffessm-button--noclick):not([disabled]):hover {
  background-color: transparent !important;
  color: #fff !important;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.cromis-body .divelog .ffessm-button--reverse:not(.ffessm-button--noclick):not([disabled]):hover {
  color: #fff !important;
}
.divelog .ffessm-button--reverse:not(.ffessm-button--noclick):not([disabled]):hover svg {
  fill: #fff;
  transition: fill 0.2s ease;
}
.cromis-body .divelog .ffessm-button--reverse:not(.ffessm-button--noclick):not([disabled]):hover svg {
  fill: #fff !important;
}
.divelog .ffessm-button svg {
  fill: #0050b3;
  transition: fill 0.2s ease;
}
.cromis-body .divelog .ffessm-button svg {
  fill: #0DAE9C !important;
}
.divelog .contentpage-discoveries-element-title {
  color: #fff;
}
.divelog .contentpage-discoveries-metas {
  color: #00f6ff;
}
.divelog-badges {
  text-align: center;
}
.divelog-badges--small {
  text-align: inherit;
}
.divelog-badges--small .divelog-badges-item {
  width: inherit;
  margin: 0 3.75px 7.5px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 20px;
}
.divelog-badges-item {
  position: relative;
  display: inline-block;
  width: 140px;
  margin: 0 5px 10px;
  padding: 9px 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #0050b3;
  color: #fff;
  opacity: 0.5;
  font-family: "Gotham-Bold";
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.1s ease;
}
.cromis-body .divelog-badges-item {
  background-color: #0DAE9C;
}
.divelog-badges-item--reverse {
  background-color: transparent;
  border: 2px solid #006daa;
  color: #006daa;
}
.cromis-body .divelog-badges-item--reverse {
  border: 2px solid #007B6D;
  color: #007B6D;
}
.divelog-badges-item--reverse.active {
  background-color: #006daa !important;
  color: #fff !important;
}
.cromis-body .divelog-badges-item--reverse.active {
  background-color: #007B6D !important;
}
@media (max-width: 575.98px) {
  .divelog-badges-item {
    width: 125px;
    font-size: 12px;
    line-height: 20px;
  }
}
.divelog-badges-item:hover {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog-badges-item.active {
  background-color: #fff;
  color: #0050b3;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cromis-body .divelog-badges-item.active {
  color: #0DAE9C;
}
.divelog-clubs {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .divelog-clubs {
    padding: 15px;
  }
}
.divelog-clubs-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
}
@media (max-width: 991.98px) {
  .divelog-clubs-inner {
    margin-right: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
  }
}
.divelog-clubs-item {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  max-width: calc(33.3333333333% - 40px);
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .divelog-clubs-item {
    max-width: calc(50% - 40px);
  }
}
@media (max-width: 767.98px) {
  .divelog-clubs-item {
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
.divelog-clubs-item img {
  display: block;
  max-height: 65px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .divelog-clubs-item img {
    max-height: 50px;
  }
}
.divelog-clubs a.divelog-clubs-item {
  opacity: 0.75;
  transition: opacity 0.1s ease;
}
.divelog-clubs a.divelog-clubs-item:hover {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog-fieldview--temperature {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.divelog-fieldview--temperature .water {
  display: flex;
  align-items: center;
}
.divelog-fieldview--temperature .water .title {
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575.98px) {
  .divelog-fieldview--temperature .water .title {
    margin-right: 15px;
    font-size: 13px;
  }
}
.divelog-fieldview--temperature .water .bottom {
  color: #1a9ee8;
}
.cromis-body .divelog-fieldview--temperature .water .bottom {
  color: #007B6D;
}
.divelog-fieldview--temperature .water img {
  width: 40px;
  margin: 5px 0 7.5px;
}
@media (max-width: 575.98px) {
  .divelog-fieldview--temperature .water img {
    max-width: 40px;
  }
}
.divelog-fieldview--temperature .outside {
  display: flex;
  align-items: center;
}
.divelog-fieldview--temperature .outside .text {
  margin-right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  .divelog-fieldview--temperature .outside .text {
    margin-right: 15px;
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview--temperature .outside img {
    width: 30px;
  }
}
.divelog-fieldview-row {
  display: flex;
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row {
    flex-wrap: wrap;
  }
}
.divelog-fieldview-row--space-between {
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row--space-between {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row--space-between .divelog-fieldview-field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row--xs-50 .divelog-fieldview-field {
    width: calc(50% - 7.5px) !important;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row .divelog-fieldview-field {
    width: 100%;
    margin-bottom: 15px;
  }
}
.divelog-fieldview-row .divelog-fieldview-field:not([class^=col]) + .divelog-fieldview-field:not([class^=col]) {
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .divelog-fieldview-row .divelog-fieldview-field:not([class^=col]) + .divelog-fieldview-field:not([class^=col]) {
    padding-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .divelog-fieldview-row .divelog-fieldview-field:not([class^=col]) + .divelog-fieldview-field:not([class^=col]) {
    padding-left: 50px;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row .divelog-fieldview-field:not([class^=col]) + .divelog-fieldview-field:not([class^=col]) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row .divelog-fieldview-field:nth-of-type(odd) {
    margin-right: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-row .divelog-fieldview-field:nth-of-type(even) {
    margin-left: 7.5px;
  }
}
.divelog-fieldview-column .divelog-fieldview-field {
  margin-bottom: 30px;
}
.divelog-fieldview-field {
  max-width: 100%;
}
.divelog-fieldview-field--empty {
  margin-bottom: 0 !important;
}
.divelog-fieldview-field--collection {
  margin-bottom: 12.5px !important;
}
.divelog-fieldview-field-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575.98px) {
  .divelog-fieldview-field-title {
    margin-bottom: 2.5px;
  }
}
.divelog-fieldview-field-icon {
  width: 25px;
  max-height: 25px;
  max-width: 25px;
  margin-right: 10px;
}
.divelog-fieldview-field-value {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .divelog-fieldview-field-value {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .divelog-fieldview-field-value {
    font-size: 13px;
  }
}
.divelog-fieldview-field-value--comment {
  margin-top: 5px;
  font-family: "Gotham-Book" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
.divelog-fieldview-field-value--link a {
  color: rgba(255, 255, 255, 0.7) !important;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.divelog-fieldview-field-value--link a:active, .divelog-fieldview-field-value--link a:focus, .divelog-fieldview-field-value--link a:hover {
  color: #fff !important;
}
.divelog-fieldview-field-small {
  padding-left: 10px;
}
.divelog-fieldview-field-flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
.divelog-fieldview-field-flex--center {
  align-items: center;
}
.divelog-fieldview-field-flex .divelog-fieldview-field-value {
  width: inherit;
}
.divelog-fieldview-comment {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.divelog-fieldview-comment .evaluation {
  width: 25px;
  margin-right: 15px;
}
.divelog-fieldview-comment .text {
  padding-top: 3px;
}
.divelog-fieldview-block {
  padding: 12px 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .divelog-fieldview-block {
    padding: 8px;
  }
}
.divelog-fieldview-block + .divelog-fieldview-block {
  margin-top: 15px;
}
.divelog-fieldview-block-row {
  display: flex;
  flex-flow: row wrap;
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  margin-top: 5px;
  padding-top: 7.5px;
}
.divelog-fieldview-block-fullcol {
  flex: 0 0 100%;
  margin-top: 5px;
  margin-bottom: 7.5px;
}
.divelog-fieldview-block-col {
  width: 33.3333333333%;
}
.divelog-fieldview-block .divelog-fieldview-field {
  margin-bottom: 0;
}
.divelog-filters {
  padding: 20px 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.divelog-filters select option:disabled {
  display: none;
}
.divelog-filters--reverse {
  border-color: rgba(204, 204, 204, 0.5);
}
.divelog-filters--reverse .divelog-filters-legend {
  border-color: rgba(204, 204, 204, 0.5);
}
.divelog-filters--reverse .divelog-filters-legend-element-title {
  color: #333;
}
@media (max-width: 575.98px) {
  .divelog-filters {
    padding: 15px;
  }
}
.divelog-filters-search {
  max-width: 490px;
  margin: 0 auto;
}
.divelog-filters-title {
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 28px;
}
.divelog-filters-content {
  margin-top: 15px;
}
.divelog-filters-content--flex {
  display: flex;
}
@media (max-width: 991.98px) {
  .divelog-filters-content--flex {
    flex-direction: column;
  }
}
.divelog-filters-left {
  width: 280px;
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .divelog-filters-left {
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .divelog-filters-left {
    width: 100%;
    margin-right: 0;
  }
}
.divelog-filters-badges {
  flex: 1 0;
}
.divelog-filters-badges-flex {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 575.98px) {
  .divelog-filters-badges-flex {
    flex-direction: column;
  }
}
.divelog-filters-badges-icon {
  flex: 0 0 100px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(106.5px - 7.5px);
  height: calc(106.5px - 7.5px);
  padding: 10px;
  background-color: #00387d;
  border-radius: 5px;
}
.cromis-body .divelog-filters-badges-icon {
  background-color: #007B6D;
}
@media (max-width: 575.98px) {
  .divelog-filters-badges-icon {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.divelog-filters-badges-icon img {
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
}
.divelog-filters-badges-description {
  margin-top: 7.5px;
  padding: 7.5px;
  background-color: #00387d;
  font-size: 11px;
  border-radius: 5px;
}
.cromis-body .divelog-filters-badges-description {
  background-color: #007B6D;
}
@media (max-width: 575.98px) {
  .divelog-filters-badges-description {
    margin-top: 15px;
  }
}
.divelog-filters-badges-description-title {
  font-family: "Gotham-Bold";
  font-size: 13px;
  line-height: 14px;
}
.divelog-filters-placebo {
  font-size: 16px;
  font-family: "Gotham-Bold";
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 3px 13px;
  border-radius: 5px;
}
.divelog-filters-legend {
  display: flex;
  flex-flow: row nowrap;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .divelog-filters-legend {
    flex-direction: column;
  }
}
.divelog-filters-legend-element {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.divelog-filters-legend-element + .divelog-filters-legend-element {
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .divelog-filters-legend-element + .divelog-filters-legend-element {
    margin-left: 0;
    margin-top: 5px;
  }
}
.divelog-filters-legend-element img {
  height: 25px;
}
@media (max-width: 575.98px) {
  .divelog-filters-legend-element img {
    height: 20px;
  }
}
.divelog-filters-legend-element-title {
  flex: 1 0 auto;
  text-transform: uppercase;
  font-family: "Gotham-Bold";
  letter-spacing: 1px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .divelog-filters-legend-element-title {
    font-size: 10px;
  }
}
.divelog-map {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.divelog-map--h-500 {
  height: 500px;
}
@media (max-width: 991.98px) {
  .divelog-map--h-500 {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .divelog-map--h-500 {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .divelog-map--h-500 {
    height: 300px;
  }
}
.divelog-map--h-full {
  height: 100%;
  min-height: 300px;
}
@media (max-width: 575.98px) {
  .divelog-map .leaflet-top.leaflet-left {
    top: 44px;
  }
}
@media (max-width: 575.98px) {
  .divelog-map .leaflet-top.leaflet-right {
    left: 0;
  }
}
.divelog-map-info {
  padding: 7.5px 10px;
  width: 100%;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.3);
}
.divelog-media {
  height: 150px;
  width: calc((100% - 30px) / 2);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199.98px) {
  .divelog-media {
    height: 140px;
  }
}
@media (max-width: 991.98px) {
  .divelog-media {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .divelog-media {
    width: calc((100% - 15px) / 2);
    margin-right: 7.5px;
    margin-bottom: 15px;
    margin-left: 7.5px;
  }
}
.divelog-media.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
}
.divelog-media.loading {
  visibility: visible;
  opacity: 1;
  animation: loading 2s infinite 1.5s;
  transition: opacity 1s ease 0s, visibility 0s ease 0s;
}
.divelog-media.hidden .divelog-picture-action,
.divelog-media.hidden .divelog-picture img, .divelog-media.loading .divelog-picture-action,
.divelog-media.loading .divelog-picture img {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
}
.divelog-media.visible {
  visibility: visible;
  opacity: 1;
}
.divelog-media:nth-of-type(odd) {
  margin-left: 0;
}
.divelog-media:nth-of-type(even) {
  margin-right: 0;
}
.divelog-media .divelog-picture {
  height: 100%;
}
.divelog-media .divelog-picture-action,
.divelog-media .divelog-picture img {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
}
.divelog-media .form-group, .divelog-media .form-group-labelUp,
.divelog-media input {
  display: none;
}
.divelog-picture {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #00387d;
}
.divelog-picture > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.divelog-picture-action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.1s ease;
}
.divelog-picture-action--rotate-45 > img {
  transform: rotate(45deg);
}
.divelog-picture-action:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.1s ease;
}
.divelog-picture-action > img {
  position: inherit;
  height: 40px;
  width: 40px;
  object-fit: inherit;
}
.divelog-picture iframe {
  height: 100% !important;
  width: 100% !important;
}
.divelog-section {
  margin-top: 50px;
}
.divelog-section + .divelog-section:not(.divelog-section--no-separator):before, .divelog-section--separator:before {
  content: "";
  display: block;
  height: 13px;
  margin-right: 100px;
  margin-bottom: 50px;
  margin-left: 100px;
  background-image: url("/img/divelog/separator.svg");
  background-repeat: repeat-x;
}
@media (max-width: 575.98px) {
  .divelog-section + .divelog-section:not(.divelog-section--no-separator):before, .divelog-section--separator:before {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.divelog-section-title {
  margin-bottom: 30px;
  color: #fffb69;
  font-family: "Gotham-Bold";
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}
.cromis-body .divelog-section-title {
  color: #5BF2FF;
}
@media (max-width: 575.98px) {
  .divelog-section-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.divelog-section-title small {
  margin-left: 5px;
  vertical-align: 2px;
  font-size: 60%;
}
.divelog-section-subtitle {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 28px;
}
.divelog-section-subsubtitle {
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 22px;
  line-height: 26px;
}
.divelog-list-delete-btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  transition: 0.3s !important;
}
.divelog-list-delete-btn.disabled {
  pointer-events: none;
  opacity: 0.4;
  transition-property: all;
  transition-duration: 0.3s;
}
.divelog-species {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .divelog-species {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.divelog-species--dashboard {
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 1199.98px) {
  .divelog-species--dashboard {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-species--dashboard {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.divelog-species--dashboard .divelog-species-item {
  width: calc(20% - 20px);
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .divelog-species--dashboard .divelog-species-item {
    width: calc(20% - 15px);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-species--dashboard .divelog-species-item {
    width: calc(50% - 15px);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-species--dashboard .divelog-species-item:not(:nth-last-child(-n+3)) {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .divelog-species--dashboard .divelog-species-item:last-of-type {
    display: none;
  }
}
.divelog-species--dashboard .divelog-species-item-picture {
  height: 95px;
}
.divelog-species--dashboard .divelog-species-item-label {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 575.98px) {
  .divelog-species--dashboard .divelog-species-item-label {
    margin-top: 5px;
  }
}
.divelog-species--dashboard .divelog-species-item-hover {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .divelog-species--dashboard .divelog-species-item-hover {
    font-size: 12px;
    line-height: 20px;
  }
}
.divelog-species--dashboard .divelog-species-item-hover img {
  width: 85px;
}
@media (max-width: 1199.98px) {
  .divelog-species--dashboard .divelog-species-item-hover img {
    width: 75px;
  }
}
.divelog-species--row-5 .divelog-species-item {
  width: calc(20% - 30px);
}
@media (max-width: 991.98px) {
  .divelog-species--row-5 .divelog-species-item {
    width: calc(25% - 30px);
  }
}
@media (max-width: 767.98px) {
  .divelog-species--row-5 .divelog-species-item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 575.98px) {
  .divelog-species--row-5 .divelog-species-item {
    width: calc(50% - 15px);
  }
}
.divelog-species--row-5 .divelog-species-item-picture {
  height: 150px;
}
@media (max-width: 1199.98px) {
  .divelog-species--row-5 .divelog-species-item-picture {
    height: 115px;
  }
}
@media (max-width: 991.98px) {
  .divelog-species--row-5 .divelog-species-item-picture {
    height: 100px;
  }
}
.divelog-species a.divelog-species-item:hover .divelog-species-item-hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.divelog-species-item {
  width: calc(25% - 30px);
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .divelog-species-item {
    width: calc(25% - 15px);
    margin-right: 7.5px;
    margin-bottom: 15px;
    margin-left: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-species-item {
    width: calc(50% - 15px);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
.divelog-species-item-picture {
  height: 180px;
}
@media (max-width: 1199.98px) {
  .divelog-species-item-picture {
    height: 145px;
  }
}
@media (max-width: 991.98px) {
  .divelog-species-item-picture {
    height: 100px;
  }
}
.divelog-species-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff !important;
  opacity: 0;
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 25px;
  transition: opacity 0.3s ease;
}
.divelog-species-item-hover img {
  width: 98px;
}
.divelog-species-item-label {
  margin-top: 10px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .divelog-species-item-label {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }
}
.divelog-species-item-features img {
  margin-left: 5px;
  max-width: 20px;
  max-height: 20px;
}
.divelog-stamps {
  display: flex;
  flex-wrap: wrap;
}
.divelog-stamp {
  width: 100%;
}
.divelog-stamp--right {
  margin-left: auto;
}
.divelog-stamp--force-height .divelog-stamp-inner {
  height: 155px;
}
.divelog-stamp--small .divelog-stamp-title {
  font-size: 12px;
  line-height: 18px;
}
.divelog-stamp--row-2 {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.divelog-stamp--row-2:nth-of-type(odd) {
  margin-right: 20px;
}
.divelog-stamp--row-2 .divelog-stamp-inner {
  height: 100%;
}
.divelog-stamp--row-2 .divelog-stamp-img img {
  max-height: 75px;
  max-width: 55% !important;
}
.divelog-stamp-inner {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 15px;
  border-radius: 5px;
  background-color: #fff;
}
.divelog-stamp-title {
  margin-bottom: 5px;
  color: #012753;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
.divelog-stamp-img {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.divelog-stamp-img.export {
  position: absolute;
  top: 10px;
  right: 50px;
  width: 100px;
  height: 100px;
  background-size: cover;
}
.divelog-stamp-img img {
  display: block;
  max-height: 97px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.divelog-stamp-link {
  font-size: 12px;
}
.divelog-stamp-link a {
  display: block;
  margin-top: 5px;
  color: #012753 !important;
  text-align: center;
}
.divelog-stamp-link a:active, .divelog-stamp-link a:focus, .divelog-stamp-link a:hover {
  color: #012753 !important;
}
.divelog-table {
  overflow-x: auto;
  max-width: 100%;
}
.divelog-table-inner {
  display: table;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.divelog-table-row {
  display: table-row;
  color: #fff !important;
  transition: opacity 0.1s ease;
}
.divelog-table-row .row-link, .divelog-table-row .action-link {
  color: #fff !important;
}
.divelog-table-row .action-link {
  cursor: pointer;
  padding: 5px 0;
}
.divelog-table-row .action-link svg {
  pointer-events: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.divelog-table-row:first-child > * {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .divelog-table-row:first-child > * {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 991.98px) {
  .divelog-table-row:first-child span:first-of-type {
    display: none;
  }
}
.divelog-table-row:first-child span:last-of-type {
  display: none;
}
@media (max-width: 991.98px) {
  .divelog-table-row:first-child span:last-of-type {
    display: block;
  }
}
.divelog-table-row:not(:first-child) {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.divelog-table-row:not(:first-child):hover {
  background-color: rgba(0, 80, 179, 0.5);
  transition: background-color 0.2s ease;
}
.cromis-body .divelog-table-row:not(:first-child):hover {
  background-color: rgba(13, 174, 156, 0.5);
}
.divelog-table-row:not(:first-child) > * {
  border-top: 1px solid #0050b3;
}
.cromis-body .divelog-table-row:not(:first-child) > * {
  border-top: 1px solid #0DAE9C;
}
.divelog-table-row > * {
  display: table-cell;
  height: 40px;
  padding: 12px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  .divelog-table-row > * {
    padding: 8px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .divelog-table-row > * {
    padding: 6px;
    font-size: 11px;
    line-height: 16px;
  }
}
.divelog-table-row > * img {
  max-height: 20px;
}
@media (max-width: 767.98px) {
  .divelog-table-row > * img {
    max-height: 15px;
  }
}
.divelog-title {
  margin-bottom: 50px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .divelog-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.divelog-title > span {
  margin-left: 10px;
  vertical-align: 3px;
  font-family: "Gotham-Book";
  font-size: 22px;
  font-weight: 400;
}
.divelog-title .select {
  position: relative;
  display: inline-block;
  height: inherit !important;
  width: inherit;
  margin: 0;
  padding: 0 !important;
  vertical-align: inherit;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 40px !important;
  line-height: 50px !important;
  user-select: none;
}
@media (max-width: 575.98px) {
  .divelog-title .select {
    font-size: 25px !important;
    line-height: 30px !important;
  }
}
.divelog-title .select.active .select-label {
  opacity: 0.7;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.divelog-title .select.active .select-label::after {
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1);
  transition: transform 0.2s ease;
}
.divelog-title .select.active .select-dropdown {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.divelog-title .select-label {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.divelog-title .select-label:hover {
  opacity: 1;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.divelog-title .select-label:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 30px;
  background-image: url("/img/ui/arrow-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.7;
  transition: transform 0.2s ease;
}
@media (max-width: 575.98px) {
  .divelog-title .select-label:after {
    height: 12px;
    width: 20px;
  }
}
.divelog-title .select-dropdown {
  position: absolute;
  bottom: 50px;
  width: 100%;
  min-width: 210px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
}
@media (max-width: 575.98px) {
  .divelog-title .select-dropdown {
    bottom: 30px;
  }
}
.divelog-title .select-dropdown > a {
  display: block;
  color: #fff;
  transition: color 0.2s ease;
}
.divelog-title .select-dropdown > a:active, .divelog-title .select-dropdown > a:focus, .divelog-title .select-dropdown > a:hover {
  color: #fffb69;
  transition: color 0.2s ease;
}
.cromis-body .divelog-title .select-dropdown > a:active, .cromis-body .divelog-title .select-dropdown > a:focus, .cromis-body .divelog-title .select-dropdown > a:hover {
  color: #5BF2FF;
}
.divelog label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  user-select: none;
}
.divelog label.label--checkbox-aligner {
  margin-bottom: 15px;
}
.divelog input:not([type=submit]),
.divelog select,
.divelog textarea,
.divelog .fake-input {
  padding: 3px 13px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 28px;
  outline: none;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .divelog input:not([type=submit]),
  .divelog select,
  .divelog textarea,
  .divelog .fake-input {
    padding: 8px 13px;
    font-size: 14px;
    line-height: 20px;
  }
}
.divelog select {
  padding-right: 30px;
}
.divelog .has-error input:not([type=submit]),
.divelog .has-error select,
.divelog .has-error textarea {
  border: 2px solid #d8232a;
  color: #d8232a;
}
.divelog input[type=number],
.divelog input[type=text],
.divelog select,
.divelog .fake-input {
  height: 40px;
  max-width: 100%;
}
.divelog input[type=submit],
.divelog [type=submit] {
  cursor: pointer;
}
.divelog input[type=submit].disabled,
.divelog [type=submit].disabled {
  cursor: progress;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.divelog select {
  cursor: pointer;
}
.divelog .checkbox {
  display: flex;
  margin-bottom: 0;
}
.divelog .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.divelog .checkbox input:checked ~ .checkbox-checkmark .checkbox-checkmark-inner {
  display: block;
}
.divelog .checkbox label {
  margin-bottom: 0;
  padding-left: 35px;
  line-height: 28px;
  cursor: pointer;
  user-select: none;
}
.divelog .checkbox-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}
.divelog .checkbox-checkmark-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 16px;
  width: 16px;
  background-image: url("/img/ui/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.divelog .checkbox + .help-block ul {
  padding-left: 37px;
}
.divelog .form-link {
  color: #46c3e5;
  font-family: "Gotham-Bold";
  font-size: 14px;
  line-height: 17px;
}
.cromis-body .divelog .form-link {
  color: #5BF2FF;
}
.divelog .form-link:active, .divelog .form-link:focus, .divelog .form-link:hover {
  color: #fff;
}
.divelog .form-link[disabled] {
  color: rgba(70, 195, 229, 0.3);
  pointer-events: none;
  cursor: default;
}
.cromis-body .divelog .form-link[disabled] {
  color: rgba(91, 242, 255, 0.3);
}
.divelog .form-with-unit {
  display: flex;
  height: 45px;
  margin-top: 10px;
  font-family: "Gotham-Book";
  font-size: 40px;
  line-height: 48px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .divelog .form-with-unit {
    font-size: 25px;
    height: 30px;
    line-height: 32px;
  }
}
.divelog .form-with-unit--small {
  font-size: 25px;
  height: 30px !important;
  line-height: 32px !important;
}
.divelog .form-with-unit--small input {
  height: 30px !important;
  font-size: 30px !important;
}
.divelog .form-with-unit.hidden {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.divelog .form-with-unit-minutes {
  margin-left: 7px;
}
.divelog .form-with-unit input {
  height: 45px;
  width: 100px;
  padding: 0;
  border: none;
  border-bottom: 2px dashed;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Gotham-Book";
  font-size: 50px;
  letter-spacing: -2px;
  text-align: right;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767.98px) {
  .divelog .form-with-unit input {
    height: 30px;
    font-size: 30px;
  }
}
.divelog .form-with-unit input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.divelog .form-with-unit input:hover {
  border-color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.divelog .form-with-unit input:active, .divelog .form-with-unit input:focus {
  border-color: #fff;
  color: #fff;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.divelog .form-with-unit input.error {
  border-color: #d8232a;
  color: #d8232a;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.divelog .form-with-unit input[type=number]::-webkit-outer-spin-button, .divelog .form-with-unit input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.divelog .form-with-unit div {
  margin-left: 7px;
}
.divelog .form-errors {
  color: #fff;
  list-style-type: square;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-bottom: 30px;
}
.divelog .form-errors a {
  color: #d8232a;
  font-style: italic;
}
.divelog .collection {
  padding-top: 5px;
}
.divelog .collection > .form-group, .divelog .collection > .form-group-labelUp {
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.divelog .collection > .form-group .form-group, .divelog .collection > .form-group-labelUp .form-group, .divelog .collection > .form-group .form-group-labelUp, .divelog .collection > .form-group-labelUp .form-group-labelUp {
  margin-bottom: 10px;
}
.divelog .collection .divelog-collection-item-body {
  display: flex;
  align-items: flex-end;
}
.divelog .collection .divelog-collection-item-content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.divelog .collection .divelog-collection-item-content .form-group .control-label, .divelog .collection .divelog-collection-item-content .form-group-labelUp .control-label {
  font-size: 12px !important;
}
.divelog .collection .divelog-collection-item-actions-remove {
  display: inline-block;
  margin-top: 5px;
  color: #ef2129 !important;
  font-family: "Gotham-Bold";
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
}
.divelog .collection .divelog-collection-item-actions-remove:hover {
  color: #fff !important;
}
.divelog *.select2-container {
  width: 100% !important;
}
.divelog *.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff;
  box-shadow: none;
  color: #0050b3;
  outline: 0;
  transition: border-color 0.2s ease 0s;
}
.cromis-body .divelog *.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #0DAE9C;
}
.divelog *.select2-container.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
  opacity: 0.3;
  cursor: inherit;
}
.divelog-select2-container.select2-selection--single {
  height: 40px;
  border: 2px solid #fff;
  outline: none;
}
.divelog-select2-container.select2-selection--single .select2-selection__rendered {
  padding: 3px 13px;
  color: #333;
  font-family: "Gotham-Bold";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.divelog-select2-container.select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 2px;
  height: 38px;
  width: 25px;
  background: #fff url("/img/arrow down.svg") no-repeat right 0.75rem center;
  background-size: auto auto;
}
.divelog-select2-container.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.divelog-select2-container.select2-selection--multiple {
  padding: 3px 5px;
  border-radius: 5px;
  transition: border-color 0.2s ease 0s;
}
.divelog-select2-container.select2-selection--multiple .select2-selection__choice {
  margin: 2.5px;
  border-radius: 5px;
  background-color: #0050b3;
}
.cromis-body .divelog-select2-container.select2-selection--multiple .select2-selection__choice {
  background-color: #0DAE9C;
}
.divelog-select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 7px;
  color: #0050b3;
}
.cromis-body .divelog-select2-container .select2-search--inline .select2-search__field {
  color: #0DAE9C;
}
.divelog-select2-container .select2-search--dropdown .select2-search__field {
  height: 40px;
  padding: 3px 10px;
  border: 2px solid #0050b3;
  border-radius: 5px;
  color: #0050b3;
  font-family: "Gotham-Bold";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  outline: none;
}
.cromis-body .divelog-select2-container .select2-search--dropdown .select2-search__field {
  border: 2px solid #0DAE9C;
  color: #0DAE9C;
}
.divelog-select2-container.select2-dropdown {
  border: 0;
}
.divelog-select2-container .select2-results__option {
  color: #0050b3;
  font-family: "Gotham-Bold";
  font-size: 14px;
}
.cromis-body .divelog-select2-container .select2-results__option {
  color: #007B6D;
}
.divelog-select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #0050b3 !important;
  color: #fff;
}
.cromis-body .divelog-select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #0DAE9C !important;
  color: #fff;
}
.divelog-select2-container .select2-results__option[aria-selected=true] {
  background-color: #80bdff;
}
.cromis-body .divelog-select2-container .select2-results__option[aria-selected=true] {
  background-color: #0DAE9C;
}
.divelog .form-group, .divelog .form-group-labelUp {
  width: 100%;
}
.divelog .form-control:disabled, .divelog .form-control[readonly], .divelog .form-control.disabled {
  opacity: 0.3;
  cursor: inherit;
}
.divelog .form-control:active, .divelog .form-control:focus {
  border-color: #80bdff;
  box-shadow: none;
  color: #0050b3;
  outline: 0;
}
.cromis-body .divelog .form-control:active, .cromis-body .divelog .form-control:focus {
  color: #0DAE9C;
}
.divelog .form-group-checkbox-vertical .form-group, .divelog .form-group-checkbox-vertical .form-group-labelUp {
  margin-bottom: 1rem;
}
.divelog .form-group-checkbox-vertical .checkbox {
  flex-direction: column-reverse;
  align-items: center;
}
.divelog .form-group-checkbox-vertical .checkbox input {
  top: inherit;
  bottom: 0;
  left: 50%;
}
.divelog .form-group-checkbox-vertical .checkbox label {
  margin-top: 15px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
.divelog .form-group-checkbox-vertical .checkbox-checkmark {
  position: relative;
  top: inherit;
  left: inherit;
}
.divelog .form-group-customradio .control-label,
.divelog .form-group-radio .control-label {
  margin-top: 4px !important;
  margin-right: 20px !important;
  text-align: left !important;
}
.divelog .form-group-customradio div[id*=diving_site_],
.divelog .form-group-customradio div[id*=informations_],
.divelog .form-group-customradio div[id*=stat_filter_],
.divelog .form-group-radio div[id*=diving_site_],
.divelog .form-group-radio div[id*=informations_],
.divelog .form-group-radio div[id*=stat_filter_] {
  display: flex;
}
@media (max-width: 575.98px) {
  .divelog .form-group-customradio div[id*=diving_site_],
  .divelog .form-group-customradio div[id*=informations_],
  .divelog .form-group-customradio div[id*=stat_filter_],
  .divelog .form-group-radio div[id*=diving_site_],
  .divelog .form-group-radio div[id*=informations_],
  .divelog .form-group-radio div[id*=stat_filter_] {
    flex-wrap: wrap;
  }
}
.divelog .form-group-customradio div[id*=diving_site_] label,
.divelog .form-group-customradio div[id*=informations_] label,
.divelog .form-group-customradio div[id*=stat_filter_] label,
.divelog .form-group-radio div[id*=diving_site_] label,
.divelog .form-group-radio div[id*=informations_] label,
.divelog .form-group-radio div[id*=stat_filter_] label {
  position: relative;
  z-index: 10;
  display: block;
  height: 25px;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .divelog .form-group-customradio div[id*=diving_site_] label,
  .divelog .form-group-customradio div[id*=informations_] label,
  .divelog .form-group-customradio div[id*=stat_filter_] label,
  .divelog .form-group-radio div[id*=diving_site_] label,
  .divelog .form-group-radio div[id*=informations_] label,
  .divelog .form-group-radio div[id*=stat_filter_] label {
    font-size: 13px;
  }
}
.divelog .form-group-customradio div[id*=diving_site_] input,
.divelog .form-group-customradio div[id*=informations_] input,
.divelog .form-group-customradio div[id*=stat_filter_] input,
.divelog .form-group-radio div[id*=diving_site_] input,
.divelog .form-group-radio div[id*=informations_] input,
.divelog .form-group-radio div[id*=stat_filter_] input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  cursor: pointer;
}
.divelog .form-group-customradio div[id*=diving_site_] .radio + .radio,
.divelog .form-group-customradio div[id*=informations_] .radio + .radio,
.divelog .form-group-customradio div[id*=stat_filter_] .radio + .radio,
.divelog .form-group-radio div[id*=diving_site_] .radio + .radio,
.divelog .form-group-radio div[id*=informations_] .radio + .radio,
.divelog .form-group-radio div[id*=stat_filter_] .radio + .radio {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .divelog .form-group-customradio div[id*=diving_site_] .radio + .radio,
  .divelog .form-group-customradio div[id*=informations_] .radio + .radio,
  .divelog .form-group-customradio div[id*=stat_filter_] .radio + .radio,
  .divelog .form-group-radio div[id*=diving_site_] .radio + .radio,
  .divelog .form-group-radio div[id*=informations_] .radio + .radio,
  .divelog .form-group-radio div[id*=stat_filter_] .radio + .radio {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .divelog .form-group-customradio div[id*=diving_site_] .radio:not(:last-of-type),
  .divelog .form-group-customradio div[id*=informations_] .radio:not(:last-of-type),
  .divelog .form-group-customradio div[id*=stat_filter_] .radio:not(:last-of-type),
  .divelog .form-group-radio div[id*=diving_site_] .radio:not(:last-of-type),
  .divelog .form-group-radio div[id*=informations_] .radio:not(:last-of-type),
  .divelog .form-group-radio div[id*=stat_filter_] .radio:not(:last-of-type) {
    margin-right: 15px;
  }
}
.divelog .form-group-customradio div[id*=diving_site_] label,
.divelog .form-group-customradio div[id*=informations_] label {
  height: 37px;
  padding: 3px 10px 3px 45px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 600;
  transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.divelog .form-group-customradio div[id*=diving_site_] label:hover,
.divelog .form-group-customradio div[id*=informations_] label:hover {
  background-color: #049;
  transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label:hover,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label:hover {
  background-color: #007B6D;
}
.divelog .form-group-customradio div[id*=diving_site_] label.active,
.divelog .form-group-customradio div[id*=informations_] label.active {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: #049;
  transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label.active,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label.active {
  background-color: #007B6D;
}
.divelog .form-group-customradio div[id*=diving_site_] label:before,
.divelog .form-group-customradio div[id*=informations_] label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  height: 25px;
  width: 25px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_dayPeriod_0]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_dayPeriod_0]:before {
  background-image: url("/img/divelog/dayperiod-day.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_dayPeriod_1]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_dayPeriod_1]:before {
  background-image: url("/img/divelog/dayperiod-night.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaAgitation_0]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaAgitation_0]:before {
  background-image: url("/img/divelog/seaagitation-calm.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaAgitation_1]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaAgitation_1]:before {
  background-image: url("/img/divelog/seaagitation-rough.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_weather_],
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_weather_] {
  height: 60px;
  width: 60px;
  padding: 0;
  border-radius: 50%;
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_weather_]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_weather_]:before {
  top: 8px;
  left: 8px;
  height: 40px;
  width: 40px;
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_weather_0]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_weather_0]:before {
  background-image: url("/img/divelog/weather-sunny.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_weather_1]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_weather_1]:before {
  background-image: url("/img/divelog/weather-cloudy.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_weather_2]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_weather_2]:before {
  background-image: url("/img/divelog/weather-rainy.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_weather_3]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_weather_3]:before {
  background-image: url("/img/divelog/weather-snowy.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_visibility_0]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_visibility_0]:before {
  background-image: url("/img/divelog/visibility-good.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_visibility_1]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_visibility_1]:before {
  background-image: url("/img/divelog/visibility-average.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_visibility_2]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_visibility_2]:before {
  background-image: url("/img/divelog/visibility-bad.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaStream_0]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaStream_0]:before {
  background-image: url("/img/divelog/seastream-none.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaStream_1]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaStream_1]:before {
  background-image: url("/img/divelog/seastream-weak.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaStream_2]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaStream_2]:before {
  background-image: url("/img/divelog/seastream-strong.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_evaluation_],
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_evaluation_] {
  height: 42px;
  width: 42px;
  padding-left: 0;
  border-radius: 50%;
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_evaluation_]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_evaluation_]:before {
  top: 6px;
  left: 6px;
  height: 26px;
  width: 26px;
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_evaluation_0]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_evaluation_0]:before {
  background-image: url("/img/divelog/evaluation-good.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_evaluation_1]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_evaluation_1]:before {
  background-image: url("/img/divelog/evaluation-average.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_evaluation_2]:before,
.divelog .form-group-customradio div[id*=informations_] label[for*=informations_evaluation_2]:before {
  background-image: url("/img/divelog/evaluation-bad.svg");
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaAgitation_0]:before,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaAgitation_0]:before {
  background-image: url("/img/divelog/svg-white/seaagitation-calm.svg");
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaAgitation_1]:before,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaAgitation_1]:before {
  background-image: url("/img/divelog/svg-white/seaagitation-rough.svg");
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaStream_0]:before,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaStream_0]:before {
  background-image: url("/img/divelog/svg-white/seastream-none.svg");
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaStream_1]:before,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaStream_1]:before {
  background-image: url("/img/divelog/svg-white/seastream-weak.svg");
}
.cromis-body .divelog .form-group-customradio div[id*=diving_site_] label[for*=informations_seaStream_2]:before,
.cromis-body .divelog .form-group-customradio div[id*=informations_] label[for*=informations_seaStream_2]:before {
  background-image: url("/img/divelog/svg-white/seastream-strong.svg");
}
.divelog .form-group-customradio div[id*=diving_site_] label .checkbox-checkmark,
.divelog .form-group-customradio div[id*=informations_] label .checkbox-checkmark {
  display: none;
}
.divelog .form-group-radio div[id*=diving_site_],
.divelog .form-group-radio div[id*=informations_] {
  display: flex;
}
.divelog .form-group-radio--column div[id*=diving_site_],
.divelog .form-group-radio--column div[id*=informations_] {
  flex-direction: column;
  align-items: flex-start;
}
.divelog .form-group-radio--column div[id*=diving_site_] .radio + .radio,
.divelog .form-group-radio--column div[id*=informations_] .radio + .radio {
  margin-left: 0;
}
.divelog .form-group-radio--column div[id*=diving_site_] .radio label,
.divelog .form-group-radio--column div[id*=informations_] .radio label {
  height: 30px;
}
.divelog .form-group-radio--wrap div[id*=diving_site_],
.divelog .form-group-radio--wrap div[id*=informations_] {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.divelog .form-group-radio--wrap div[id*=diving_site_] .radio,
.divelog .form-group-radio--wrap div[id*=informations_] .radio {
  margin: 0 30px 5px 0 !important;
}
.divelog .form-group-radio--wrap div[id*=diving_site_] .radio label,
.divelog .form-group-radio--wrap div[id*=informations_] .radio label {
  height: 30px;
}
.divelog .form-group-dateinterval label {
  max-width: inherit;
}
.divelog .form-group-dateinterval div[id*=diving_site_],
.divelog .form-group-dateinterval div[id*=informations_] {
  display: flex;
}
.divelog .form-group-dateinterval div[id*=diving_site_] input,
.divelog .form-group-dateinterval div[id*=diving_site_] select,
.divelog .form-group-dateinterval div[id*=informations_] input,
.divelog .form-group-dateinterval div[id*=informations_] select {
  max-width: 90px;
}
.divelog .form-group-dateinterval div[id*=diving_site_] input + input, .divelog .form-group-dateinterval div[id*=diving_site_] input + select,
.divelog .form-group-dateinterval div[id*=diving_site_] select + input,
.divelog .form-group-dateinterval div[id*=diving_site_] select + select,
.divelog .form-group-dateinterval div[id*=informations_] input + input,
.divelog .form-group-dateinterval div[id*=informations_] input + select,
.divelog .form-group-dateinterval div[id*=informations_] select + input,
.divelog .form-group-dateinterval div[id*=informations_] select + select {
  margin-left: 15px;
}
.divelog .form-group-dateinterval div[id*=scuba_diving_informations_] input,
.divelog .form-group-dateinterval div[id*=scuba_diving_informations_] select {
  width: 75px;
}
.divelog .form-group-helper {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.divelog .form-group-horizontaler .form-group, .divelog .form-group-horizontaler .form-group-labelUp {
  display: flex;
  align-items: center;
}
.divelog .form-group-horizontaler .form-group label, .divelog .form-group-horizontaler .form-group-labelUp label {
  margin-right: 15px;
  margin-bottom: 0;
  text-align: right;
}
.divelog .form-group-inliner {
  display: inline-block;
}
.divelog .form-group-inliner .form-group, .divelog .form-group-inliner .form-group-labelUp {
  width: inherit !important;
}
.divelog .form-group-nomargin .form-group, .divelog .form-group-nomargin .form-group-labelUp {
  margin-bottom: 0;
}
.divelog .form-group-shorter input,
.divelog .form-group-shorter select {
  max-width: 100px !important;
}
.divelog .form-group-textarea textarea {
  min-height: 150px;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .divelog .form-group-textarea textarea {
    width: 100%;
  }
}
.divelog .form-group-coordinate-direction .form-group, .divelog .form-group-coordinate-direction .form-group-labelUp {
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .divelog .form-group-coordinate-direction .form-group, .divelog .form-group-coordinate-direction .form-group-labelUp {
    padding-right: 15px;
  }
}
.divelog .form-group-multiple-checkboxes {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin-left: -5px;
}
@media (max-width: 575.98px) {
  .divelog .form-group-multiple-checkboxes {
    justify-content: center;
  }
}
.divelog .form-group-multiple-checkboxes label {
  display: flex !important;
  align-items: center;
  min-height: 52px;
  margin: 0 5px 10px !important;
  padding: 9px 15px;
  padding-left: 15px !important;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #0050b3;
  opacity: 0.5;
  font-family: "Gotham-Bold";
  font-size: 14px !important;
  line-height: 18px !important;
  cursor: pointer !important;
  user-select: none;
  transition: opacity 0.1s ease;
}
.cromis-body .divelog .form-group-multiple-checkboxes label {
  background-color: #0DAE9C;
}
@media (max-width: 575.98px) {
  .divelog .form-group-multiple-checkboxes label {
    min-height: 40px;
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
  }
}
.divelog .form-group-multiple-checkboxes label:hover {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog .form-group-multiple-checkboxes label.active {
  background-color: #fff;
  color: #0050b3;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cromis-body .divelog .form-group-multiple-checkboxes label.active {
  color: #0DAE9C;
}
.divelog .form-group-multiple-checkboxes label.active .checkbox-checkmark {
  border: 2px solid #0050b3;
  background-color: #0050b3;
}
.cromis-body .divelog .form-group-multiple-checkboxes label.active .checkbox-checkmark {
  border: 2px solid #0DAE9C;
  background-color: #0DAE9C;
}
.divelog .form-group-multiple-checkboxes label small {
  display: block;
  font-family: "Gotham-Book";
  line-height: 14px;
}
.divelog .form-group-multiple-checkboxes .checkbox-checkmark {
  position: relative;
  top: 6px;
  top: inherit;
  margin-top: 1px;
  margin-right: 10px;
}
.divelog-background {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  z-index: -2;
  background-color: #0050b3;
  background-image: url("/img/divelog/bg.png");
}
.cromis-body .divelog-background {
  background-color: #0DAE9C;
  background-image: none;
}
.divelog-backgroundbottom {
  position: absolute;
  right: -300px;
  bottom: 0;
  left: -300px;
  z-index: -1;
  user-select: none;
}
.divelog-backgroundbottom img {
  width: 100%;
}
.divelog-backgroundtop {
  position: absolute;
  right: -300px;
  left: -300px;
  z-index: -1;
  user-select: none;
}
.divelog-backgroundtop img {
  width: 100%;
}
.divelog-col-4--padded-left, .divelog-col-6--padded-left {
  padding-right: 70px;
}
@media (max-width: 991.98px) {
  .divelog-col-4--padded-left, .divelog-col-6--padded-left {
    padding-right: 0;
  }
}
.divelog-col-4--padded-both, .divelog-col-6--padded-both {
  padding-right: 35px;
  padding-left: 35px;
}
@media (max-width: 991.98px) {
  .divelog-col-4--padded-both, .divelog-col-6--padded-both {
    padding-right: 0;
    padding-left: 0;
  }
}
.divelog-col-4--padded-right, .divelog-col-6--padded-right {
  padding-left: 70px;
}
@media (max-width: 991.98px) {
  .divelog-col-4--padded-right, .divelog-col-6--padded-right {
    padding-left: 0;
  }
}
.divelog-container {
  padding-top: 200px;
  padding-bottom: 530px;
}
@media (max-width: 991.98px) {
  .divelog-container {
    padding-bottom: 400px;
  }
}
@media (max-width: 767.98px) {
  .divelog-container {
    padding-top: 150px !important;
    padding-bottom: 350px;
  }
}
@media (max-width: 575.98px) {
  .divelog-container {
    padding-bottom: 250px;
  }
}
.divelog--login .divelog-container {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .divelog--login .divelog-container {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .divelog--login .divelog-container {
    padding-top: 150px !important;
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .divelog--login .divelog-container {
    padding-bottom: 100px;
  }
}
.divelog-content {
  display: flex;
  min-height: 640px;
}
.divelog-content > * {
  width: 100%;
}
.divelog--login .divelog-content {
  min-height: auto;
}
.divelog-flash {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 18px;
  font-weight: 600;
}
.divelog-flash--modal {
  height: inherit;
  margin-right: 0;
  margin-left: 0;
  background-color: transparent !important;
}
.divelog-flash--modal.divelog-flash--success {
  color: #24a431 !important;
}
.divelog-flash--modal.divelog-flash--error, .divelog-flash--modal.divelog-flash--warning {
  color: #ef2129 !important;
}
.divelog-flash--modal .divelog-flash-cross {
  display: none;
}
.divelog-flash--success {
  background-color: #24a431;
}
.divelog-flash--error, .divelog-flash--warning {
  background-color: #ef2129;
}
.divelog-flash.hidden {
  height: 0;
  transition: height 0.5s ease;
}
.divelog-flash.hidden > * {
  opacity: 0;
  transition: opacity 0.125s ease;
}
@media (max-width: 575.98px) {
  .divelog-flash-messages {
    flex-basis: 240px;
    margin-left: -40px;
  }
}
.divelog-flash-cross {
  position: absolute;
  right: 20px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
.divelog-flash-cross:hover {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog-flash-cross img {
  width: 25px;
}
.divelog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .divelog-footer {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
.divelog-footer--center {
  justify-content: center;
}
.divelog-footer--center > * + * {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .divelog-footer--center > * + * {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .divelog-footer--center > * + * {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .divelog-footer--center > * + * {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.divelog-footer-left > * + * {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .divelog-footer-left > * + * {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .divelog-footer-left > * + * {
    margin-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .divelog-footer-right {
    margin-bottom: 15px;
  }
}
.divelog-footer-right > * + * {
  margin-left: 30px !important;
}
@media (max-width: 991.98px) {
  .divelog-footer-right > * + * {
    margin-left: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .divelog-footer-right > * + * {
    margin-left: 10px !important;
  }
}
.divelog-footer-right .form-group, .divelog-footer-right .form-group-labelUp {
  display: inline;
  margin: 0;
}
.divelog-footer-right button {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .divelog-footer .ffessm-button {
    padding: 8px 15px;
    font-size: 13px !important;
    letter-spacing: 3px;
  }
}
.divelog-header {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin-top: 50px;
  margin-right: 40px;
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .divelog-header {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .divelog-header {
    align-items: center;
  }
}
.divelog-header-flexer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.divelog-header-left {
  display: flex;
  align-items: center;
}
.divelog-header-left svg {
  display: none;
}
@media (max-width: 767.98px) {
  .divelog-header-left svg {
    display: block;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .divelog-header-left svg:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.1s ease;
  }
}
.divelog-header-logo {
  z-index: 14;
  display: block;
  height: 65px;
  max-width: 300px;
}
@media (max-width: 991.98px) {
  .divelog-header-logo {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .divelog-header-logo {
    height: 27px;
  }
}
.divelog-header-logo--category {
  height: 95px;
  margin-top: -20px;
}
.divelog-header-logo img {
  height: 100%;
}
.divelog-header-menu--mobile {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .divelog-header-menu--mobile > * + * {
    margin-left: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .divelog-header-menu--mobile > * + * {
    margin-left: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .divelog-header-menu--mobile a.ffessm-button,
  .divelog-header-menu--mobile div.ffessm-button {
    padding: 10px 20px !important;
    font-size: 16px !important;
    letter-spacing: 3px !important;
  }
}
@media (max-width: 575.98px) {
  .divelog-header-menu--mobile a.ffessm-button,
  .divelog-header-menu--mobile div.ffessm-button {
    height: 39px;
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
}
.divelog-header-menu > * + * {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .divelog-header-menu > * + * {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .divelog-header-menu > * + * {
    margin-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  .divelog-header-menu .ffessm-button {
    padding: 10px 20px;
    font-size: 16px !important;
    letter-spacing: 3px;
  }
}
@media (max-width: 991.98px) {
  .divelog-header-menu .ffessm-button {
    padding: 8px 15px;
    font-size: 13px !important;
    letter-spacing: 3px;
  }
}
.divelog-header-ad {
  margin-left: 50px;
}
.divelog-header-ad img {
  max-width: 750px;
}
.divelog-header-view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3rem;
  margin-bottom: -3rem;
}
.divelog-header-view-date {
  margin-right: 40px;
  font-family: "Gotham-Bold";
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .divelog-header-view-date {
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
.divelog-header-view-number-label {
  font-family: "Gotham-Bold";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.divelog-header-view-number-value {
  font-family: "Gotham-Bold";
  font-size: 66px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 575.98px) {
  .divelog-header-view-number-value {
    font-size: 40px;
    line-height: 28px;
    text-align: right;
  }
}
.divelog-inner {
  max-width: 1060px;
  margin-left: auto;
}
@media screen and (min-width: 1430px) {
  .divelog-inner {
    max-width: 1200px;
    margin-left: auto;
  }
}
@media (max-width: 1199.98px) {
  .divelog-inner {
    max-width: 865px;
  }
}
@media (max-width: 991.98px) {
  .divelog-inner {
    max-width: 635px;
  }
}
.divelog .modal-dialog {
  max-width: 1140px;
  border: 0;
}
@media (max-width: 1199.98px) {
  .divelog .modal-dialog {
    max-width: calc(100vw - 3.5rem);
  }
}
@media (max-width: 575.98px) {
  .divelog .modal-dialog {
    max-width: calc(100vw - 1rem);
  }
}
.divelog .modal-content {
  border: 0;
  border-radius: 5px;
  background-color: #0050b3;
}
.cromis-body .divelog .modal-content {
  background-color: #0DAE9C;
}
.divelog .modal-blocker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
}
.divelog .modal-blocker.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
}
.divelog .modal-header {
  border-bottom: 0;
}
.divelog .modal-header .close {
  text-shadow: 0 1px 0 #000;
}
.divelog .modal-header .close span {
  color: #fff;
}
.divelog .modal-body {
  padding: 0 50px 40px;
}
@media (max-width: 575.98px) {
  .divelog .modal-body {
    padding: 0 15px 40px;
  }
}
.divelog .modal-title {
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .divelog-sidebar--showing {
    animation-duration: 0.3s;
    animation-name: fadeIn;
  }
}
@media (max-width: 575.98px) {
  .divelog-sidebar--hiding {
    animation-duration: 0.3s;
    animation-name: fadeOut;
  }
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
.divelog-sidebar--visible .divelog-sidebar-shadow {
  visibility: visible;
  opacity: 1;
  transition: 0.2s opacity 0s, 0s visibility 0s;
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible .divelog-sidebar-shadow {
    display: none;
  }
}
.divelog-sidebar--visible .divelog-sidebar-bar {
  width: 350px;
  box-shadow: 0 0 20px 0 rgba(2, 2, 3, 0.17);
  background-color: #13345d;
  transition: 0.5s width 0s, 0.3s background-color 0s, 0.3s box-shadow 0s, top 0.3s ease-out;
}
.cromis-body .divelog-sidebar--visible .divelog-sidebar-bar {
  background-color: #0f423a;
}
@media (max-width: 767.98px) {
  .divelog-sidebar--visible .divelog-sidebar-bar {
    width: 350px;
  }
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible .divelog-sidebar-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background: linear-gradient(#0050b3, #0f1f4a);
  }
}
.divelog-sidebar--visible .divelog-sidebar-logo {
  visibility: visible;
  opacity: 1;
  transition: 0.2s opacity 0.3s, 0s visibility 0s;
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible .divelog-sidebar-logo {
    position: static;
    top: inherit;
    left: inherit;
  }
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible .divelog-sidebar-list {
    position: static;
    top: inherit;
    left: inherit;
  }
}
@media (max-width: 767.98px) {
  .divelog-sidebar--visible .divelog-sidebar-link {
    visibility: visible;
    opacity: 1;
    transition: border-left-color 0.5s ease, 0.2s opacity 0.2s, 0s visibility 0.2s;
  }
}
.divelog-sidebar--visible .divelog-sidebar-link:hover {
  background-color: rgba(14, 44, 80, 0.1);
}
.cromis-body .divelog-sidebar--visible .divelog-sidebar-link:hover {
  background-color: rgba(18, 100, 92, 0.1);
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible .divelog-sidebar-link:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.divelog-sidebar--visible .divelog-sidebar-link.active {
  background-color: #0e2c50;
}
.cromis-body .divelog-sidebar--visible .divelog-sidebar-link.active {
  background-color: #12645c;
}
@media (max-width: 575.98px) {
  .divelog-sidebar--visible .divelog-sidebar-link.active {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.divelog-sidebar--visible .divelog-sidebar-label > span {
  visibility: visible;
  opacity: 1;
  transition: 0.2s opacity 0.2s, 0s visibility 0.2s;
}
.divelog-sidebar-shadow {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  z-index: 11;
  visibility: hidden;
  background-color: rgba(16, 19, 22, 0.6);
  opacity: 0;
  transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
}
.divelog-sidebar-bar {
  position: fixed;
  top: 120px;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100px;
  box-shadow: none;
  background-color: transparent;
  transition: width 0.3s ease 0s, background-color 0.2s ease 0.1s, box-shadow 0.2s ease 0.1s, top 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .divelog-sidebar-bar {
    width: 0;
  }
}
@media (max-width: 575.98px) {
  .divelog-sidebar-bar {
    display: none;
  }
}
.divelog-sidebar-bar--absolute {
  position: absolute;
  left: -15px;
  top: 0;
}
.divelog-sidebar-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: calc(100% - 110px);
  margin: 50px 55px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease 0s, visibility 0s ease 0.2s;
}
@media (max-width: 991.98px) {
  .divelog-sidebar-logo {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .divelog-sidebar-logo {
    display: flex;
    align-items: center;
    height: 27px;
    width: calc(100% - 34px);
    margin: 20px 17px;
  }
}
@media (max-width: 575.98px) {
  .divelog-sidebar-logo {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
  }
}
.divelog-sidebar-logo svg {
  display: none;
}
@media (max-width: 767.98px) {
  .divelog-sidebar-logo svg {
    display: block;
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .divelog-sidebar-logo svg:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.1s ease;
  }
}
.divelog-sidebar-logo img {
  height: 100%;
}
.divelog-sidebar-list {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
@media (max-width: 767.98px) {
  .divelog-sidebar-list {
    top: 67px;
  }
}
.divelog-sidebar-list--bottom {
  top: unset !important;
  bottom: 0;
}
.divelog-sidebar-list li:first-of-type {
  margin-top: 180px;
}
@media (max-width: 767.98px) {
  .divelog-sidebar-list li:first-of-type {
    margin-top: 0;
  }
}
.divelog-sidebar-list li:last-of-type {
  margin-bottom: 300px;
}
@media (max-width: 767.98px) {
  .divelog-sidebar-list li:last-of-type {
    margin-bottom: 0;
  }
}
.divelog-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  width: 100%;
  border-left: 5px solid transparent;
  color: #fff !important;
  transition: border-left-color 0.5s ease;
}
@media (max-width: 767.98px) {
  .divelog-sidebar-link {
    visibility: hidden;
    opacity: 0;
    transition: border-left-color 0.5s ease, 0.1s opacity 0s, 0s visibility 0.2s;
  }
}
.divelog-sidebar-link:hover {
  border-left-color: rgba(255, 251, 105, 0.7);
  font-weight: 600;
  transition: border-left-color 0.3s ease;
}
.cromis-body .divelog-sidebar-link:hover {
  border-left-color: rgba(91, 242, 255, 0.7);
}
.divelog-sidebar-link:hover > * {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.divelog-sidebar-link.active {
  border-left-color: #fffb69;
  font-weight: 600;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
}
.cromis-body .divelog-sidebar-link.active {
  border-left-color: #5BF2FF;
}
.divelog-sidebar-link.active > * {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.divelog-sidebar-link > * {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.divelog-sidebar-image {
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: 20px;
  margin-left: 40px;
  text-align: center;
}
.divelog-sidebar-image img {
  vertical-align: -3px;
  align-self: center;
}
.divelog-sidebar-label {
  display: flex;
  overflow: hidden;
  margin-top: 3px;
  margin-left: 35px;
}
.divelog-sidebar-label > span {
  visibility: hidden;
  opacity: 0;
  transition: 0.1s opacity 0s, 0s visibility 0.2s;
}
.divelog-dashboard-header {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .divelog-dashboard-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-header {
    margin-bottom: 50px;
  }
}
.divelog-dashboard-header-left {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-header-left {
    flex-direction: column;
  }
}
.divelog-dashboard-header-picture {
  height: 100px;
  width: 100px;
  margin-right: 30px;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .divelog-dashboard-header-picture {
    height: 85px;
    width: 85px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-header-picture {
    height: 70px;
    width: 70px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.divelog-dashboard-header-picture > img {
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-header .ffessm-button {
    padding: 10px 20px;
  }
}
@media (max-width: 991.98px) {
  .divelog-dashboard-header .ffessm-button {
    padding: 8px 15px;
    font-size: 13px !important;
    letter-spacing: 3px;
  }
}
.divelog-dashboard-dives-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-dives-header {
    flex-wrap: wrap;
  }
}
.divelog-dashboard-dives .divelog-section-subtitle {
  margin-bottom: 0 !important;
}
.divelog-dashboard-dives .divelog-table {
  margin-top: 30px;
}
.divelog-dashboard-dives .divelog-table-row > * {
  padding: 6px 12px;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-dives .divelog-table-row > * {
    padding: 4px 8px;
  }
}
.divelog-dashboard-stats-top {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-top {
    margin-bottom: 15px;
  }
}
.divelog-dashboard-stats-top .divelog-dashboard-stats-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.divelog-dashboard-stats-bottom {
  display: flex;
  flex-flow: row wrap;
  margin: -15px;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: -7.5px;
  }
}
.divelog-dashboard-stats-bottom .divelog-dashboard-stats-item {
  flex: 0 0 calc(50% - 30px - 0.01px);
  width: calc(50% - 30px - 0.01px);
  min-height: 155px;
  margin: 15px;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-stats-bottom .divelog-dashboard-stats-item {
    min-height: 145px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-bottom .divelog-dashboard-stats-item {
    min-height: inherit;
    margin: 7.5px;
    flex: 0 0 100%;
  }
}
.divelog-dashboard-stats-item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-stats-item {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.divelog-dashboard-stats-item--depth .divelog-dashboard-stats-item-value {
  font-size: 75px;
  line-height: 65px;
}
.divelog-dashboard-stats-item--duration .divelog-dashboard-stats-item-value {
  font-size: 55px;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-stats-item--duration .divelog-dashboard-stats-item-value {
    font-size: 45px;
  }
}
.divelog-dashboard-stats-item-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-stats-item-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.divelog-dashboard-stats-item-title small {
  display: block;
  line-height: 15px;
}
.divelog-dashboard-stats-item-content {
  margin-top: 15px;
}
.divelog-dashboard-stats-item-value {
  color: #00f6ff;
  font-size: 90px;
  font-weight: 300;
  line-height: 75px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-stats-item-value {
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-item-value {
    font-size: 59px;
    line-height: 50px;
  }
}
.divelog-dashboard-stats-item-value small {
  font-size: 60%;
}
.divelog-dashboard-stats-item-ratio {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.divelog-dashboard-stats-item-ratio-element {
  display: flex;
  justify-content: center;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199.98px) {
  .divelog-dashboard-stats-item-ratio-element {
    min-width: 17%;
  }
}
.divelog-dashboard-stats-item-ratio-element--black {
  background-color: rgba(0, 0, 0, 0.3);
}
.divelog-dashboard-stats-item-ratio-separator {
  height: 65px;
  width: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.divelog-dashboard-stats-chart {
  display: flex;
  flex-grow: 1;
}
.divelog-dashboard-stats-chart-content {
  display: flex;
  align-items: stretch;
  min-height: 250px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-chart-content {
    min-height: 225px;
  }
}
.divelog-dashboard-stats-chart-content .column {
  position: relative;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-end;
}
.divelog-dashboard-stats-chart-content .column:nth-child(1) > .bar {
  background-color: #1a9ee8;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(1) > .bar {
  background-color: #27e498;
}
.divelog-dashboard-stats-chart-content .column:nth-child(2) > .bar {
  background-color: #178dd1;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(2) > .bar {
  background-color: #22d48d;
}
.divelog-dashboard-stats-chart-content .column:nth-child(3) > .bar {
  background-color: #157cba;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(3) > .bar {
  background-color: #1CBA7B;
}
.divelog-dashboard-stats-chart-content .column:nth-child(4) > .bar {
  background-color: #126ba2;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(4) > .bar {
  background-color: #18A36C;
}
.divelog-dashboard-stats-chart-content .column:nth-child(5) > .bar {
  background-color: #105a8b;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(5) > .bar {
  background-color: #168F5F;
}
.divelog-dashboard-stats-chart-content .column:nth-child(6) > .bar {
  background-color: #0d4974;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(6) > .bar {
  background-color: #0F7355;
}
.divelog-dashboard-stats-chart-content .column:nth-child(7) > .bar {
  background-color: #0a385d;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(7) > .bar {
  background-color: #0C5C44;
}
.divelog-dashboard-stats-chart-content .column:nth-child(8) > .bar {
  background-color: #082745;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(8) > .bar {
  background-color: #094533;
}
.divelog-dashboard-stats-chart-content .column:nth-child(9) > .bar {
  background-color: #05162e;
}
.cromis-body .divelog-dashboard-stats-chart-content .column:nth-child(9) > .bar {
  background-color: #062E22;
}
.divelog-dashboard-stats-chart-content .column .value {
  padding: 12px 6px;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-chart-content .column .value {
    padding: 8px 1px;
  }
}
.divelog-dashboard-stats-chart-content .column .value-number {
  font-family: "Gotham-Bold";
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-chart-content .column .value-number {
    font-size: 14px;
    line-height: 20px;
  }
}
.divelog-dashboard-stats-chart-content .column .boundary {
  flex: 0 0 30px;
  height: 30px;
  font-size: 11px;
}
.divelog-dashboard-stats-chart-content .column .boundary span {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .divelog-dashboard-stats-chart-content .column .boundary span {
    font-size: 8px;
  }
}
.divelog-dashboard-stats-chart-content .column .boundary span + span {
  right: 0;
  left: auto;
  transform: translateX(50%);
}
.divelog-dashboard-lorem {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
@media (max-width: 991.98px) {
  .divelog-dashboard-lorem {
    display: none;
    margin-top: 30px;
  }
}
.divelog-dashboard-lorem .title {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 20px;
}
.divelog-dashboard-lorem p {
  margin-bottom: 0;
}
.divelog-dashboard-lorem p + p {
  margin-top: 15px;
}
.divelog-dashboard-partners {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .divelog-dashboard-partners {
    margin-top: 15px;
  }
}
.divelog-dashboard-partners-title {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 28px;
}
.divelog-dashboard-partners-images {
  margin-top: 30px;
  width: 85%;
}
@media (max-width: 991.98px) {
  .divelog-dashboard-partners-images {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-partners-images {
    margin-top: 15px;
  }
}
.divelog-dashboard-partners-images img {
  max-width: 100%;
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  .divelog-dashboard-partners-images img {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard-partners-images img {
    max-width: 260px;
  }
}
.divelog-dashboard-sites ul {
  margin-bottom: 0;
  padding-right: 25px;
  padding-left: 0;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .divelog-dashboard-sites ul {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .divelog-dashboard-sites ul {
    margin-bottom: 15px;
  }
}
.divelog-dashboard-sites ul li a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
  line-height: 28px;
  transition: opacity 0.1s ease;
}
@media (max-width: 991.98px) {
  .divelog-dashboard-sites ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .divelog-dashboard-sites ul li a {
    padding: 6px 0;
  }
}
.divelog-dashboard-sites ul li a:hover {
  color: #fff;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog-dashboard-sites ul li a strong {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .divelog-dashboard-sites ul li a strong {
    line-height: 16px;
  }
}
.divelog-dashboard-sites ul li a small {
  display: block;
  line-height: 16px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-general #dive_informations_date::placeholder {
    color: transparent;
  }
}
.divelog-diveeditinfo-group-dive {
  text-align: center;
}
.divelog-diveeditinfo-group-dive select {
  width: 150px;
}
.divelog-diveeditinfo-group-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-group-content {
    flex-direction: column;
    align-items: center;
  }
}
.divelog-diveeditinfo-group-left {
  display: flex;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-group-left {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-group-left {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.divelog-diveeditinfo-group-left-inputs {
  width: 280px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-group-left-inputs {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-group-left-inputs {
    width: 280px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-group-left-inputs {
    width: 100%;
  }
}
.divelog-diveeditinfo-group-left-inputs input {
  max-width: 100% !important;
}
.divelog-diveeditinfo-group-left-link a {
  display: block;
  margin-top: 10px;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-group-left-link a {
    margin-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-group-left-link a {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-group-left-link a {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.divelog-diveeditinfo-group-left .supervisor-alert {
  margin-top: 15px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-group-left .supervisor-alert {
    white-space: inherit;
  }
}
.divelog-diveeditinfo-group-right {
  width: 280px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-group-right {
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-group-right {
    width: 280px;
  }
}
.divelog-diveeditinfo-site-columns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-columns {
    flex-direction: column;
  }
}
.divelog-diveeditinfo-site-column {
  flex: 0 1 calc(50% - 150px / 2);
  height: 266px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-site-column {
    flex: 0 1 calc(50% - 100px / 2);
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-column {
    flex: 1 1 auto;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-site-column {
    padding: 15px;
  }
}
.divelog-diveeditinfo-site-column--white {
  border-top-left-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-column--white {
    border-top-right-radius: 15px;
  }
}
.divelog-diveeditinfo-site-column--white-cromis {
  flex: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.divelog-diveeditinfo-site-column--black {
  border-top-right-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-column--black {
    border-top-right-radius: 0;
  }
}
.divelog-diveeditinfo-site-column-text {
  height: 65px;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-site-column-text {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-column-text {
    height: auto;
  }
}
.divelog-diveeditinfo-site-column-text-cromis {
  height: 35px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-site-column-text-cromis {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-column-text-cromis {
    height: auto;
  }
}
.divelog-diveeditinfo-site-column .divelog-section-subtitle {
  text-align: center;
}
.divelog-diveeditinfo-site-separator {
  position: relative;
  display: flex;
  flex: 0 0 150px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-site-separator {
    flex: 0 0 100px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-separator {
    flex: 0 0 auto;
  }
}
.divelog-diveeditinfo-site-separator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  border-style: solid;
  border-width: 266px 150px 0 0;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-site-separator:before {
    border-width: 266px 100px 0 0;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-separator:before {
    bottom: 50%;
    height: auto;
    width: 100%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.divelog-diveeditinfo-site-separator:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  border-style: solid;
  border-width: 0 0 266px 150px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-site-separator:after {
    border-width: 0 0 266px 100px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-site-separator:after {
    top: 50%;
    height: auto;
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.divelog-diveeditinfo-site-separator-inner {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #0050b3;
  font-family: "bebas_neuebold";
  font-size: 30px;
  text-transform: uppercase;
}
.cromis-body .divelog-diveeditinfo-site-separator-inner {
  color: #0DAE9C;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-site-separator-inner {
    height: 45px;
    width: 45px;
    font-size: 22px;
  }
}
.divelog-diveeditinfo-profile {
  position: relative;
}
.divelog-diveeditinfo-profile-background {
  position: absolute;
  top: -455px;
  right: -390px;
  left: -390px;
  z-index: -2;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-profile-background {
    top: -390px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-background {
    top: -312px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-profile-background {
    top: -285px;
  }
}
.divelog-diveeditinfo-profile-background img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-background img {
    width: 1325px;
  }
}
.divelog-diveeditinfo-profile-content {
  position: relative;
  margin-top: 75px;
  padding-bottom: 30px;
}
.divelog-diveeditinfo-profile-content--scubadiving {
  padding-bottom: 0;
}
.divelog-diveeditinfo-profile-content--freediving {
  padding-bottom: 135px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-profile-content--freediving {
    padding-bottom: 110px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-content--freediving {
    margin-top: 260px;
    padding-bottom: 15px;
  }
}
.divelog-diveeditinfo-profile-content--snorkeling {
  margin-top: 190px;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group, .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group-labelUp {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group .inputs-wrapper .form-group, .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group-labelUp .inputs-wrapper .form-group, .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group .inputs-wrapper .form-group-labelUp, .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group-labelUp .inputs-wrapper .form-group-labelUp {
    margin-bottom: 0;
  }
}
.divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group label, .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group-labelUp label {
  max-width: 100px !important;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group label, .divelog-diveeditinfo-profile-content .form-group-horizontaler .form-group-labelUp label {
    max-width: inherit !important;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.divelog-diveeditinfo-profile-absoluter {
  position: relative;
  height: 385px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-profile-absoluter {
    height: 345px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-absoluter {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-profile-absoluter {
    height: 275px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-absoluter {
    height: auto;
  }
}
.divelog-diveeditinfo-profile-flexer {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-flexer {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start !important;
  }
}
.divelog-diveeditinfo-profile-duration {
  flex: 0 0 260px;
}
.divelog-diveeditinfo-profile-duration-total {
  margin-top: 45px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-duration-total {
    margin-top: 1.5rem;
  }
}
.divelog-diveeditinfo-profile-duration .form-with-unit--small input[type=number] {
  width: 47px !important;
}
.divelog-diveeditinfo-profile-duration .form-with-unit input {
  width: 68px !important;
}
.divelog-diveeditinfo-profile-depth {
  position: absolute;
  bottom: 6px;
  left: 280px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-profile-depth {
    left: 200px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-depth {
    left: 70px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-profile-depth {
    left: 30px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-depth {
    position: static;
    bottom: auto;
    left: auto;
  }
}
.divelog-diveeditinfo-profile-depth .form-with-unit input {
  width: 120px !important;
}
.divelog-diveeditinfo-profile-stages {
  margin-top: 45px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-stages {
    margin-top: 30px;
  }
}
.divelog-diveeditinfo-profile-stages .row {
  width: calc(100% + 30px);
}
.divelog-diveeditinfo-profile-categories {
  margin-top: 30px;
}
.divelog-diveeditinfo-profile-category {
  opacity: 0.3;
  transition: opacity 0.1s ease;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-category {
    align-items: flex-start;
  }
}
.divelog-diveeditinfo-profile-category:hover {
  opacity: 0.7;
  transition: opacity 0.1s ease;
}
.divelog-diveeditinfo-profile-category.active {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog-diveeditinfo-profile-category.active .divelog-diveeditinfo-profile-category-content {
  display: block;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category.active .divelog-diveeditinfo-profile-category-content {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-category.active .divelog-diveeditinfo-profile-category-content {
    flex-wrap: wrap;
    width: calc(100vw - 130px - 60px);
  }
}
.divelog-diveeditinfo-profile-category-pointer {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-pointer {
    width: 130px;
    margin-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-category-pointer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 180px;
  }
}
.divelog-diveeditinfo-profile-category-content {
  display: none;
}
.divelog-diveeditinfo-profile-category-checkbox {
  min-height: 71px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-checkbox {
    min-height: inherit;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-checkbox {
    max-width: 130px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-category-checkbox {
    min-height: 34px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-checkbox .form-group .checkbox, .divelog-diveeditinfo-profile-category-checkbox .form-group-labelUp .checkbox {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-checkbox .form-group .checkbox-checkmark, .divelog-diveeditinfo-profile-category-checkbox .form-group-labelUp .checkbox-checkmark {
    flex-basis: 20px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-checkbox .form-group .checkbox label, .divelog-diveeditinfo-profile-category-checkbox .form-group-labelUp .checkbox label {
    margin-top: 2px;
    margin-left: 14px;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
}
.divelog-diveeditinfo-profile-category-image {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-image {
    margin-bottom: 0;
  }
}
.divelog-diveeditinfo-profile-category-image img {
  display: block;
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-profile-category-image img {
    max-height: 130px;
    max-width: 130px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category .form-group + .form-group, .divelog-diveeditinfo-profile-category .form-group-labelUp + .form-group, .divelog-diveeditinfo-profile-category .form-group + .form-group-labelUp, .divelog-diveeditinfo-profile-category .form-group-labelUp + .form-group-labelUp {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-category-depth {
    flex-grow: 1;
    margin-top: 23px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-comment {
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-profile-category-comment {
    width: calc(100% + 160px);
    margin-top: 20px;
    margin-left: 0;
    margin-left: -160px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-comment .form-group, .divelog-diveeditinfo-profile-category-comment .form-group-labelUp {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-profile-category-comment textarea {
    min-height: 130px;
  }
}
.divelog-diveeditinfo-equipment {
  position: relative;
}
.divelog-diveeditinfo-equipment-background {
  position: absolute;
  right: 250px;
  left: 250px;
  z-index: -2;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-equipment-background {
    top: 125px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-equipment-background {
    display: none;
  }
}
.divelog-diveeditinfo-equipment-background img {
  width: 100%;
}
.divelog-diveeditinfo-equipment-content {
  display: flex;
  justify-content: space-between;
  min-height: 295px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-equipment-content {
    flex-direction: column;
  }
}
.divelog-diveeditinfo-equipment-left {
  width: 300px;
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-equipment-left {
    width: calc(50% - 15px);
    margin-right: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-equipment-left {
    width: 100%;
    margin-right: 0;
  }
}
.divelog-diveeditinfo-equipment-right {
  width: 300px;
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-equipment-right {
    width: calc(50% - 15px);
    margin-left: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-equipment-right {
    width: 100%;
    margin-left: 0;
  }
}
.divelog-diveeditinfo-equipment-square-left, .divelog-diveeditinfo-equipment-square-right {
  position: absolute;
  top: 45px;
  border-color: #fff;
  border-top: 2px solid;
  opacity: 0.2;
}
.divelog-diveeditinfo-equipment-square-left {
  left: 315px;
  border-right: 2px solid;
}
.divelog-diveeditinfo-equipment-square-left--scubadiving {
  height: 35px;
  width: 150px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-equipment-square-left--scubadiving {
    height: 0;
    width: 0;
  }
}
.divelog-diveeditinfo-equipment-square-left--freediving {
  height: 0;
  width: 0;
}
.divelog-diveeditinfo-equipment-square-right {
  right: 315px;
  border-left: 2px solid;
}
.divelog-diveeditinfo-equipment-square-right--scubadiving {
  height: 85px;
  width: 190px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-equipment-square-right--scubadiving {
    height: 0;
    width: 0;
  }
}
.divelog-diveeditinfo-equipment-square-right--freediving {
  height: 0;
  width: 0;
}
.divelog-diveeditinfo-conditions-left {
  width: 425px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-conditions-left {
    width: 100%;
  }
}
.divelog-diveeditinfo-conditions-left .form-with-unit input {
  width: 70px !important;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditinfo-conditions-right {
    padding-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-conditions-right {
    margin-top: 15px;
    padding-left: 0;
  }
}
.divelog-diveeditinfo-conditions-right-content {
  margin-top: 29px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditinfo-conditions-right-content {
    margin-top: 0;
  }
}
.divelog-diveeditinfo-conditions .form-group-customradio .control-label {
  width: 70px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group, .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group-labelUp {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group .inputs-wrapper .form-group, .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group-labelUp .inputs-wrapper .form-group, .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group .inputs-wrapper .form-group-labelUp, .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group-labelUp .inputs-wrapper .form-group-labelUp {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group label, .divelog-diveeditinfo-conditions .form-group-horizontaler .form-group-labelUp label {
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.divelog-diveeditinfo-commentary-evaluation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.divelog-diveeditinfo-commentary textarea {
  min-height: 150px;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .divelog-diveeditinfo-commentary textarea {
    width: 100%;
  }
}
.divelog .ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}
.divelog-diveeditobservations-search {
  padding-right: 21px;
}
@media (max-width: 991.98px) {
  .divelog-diveeditobservations-search {
    padding-right: 0;
  }
}
.divelog-diveeditobservations-colright {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .divelog-diveeditobservations-colright {
    margin-top: 50px;
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-colright {
    margin-top: 30px;
  }
}
.divelog-diveeditobservations-list-title {
  margin-bottom: 15px;
  color: #fffb69;
  font-family: "Gotham-Bold";
  font-size: 30px;
  line-height: 40px;
}
.cromis-body .divelog-diveeditobservations-list-title {
  color: #5BF2FF;
}
.divelog-diveeditobservations-list-title small {
  margin-left: 10px;
  vertical-align: 3px;
  font-family: "Gotham-Book";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.divelog-diveeditobservations-list-overflow {
  overflow-y: scroll;
  height: 450px;
  padding-right: 15px;
}
.divelog-diveeditobservations-list-overflow::-webkit-scrollbar {
  width: 10px;
}
.divelog-diveeditobservations-list-overflow::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 56, 125, 0.5);
}
.divelog-diveeditobservations-list-overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #80bdff;
}
.divelog-diveeditobservations-list-overflow .form-group, .divelog-diveeditobservations-list-overflow .form-group-labelUp {
  margin-bottom: 0;
}
.divelog-diveeditobservations-list-item {
  display: flex;
  align-items: center;
  height: 105px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #0050b3;
}
.cromis-body .divelog-diveeditobservations-list-item {
  background-color: #0DAE9C;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-list-item {
    height: 65px;
  }
}
.divelog-diveeditobservations-list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.divelog-diveeditobservations-list-item.active {
  background-color: #fff;
  color: #0050b3;
}
.cromis-body .divelog-diveeditobservations-list-item.active {
  color: #0DAE9C;
}
.divelog-diveeditobservations-list-item.active .checkbox-checkmark {
  border-color: #0050b3;
  background-color: #0050b3;
}
.cromis-body .divelog-diveeditobservations-list-item.active .checkbox-checkmark {
  border-color: #0DAE9C;
  background-color: #0DAE9C;
}
.divelog-diveeditobservations-list-item.active .divelog-diveeditobservations-list-item-content-link img {
  display: none;
}
.divelog-diveeditobservations-list-item.active .divelog-diveeditobservations-list-item-content-link img + img {
  display: block;
}
.divelog-diveeditobservations-list-item-picture {
  flex-basis: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 150px;
  border-right: 2px solid #fff;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-list-item-picture {
    flex-basis: 85px;
    width: 85px;
  }
}
.divelog-diveeditobservations-list-item-content {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  user-select: none;
}
.divelog-diveeditobservations-list-item-content-label, .divelog-diveeditobservations-list-item-content-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-list-item-content-label, .divelog-diveeditobservations-list-item-content-link {
    padding: 15px;
  }
}
.divelog-diveeditobservations-list-item-content-label {
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
.divelog-diveeditobservations-list-item-content-label label {
  font-family: "Gotham-Bold";
  cursor: pointer;
  user-select: none;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-list-item-content-label label {
    align-items: center;
  }
}
.divelog-diveeditobservations-list-item-content-label label .checkbox-checkmark {
  position: relative;
  top: inherit;
  left: inherit;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-list-item-content-label label .checkbox-checkmark {
    margin-right: 15px;
  }
}
.divelog-diveeditobservations-list-item-content-label-features img {
  margin: 5px 0 0 5px;
  max-width: 25px;
  max-height: 25px;
  width: auto;
  height: auto;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-list-item-content-link {
    flex-basis: 45px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.divelog-diveeditobservations-list-item-content-link img {
  width: 15px;
}
.divelog-diveeditobservations-list-item-content-link img + img {
  display: none;
}
.divelog-diveeditobservations-summary {
  height: 100%;
  width: 100%;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #0050b3;
}
.divelog-diveeditobservations-summary-title {
  margin-bottom: 15px;
  color: #0050b3;
  font-family: "Gotham-Bold";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.cromis-body .divelog-diveeditobservations-summary-title {
  color: #007B6D;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-summary-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.divelog-diveeditobservations-summary-title small {
  margin-left: 10px;
  vertical-align: 3px;
  font-family: "Gotham-Book";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.divelog-diveeditobservations-summary-overflow {
  overflow-y: scroll;
  height: 366px;
  padding-right: 10px;
}
.divelog-diveeditobservations-summary-overflow::-webkit-scrollbar {
  width: 10px;
}
.divelog-diveeditobservations-summary-overflow::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 56, 125, 0.25);
}
.divelog-diveeditobservations-summary-overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #80bdff;
}
.divelog-diveeditobservations-summary-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.divelog-diveeditobservations-summary-item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: calc((100% - 30px) / 3);
  margin: 0 5px 10px;
  border: 2px solid #0050b3;
  border-radius: 5px;
  background-color: #fff;
}
.cromis-body .divelog-diveeditobservations-summary-item {
  border: 2px solid #0DAE9C;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-summary-item {
    width: calc((100% - 20px) / 2);
  }
}
.divelog-diveeditobservations-summary-item-checkbox {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
}
.divelog-diveeditobservations-summary-item-checkbox div.checkbox {
  height: 20px;
  width: 20px;
}
.divelog-diveeditobservations-summary-item-checkbox div.checkbox-checkmark {
  top: 0;
  border: 2px solid #0050b3;
  background-color: #fff;
}
.cromis-body .divelog-diveeditobservations-summary-item-checkbox div.checkbox-checkmark {
  border: 2px solid #0DAE9C;
}
.divelog-diveeditobservations-summary-item-checkbox div.checkbox-checkmark-inner {
  display: block;
  background-image: url("/img/ui/check-blue.svg");
}
.divelog-diveeditobservations-summary-item-picture {
  position: relative;
  height: 113px;
  border-bottom: 2px solid #0050b3;
}
.cromis-body .divelog-diveeditobservations-summary-item-picture {
  border-bottom: 2px solid #0DAE9C;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditobservations-summary-item-picture {
    height: 78px;
  }
}
.divelog-diveeditobservations-summary-item-picture:hover > .divelog-picture-action {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.divelog-diveeditobservations-summary-item-picture > .divelog-picture-action {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.divelog-diveeditobservations-summary-item-picture > .divelog-species-item-hover {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.divelog-diveeditobservations-summary-item-label {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: #0050b3 !important;
  font-family: "Gotham-Bold";
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: center;
  user-select: none;
}
.cromis-body .divelog-diveeditobservations-summary-item-label {
  color: #0DAE9C !important;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-summary-item-label {
    font-size: 13px !important;
    line-height: 16px !important;
  }
}
.divelog-diveeditobservations-summary-item-label:hover + .divelog-diveeditobservations-summary-item-picture > .divelog-species-item-hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.divelog-diveeditobservations-summary-item-label-text {
  padding: 15px;
}
@media (max-width: 1199.98px) {
  .divelog-diveeditobservations-summary-item-label-text {
    padding: 13px 15px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-summary-item-label-text {
    padding: 10px 15px;
  }
}
.divelog-diveeditobservations-summary-doris {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  color: #007bff !important;
}
.divelog-diveeditobservations-summary-doris img {
  max-width: 100px;
}
.divelog-diveeditobservations-summary-doris strong {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditobservations-summary-doris strong {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures-medias {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditpictures-medias {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures-medias > * {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditpictures-medias > * {
    width: 100%;
  }
}
.divelog-diveeditpictures-medias .form-group, .divelog-diveeditpictures-medias .form-group-labelUp {
  margin-bottom: 0;
}
.divelog-diveeditpictures .drag-and-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
  border: 2px dashed #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  user-select: none;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures .drag-and-drop {
    height: 195px;
  }
}
.divelog-diveeditpictures .drag-and-drop.disabled {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.1s ease;
}
.divelog-diveeditpictures .drag-and-drop:hover {
  opacity: 1;
}
.divelog-diveeditpictures .drag-and-drop .content {
  color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures .drag-and-drop .content {
    font-size: 12px;
  }
}
.divelog-diveeditpictures .drag-and-drop .content img {
  display: inline-block;
  width: 40px;
  margin-bottom: 10px;
}
.divelog-diveeditpictures .drag-and-drop .content strong {
  display: block;
  font-size: 20px;
  line-height: 28px;
  max-width: 250px;
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures .drag-and-drop .content strong {
    font-size: 16px;
  }
}
.divelog-diveeditpictures textarea {
  display: block;
  height: 250px;
  width: 100%;
  margin-top: 32px;
  opacity: 1;
  transition: opacity 0.1s ease;
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures textarea {
    height: 195px;
    margin-top: 0;
  }
}
.divelog-diveeditpictures textarea.disabled {
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.1s ease;
}
.divelog-diveeditpictures .photos,
.divelog-diveeditpictures .videos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  user-select: none;
}
@media (max-width: 767.98px) {
  .divelog-diveeditpictures .photos,
  .divelog-diveeditpictures .videos {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveeditpictures .photos,
  .divelog-diveeditpictures .videos {
    margin-top: 15px;
    margin-left: 0;
  }
}
.divelog-diveeditpictures .photos .divelog-media .divelog-action img,
.divelog-diveeditpictures .videos .divelog-media .divelog-action img {
  transform: rotate(45deg);
}
.divelog-divenew-instructions {
  padding: 0 30px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .divelog-divenew-instructions {
    font-size: inherit;
  }
}
.divelog-divenew-categories {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 45px -15px 0;
}
@media (max-width: 767.98px) {
  .divelog-divenew-categories {
    flex-direction: column;
    margin: calc(45px - 7.5px) 0 0;
  }
}
.divelog-divenew-category {
  position: relative;
  display: block;
  flex: 1 0 auto;
  height: 400px;
  margin: 0 15px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1199.98px) {
  .divelog-divenew-category {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .divelog-divenew-category {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .divelog-divenew-category {
    flex: 1 0 175px;
    width: 100%;
    margin: 7.5px 0;
  }
}
.divelog-divenew-category:hover {
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.5);
  transform: scale(1.025);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .divelog-divenew-category:hover {
    transform: scale(1.01);
  }
}
.divelog-divenew-category:hover .divelog-divenew-category-veil {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.divelog-divenew-category:hover .divelog-divenew-category-title {
  color: #fffb69;
  transition: color 0.3s ease;
}
.cromis-body .divelog-divenew-category:hover .divelog-divenew-category-title {
  color: #5BF2FF;
}
.divelog-divenew-category-veil {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 10px;
  background-color: #000;
  opacity: 0.25;
  transition: opacity 0.3s ease;
}
.divelog-divenew-category-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-bottom: 60px;
  color: #fff;
  font-family: Gotham-Bold;
  font-size: 35px;
}
@media (max-width: 991.98px) {
  .divelog-divenew-category-title {
    padding-bottom: 30px;
    font-size: 26px;
  }
}
.divelog-divenew-cromis-dive {
  position: relative;
  margin-top: 25px;
  width: max-content;
}
.divelog-divenew-cromis-dive .checkbox {
  position: relative;
  z-index: 10;
  display: block;
  height: 25px;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 35px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
.divelog-diveview-profile {
  position: relative;
  margin-top: 150px;
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.divelog-diveview-profile-background {
  position: absolute;
  top: -650px;
  right: -390px;
  left: -390px;
  z-index: -2;
}
@media (max-width: 1199.98px) {
  .divelog-diveview-profile-background {
    top: -585px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-background {
    top: -500px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-background {
    top: -465px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-background {
    top: -290px;
    right: inherit;
    left: 50%;
    width: 800px;
    transform: translateX(-50%);
  }
}
.divelog-diveview-profile-background img {
  width: 100%;
}
.divelog-diveview-profile-content {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.divelog-diveview-profile-content--scubadiving {
  height: 420px;
}
@media (max-width: 1199.98px) {
  .divelog-diveview-profile-content--scubadiving {
    height: 380px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--scubadiving {
    height: 330px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-content--scubadiving {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-content--scubadiving {
    height: 200px;
  }
}
.divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+1) {
  top: 0;
  left: 0;
}
.divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+2) {
  top: 305px;
  left: 325px;
}
@media (max-width: 1199.98px) {
  .divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+2) {
    top: 265px;
    left: 245px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+2) {
    top: 227px;
    left: 155px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+2) {
    top: 215px;
    left: 75px;
  }
}
.divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+3) {
  top: 0;
  right: 10px;
}
.divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+4) {
  top: 80px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .divelog-diveview-profile-content--scubadiving .divelog-fieldview-field:nth-of-type(0n+4) {
    top: 70px;
  }
}
.divelog-diveview-profile-content--freediving {
  height: 250px;
}
@media (max-width: 1199.98px) {
  .divelog-diveview-profile-content--freediving {
    height: 225px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--freediving {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-content--freediving {
    height: 200px;
  }
}
.divelog-diveview-profile-content--freediving .divelog-fieldview-field:nth-of-type(0n+1) {
  top: 0;
  left: 0;
}
.divelog-diveview-profile-content--freediving .divelog-fieldview-field:nth-of-type(0n+2) {
  top: 0;
  right: 10px;
}
.divelog-diveview-profile-content--freediving .divelog-fieldview-field:nth-of-type(0n+3) {
  top: 70px;
  right: 75px;
}
@media (max-width: 1199.98px) {
  .divelog-diveview-profile-content--freediving .divelog-fieldview-field:nth-of-type(0n+3) {
    top: 60px;
    right: 390px;
  }
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--freediving .divelog-fieldview-field:nth-of-type(0n+3) {
    top: 40px;
    right: 260px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-content--freediving .divelog-fieldview-field:nth-of-type(0n+3) {
    right: 225px;
  }
}
.divelog-diveview-profile-content--snorkeling {
  height: 190px;
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--snorkeling {
    height: 175px;
  }
}
.divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+1) {
  top: -20px;
  left: 0;
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+1) {
    top: -15px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+1) {
    top: -10px;
  }
}
.divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+2) {
  top: -20px;
  right: 10px;
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+2) {
    top: -15px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+2) {
    top: -10px;
  }
}
.divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+3) {
  top: 70px;
  right: 0;
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+3) {
    top: 75px;
    right: 220px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-content--snorkeling .divelog-fieldview-field:nth-of-type(0n+3) {
    right: 175px;
  }
}
.divelog-diveview-profile-content .divelog-fieldview-field {
  position: absolute;
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-content .divelog-fieldview-field {
    position: static;
    width: 50%;
    margin-bottom: 15px;
  }
}
.divelog-diveview-profile-content .divelog-fieldview-field-value {
  font-family: "Gotham-Bold";
  font-size: 23px;
  line-height: 23px;
}
@media (max-width: 991.98px) {
  .divelog-diveview-profile-content .divelog-fieldview-field-value {
    line-height: 15px;
  }
}
.divelog-diveview-profile-category {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-category {
    flex-wrap: wrap;
  }
}
.divelog-diveview-profile-category:last-of-type {
  margin-bottom: 150px;
}
.divelog-diveview-profile-category-content {
  display: flex;
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-category-content {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-category-content {
    width: calc(100% - 75px);
  }
}
.divelog-diveview-profile-category-fields {
  display: flex;
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-category-fields {
    flex-wrap: wrap;
  }
}
.divelog-diveview-profile-category-image img {
  display: block;
  max-height: 75px;
  max-width: 75px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-category-image img {
    max-height: 100px;
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-category-image img {
    max-height: 75px;
    max-width: 75px;
  }
}
.divelog-diveview-profile-category-label {
  display: flex;
  align-items: center;
  height: 36px;
  width: 150px;
  margin-top: 20px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-category-label {
    height: inherit;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-profile-category-label {
    margin-top: 5px;
  }
}
.divelog-diveview-profile-category .divelog-fieldview-field {
  margin-top: 20px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-profile-category .divelog-fieldview-field {
    margin-top: 15px;
  }
}
.divelog-diveview-stages-content {
  display: flex;
  flex-flow: column nowrap;
}
.divelog-diveview-stages-content-item + .divelog-diveview-stages-content-item {
  margin-top: 15px;
}
.divelog-diveview-equipment {
  position: relative;
  margin-top: 100px;
}
.divelog-diveview-equipment-background {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 50%;
  z-index: -2;
  transform: translate(-50%);
}
.divelog-diveview-equipment-background img {
  height: 100%;
}
.divelog-diveview-equipment-content {
  display: flex;
  justify-content: space-between;
  min-height: 330px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-equipment-content {
    min-height: 260px;
  }
}
.divelog-diveview-equipment-left {
  width: 215px;
}
@media (max-width: 575.98px) {
  .divelog-diveview-equipment-left {
    width: calc(50% - 7.5px);
    margin-right: 7.5px;
  }
}
.divelog-diveview-equipment-right {
  width: 215px;
}
@media (max-width: 575.98px) {
  .divelog-diveview-equipment-right {
    width: calc(50% - 7.5px);
    margin-left: 7.5px;
  }
}
.divelog-diveview-species .divelog-fieldview-comment {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .divelog-diveview-species .divelog-fieldview-comment {
    margin-bottom: 15px;
  }
}
.divelog-diveview-photos-content {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos-content {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.divelog-diveview-photos-medias {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos-medias {
    width: calc(50% - 7.5px);
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
}
.divelog-diveview-photos-medias-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos-medias-inner {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.divelog-diveview-photos .divelog-media {
  display: block;
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-bottom: 80px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .divelog-media {
    width: calc(50% - 15px);
    margin-right: 7.5px;
    margin-bottom: 15px;
    margin-left: 7.5px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-photos .divelog-media {
    width: 100%;
  }
}
.divelog-diveview-photos .divelog-media .divleog-picture {
  height: 180px;
}
.divelog-diveview-photos .divelog-media-label {
  margin-top: 10px;
  color: #fff;
}
.divelog-diveview-photos .popin {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.divelog-diveview-photos .popin.hidden {
  background-color: transparent;
  transition: background-color 0.5s ease 0s;
}
.divelog-diveview-photos .popin.loading {
  animation: loading 2s infinite 1s;
  transition: background-color 0.5s ease 0s;
}
.divelog-diveview-photos .popin.hidden .content, .divelog-diveview-photos .popin.loading .content {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
}
.divelog-diveview-photos .popin-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100px;
  width: 100px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 68px;
  font-weight: 700;
  line-height: 75px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.divelog-diveview-photos .popin-close:hover {
  color: #fff;
  transition: color 0.2s ease;
}
.divelog-diveview-photos .popin .content {
  position: relative;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
}
.divelog-diveview-photos .popin .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: inherit;
}
.divelog-diveview-photos .popin .slide--video .slide-inner {
  height: unset !important;
  width: calc(100% - 20px);
  max-width: 56.25% !important;
}
@media (max-width: 991.98px) {
  .divelog-diveview-photos .popin .slide--video .slide-inner {
    max-width: 67% !important;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .popin .slide--video .slide-inner {
    max-width: 60% !important;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-photos .popin .slide--video .slide-inner {
    max-width: 63% !important;
  }
}
.divelog-diveview-photos .popin .slide .slide-inner {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 200px);
  max-width: calc(100% - 400px);
}
@media (max-width: 991.98px) {
  .divelog-diveview-photos .popin .slide .slide-inner {
    max-width: calc(100% - 250px);
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .popin .slide .slide-inner {
    max-width: calc(100% - 225px);
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-photos .popin .slide .slide-inner {
    max-width: calc(100% - 120px);
  }
}
.divelog-diveview-photos .popin .slide iframe,
.divelog-diveview-photos .popin .slide img {
  height: unset;
  max-height: 100%;
  width: unset;
  max-width: 100%;
}
.divelog-diveview-photos .popin .slide .iframe-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
.divelog-diveview-photos .popin .slide .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.divelog-diveview-photos .popin .owl-carousel {
  position: relative;
  height: 100%;
  width: 100%;
}
.divelog-diveview-photos .popin .owl-carousel .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.divelog-diveview-photos .popin .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.divelog-diveview-photos .popin .owl-carousel .owl-item {
  height: 100%;
  width: calc(100vw - 15px) !important;
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-item {
    width: 100vw !important;
  }
}
.divelog-diveview-photos .popin .owl-carousel .owl-next,
.divelog-diveview-photos .popin .owl-carousel .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
@media (max-width: 991.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-next,
  .divelog-diveview-photos .popin .owl-carousel .owl-prev {
    width: 75px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-next,
  .divelog-diveview-photos .popin .owl-carousel .owl-prev {
    width: 60px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-next,
  .divelog-diveview-photos .popin .owl-carousel .owl-prev {
    width: 40px;
  }
}
.divelog-diveview-photos .popin .owl-carousel .owl-next:hover,
.divelog-diveview-photos .popin .owl-carousel .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease;
}
.divelog-diveview-photos .popin .owl-carousel .owl-next:hover span,
.divelog-diveview-photos .popin .owl-carousel .owl-prev:hover span {
  color: #fff;
  transition: color 0.2s ease;
}
.divelog-diveview-photos .popin .owl-carousel .owl-next span,
.divelog-diveview-photos .popin .owl-carousel .owl-prev span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 150px;
  transition: color 0.2s ease;
}
@media (max-width: 991.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-next span,
  .divelog-diveview-photos .popin .owl-carousel .owl-prev span {
    font-size: 115px;
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-next span,
  .divelog-diveview-photos .popin .owl-carousel .owl-prev span {
    font-size: 100px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-next span,
  .divelog-diveview-photos .popin .owl-carousel .owl-prev span {
    font-size: 70px;
  }
}
.divelog-diveview-photos .popin .owl-carousel .owl-dots.disabled,
.divelog-diveview-photos .popin .owl-carousel .owl-nav.disabled {
  display: block;
}
.divelog-diveview-photos .popin .owl-carousel .owl-prev {
  left: 0;
}
.divelog-diveview-photos .popin .owl-carousel .owl-next {
  right: 0;
}
.divelog-diveview-photos .popin .owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-bottom: 0;
  text-align: center;
  transform: translateX(-50%);
}
.divelog-diveview-photos .popin .owl-carousel .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  margin-right: 15px;
  margin-left: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.5;
  transition: opacity 0.1s ease;
}
@media (max-width: 767.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
    border-width: 2px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-photos .popin .owl-carousel .owl-dots .owl-dot {
    margin-right: 7.5px;
    margin-bottom: 10px;
    margin-left: 7.5px;
  }
}
.divelog-diveview-photos .popin .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 0.7;
  transition: opacity 0.1s ease;
}
.divelog-diveview-photos .popin .owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.divelog-label-pending {
  color: gold;
}
.divelog-label-pending.export {
  font-size: 1.2rem;
  color: goldenrod;
}
.divelog-label-validated {
  color: lightgreen;
}
.divelog-label-validated.export {
  font-size: 1.2rem;
  color: green;
}
.divelog-label-invalidated {
  color: red;
}
.divelog-label-invalidated.export {
  font-size: 1.2rem;
}
.divelog-divingclubnew #diving_club_address {
  height: 130px;
}
.divelog-divingsiteaffiliation-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-list-item {
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.divelog-divingsiteaffiliation-list-item.active {
  background-color: #fff;
  color: #0050b3;
}
.cromis-body .divelog-divingsiteaffiliation-list-item.active {
  color: #0DAE9C;
}
.divelog-divingsiteaffiliation-list-item.active .checkbox-checkmark {
  border-color: #0050b3;
  background-color: #0050b3;
}
.cromis-body .divelog-divingsiteaffiliation-list-item.active .checkbox-checkmark {
  border-color: #0DAE9C;
  background-color: #0DAE9C;
}
.divelog-divingsiteaffiliation-list-item label {
  font-family: "Gotham-Bold";
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-list-item label {
    font-size: 15px;
  }
}
.divelog-divingsiteaffiliation-list-item label .checkbox-checkmark {
  position: relative;
  top: inherit;
  left: inherit;
  margin-right: 15px;
}
.divelog-divingsiteaffiliation-list-item em {
  margin-top: 2px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 16px;
  user-select: none;
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-list-item em {
    margin-top: 3px;
    margin-left: 34px;
  }
}
.divelog-divingsiteaffiliation-summary {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100px;
  box-shadow: 0 -10px 90px 0 rgba(0, 0, 0, 0.16), 0 -6px 90px 0 rgba(0, 0, 0, 0.23);
  background-color: #13345d;
}
@media (max-width: 767.98px) {
  .divelog-divingsiteaffiliation-summary {
    height: 84px;
  }
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-summary {
    height: 105px;
  }
}
.divelog-divingsiteaffiliation-summary-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 0;
}
@media (max-width: 767.98px) {
  .divelog-divingsiteaffiliation-summary-inner {
    padding: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-summary-inner {
    flex-direction: column;
  }
}
.divelog-divingsiteaffiliation-summary-title {
  margin-right: 50px;
  font-family: "Gotham-Bold";
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-summary-title {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 25px;
  }
}
.divelog-divingsiteaffiliation-summary-title span {
  margin-right: 5px;
  vertical-align: -4px;
  font-size: 36px;
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-summary-title span {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .divelog-divingsiteaffiliation-summary-button {
    padding: 5px 20px;
    font-size: 15px !important;
    letter-spacing: 3px;
  }
}
.divelog-divingsitenew-coordinates {
  margin-bottom: 20px;
  padding: 25px 30px 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .divelog-divingsitenew-coordinates {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .divelog-divingsitenew-coordinates {
    padding: 15px;
  }
}
.divelog-divingsitenew-coordinates-fields {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .divelog-divingsitenew-coordinates-fields {
    flex-direction: column;
  }
}
.divelog-divingsitenew-coordinates-left {
  flex: 0 0 calc(36.5% - 40px);
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .divelog-divingsitenew-coordinates-left {
    flex: 0 0 calc(32.5% - 40px);
    margin-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .divelog-divingsitenew-coordinates-left {
    flex: inherit;
    margin-right: 0;
  }
}
.divelog-divingsitenew-coordinates-right {
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  .divelog-divingsitenew-coordinates-longitude .form-group, .divelog-divingsitenew-coordinates-longitude .form-group-labelUp {
    margin-bottom: 0;
  }
}
.divelog-divingsitenew-coordinates-dms-helper {
  margin-left: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .divelog-divingsitenew-coordinates-dms-helper {
    margin-left: 5px;
    font-size: 20px;
    line-height: 25px;
  }
}
.divelog-divingsitenew-access-item.active .divelog-divingsitenew-access-row {
  height: 200px;
  transition: height 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .divelog-divingsitenew-access-item.active .divelog-divingsitenew-access-row {
    height: 170px;
  }
}
.divelog-divingsitenew-access-row {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease 0s;
}
.divelog-login .divelog-container {
  max-width: 100% !important;
}
.divelog-login-intro {
  margin-bottom: 30px;
  padding: 0 100px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .divelog-login-intro {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .divelog-login-intro {
    padding: 0;
  }
}
.divelog-login-flex {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 991.98px) {
  .divelog-login-flex {
    flex-direction: column;
  }
}
.divelog-login-flex-left {
  flex: 1 0;
}
.divelog-login-flex-right {
  flex: 0 0 330px;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .divelog-login-flex-right {
    flex-basis: auto;
    margin-left: 0;
  }
}
.divelog-login-aside {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .divelog-login-aside {
    padding: 15px;
  }
}
.divelog-login-aside .title {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .divelog-login-aside .title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
}
.divelog-login-aside p {
  margin-bottom: 0;
}
.divelog-login-aside p + p {
  margin-top: 15px;
}
.divelog-login-aside button {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.divelog-login-partners {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .divelog-login-partners {
    margin-top: 15px;
  }
}
.divelog-login-partners-title {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 28px;
}
.divelog-login-partners-images {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .divelog-login-partners-images {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .divelog-login-partners-images {
    margin-top: 15px;
  }
}
.divelog-login-partners-images img {
  max-width: 300px;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .divelog-login-partners-images img {
    max-width: 260px;
  }
}
.divelog-specieslist-ordering {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .divelog-specieslist-ordering {
    flex-direction: column;
  }
}
.divelog-specieslist-ordering-title {
  font-family: "Gotham-Bold";
  font-size: 16px;
  line-height: 28px;
}
.divelog-specieslist-ordering-item {
  margin-top: 6px;
  margin-left: 30px;
  user-select: none;
  transition: opacity 0.1s ease;
}
@media (max-width: 575.98px) {
  .divelog-specieslist-ordering-item {
    margin-top: 10px;
    margin-left: 0;
  }
}
.divelog-specieslist-ordering-item:not(.active):hover {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
.divelog-specieslist-ordering-item.active {
  color: #fffb69;
  font-weight: 600;
  transition: opacity 0.1s ease;
}
.cromis-body .divelog-specieslist-ordering-item.active {
  color: #5BF2FF;
}
.divelog-specieslist-species-title {
  margin-bottom: 15px;
  color: #fffb69;
  font-family: "Gotham-Bold";
  font-size: 30px;
  line-height: 40px;
}
.cromis-body .divelog-specieslist-species-title {
  color: #5BF2FF;
}
.divelog-specieslist-species-title small {
  margin-left: 10px;
  vertical-align: 3px;
  font-family: "Gotham-Book";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.divelog--login .ssoLogin i, .divelog--login .ssoLogin small {
  display: none;
}
.divelog--login .ssoLogin--loading {
  cursor: initial !important;
}
.divelog--login .ssoLogin--loading i {
  display: inline-block;
}
.divelog--login .ssoLogin--loading small {
  display: block;
}
.divelog-userdivesvalidation-subtitle {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 575.98px) {
  .divelog-userdivesvalidation-subtitle {
    width: 100%;
  }
}
.divelog-userdivesvalidation-list {
  display: flex;
  flex-wrap: wrap;
}
.divelog-userdivesvalidation-list-item {
  display: flex;
  align-items: center;
  width: calc(33.333333% - 30px);
  margin: 0 7.5px 15px 7.5px;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .divelog-userdivesvalidation-list-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991.98px) {
  .divelog-userdivesvalidation-list-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.divelog-userdivesvalidation-list-item.active {
  background-color: #fff;
  color: #0050b3;
}
.cromis-body .divelog-userdivesvalidation-list-item.active {
  color: #0DAE9C;
}
.divelog-userdivesvalidation-list-item.active .checkbox-checkmark {
  border-color: #0050b3;
  background-color: #0050b3;
}
.cromis-body .divelog-userdivesvalidation-list-item.active .checkbox-checkmark {
  border-color: #0DAE9C;
  background-color: #0DAE9C;
}
.divelog-userdivesvalidation-list-item label {
  cursor: pointer;
}
.divelog-userdivesvalidation-list-item label .checkbox-checkmark {
  position: relative;
  top: inherit;
  left: inherit;
  margin-right: 15px;
}
.divelog-userdivesvalidation-list-item-content {
  margin-top: 5px;
  margin-top: 2px;
  margin-right: 15px;
  padding-left: 5px;
  user-select: none;
}
.divelog-userdivesvalidation-list-item-content-name {
  margin-bottom: 5px;
  font-family: "Gotham-Bold";
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 575.98px) {
  .divelog-userdivesvalidation-list-item-content-name {
    font-size: 15px;
  }
}
.divelog-userdivesvalidation-list-item-content small {
  margin-left: 5px;
  vertical-align: 1px;
}
@media (max-width: 991.98px) {
  .divelog-useredit-profile > .row {
    flex-direction: column-reverse;
  }
}
.divelog-useredit-profile-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.divelog-useredit-profile-picture {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .divelog-useredit-profile-picture {
    width: 200px;
    margin-bottom: 60px;
  }
}
.divelog-useredit-profile-picture-inner {
  height: 242px;
  width: 242px;
  padding: 15px;
  border-radius: 15px;
  background-color: transparent;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .divelog-useredit-profile-picture-inner {
    height: 268px;
    width: 268px;
  }
}
@media (max-width: 991.98px) {
  .divelog-useredit-profile-picture-inner {
    height: 200px;
    width: 200px;
  }
}
.divelog-useredit-profile-picture-lorem {
  margin-top: 15px;
  font-style: italic;
  text-align: center;
}
.divelog-useredit-profile-picture .divelog-picture {
  background-color: #fff;
}
.divelog-useredit .diveSet-close {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: red;
  cursor: pointer;
}
.divelog-useredit .add_item_diveSet {
  color: greenyellow;
  cursor: pointer;
  font-size: 30px;
}
.divelog-welcome iframe {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .divelog-diveview .divelog-container {
    padding-top: 120px !important;
  }
}
.divelog-diveview .divelog-backgroundtop-fitter {
  overflow: hidden;
  height: 200px;
}
@media (max-width: 767.98px) {
  .divelog-diveview .divelog-backgroundtop-fitter {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview .divelog-backgroundtop-fitter {
    height: 120px;
  }
}
.divelog-diveview .divelog-backgroundtop-fitter img {
  transform: translateY(-20%);
}
@media (max-width: 1199.98px) {
  .divelog-diveview .divelog-backgroundtop-fitter img {
    transform: translateY(-18%);
  }
}
@media (max-width: 991.98px) {
  .divelog-diveview .divelog-backgroundtop-fitter img {
    transform: translateY(-12%);
  }
}
@media (max-width: 767.98px) {
  .divelog-diveview .divelog-backgroundtop-fitter img {
    transform: translateY(-17%);
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview .divelog-backgroundtop-fitter img {
    transform: translateY(-19%);
  }
}
.divelog-diveeditinfo .divelog-content, .divelog-diveeditobservations .divelog-content, .divelog-diveeditpictures .divelog-content {
  margin-top: 150px;
}
@media (max-width: 575.98px) {
  .divelog-diveeditinfo .divelog-content, .divelog-diveeditobservations .divelog-content, .divelog-diveeditpictures .divelog-content {
    margin-top: 70px;
  }
}
.divelog-dashboard .divelog-section-title, .divelog-diveview .divelog-section-title, .divelog-divingsiteview .divelog-section-title {
  margin-bottom: inherit;
  color: #fff;
  font-family: "Gotham-Bold";
  font-size: 40px;
  line-height: 50px;
  text-align: inherit;
}
.divelog-dashboard .divelog-section-title .fa, .divelog-diveview .divelog-section-title .fa, .divelog-divingsiteview .divelog-section-title .fa {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .divelog-dashboard .divelog-section-title, .divelog-diveview .divelog-section-title, .divelog-divingsiteview .divelog-section-title {
    font-size: 35px;
  }
  .divelog-dashboard .divelog-section-title .fa, .divelog-diveview .divelog-section-title .fa, .divelog-divingsiteview .divelog-section-title .fa {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .divelog-dashboard .divelog-section-title, .divelog-diveview .divelog-section-title, .divelog-divingsiteview .divelog-section-title {
    font-size: 32px;
  }
  .divelog-dashboard .divelog-section-title .fa, .divelog-diveview .divelog-section-title .fa, .divelog-divingsiteview .divelog-section-title .fa {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard .divelog-section-title, .divelog-diveview .divelog-section-title, .divelog-divingsiteview .divelog-section-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard .divelog-section-subsubtitle, .divelog-diveview .divelog-section-subsubtitle, .divelog-divingsiteview .divelog-section-subsubtitle {
    font-size: 18px;
  }
}
.divelog-dashboard .divelog-section-subtitle, .divelog-diveview .divelog-section-subtitle, .divelog-divingsiteview .divelog-section-subtitle {
  margin-bottom: 25px;
  color: #fffb69;
  font-family: "Gotham-Bold";
  font-size: 30px;
  line-height: 50px;
}
.cromis-body .divelog-dashboard .divelog-section-subtitle, .cromis-body .divelog-diveview .divelog-section-subtitle, .cromis-body .divelog-divingsiteview .divelog-section-subtitle {
  color: #5BF2FF;
}
@media (max-width: 767.98px) {
  .divelog-dashboard .divelog-section-subtitle, .divelog-diveview .divelog-section-subtitle, .divelog-divingsiteview .divelog-section-subtitle {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .divelog-dashboard .divelog-section-subtitle, .divelog-diveview .divelog-section-subtitle, .divelog-divingsiteview .divelog-section-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.divelog-diveview-editbutton, .divelog-divingsiteview-editbutton {
  z-index: 999;
  position: absolute;
  top: 175px;
  right: 0;
}
@media (max-width: 767.98px) {
  .divelog-diveview-editbutton, .divelog-divingsiteview-editbutton {
    top: 125px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-editbutton, .divelog-divingsiteview-editbutton {
    top: 100px;
  }
}
@media (max-width: 575.98px) {
  .divelog-diveview-editbutton .ffessm-button, .divelog-divingsiteview-editbutton .ffessm-button {
    padding: 8px 15px;
    font-size: 13px !important;
    letter-spacing: 3px;
  }
}
.divelog-diveview-editbutton .invalidate-form, .divelog-divingsiteview-editbutton .invalidate-form {
  display: inline-block;
}
.divelog-diveview .divelog-header, .divelog-divingsiteview .divelog-header {
  height: 100px;
  top: 0;
}
.divelog-geoloc {
  max-width: 1200px;
  margin-left: auto;
}
.divelog-geoloc .select2-selection {
  border-radius: 5px;
  padding: 0 !important;
}
.divelog-geoloc .select2-selection__placeholder {
  position: relative;
  top: 6px;
  left: 12px;
}
.divelog-geoloc .select-container {
  margin-top: 5px;
  padding: 20px 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  text-align: center;
}
.divelog-geoloc .select-hidden {
  display: none !important;
}
.divelog-geoloc .select-field {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
.divelog-geoloc .select-field > div {
  display: flex;
  flex-flow: column wrap;
  flex: 1 0 auto;
}
.divelog-geoloc .diving-form-query .select2-selection__rendered {
  position: relative;
  top: 6px;
}
.divelog-geoloc .js-divingSiteSelector .select2-selection__rendered {
  position: relative;
  top: -1px !important;
}
.divelog-geoloc .select2-selection__placeholder {
  position: relative;
  top: -1px !important;
}
.divelog-geoloc-button-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .divelog-geoloc-button-container {
    flex-flow: column wrap;
    gap: 10px;
  }
}
.divelog-geoloc-form > form {
  display: flex;
  flex-flow: column wrap;
  gap: 0.75rem;
}
.divelog-geoloc-form-rest {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
.divelog-geoloc-form-rest > div {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  flex: 0 0 32.7%;
}
@media (max-width: 767.98px) {
  .divelog-geoloc-form-rest > div {
    flex: 1 0 50%;
  }
}
.divelog-geoloc-form-rest > div input,
.divelog-geoloc-form-rest > div select {
  width: 100%;
}
.divelog-geoloc-form button[type=submit] {
  margin-top: 1rem;
  align-self: flex-end;
  width: 280px;
}
.divelog-geoloc-section {
  display: flex;
  flex-flow: row nowrap !important;
  gap: 10px;
}
.divelog-geoloc-section > div {
  display: flex;
  flex-flow: column wrap;
  flex: 1;
}
.divelog-geoloc-btn {
  margin-top: 15px;
  align-self: flex-end;
  align-self: end;
  border-radius: 5px;
}
.divelog .questions-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.divelog .questions-popup .popup-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 5px;
  margin-bottom: 45px;
}
.divelog .questions-popup .popup-content {
  background-color: #007B6D;
  max-height: 80%;
  max-width: 70%;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}
.divelog .questions-popup .question-row {
  height: 80px;
}
.divelog .questions-popup .observation_question {
  width: 50%;
}
.divelog .questions-popup .observation_answer {
  width: 50%;
  height: 60px;
}
.divelog .questions-popup .autocomplete-items {
  border: 1px solid #d4d4d4;
  border-top: none;
  position: absolute;
  margin-left: 50%;
  background-color: #FFF;
  color: #000;
  left: 0;
  z-index: 1;
  width: 30%;
  font-size: 14px;
  padding: 6px;
  max-height: 150px;
  overflow-y: auto;
}
.divelog .questions-popup .questions-popup-close {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s;
}
.divelog .questions-popup .close-button {
  float: right;
  margin-top: -15px;
  margin-right: -10px;
  cursor: pointer;
  font-size: 26px;
  color: #f74336;
}
.divelog #dive-map-area .dive-map-share-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 401;
  background-color: #f5f5f5;
  border: 2px solid #006daa;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.divelog #dive-map-area .dive-map-share-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #006daa;
}
.divelog #dive-map-area .iframe-container {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.divelog #dive-map-area .iframe-container button {
  color: white;
  width: 40px;
  background-color: #006daa;
  border-top: none;
  border-right: none;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.divelog #dive-map-area .iframe-container input {
  width: 100%;
  border-radius: 0 0 5px 0;
}
.divelog #dive-map-area .reveal {
  max-height: 200px;
}
.divelog .flash-message-container {
  position: fixed;
  bottom: -50px; /* Start below the visible area */
  left: 50%;
  transform: translateX(-50%);
  background-color: #48ab49;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: bottom 0.3s ease-in-out;
}
.divelog .flash-message-container.visible {
  bottom: 20px; /* Bring it up smoothly */
}
.divelog .flash-message-container .flash-message {
  margin: 0;
}

#diving_site_list_divingCategories input {
  margin-right: 4px;
}

#diving_site_list_divingCategories label {
  margin-right: 25px;
}

@font-face {
  font-family: "bebas_neuebold";
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #333;
  font-family: "Gotham-Book", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

.container {
  max-width: 77.5rem;
  margin: auto;
}

.portalContainer {
  padding: 0px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.visually-hidden {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #888;
  padding: 0px 15px;
}

.main {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.main_section--primary .card {
  min-height: 12.5rem;
  color: #fff;
}
.main_section--secondary .card {
  min-height: 9.375rem;
}
@media (min-width: 1200px) {
  .main {
    padding: 3.75rem 1.25rem;
  }
}

.card--1 {
  grid-column: 1/5;
}
.card--1::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(../img/portal/img-ffe@2x.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .card--1 .card_description {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .card--1 {
    grid-column: 1/7;
    grid-row: 1/3;
  }
}

.card--2 {
  grid-column: 1/5;
  background-color: #006daa !important;
}
.card--2::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/portal/Pin-big.svg) bottom -1rem left 2rem no-repeat;
  opacity: 0.1;
  z-index: 1;
}
@media (min-width: 768px) {
  .card--2 {
    grid-column: 1/3;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .card--2 {
    grid-column: 7/10;
    grid-row: 1;
  }
}

.card--3 {
  grid-column: 1/5;
  background-color: #d8232a !important;
}
.card--3::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/portal/User-big.svg) bottom -1rem left 2rem no-repeat;
  opacity: 0.1;
  z-index: 1;
}
@media (min-width: 768px) {
  .card--3 {
    grid-column: 3/5;
    grid-row: 2;
  }
}
@media (min-width: 1200px) {
  .card--3 {
    grid-column: 10/13;
    grid-row: 1;
  }
}

.card--4 {
  grid-column: 1/5;
  background-image: url(../img/portal/img-trouver-club@2x.jpeg);
  background-size: cover;
}
@media (min-width: 768px) {
  .card--4 {
    grid-column: 1/3;
    grid-row: 3;
  }
}
@media (min-width: 1200px) {
  .card--4 {
    grid-column: 7/10;
    grid-row: 2;
  }
}

.card--5 {
  grid-column: 1/5;
  background-image: url(../img/portal/img-Carnet-plonge@2x.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .card--5 {
    grid-column: 3/5;
    grid-row: 3;
  }
}
@media (min-width: 1200px) {
  .card--5 {
    grid-column: 10/13;
    grid-row: 2;
  }
}

.card--6 {
  grid-column: 1/5;
}
@media (min-width: 1200px) {
  .card--6 {
    grid-column: 1/5;
  }
  .card--6 .card_description {
    max-width: 17.5rem;
  }
}

.card--7 {
  grid-column: 1/5;
}
@media (min-width: 1200px) {
  .card--7 {
    grid-column: 5/9;
  }
  .card--7 .card_description {
    max-width: 17.5rem;
  }
}

.card--8 {
  grid-column: 1/5;
  padding-right: 6.25rem !important;
  background: url(../img/portal/img-Boutique@2x.png) bottom right 3rem no-repeat;
  background-size: 58px 135px;
}
@media (min-width: 1200px) {
  .card--8 {
    grid-column: 9/13;
  }
  .card--8 .card_description {
    max-width: 16.25rem;
  }
}

.divider {
  margin: 3.125rem 0 2rem;
  color: #333;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
  line-height: 1.3;
  text-align: center;
}

.fake-button {
  margin-top: 0.75rem;
  background: url(../img/portal/pin-small.svg) center left 1.25rem no-repeat, url(../img/portal/fleche.svg) center right 1.25rem no-repeat;
}

.footer {
  padding: 2.5rem 1.25rem;
  background-color: #006daa;
  color: #fff;
  text-align: center;
}
@media (min-width: 480px) {
  .footer {
    text-align: left;
  }
}

.footer-logo {
  grid-column: 1/5;
}
@media (min-width: 768px) {
  .footer-logo {
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    grid-column: 1/3;
  }
}

.address {
  grid-column: 1/5;
}
@media (min-width: 768px) {
  .address {
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .address {
    grid-column: 3/6;
  }
}

.menu {
  grid-column: 1/5;
}
@media (min-width: 768px) {
  .menu {
    grid-column: 3/4;
  }
}
@media (min-width: 1200px) {
  .menu {
    grid-column: 6/8;
  }
}

.socials {
  grid-column: 1/5;
}
@media (min-width: 768px) {
  .socials {
    grid-column: 4/5;
  }
}
@media (min-width: 1200px) {
  .socials {
    grid-column: 9/13;
  }
}

.address {
  font-size: 0.75rem;
  line-height: 1.33;
}
.address_paragraph {
  margin: 0 0 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
}
.brand_logo {
  flex-shrink: 0;
  min-width: 3.625rem;
}
.brand_label {
  display: none;
  max-width: 22.5rem;
  margin: 0 2.5rem;
}
@media (min-width: 768px) {
  .brand_label {
    display: block;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 18.75rem;
  min-height: 3.75rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  box-shadow: none;
  border: none;
  border-radius: 2rem;
}

.card {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1.25rem 2rem;
  background-color: #fff;
  color: #333;
  transition: all 0.25s ease;
}
.card:hover {
  box-shadow: 0 0 20px 0 rgba(48, 62, 70, 0.11);
  color: inherit !important;
  transform: scale(1.02);
}
.card_title {
  position: relative;
  margin: 0 0 0.625rem;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  z-index: 2;
}
.card_doris {
  width: 72px;
  padding: 0;
  margin-top: -10px;
}
.card_description {
  position: relative;
  line-height: 1.6;
  z-index: 2;
}
.card_description:last-child {
  margin-bottom: 0;
}

.hover-white:hover {
  color: white !important;
  transform: scale(1.02);
}

.grid {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .grid {
    grid-template: auto/repeat(12, 1fr);
    gap: 2.5rem;
  }
}

.login_portal {
  margin: 15px 0;
}

.login {
  display: flex;
  align-items: center;
  color: #888;
}
.login_label {
  display: none;
  margin-right: 2rem;
  text-align: right;
}
@media (min-width: 480px) {
  .login_label {
    display: block;
  }
}
.login_name {
  margin-bottom: 0.125rem;
  color: #333;
  font-family: "bebas_neuebold", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}
.login_picto {
  flex-shrink: 0;
  min-width: 1.125rem;
}

.menu .menu_link {
  color: white;
}
.menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_item {
  font-size: 0.75rem;
  line-height: 1.33;
}
.menu_item--highlight {
  margin-bottom: 0.75rem;
}
.menu_link {
  color: #fff;
}

.socials {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .socials {
    justify-content: flex-end;
  }
}
.socials_link {
  margin-top: 2.5rem;
}
.socials_link:not(:last-child) {
  margin-right: 2.875rem;
}

.job-exchange .login {
  flex-direction: column;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(/img/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/img/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/img/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-control-geosearch {
  /* global styling */
  /* leaflet button styling */
  /* resets for pending and error icons */
  /* pending icon */
  /* error icon */
  /* search form styling */
}
.leaflet-control-geosearch *,
.leaflet-control-geosearch *:before,
.leaflet-control-geosearch *:after {
  box-sizing: border-box;
}
.leaflet-control-geosearch .leaflet-bar-part {
  border-bottom: none;
  border-radius: 4px;
  /* magnifying glass */
}
.leaflet-control-geosearch .leaflet-bar-part:before, .leaflet-control-geosearch .leaflet-bar-part:after {
  content: "";
  position: absolute;
  display: block;
}
.leaflet-control-geosearch .leaflet-bar-part:before {
  top: 19px;
  left: 16px;
  width: 8px;
  border-top: 2px solid #555;
  transform: rotateZ(45deg);
}
.leaflet-control-geosearch .leaflet-bar-part:after {
  top: 6px;
  left: 6px;
  height: 14px;
  width: 14px;
  border: 2px solid #555;
  border-radius: 50%;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:before, .leaflet-control-geosearch.pending a.leaflet-bar-part:before {
  display: none;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after, .leaflet-control-geosearch.error a.leaflet-bar-part:after {
  top: 50%;
  left: 50%;
  height: 18px;
  width: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
}
.leaflet-control-geosearch.pending a.leaflet-bar-part:after {
  content: "";
  border: 2px solid #555;
  border-top: 2px solid #f3f3f3;
  animation: spin 1s linear infinite;
}
.leaflet-control-geosearch.error a.leaflet-bar-part:after {
  content: "!";
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: initial;
}
.leaflet-control-geosearch form {
  position: absolute;
  top: -2px;
  left: 28px;
  z-index: -1;
  display: none;
  height: auto;
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background-color: #fff;
}
.leaflet-control-geosearch form input {
  height: 30px;
  width: 100%;
  min-width: 200px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  text-indent: 8px;
  outline: none;
}
.leaflet-control-geosearch.active form {
  display: block;
}
.leaflet-control-geosearch .results {
  background: #fff;
}
.leaflet-control-geosearch .results > * {
  overflow: hidden;
  padding: 0 8px;
  color: #000;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leaflet-control-geosearch .results > *.active, .leaflet-control-geosearch .results > *:hover {
  background-color: #0050b3;
  color: #fff;
  cursor: pointer;
}
.cromis-body .leaflet-control-geosearch .results > *.active, .cromis-body .leaflet-control-geosearch .results > *:hover {
  background-color: #0DAE9C;
}
.leaflet-control-geosearch .results.active {
  border-top: 1px solid #c6c6c6;
  /* add missing border to form */
}
.leaflet-control-geosearch .results.active:after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: -2px;
  left: -2px;
  display: block;
  width: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}
.leaflet-control-geosearch.bar {
  position: relative;
  z-index: 1000;
  display: block;
  height: auto;
  width: 400px;
  margin: 10px 10px 0 auto;
  cursor: auto;
}
@media (max-width: 575.98px) {
  .leaflet-control-geosearch.bar {
    width: calc(100% - 20px);
    margin: 10px 10px 0 10px;
  }
}
.leaflet-control-geosearch.bar form {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.leaflet-control-geosearch.bar form input {
  height: 30px;
  width: 100%;
  min-width: 100%;
  padding: 0 5px;
  border: 0;
  color: #000;
  font-family: "Gotham-Book";
  font-size: 14px;
  font-weight: 400;
}
.leaflet-control-geosearch.bar .results.active:after {
  opacity: 0.2;
}
.leaflet-control-geosearch a.reset {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  border: none;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}
.leaflet-control-geosearch a.reset:hover {
  background-color: #0050b3;
  color: #fff;
}
.cromis-body .leaflet-control-geosearch a.reset:hover {
  background-color: #0DAE9C;
}

/* animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */

            /* General */
            .ffessm-body div.breadcrumb a {
                text-shadow: 0 0 10px #000000;
            }

            .ffessm-body .post-date {
                color: #000000;
            }

            .ffessm-body .ffessm-button {
                background-color: #000000;
            }

            .ffessm-body blockquote {
                border-left-color: rgba(0,0,0, 0.5);
                background-color: rgba(0,0,0, 0.2);
                color: #000000;
            }

            .ffessm-body blockquote a {
                color: #000000;
            }

            .ffessm-body .form-control:focus {
                border-color: #000000;
            }

            /* Pagination */
            .ffessm-body .navigation--ffessm .pagination .current {
                background-color: #000000;
            }

            .ffessm-body .navigation--ffessm .pagination-item {
                border-color: #000000;
            }

            .ffessm-body .navigation--ffessm .pagination .page a, .ffessm-body .navigation--ffessm .pagination .next a, .ffessm-body .navigation--ffessm .pagination .previous a {
                color: #000000;
            }

            .ffessm-body .navigation--ffessm .pagination .page a:hover, .ffessm-body .navigation--ffessm .pagination .next a:hover, .ffessm-body .navigation--ffessm .pagination .previous a:hover {
                color: #fff;
                background-color: #000000;
            }

            /* Megamenu */
            .ffessm-body .megamenu-content-main ul li span::after {
                border: 1px solid #000000;
            }

            /* Header */
            .ffessm-body .ffessm_header .ffessm_header-top {
                color: #fff;
                background-color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-top a {
                color: #fff !important;
            }

            .ffessm-body .ffessm_header .ffessm_header-top .ffessm_dropdown .ffessm_dropdown-content a {
                color: #333 !important;
            }

            .ffessm-body .ffessm_header .ffessm_header-top .ffessm_dropdown .ffessm_dropdown-content a:hover {
                color: #000000 !important;
            }

            .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav > ul li.active {
                border-bottom-color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav .ffessm_header-bottom-nav-dropdown a:hover {
                color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav .searchbar .searchbar-toggle svg path, .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav .searchbar .searchbar-input button svg path {
                fill: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-searchbar .searchbar-toggle svg path, .ffessm-body .ffessm_header .ffessm_header-searchbar .searchbar-input button svg path {
                fill: #000000;
            }

            .ffessm-body .ffessm_header-bottom-nav-responsive {
                color: #fff;
                background-color: #000000;
            }

            .ffessm-body .ffessm_header-bottom-nav-responsive-link a:active {
                color: #fff;
            }

            /* Homepage */
            .ffessm-body .commissionpage .commissionpage-highlights .commissionpage-highlights-slider-nav button:hover svg path {
                fill: #000000;
            }

            .ffessm-body .commissionpage-news-slider-nav button:hover {
                background-color: #000000;
            }

            .ffessm-body .commissionpage-news-slider-slide:hover .commissionpage-news-slider-slide-caption-title {
                color: #000000;
            }

            .ffessm-body .commissionpage .more-link a:hover {
                border-color: #000000;
            }

            .ffessm-body .commissionpage-events-element-calendar-day {
                color: #000000;
            }

            .ffessm-body .commissionpage-events-element-calendar-month {
                color: #000000;
            }

            /* Partenaires */
            .ffessm-body .partnerssection .nav-link.active, .ffessm-body .partnerssection .nav-link:active, .ffessm-body .partnerssection .nav-link:focus, .ffessm-body .partnerssection .nav-link:hover, .ffessm-body .partnerssection .nav-link[aria-selected=true] {
                color: #000000;
            }

            /* Footer */
            .ffessm-body .commissionpage-footer {
                border-bottom: 10px solid #000000;
            }

            .ffessm-body .commissionpage-footer-nav-element > ul li a:hover {
                color: #000000;
            }

            /* Contentpage */
            .ffessm-body .contentpage-content-metas-author {
                color: #000000;
            }

            .ffessm-body .contentpage-content h2 {
                color: #000000;
            }

            .ffessm-body .contentpage-discoveries-metas {
                color: #000000;
            }

            /* Evenements */
            .ffessm-body .events-item-calendar-day, .ffessm-body .events-item-calendar-month {
                color: #000000;
            }

            .ffessm-body .events-item-colcontent::after {
                border-color: #000000;
            }

            .ffessm-body .events-item::after {
                border-color: rgba(0,0,0, 0.2);
            }

            .ffessm-body .events-item *.events-item-title:hover {
                color: #000000;
            }

            .ffessm-body .events-list {
                border-left: 2px solid rgba(0,0,0, 0.3);
            }

            .ffessm-body .loader:after {
                border-color: #000000 transparent transparent;
            }

            .ffessm-body .fc-header-toolbar .fc-right .fc-today-button {
                background-color: #000000;
            }

            .ffessm-body .fc-header-toolbar .fc-right .fc-next-button, .ffessm-body .fc-header-toolbar .fc-right .fc-prev-button {
                background-color: #000000;
            }

            /* Actualités */
            .ffessm-body .posts-item *.posts-item-title:hover {
                color: #000000;
            }

              /* General */
              .ffessm-body div.breadcrumb a {
                text-shadow: 0 0 10px #000000;
            }

            .ffessm-body .post-date {
                color: #000000;
            }

            .ffessm-body .ffessm-button {
                background-color: #000000;
            }

            .ffessm-body blockquote {
                border-left-color: rgba(0,0,0, 0.5);
                background-color: rgba(0,0,0, 0.2);
                color: #000000;
            }

            .ffessm-body blockquote a {
                color: #000000;
            }

            .ffessm-body .form-control:focus {
                border-color: #000000;
            }

            /* Pagination */
            .ffessm-body .navigation--ffessm .pagination .current {
                background-color: #000000;
            }

            .ffessm-body .navigation--ffessm .pagination-item {
                border-color: #000000;
            }

            .ffessm-body .navigation--ffessm .pagination .page a, .ffessm-body .navigation--ffessm .pagination .next a, .ffessm-body .navigation--ffessm .pagination .previous a {
                color: #000000;
            }

            .ffessm-body .navigation--ffessm .pagination .page a:hover, .ffessm-body .navigation--ffessm .pagination .next a:hover, .ffessm-body .navigation--ffessm .pagination .previous a:hover {
                color: #fff;
                background-color: #000000;
            }

            /* Megamenu */
            .ffessm-body .megamenu-content-main ul li span::after {
                border: 1px solid #000000;
            }

            /* Header */
            .ffessm-body .ffessm_header .ffessm_header-top {
                color: #fff;
                background-color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-top a {
                color: #fff !important;
            }

            .ffessm-body .ffessm_header .ffessm_header-top .ffessm_dropdown .ffessm_dropdown-content a {
                color: #333 !important;
            }

            .ffessm-body .ffessm_header .ffessm_header-top .ffessm_dropdown .ffessm_dropdown-content a:hover {
                color: #000000 !important;
            }

            .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav > ul li.active {
                border-bottom-color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav .ffessm_header-bottom-nav-dropdown a:hover {
                color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav .searchbar .searchbar-toggle svg path, .ffessm-body .ffessm_header .ffessm_header-bottom .ffessm_header-bottom-nav .searchbar .searchbar-input button svg path {
                fill: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-searchbar .searchbar-toggle svg path, .ffessm-body .ffessm_header .ffessm_header-searchbar .searchbar-input button svg path {
                fill: #000000;
            }

            .ffessm-body .ffessm_header-bottom-nav-responsive {
                color: #fff;
                background-color: #000000;
            }

            .ffessm-body .ffessm_header-bottom-nav-responsive-link a:active {
                color: #fff;
            }

            /* Homepage */
            .ffessm-body .commissionpage .commissionpage-highlights .commissionpage-highlights-slider-nav button:hover svg path {
                fill: #000000;
            }

            .ffessm-body .commissionpage-news-slider-nav button:hover {
                background-color: #000000;
            }

            .ffessm-body .commissionpage-news-slider-slide:hover .commissionpage-news-slider-slide-caption-title {
                color: #000000;
            }

            .ffessm-body .commissionpage .more-link a:hover {
                border-color: #000000;
            }

            .ffessm-body .commissionpage-events-element-calendar-day {
                color: #000000;
            }

            .ffessm-body .commissionpage-events-element-calendar-month {
                color: #000000;
            }

            /* Partenaires */
            .ffessm-body .partnerssection .nav-link.active, .ffessm-body .partnerssection .nav-link:active, .ffessm-body .partnerssection .nav-link:focus, .ffessm-body .partnerssection .nav-link:hover, .ffessm-body .partnerssection .nav-link[aria-selected=true] {
                color: #000000;
            }

            /* Footer */
            .ffessm-body .commissionpage-footer {
                border-bottom: 10px solid #000000;
            }

            .ffessm-body .commissionpage-footer-nav-element > ul li a:hover {
                color: #000000;
            }

            /* Contentpage */
            .ffessm-body .contentpage-content-metas-author {
                color: #000000;
            }

            .ffessm-body .contentpage-content h2 {
                color: #000000;
            }

            .ffessm-body .contentpage-discoveries-metas {
                color: #000000;
            }

            /* Evenements */
            .ffessm-body .events-item-calendar-day, .ffessm-body .events-item-calendar-month {
                color: #000000;
            }

            .ffessm-body .events-item-colcontent::after {
                border-color: #000000;
            }

            .ffessm-body .events-item::after {
                border-color: rgba(0,0,0, 0.2);
            }

            .ffessm-body .events-item *.events-item-title:hover {
                color: #000000;
            }

            .ffessm-body .events-list {
                border-left: 2px solid rgba(0,0,0, 0.3);
            }

            .ffessm-body .loader:after {
                border-color: #000000 transparent transparent;
            }

            .ffessm-body .fc-header-toolbar .fc-right .fc-today-button {
                background-color: #000000;
            }

            .ffessm-body .fc-header-toolbar .fc-right .fc-next-button, .ffessm-body .fc-header-toolbar .fc-right .fc-prev-button {
                background-color: #000000;
            }

            /* Actualités */
            .ffessm-body .posts-item *.posts-item-title:hover {
                color: #000000;
            }

            .ffessm-body .ffessm_header .ffessm_header-top .ffessm_dropdown-access-content a{
              color: #000000 !important;
            }
@media (max-width: 767px) {
    .ffessm_header {
        height: 60px;
        min-height: inherit;
        width: 100%;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
  .ffessm_header--commission .ffessm_header-top {
      display: none;
  }
}
@media (max-width: 767px) {
  .ffessm_header-bottom {
      padding-right: 0;
      padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ffessm_header-bottom {
      height: 60px;
      line-height: 60px;
  }
}
@media (max-width: 767px) {
  .ffessm_header-bottom-searchbar {
      top: 0;
      bottom: 0;
      height: 60px;
      right: 50px;
  }
}
@media (max-width: 767px) {
  .ffessm_header-bottom-login-icon {
      display: block;
      top: 5px;
  }
}
@media (max-width: 767px) {
  .ffessm-body {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .ffessm_header-bottom-nav-responsive {
      width: 100%;
  }
}
.owl-carousel .owl-item{
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-nav{
  display: none;
}