/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

input[type="radio" i] {
	cursor: pointer;
}
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
	outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/*
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/*************************************** other resets */
html,
body {
	/* overflow-x: hidden; */
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
@media(max-width: 768px) {
	body::-webkit-scrollbar {
		display: none;
	}
}
html.layer {
	overflow: hidden;
}
/*jquery smoothscroll non funziona se:
	overflow-x: hidden && c'e' un elemento che sfora in larghezza

	minuto: funziona come overflow-y
*/
body > div {
	/*overflow-x: hidden;*/
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. against ios
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	border-radius: 0; /* 3 */
}
/* Address `overflow` set to `hidden` in IE 11. */
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	text-transform: none;
	padding: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

textarea {
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
	padding-left: 1%;
}
input {
	border-width: 0;
	outline-width: 0;
	/* -webkit-appearance: none; */
}

:focus {
	outline: 0;
}
abbr[title], acronym[title] {
	text-decoration: none;
}

/*************************************** my resets */
*,
*::before,
*::after {
	box-sizing: border-box;
	z-index: 0;
	margin: 0;
	padding: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-size: inherit;
}
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
img,
a,
fieldset,
form,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
select,
option,
svg,
main,
table,
tbody,
thead,
tfoot,
tr,
textarea {
	display: block;
}
label,
select,
input,
th,
td {
	display: inline-block;
}
p a,
p a:active,
p a:hover,
p a:visited,
p a:link,
article a,
article a:active,
article a:hover,
article a:visited,
article a:link {
	display: inline;
	text-decoration: none;
}
*::before,
*::after {
	display: inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2 !important;
}
select:not(.form-control),
select:not(.form-control) option {
	border-width: 0;
	outline-width: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
/*todo dannoso?*/
html,
body {
	/*overflow-x: hidden;*/
}
img {
	max-width: 100%;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="submit"] {
	background-color: transparent;
	cursor: pointer;
}
select,
option,
input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
}
/* input:not([type="image"]), */
select,
option{
	background-color: #ffffff;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* custom
 prefixed http://autoprefixer.github.io/
 15px >> 1rem
 modules: grid, form
 1200 > 1280
 */

:root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1280px;
}

.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	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: 1280px) {
	.container {
		max-width: 1220px;
	}
}

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

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
/* fixes some browsers */
.row,
.flex,
.sm-flex,
.md-flex,
.lg-flex,
.xl-flex {
	position: relative;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col-0d5,
.col-1d5,
.col-2d5,
.col-custom1,
.col-custom2,
.col-custom3,
.col-custom4,
.col-md-0d5,
.col-md-1d5,
.col-md-2d5,
.col-md-custom1,
.col-md-custom2,
.col-md-custom3,
.col-md-custom4,
.col-lg-0d5,
.col-lg-1d5,
.col-lg-2d5,
.col-lg-custom1,
.col-lg-custom2,
.col-lg-custom3,
.col-lg-custom4,
.col-xl-0d5,
.col-xl-1d5,
.col-xl-2d5,
.col-xl-custom1,
.col-xl-custom2,
.col-xl-custom3,
.col-auto   , .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl
{
	position: relative;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}

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

.col-1d5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	order: 12;
}
/*100 / 3.5*/
.col-custom1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28.571% !important;
	-ms-flex: 0 0 28.571% !important;
	flex: 0 0 28.571% !important;
	max-width: 28.571% !important;
}
/*100 / ??*/
.col-custom2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 11.333333% !important;
	-ms-flex: 0 0 11.333333% !important;
	flex: 0 0 11.333333% !important;
	max-width: 11.333333% !important;
}
/* 100/7 */
.col-custom3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14.2857% !important;
	-ms-flex: 0 0 14.2857% !important;
	flex: 0 0 14.2857% !important;
	max-width: 14.2857% !important;
}
/*4/10*/
.col-custom4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 40% !important;
	-ms-flex: 0 0 40% !important;
	flex: 0 0 40% !important;
	max-width: 40% !important;
}

.offset-0d5 {
	margin-left: 4.166666%;
}
.offset-1 {
	margin-left: 8.333333%;
}

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

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

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

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

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

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

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

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

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

.offset-11 {
	margin-left: 91.666667%;
}
.flex-col > .push-1 {
	top: 8.333333%;
	left: 0;
}
.flex-col > .pull-1 {
	bottom: 8.333333%;
	right: 0;
}
.flex-col > .push-2 {
	top: 16.666666%;
	left: 0;
}
@media (min-width: 576px) {
	.flex-col > .push-sm-1 {
		top: 8.333333%;
		left: 0;
	}
	.flex-col > .pull-sm-0 {
		bottom: 0;
		right: 0;
	}
	.flex-col > .pull-sm-1 {
		bottom: 8.333333%;
		right: 0;
	}
}
@media (min-width: 768px) {
	.flex-col > .push-md-1 {
		top: 8.333333%;
		left: 0;
	}
	.flex-col > .pull-md-0 {
		bottom: 0;
		right: 0;
	}
	.flex-col > .pull-md-1 {
		bottom: 8.333333%;
		right: 0;
	}
}
@media (min-width: 992px) {
	.flex-col > .push-lg-1 {
		top: 8.333333%;
		left: 0;
	}
	.flex-col > .pull-lg-0 {
		bottom: 0;
		right: 0;
	}
	.flex-col > .pull-lg-1 {
		bottom: 8.333333%;
		right: 0;
	}
}
@media (min-width: 1280px) {
	.flex-col > .push-xl-1 {
		top: 8.333333%;
		left: 0;
	}
	.flex-col > .pull-xl-0 {
		bottom: 0;
		right: 0;
	}
	.flex-col > .pull-xl-1 {
		bottom: 8.333333%;
		right: 0;
	}
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-0d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 4.166666%;
		-ms-flex: 0 0 4.166666%;
		flex: 0 0 4.166666%;
		max-width: 4.166666%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-1d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-2d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*100 / 3.5*/
	.col-md-custom1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28.571% !important;
		-ms-flex: 0 0 28.571% !important;
		flex: 0 0 28.571% !important;
		max-width: 28.571% !important;
	}
	/*100 / ??*/
	.col-md-custom2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.333333% !important;
		-ms-flex: 0 0 11.333333% !important;
		flex: 0 0 11.333333% !important;
		max-width: 11.333333% !important;
	}
	/* 100/7 */
	.col-md-custom3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857% !important;
		-ms-flex: 0 0 14.2857% !important;
		flex: 0 0 14.2857% !important;
		max-width: 14.2857% !important;
	}
	/*4/10*/
	.col-md-custom4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40% !important;
		-ms-flex: 0 0 40% !important;
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}
	.order-md-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-0d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 4.166666%;
		-ms-flex: 0 0 4.166666%;
		flex: 0 0 4.166666%;
		max-width: 4.166666%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-1d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-2d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*100 / 3.5*/
	.col-lg-custom1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28.571% !important;
		-ms-flex: 0 0 28.571% !important;
		flex: 0 0 28.571% !important;
		max-width: 28.571% !important;
	}
	/*100 / ??*/
	.col-lg-custom2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.333333% !important;
		-ms-flex: 0 0 11.333333% !important;
		flex: 0 0 11.333333% !important;
		max-width: 11.333333% !important;
	}
	/* 100/7 */
	.col-lg-custom3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857% !important;
		-ms-flex: 0 0 14.2857% !important;
		flex: 0 0 14.2857% !important;
		max-width: 14.2857% !important;
	}
	/*4/10*/
	.col-lg-custom4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40% !important;
		-ms-flex: 0 0 40% !important;
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1280px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-0d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 4.166666%;
		-ms-flex: 0 0 4.166666%;
		flex: 0 0 4.166666%;
		max-width: 4.166666%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-1d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-2d5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*100 / 3.5*/
	.col-xl-custom1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28.571% !important;
		-ms-flex: 0 0 28.571% !important;
		flex: 0 0 28.571% !important;
		max-width: 28.571% !important;
	}
	/*100 / ??*/
	.col-xl-custom2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.333333% !important;
		-ms-flex: 0 0 11.333333% !important;
		flex: 0 0 11.333333% !important;
		max-width: 11.333333% !important;
	}
	/* 100/7 */
	.col-xl-custom3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.2857% !important;
		-ms-flex: 0 0 14.2857% !important;
		flex: 0 0 14.2857% !important;
		max-width: 14.2857% !important;
	}
	/*4/10*/
	.col-xl-custom4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40% !important;
		-ms-flex: 0 0 40% !important;
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.hidden {
	display: none !important;
}

.inline {
	display: inline !important;
}

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

.block {
	display: block !important;
}

.table {
	display: table !important;
}

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

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

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

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

/* old flex classes */
.flex-row-space-between {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}
.flex-col-space-between {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}
.flex-col-space-around {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-around !important;
	justify-content: space-around !important;
}
.x-start-y-start {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
 }
.x-start-y-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}
.x-start-y-end {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}
.x-center-y-start {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}
.x-center-y-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}
.x-center-y-end {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}
.x-end-y-start {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}
.x-end-y-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important;
}
.x-end-y-end {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important;
}
.x-between-y-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}
.x-between-y-start {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}
.y-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}
@media (min-width: 576px) {
	.sm-hidden {
		display: none !important;
	}
	.sm-inline {
		display: inline !important;
	}
	.sm-inline-block {
		display: inline-block !important;
	}
	.sm-block {
		display: block !important;
	}
	.sm-table {
		display: table !important;
	}
	.sm-table-row {
		display: table-row !important;
	}
	.sm-table-cell {
		display: table-cell !important;
	}
	.sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.md-hidden {
		display: none !important;
	}
	.md-inline {
		display: inline !important;
	}
	.md-inline-block {
		display: inline-block !important;
	}
	.md-block {
		display: block !important;
	}
	.md-table {
		display: table !important;
	}
	.md-table-row {
		display: table-row !important;
	}
	.md-table-cell {
		display: table-cell !important;
	}
	.md-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.lg-hidden {
		display: none !important;
	}
	.lg-inline {
		display: inline !important;
	}
	.lg-inline-block {
		display: inline-block !important;
	}
	.lg-block {
		display: block !important;
	}
	.lg-table {
		display: table !important;
	}
	.lg-table-row {
		display: table-row !important;
	}
	.lg-table-cell {
		display: table-cell !important;
	}
	.lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
	.lg-x-end-y-center {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.lg-x-center-y-center {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.lg-x-end-y-end {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
		-webkit-box-orient: vertical !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
}
@media (min-width: 1280px) {
	.xl-hidden {
		display: none !important;
	}
	.xl-inline {
		display: inline !important;
	}
	.xl-inline-block {
		display: inline-block !important;
	}
	.xl-block {
		display: block !important;
	}
	.xl-table {
		display: table !important;
	}
	.xl-table-row {
		display: table-row !important;
	}
	.xl-table-cell {
		display: table-cell !important;
	}
	.xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

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

.flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-col {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
}

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

.flex-col-reverse {
	-ms-flex-direction: column-reverse !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-col {
		-ms-flex-direction: column !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-col-reverse {
		-ms-flex-direction: column-reverse !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		-webkit-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		-webkit-flex-shrink: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		-webkit-flex-shrink: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		-webkit-align-content: flex-start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		-webkit-align-content: flex-end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		-webkit-align-content: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		-webkit-align-content: space-between !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		-webkit-align-content: space-around !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		-webkit-align-content: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-webkit-align-self: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		-webkit-align-self: flex-start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		-webkit-align-self: flex-end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-webkit-align-self: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		-webkit-align-self: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-webkit-align-self: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
/*flex-direction:column; these properties have no sense:
  max-width
  padding-left/right
*/
.flex.flex-col    > [class~="col"], .flex.flex-col       > [class^="col-"], .flex.flex-col       > [class*=" col-"], .row.flex-col    > [class^="col-"], .row.flex-col    > [class*=" col-"], .row.flex-col    > [class~="col"],
.flex.flex-sm-col > [class~="col"], .sm-flex.flex-sm-col > [class^="col-"], .sm-flex.flex-sm-col > [class*=" col-"], .row.flex-sm-col > [class^="col-"], .row.flex-sm-col > [class*=" col-"], .row.flex-sm-col > [class~="col"],
.flex.flex-md-col > [class~="col"], .md-flex.flex-md-col > [class^="col-"], .md-flex.flex-md-col > [class*=" col-"], .row.flex-md-col > [class^="col-"], .row.flex-md-col > [class*=" col-"], .row.flex-md-col > [class~="col"],
.flex.flex-lg-col > [class~="col"], .lg-flex.flex-lg-col > [class^="col-"], .lg-flex.flex-lg-col > [class*=" col-"], .row.flex-lg-col > [class^="col-"], .row.flex-lg-col > [class*=" col-"], .row.flex-lg-col > [class~="col"],
.flex.flex-xl-col > [class~="col"], .xl-flex.flex-xl-col > [class^="col-"], .xl-flex.flex-xl-col > [class*=" col-"], .row.flex-xl-col > [class^="col-"], .row.flex-xl-col > [class*=" col-"], .row.flex-xl-col > [class~="col"] {
	max-width: none !important;
	padding-left: 0;
	padding-right: 0;
}
.m-0 {
	margin: 0 !important;
}

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

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

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

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

.m-0d5 {
	margin: 0.125rem !important;
}
.mt-0d5,
.my-0d5 {
	margin-top: 0.125rem !important;
}
.mr-0d5,
.mx-0d5 {
	margin-right: 0.125rem !important;
}
.mb-0d5,
.my-0d5 {
	margin-bottom: 0.125rem !important;
}
.ml-0d5,
.mx-0d5 {
	margin-left: 0.125rem !important;
}
.m-1 {
	margin: 0.25rem !important;
}

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

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

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

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

.m-1d5 {
	margin: 0.375rem !important;
}
.mt-1d5,
.my-1d5 {
	margin-top: 0.375rem !important;
}
.mr-1d5,
.mx-1d5 {
	margin-right: 0.375rem !important;
}
.mb-1d5,
.my-1d5 {
	margin-bottom: 0.375rem !important;
}
.ml-1d5,
.mx-1d5 {
	margin-left: 0.375rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}

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

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

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

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

.m-2d5 {
	margin: 0.75rem !important;
}
.mt-2d5,
.my-2d5 {
	margin-top: 0.75rem !important;
}
.mr-2d5,
.mx-2d5 {
	margin-right: 0.75rem !important;
}
.mb-2d5,
.my-2d5 {
	margin-bottom: 0.75rem !important;
}
.ml-2d5,
.mx-2d5 {
	margin-left: 0.75rem !important;
}
.m-3 {
	margin: 1rem !important;
}

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

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

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

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-3d5 {
	margin: 1.25rem !important;
}
.mt-3d5,
.my-3d5 {
	margin-top: 1.25rem !important;
}
.mr-3d5,
.mx-3d5 {
	margin-right: 1.25rem !important;
}
.mb-3d5,
.my-3d5 {
	margin-bottom: 1.25rem !important;
}
.ml-3d5,
.mx-3d5 {
	margin-left: 1.25rem !important;
}

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

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

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

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

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-4d5 {
	margin: 2rem !important;
}
.mt-4d5,
.my-4d5 {
	margin-top: 2rem !important;
}
.mr-4d5,
.mx-4d5 {
	margin-right: 2rem !important;
}
.mb-4d5,
.my-4d5 {
	margin-bottom: 2rem !important;
}
.ml-4d5,
.mx-4d5 {
	margin-left: 2rem !important;
}

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

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

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

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

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}
.m-6 {
	margin: 4rem !important;
}
.mt-6,
.my-6 {
	margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
	margin-right: 4rem !important;
}
.mb-6,
.my-6 {
	margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
	margin-left: 4rem !important;
}
.m-7 {
	margin: 5rem !important;
}
.mt-7,
.my-7 {
	margin-top: 5rem !important;
}
.mr-7,
.mx-7 {
	margin-right: 5rem !important;
}
.mb-7,
.my-7 {
	margin-bottom: 5rem !important;
}
.ml-7,
.mx-7 {
	margin-left: 5rem !important;
}
.m-8 {
	margin: 6rem !important;
}
.mt-8,
.my-8 {
	margin-top: 6rem !important;
}
.mr-8,
.mx-8 {
	margin-right: 6rem !important;
}
.mb-8,
.my-8 {
	margin-bottom: 6rem !important;
}
.ml-8,
.mx-8 {
	margin-left: 6rem !important;
}
.p-0 {
	padding: 0 !important;
}

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

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

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

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

.p-0d5 {
	padding: 0.125rem !important;
}
.pt-0d5,
.py-0d5 {
	padding-top: 0.125rem !important;
}
.pr-0d5,
.px-0d5 {
	padding-right: 0.125rem !important;
}
.pb-0d5,
.py-0d5 {
	padding-bottom: 0.125rem !important;
}
.pl-0d5,
.px-0d5 {
	padding-left: 0.125rem !important;
}
.p-1 {
	padding: 0.25rem !important;
}

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

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

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

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

.p-1d5 {
	padding: 0.375rem !important;
}
.pt-1d5,
.py-1d5 {
	padding-top: 0.375rem !important;
}
.pr-1d5,
.px-1d5 {
	padding-right: 0.375rem !important;
}
.pb-1d5,
.py-1d5 {
	padding-bottom: 0.375rem !important;
}
.pl-1d5,
.px-1d5 {
	padding-left: 0.375rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}

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

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

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

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}
.p-2d5 {
	padding: 0.75rem !important;
}
.pt-2d5,
.py-2d5 {
	padding-top: 0.75rem !important;
}
.pr-2d5,
.px-2d5 {
	padding-right: 0.75rem !important;
}
.pb-2d5,
.py-2d5 {
	padding-bottom: 0.75rem !important;
}
.pl-2d5,
.px-2d5 {
	padding-left: 0.75rem !important;
}
.p-3 {
	padding: 1rem !important;
}

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

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

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

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-3d5 {
	padding: 1.25rem !important;
}
.pt-3d5,
.py-3d5 {
	padding-top: 1.25rem !important;
}
.pr-3d5,
.px-3d5 {
	padding-right: 1.25rem !important;
}
.pb-3d5,
.py-3d5 {
	padding-bottom: 1.25rem !important;
}
.pl-3d5,
.px-3d5 {
	padding-left: 1.25rem !important;
}

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

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

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

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

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-4d5 {
	padding: 2rem !important;
}
.pt-4d5,
.py-4d5 {
	padding-top: 2rem !important;
}
.pr-4d5,
.px-4d5 {
	padding-right: 2rem !important;
}
.pb-4d5,
.py-4d5 {
	padding-bottom: 2rem !important;
}
.pl-4d5,
.px-4d5 {
	padding-left: 2rem !important;
}

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

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

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

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

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}
.p-6 {
	padding: 4rem !important;
}
.pt-6,
.py-6 {
	padding-top: 4rem !important;
}
.pr-6,
.px-6 {
	padding-right: 4rem !important;
}
.pb-6,
.py-6 {
	padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
	padding-left: 4rem !important;
}
.p-7 {
	padding: 5rem !important;
}
.pt-7,
.py-7 {
	padding-top: 5rem !important;
}
.pr-7,
.px-7 {
	padding-right: 5rem !important;
}
.pb-7,
.py-7 {
	padding-bottom: 5rem !important;
}
.pl-7,
.px-7 {
	padding-left: 5rem !important;
}
.p-8 {
	padding: 6rem !important;
}
.pt-8,
.py-8 {
	padding-top: 6rem !important;
}
.pr-8,
.px-8 {
	padding-right: 6rem !important;
}
.pb-8,
.py-8 {
	padding-bottom: 6rem !important;
}
.pl-8,
.px-8 {
	padding-left: 6rem !important;
}


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

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

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

	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

/*iowp other bootstrap elems*/

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

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

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

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

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

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

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

.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow:scroll !important;
}
.overflow-x-auto {
	overflow-x:auto !important;
}
.overflow-y-auto {
	overflow-y:auto !important;
}
.overflow-x-hidden {
	overflow-x:hidden !important;
}
.overflow-y-hidden {
	overflow-y:hidden !important;
}
.overflow-y-scroll {
	overflow-y:scroll !important;
}
@media (min-width: 992px) {
	.overflow-lg-auto {
		overflow: auto !important;
	}
	.overflow-lg-hidden {
		overflow: hidden !important;
	}
	.overflow-lg-visible {
		overflow: visible !important;
	}
	.overflow-lg-scroll {
		overflow:scroll !important;
	}
	.overflow-lg-x-auto {
		overflow-x:auto !important;
	}
	.overflow-lg-y-auto {
		overflow-y:auto !important;
	}
	.overflow-lg-x-hidden {
		overflow-x:hidden !important;
	}
	.overflow-lg-y-hidden {
		overflow-y:hidden !important;
	}
	.overflow-lg-y-scroll {
		overflow-y:scroll !important;
	}
}

.static {
	position: static !important;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.fixed-center,
.fixed-top,
.fixed-bottom,
.fixed-right,
.fixed-left,
.fixed {
	position: fixed !important;
}
.sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.fixed-top {
	top: 0;
	right: 0;
	left: 0;
}
.fixed-bottom {
	right: 0;
	bottom: 0;
	left: 0;
}
.fixed-right {
	right: 0;
	top: 0;
	bottom: 0;
}
.fixed-left {
	left: 0;
	top: 0;
	bottom: 0;
}
.fixed-center {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.list-unstyled,
.list-inline {
	padding-left: 0 !important;
	list-style: none !important;
}

.list-inline-item {
	display: inline-block !important;
}

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

/*da tailwind
non standardizzare ai valori di bootstrap (es h-3: 1rem), questi sono piu corretti */
.h-1 {
	height: .25rem;
}
.h-2 {
	height: .5rem;
}
.h-3 {
	height: .75rem;
}
.h-4 {
	height: 1rem;
}
.h-5 {
	height: 1.25rem;
}
.h-6 {
	height: 1.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-8 {
	height: 2rem;
}
.h-9 {
	height: 2.25rem;
}
.h-10 {
	height: 2.5rem;
}
.h-11 {
	height: 2.75rem;
}
.h-12 {
	height: 3rem;
}
.h-14 {
	height: 3.5rem;
}
.h-16 {
	height: 4rem;
}
.h-20 {
	height: 5rem;
}
.w-0 {
	width: 0;
}
.w-1 {
	width: .25rem;
}
.w-2 {
	width: .5rem;
}
.w-3 {
	width: .75rem;
}
.w-4 {
	width: 1rem;
}
.w-5 {
	width: 1.25rem;
}
.w-6 {
	width: 1.5rem;
}
.w-7 {
	width: 1.75rem;
}
.w-8 {
	width: 2rem;
}
.w-9 {
	width: 2.25rem;
}
.w-10 {
	width: 2.5rem;
}
.w-11 {
	width: 2.75rem;
}
.w-12 {
	width: 3rem;
}
.w-14 {
	width: 3.5rem;
}
.w-16 {
	width: 4rem;
}
.w-20 {
	width: 5rem;
}
.w-36 {
	width: 9rem;
}
.w-48 {
	width: 12rem;
}
.w-60 {
	width: 15rem;
}
@media (min-width: 992px) {
	.h-lg-1 {
		height: .25rem;
	}
	.h-lg-2 {
		height: .5rem;
	}
	.h-lg-3 {
		height: .75rem;
	}
	.h-lg-4 {
		height: 1rem;
	}
	.h-lg-5 {
		height: 1.25rem;
	}
	.h-lg-6 {
		height: 1.5rem;
	}
	.h-lg-7 {
		height: 1.75rem;
	}
	.h-lg-8 {
		height: 2rem;
	}
	.h-lg-9 {
		height: 2.25rem;
	}
	.h-lg-10 {
		height: 2.5rem;
	}
	.h-lg-11 {
		height: 2.75rem;
	}
	.h-lg-12 {
		height: 3rem;
	}
	.h-lg-14 {
		height: 3.5rem;
	}
	.h-lg-16 {
		height: 4rem;
	}
	.h-lg-20 {
		height: 5rem;
	}
	.w-lg-0 {
		width: 0;
	}
	.w-lg-1 {
		width: .25rem;
	}
	.w-lg-2 {
		width: .5rem;
	}
	.w-lg-3 {
		width: .75rem;
	}
	.w-lg-4 {
		width: 1rem;
	}
	.w-lg-5 {
		width: 1.25rem;
	}
	.w-lg-6 {
		width: 1.5rem;
	}
	.w-lg-7 {
		width: 1.75rem;
	}
	.w-lg-8 {
		width: 2rem;
	}
	.w-lg-9 {
		width: 2.25rem;
	}
	.w-lg-10 {
		width: 2.5rem;
	}
	.w-lg-11 {
		width: 2.75rem;
	}
	.w-lg-12 {
		width: 3rem;
	}
	.w-lg-14 {
		width: 3.5rem;
	}
	.w-lg-16 {
		width: 4rem;
	}
	.w-lg-20 {
		width: 5rem;
	}
	.w-lg-36 {
		width: 9rem;
	}
	.w-lg-48 {
		width: 12rem;
	}
	.w-lg-60 {
		width: 15rem;
	}
}
/*fine tw*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-100vh {
	height: 100vh !important;
}
@media (orientation: landscape) {
	.h-land-100vh {
		height: 100vh !important;
	}
}
.fullsize {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
@media (min-width: 992px) {
	.fullsize-lg {
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
	text-align: justify !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 576px) {
	.text-sm-nowrap {
		white-space: nowrap !important;
	}
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.text-md-nowrap {
		white-space: nowrap !important;
	}
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.text-lg-nowrap {
		white-space: nowrap !important;
	}
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1280px) {
	.text-xl-nowrap {
		white-space: nowrap !important;
	}
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

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

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

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

.font-light {
	font-weight: 300 !important;
}
.font-lighter {
	font-weight: lighter !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-bolder {
	font-weight: bolder !important;
}
.font-italic {
	font-style: italic !important;
}

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

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}
.text-striked {
	text-decoration: line-through;
}
.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/*FORM FROM BOOTSTRAP*/
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control:focus {
	/*background-color: #fff;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
	border-color: inherit;
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

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

select.form-control:not([size]):not([multiple]) {
	/*	height: -webkit-calc(2.25rem + 2px);
		height: calc(2.25rem + 2px);*/

	/*preso da app.css*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

select[multiple].form-control {
	/*preso da app.css*/
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	color-adjust: unset;
	print-color-adjust: unset;
}


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

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

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

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

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

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: -webkit-calc(1.8125rem + 2px);
	height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: -webkit-calc(2.875rem + 2px);
	height: calc(2.875rem + 2px);
}

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

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

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

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

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

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

.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
	border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	-webkit-border-radius: .2rem;
	border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

/********************************
	IOWP BOOTSTRAP FIXER
*********************************/

/*TOUCH*/
/*https://developers.google.com/web/fundamentals/design-and-ux/input/touch*/
html.touch .d-touch-none {
	display: none !important;
}
html.touch .d-touch-inline {
	display: inline !important;
}
html.touch .d-touch-inline-block {
	display: inline-block !important;
}
html.touch .d-touch-block {
	display: block !important;
}
html.touch .d-touch-table {
	display: table !important;
}
html.touch .d-touch-table-row {
	display: table-row !important;
}
html.touch .d-touch-table-cell {
	display: table-cell !important;
}
html.touch .d-touch-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}
html.touch .d-touch-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}
html:not(.touch) .d-notouch-none {
	display: none !important;
}
html:not(.touch) .d-notouch-inline {
	display: inline !important;
}
html:not(.touch) .d-notouch-inline-block {
	display: inline-block !important;
}
html:not(.touch) .d-notouch-block {
	display: block !important;
}
html:not(.touch) .d-notouch-table {
	display: table !important;
}
html:not(.touch) .d-notouch-table-row {
	display: table-row !important;
}
html:not(.touch) .d-notouch-table-cell {
	display: table-cell !important;
}
html:not(.touch) .d-notouch-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}
html:not(.touch) .d-notouch-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}

/* standard bootstrap props with landscape orientation */
@media (orientation: landscape) {
	.d-land-none {
		display: none !important;
	}
	.d-land-inline {
		display: inline !important;
	}
	.d-land-inline-block {
		display: inline-block !important;
	}
	.d-land-block {
		display: block !important;
	}
	.d-land-table {
		display: table !important;
	}
	.d-land-table-row {
		display: table-row !important;
	}
	.d-land-table-cell {
		display: table-cell !important;
	}
	.d-land-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.d-land-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
	.flex-land-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-land-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-land-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		-webkit-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-land-content-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.justify-land-content-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-land-content-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-land-content-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-land-content-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-land-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-land-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-land-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-land-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-land-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
	.align-content-land-start {
		-ms-flex-line-pack: start !important;
		-webkit-align-content: flex-start !important;
		align-content: flex-start !important;
	}
	.align-content-land-end {
		-ms-flex-line-pack: end !important;
		-webkit-align-content: flex-end !important;
		align-content: flex-end !important;
	}
	.align-content-land-center {
		-ms-flex-line-pack: center !important;
		-webkit-align-content: center !important;
		align-content: center !important;
	}
	.align-content-land-between {
		-ms-flex-line-pack: justify !important;
		-webkit-align-content: space-between !important;
		align-content: space-between !important;
	}
	.align-content-land-around {
		-ms-flex-line-pack: distribute !important;
		-webkit-align-content: space-around !important;
		align-content: space-around !important;
	}
	.align-content-land-stretch {
		-ms-flex-line-pack: stretch !important;
		-webkit-align-content: stretch !important;
		align-content: stretch !important;
	}
	.align-self-land-auto {
		-ms-flex-item-align: auto !important;
		-webkit-align-self: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-land-start {
		-ms-flex-item-align: start !important;
		-webkit-align-self: flex-start !important;
		align-self: flex-start !important;
	}
	.align-self-land-end {
		-ms-flex-item-align: end !important;
		-webkit-align-self: flex-end !important;
		align-self: flex-end !important;
	}
	.align-self-land-center {
		-ms-flex-item-align: center !important;
		-webkit-align-self: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-land-baseline {
		-ms-flex-item-align: baseline !important;
		-webkit-align-self: baseline !important;
		align-self: baseline !important;
	}
	.align-self-land-stretch {
		-ms-flex-item-align: stretch !important;
		-webkit-align-self: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.col-land {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-land-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-land-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-land-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-land-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-land-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-land-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-land-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-land-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-land-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-land-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-land-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-land-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-land-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.w-land-25 {
		width: 25% !important;
	}
	.w-land-50 {
		width: 50% !important;
	}
	.w-land-75 {
		width: 75% !important;
	}
	.w-land-100 {
		width: 100% !important;
	}
	.h-land-25 {
		height: 25% !important;
	}
	.h-land-50 {
		height: 50% !important;
	}
	.h-land-75 {
		height: 75% !important;
	}
	.h-land-100 {
		height: 100% !important;
	}
	.mw-land-100 {
		max-width: 100% !important;
	}
	.mh-land-100 {
		max-height: 100% !important;
	}
	.m-land-0 {
		margin: 0 !important;
	}
	.mt-land-0,
	.my-land-0 {
		margin-top: 0 !important;
	}
	.mr-land-0,
	.mx-land-0 {
		margin-right: 0 !important;
	}
	.mb-land-0,
	.my-land-0 {
		margin-bottom: 0 !important;
	}
	.ml-land-0,
	.mx-land-0 {
		margin-left: 0 !important;
	}
	.m-land-1 {
		margin: 0.25rem !important;
	}
	.mt-land-1,
	.my-land-1 {
		margin-top: 0.25rem !important;
	}
	.mr-land-1,
	.mx-land-1 {
		margin-right: 0.25rem !important;
	}
	.mb-land-1,
	.my-land-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-land-1,
	.mx-land-1 {
		margin-left: 0.25rem !important;
	}
	.m-land-2 {
		margin: 0.5rem !important;
	}
	.mt-land-2,
	.my-land-2 {
		margin-top: 0.5rem !important;
	}
	.mr-land-2,
	.mx-land-2 {
		margin-right: 0.5rem !important;
	}
	.mb-land-2,
	.my-land-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-land-2,
	.mx-land-2 {
		margin-left: 0.5rem !important;
	}
	.m-land-3 {
		margin: 1rem !important;
	}
	.mt-land-3,
	.my-land-3 {
		margin-top: 1rem !important;
	}
	.mr-land-3,
	.mx-land-3 {
		margin-right: 1rem !important;
	}
	.mb-land-3,
	.my-land-3 {
		margin-bottom: 1rem !important;
	}
	.ml-land-3,
	.mx-land-3 {
		margin-left: 1rem !important;
	}
	.m-land-4 {
		margin: 1.5rem !important;
	}
	.mt-land-4,
	.my-land-4 {
		margin-top: 1.5rem !important;
	}
	.mr-land-4,
	.mx-land-4 {
		margin-right: 1.5rem !important;
	}
	.mb-land-4,
	.my-land-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-land-4,
	.mx-land-4 {
		margin-left: 1.5rem !important;
	}
	.m-land-5 {
		margin: 3rem !important;
	}
	.mt-land-5,
	.my-land-5 {
		margin-top: 3rem !important;
	}
	.mr-land-5,
	.mx-land-5 {
		margin-right: 3rem !important;
	}
	.mb-land-5,
	.my-land-5 {
		margin-bottom: 3rem !important;
	}
	.ml-land-5,
	.mx-land-5 {
		margin-left: 3rem !important;
	}
	.p-land-0 {
		padding: 0 !important;
	}
	.pt-land-0,
	.py-land-0 {
		padding-top: 0 !important;
	}
	.pr-land-0,
	.px-land-0 {
		padding-right: 0 !important;
	}
	.pb-land-0,
	.py-land-0 {
		padding-bottom: 0 !important;
	}
	.pl-land-0,
	.px-land-0 {
		padding-left: 0 !important;
	}
	.p-land-1 {
		padding: 0.25rem !important;
	}
	.pt-land-1,
	.py-land-1 {
		padding-top: 0.25rem !important;
	}
	.pr-land-1,
	.px-land-1 {
		padding-right: 0.25rem !important;
	}
	.pb-land-1,
	.py-land-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-land-1,
	.px-land-1 {
		padding-left: 0.25rem !important;
	}
	.p-land-2 {
		padding: 0.5rem !important;
	}
	.pt-land-2,
	.py-land-2 {
		padding-top: 0.5rem !important;
	}
	.pr-land-2,
	.px-land-2 {
		padding-right: 0.5rem !important;
	}
	.pb-land-2,
	.py-land-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-land-2,
	.px-land-2 {
		padding-left: 0.5rem !important;
	}
	.p-land-3 {
		padding: 1rem !important;
	}
	.pt-land-3,
	.py-land-3 {
		padding-top: 1rem !important;
	}
	.pr-land-3,
	.px-land-3 {
		padding-right: 1rem !important;
	}
	.pb-land-3,
	.py-land-3 {
		padding-bottom: 1rem !important;
	}
	.pl-land-3,
	.px-land-3 {
		padding-left: 1rem !important;
	}
	.p-land-4 {
		padding: 1.5rem !important;
	}
	.pt-land-4,
	.py-land-4 {
		padding-top: 1.5rem !important;
	}
	.pr-land-4,
	.px-land-4 {
		padding-right: 1.5rem !important;
	}
	.pb-land-4,
	.py-land-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-land-4,
	.px-land-4 {
		padding-left: 1.5rem !important;
	}
	.p-land-5 {
		padding: 3rem !important;
	}
	.pt-land-5,
	.py-land-5 {
		padding-top: 3rem !important;
	}
	.pr-land-5,
	.px-land-5 {
		padding-right: 3rem !important;
	}
	.pb-land-5,
	.py-land-5 {
		padding-bottom: 3rem !important;
	}
	.pl-land-5,
	.px-land-5 {
		padding-left: 3rem !important;
	}
	.m-land-auto {
		margin: auto !important;
	}
	.mt-land-auto,
	.my-land-auto {
		margin-top: auto !important;
	}
	.mr-land-auto,
	.mx-land-auto {
		margin-right: auto !important;
	}
	.mb-land-auto,
	.my-land-auto {
		margin-bottom: auto !important;
	}
	.ml-land-auto,
	.mx-land-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) and (orientation: landscape) {
	.lg-land-none {
		display: none !important;
	}
	.lg-land-inline {
		display: inline !important;
	}
	.lg-land-inline-block {
		display: inline-block !important;
	}
	.lg-land-block {
		display: block !important;
	}
	.lg-land-table {
		display: table !important;
	}
	.lg-land-table-row {
		display: table-row !important;
	}
	.lg-land-table-cell {
		display: table-cell !important;
	}
	.lg-land-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.lg-land-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
	.flex-lg-land-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-land-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-land-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		-webkit-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-lg-land-content-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
	}
	.justify-lg-land-content-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important;
	}
	.justify-lg-land-content-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		-webkit-justify-content: center !important;
		justify-content: center !important;
	}
	.justify-lg-land-content-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
	}
	.justify-lg-land-content-around {
		-ms-flex-pack: distribute !important;
		-webkit-justify-content: space-around !important;
		justify-content: space-around !important;
	}
	.align-items-lg-land-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-land-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-land-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
	.align-items-lg-land-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		-webkit-align-items: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-land-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		-webkit-align-items: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-land-start {
		-ms-flex-line-pack: start !important;
		-webkit-align-content: flex-start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-land-end {
		-ms-flex-line-pack: end !important;
		-webkit-align-content: flex-end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-land-center {
		-ms-flex-line-pack: center !important;
		-webkit-align-content: center !important;
		align-content: center !important;
	}
	.align-content-lg-land-between {
		-ms-flex-line-pack: justify !important;
		-webkit-align-content: space-between !important;
		align-content: space-between !important;
	}
	.align-content-lg-land-around {
		-ms-flex-line-pack: distribute !important;
		-webkit-align-content: space-around !important;
		align-content: space-around !important;
	}
	.align-content-lg-land-stretch {
		-ms-flex-line-pack: stretch !important;
		-webkit-align-content: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-land-auto {
		-ms-flex-item-align: auto !important;
		-webkit-align-self: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-land-start {
		-ms-flex-item-align: start !important;
		-webkit-align-self: flex-start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-land-end {
		-ms-flex-item-align: end !important;
		-webkit-align-self: flex-end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-land-center {
		-ms-flex-item-align: center !important;
		-webkit-align-self: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-land-baseline {
		-ms-flex-item-align: baseline !important;
		-webkit-align-self: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-land-stretch {
		-ms-flex-item-align: stretch !important;
		-webkit-align-self: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.col-lg-land {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-land-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-land-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-land-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		-webkit-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-land-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-land-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-land-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-land-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-land-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-land-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-land-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-land-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-land-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-land-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.w-lg-land-25 {
		width: 25% !important;
	}
	.w-lg-land-50 {
		width: 50% !important;
	}
	.w-lg-land-75 {
		width: 75% !important;
	}
	.w-lg-land-100 {
		width: 100% !important;
	}
	.h-lg-land-25 {
		height: 25% !important;
	}
	.h-lg-land-50 {
		height: 50% !important;
	}
	.h-lg-land-75 {
		height: 75% !important;
	}
	.h-lg-land-100 {
		height: 100% !important;
	}
	.mw-lg-land-100 {
		max-width: 100% !important;
	}
	.mh-lg-land-100 {
		max-height: 100% !important;
	}
	.m-lg-land-0 {
		margin: 0 !important;
	}
	.mt-lg-land-0,
	.my-lg-land-0 {
		margin-top: 0 !important;
	}
	.mr-lg-land-0,
	.mx-lg-land-0 {
		margin-right: 0 !important;
	}
	.mb-lg-land-0,
	.my-lg-land-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-land-0,
	.mx-lg-land-0 {
		margin-left: 0 !important;
	}
	.m-lg-land-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-land-1,
	.my-lg-land-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-land-1,
	.mx-lg-land-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-land-1,
	.my-lg-land-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-land-1,
	.mx-lg-land-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-land-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-land-2,
	.my-lg-land-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-land-2,
	.mx-lg-land-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-land-2,
	.my-lg-land-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-land-2,
	.mx-lg-land-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-land-3 {
		margin: 1rem !important;
	}
	.mt-lg-land-3,
	.my-lg-land-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-land-3,
	.mx-lg-land-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-land-3,
	.my-lg-land-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-land-3,
	.mx-lg-land-3 {
		margin-left: 1rem !important;
	}
	.m-lg-land-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-land-4,
	.my-lg-land-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-land-4,
	.mx-lg-land-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-land-4,
	.my-lg-land-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-land-4,
	.mx-lg-land-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-land-5 {
		margin: 3rem !important;
	}
	.mt-lg-land-5,
	.my-lg-land-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-land-5,
	.mx-lg-land-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-land-5,
	.my-lg-land-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-land-5,
	.mx-lg-land-5 {
		margin-left: 3rem !important;
	}
	.p-lg-land-0 {
		padding: 0 !important;
	}
	.pt-lg-land-0,
	.py-lg-land-0 {
		padding-top: 0 !important;
	}
	.pr-lg-land-0,
	.px-lg-land-0 {
		padding-right: 0 !important;
	}
	.pb-lg-land-0,
	.py-lg-land-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-land-0,
	.px-lg-land-0 {
		padding-left: 0 !important;
	}
	.p-lg-land-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-land-1,
	.py-lg-land-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-land-1,
	.px-lg-land-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-land-1,
	.py-lg-land-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-land-1,
	.px-lg-land-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-land-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-land-2,
	.py-lg-land-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-land-2,
	.px-lg-land-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-land-2,
	.py-lg-land-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-land-2,
	.px-lg-land-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-land-3 {
		padding: 1rem !important;
	}
	.pt-lg-land-3,
	.py-lg-land-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-land-3,
	.px-lg-land-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-land-3,
	.py-lg-land-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-land-3,
	.px-lg-land-3 {
		padding-left: 1rem !important;
	}
	.p-lg-land-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-land-4,
	.py-lg-land-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-land-4,
	.px-lg-land-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-land-4,
	.py-lg-land-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-land-4,
	.px-lg-land-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-land-5 {
		padding: 3rem !important;
	}
	.pt-lg-land-5,
	.py-lg-land-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-land-5,
	.px-lg-land-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-land-5,
	.py-lg-land-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-land-5,
	.px-lg-land-5 {
		padding-left: 3rem !important;
	}
	.m-lg-land-auto {
		margin: auto !important;
	}
	.mt-lg-land-auto,
	.my-lg-land-auto {
		margin-top: auto !important;
	}
	.mr-lg-land-auto,
	.mx-lg-land-auto {
		margin-right: auto !important;
	}
	.mb-lg-land-auto,
	.my-lg-land-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-land-auto,
	.mx-lg-land-auto {
		margin-left: auto !important;
	}
}
/* standard bootstrap props with landscape orientation END */

/* responsive width/height  33%, 66%, auto  */
.w-33 {
	width: 33.333333% !important;
}
.w-66 {
	width: 66.666666% !important;
}
.w-auto {
	width: auto !important;
}
.h-33 {
	height: 33.333333% !important;
}
.h-66 {
	height: 66.666666% !important;
}
.h-auto {
	height: auto !important;
}
@media (min-width: 576px) {
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-33 {
		width: 33.333333% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-66 {
		width: 66.666666% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}
	.w-sm-auto {
		width: auto !important;
	}
	.h-sm-25 {
		height: 25% !important;
	}
	.h-sm-33 {
		height: 33.333333% !important;
	}
	.h-sm-50 {
		height: 50% !important;
	}
	.h-sm-66 {
		height: 66.666666% !important;
	}
	.h-sm-75 {
		height: 75% !important;
	}
	.h-sm-100 {
		height: 100% !important;
	}
	.h-sm-auto {
		height: auto !important;
	}
	.mw-sm-100 {
		max-width: 100% !important;
	}
	.mh-sm-100 {
		max-height: 100% !important;
	}
}
@media (min-width: 768px) {
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-33 {
		width: 33.333333% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-66 {
		width: 66.666666% !important;
	}
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
	.w-md-auto {
		width: auto !important;
	}
	.h-md-25 {
		height: 25% !important;
	}
	.h-md-33 {
		height: 33.333333% !important;
	}
	.h-md-50 {
		height: 50% !important;
	}
	.h-md-66 {
		height: 66.666666% !important;
	}
	.h-md-75 {
		height: 75% !important;
	}
	.h-md-100 {
		height: 100% !important;
	}
	.h-md-auto {
		height: auto !important;
	}
	.mw-md-100 {
		max-width: 100% !important;
	}
	.mh-md-100 {
		max-height: 100% !important;
	}
}
@media (min-width: 992px) {
	.w-lg-25 {
		width: 25% !important;
	}
	.w-lg-33 {
		width: 33.333333% !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.w-lg-66 {
		width: 66.666666% !important;
	}
	.w-lg-75 {
		width: 75% !important;
	}
	.w-lg-100 {
		width: 100% !important;
	}
	.w-lg-auto {
		width: auto !important;
	}
	.h-lg-25 {
		height: 25% !important;
	}
	.h-lg-33 {
		height: 33.333333% !important;
	}
	.h-lg-50 {
		height: 50% !important;
	}
	.h-lg-66 {
		height: 66.666666% !important;
	}
	.h-lg-75 {
		height: 75% !important;
	}
	.h-lg-100 {
		height: 100% !important;
	}
	.h-lg-auto {
		height: auto !important;
	}
	.mw-lg-100 {
		max-width: 100% !important;
	}
	.mh-lg-100 {
		max-height: 100% !important;
	}
}
@media (min-width: 1280px) {
	.w-xl-25 {
		width: 25% !important;
	}
	.w-xl-33 {
		width: 33.333333% !important;
	}
	.w-xl-50 {
		width: 50% !important;
	}
	.w-xl-66 {
		width: 66.666666% !important;
	}
	.w-xl-75 {
		width: 75% !important;
	}
	.w-xl-100 {
		width: 100% !important;
	}
	.w-xl-auto {
		width: auto !important;
	}
	.h-xl-25 {
		height: 25% !important;
	}
	.h-xl-33 {
		height: 33.333333% !important;
	}
	.h-xl-50 {
		height: 50% !important;
	}
	.h-sxlm-66 {
		height: 66.666666% !important;
	}
	.h-xl-75 {
		height: 75% !important;
	}
	.h-xl-100 {
		height: 100% !important;
	}
	.h-xl-auto {
		height: auto !important;
	}
	.mw-xl-100 {
		max-width: 100% !important;
	}
	.mh-xl-100 {
		max-height: 100% !important;
	}
}
/* responsive width/height (no flexbox) END */

/* responsive font-size */
.font-size--4 {
	font-size: 0.6rem !important;
}
.font-size--3 {
	font-size: 0.7rem !important;
}
.font-size--2d5 {
	font-size: 0.75rem !important;
}
.font-size--2 {
	font-size: 0.8rem !important;
}
.font-size--1d5 {
	font-size: 0.85rem !important;
}
.font-size--1 {
	font-size: 0.9rem !important;
}
.font-size--0d5 {
	font-size: 0.95rem !important;
}
.font-size-0 {
	font-size: 1rem !important;
}
.font-size-0d5 {
	font-size: 1.1rem !important;
}
.font-size-1 {
	font-size: 1.2rem !important;
}
.font-size-1d5 {
	font-size: 1.3rem !important;
}
.font-size-2 {
	font-size: 1.4rem !important;
}
.font-size-2d5 {
	font-size: 1.5rem !important;
}
.font-size-3 {
	font-size: 1.6rem !important;
}
.font-size-3d5 {
	font-size: 1.7rem !important;
}
.font-size-4 {
	font-size: 1.8rem !important;
}
.font-size-4d5 {
	font-size: 1.9rem !important;
}
.font-size-5 {
	font-size: 2rem !important;
}
.font-size-5d5 {
	font-size: 2.1rem !important;
}
.font-size-6 {
	font-size: 2.2rem !important;
}
.font-size-7 {
	font-size: 2.4rem !important;
}
.font-size-8 {
	font-size: 2.6rem !important;
}
.font-size-9 {
	font-size: 2.8rem !important;
}
.font-size-10 {
	font-size: 3.0rem !important;
}
.font-size-11 {
	font-size: 3.2rem !important;
}
.font-size-11d5 {
	font-size: 3.3rem !important;
}
.font-size-12d5 {
	font-size: 3.5rem !important;
}
.font-size-30 {
	font-size: 5rem !important;
}
.font-size-32 {
	font-size: 5.2rem !important;
}
@media (min-width: 576px) {
	.font-size-sm--4 {
		font-size: 0.6rem !important;
	}
	.font-size-sm--3 {
		font-size: 0.7rem !important;
	}
	.font-size-sm--2 {
		font-size: 0.8rem !important;
	}
	.font-size-sm--1d5 {
		font-size: 0.85rem !important;
	}
	.font-size-sm--1 {
		font-size: 0.9rem !important;
	}
	.font-size-sm--0d5 {
		font-size: 0.95rem !important;
	}
	.font-size-sm-0 {
		font-size: 1rem !important;
	}
	.font-size-sm-0d5 {
		font-size: 1.1rem !important;
	}
	.font-size-sm-1 {
		font-size: 1.2rem !important;
	}
	.font-size-sm-1d5 {
		font-size: 1.3rem !important;
	}
	.font-size-sm-2 {
		font-size: 1.4rem !important;
	}
	.font-size-sm-2d5 {
		font-size: 1.5rem !important;
	}
	.font-size-sm-3 {
		font-size: 1.6rem !important;
	}
	.font-size-sm-3d5 {
		font-size: 1.7rem !important;
	}
	.font-size-sm-4 {
		font-size: 1.8rem !important;
	}
	.font-size-sm-5 {
		font-size: 2rem !important;
	}
	.font-size-sm-5d5 {
		font-size: 2.1rem !important;
	}
	.font-size-sm-6 {
		font-size: 2.2rem !important;
	}
	.font-size-sm-7 {
		font-size: 2.4rem !important;
	}
	.font-size-sm-8 {
		font-size: 2.6rem !important;
	}
	.font-size-sm-9 {
		font-size: 2.8rem !important;
	}
	.font-size-sm-10 {
		font-size: 3.0rem !important;
	}
	.font-size-sm-11 {
		font-size: 3.2rem !important;
	}
	.font-size-sm-11d5 {
		font-size: 3.3rem !important;
	}
	.font-size-sm-12d5 {
		font-size: 3.5rem !important;
	}
}
@media (min-width: 768px) {
	.font-size-md--4 {
		font-size: 0.6rem !important;
	}
	.font-size-md--3 {
		font-size: 0.7rem !important;
	}
	.font-size-md--2 {
		font-size: 0.8rem !important;
	}
	.font-size-md--1d5 {
		font-size: 0.85rem !important;
	}
	.font-size-md--1 {
		font-size: 0.9rem !important;
	}
	.font-size-md--0d5 {
		font-size: 0.95rem !important;
	}
	.font-size-md-0 {
		font-size: 1rem !important;
	}
	.font-size-md-0d5 {
		font-size: 1.1rem !important;
	}
	.font-size-md-1 {
		font-size: 1.2rem !important;
	}
	.font-size-md-1d5 {
		font-size: 1.3rem !important;
	}
	.font-size-md-2 {
		font-size: 1.4rem !important;
	}
	.font-size-md-2d5 {
		font-size: 1.5rem !important;
	}
	.font-size-md-3 {
		font-size: 1.6rem !important;
	}
	.font-size-md-4 {
		font-size: 1.8rem !important;
	}
	.font-size-md-5 {
		font-size: 2rem !important;
	}
	.font-size-md-5d5 {
		font-size: 2.1rem !important;
	}
	.font-size-md-6 {
		font-size: 2.2rem !important;
	}
	.font-size-md-7 {
		font-size: 2.4rem !important;
	}
	.font-size-md-8 {
		font-size: 2.6rem !important;
	}
	.font-size-md-9 {
		font-size: 2.8rem !important;
	}
	.font-size-md-10 {
		font-size: 3.0rem !important;
	}
	.font-size-md-11 {
		font-size: 3.2rem !important;
	}
	.font-size-md-11d5 {
		font-size: 3.3rem !important;
	}
	.font-size-md-12d5 {
		font-size: 3.5rem !important;
	}
}
@media (min-width: 992px) {
	.font-size-lg--4 {
		font-size: 0.6rem !important;
	}
	.font-size-lg--3 {
		font-size: 0.7rem !important;
	}
	.font-size-lg--2 {
		font-size: 0.8rem !important;
	}
	.font-size-lg--1d5 {
		font-size: 0.85rem !important;
	}
	.font-size-lg--1 {
		font-size: 0.9rem !important;
	}
	.font-size-lg--0d5 {
		font-size: 0.95rem !important;
	}
	.font-size-lg-0 {
		font-size: 1rem !important;
	}
	.font-size-lg-0d5 {
		font-size: 1.1rem !important;
	}
	.font-size-lg-1 {
		font-size: 1.2rem !important;
	}
	.font-size-lg-1d5 {
		font-size: 1.3rem !important;
	}
	.font-size-lg-2 {
		font-size: 1.4rem !important;
	}
	.font-size-lg-2d5 {
		font-size: 1.5rem !important;
	}
	.font-size-lg-3 {
		font-size: 1.6rem !important;
	}
	.font-size-lg-3d5 {
		font-size: 1.7rem !important;
	}
	.font-size-lg-4 {
		font-size: 1.8rem !important;
	}
	.font-size-lg-5 {
		font-size: 2rem !important;
	}
	.font-size-lg-5d5 {
		font-size: 2.1rem !important;
	}
	.font-size-lg-6 {
		font-size: 2.2rem !important;
	}
	.font-size-lg-7 {
		font-size: 2.4rem !important;
	}
	.font-size-lg-8 {
		font-size: 2.6rem !important;
	}
	.font-size-lg-9 {
		font-size: 2.8rem !important;
	}
	.font-size-lg-10 {
		font-size: 3.0rem !important;
	}
	.font-size-lg-11 {
		font-size: 3.2rem !important;
	}
	.font-size-lg-11d5 {
		font-size: 3.3rem !important;
	}
	.font-size-lg-12d5 {
		font-size: 3.5rem !important;
	}
}
@media (min-width: 1280px) {
	.font-size-xl--4 {
		font-size: 0.6rem !important;
	}
	.font-size-xl--3 {
		font-size: 0.7rem !important;
	}
	.font-size-xl--2 {
		font-size: 0.8rem !important;
	}
	.font-size-xl--1d5 {
		font-size: 0.85rem !important;
	}
	.font-size-xl--1 {
		font-size: 0.9rem !important;
	}
	.font-size-xl--0d5 {
		font-size: 0.95rem !important;
	}
	.font-size-xl-0 {
		font-size: 1rem !important;
	}
	.font-size-xl-0d5 {
		font-size: 1.1rem !important;
	}
	.font-size-xl-1 {
		font-size: 1.2rem !important;
	}
	.font-size-xl-1d5 {
		font-size: 1.3rem !important;
	}
	.font-size-xl-2 {
		font-size: 1.4rem !important;
	}
	.font-size-xl-2d5 {
		font-size: 1.5rem !important;
	}
	.font-size-xl-3 {
		font-size: 1.6rem !important;
	}
	.font-size-xl-3d5 {
		font-size: 1.7rem !important;
	}
	.font-size-xl-4 {
		font-size: 1.8rem !important;
	}
	.font-size-xl-5 {
		font-size: 2rem !important;
	}
	.font-size-xl-5d5 {
		font-size: 2.1rem !important;
	}
	.font-size-xl-6 {
		font-size: 2.2rem !important;
	}
	.font-size-xl-7 {
		font-size: 2.4rem !important;
	}
	.font-size-xl-8 {
		font-size: 2.6rem !important;
	}
	.font-size-xl-9 {
		font-size: 2.8rem !important;
	}
	.font-size-xl-10 {
		font-size: 3.0rem !important;
	}
	.font-size-xl-11 {
		font-size: 3.2rem !important;
	}
	.font-size-xl-11d5 {
		font-size: 3.3rem !important;
	}
	.font-size-xl-12d5 {
		font-size: 3.5rem !important;
	}
}
/* responsive font-size END */

/*  font-weight */
/* todo mq */
.font-weight--2 {
	font-weight: 200 !important;
}
.font-weight--1 {
	font-weight: 300 !important;
}
.font-weight-0 {
	font-weight: 400 !important;
}
.font-weight-1 {
	font-weight: 500 !important;
}
.font-weight-2 {
	font-weight: 600 !important;
}
.font-weight-3 {
	font-weight: 700 !important;
}
.font-weight-4 {
	font-weight: 800 !important;
}
.font-weight-5 {
	font-weight: 900 !important;
}
/* responsive font-weight END */

/* responsive line-height */
.line-height--3 {
	line-height: 0.7 !important;
}
.line-height--2 {
	line-height: 0.8 !important;
}
.line-height--1 {
	line-height: 0.9 !important;
}
.line-height-0 {
	line-height: 1.0 !important;
}
.line-height-1 {
	line-height: 1.1 !important;
}
.line-height-2 {
	line-height: 1.2 !important;
}
.line-height-3 {
	line-height: 1.3 !important;
}
.line-height-4 {
	line-height: 1.4 !important;
}
.line-height-5 {
	line-height: 1.5 !important;
}
.line-height-6 {
	line-height: 1.6 !important;
}
.line-height-7 {
	line-height: 1.7 !important;
}
.line-height-8 {
	line-height: 1.8 !important;
}
.line-height-9 {
	line-height: 1.9 !important;
}
@media (min-width: 576px) {
	.line-height-sm--3 {
		line-height: 0.7 !important;
	}
	.line-height-sm--2 {
		line-height: 0.8 !important;
	}
	.line-height-sm--1 {
		line-height: 0.9 !important;
	}
	.line-height-sm-0 {
		line-height: 1.0 !important;
	}
	.line-height-sm-1 {
		line-height: 1.1 !important;
	}
	.line-height-sm-2 {
		line-height: 1.2 !important;
	}
	.line-height-sm-3 {
		line-height: 1.3 !important;
	}
	.line-height-sm-4 {
		line-height: 1.4 !important;
	}
	.line-height-sm-5 {
		line-height: 1.5 !important;
	}
	.line-height-sm-6 {
		line-height: 1.6 !important;
	}
	.line-height-sm-7 {
		line-height: 1.7 !important;
	}
	.line-height-sm-8 {
		line-height: 1.8 !important;
	}
	.line-height-sm-9 {
		line-height: 1.9 !important;
	}
}
@media (min-width: 768px) {
	.line-height-md--3 {
		line-height: 0.7 !important;
	}
	.line-height-md--2 {
		line-height: 0.8 !important;
	}
	.line-height-md--1 {
		line-height: 0.9 !important;
	}
	.line-height-md-0 {
		line-height: 1.0 !important;
	}
	.line-height-md-1 {
		line-height: 1.1 !important;
	}
	.line-height-md-2 {
		line-height: 1.2 !important;
	}
	.line-height-md-3 {
		line-height: 1.3 !important;
	}
	.line-height-md-4 {
		line-height: 1.4 !important;
	}
	.line-height-md-5 {
		line-height: 1.5 !important;
	}
	.line-height-md-6 {
		line-height: 1.6 !important;
	}
	.line-height-md-7 {
		line-height: 1.7 !important;
	}
	.line-height-md-8 {
		line-height: 1.8 !important;
	}
	.line-height-md-9 {
		line-height: 1.9 !important;
	}
}
@media (min-width: 992px) {
	.line-height-lg--3 {
		line-height: 0.7 !important;
	}
	.line-height-lg--2 {
		line-height: 0.8 !important;
	}
	.line-height-lg--1 {
		line-height: 0.9 !important;
	}
	.line-height-lg-0 {
		line-height: 1.0 !important;
	}
	.line-height-lg-1 {
		line-height: 1.1 !important;
	}
	.line-height-lg-2 {
		line-height: 1.2 !important;
	}
	.line-height-lg-3 {
		line-height: 1.3 !important;
	}
	.line-height-lg-4 {
		line-height: 1.4 !important;
	}
	.line-height-lg-5 {
		line-height: 1.5 !important;
	}
	.line-height-lg-6 {
		line-height: 1.6 !important;
	}
	.line-height-lg-7 {
		line-height: 1.7 !important;
	}
	.line-height-lg-8 {
		line-height: 1.8 !important;
	}
	.line-height-lg-9 {
		line-height: 1.9 !important;
	}
}
@media (min-width: 1280px) {
	.line-height-xl--3 {
		line-height: 0.7 !important;
	}
	.line-height-xl--2 {
		line-height: 0.8 !important;
	}
	.line-height-xl--1 {
		line-height: 0.9 !important;
	}
	.line-height-xl-0 {
		line-height: 1.0 !important;
	}
	.line-height-xl-1 {
		line-height: 1.1 !important;
	}
	.line-height-xl-2 {
		line-height: 1.2 !important;
	}
	.line-height-xl-3 {
		line-height: 1.3 !important;
	}
	.line-height-xl-4 {
		line-height: 1.4 !important;
	}
	.line-height-xl-5 {
		line-height: 1.5 !important;
	}
	.line-height-xl-6 {
		line-height: 1.6 !important;
	}
	.line-height-xl-7 {
		line-height: 1.7 !important;
	}
	.line-height-xl-8 {
		line-height: 1.8 !important;
	}
	.line-height-xl-9 {
		line-height: 1.9 !important;
	}
}
/* responsive line-height END */

/* responsive borders */
.border,
.border-t,
.border-r,
.border-b,
.border-l,
.border-sm,
.border-sm-t,
.border-sm-r,
.border-sm-b,
.border-sm-l,
.border-md,
.border-md-t,
.border-md-r,
.border-md-b,
.border-md-l,
.border-lg,
.border-lg-t,
.border-lg-r,
.border-lg-b,
.border-lg-l,
.border-xl,
.border-xl-t,
.border-xl-r,
.border-xl-b,
.border-xl-l {
	/*don't use !important for border-color, so it's easy to set it in main.css*/
	border-color: transparent; /* !important;*/
	border-width: 0 !important;
	border-style: none !important;
}
.border {
	border-style: solid !important;
}
.border-t {
	border-top-style: solid !important;
}
.border-r {
	border-right-style: solid !important;
}
.border-b {
	border-bottom-style: solid !important;
}
.border-l {
	border-left-style: solid !important;
}
.border-0 {
	border-width: 0 !important;
}
.border-1 {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-3 {
	border-width: 3px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-5 {
	border-width: 5px !important;
}
@media (min-width: 576px) {
	.border-sm {
		border-style: solid !important;
	}
	.border-sm-t {
		border-top-style: solid !important;
	}
	.border-sm-r {
		border-right-style: solid !important;
	}
	.border-sm-b {
		border-bottom-style: solid !important;
	}
	.border-sm-l {
		border-left-style: solid !important;
	}
	.border-sm-0 {
		border-width: 0 !important;
	}
	.border-sm-1 {
		border-width: 1px !important;
	}
	.border-sm-2 {
		border-width: 2px !important;
	}
	.border-sm-3 {
		border-width: 3px !important;
	}
	.border-sm-4 {
		border-width: 4px !important;
	}
	.border-sm-5 {
		border-width: 5px !important;
	}
}
@media (min-width: 768px) {
	.border-md {
		border-style: solid !important;
	}
	.border-md-t {
		border-top-style: solid !important;
	}
	.border-md-r {
		border-right-style: solid !important;
	}
	.border-md-b {
		border-bottom-style: solid !important;
	}
	.border-md-l {
		border-left-style: solid !important;
	}
	.border-md-0 {
		border-width: 0 !important;
	}
	.border-md-1 {
		border-width: 1px !important;
	}
	.border-md-2 {
		border-width: 2px !important;
	}
	.border-md-3 {
		border-width: 3px !important;
	}
	.border-md-4 {
		border-width: 4px !important;
	}
	.border-md-5 {
		border-width: 5px !important;
	}
}
@media (min-width: 991px) {
	.border-lg {
		border-style: solid !important;
	}
	.border-lg-t {
		border-top-style: solid !important;
	}
	.border-lg-r {
		border-right-style: solid !important;
	}
	.border-lg-b {
		border-bottom-style: solid !important;
	}
	.border-lg-l {
		border-left-style: solid !important;
	}
	.border-lg-0 {
		border-width: 0 !important;
	}
	.border-lg-1 {
		border-width: 1px !important;
	}
	.border-lg-2 {
		border-width: 2px !important;
	}
	.border-lg-3 {
		border-width: 3px !important;
	}
	.border-lg-4 {
		border-width: 4px !important;
	}
	.border-lg-5 {
		border-width: 5px !important;
	}
}
@media (min-width: 1280px) {
	.border-xl {
		border-style: solid !important;
	}
	.border-xl-t {
		border-top-style: solid !important;
	}
	.border-xl-r {
		border-right-style: solid !important;
	}
	.border-xl-b {
		border-bottom-style: solid !important;
	}
	.border-xl-l {
		border-left-style: solid !important;
	}
	.border-xl-0 {
		border-width: 0 !important;
	}
	.border-xl-1 {
		border-width: 1px !important;
	}
	.border-xl-2 {
		border-width: 2px !important;
	}
	.border-xl-3 {
		border-width: 3px !important;
	}
	.border-xl-4 {
		border-width: 4px !important;
	}
	.border-xl-5 {
		border-width: 5px !important;
	}
}
/* responsive border END */

/* responsive z-index TODO */
.z-index-0 {
	z-index: 0 !important;
}
.z-index--1 {
	z-index: -1 !important;
}
.z-index--2 {
	z-index: -2 !important;
}
.z-index--3 {
	z-index: -3 !important;
}
.z-index-1 {
	z-index: 1 !important;
}
.z-index-2 {
	z-index: 2 !important;
}
.z-index-3 {
	z-index: 3 !important;
}
.z-index-4 {
	z-index: 4 !important;
}
.z-index-5 {
	z-index: 5 !important;
}
.size-4-3,
.size-16-9 {
	position: relative;
}
.size-4-3 {
	padding-bottom: 74.3% !important;
}
.size-16-9 {
	padding-bottom: 56.25% !important;
}
@media (max-width: 991px) {
	.lg-size-16-9 {
		padding-bottom: 62% !important;
	}
}

.cc-1 { column-count: 1; }
.cc-2 { column-count: 2; }
.cc-3 { column-count: 3; }
.cc-4 { column-count: 4; }
.cc-5 { column-count: 5; }
.cc-6 { column-count: 6; }
.cc-7 { column-count: 7; }
.cc-8 { column-count: 8; }
.cc-auto { column-count: auto; }
@media screen and (min-width: 576px) {
	.cc-sm-1 { column-count: 1; }
	.cc-sm-2 { column-count: 2; }
	.cc-sm-3 { column-count: 3; }
	.cc-sm-4 { column-count: 4; }
	.cc-sm-5 { column-count: 5; }
	.cc-sm-6 { column-count: 6; }
	.cc-sm-7 { column-count: 7; }
	.cc-sm-8 { column-count: 8; }
	.cc-sm-auto { column-count: auto; }
}
@media screen and (min-width:768px) {
	.cc-md-1 { column-count: 1; }
	.cc-md-2 { column-count: 2; }
	.cc-md-3 { column-count: 3; }
	.cc-md-4 { column-count: 4; }
	.cc-md-5 { column-count: 5; }
	.cc-md-6 { column-count: 6; }
	.cc-md-7 { column-count: 7; }
	.cc-md-8 { column-count: 8; }
	.cc-md-auto { column-count: auto; }
}
@media screen and (min-width: 992px) {
	.cc-lg-1 { column-count: 1; }
	.cc-lg-2 { column-count: 2; }
	.cc-lg-3 { column-count: 3; }
	.cc-lg-4 { column-count: 4; }
	.cc-lg-5 { column-count: 5; }
	.cc-lg-6 { column-count: 6; }
	.cc-lg-7 { column-count: 7; }
	.cc-lg-8 { column-count: 8; }
	.cc-lg-9 { column-count: 9; }
	.cc-auto-lg { column-count: auto; }
}
@media screen and (min-width: 1200px) {
	.cc-xl-1 { column-count: 1; }
	.cc-xl-2 { column-count: 2; }
	.cc-xl-3 { column-count: 3; }
	.cc-xl-4 { column-count: 4; }
	.cc-xl-5 { column-count: 5; }
	.cc-xl-6 { column-count: 6; }
	.cc-xl-7 { column-count: 7; }
	.cc-xl-8 { column-count: 8; }
	.cc-auto-xl { column-count: auto; }
}
*[class*="cc-"] {
	column-gap: 2rem;
}
.cg-1 { column-gap: 1rem; }
.cg-2 { column-gap: 2rem; }
.cg-3 { column-gap: 3rem; }
.cg-4 { column-gap: 4rem; }
.cg-5 { column-gap: 5rem; }
.cg-6 { column-gap: 6rem; }
.cg-7 { column-gap: 7rem; }
.cg-8 { column-gap: 8rem; }
.cg-9 { column-gap: 9rem; }
@media screen and (min-width: 576px) {
	.cg-sm-1 { column-gap: 1rem; }
	.cg-sm-2 { column-gap: 2rem; }
	.cg-sm-3 { column-gap: 3rem; }
	.cg-sm-4 { column-gap: 4rem; }
	.cg-sm-5 { column-gap: 5rem; }
	.cg-sm-6 { column-gap: 6rem; }
	.cg-sm-7 { column-gap: 7rem; }
	.cg-sm-8 { column-gap: 8rem; }
	.cg-sm-9 { column-gap: 9rem; }
}
@media screen and (min-width:768px) {
	.cg-md-1 { column-gap: 1rem; }
	.cg-md-2 { column-gap: 2rem; }
	.cg-md-3 { column-gap: 3rem; }
	.cg-md-4 { column-gap: 4rem; }
	.cg-md-5 { column-gap: 5rem; }
	.cg-md-6 { column-gap: 6rem; }
	.cg-md-7 { column-gap: 7rem; }
	.cg-md-8 { column-gap: 8rem; }
	.cg-md-9 { column-gap: 9rem; }
}
@media screen and (min-width: 992px) {
	.cg-lg-1 { column-gap: 1rem; }
	.cg-lg-2 { column-gap: 2rem; }
	.cg-lg-3 { column-gap: 3rem; }
	.cg-lg-4 { column-gap: 4rem; }
	.cg-lg-5 { column-gap: 5rem; }
	.cg-lg-6 { column-gap: 6rem; }
	.cg-lg-7 { column-gap: 7rem; }
	.cg-lg-8 { column-gap: 8rem; }
	.cg-lg-9 { column-gap: 9rem; }
}
@media screen and (min-width: 1200px) {
	.cg-xl-1 { column-gap: 1rem; }
	.cg-xl-2 { column-gap: 2rem; }
	.cg-xl-3 { column-gap: 3rem; }
	.cg-xl-4 { column-gap: 4rem; }
	.cg-xl-5 { column-gap: 5rem; }
	.cg-xl-6 { column-gap: 6rem; }
	.cg-xl-7 { column-gap: 7rem; }
	.cg-xl-8 { column-gap: 8rem; }
	.cg-xl-9 { column-gap: 9rem; }
}

/* inline-block mistery */
.no-inline-block-white-space {
	line-height: 0 !important;
	font-size: 0 !important;
}
.inline-block,
.sm-inline-block,
.md-inline-block,
.lg-inline-block,
.xl-inline-block {
	/*line-height : 0;
	font-size: 0; */
}

.translate--x {
	-webkit-transform: translateX(-100%) !important;
	transform: translateX(-100%) !important;
}
.translate--y {
	-webkit-transform: translateY(-100%) !important;
	transform: translateY(-100%) !important;
}

.fl {
	float: left !important;
}
.fr {
	float: right !important;
}

/**[class*="bg-hover-"] > *,*/
*[class*="bg-hover-"],
*[class*="bg-hover-"]::before,
*[class*="bg-hover-"]::after,
*[class*="bg-hover-"] > * {
	-webkit-transition: background-color .2s !important;
	transition: background-color .2s !important;
}
*[class*="color-hover-"] {
	-webkit-transition-duration: .2s !important;
	transition-duration: .2s !important;
}
/**[class*="bg-hover-"] > *, */
*[class*="bg-hover-"],
*[class*="bg-hover-"]::before,
*[class*="bg-hover-"]::after {
	-webkit-transition-property: background-color !important;
	transition-property: background-color !important;
}
*[class*="color-hover-"] {
	-webkit-transition-property: color !important;
	transition-property: color !important;
}
*[class*="color-hover-"][class*="bg-hover-"],
*[class*="color-hover-"][class*="bg-hover-"]::before,
*[class*="color-hover-"][class*="bg-hover-"]::after,
*[class*="color-hover-"][class*="bg-hover-"] > * {
	-webkit-transition-property: color, background-color !important;
	transition-property: color, background-color!important;
}

.btn-black,
.bg-black.bg-fullwidth::after,
.bg-black.bg-fullwidth::before,
.bg-hover-black:hover,
.bg-black {
	background-color: #000 !important;
}
.bg-000.bg-fullwidth::after,
.bg-000.bg-fullwidth::before,
.bg-hover-000:hover,
.bg-000 {
	background-color: #000 !important;
}
.btn-white,
.bg-white.bg-fullwidth::after,
.bg-white.bg-fullwidth::before,
.bg-hover-white:hover,
.bg-white {
	background-color: #f6f6f6 !important;
}
.form-control,
.form-control:focus,
.bg-fff.bg-fullwidth::after,
.bg-fff.bg-fullwidth::before,
.bg-hover-fff:hover,
.bg-fff {
	background-color: #fff !important;
}
input[type="button"],
.bg-transparent,
.btn.bg-transparent {
	background-color: transparent !important;
}

.btn:not([class*="color-"]),
.color-hover-white:hover,
.color-white {
	color: #fff !important;
}
.form-control,
.form-control:focus,
.btn-white,
.btn-white:not([class*="color-"]),
.color-hover-black:hover,
.color-black {
	color: #000 !important;
}
.color-hover-000:hover,
.color-000 {
	color: #000 !important;
}
.color-hover-fff:hover,
.color-fff {
	color: #fff !important;
}
.color-hover-gray:hover,
.color-hover-grey:hover,
.color-gray,
.color-grey {
	color: #7a7a7a !important;
}
/* child tags have unwanted delay: must remove their transitions */
*[class*="color-hover-"]::before,
*[class*="color-hover-"]::after,
*[class*="color-hover-"] > *:hover {
	color: inherit !important;
}

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

.border-transparent {
	border-color: transparent !important;
}

@media (min-width: 1921px) {
	.wrapper,
	.bounds,
	.bg-fullwidth {
		overflow: visible;
	}
	.bg-fullwidth {
		position: relative;
	}
	.bg-fullwidth::before,
	.bg-fullwidth::after {
		content: '';
		position: absolute;
		top: 0;
		width: 1000vw;
		height: 100%;
		z-index: -1;
	}
	.bg-fullwidth::before {
		right: 0;
	}
	.bg-fullwidth::after {
		left: 0;
	}
}

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

/*TEXTS*/
.text-wrap {
	white-space: normal !important;
}
.text-pre {
	white-space: pre-line !important;
}
.text-decoration-none,
.text-decoration-none:hover {
	text-decoration: none !important;
}
.text-hover-underlined:hover,
.text-underlined {
	text-decoration: underline !important;
}
.first-letter-uc {
	text-transform: none !important;
}
.first-letter-uc:first-letter {
	text-transform: uppercase !important;
}

ol,
ul:not(.sub-menu):not([id*="menu-"]) {
	/*padding-left: 2rem !important;*/
}
article li {
	display: list-item !important;
}
article ul > li {
	/*list-style: circle;*/
	list-style: disc;
}
article ol > li {
	list-style: decimal;
}
/*??*/
article ul > li span {
	display: inline !important;
	list-style: circle;
}



/* user interactions */
.grabbable {
	cursor: grab;
	/*copied from hammer.js*/
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body:not(.btn-disabled) .btn:not(:disabled):not(.disabled):not(.unclickable),
body:not(.btn-disabled) .clickable:not(.unclickable) {
	pointer-events: inherit !important;
	cursor: pointer !important;
}
.disabled,
.unclickable {
	pointer-events: none !important;
	cursor: default !important;
}
.grabbable,
.unclickable:not(.select-auto),
.select-none {
	-webkit-touch-callout: none !important; /* iOS Safari */
	-webkit-user-select: none !important; /* Safari */
	-khtml-user-select: none !important; /* Konqueror HTML */
	-moz-user-select: none !important; /* Firefox */
	-ms-user-select: none !important; /* Internet Explorer/Edge */
	user-select: none !important;
}
.select-auto {
	-webkit-touch-callout: default !important; /* iOS Safari */
	-webkit-user-select: auto !important; /* Safari */
	-khtml-user-select: auto !important; /* Konqueror HTML */
	-moz-user-select: auto !important; /* Firefox */
	-ms-user-select: auto !important; /* Internet Explorer/Edge */
	user-select: auto !important;
}
@media (min-width: 768px) {
	.md-static {
		position: static !important;
	}
	.md-relative {
		position: relative !important;
	}
	.md-absolute {
		position: absolute !important;
	}
	.md-fixed {
		position: fixed !important;
	}
	.md-sticky {
		position: -webkit-sticky !important;
		position: sticky !important;
	}
}
@media (min-width: 992px) {
	.lg-static {
		position: static !important;
	}
	.lg-relative {
		position: relative !important;
	}
	.lg-absolute {
		position: absolute !important;
	}
	.lg-fixed {
		position: fixed !important;
	}
	.lg-sticky {
		position: -webkit-sticky !important;
		position: sticky !important;
	}
}

.square {
	aspect-ratio: 1/1;
}
@media (max-width: 991px) {
	.square-sm {
		padding-bottom: 100% !important;
	}
}
@media (min-width: 992px) {
	.square-lg {
		padding-bottom: 100% !important;
	}
}
.round {
	border-radius: 100% !important;
	overflow: hidden;
}
.radius-0 {
	border-radius: 0 !important;
}
.radius-100 {
	border-radius: 1000px !important;
	overflow: hidden;
}
@media (min-width: 992px) {
	.radius-lg-0 {
		border-radius: 0 !important;
	}
	.radius-lg-100 {
		border-radius: 1000px !important;
		overflow: hidden;
	}
}

.letter-spacing-1 {
	letter-spacing: 0.025rem !important;
}
.letter-spacing-2 {
	letter-spacing: 0.05rem !important;
}
.letter-spacing-3 {
	letter-spacing: 0.075rem !important;
}
.letter-spacing-4 {
	letter-spacing: 0.1rem !important;
}

article p:nth-last-child(n + 2),
article ol:nth-last-child(n + 2),
article ul:nth-last-child(n + 2) {
	padding-bottom: 1.0rem;
}
article ol,
article ul {
	padding-left: 1.1rem !important;
}
article li:nth-last-of-type(n + 2) {
	padding-bottom: 0.5rem !important;
}


.bg-facebook { background-color: #3B5998; }
.bg-facebook-messenger { background-color: #0084ff; }
.bg-flickr { background-color: #FE0883; }
.bg-foursquare { background-color: #8FD400; }
.bg-google { background-color: #C63D2D; }
.bg-instagram { background-color: #C13584; }
.bg-linkedin { background-color: #4875B4; }
.bg-tumblr { background-color: #2B4964; }
.bg-twitter { background-color: #33CCFF; }
.bg-vimeo { background-color: #86B32D; }
.bg-youtube { background-color: #FF3333; }
.bg-whatsapp { background-color: #31b344; }
.bg-mailchimp { background-color: #FFE01B; }
.bg-blogger { background-color: #f57d00; }
.bg-wordpress { background-color: #00aadc; }
.bg-pinterest { background-color: #bd081c; }
.bg-telegram { background-color: #0088cc; }
.color-facebook { color: #3B5998; }
.color-facebook-messenger { color: #0084ff; }
.color-flickr { color: #FE0883; }
.color-foursquare { color: #8FD400; }
.color-google { color: #C63D2D; }
.color-instagram { color: #C13584; }
.color-linkedin { color: #4875B4; }
.color-tumblr { color: #2B4964; }
.color-twitter { color: #33CCFF; }
.color-vimeo { color: #86B32D; }
.color-youtube { color: #FF3333; }
.color-whatsapp { color: #31b344; }
.color-mailchimp { color: #FFE01B; }
.color-blogger { color: #f57d00; }
.color-wordpress { color: #00aadc; }
.color-pinterest { color: #bd081c; }
.color-telegram { color: #0088cc; }

.bgi-icon-white-linkedin {
	background-image: url("../images/icon-white-linkedin.svg");
}
.bgi-icon-white-instagram {
	background-image: url("../images/icon-white-instagram.svg");
}
.bgi-icon-white-twitter {
	background-image: url("../images/icon-white-twitter.svg");
}
.bgi-icon-white-whatsapp {
	background-image: url("../images/icon-white-whatsapp.svg");
}
.bgi-icon-white-telegram {
	background-image: url("../images/icon-white-telegram.svg");
}
html[data-b-chrome][data-b-mobile] .bgi-icon-white-telegram {
	background-image: url("../images/icon-white-telegram.png");
}
.bgi-icon-white-facebook-messenger {
	background-image: url("../images/icon-white-facebook-messenger.svg");
}
.bgi-icon-white-facebook {
	background-image: url("../images/icon-white-facebook.svg");
}
.bgi-icon-white-facebook-circle {
	background-image: url("../images/icon-white-facebook-circle.svg");
}
.bgi-icon-white-blogger {
	background-image: url("../images/icon-white-blogger.svg");
}
.bgi-icon-white-pinterest {
	background-image: url("../images/icon-white-pinterest.svg");
}
.bgi-icon-white-mailchimp {
	background-image: url("../images/icon-white-mailchimp.svg");
}
.bgi-icon-black-mailchimp {
	background-image: url("../images/icon-black-mailchimp.svg");
}
.bgi-icon-white-wordpress {
	background-image: url("../images/icon-white-wordpress.svg");
}
.bgi-icon-white-youtube {
	background-image: url("../images/icon-white-youtube.svg");
}
.bgi-icon-white-down {
	background-image: url(../images/icon-white-down.svg);
}


.bgi-icon-color3-3persons {
	background-image: url("../images/icon-color3-3persons.svg");
}
.bgi-icon-color3-community {
	background-image: url("../images/icon-color3-community.svg");
}
.bgi-icon-black-magnify {
	background-image: url("../images/icon-black-magnify.svg") !important;
}
.bgi-icon-black-download {
	background-image: url("../images/icon-black-download.svg") !important;
}
.bgi-icon-black-down {
	background-image: url(../images/icon-black-down.svg);
}
/*todo arrow-d >>>> arrow-b (bottom)*/
.bgi-icon-black-arrow-t {
	background-image: url(../images/icon-black-arrow-t.svg);
}
.bgi-icon-black-arrow-r {
	background-image: url(../images/icon-black-arrow-r.svg);
}
.bgi-icon-black-arrow-d {
	background-image: url(../images/icon-black-arrow-d.svg);
}
.bgi-icon-black-arrow-l {
	background-image: url(../images/icon-black-arrow-l.svg);
}
.bgi-icon-black-arrow-lt {
	background-image: url(../images/icon-black-arrow-lt.svg);
}
.bgi-icon-black-arrow-ld {
	background-image: url(../images/icon-black-arrow-ld.svg);
}
.bgi-icon-black-arrow-rt {
	background-image: url(../images/icon-black-arrow-rt.svg);
}
.bgi-icon-black-arrow-rd {
	background-image: url(../images/icon-black-arrow-rd.svg);
}
/*apple can't see special chars like arrows*/
html:not(.no-special-chars) .char.bgi-icon-black-arrow-t,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-r,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-d,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-l,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-lt,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-ld,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-rt,
html:not(.no-special-chars) .char.bgi-icon-black-arrow-rd {
	background-image: none !important;
}
html.no-special-chars .char.bgi-icon-black-arrow-t,
html.no-special-chars .char.bgi-icon-black-arrow-r,
html.no-special-chars .char.bgi-icon-black-arrow-d,
html.no-special-chars .char.bgi-icon-black-arrow-l,
html.no-special-chars .char.bgi-icon-black-arrow-lt,
html.no-special-chars .char.bgi-icon-black-arrow-ld,
html.no-special-chars .char.bgi-icon-black-arrow-rt,
html.no-special-chars .char.bgi-icon-black-arrow-rd {
	color: transparent !important;
	background-size: 80% auto !important;
}


body:not(.admin-user) .d-none-not-admin,
body:not(.admin-user) .iowp-hidden-dump {
	display: none !important;
}
.iowp-hidden-dump,
.iowp-hidden-dump * {
	background-color: #000 !important;
	color: #fff !important;
}

.bg-cover {
	background-size: cover !important;
}
.object-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

svg.transition-2 *,
.transition-2 {
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}
svg.transition *,
svg.transition-3 *,
.btn,
.up-on-hover,
.transition,
.transition-3 {
	-webkit-transition: all .3s !important;
	transition: all .3s !important;
}
.transition-4 {
	-webkit-transition: all .4s !important;
	transition: all .4s !important;
}
svg.transition-5 *,
.transition-5 {
	-webkit-transition: all .5s !important;
	transition: all .5s !important;
}
svg.transition-7 *,
.transition-7 {
	-webkit-transition: all .7s !important;
	transition: all .7s !important;
}
.up-on-hover:hover {
	-webkit-transform: translateY(-0.25rem);
	transform: translateY(-0.25rem);
}
.transition-0 {
	-webkit-transition: none !important;
	transition: none !important;
}

.opacity-0 {
	opacity: 0;
}
.btn.disabled,
.opacity-25 {
	opacity: .25;
}
.opacity-50 {
	opacity: .5;
}
.opacity-75 {
	opacity: .75;
}
.opacity-100 {
	opacity: 1.00;
}


/*https://material-components.github.io/material-components-web-catalog/#/component/elevation*/
.card-like {
	overflow: hidden;
	/*z3*/
	/*box-shadow:0 3px 3px -2px rgba(0, 0, 0, 0.2),0 3px 4px 0 rgba(0, 0, 0, 0.14),0 1px 8px 0 rgba(0,0,0,.12);*/
}
a.card-like:hover,
.clickable.card-like:hover,
input[type="submit"].card-like:hover {
	/* d9 */
	box-shadow: 0 5px 6px -3px rgba(0,0,0,.2), 0 9px 12px 1px rgba(0,0,0,.14), 0 3px 16px 2px rgba(0,0,0,.12);
}

.google-map iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 991px) {
	.google-map iframe {
		height: 90vh;
	}
}



/* https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css */
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #929292 !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #929292 !important;
	opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #929292 !important;
	opacity:  1;
}
input::-ms-input-placeholder { /* Microsoft Edge */
	color: #929292 !important;
}
input::placeholder { /* Most modern browsers support this now. */
	color: #929292 !important;
}

/*https://stackoverflow.com/questions/20937475/remove-datalist-dropdown-arrow-in-chrome*/
input::-webkit-calendar-picker-indicator {
	display: none !important;
}


svg:not(:root) {
	max-width: 100%;
}
.relative > svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.v-align-middle {
	vertical-align: middle;
}

/*template-contacts output*/
.status.error {
	background: orange !important;
	color: #fff !important;
}
.status.success {}

form.ajax.success > div:not(.status) {
	display: none !important;
}
form.ajax > div {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
form.ajax.processing > div {
	opacity: .4 !important;
	cursor: default !important;
	pointer-events: none !important;
}

.scale-08 {
    scale: 0.8
}
