/* ********************************************************************************* *
* Reset
* ********************************************************************************* */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
body { color: #000; font-size: 16px; line-height: 1.5; font-family: "Pretendard"; letter-spacing: -0.1rem; word-break: break-all; }
ol,
ul { list-style: none; }
blockquote,
q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }

/* custom reset */
*,
*:before,
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; vertical-align: top; }
button,
[type=button],
[type=submit] { padding: 0; border: 0; background-color: transparent; color: inherit; font: inherit; }
button,
label,
[type=button],
[type=reset],
[type=submit],
[type=checkbox],
[type=radio],
.clickable { cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: default; }
select { appearance: none; margin: 0; padding: 0; border: 0; border-radius: 0; color: inherit; font: inherit; letter-spacing: 0; cursor: pointer; }
textarea { resize: none; }
html,
body { height: 100%; min-height: 100%; }
.wrap { display: flex; flex-direction: column; min-height: 100%; }
.container { flex: 1 1 auto; }
.footer { flex: 0 0 auto; }

/* ********************************************************************************* *
* Common
* ********************************************************************************* */
.skip,
.blind { clip: rect(0 0 0 0); position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; }
.hide { display: none !important; }
.noscroll { -webkit-overflow-scrolling: none; overflow: hidden !important; overscroll-behavior: none; touch-action: none; }
.clear { float: none !important; clear: both; }
.clearfix:before,
.clearfix:after { display: block; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
input,
textarea,
select { min-height: 35px; border: 1px solid #ddd; font: inherit; -webkit-tap-highlight-color: transparent; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #666; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #666; }
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { color: #666; }
input::placeholder,
textarea::placeholder { color: #666; }
th,
td { vertical-align: middle; }
legend,
caption { z-index: -1; position: absolute; top: -9999px; left: -9999px; margin: 0; padding: 0; overflow: hidden; font-size: 0; line-height: 0; }
.reveal { -webkit-animation-play-state: paused !important; animation-play-state: paused !important; }
.reveal.animated { -webkit-animation-play-state: running !important; animation-play-state: running !important; }
.inner { width: 100%; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: calc(var(--col_padding) * -1); margin-left: calc(var(--col_padding) * -1); }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: var(--col_padding); padding-left: var(--col_padding); }
.row [class^=col] .row { margin-right: calc(var(--col_padding) / -2); margin-left: calc(var(--col_padding) / -2); }
.row [class^=col] .row [class^=col] { padding-right: calc(var(--col_padding) / 2); padding-left: calc(var(--col_padding) / 2); }
.wb-nor { word-break: normal !important; }
.wb-ba { word-break: break-all !important; }
.wb-ka { word-break: keep-all !important; }
.wb-i { word-break: inherit !important; }
.visible-hide { visibility: hidden !important; }
.visible-show { visibility: visible !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-lowercase { text-transform: lowercase !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: normal !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-bold { font-weight: bold !important; }
.font-weight-extrabold { font-weight: 800 !important; }
.text-small { font-size: 85% !important; }
.text-large { font-size: 115% !important; }
.text-blind { text-indent: -9999px !important; }
.text-decoration-underline { text-decoration: underline !important; }
.text-nowrap { white-space: nowrap !important; }
.text-pre-wrap { white-space: pre-wrap !important; }
.border-0 { border: 0 !important; }
.border-top0 { border-top: 0 !important; }
.border-right0 { border-right: 0 !important; }
.border-bottom0 { border-bottom: 0 !important; }
.border-left0 { border-left: 0 !important; }
.row-cols-auto > * { flex: 0 0 auto; width: auto; }
.row-cols-1 > * { flex: 0 0 auto; width: 100%; }
.row-cols-2 > * { flex: 0 0 auto; width: 50%; }
.row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
.row-cols-4 > * { flex: 0 0 auto; width: 25%; }
.row-cols-5 > * { flex: 0 0 auto; width: 20%; }
.row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
.offset-0 { margin-left: 0; }
.offset-1 { margin-left: 8.33333333%; }
.offset-2 { margin-left: 16.66666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.33333333%; }
.offset-5 { margin-left: 41.66666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.33333333%; }
.offset-8 { margin-left: 66.66666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.33333333%; }
.offset-11 { margin-left: 91.66666667%; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-grid { display: grid !important; }
.d-inline-grid { display: inline-grid !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
.d-none { display: none !important; }
.flex-fill { flex: 1 1 auto !important; }
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-grow-0 { flex-grow: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-shrink-1 { flex-shrink: 1 !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
.order-first { order: -1 !important; }
.order-0 { order: 0 !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-last { order: 6 !important; }
.min-width-auto { min-width: auto !important; }
.border-radius-0 { border-radius: 0 !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.w-100 { width: 100% !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.mt-00 { margin-top: 0rem !important; }
.mt-05 { margin-top: 0.5rem !important; }
.mt-10 { margin-top: 1rem !important; }
.mt-15 { margin-top: 1.5rem !important; }
.mt-20 { margin-top: 2rem !important; }
.mt-25 { margin-top: 2.5rem !important; }
.mt-30 { margin-top: 3rem !important; }
.mt-35 { margin-top: 3.5rem !important; }
.mt-40 { margin-top: 4rem !important; }
.mt-45 { margin-top: 4.5rem !important; }
.mt-50 { margin-top: 5rem !important; }
.mt-55 { margin-top: 5.5rem !important; }
.mt-60 { margin-top: 6rem !important; }
.mt-65 { margin-top: 6.5rem !important; }
.mt-70 { margin-top: 7rem !important; }
.mt-75 { margin-top: 7.5rem !important; }
.mt-80 { margin-top: 8rem !important; }
.mt-85 { margin-top: 8.5rem !important; }
.mt-90 { margin-top: 9rem !important; }
.mt-95 { margin-top: 9.5rem !important; }
.mt-100 { margin-top: 10rem !important; }
.mr-00 { margin-right: 0rem !important; }
.mr-05 { margin-right: 0.5rem !important; }
.mr-10 { margin-right: 1rem !important; }
.mr-15 { margin-right: 1.5rem !important; }
.mr-20 { margin-right: 2rem !important; }
.mr-25 { margin-right: 2.5rem !important; }
.mr-30 { margin-right: 3rem !important; }
.mr-35 { margin-right: 3.5rem !important; }
.mr-40 { margin-right: 4rem !important; }
.mr-45 { margin-right: 4.5rem !important; }
.mr-50 { margin-right: 5rem !important; }
.mr-55 { margin-right: 5.5rem !important; }
.mr-60 { margin-right: 6rem !important; }
.mr-65 { margin-right: 6.5rem !important; }
.mr-70 { margin-right: 7rem !important; }
.mr-75 { margin-right: 7.5rem !important; }
.mr-80 { margin-right: 8rem !important; }
.mr-85 { margin-right: 8.5rem !important; }
.mr-90 { margin-right: 9rem !important; }
.mr-95 { margin-right: 9.5rem !important; }
.mr-100 { margin-right: 10rem !important; }
.mb-00 { margin-bottom: 0rem !important; }
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-10 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-20 { margin-bottom: 2rem !important; }
.mb-25 { margin-bottom: 2.5rem !important; }
.mb-30 { margin-bottom: 3rem !important; }
.mb-35 { margin-bottom: 3.5rem !important; }
.mb-40 { margin-bottom: 4rem !important; }
.mb-45 { margin-bottom: 4.5rem !important; }
.mb-50 { margin-bottom: 5rem !important; }
.mb-55 { margin-bottom: 5.5rem !important; }
.mb-60 { margin-bottom: 6rem !important; }
.mb-65 { margin-bottom: 6.5rem !important; }
.mb-70 { margin-bottom: 7rem !important; }
.mb-75 { margin-bottom: 7.5rem !important; }
.mb-80 { margin-bottom: 8rem !important; }
.mb-85 { margin-bottom: 8.5rem !important; }
.mb-90 { margin-bottom: 9rem !important; }
.mb-95 { margin-bottom: 9.5rem !important; }
.mb-100 { margin-bottom: 10rem !important; }
.ml-00 { margin-left: 0rem !important; }
.ml-05 { margin-left: 0.5rem !important; }
.ml-10 { margin-left: 1rem !important; }
.ml-15 { margin-left: 1.5rem !important; }
.ml-20 { margin-left: 2rem !important; }
.ml-25 { margin-left: 2.5rem !important; }
.ml-30 { margin-left: 3rem !important; }
.ml-35 { margin-left: 3.5rem !important; }
.ml-40 { margin-left: 4rem !important; }
.ml-45 { margin-left: 4.5rem !important; }
.ml-50 { margin-left: 5rem !important; }
.ml-55 { margin-left: 5.5rem !important; }
.ml-60 { margin-left: 6rem !important; }
.ml-65 { margin-left: 6.5rem !important; }
.ml-70 { margin-left: 7rem !important; }
.ml-75 { margin-left: 7.5rem !important; }
.ml-80 { margin-left: 8rem !important; }
.ml-85 { margin-left: 8.5rem !important; }
.ml-90 { margin-left: 9rem !important; }
.ml-95 { margin-left: 9.5rem !important; }
.ml-100 { margin-left: 10rem !important; }
.pt-00 { padding-top: 0rem !important; }
.pt-05 { padding-top: 0.5rem !important; }
.pt-10 { padding-top: 1rem !important; }
.pt-15 { padding-top: 1.5rem !important; }
.pt-20 { padding-top: 2rem !important; }
.pt-25 { padding-top: 2.5rem !important; }
.pt-30 { padding-top: 3rem !important; }
.pt-35 { padding-top: 3.5rem !important; }
.pt-40 { padding-top: 4rem !important; }
.pt-45 { padding-top: 4.5rem !important; }
.pt-50 { padding-top: 5rem !important; }
.pt-55 { padding-top: 5.5rem !important; }
.pt-60 { padding-top: 6rem !important; }
.pt-65 { padding-top: 6.5rem !important; }
.pt-70 { padding-top: 7rem !important; }
.pt-75 { padding-top: 7.5rem !important; }
.pt-80 { padding-top: 8rem !important; }
.pt-85 { padding-top: 8.5rem !important; }
.pt-90 { padding-top: 9rem !important; }
.pt-95 { padding-top: 9.5rem !important; }
.pt-100 { padding-top: 10rem !important; }
.pr-00 { padding-right: 0rem !important; }
.pr-05 { padding-right: 0.5rem !important; }
.pr-10 { padding-right: 1rem !important; }
.pr-15 { padding-right: 1.5rem !important; }
.pr-20 { padding-right: 2rem !important; }
.pr-25 { padding-right: 2.5rem !important; }
.pr-30 { padding-right: 3rem !important; }
.pr-35 { padding-right: 3.5rem !important; }
.pr-40 { padding-right: 4rem !important; }
.pr-45 { padding-right: 4.5rem !important; }
.pr-50 { padding-right: 5rem !important; }
.pr-55 { padding-right: 5.5rem !important; }
.pr-60 { padding-right: 6rem !important; }
.pr-65 { padding-right: 6.5rem !important; }
.pr-70 { padding-right: 7rem !important; }
.pr-75 { padding-right: 7.5rem !important; }
.pr-80 { padding-right: 8rem !important; }
.pr-85 { padding-right: 8.5rem !important; }
.pr-90 { padding-right: 9rem !important; }
.pr-95 { padding-right: 9.5rem !important; }
.pr-100 { padding-right: 10rem !important; }
.pb-00 { padding-bottom: 0rem !important; }
.pb-05 { padding-bottom: 0.5rem !important; }
.pb-10 { padding-bottom: 1rem !important; }
.pb-15 { padding-bottom: 1.5rem !important; }
.pb-20 { padding-bottom: 2rem !important; }
.pb-25 { padding-bottom: 2.5rem !important; }
.pb-30 { padding-bottom: 3rem !important; }
.pb-35 { padding-bottom: 3.5rem !important; }
.pb-40 { padding-bottom: 4rem !important; }
.pb-45 { padding-bottom: 4.5rem !important; }
.pb-50 { padding-bottom: 5rem !important; }
.pb-55 { padding-bottom: 5.5rem !important; }
.pb-60 { padding-bottom: 6rem !important; }
.pb-65 { padding-bottom: 6.5rem !important; }
.pb-70 { padding-bottom: 7rem !important; }
.pb-75 { padding-bottom: 7.5rem !important; }
.pb-80 { padding-bottom: 8rem !important; }
.pb-85 { padding-bottom: 8.5rem !important; }
.pb-90 { padding-bottom: 9rem !important; }
.pb-95 { padding-bottom: 9.5rem !important; }
.pb-100 { padding-bottom: 10rem !important; }
.pl-00 { padding-left: 0rem !important; }
.pl-05 { padding-left: 0.5rem !important; }
.pl-10 { padding-left: 1rem !important; }
.pl-15 { padding-left: 1.5rem !important; }
.pl-20 { padding-left: 2rem !important; }
.pl-25 { padding-left: 2.5rem !important; }
.pl-30 { padding-left: 3rem !important; }
.pl-35 { padding-left: 3.5rem !important; }
.pl-40 { padding-left: 4rem !important; }
.pl-45 { padding-left: 4.5rem !important; }
.pl-50 { padding-left: 5rem !important; }
.pl-55 { padding-left: 5.5rem !important; }
.pl-60 { padding-left: 6rem !important; }
.pl-65 { padding-left: 6.5rem !important; }
.pl-70 { padding-left: 7rem !important; }
.pl-75 { padding-left: 7.5rem !important; }
.pl-80 { padding-left: 8rem !important; }
.pl-85 { padding-left: 8.5rem !important; }
.pl-90 { padding-left: 9rem !important; }
.pl-95 { padding-left: 9.5rem !important; }
.pl-100 { padding-left: 10rem !important; }
.col { flex: 1 0 0%; }
.col-auto { flex: 0 0 auto; width: auto; }
.col-1 { flex: 0 0 auto; width: 8.3333333333%; }
.col-2 { flex: 0 0 auto; width: 16.6666666667%; }
.col-3 { flex: 0 0 auto; width: 25%; }
.col-4 { flex: 0 0 auto; width: 33.3333333333%; }
.col-5 { flex: 0 0 auto; width: 41.6666666667%; }
.col-6 { flex: 0 0 auto; width: 50%; }
.col-7 { flex: 0 0 auto; width: 58.3333333333%; }
.col-8 { flex: 0 0 auto; width: 66.6666666667%; }
.col-9 { flex: 0 0 auto; width: 75%; }
.col-10 { flex: 0 0 auto; width: 83.3333333333%; }
.col-11 { flex: 0 0 auto; width: 91.6666666667%; }
.col-12 { flex: 0 0 auto; width: 100%; }
@media screen and (min-width:361px) {
	.visible-xs-hide { visibility: hidden !important; }
	.visible-xs-show { visibility: visible !important; }
	.float-xs-left { float: left !important; }
	.float-xs-right { float: right !important; }
	.align-xs-top { vertical-align: top !important; }
	.align-xs-middle { vertical-align: middle !important; }
	.align-xs-bottom { vertical-align: bottom !important; }
	.text-xs-uppercase { text-transform: uppercase !important; }
	.text-xs-lowercase { text-transform: lowercase !important; }
	.font-weight-xs-light { font-weight: 300 !important; }
	.font-weight-xs-normal { font-weight: normal !important; }
	.font-weight-xs-medium { font-weight: 500 !important; }
	.font-weight-xs-bold { font-weight: bold !important; }
	.font-weight-xs-extrabold { font-weight: 800 !important; }
	.text-xs-small { font-size: 85% !important; }
	.text-xs-large { font-size: 115% !important; }
	.text-xs-blind { text-indent: -9999px !important; }
	.text-xs-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.text-pre-wrap { white-space: pre-wrap !important; }
	.border-xs-0 { border: 0 !important; }
	.border-xs-top0 { border-top: 0 !important; }
	.border-xs-right0 { border-right: 0 !important; }
	.border-xs-bottom0 { border-bottom: 0 !important; }
	.border-xs-left0 { border-left: 0 !important; }
	.row-cols-xs-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-xs-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-xs-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-xs-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-xs-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-xs-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-xs-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-xs-0 { margin-left: 0; }
	.offset-xs-1 { margin-left: 8.33333333%; }
	.offset-xs-2 { margin-left: 16.66666667%; }
	.offset-xs-3 { margin-left: 25%; }
	.offset-xs-4 { margin-left: 33.33333333%; }
	.offset-xs-5 { margin-left: 41.66666667%; }
	.offset-xs-6 { margin-left: 50%; }
	.offset-xs-7 { margin-left: 58.33333333%; }
	.offset-xs-8 { margin-left: 66.66666667%; }
	.offset-xs-9 { margin-left: 75%; }
	.offset-xs-10 { margin-left: 83.33333333%; }
	.offset-xs-11 { margin-left: 91.66666667%; }
	.d-xs-inline { display: inline !important; }
	.d-xs-inline-block { display: inline-block !important; }
	.d-xs-block { display: block !important; }
	.d-xs-grid { display: grid !important; }
	.d-xs-inline-grid { display: inline-grid !important; }
	.d-xs-table { display: table !important; }
	.d-xs-table-row { display: table-row !important; }
	.d-xs-table-cell { display: table-cell !important; }
	.d-xs-flex { display: flex !important; }
	.d-xs-inline-flex { display: inline-flex !important; }
	.d-xs-none { display: none !important; }
	.flex-xs-fill { flex: 1 1 auto !important; }
	.flex-xs-row { flex-direction: row !important; }
	.flex-xs-column { flex-direction: column !important; }
	.flex-xs-row-reverse { flex-direction: row-reverse !important; }
	.flex-xs-column-reverse { flex-direction: column-reverse !important; }
	.flex-xs-grow-0 { flex-grow: 0 !important; }
	.flex-xs-grow-1 { flex-grow: 1 !important; }
	.flex-xs-shrink-0 { flex-shrink: 0 !important; }
	.flex-xs-shrink-1 { flex-shrink: 1 !important; }
	.flex-xs-wrap { flex-wrap: wrap !important; }
	.flex-xs-nowrap { flex-wrap: nowrap !important; }
	.flex-xs-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-xs-start { justify-content: flex-start !important; }
	.justify-content-xs-end { justify-content: flex-end !important; }
	.justify-content-xs-center { justify-content: center !important; }
	.justify-content-xs-between { justify-content: space-between !important; }
	.justify-content-xs-around { justify-content: space-around !important; }
	.justify-content-xs-evenly { justify-content: space-evenly !important; }
	.align-items-xs-start { align-items: flex-start !important; }
	.align-items-xs-end { align-items: flex-end !important; }
	.align-items-xs-center { align-items: center !important; }
	.align-items-xs-baseline { align-items: baseline !important; }
	.align-items-xs-stretch { align-items: stretch !important; }
	.align-content-xs-start { align-content: flex-start !important; }
	.align-content-xs-end { align-content: flex-end !important; }
	.align-content-xs-center { align-content: center !important; }
	.align-content-xs-between { align-content: space-between !important; }
	.align-content-xs-around { align-content: space-around !important; }
	.align-content-xs-stretch { align-content: stretch !important; }
	.align-self-xs-auto { align-self: auto !important; }
	.align-self-xs-start { align-self: flex-start !important; }
	.align-self-xs-end { align-self: flex-end !important; }
	.align-self-xs-center { align-self: center !important; }
	.align-self-xs-baseline { align-self: baseline !important; }
	.align-self-xs-stretch { align-self: stretch !important; }
	.order-xs-first { order: -1 !important; }
	.order-xs-0 { order: 0 !important; }
	.order-xs-1 { order: 1 !important; }
	.order-xs-2 { order: 2 !important; }
	.order-xs-3 { order: 3 !important; }
	.order-xs-4 { order: 4 !important; }
	.order-xs-5 { order: 5 !important; }
	.order-xs-last { order: 6 !important; }
	.min-width-xs-auto { min-width: auto !important; }
	.border-radius-xs-0 { border-radius: 0 !important; }
	.text-xs-left { text-align: left !important; }
	.text-xs-right { text-align: right !important; }
	.text-xs-center { text-align: center !important; }
	.text-xs-justify { text-align: justify !important; }
	.w-xs-100 { width: 100% !important; }
	.mt-xs-auto { margin-top: auto !important; }
	.mr-xs-auto { margin-right: auto !important; }
	.mb-xs-auto { margin-bottom: auto !important; }
	.ml-xs-auto { margin-left: auto !important; }
	.mt-xs-00 { margin-top: 0rem !important; }
	.mt-xs-05 { margin-top: 0.5rem !important; }
	.mt-xs-10 { margin-top: 1rem !important; }
	.mt-xs-15 { margin-top: 1.5rem !important; }
	.mt-xs-20 { margin-top: 2rem !important; }
	.mt-xs-25 { margin-top: 2.5rem !important; }
	.mt-xs-30 { margin-top: 3rem !important; }
	.mt-xs-35 { margin-top: 3.5rem !important; }
	.mt-xs-40 { margin-top: 4rem !important; }
	.mt-xs-45 { margin-top: 4.5rem !important; }
	.mt-xs-50 { margin-top: 5rem !important; }
	.mt-xs-55 { margin-top: 5.5rem !important; }
	.mt-xs-60 { margin-top: 6rem !important; }
	.mt-xs-65 { margin-top: 6.5rem !important; }
	.mt-xs-70 { margin-top: 7rem !important; }
	.mt-xs-75 { margin-top: 7.5rem !important; }
	.mt-xs-80 { margin-top: 8rem !important; }
	.mt-xs-85 { margin-top: 8.5rem !important; }
	.mt-xs-90 { margin-top: 9rem !important; }
	.mt-xs-95 { margin-top: 9.5rem !important; }
	.mt-xs-100 { margin-top: 10rem !important; }
	.mr-xs-00 { margin-right: 0rem !important; }
	.mr-xs-05 { margin-right: 0.5rem !important; }
	.mr-xs-10 { margin-right: 1rem !important; }
	.mr-xs-15 { margin-right: 1.5rem !important; }
	.mr-xs-20 { margin-right: 2rem !important; }
	.mr-xs-25 { margin-right: 2.5rem !important; }
	.mr-xs-30 { margin-right: 3rem !important; }
	.mr-xs-35 { margin-right: 3.5rem !important; }
	.mr-xs-40 { margin-right: 4rem !important; }
	.mr-xs-45 { margin-right: 4.5rem !important; }
	.mr-xs-50 { margin-right: 5rem !important; }
	.mr-xs-55 { margin-right: 5.5rem !important; }
	.mr-xs-60 { margin-right: 6rem !important; }
	.mr-xs-65 { margin-right: 6.5rem !important; }
	.mr-xs-70 { margin-right: 7rem !important; }
	.mr-xs-75 { margin-right: 7.5rem !important; }
	.mr-xs-80 { margin-right: 8rem !important; }
	.mr-xs-85 { margin-right: 8.5rem !important; }
	.mr-xs-90 { margin-right: 9rem !important; }
	.mr-xs-95 { margin-right: 9.5rem !important; }
	.mr-xs-100 { margin-right: 10rem !important; }
	.mb-xs-00 { margin-bottom: 0rem !important; }
	.mb-xs-05 { margin-bottom: 0.5rem !important; }
	.mb-xs-10 { margin-bottom: 1rem !important; }
	.mb-xs-15 { margin-bottom: 1.5rem !important; }
	.mb-xs-20 { margin-bottom: 2rem !important; }
	.mb-xs-25 { margin-bottom: 2.5rem !important; }
	.mb-xs-30 { margin-bottom: 3rem !important; }
	.mb-xs-35 { margin-bottom: 3.5rem !important; }
	.mb-xs-40 { margin-bottom: 4rem !important; }
	.mb-xs-45 { margin-bottom: 4.5rem !important; }
	.mb-xs-50 { margin-bottom: 5rem !important; }
	.mb-xs-55 { margin-bottom: 5.5rem !important; }
	.mb-xs-60 { margin-bottom: 6rem !important; }
	.mb-xs-65 { margin-bottom: 6.5rem !important; }
	.mb-xs-70 { margin-bottom: 7rem !important; }
	.mb-xs-75 { margin-bottom: 7.5rem !important; }
	.mb-xs-80 { margin-bottom: 8rem !important; }
	.mb-xs-85 { margin-bottom: 8.5rem !important; }
	.mb-xs-90 { margin-bottom: 9rem !important; }
	.mb-xs-95 { margin-bottom: 9.5rem !important; }
	.mb-xs-100 { margin-bottom: 10rem !important; }
	.ml-xs-00 { margin-left: 0rem !important; }
	.ml-xs-05 { margin-left: 0.5rem !important; }
	.ml-xs-10 { margin-left: 1rem !important; }
	.ml-xs-15 { margin-left: 1.5rem !important; }
	.ml-xs-20 { margin-left: 2rem !important; }
	.ml-xs-25 { margin-left: 2.5rem !important; }
	.ml-xs-30 { margin-left: 3rem !important; }
	.ml-xs-35 { margin-left: 3.5rem !important; }
	.ml-xs-40 { margin-left: 4rem !important; }
	.ml-xs-45 { margin-left: 4.5rem !important; }
	.ml-xs-50 { margin-left: 5rem !important; }
	.ml-xs-55 { margin-left: 5.5rem !important; }
	.ml-xs-60 { margin-left: 6rem !important; }
	.ml-xs-65 { margin-left: 6.5rem !important; }
	.ml-xs-70 { margin-left: 7rem !important; }
	.ml-xs-75 { margin-left: 7.5rem !important; }
	.ml-xs-80 { margin-left: 8rem !important; }
	.ml-xs-85 { margin-left: 8.5rem !important; }
	.ml-xs-90 { margin-left: 9rem !important; }
	.ml-xs-95 { margin-left: 9.5rem !important; }
	.ml-xs-100 { margin-left: 10rem !important; }
	.pt-xs-00 { padding-top: 0rem !important; }
	.pt-xs-05 { padding-top: 0.5rem !important; }
	.pt-xs-10 { padding-top: 1rem !important; }
	.pt-xs-15 { padding-top: 1.5rem !important; }
	.pt-xs-20 { padding-top: 2rem !important; }
	.pt-xs-25 { padding-top: 2.5rem !important; }
	.pt-xs-30 { padding-top: 3rem !important; }
	.pt-xs-35 { padding-top: 3.5rem !important; }
	.pt-xs-40 { padding-top: 4rem !important; }
	.pt-xs-45 { padding-top: 4.5rem !important; }
	.pt-xs-50 { padding-top: 5rem !important; }
	.pt-xs-55 { padding-top: 5.5rem !important; }
	.pt-xs-60 { padding-top: 6rem !important; }
	.pt-xs-65 { padding-top: 6.5rem !important; }
	.pt-xs-70 { padding-top: 7rem !important; }
	.pt-xs-75 { padding-top: 7.5rem !important; }
	.pt-xs-80 { padding-top: 8rem !important; }
	.pt-xs-85 { padding-top: 8.5rem !important; }
	.pt-xs-90 { padding-top: 9rem !important; }
	.pt-xs-95 { padding-top: 9.5rem !important; }
	.pt-xs-100 { padding-top: 10rem !important; }
	.pr-xs-00 { padding-right: 0rem !important; }
	.pr-xs-05 { padding-right: 0.5rem !important; }
	.pr-xs-10 { padding-right: 1rem !important; }
	.pr-xs-15 { padding-right: 1.5rem !important; }
	.pr-xs-20 { padding-right: 2rem !important; }
	.pr-xs-25 { padding-right: 2.5rem !important; }
	.pr-xs-30 { padding-right: 3rem !important; }
	.pr-xs-35 { padding-right: 3.5rem !important; }
	.pr-xs-40 { padding-right: 4rem !important; }
	.pr-xs-45 { padding-right: 4.5rem !important; }
	.pr-xs-50 { padding-right: 5rem !important; }
	.pr-xs-55 { padding-right: 5.5rem !important; }
	.pr-xs-60 { padding-right: 6rem !important; }
	.pr-xs-65 { padding-right: 6.5rem !important; }
	.pr-xs-70 { padding-right: 7rem !important; }
	.pr-xs-75 { padding-right: 7.5rem !important; }
	.pr-xs-80 { padding-right: 8rem !important; }
	.pr-xs-85 { padding-right: 8.5rem !important; }
	.pr-xs-90 { padding-right: 9rem !important; }
	.pr-xs-95 { padding-right: 9.5rem !important; }
	.pr-xs-100 { padding-right: 10rem !important; }
	.pb-xs-00 { padding-bottom: 0rem !important; }
	.pb-xs-05 { padding-bottom: 0.5rem !important; }
	.pb-xs-10 { padding-bottom: 1rem !important; }
	.pb-xs-15 { padding-bottom: 1.5rem !important; }
	.pb-xs-20 { padding-bottom: 2rem !important; }
	.pb-xs-25 { padding-bottom: 2.5rem !important; }
	.pb-xs-30 { padding-bottom: 3rem !important; }
	.pb-xs-35 { padding-bottom: 3.5rem !important; }
	.pb-xs-40 { padding-bottom: 4rem !important; }
	.pb-xs-45 { padding-bottom: 4.5rem !important; }
	.pb-xs-50 { padding-bottom: 5rem !important; }
	.pb-xs-55 { padding-bottom: 5.5rem !important; }
	.pb-xs-60 { padding-bottom: 6rem !important; }
	.pb-xs-65 { padding-bottom: 6.5rem !important; }
	.pb-xs-70 { padding-bottom: 7rem !important; }
	.pb-xs-75 { padding-bottom: 7.5rem !important; }
	.pb-xs-80 { padding-bottom: 8rem !important; }
	.pb-xs-85 { padding-bottom: 8.5rem !important; }
	.pb-xs-90 { padding-bottom: 9rem !important; }
	.pb-xs-95 { padding-bottom: 9.5rem !important; }
	.pb-xs-100 { padding-bottom: 10rem !important; }
	.pl-xs-00 { padding-left: 0rem !important; }
	.pl-xs-05 { padding-left: 0.5rem !important; }
	.pl-xs-10 { padding-left: 1rem !important; }
	.pl-xs-15 { padding-left: 1.5rem !important; }
	.pl-xs-20 { padding-left: 2rem !important; }
	.pl-xs-25 { padding-left: 2.5rem !important; }
	.pl-xs-30 { padding-left: 3rem !important; }
	.pl-xs-35 { padding-left: 3.5rem !important; }
	.pl-xs-40 { padding-left: 4rem !important; }
	.pl-xs-45 { padding-left: 4.5rem !important; }
	.pl-xs-50 { padding-left: 5rem !important; }
	.pl-xs-55 { padding-left: 5.5rem !important; }
	.pl-xs-60 { padding-left: 6rem !important; }
	.pl-xs-65 { padding-left: 6.5rem !important; }
	.pl-xs-70 { padding-left: 7rem !important; }
	.pl-xs-75 { padding-left: 7.5rem !important; }
	.pl-xs-80 { padding-left: 8rem !important; }
	.pl-xs-85 { padding-left: 8.5rem !important; }
	.pl-xs-90 { padding-left: 9rem !important; }
	.pl-xs-95 { padding-left: 9.5rem !important; }
	.pl-xs-100 { padding-left: 10rem !important; }
	.col-xs { flex: 1 0 0%; }
	.col-xs-auto { flex: 0 0 auto; width: auto; }
	.col-xs-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-xs-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-xs-3 { flex: 0 0 auto; width: 25%; }
	.col-xs-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-xs-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-xs-6 { flex: 0 0 auto; width: 50%; }
	.col-xs-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-xs-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-xs-9 { flex: 0 0 auto; width: 75%; }
	.col-xs-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-xs-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-xs-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:481px) {
	.visible-sm-hide { visibility: hidden !important; }
	.visible-sm-show { visibility: visible !important; }
	.float-sm-left { float: left !important; }
	.float-sm-right { float: right !important; }
	.align-sm-top { vertical-align: top !important; }
	.align-sm-middle { vertical-align: middle !important; }
	.align-sm-bottom { vertical-align: bottom !important; }
	.text-sm-uppercase { text-transform: uppercase !important; }
	.text-sm-lowercase { text-transform: lowercase !important; }
	.font-weight-sm-light { font-weight: 300 !important; }
	.font-weight-sm-normal { font-weight: normal !important; }
	.font-weight-sm-medium { font-weight: 500 !important; }
	.font-weight-sm-bold { font-weight: bold !important; }
	.font-weight-sm-extrabold { font-weight: 800 !important; }
	.text-sm-small { font-size: 85% !important; }
	.text-sm-large { font-size: 115% !important; }
	.text-sm-blind { text-indent: -9999px !important; }
	.text-sm-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.text-pre-wrap { white-space: pre-wrap !important; }
	.border-sm-0 { border: 0 !important; }
	.border-sm-top0 { border-top: 0 !important; }
	.border-sm-right0 { border-right: 0 !important; }
	.border-sm-bottom0 { border-bottom: 0 !important; }
	.border-sm-left0 { border-left: 0 !important; }
	.row-cols-sm-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-sm-0 { margin-left: 0; }
	.offset-sm-1 { margin-left: 8.33333333%; }
	.offset-sm-2 { margin-left: 16.66666667%; }
	.offset-sm-3 { margin-left: 25%; }
	.offset-sm-4 { margin-left: 33.33333333%; }
	.offset-sm-5 { margin-left: 41.66666667%; }
	.offset-sm-6 { margin-left: 50%; }
	.offset-sm-7 { margin-left: 58.33333333%; }
	.offset-sm-8 { margin-left: 66.66666667%; }
	.offset-sm-9 { margin-left: 75%; }
	.offset-sm-10 { margin-left: 83.33333333%; }
	.offset-sm-11 { margin-left: 91.66666667%; }
	.d-sm-inline { display: inline !important; }
	.d-sm-inline-block { display: inline-block !important; }
	.d-sm-block { display: block !important; }
	.d-sm-grid { display: grid !important; }
	.d-sm-inline-grid { display: inline-grid !important; }
	.d-sm-table { display: table !important; }
	.d-sm-table-row { display: table-row !important; }
	.d-sm-table-cell { display: table-cell !important; }
	.d-sm-flex { display: flex !important; }
	.d-sm-inline-flex { display: inline-flex !important; }
	.d-sm-none { display: none !important; }
	.flex-sm-fill { flex: 1 1 auto !important; }
	.flex-sm-row { flex-direction: row !important; }
	.flex-sm-column { flex-direction: column !important; }
	.flex-sm-row-reverse { flex-direction: row-reverse !important; }
	.flex-sm-column-reverse { flex-direction: column-reverse !important; }
	.flex-sm-grow-0 { flex-grow: 0 !important; }
	.flex-sm-grow-1 { flex-grow: 1 !important; }
	.flex-sm-shrink-0 { flex-shrink: 0 !important; }
	.flex-sm-shrink-1 { flex-shrink: 1 !important; }
	.flex-sm-wrap { flex-wrap: wrap !important; }
	.flex-sm-nowrap { flex-wrap: nowrap !important; }
	.flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-sm-start { justify-content: flex-start !important; }
	.justify-content-sm-end { justify-content: flex-end !important; }
	.justify-content-sm-center { justify-content: center !important; }
	.justify-content-sm-between { justify-content: space-between !important; }
	.justify-content-sm-around { justify-content: space-around !important; }
	.justify-content-sm-evenly { justify-content: space-evenly !important; }
	.align-items-sm-start { align-items: flex-start !important; }
	.align-items-sm-end { align-items: flex-end !important; }
	.align-items-sm-center { align-items: center !important; }
	.align-items-sm-baseline { align-items: baseline !important; }
	.align-items-sm-stretch { align-items: stretch !important; }
	.align-content-sm-start { align-content: flex-start !important; }
	.align-content-sm-end { align-content: flex-end !important; }
	.align-content-sm-center { align-content: center !important; }
	.align-content-sm-between { align-content: space-between !important; }
	.align-content-sm-around { align-content: space-around !important; }
	.align-content-sm-stretch { align-content: stretch !important; }
	.align-self-sm-auto { align-self: auto !important; }
	.align-self-sm-start { align-self: flex-start !important; }
	.align-self-sm-end { align-self: flex-end !important; }
	.align-self-sm-center { align-self: center !important; }
	.align-self-sm-baseline { align-self: baseline !important; }
	.align-self-sm-stretch { align-self: stretch !important; }
	.order-sm-first { order: -1 !important; }
	.order-sm-0 { order: 0 !important; }
	.order-sm-1 { order: 1 !important; }
	.order-sm-2 { order: 2 !important; }
	.order-sm-3 { order: 3 !important; }
	.order-sm-4 { order: 4 !important; }
	.order-sm-5 { order: 5 !important; }
	.order-sm-last { order: 6 !important; }
	.min-width-sm-auto { min-width: auto !important; }
	.border-radius-sm-0 { border-radius: 0 !important; }
	.text-sm-left { text-align: left !important; }
	.text-sm-right { text-align: right !important; }
	.text-sm-center { text-align: center !important; }
	.text-sm-justify { text-align: justify !important; }
	.w-sm-100 { width: 100% !important; }
	.mt-sm-auto { margin-top: auto !important; }
	.mr-sm-auto { margin-right: auto !important; }
	.mb-sm-auto { margin-bottom: auto !important; }
	.ml-sm-auto { margin-left: auto !important; }
	.mt-sm-00 { margin-top: 0rem !important; }
	.mt-sm-05 { margin-top: 0.5rem !important; }
	.mt-sm-10 { margin-top: 1rem !important; }
	.mt-sm-15 { margin-top: 1.5rem !important; }
	.mt-sm-20 { margin-top: 2rem !important; }
	.mt-sm-25 { margin-top: 2.5rem !important; }
	.mt-sm-30 { margin-top: 3rem !important; }
	.mt-sm-35 { margin-top: 3.5rem !important; }
	.mt-sm-40 { margin-top: 4rem !important; }
	.mt-sm-45 { margin-top: 4.5rem !important; }
	.mt-sm-50 { margin-top: 5rem !important; }
	.mt-sm-55 { margin-top: 5.5rem !important; }
	.mt-sm-60 { margin-top: 6rem !important; }
	.mt-sm-65 { margin-top: 6.5rem !important; }
	.mt-sm-70 { margin-top: 7rem !important; }
	.mt-sm-75 { margin-top: 7.5rem !important; }
	.mt-sm-80 { margin-top: 8rem !important; }
	.mt-sm-85 { margin-top: 8.5rem !important; }
	.mt-sm-90 { margin-top: 9rem !important; }
	.mt-sm-95 { margin-top: 9.5rem !important; }
	.mt-sm-100 { margin-top: 10rem !important; }
	.mr-sm-00 { margin-right: 0rem !important; }
	.mr-sm-05 { margin-right: 0.5rem !important; }
	.mr-sm-10 { margin-right: 1rem !important; }
	.mr-sm-15 { margin-right: 1.5rem !important; }
	.mr-sm-20 { margin-right: 2rem !important; }
	.mr-sm-25 { margin-right: 2.5rem !important; }
	.mr-sm-30 { margin-right: 3rem !important; }
	.mr-sm-35 { margin-right: 3.5rem !important; }
	.mr-sm-40 { margin-right: 4rem !important; }
	.mr-sm-45 { margin-right: 4.5rem !important; }
	.mr-sm-50 { margin-right: 5rem !important; }
	.mr-sm-55 { margin-right: 5.5rem !important; }
	.mr-sm-60 { margin-right: 6rem !important; }
	.mr-sm-65 { margin-right: 6.5rem !important; }
	.mr-sm-70 { margin-right: 7rem !important; }
	.mr-sm-75 { margin-right: 7.5rem !important; }
	.mr-sm-80 { margin-right: 8rem !important; }
	.mr-sm-85 { margin-right: 8.5rem !important; }
	.mr-sm-90 { margin-right: 9rem !important; }
	.mr-sm-95 { margin-right: 9.5rem !important; }
	.mr-sm-100 { margin-right: 10rem !important; }
	.mb-sm-00 { margin-bottom: 0rem !important; }
	.mb-sm-05 { margin-bottom: 0.5rem !important; }
	.mb-sm-10 { margin-bottom: 1rem !important; }
	.mb-sm-15 { margin-bottom: 1.5rem !important; }
	.mb-sm-20 { margin-bottom: 2rem !important; }
	.mb-sm-25 { margin-bottom: 2.5rem !important; }
	.mb-sm-30 { margin-bottom: 3rem !important; }
	.mb-sm-35 { margin-bottom: 3.5rem !important; }
	.mb-sm-40 { margin-bottom: 4rem !important; }
	.mb-sm-45 { margin-bottom: 4.5rem !important; }
	.mb-sm-50 { margin-bottom: 5rem !important; }
	.mb-sm-55 { margin-bottom: 5.5rem !important; }
	.mb-sm-60 { margin-bottom: 6rem !important; }
	.mb-sm-65 { margin-bottom: 6.5rem !important; }
	.mb-sm-70 { margin-bottom: 7rem !important; }
	.mb-sm-75 { margin-bottom: 7.5rem !important; }
	.mb-sm-80 { margin-bottom: 8rem !important; }
	.mb-sm-85 { margin-bottom: 8.5rem !important; }
	.mb-sm-90 { margin-bottom: 9rem !important; }
	.mb-sm-95 { margin-bottom: 9.5rem !important; }
	.mb-sm-100 { margin-bottom: 10rem !important; }
	.ml-sm-00 { margin-left: 0rem !important; }
	.ml-sm-05 { margin-left: 0.5rem !important; }
	.ml-sm-10 { margin-left: 1rem !important; }
	.ml-sm-15 { margin-left: 1.5rem !important; }
	.ml-sm-20 { margin-left: 2rem !important; }
	.ml-sm-25 { margin-left: 2.5rem !important; }
	.ml-sm-30 { margin-left: 3rem !important; }
	.ml-sm-35 { margin-left: 3.5rem !important; }
	.ml-sm-40 { margin-left: 4rem !important; }
	.ml-sm-45 { margin-left: 4.5rem !important; }
	.ml-sm-50 { margin-left: 5rem !important; }
	.ml-sm-55 { margin-left: 5.5rem !important; }
	.ml-sm-60 { margin-left: 6rem !important; }
	.ml-sm-65 { margin-left: 6.5rem !important; }
	.ml-sm-70 { margin-left: 7rem !important; }
	.ml-sm-75 { margin-left: 7.5rem !important; }
	.ml-sm-80 { margin-left: 8rem !important; }
	.ml-sm-85 { margin-left: 8.5rem !important; }
	.ml-sm-90 { margin-left: 9rem !important; }
	.ml-sm-95 { margin-left: 9.5rem !important; }
	.ml-sm-100 { margin-left: 10rem !important; }
	.pt-sm-00 { padding-top: 0rem !important; }
	.pt-sm-05 { padding-top: 0.5rem !important; }
	.pt-sm-10 { padding-top: 1rem !important; }
	.pt-sm-15 { padding-top: 1.5rem !important; }
	.pt-sm-20 { padding-top: 2rem !important; }
	.pt-sm-25 { padding-top: 2.5rem !important; }
	.pt-sm-30 { padding-top: 3rem !important; }
	.pt-sm-35 { padding-top: 3.5rem !important; }
	.pt-sm-40 { padding-top: 4rem !important; }
	.pt-sm-45 { padding-top: 4.5rem !important; }
	.pt-sm-50 { padding-top: 5rem !important; }
	.pt-sm-55 { padding-top: 5.5rem !important; }
	.pt-sm-60 { padding-top: 6rem !important; }
	.pt-sm-65 { padding-top: 6.5rem !important; }
	.pt-sm-70 { padding-top: 7rem !important; }
	.pt-sm-75 { padding-top: 7.5rem !important; }
	.pt-sm-80 { padding-top: 8rem !important; }
	.pt-sm-85 { padding-top: 8.5rem !important; }
	.pt-sm-90 { padding-top: 9rem !important; }
	.pt-sm-95 { padding-top: 9.5rem !important; }
	.pt-sm-100 { padding-top: 10rem !important; }
	.pr-sm-00 { padding-right: 0rem !important; }
	.pr-sm-05 { padding-right: 0.5rem !important; }
	.pr-sm-10 { padding-right: 1rem !important; }
	.pr-sm-15 { padding-right: 1.5rem !important; }
	.pr-sm-20 { padding-right: 2rem !important; }
	.pr-sm-25 { padding-right: 2.5rem !important; }
	.pr-sm-30 { padding-right: 3rem !important; }
	.pr-sm-35 { padding-right: 3.5rem !important; }
	.pr-sm-40 { padding-right: 4rem !important; }
	.pr-sm-45 { padding-right: 4.5rem !important; }
	.pr-sm-50 { padding-right: 5rem !important; }
	.pr-sm-55 { padding-right: 5.5rem !important; }
	.pr-sm-60 { padding-right: 6rem !important; }
	.pr-sm-65 { padding-right: 6.5rem !important; }
	.pr-sm-70 { padding-right: 7rem !important; }
	.pr-sm-75 { padding-right: 7.5rem !important; }
	.pr-sm-80 { padding-right: 8rem !important; }
	.pr-sm-85 { padding-right: 8.5rem !important; }
	.pr-sm-90 { padding-right: 9rem !important; }
	.pr-sm-95 { padding-right: 9.5rem !important; }
	.pr-sm-100 { padding-right: 10rem !important; }
	.pb-sm-00 { padding-bottom: 0rem !important; }
	.pb-sm-05 { padding-bottom: 0.5rem !important; }
	.pb-sm-10 { padding-bottom: 1rem !important; }
	.pb-sm-15 { padding-bottom: 1.5rem !important; }
	.pb-sm-20 { padding-bottom: 2rem !important; }
	.pb-sm-25 { padding-bottom: 2.5rem !important; }
	.pb-sm-30 { padding-bottom: 3rem !important; }
	.pb-sm-35 { padding-bottom: 3.5rem !important; }
	.pb-sm-40 { padding-bottom: 4rem !important; }
	.pb-sm-45 { padding-bottom: 4.5rem !important; }
	.pb-sm-50 { padding-bottom: 5rem !important; }
	.pb-sm-55 { padding-bottom: 5.5rem !important; }
	.pb-sm-60 { padding-bottom: 6rem !important; }
	.pb-sm-65 { padding-bottom: 6.5rem !important; }
	.pb-sm-70 { padding-bottom: 7rem !important; }
	.pb-sm-75 { padding-bottom: 7.5rem !important; }
	.pb-sm-80 { padding-bottom: 8rem !important; }
	.pb-sm-85 { padding-bottom: 8.5rem !important; }
	.pb-sm-90 { padding-bottom: 9rem !important; }
	.pb-sm-95 { padding-bottom: 9.5rem !important; }
	.pb-sm-100 { padding-bottom: 10rem !important; }
	.pl-sm-00 { padding-left: 0rem !important; }
	.pl-sm-05 { padding-left: 0.5rem !important; }
	.pl-sm-10 { padding-left: 1rem !important; }
	.pl-sm-15 { padding-left: 1.5rem !important; }
	.pl-sm-20 { padding-left: 2rem !important; }
	.pl-sm-25 { padding-left: 2.5rem !important; }
	.pl-sm-30 { padding-left: 3rem !important; }
	.pl-sm-35 { padding-left: 3.5rem !important; }
	.pl-sm-40 { padding-left: 4rem !important; }
	.pl-sm-45 { padding-left: 4.5rem !important; }
	.pl-sm-50 { padding-left: 5rem !important; }
	.pl-sm-55 { padding-left: 5.5rem !important; }
	.pl-sm-60 { padding-left: 6rem !important; }
	.pl-sm-65 { padding-left: 6.5rem !important; }
	.pl-sm-70 { padding-left: 7rem !important; }
	.pl-sm-75 { padding-left: 7.5rem !important; }
	.pl-sm-80 { padding-left: 8rem !important; }
	.pl-sm-85 { padding-left: 8.5rem !important; }
	.pl-sm-90 { padding-left: 9rem !important; }
	.pl-sm-95 { padding-left: 9.5rem !important; }
	.pl-sm-100 { padding-left: 10rem !important; }
	.col-sm { flex: 1 0 0%; }
	.col-sm-auto { flex: 0 0 auto; width: auto; }
	.col-sm-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-sm-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-sm-3 { flex: 0 0 auto; width: 25%; }
	.col-sm-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-sm-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-sm-6 { flex: 0 0 auto; width: 50%; }
	.col-sm-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-sm-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-sm-9 { flex: 0 0 auto; width: 75%; }
	.col-sm-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-sm-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-sm-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:769px) {
	.visible-md-hide { visibility: hidden !important; }
	.visible-md-show { visibility: visible !important; }
	.float-md-left { float: left !important; }
	.float-md-right { float: right !important; }
	.align-md-top { vertical-align: top !important; }
	.align-md-middle { vertical-align: middle !important; }
	.align-md-bottom { vertical-align: bottom !important; }
	.text-md-uppercase { text-transform: uppercase !important; }
	.text-md-lowercase { text-transform: lowercase !important; }
	.font-weight-md-light { font-weight: 300 !important; }
	.font-weight-md-normal { font-weight: normal !important; }
	.font-weight-md-medium { font-weight: 500 !important; }
	.font-weight-md-bold { font-weight: bold !important; }
	.font-weight-md-extrabold { font-weight: 800 !important; }
	.text-md-small { font-size: 85% !important; }
	.text-md-large { font-size: 115% !important; }
	.text-md-blind { text-indent: -9999px !important; }
	.text-md-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.text-pre-wrap { white-space: pre-wrap !important; }
	.border-md-0 { border: 0 !important; }
	.border-md-top0 { border-top: 0 !important; }
	.border-md-right0 { border-right: 0 !important; }
	.border-md-bottom0 { border-bottom: 0 !important; }
	.border-md-left0 { border-left: 0 !important; }
	.row-cols-md-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-md-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-md-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-md-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-md-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-md-0 { margin-left: 0; }
	.offset-md-1 { margin-left: 8.33333333%; }
	.offset-md-2 { margin-left: 16.66666667%; }
	.offset-md-3 { margin-left: 25%; }
	.offset-md-4 { margin-left: 33.33333333%; }
	.offset-md-5 { margin-left: 41.66666667%; }
	.offset-md-6 { margin-left: 50%; }
	.offset-md-7 { margin-left: 58.33333333%; }
	.offset-md-8 { margin-left: 66.66666667%; }
	.offset-md-9 { margin-left: 75%; }
	.offset-md-10 { margin-left: 83.33333333%; }
	.offset-md-11 { margin-left: 91.66666667%; }
	.d-md-inline { display: inline !important; }
	.d-md-inline-block { display: inline-block !important; }
	.d-md-block { display: block !important; }
	.d-md-grid { display: grid !important; }
	.d-md-inline-grid { display: inline-grid !important; }
	.d-md-table { display: table !important; }
	.d-md-table-row { display: table-row !important; }
	.d-md-table-cell { display: table-cell !important; }
	.d-md-flex { display: flex !important; }
	.d-md-inline-flex { display: inline-flex !important; }
	.d-md-none { display: none !important; }
	.flex-md-fill { flex: 1 1 auto !important; }
	.flex-md-row { flex-direction: row !important; }
	.flex-md-column { flex-direction: column !important; }
	.flex-md-row-reverse { flex-direction: row-reverse !important; }
	.flex-md-column-reverse { flex-direction: column-reverse !important; }
	.flex-md-grow-0 { flex-grow: 0 !important; }
	.flex-md-grow-1 { flex-grow: 1 !important; }
	.flex-md-shrink-0 { flex-shrink: 0 !important; }
	.flex-md-shrink-1 { flex-shrink: 1 !important; }
	.flex-md-wrap { flex-wrap: wrap !important; }
	.flex-md-nowrap { flex-wrap: nowrap !important; }
	.flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-md-start { justify-content: flex-start !important; }
	.justify-content-md-end { justify-content: flex-end !important; }
	.justify-content-md-center { justify-content: center !important; }
	.justify-content-md-between { justify-content: space-between !important; }
	.justify-content-md-around { justify-content: space-around !important; }
	.justify-content-md-evenly { justify-content: space-evenly !important; }
	.align-items-md-start { align-items: flex-start !important; }
	.align-items-md-end { align-items: flex-end !important; }
	.align-items-md-center { align-items: center !important; }
	.align-items-md-baseline { align-items: baseline !important; }
	.align-items-md-stretch { align-items: stretch !important; }
	.align-content-md-start { align-content: flex-start !important; }
	.align-content-md-end { align-content: flex-end !important; }
	.align-content-md-center { align-content: center !important; }
	.align-content-md-between { align-content: space-between !important; }
	.align-content-md-around { align-content: space-around !important; }
	.align-content-md-stretch { align-content: stretch !important; }
	.align-self-md-auto { align-self: auto !important; }
	.align-self-md-start { align-self: flex-start !important; }
	.align-self-md-end { align-self: flex-end !important; }
	.align-self-md-center { align-self: center !important; }
	.align-self-md-baseline { align-self: baseline !important; }
	.align-self-md-stretch { align-self: stretch !important; }
	.order-md-first { order: -1 !important; }
	.order-md-0 { order: 0 !important; }
	.order-md-1 { order: 1 !important; }
	.order-md-2 { order: 2 !important; }
	.order-md-3 { order: 3 !important; }
	.order-md-4 { order: 4 !important; }
	.order-md-5 { order: 5 !important; }
	.order-md-last { order: 6 !important; }
	.min-width-md-auto { min-width: auto !important; }
	.border-radius-md-0 { border-radius: 0 !important; }
	.text-md-left { text-align: left !important; }
	.text-md-right { text-align: right !important; }
	.text-md-center { text-align: center !important; }
	.text-md-justify { text-align: justify !important; }
	.w-md-100 { width: 100% !important; }
	.mt-md-auto { margin-top: auto !important; }
	.mr-md-auto { margin-right: auto !important; }
	.mb-md-auto { margin-bottom: auto !important; }
	.ml-md-auto { margin-left: auto !important; }
	.mt-md-00 { margin-top: 0rem !important; }
	.mt-md-05 { margin-top: 0.5rem !important; }
	.mt-md-10 { margin-top: 1rem !important; }
	.mt-md-15 { margin-top: 1.5rem !important; }
	.mt-md-20 { margin-top: 2rem !important; }
	.mt-md-25 { margin-top: 2.5rem !important; }
	.mt-md-30 { margin-top: 3rem !important; }
	.mt-md-35 { margin-top: 3.5rem !important; }
	.mt-md-40 { margin-top: 4rem !important; }
	.mt-md-45 { margin-top: 4.5rem !important; }
	.mt-md-50 { margin-top: 5rem !important; }
	.mt-md-55 { margin-top: 5.5rem !important; }
	.mt-md-60 { margin-top: 6rem !important; }
	.mt-md-65 { margin-top: 6.5rem !important; }
	.mt-md-70 { margin-top: 7rem !important; }
	.mt-md-75 { margin-top: 7.5rem !important; }
	.mt-md-80 { margin-top: 8rem !important; }
	.mt-md-85 { margin-top: 8.5rem !important; }
	.mt-md-90 { margin-top: 9rem !important; }
	.mt-md-95 { margin-top: 9.5rem !important; }
	.mt-md-100 { margin-top: 10rem !important; }
	.mr-md-00 { margin-right: 0rem !important; }
	.mr-md-05 { margin-right: 0.5rem !important; }
	.mr-md-10 { margin-right: 1rem !important; }
	.mr-md-15 { margin-right: 1.5rem !important; }
	.mr-md-20 { margin-right: 2rem !important; }
	.mr-md-25 { margin-right: 2.5rem !important; }
	.mr-md-30 { margin-right: 3rem !important; }
	.mr-md-35 { margin-right: 3.5rem !important; }
	.mr-md-40 { margin-right: 4rem !important; }
	.mr-md-45 { margin-right: 4.5rem !important; }
	.mr-md-50 { margin-right: 5rem !important; }
	.mr-md-55 { margin-right: 5.5rem !important; }
	.mr-md-60 { margin-right: 6rem !important; }
	.mr-md-65 { margin-right: 6.5rem !important; }
	.mr-md-70 { margin-right: 7rem !important; }
	.mr-md-75 { margin-right: 7.5rem !important; }
	.mr-md-80 { margin-right: 8rem !important; }
	.mr-md-85 { margin-right: 8.5rem !important; }
	.mr-md-90 { margin-right: 9rem !important; }
	.mr-md-95 { margin-right: 9.5rem !important; }
	.mr-md-100 { margin-right: 10rem !important; }
	.mb-md-00 { margin-bottom: 0rem !important; }
	.mb-md-05 { margin-bottom: 0.5rem !important; }
	.mb-md-10 { margin-bottom: 1rem !important; }
	.mb-md-15 { margin-bottom: 1.5rem !important; }
	.mb-md-20 { margin-bottom: 2rem !important; }
	.mb-md-25 { margin-bottom: 2.5rem !important; }
	.mb-md-30 { margin-bottom: 3rem !important; }
	.mb-md-35 { margin-bottom: 3.5rem !important; }
	.mb-md-40 { margin-bottom: 4rem !important; }
	.mb-md-45 { margin-bottom: 4.5rem !important; }
	.mb-md-50 { margin-bottom: 5rem !important; }
	.mb-md-55 { margin-bottom: 5.5rem !important; }
	.mb-md-60 { margin-bottom: 6rem !important; }
	.mb-md-65 { margin-bottom: 6.5rem !important; }
	.mb-md-70 { margin-bottom: 7rem !important; }
	.mb-md-75 { margin-bottom: 7.5rem !important; }
	.mb-md-80 { margin-bottom: 8rem !important; }
	.mb-md-85 { margin-bottom: 8.5rem !important; }
	.mb-md-90 { margin-bottom: 9rem !important; }
	.mb-md-95 { margin-bottom: 9.5rem !important; }
	.mb-md-100 { margin-bottom: 10rem !important; }
	.ml-md-00 { margin-left: 0rem !important; }
	.ml-md-05 { margin-left: 0.5rem !important; }
	.ml-md-10 { margin-left: 1rem !important; }
	.ml-md-15 { margin-left: 1.5rem !important; }
	.ml-md-20 { margin-left: 2rem !important; }
	.ml-md-25 { margin-left: 2.5rem !important; }
	.ml-md-30 { margin-left: 3rem !important; }
	.ml-md-35 { margin-left: 3.5rem !important; }
	.ml-md-40 { margin-left: 4rem !important; }
	.ml-md-45 { margin-left: 4.5rem !important; }
	.ml-md-50 { margin-left: 5rem !important; }
	.ml-md-55 { margin-left: 5.5rem !important; }
	.ml-md-60 { margin-left: 6rem !important; }
	.ml-md-65 { margin-left: 6.5rem !important; }
	.ml-md-70 { margin-left: 7rem !important; }
	.ml-md-75 { margin-left: 7.5rem !important; }
	.ml-md-80 { margin-left: 8rem !important; }
	.ml-md-85 { margin-left: 8.5rem !important; }
	.ml-md-90 { margin-left: 9rem !important; }
	.ml-md-95 { margin-left: 9.5rem !important; }
	.ml-md-100 { margin-left: 10rem !important; }
	.pt-md-00 { padding-top: 0rem !important; }
	.pt-md-05 { padding-top: 0.5rem !important; }
	.pt-md-10 { padding-top: 1rem !important; }
	.pt-md-15 { padding-top: 1.5rem !important; }
	.pt-md-20 { padding-top: 2rem !important; }
	.pt-md-25 { padding-top: 2.5rem !important; }
	.pt-md-30 { padding-top: 3rem !important; }
	.pt-md-35 { padding-top: 3.5rem !important; }
	.pt-md-40 { padding-top: 4rem !important; }
	.pt-md-45 { padding-top: 4.5rem !important; }
	.pt-md-50 { padding-top: 5rem !important; }
	.pt-md-55 { padding-top: 5.5rem !important; }
	.pt-md-60 { padding-top: 6rem !important; }
	.pt-md-65 { padding-top: 6.5rem !important; }
	.pt-md-70 { padding-top: 7rem !important; }
	.pt-md-75 { padding-top: 7.5rem !important; }
	.pt-md-80 { padding-top: 8rem !important; }
	.pt-md-85 { padding-top: 8.5rem !important; }
	.pt-md-90 { padding-top: 9rem !important; }
	.pt-md-95 { padding-top: 9.5rem !important; }
	.pt-md-100 { padding-top: 10rem !important; }
	.pr-md-00 { padding-right: 0rem !important; }
	.pr-md-05 { padding-right: 0.5rem !important; }
	.pr-md-10 { padding-right: 1rem !important; }
	.pr-md-15 { padding-right: 1.5rem !important; }
	.pr-md-20 { padding-right: 2rem !important; }
	.pr-md-25 { padding-right: 2.5rem !important; }
	.pr-md-30 { padding-right: 3rem !important; }
	.pr-md-35 { padding-right: 3.5rem !important; }
	.pr-md-40 { padding-right: 4rem !important; }
	.pr-md-45 { padding-right: 4.5rem !important; }
	.pr-md-50 { padding-right: 5rem !important; }
	.pr-md-55 { padding-right: 5.5rem !important; }
	.pr-md-60 { padding-right: 6rem !important; }
	.pr-md-65 { padding-right: 6.5rem !important; }
	.pr-md-70 { padding-right: 7rem !important; }
	.pr-md-75 { padding-right: 7.5rem !important; }
	.pr-md-80 { padding-right: 8rem !important; }
	.pr-md-85 { padding-right: 8.5rem !important; }
	.pr-md-90 { padding-right: 9rem !important; }
	.pr-md-95 { padding-right: 9.5rem !important; }
	.pr-md-100 { padding-right: 10rem !important; }
	.pb-md-00 { padding-bottom: 0rem !important; }
	.pb-md-05 { padding-bottom: 0.5rem !important; }
	.pb-md-10 { padding-bottom: 1rem !important; }
	.pb-md-15 { padding-bottom: 1.5rem !important; }
	.pb-md-20 { padding-bottom: 2rem !important; }
	.pb-md-25 { padding-bottom: 2.5rem !important; }
	.pb-md-30 { padding-bottom: 3rem !important; }
	.pb-md-35 { padding-bottom: 3.5rem !important; }
	.pb-md-40 { padding-bottom: 4rem !important; }
	.pb-md-45 { padding-bottom: 4.5rem !important; }
	.pb-md-50 { padding-bottom: 5rem !important; }
	.pb-md-55 { padding-bottom: 5.5rem !important; }
	.pb-md-60 { padding-bottom: 6rem !important; }
	.pb-md-65 { padding-bottom: 6.5rem !important; }
	.pb-md-70 { padding-bottom: 7rem !important; }
	.pb-md-75 { padding-bottom: 7.5rem !important; }
	.pb-md-80 { padding-bottom: 8rem !important; }
	.pb-md-85 { padding-bottom: 8.5rem !important; }
	.pb-md-90 { padding-bottom: 9rem !important; }
	.pb-md-95 { padding-bottom: 9.5rem !important; }
	.pb-md-100 { padding-bottom: 10rem !important; }
	.pl-md-00 { padding-left: 0rem !important; }
	.pl-md-05 { padding-left: 0.5rem !important; }
	.pl-md-10 { padding-left: 1rem !important; }
	.pl-md-15 { padding-left: 1.5rem !important; }
	.pl-md-20 { padding-left: 2rem !important; }
	.pl-md-25 { padding-left: 2.5rem !important; }
	.pl-md-30 { padding-left: 3rem !important; }
	.pl-md-35 { padding-left: 3.5rem !important; }
	.pl-md-40 { padding-left: 4rem !important; }
	.pl-md-45 { padding-left: 4.5rem !important; }
	.pl-md-50 { padding-left: 5rem !important; }
	.pl-md-55 { padding-left: 5.5rem !important; }
	.pl-md-60 { padding-left: 6rem !important; }
	.pl-md-65 { padding-left: 6.5rem !important; }
	.pl-md-70 { padding-left: 7rem !important; }
	.pl-md-75 { padding-left: 7.5rem !important; }
	.pl-md-80 { padding-left: 8rem !important; }
	.pl-md-85 { padding-left: 8.5rem !important; }
	.pl-md-90 { padding-left: 9rem !important; }
	.pl-md-95 { padding-left: 9.5rem !important; }
	.pl-md-100 { padding-left: 10rem !important; }
	.col-md { flex: 1 0 0%; }
	.col-md-auto { flex: 0 0 auto; width: auto; }
	.col-md-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-md-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-md-3 { flex: 0 0 auto; width: 25%; }
	.col-md-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-md-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-md-6 { flex: 0 0 auto; width: 50%; }
	.col-md-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-md-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-md-9 { flex: 0 0 auto; width: 75%; }
	.col-md-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-md-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1081px) {
	.visible-lg-hide { visibility: hidden !important; }
	.visible-lg-show { visibility: visible !important; }
	.float-lg-left { float: left !important; }
	.float-lg-right { float: right !important; }
	.align-lg-top { vertical-align: top !important; }
	.align-lg-middle { vertical-align: middle !important; }
	.align-lg-bottom { vertical-align: bottom !important; }
	.text-lg-uppercase { text-transform: uppercase !important; }
	.text-lg-lowercase { text-transform: lowercase !important; }
	.font-weight-lg-light { font-weight: 300 !important; }
	.font-weight-lg-normal { font-weight: normal !important; }
	.font-weight-lg-medium { font-weight: 500 !important; }
	.font-weight-lg-bold { font-weight: bold !important; }
	.font-weight-lg-extrabold { font-weight: 800 !important; }
	.text-lg-small { font-size: 85% !important; }
	.text-lg-large { font-size: 115% !important; }
	.text-lg-blind { text-indent: -9999px !important; }
	.text-lg-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.text-pre-wrap { white-space: pre-wrap !important; }
	.border-lg-0 { border: 0 !important; }
	.border-lg-top0 { border-top: 0 !important; }
	.border-lg-right0 { border-right: 0 !important; }
	.border-lg-bottom0 { border-bottom: 0 !important; }
	.border-lg-left0 { border-left: 0 !important; }
	.row-cols-lg-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-lg-0 { margin-left: 0; }
	.offset-lg-1 { margin-left: 8.33333333%; }
	.offset-lg-2 { margin-left: 16.66666667%; }
	.offset-lg-3 { margin-left: 25%; }
	.offset-lg-4 { margin-left: 33.33333333%; }
	.offset-lg-5 { margin-left: 41.66666667%; }
	.offset-lg-6 { margin-left: 50%; }
	.offset-lg-7 { margin-left: 58.33333333%; }
	.offset-lg-8 { margin-left: 66.66666667%; }
	.offset-lg-9 { margin-left: 75%; }
	.offset-lg-10 { margin-left: 83.33333333%; }
	.offset-lg-11 { margin-left: 91.66666667%; }
	.d-lg-inline { display: inline !important; }
	.d-lg-inline-block { display: inline-block !important; }
	.d-lg-block { display: block !important; }
	.d-lg-grid { display: grid !important; }
	.d-lg-inline-grid { display: inline-grid !important; }
	.d-lg-table { display: table !important; }
	.d-lg-table-row { display: table-row !important; }
	.d-lg-table-cell { display: table-cell !important; }
	.d-lg-flex { display: flex !important; }
	.d-lg-inline-flex { display: inline-flex !important; }
	.d-lg-none { display: none !important; }
	.flex-lg-fill { flex: 1 1 auto !important; }
	.flex-lg-row { flex-direction: row !important; }
	.flex-lg-column { flex-direction: column !important; }
	.flex-lg-row-reverse { flex-direction: row-reverse !important; }
	.flex-lg-column-reverse { flex-direction: column-reverse !important; }
	.flex-lg-grow-0 { flex-grow: 0 !important; }
	.flex-lg-grow-1 { flex-grow: 1 !important; }
	.flex-lg-shrink-0 { flex-shrink: 0 !important; }
	.flex-lg-shrink-1 { flex-shrink: 1 !important; }
	.flex-lg-wrap { flex-wrap: wrap !important; }
	.flex-lg-nowrap { flex-wrap: nowrap !important; }
	.flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-lg-start { justify-content: flex-start !important; }
	.justify-content-lg-end { justify-content: flex-end !important; }
	.justify-content-lg-center { justify-content: center !important; }
	.justify-content-lg-between { justify-content: space-between !important; }
	.justify-content-lg-around { justify-content: space-around !important; }
	.justify-content-lg-evenly { justify-content: space-evenly !important; }
	.align-items-lg-start { align-items: flex-start !important; }
	.align-items-lg-end { align-items: flex-end !important; }
	.align-items-lg-center { align-items: center !important; }
	.align-items-lg-baseline { align-items: baseline !important; }
	.align-items-lg-stretch { align-items: stretch !important; }
	.align-content-lg-start { align-content: flex-start !important; }
	.align-content-lg-end { align-content: flex-end !important; }
	.align-content-lg-center { align-content: center !important; }
	.align-content-lg-between { align-content: space-between !important; }
	.align-content-lg-around { align-content: space-around !important; }
	.align-content-lg-stretch { align-content: stretch !important; }
	.align-self-lg-auto { align-self: auto !important; }
	.align-self-lg-start { align-self: flex-start !important; }
	.align-self-lg-end { align-self: flex-end !important; }
	.align-self-lg-center { align-self: center !important; }
	.align-self-lg-baseline { align-self: baseline !important; }
	.align-self-lg-stretch { align-self: stretch !important; }
	.order-lg-first { order: -1 !important; }
	.order-lg-0 { order: 0 !important; }
	.order-lg-1 { order: 1 !important; }
	.order-lg-2 { order: 2 !important; }
	.order-lg-3 { order: 3 !important; }
	.order-lg-4 { order: 4 !important; }
	.order-lg-5 { order: 5 !important; }
	.order-lg-last { order: 6 !important; }
	.min-width-lg-auto { min-width: auto !important; }
	.border-radius-lg-0 { border-radius: 0 !important; }
	.text-lg-left { text-align: left !important; }
	.text-lg-right { text-align: right !important; }
	.text-lg-center { text-align: center !important; }
	.text-lg-justify { text-align: justify !important; }
	.w-lg-100 { width: 100% !important; }
	.mt-lg-auto { margin-top: auto !important; }
	.mr-lg-auto { margin-right: auto !important; }
	.mb-lg-auto { margin-bottom: auto !important; }
	.ml-lg-auto { margin-left: auto !important; }
	.mt-lg-00 { margin-top: 0rem !important; }
	.mt-lg-05 { margin-top: 0.5rem !important; }
	.mt-lg-10 { margin-top: 1rem !important; }
	.mt-lg-15 { margin-top: 1.5rem !important; }
	.mt-lg-20 { margin-top: 2rem !important; }
	.mt-lg-25 { margin-top: 2.5rem !important; }
	.mt-lg-30 { margin-top: 3rem !important; }
	.mt-lg-35 { margin-top: 3.5rem !important; }
	.mt-lg-40 { margin-top: 4rem !important; }
	.mt-lg-45 { margin-top: 4.5rem !important; }
	.mt-lg-50 { margin-top: 5rem !important; }
	.mt-lg-55 { margin-top: 5.5rem !important; }
	.mt-lg-60 { margin-top: 6rem !important; }
	.mt-lg-65 { margin-top: 6.5rem !important; }
	.mt-lg-70 { margin-top: 7rem !important; }
	.mt-lg-75 { margin-top: 7.5rem !important; }
	.mt-lg-80 { margin-top: 8rem !important; }
	.mt-lg-85 { margin-top: 8.5rem !important; }
	.mt-lg-90 { margin-top: 9rem !important; }
	.mt-lg-95 { margin-top: 9.5rem !important; }
	.mt-lg-100 { margin-top: 10rem !important; }
	.mr-lg-00 { margin-right: 0rem !important; }
	.mr-lg-05 { margin-right: 0.5rem !important; }
	.mr-lg-10 { margin-right: 1rem !important; }
	.mr-lg-15 { margin-right: 1.5rem !important; }
	.mr-lg-20 { margin-right: 2rem !important; }
	.mr-lg-25 { margin-right: 2.5rem !important; }
	.mr-lg-30 { margin-right: 3rem !important; }
	.mr-lg-35 { margin-right: 3.5rem !important; }
	.mr-lg-40 { margin-right: 4rem !important; }
	.mr-lg-45 { margin-right: 4.5rem !important; }
	.mr-lg-50 { margin-right: 5rem !important; }
	.mr-lg-55 { margin-right: 5.5rem !important; }
	.mr-lg-60 { margin-right: 6rem !important; }
	.mr-lg-65 { margin-right: 6.5rem !important; }
	.mr-lg-70 { margin-right: 7rem !important; }
	.mr-lg-75 { margin-right: 7.5rem !important; }
	.mr-lg-80 { margin-right: 8rem !important; }
	.mr-lg-85 { margin-right: 8.5rem !important; }
	.mr-lg-90 { margin-right: 9rem !important; }
	.mr-lg-95 { margin-right: 9.5rem !important; }
	.mr-lg-100 { margin-right: 10rem !important; }
	.mb-lg-00 { margin-bottom: 0rem !important; }
	.mb-lg-05 { margin-bottom: 0.5rem !important; }
	.mb-lg-10 { margin-bottom: 1rem !important; }
	.mb-lg-15 { margin-bottom: 1.5rem !important; }
	.mb-lg-20 { margin-bottom: 2rem !important; }
	.mb-lg-25 { margin-bottom: 2.5rem !important; }
	.mb-lg-30 { margin-bottom: 3rem !important; }
	.mb-lg-35 { margin-bottom: 3.5rem !important; }
	.mb-lg-40 { margin-bottom: 4rem !important; }
	.mb-lg-45 { margin-bottom: 4.5rem !important; }
	.mb-lg-50 { margin-bottom: 5rem !important; }
	.mb-lg-55 { margin-bottom: 5.5rem !important; }
	.mb-lg-60 { margin-bottom: 6rem !important; }
	.mb-lg-65 { margin-bottom: 6.5rem !important; }
	.mb-lg-70 { margin-bottom: 7rem !important; }
	.mb-lg-75 { margin-bottom: 7.5rem !important; }
	.mb-lg-80 { margin-bottom: 8rem !important; }
	.mb-lg-85 { margin-bottom: 8.5rem !important; }
	.mb-lg-90 { margin-bottom: 9rem !important; }
	.mb-lg-95 { margin-bottom: 9.5rem !important; }
	.mb-lg-100 { margin-bottom: 10rem !important; }
	.ml-lg-00 { margin-left: 0rem !important; }
	.ml-lg-05 { margin-left: 0.5rem !important; }
	.ml-lg-10 { margin-left: 1rem !important; }
	.ml-lg-15 { margin-left: 1.5rem !important; }
	.ml-lg-20 { margin-left: 2rem !important; }
	.ml-lg-25 { margin-left: 2.5rem !important; }
	.ml-lg-30 { margin-left: 3rem !important; }
	.ml-lg-35 { margin-left: 3.5rem !important; }
	.ml-lg-40 { margin-left: 4rem !important; }
	.ml-lg-45 { margin-left: 4.5rem !important; }
	.ml-lg-50 { margin-left: 5rem !important; }
	.ml-lg-55 { margin-left: 5.5rem !important; }
	.ml-lg-60 { margin-left: 6rem !important; }
	.ml-lg-65 { margin-left: 6.5rem !important; }
	.ml-lg-70 { margin-left: 7rem !important; }
	.ml-lg-75 { margin-left: 7.5rem !important; }
	.ml-lg-80 { margin-left: 8rem !important; }
	.ml-lg-85 { margin-left: 8.5rem !important; }
	.ml-lg-90 { margin-left: 9rem !important; }
	.ml-lg-95 { margin-left: 9.5rem !important; }
	.ml-lg-100 { margin-left: 10rem !important; }
	.pt-lg-00 { padding-top: 0rem !important; }
	.pt-lg-05 { padding-top: 0.5rem !important; }
	.pt-lg-10 { padding-top: 1rem !important; }
	.pt-lg-15 { padding-top: 1.5rem !important; }
	.pt-lg-20 { padding-top: 2rem !important; }
	.pt-lg-25 { padding-top: 2.5rem !important; }
	.pt-lg-30 { padding-top: 3rem !important; }
	.pt-lg-35 { padding-top: 3.5rem !important; }
	.pt-lg-40 { padding-top: 4rem !important; }
	.pt-lg-45 { padding-top: 4.5rem !important; }
	.pt-lg-50 { padding-top: 5rem !important; }
	.pt-lg-55 { padding-top: 5.5rem !important; }
	.pt-lg-60 { padding-top: 6rem !important; }
	.pt-lg-65 { padding-top: 6.5rem !important; }
	.pt-lg-70 { padding-top: 7rem !important; }
	.pt-lg-75 { padding-top: 7.5rem !important; }
	.pt-lg-80 { padding-top: 8rem !important; }
	.pt-lg-85 { padding-top: 8.5rem !important; }
	.pt-lg-90 { padding-top: 9rem !important; }
	.pt-lg-95 { padding-top: 9.5rem !important; }
	.pt-lg-100 { padding-top: 10rem !important; }
	.pr-lg-00 { padding-right: 0rem !important; }
	.pr-lg-05 { padding-right: 0.5rem !important; }
	.pr-lg-10 { padding-right: 1rem !important; }
	.pr-lg-15 { padding-right: 1.5rem !important; }
	.pr-lg-20 { padding-right: 2rem !important; }
	.pr-lg-25 { padding-right: 2.5rem !important; }
	.pr-lg-30 { padding-right: 3rem !important; }
	.pr-lg-35 { padding-right: 3.5rem !important; }
	.pr-lg-40 { padding-right: 4rem !important; }
	.pr-lg-45 { padding-right: 4.5rem !important; }
	.pr-lg-50 { padding-right: 5rem !important; }
	.pr-lg-55 { padding-right: 5.5rem !important; }
	.pr-lg-60 { padding-right: 6rem !important; }
	.pr-lg-65 { padding-right: 6.5rem !important; }
	.pr-lg-70 { padding-right: 7rem !important; }
	.pr-lg-75 { padding-right: 7.5rem !important; }
	.pr-lg-80 { padding-right: 8rem !important; }
	.pr-lg-85 { padding-right: 8.5rem !important; }
	.pr-lg-90 { padding-right: 9rem !important; }
	.pr-lg-95 { padding-right: 9.5rem !important; }
	.pr-lg-100 { padding-right: 10rem !important; }
	.pb-lg-00 { padding-bottom: 0rem !important; }
	.pb-lg-05 { padding-bottom: 0.5rem !important; }
	.pb-lg-10 { padding-bottom: 1rem !important; }
	.pb-lg-15 { padding-bottom: 1.5rem !important; }
	.pb-lg-20 { padding-bottom: 2rem !important; }
	.pb-lg-25 { padding-bottom: 2.5rem !important; }
	.pb-lg-30 { padding-bottom: 3rem !important; }
	.pb-lg-35 { padding-bottom: 3.5rem !important; }
	.pb-lg-40 { padding-bottom: 4rem !important; }
	.pb-lg-45 { padding-bottom: 4.5rem !important; }
	.pb-lg-50 { padding-bottom: 5rem !important; }
	.pb-lg-55 { padding-bottom: 5.5rem !important; }
	.pb-lg-60 { padding-bottom: 6rem !important; }
	.pb-lg-65 { padding-bottom: 6.5rem !important; }
	.pb-lg-70 { padding-bottom: 7rem !important; }
	.pb-lg-75 { padding-bottom: 7.5rem !important; }
	.pb-lg-80 { padding-bottom: 8rem !important; }
	.pb-lg-85 { padding-bottom: 8.5rem !important; }
	.pb-lg-90 { padding-bottom: 9rem !important; }
	.pb-lg-95 { padding-bottom: 9.5rem !important; }
	.pb-lg-100 { padding-bottom: 10rem !important; }
	.pl-lg-00 { padding-left: 0rem !important; }
	.pl-lg-05 { padding-left: 0.5rem !important; }
	.pl-lg-10 { padding-left: 1rem !important; }
	.pl-lg-15 { padding-left: 1.5rem !important; }
	.pl-lg-20 { padding-left: 2rem !important; }
	.pl-lg-25 { padding-left: 2.5rem !important; }
	.pl-lg-30 { padding-left: 3rem !important; }
	.pl-lg-35 { padding-left: 3.5rem !important; }
	.pl-lg-40 { padding-left: 4rem !important; }
	.pl-lg-45 { padding-left: 4.5rem !important; }
	.pl-lg-50 { padding-left: 5rem !important; }
	.pl-lg-55 { padding-left: 5.5rem !important; }
	.pl-lg-60 { padding-left: 6rem !important; }
	.pl-lg-65 { padding-left: 6.5rem !important; }
	.pl-lg-70 { padding-left: 7rem !important; }
	.pl-lg-75 { padding-left: 7.5rem !important; }
	.pl-lg-80 { padding-left: 8rem !important; }
	.pl-lg-85 { padding-left: 8.5rem !important; }
	.pl-lg-90 { padding-left: 9rem !important; }
	.pl-lg-95 { padding-left: 9.5rem !important; }
	.pl-lg-100 { padding-left: 10rem !important; }
	.col-lg { flex: 1 0 0%; }
	.col-lg-auto { flex: 0 0 auto; width: auto; }
	.col-lg-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-lg-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-lg-3 { flex: 0 0 auto; width: 25%; }
	.col-lg-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-lg-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-lg-6 { flex: 0 0 auto; width: 50%; }
	.col-lg-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-lg-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-lg-9 { flex: 0 0 auto; width: 75%; }
	.col-lg-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-lg-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-lg-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (min-width:1281px) {
	.visible-xl-hide { visibility: hidden !important; }
	.visible-xl-show { visibility: visible !important; }
	.float-xl-left { float: left !important; }
	.float-xl-right { float: right !important; }
	.align-xl-top { vertical-align: top !important; }
	.align-xl-middle { vertical-align: middle !important; }
	.align-xl-bottom { vertical-align: bottom !important; }
	.text-xl-uppercase { text-transform: uppercase !important; }
	.text-xl-lowercase { text-transform: lowercase !important; }
	.font-weight-xl-light { font-weight: 300 !important; }
	.font-weight-xl-normal { font-weight: normal !important; }
	.font-weight-xl-medium { font-weight: 500 !important; }
	.font-weight-xl-bold { font-weight: bold !important; }
	.font-weight-xl-extrabold { font-weight: 800 !important; }
	.text-xl-small { font-size: 85% !important; }
	.text-xl-large { font-size: 115% !important; }
	.text-xl-blind { text-indent: -9999px !important; }
	.text-xl-decoration-underline { text-decoration: underline !important; }
	.text-nowrap { white-space: nowrap !important; }
	.text-pre-wrap { white-space: pre-wrap !important; }
	.border-xl-0 { border: 0 !important; }
	.border-xl-top0 { border-top: 0 !important; }
	.border-xl-right0 { border-right: 0 !important; }
	.border-xl-bottom0 { border-bottom: 0 !important; }
	.border-xl-left0 { border-left: 0 !important; }
	.row-cols-xl-auto > * { flex: 0 0 auto; width: auto; }
	.row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; }
	.row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; }
	.row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; }
	.row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; }
	.row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; }
	.row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; }
	.offset-xl-0 { margin-left: 0; }
	.offset-xl-1 { margin-left: 8.33333333%; }
	.offset-xl-2 { margin-left: 16.66666667%; }
	.offset-xl-3 { margin-left: 25%; }
	.offset-xl-4 { margin-left: 33.33333333%; }
	.offset-xl-5 { margin-left: 41.66666667%; }
	.offset-xl-6 { margin-left: 50%; }
	.offset-xl-7 { margin-left: 58.33333333%; }
	.offset-xl-8 { margin-left: 66.66666667%; }
	.offset-xl-9 { margin-left: 75%; }
	.offset-xl-10 { margin-left: 83.33333333%; }
	.offset-xl-11 { margin-left: 91.66666667%; }
	.d-xl-inline { display: inline !important; }
	.d-xl-inline-block { display: inline-block !important; }
	.d-xl-block { display: block !important; }
	.d-xl-grid { display: grid !important; }
	.d-xl-inline-grid { display: inline-grid !important; }
	.d-xl-table { display: table !important; }
	.d-xl-table-row { display: table-row !important; }
	.d-xl-table-cell { display: table-cell !important; }
	.d-xl-flex { display: flex !important; }
	.d-xl-inline-flex { display: inline-flex !important; }
	.d-xl-none { display: none !important; }
	.flex-xl-fill { flex: 1 1 auto !important; }
	.flex-xl-row { flex-direction: row !important; }
	.flex-xl-column { flex-direction: column !important; }
	.flex-xl-row-reverse { flex-direction: row-reverse !important; }
	.flex-xl-column-reverse { flex-direction: column-reverse !important; }
	.flex-xl-grow-0 { flex-grow: 0 !important; }
	.flex-xl-grow-1 { flex-grow: 1 !important; }
	.flex-xl-shrink-0 { flex-shrink: 0 !important; }
	.flex-xl-shrink-1 { flex-shrink: 1 !important; }
	.flex-xl-wrap { flex-wrap: wrap !important; }
	.flex-xl-nowrap { flex-wrap: nowrap !important; }
	.flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
	.justify-content-xl-start { justify-content: flex-start !important; }
	.justify-content-xl-end { justify-content: flex-end !important; }
	.justify-content-xl-center { justify-content: center !important; }
	.justify-content-xl-between { justify-content: space-between !important; }
	.justify-content-xl-around { justify-content: space-around !important; }
	.justify-content-xl-evenly { justify-content: space-evenly !important; }
	.align-items-xl-start { align-items: flex-start !important; }
	.align-items-xl-end { align-items: flex-end !important; }
	.align-items-xl-center { align-items: center !important; }
	.align-items-xl-baseline { align-items: baseline !important; }
	.align-items-xl-stretch { align-items: stretch !important; }
	.align-content-xl-start { align-content: flex-start !important; }
	.align-content-xl-end { align-content: flex-end !important; }
	.align-content-xl-center { align-content: center !important; }
	.align-content-xl-between { align-content: space-between !important; }
	.align-content-xl-around { align-content: space-around !important; }
	.align-content-xl-stretch { align-content: stretch !important; }
	.align-self-xl-auto { align-self: auto !important; }
	.align-self-xl-start { align-self: flex-start !important; }
	.align-self-xl-end { align-self: flex-end !important; }
	.align-self-xl-center { align-self: center !important; }
	.align-self-xl-baseline { align-self: baseline !important; }
	.align-self-xl-stretch { align-self: stretch !important; }
	.order-xl-first { order: -1 !important; }
	.order-xl-0 { order: 0 !important; }
	.order-xl-1 { order: 1 !important; }
	.order-xl-2 { order: 2 !important; }
	.order-xl-3 { order: 3 !important; }
	.order-xl-4 { order: 4 !important; }
	.order-xl-5 { order: 5 !important; }
	.order-xl-last { order: 6 !important; }
	.min-width-xl-auto { min-width: auto !important; }
	.border-radius-xl-0 { border-radius: 0 !important; }
	.text-xl-left { text-align: left !important; }
	.text-xl-right { text-align: right !important; }
	.text-xl-center { text-align: center !important; }
	.text-xl-justify { text-align: justify !important; }
	.w-xl-100 { width: 100% !important; }
	.mt-xl-auto { margin-top: auto !important; }
	.mr-xl-auto { margin-right: auto !important; }
	.mb-xl-auto { margin-bottom: auto !important; }
	.ml-xl-auto { margin-left: auto !important; }
	.mt-xl-00 { margin-top: 0rem !important; }
	.mt-xl-05 { margin-top: 0.5rem !important; }
	.mt-xl-10 { margin-top: 1rem !important; }
	.mt-xl-15 { margin-top: 1.5rem !important; }
	.mt-xl-20 { margin-top: 2rem !important; }
	.mt-xl-25 { margin-top: 2.5rem !important; }
	.mt-xl-30 { margin-top: 3rem !important; }
	.mt-xl-35 { margin-top: 3.5rem !important; }
	.mt-xl-40 { margin-top: 4rem !important; }
	.mt-xl-45 { margin-top: 4.5rem !important; }
	.mt-xl-50 { margin-top: 5rem !important; }
	.mt-xl-55 { margin-top: 5.5rem !important; }
	.mt-xl-60 { margin-top: 6rem !important; }
	.mt-xl-65 { margin-top: 6.5rem !important; }
	.mt-xl-70 { margin-top: 7rem !important; }
	.mt-xl-75 { margin-top: 7.5rem !important; }
	.mt-xl-80 { margin-top: 8rem !important; }
	.mt-xl-85 { margin-top: 8.5rem !important; }
	.mt-xl-90 { margin-top: 9rem !important; }
	.mt-xl-95 { margin-top: 9.5rem !important; }
	.mt-xl-100 { margin-top: 10rem !important; }
	.mr-xl-00 { margin-right: 0rem !important; }
	.mr-xl-05 { margin-right: 0.5rem !important; }
	.mr-xl-10 { margin-right: 1rem !important; }
	.mr-xl-15 { margin-right: 1.5rem !important; }
	.mr-xl-20 { margin-right: 2rem !important; }
	.mr-xl-25 { margin-right: 2.5rem !important; }
	.mr-xl-30 { margin-right: 3rem !important; }
	.mr-xl-35 { margin-right: 3.5rem !important; }
	.mr-xl-40 { margin-right: 4rem !important; }
	.mr-xl-45 { margin-right: 4.5rem !important; }
	.mr-xl-50 { margin-right: 5rem !important; }
	.mr-xl-55 { margin-right: 5.5rem !important; }
	.mr-xl-60 { margin-right: 6rem !important; }
	.mr-xl-65 { margin-right: 6.5rem !important; }
	.mr-xl-70 { margin-right: 7rem !important; }
	.mr-xl-75 { margin-right: 7.5rem !important; }
	.mr-xl-80 { margin-right: 8rem !important; }
	.mr-xl-85 { margin-right: 8.5rem !important; }
	.mr-xl-90 { margin-right: 9rem !important; }
	.mr-xl-95 { margin-right: 9.5rem !important; }
	.mr-xl-100 { margin-right: 10rem !important; }
	.mb-xl-00 { margin-bottom: 0rem !important; }
	.mb-xl-05 { margin-bottom: 0.5rem !important; }
	.mb-xl-10 { margin-bottom: 1rem !important; }
	.mb-xl-15 { margin-bottom: 1.5rem !important; }
	.mb-xl-20 { margin-bottom: 2rem !important; }
	.mb-xl-25 { margin-bottom: 2.5rem !important; }
	.mb-xl-30 { margin-bottom: 3rem !important; }
	.mb-xl-35 { margin-bottom: 3.5rem !important; }
	.mb-xl-40 { margin-bottom: 4rem !important; }
	.mb-xl-45 { margin-bottom: 4.5rem !important; }
	.mb-xl-50 { margin-bottom: 5rem !important; }
	.mb-xl-55 { margin-bottom: 5.5rem !important; }
	.mb-xl-60 { margin-bottom: 6rem !important; }
	.mb-xl-65 { margin-bottom: 6.5rem !important; }
	.mb-xl-70 { margin-bottom: 7rem !important; }
	.mb-xl-75 { margin-bottom: 7.5rem !important; }
	.mb-xl-80 { margin-bottom: 8rem !important; }
	.mb-xl-85 { margin-bottom: 8.5rem !important; }
	.mb-xl-90 { margin-bottom: 9rem !important; }
	.mb-xl-95 { margin-bottom: 9.5rem !important; }
	.mb-xl-100 { margin-bottom: 10rem !important; }
	.ml-xl-00 { margin-left: 0rem !important; }
	.ml-xl-05 { margin-left: 0.5rem !important; }
	.ml-xl-10 { margin-left: 1rem !important; }
	.ml-xl-15 { margin-left: 1.5rem !important; }
	.ml-xl-20 { margin-left: 2rem !important; }
	.ml-xl-25 { margin-left: 2.5rem !important; }
	.ml-xl-30 { margin-left: 3rem !important; }
	.ml-xl-35 { margin-left: 3.5rem !important; }
	.ml-xl-40 { margin-left: 4rem !important; }
	.ml-xl-45 { margin-left: 4.5rem !important; }
	.ml-xl-50 { margin-left: 5rem !important; }
	.ml-xl-55 { margin-left: 5.5rem !important; }
	.ml-xl-60 { margin-left: 6rem !important; }
	.ml-xl-65 { margin-left: 6.5rem !important; }
	.ml-xl-70 { margin-left: 7rem !important; }
	.ml-xl-75 { margin-left: 7.5rem !important; }
	.ml-xl-80 { margin-left: 8rem !important; }
	.ml-xl-85 { margin-left: 8.5rem !important; }
	.ml-xl-90 { margin-left: 9rem !important; }
	.ml-xl-95 { margin-left: 9.5rem !important; }
	.ml-xl-100 { margin-left: 10rem !important; }
	.pt-xl-00 { padding-top: 0rem !important; }
	.pt-xl-05 { padding-top: 0.5rem !important; }
	.pt-xl-10 { padding-top: 1rem !important; }
	.pt-xl-15 { padding-top: 1.5rem !important; }
	.pt-xl-20 { padding-top: 2rem !important; }
	.pt-xl-25 { padding-top: 2.5rem !important; }
	.pt-xl-30 { padding-top: 3rem !important; }
	.pt-xl-35 { padding-top: 3.5rem !important; }
	.pt-xl-40 { padding-top: 4rem !important; }
	.pt-xl-45 { padding-top: 4.5rem !important; }
	.pt-xl-50 { padding-top: 5rem !important; }
	.pt-xl-55 { padding-top: 5.5rem !important; }
	.pt-xl-60 { padding-top: 6rem !important; }
	.pt-xl-65 { padding-top: 6.5rem !important; }
	.pt-xl-70 { padding-top: 7rem !important; }
	.pt-xl-75 { padding-top: 7.5rem !important; }
	.pt-xl-80 { padding-top: 8rem !important; }
	.pt-xl-85 { padding-top: 8.5rem !important; }
	.pt-xl-90 { padding-top: 9rem !important; }
	.pt-xl-95 { padding-top: 9.5rem !important; }
	.pt-xl-100 { padding-top: 10rem !important; }
	.pr-xl-00 { padding-right: 0rem !important; }
	.pr-xl-05 { padding-right: 0.5rem !important; }
	.pr-xl-10 { padding-right: 1rem !important; }
	.pr-xl-15 { padding-right: 1.5rem !important; }
	.pr-xl-20 { padding-right: 2rem !important; }
	.pr-xl-25 { padding-right: 2.5rem !important; }
	.pr-xl-30 { padding-right: 3rem !important; }
	.pr-xl-35 { padding-right: 3.5rem !important; }
	.pr-xl-40 { padding-right: 4rem !important; }
	.pr-xl-45 { padding-right: 4.5rem !important; }
	.pr-xl-50 { padding-right: 5rem !important; }
	.pr-xl-55 { padding-right: 5.5rem !important; }
	.pr-xl-60 { padding-right: 6rem !important; }
	.pr-xl-65 { padding-right: 6.5rem !important; }
	.pr-xl-70 { padding-right: 7rem !important; }
	.pr-xl-75 { padding-right: 7.5rem !important; }
	.pr-xl-80 { padding-right: 8rem !important; }
	.pr-xl-85 { padding-right: 8.5rem !important; }
	.pr-xl-90 { padding-right: 9rem !important; }
	.pr-xl-95 { padding-right: 9.5rem !important; }
	.pr-xl-100 { padding-right: 10rem !important; }
	.pb-xl-00 { padding-bottom: 0rem !important; }
	.pb-xl-05 { padding-bottom: 0.5rem !important; }
	.pb-xl-10 { padding-bottom: 1rem !important; }
	.pb-xl-15 { padding-bottom: 1.5rem !important; }
	.pb-xl-20 { padding-bottom: 2rem !important; }
	.pb-xl-25 { padding-bottom: 2.5rem !important; }
	.pb-xl-30 { padding-bottom: 3rem !important; }
	.pb-xl-35 { padding-bottom: 3.5rem !important; }
	.pb-xl-40 { padding-bottom: 4rem !important; }
	.pb-xl-45 { padding-bottom: 4.5rem !important; }
	.pb-xl-50 { padding-bottom: 5rem !important; }
	.pb-xl-55 { padding-bottom: 5.5rem !important; }
	.pb-xl-60 { padding-bottom: 6rem !important; }
	.pb-xl-65 { padding-bottom: 6.5rem !important; }
	.pb-xl-70 { padding-bottom: 7rem !important; }
	.pb-xl-75 { padding-bottom: 7.5rem !important; }
	.pb-xl-80 { padding-bottom: 8rem !important; }
	.pb-xl-85 { padding-bottom: 8.5rem !important; }
	.pb-xl-90 { padding-bottom: 9rem !important; }
	.pb-xl-95 { padding-bottom: 9.5rem !important; }
	.pb-xl-100 { padding-bottom: 10rem !important; }
	.pl-xl-00 { padding-left: 0rem !important; }
	.pl-xl-05 { padding-left: 0.5rem !important; }
	.pl-xl-10 { padding-left: 1rem !important; }
	.pl-xl-15 { padding-left: 1.5rem !important; }
	.pl-xl-20 { padding-left: 2rem !important; }
	.pl-xl-25 { padding-left: 2.5rem !important; }
	.pl-xl-30 { padding-left: 3rem !important; }
	.pl-xl-35 { padding-left: 3.5rem !important; }
	.pl-xl-40 { padding-left: 4rem !important; }
	.pl-xl-45 { padding-left: 4.5rem !important; }
	.pl-xl-50 { padding-left: 5rem !important; }
	.pl-xl-55 { padding-left: 5.5rem !important; }
	.pl-xl-60 { padding-left: 6rem !important; }
	.pl-xl-65 { padding-left: 6.5rem !important; }
	.pl-xl-70 { padding-left: 7rem !important; }
	.pl-xl-75 { padding-left: 7.5rem !important; }
	.pl-xl-80 { padding-left: 8rem !important; }
	.pl-xl-85 { padding-left: 8.5rem !important; }
	.pl-xl-90 { padding-left: 9rem !important; }
	.pl-xl-95 { padding-left: 9.5rem !important; }
	.pl-xl-100 { padding-left: 10rem !important; }
	.col-xl { flex: 1 0 0%; }
	.col-xl-auto { flex: 0 0 auto; width: auto; }
	.col-xl-1 { flex: 0 0 auto; width: 8.3333333333%; }
	.col-xl-2 { flex: 0 0 auto; width: 16.6666666667%; }
	.col-xl-3 { flex: 0 0 auto; width: 25%; }
	.col-xl-4 { flex: 0 0 auto; width: 33.3333333333%; }
	.col-xl-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.col-xl-6 { flex: 0 0 auto; width: 50%; }
	.col-xl-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.col-xl-8 { flex: 0 0 auto; width: 66.6666666667%; }
	.col-xl-9 { flex: 0 0 auto; width: 75%; }
	.col-xl-10 { flex: 0 0 auto; width: 83.3333333333%; }
	.col-xl-11 { flex: 0 0 auto; width: 91.6666666667%; }
	.col-xl-12 { flex: 0 0 auto; width: 100%; }
}
@media screen and (max-width:480px) {
	.mt-20-sm { margin-top: 2rem !important; }
	.mb-35-sm { margin-bottom: 3.5rem !important; }
	.pt-40-sm { padding-top: 4rem !important; }
	.pb-40-sm { padding-bottom: 4rem !important; }
}