/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,500&display=swap'); */
 /* @import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&display=swap'); */
 /* @import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;700;800;900&display=swap'); */
 /* @import url('https://fonts.googleapis.com/css2?family=B612:wght@400;700&display=swap');
  */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
  
 @font-face {
	font-family: myFirstFont;
	src: url(../../../../../../font/MAK-Bodoni-Condensed-Regular.ttf);
	font-weight: bold;
  }


 :root {
	--blue: #44b5f6;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffb81c;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #ffb81c;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffb81c;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1250px;
	--breakpoint-xxl: 1424px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(51, 51, 51, 0)
}

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

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

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

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
.no-margin-green{
	width: 100%;
    height: 3px;
    margin: 0px;
    border: 0px;
    background-image: linear-gradient(to right, #28a745, #28a745);
    opacity: 30%;
}

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

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

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

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

a:hover {
	color: #cf8e00;
	text-decoration: underline
}

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

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

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

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

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

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

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

progress {
	vertical-align: baseline
}

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

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

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

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

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none!important
}

.catering--cta a.main-link,
.catering--options--description,
.catering--options--label,
.content-section--home-hero--cards--card .tag,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

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

.catering--cta a.main-link,
.h2,
h2 {
	font-size: 2rem
}

.catering--options--label,
.content-section--home-hero--cards--card .tag,
.h3,
h3 {
	font-size: 1.75rem
}

.catering--options--description,
.h4,
h4 {
	font-size: 1.5rem
}

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

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

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

.display-1 {
	font-size: 6rem
}

.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem
}

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

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

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

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

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

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

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

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

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

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

.container {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	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:1250px) {
	.container {
		max-width: 1400px
	}
}

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

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

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

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

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 25px;
	padding-left: 25px
}

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

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1,
.col-auto {
	-webkit-box-flex: 0
}

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

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

.col-2,
.col-3 {
	-webkit-box-flex: 0
}

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

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

.col-4,
.col-5 {
	-webkit-box-flex: 0
}

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

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

.col-6,
.col-7 {
	-webkit-box-flex: 0
}

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

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

.col-8,
.col-9 {
	-webkit-box-flex: 0
}

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

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

.col-10,
.col-11 {
	-webkit-box-flex: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333333%
	}
	.offset-lg-2 {
		margin-left: 16.66666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.offset-lg-5 {
		margin-left: 41.66666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333333%
	}
	.offset-lg-8 {
		margin-left: 66.66666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333333%
	}
	.offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1250px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.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%
	}
}

@media (min-width:1424px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xxl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xxl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xxl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xxl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xxl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xxl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xxl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%
	}
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none
	}
}

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

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ffe09c;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .25);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .25)
}

.form-control::-webkit-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:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

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

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

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

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

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

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

.form-check-input {
	position: absolute;
	margin-top: .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: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

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

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

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

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

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

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-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,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-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,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		-webkit-transition: none;
		transition: none
	}
}

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

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .25);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

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

.btn-primary {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-primary:hover {
	color: #212529;
	background-color: #f5a800;
	border-color: #e89f00
}

.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #212529;
	background-color: #e89f00;
	border-color: #db9700
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-warning:hover {
	color: #212529;
	background-color: #f5a800;
	border-color: #e89f00
}

.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #e89f00;
	border-color: #db9700
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

.btn-outline-primary:hover {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffb81c;
	border-color: #ffb81c
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 184, 28, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #ffb81c;
	background-color: transparent
}

.btn-link:hover {
	color: #cf8e00;
	background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
	text-decoration: underline;
	border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

.btn-block+.btn-block {
	margin-top: .5rem
}

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

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

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

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

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

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

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

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

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

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}

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

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

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

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

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

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

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

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

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

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

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
	background-color: #ffb81c!important
}

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

.bg-secondary {
	background-color: #6c757d!important
}

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

.bg-success {
	background-color: #28a745!important
}

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

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

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

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

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

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

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

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

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

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

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

.border {
	border: 1px solid #dee2e6!important
}

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

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

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

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

.border-0 {
	border: 0!important
}

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

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

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

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

.border-primary {
	border-color: #ffb81c!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffb81c!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

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

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important
}

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

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

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

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

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

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

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

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

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

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

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

.flex-column,
.flex-row {
	-webkit-box-direction: normal!important
}

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

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

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width: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:1250px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

@media (min-width:1424px) {
	.float-xxl-left {
		float: left!important
	}
	.float-xxl-right {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

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

.fixed-top {
	top: 0
}

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

.fixed-bottom {
	bottom: 0
}

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

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

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

.shadow-sm {
	-webkit-box-shadow: 0 .125rem .25rem rgba(51, 51, 51, .075)!important;
	box-shadow: 0 .125rem .25rem rgba(51, 51, 51, .075)!important
}

.shadow {
	-webkit-box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15)!important;
	box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15)!important
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(51, 51, 51, .175)!important;
	box-shadow: 0 1rem 3rem rgba(51, 51, 51, .175)!important
}

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

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

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

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

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

.w-auto {
	width: auto!important
}

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

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

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

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

.h-auto {
	height: auto!important
}

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

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

.m-0 {
	margin: 0!important
}

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

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

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

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

.m-1 {
	margin: .25rem!important
}

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

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

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

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

.m-2 {
	margin: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
	padding: 0!important
}

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

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

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

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

.p-1 {
	padding: .25rem!important
}

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

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

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

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

.p-2 {
	padding: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
	margin: auto!important
}

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

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

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

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

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

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

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-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:1250px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-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
	}
}

@media (min-width:1424px) {
	.m-xxl-0 {
		margin: 0!important
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0!important
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0!important
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0!important
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: .25rem!important
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: .25rem!important
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: .5rem!important
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: .5rem!important
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem!important
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem!important
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem!important
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem!important
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0!important
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0!important
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0!important
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: .25rem!important
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: .25rem!important
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: .5rem!important
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: .5rem!important
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem!important
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem!important
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem!important
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto!important
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto!important
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto!important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

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

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

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

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

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

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

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

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

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

@media (min-width:1424px) {
	.text-xxl-left {
		text-align: left!important
	}
	.text-xxl-right {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}

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

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

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

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

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

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

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

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

.text-primary {
	color: #ffb81c!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #e89f00!important
}

.text-secondary {
	color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #545b62!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #1e7e34!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b!important
}

.text-warning {
	color: #ffb81c!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #e89f00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(51, 51, 51, .5)!important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .5)!important
}

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

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

@media print {
	*,
	:after,
	:before {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #333
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
	.table-dark {
		color: inherit
	}
	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.container {
	width: 100%!important;
	max-width: 1400px!important
}

@media only screen and (min-width:0) {
	.vm-xs-top-0 {
		margin-top: 0
	}
	.vm-xs-bottom-0 {
		margin-bottom: 0
	}
	.vp-xs-top-0 {
		padding-top: 0
	}
	.vp-xs-bottom-0 {
		padding-bottom: 0
	}
	.no-gutter-xs-left {
		padding-left: 0
	}
	.no-gutter-xs,
	.no-gutter-xs-right {
		padding-right: 0
	}
	.no-gutter-xs {
		padding-left: 0
	}
	.vp-xs-top-1 {
		padding-top: 1rem
	}
	.vp-xs-bottom-1 {
		padding-bottom: 1rem
	}
	.vm-xs-top-1 {
		margin-top: 1rem
	}
	.vm-xs-bottom-1 {
		margin-bottom: 1rem
	}
	.vp-xs-top-2 {
		padding-top: 2rem
	}
	.vp-xs-bottom-2 {
		padding-bottom: 2rem
	}
	.vm-xs-top-2 {
		margin-top: 2rem
	}
	.vm-xs-bottom-2 {
		margin-bottom: 1rem
	}
	.vp-xs-top-3 {
		padding-top: 3rem
	}
	.vp-xs-bottom-3 {
		padding-bottom: 3rem
	}
	.vm-xs-top-3 {
		margin-top: 3rem
	}
	.vm-xs-bottom-3 {
		margin-bottom: 3rem
	}
	.vp-xs-top-4 {
		padding-top: 4rem
	}
	.vp-xs-bottom-4 {
		padding-bottom: 4rem
	}
	.vm-xs-top-4 {
		margin-top: 4rem
	}
	.vm-xs-bottom-4 {
		margin-bottom: 4rem
	}
	.vp-xs-top-5 {
		padding-top: 5rem
	}
	.vp-xs-bottom-5 {
		padding-bottom: 5rem
	}
	.vm-xs-top-5 {
		margin-top: 5rem
	}
	.vm-xs-bottom-5 {
		margin-bottom: 5rem
	}
	.vp-xs-top-6 {
		padding-top: 6rem
	}
	.vp-xs-bottom-6 {
		padding-bottom: 6rem
	}
	.vm-xs-top-6 {
		margin-top: 6rem
	}
	.vm-xs-bottom-6 {
		margin-bottom: 6rem
	}
	.vp-xs-top-7 {
		padding-top: 7rem
	}
	.vp-xs-bottom-7 {
		padding-bottom: 7rem
	}
	.vm-xs-top-7 {
		margin-top: 7rem
	}
	.vm-xs-bottom-7 {
		margin-bottom: 7rem
	}
	.vp-xs-top-8 {
		padding-top: 8rem
	}
	.vp-xs-bottom-8 {
		padding-bottom: 8rem
	}
	.vm-xs-top-8 {
		margin-top: 8rem
	}
	.vm-xs-bottom-8 {
		margin-bottom: 8rem
	}
	.vp-xs-top-9 {
		padding-top: 9rem
	}
	.vp-xs-bottom-9 {
		padding-bottom: 9rem
	}
	.vm-xs-top-9 {
		margin-top: 9rem
	}
	.vm-xs-bottom-9 {
		margin-bottom: 9rem
	}
	.vp-xs-top-10 {
		padding-top: 10rem
	}
	.vp-xs-bottom-10 {
		padding-bottom: 10rem
	}
	.vm-xs-top-10 {
		margin-top: 10rem
	}
	.vm-xs-bottom-10 {
		margin-bottom: 10rem
	}
	.vp-xs-top-11 {
		padding-top: 11rem
	}
	.vp-xs-bottom-11 {
		padding-bottom: 11rem
	}
	.vm-xs-top-11 {
		margin-top: 11rem
	}
	.vm-xs-bottom-11 {
		margin-bottom: 11rem
	}
	.vp-xs-top-12 {
		padding-top: 12rem
	}
	.vp-xs-bottom-12 {
		padding-bottom: 12rem
	}
	.vm-xs-top-12 {
		margin-top: 12rem
	}
	.vm-xs-bottom-12 {
		margin-bottom: 12rem
	}
	.vp-xs-top-13 {
		padding-top: 13rem
	}
	.vp-xs-bottom-13 {
		padding-bottom: 13rem
	}
	.vm-xs-top-13 {
		margin-top: 13rem
	}
	.vm-xs-bottom-13 {
		margin-bottom: 13rem
	}
	.vp-xs-top-14 {
		padding-top: 14rem
	}
	.vp-xs-bottom-14 {
		padding-bottom: 14rem
	}
	.vm-xs-top-14 {
		margin-top: 14rem
	}
	.vm-xs-bottom-14 {
		margin-bottom: 14rem
	}
	.vp-xs-top-15 {
		padding-top: 15rem
	}
	.vp-xs-bottom-15 {
		padding-bottom: 15rem
	}
	.vm-xs-top-15 {
		margin-top: 15rem
	}
	.vm-xs-bottom-15 {
		margin-bottom: 15rem
	}
	.vp-xs-top-16 {
		padding-top: 16rem
	}
	.vp-xs-bottom-16 {
		padding-bottom: 16rem
	}
	.vm-xs-top-16 {
		margin-top: 16rem
	}
	.vm-xs-bottom-16 {
		margin-bottom: 16rem
	}
	.vp-xs-top-17 {
		padding-top: 17rem
	}
	.vp-xs-bottom-17 {
		padding-bottom: 17rem
	}
	.vm-xs-top-17 {
		margin-top: 17rem
	}
	.vm-xs-bottom-17 {
		margin-bottom: 17rem
	}
	.vp-xs-top-18 {
		padding-top: 18rem
	}
	.vp-xs-bottom-18 {
		padding-bottom: 18rem
	}
	.vm-xs-top-18 {
		margin-top: 18rem
	}
	.vm-xs-bottom-18 {
		margin-bottom: 18rem
	}
	.vp-xs-top-19 {
		padding-top: 19rem
	}
	.vp-xs-bottom-19 {
		padding-bottom: 19rem
	}
	.vm-xs-top-19 {
		margin-top: 19rem
	}
	.vm-xs-bottom-19 {
		margin-bottom: 19rem
	}
	.vp-xs-top-20 {
		padding-top: 20rem
	}
	.vp-xs-bottom-20 {
		padding-bottom: 20rem
	}
	.vm-xs-top-20 {
		margin-top: 20rem
	}
	.vm-xs-bottom-20 {
		margin-bottom: 20rem
	}
	.vp-xs-top-21 {
		padding-top: 21rem
	}
	.vp-xs-bottom-21 {
		padding-bottom: 21rem
	}
	.vm-xs-top-21 {
		margin-top: 21rem
	}
	.vm-xs-bottom-21 {
		margin-bottom: 21rem
	}
	.vp-xs-top-22 {
		padding-top: 22rem
	}
	.vp-xs-bottom-22 {
		padding-bottom: 22rem
	}
	.vm-xs-top-22 {
		margin-top: 22rem
	}
	.vm-xs-bottom-22 {
		margin-bottom: 22rem
	}
	.vp-xs-top-23 {
		padding-top: 23rem
	}
	.vp-xs-bottom-23 {
		padding-bottom: 23rem
	}
	.vm-xs-top-23 {
		margin-top: 23rem
	}
	.vm-xs-bottom-23 {
		margin-bottom: 23rem
	}
	.vp-xs-top-24 {
		padding-top: 24rem
	}
	.vp-xs-bottom-24 {
		padding-bottom: 24rem
	}
	.vm-xs-top-24 {
		margin-top: 24rem
	}
	.vm-xs-bottom-24 {
		margin-bottom: 24rem
	}
}

@media only screen and (min-width:576px) {
	.vm-sm-top-0 {
		margin-top: 0
	}
	.vm-sm-bottom-0 {
		margin-bottom: 0
	}
	.vp-sm-top-0 {
		padding-top: 0
	}
	.vp-sm-bottom-0 {
		padding-bottom: 0
	}
	.no-gutter-sm-left {
		padding-left: 0
	}
	.no-gutter-sm,
	.no-gutter-sm-right {
		padding-right: 0
	}
	.no-gutter-sm {
		padding-left: 0
	}
	.vp-sm-top-1 {
		padding-top: 1rem
	}
	.vp-sm-bottom-1 {
		padding-bottom: 1rem
	}
	.vm-sm-top-1 {
		margin-top: 1rem
	}
	.vm-sm-bottom-1 {
		margin-bottom: 1rem
	}
	.vp-sm-top-2 {
		padding-top: 2rem
	}
	.vp-sm-bottom-2 {
		padding-bottom: 2rem
	}
	.vm-sm-top-2 {
		margin-top: 2rem
	}
	.vm-sm-bottom-2 {
		margin-bottom: 2rem
	}
	.vp-sm-top-3 {
		padding-top: 3rem
	}
	.vp-sm-bottom-3 {
		padding-bottom: 3rem
	}
	.vm-sm-top-3 {
		margin-top: 3rem
	}
	.vm-sm-bottom-3 {
		margin-bottom: 3rem
	}
	.vp-sm-top-4 {
		padding-top: 4rem
	}
	.vp-sm-bottom-4 {
		padding-bottom: 4rem
	}
	.vm-sm-top-4 {
		margin-top: 4rem
	}
	.vm-sm-bottom-4 {
		margin-bottom: 4rem
	}
	.vp-sm-top-5 {
		padding-top: 5rem
	}
	.vp-sm-bottom-5 {
		padding-bottom: 5rem
	}
	.vm-sm-top-5 {
		margin-top: 5rem
	}
	.vm-sm-bottom-5 {
		margin-bottom: 5rem
	}
	.vp-sm-top-6 {
		padding-top: 6rem
	}
	.vp-sm-bottom-6 {
		padding-bottom: 6rem
	}
	.vm-sm-top-6 {
		margin-top: 6rem
	}
	.vm-sm-bottom-6 {
		margin-bottom: 6rem
	}
	.vp-sm-top-7 {
		padding-top: 7rem
	}
	.vp-sm-bottom-7 {
		padding-bottom: 7rem
	}
	.vm-sm-top-7 {
		margin-top: 7rem
	}
	.vm-sm-bottom-7 {
		margin-bottom: 7rem
	}
	.vp-sm-top-8 {
		padding-top: 8rem
	}
	.vp-sm-bottom-8 {
		padding-bottom: 8rem
	}
	.vm-sm-top-8 {
		margin-top: 8rem
	}
	.vm-sm-bottom-8 {
		margin-bottom: 8rem
	}
	.vp-sm-top-9 {
		padding-top: 9rem
	}
	.vp-sm-bottom-9 {
		padding-bottom: 9rem
	}
	.vm-sm-top-9 {
		margin-top: 9rem
	}
	.vm-sm-bottom-9 {
		margin-bottom: 9rem
	}
	.vp-sm-top-10 {
		padding-top: 10rem
	}
	.vp-sm-bottom-10 {
		padding-bottom: 10rem
	}
	.vm-sm-top-10 {
		margin-top: 10rem
	}
	.vm-sm-bottom-10 {
		margin-bottom: 10rem
	}
	.vp-sm-top-11 {
		padding-top: 11rem
	}
	.vp-sm-bottom-11 {
		padding-bottom: 11rem
	}
	.vm-sm-top-11 {
		margin-top: 11rem
	}
	.vm-sm-bottom-11 {
		margin-bottom: 11rem
	}
	.vp-sm-top-12 {
		padding-top: 12rem
	}
	.vp-sm-bottom-12 {
		padding-bottom: 12rem
	}
	.vm-sm-top-12 {
		margin-top: 12rem
	}
	.vm-sm-bottom-12 {
		margin-bottom: 12rem
	}
	.vp-sm-top-13 {
		padding-top: 13rem
	}
	.vp-sm-bottom-13 {
		padding-bottom: 13rem
	}
	.vm-sm-top-13 {
		margin-top: 13rem
	}
	.vm-sm-bottom-13 {
		margin-bottom: 13rem
	}
	.vp-sm-top-14 {
		padding-top: 14rem
	}
	.vp-sm-bottom-14 {
		padding-bottom: 14rem
	}
	.vm-sm-top-14 {
		margin-top: 14rem
	}
	.vm-sm-bottom-14 {
		margin-bottom: 14rem
	}
	.vp-sm-top-15 {
		padding-top: 15rem
	}
	.vp-sm-bottom-15 {
		padding-bottom: 15rem
	}
	.vm-sm-top-15 {
		margin-top: 15rem
	}
	.vm-sm-bottom-15 {
		margin-bottom: 15rem
	}
	.vp-sm-top-16 {
		padding-top: 16rem
	}
	.vp-sm-bottom-16 {
		padding-bottom: 16rem
	}
	.vm-sm-top-16 {
		margin-top: 16rem
	}
	.vm-sm-bottom-16 {
		margin-bottom: 16rem
	}
	.vp-sm-top-17 {
		padding-top: 17rem
	}
	.vp-sm-bottom-17 {
		padding-bottom: 17rem
	}
	.vm-sm-top-17 {
		margin-top: 17rem
	}
	.vm-sm-bottom-17 {
		margin-bottom: 17rem
	}
	.vp-sm-top-18 {
		padding-top: 18rem
	}
	.vp-sm-bottom-18 {
		padding-bottom: 18rem
	}
	.vm-sm-top-18 {
		margin-top: 18rem
	}
	.vm-sm-bottom-18 {
		margin-bottom: 18rem
	}
	.vp-sm-top-19 {
		padding-top: 19rem
	}
	.vp-sm-bottom-19 {
		padding-bottom: 19rem
	}
	.vm-sm-top-19 {
		margin-top: 19rem
	}
	.vm-sm-bottom-19 {
		margin-bottom: 19rem
	}
	.vp-sm-top-20 {
		padding-top: 20rem
	}
	.vp-sm-bottom-20 {
		padding-bottom: 20rem
	}
	.vm-sm-top-20 {
		margin-top: 20rem
	}
	.vm-sm-bottom-20 {
		margin-bottom: 20rem
	}
	.vp-sm-top-21 {
		padding-top: 21rem
	}
	.vp-sm-bottom-21 {
		padding-bottom: 21rem
	}
	.vm-sm-top-21 {
		margin-top: 21rem
	}
	.vm-sm-bottom-21 {
		margin-bottom: 21rem
	}
	.vp-sm-top-22 {
		padding-top: 22rem
	}
	.vp-sm-bottom-22 {
		padding-bottom: 22rem
	}
	.vm-sm-top-22 {
		margin-top: 22rem
	}
	.vm-sm-bottom-22 {
		margin-bottom: 22rem
	}
	.vp-sm-top-23 {
		padding-top: 23rem
	}
	.vp-sm-bottom-23 {
		padding-bottom: 23rem
	}
	.vm-sm-top-23 {
		margin-top: 23rem
	}
	.vm-sm-bottom-23 {
		margin-bottom: 23rem
	}
	.vp-sm-top-24 {
		padding-top: 24rem
	}
	.vp-sm-bottom-24 {
		padding-bottom: 24rem
	}
	.vm-sm-top-24 {
		margin-top: 24rem
	}
	.vm-sm-bottom-24 {
		margin-bottom: 24rem
	}
}

@media only screen and (min-width:768px) {
	.vm-md-top-0 {
		margin-top: 0
	}
	.vm-md-bottom-0 {
		margin-bottom: 0
	}
	.vp-md-top-0 {
		padding-top: 0
	}
	.vp-md-bottom-0 {
		padding-bottom: 0
	}
	.no-gutter-md-left {
		padding-left: 0
	}
	.no-gutter-md,
	.no-gutter-md-right {
		padding-right: 0
	}
	.no-gutter-md {
		padding-left: 0
	}
	.vp-md-top-1 {
		padding-top: 1rem
	}
	.vp-md-bottom-1 {
		padding-bottom: 1rem
	}
	.vm-md-top-1 {
		margin-top: 1rem
	}
	.vm-md-bottom-1 {
		margin-bottom: 1rem
	}
	.vp-md-top-2 {
		padding-top: 2rem
	}
	.vp-md-bottom-2 {
		padding-bottom: 2rem
	}
	.vm-md-top-2 {
		margin-top: 2rem
	}
	.vm-md-bottom-2 {
		margin-bottom: 2rem
	}
	.vp-md-top-3 {
		padding-top: 3rem
	}
	.vp-md-bottom-3 {
		padding-bottom: 3rem
	}
	.vm-md-top-3 {
		margin-top: 3rem
	}
	.vm-md-bottom-3 {
		margin-bottom: 3rem
	}
	.vp-md-top-4 {
		padding-top: 4rem
	}
	.vp-md-bottom-4 {
		padding-bottom: 4rem
	}
	.vm-md-top-4 {
		margin-top: 4rem
	}
	.vm-md-bottom-4 {
		margin-bottom: 4rem
	}
	.vp-md-top-5 {
		padding-top: 5rem
	}
	.vp-md-bottom-5 {
		padding-bottom: 5rem
	}
	.vm-md-top-5 {
		margin-top: 5rem
	}
	.vm-md-bottom-5 {
		margin-bottom: 5rem
	}
	.vp-md-top-6 {
		padding-top: 6rem
	}
	.vp-md-bottom-6 {
		padding-bottom: 6rem
	}
	.vm-md-top-6 {
		margin-top: 6rem
	}
	.vm-md-bottom-6 {
		margin-bottom: 6rem
	}
	.vp-md-top-7 {
		padding-top: 7rem
	}
	.vp-md-bottom-7 {
		padding-bottom: 7rem
	}
	.vm-md-top-7 {
		margin-top: 7rem
	}
	.vm-md-bottom-7 {
		margin-bottom: 7rem
	}
	.vp-md-top-8 {
		padding-top: 8rem
	}
	.vp-md-bottom-8 {
		padding-bottom: 8rem
	}
	.vm-md-top-8 {
		margin-top: 8rem
	}
	.vm-md-bottom-8 {
		margin-bottom: 8rem
	}
	.vp-md-top-9 {
		padding-top: 9rem
	}
	.vp-md-bottom-9 {
		padding-bottom: 9rem
	}
	.vm-md-top-9 {
		margin-top: 9rem
	}
	.vm-md-bottom-9 {
		margin-bottom: 9rem
	}
	.vp-md-top-10 {
		padding-top: 10rem
	}
	.vp-md-bottom-10 {
		padding-bottom: 10rem
	}
	.vm-md-top-10 {
		margin-top: 10rem
	}
	.vm-md-bottom-10 {
		margin-bottom: 10rem
	}
	.vp-md-top-11 {
		padding-top: 11rem
	}
	.vp-md-bottom-11 {
		padding-bottom: 11rem
	}
	.vm-md-top-11 {
		margin-top: 11rem
	}
	.vm-md-bottom-11 {
		margin-bottom: 11rem
	}
	.vp-md-top-12 {
		padding-top: 12rem
	}
	.vp-md-bottom-12 {
		padding-bottom: 12rem
	}
	.vm-md-top-12 {
		margin-top: 12rem
	}
	.vm-md-bottom-12 {
		margin-bottom: 12rem
	}
	.vp-md-top-13 {
		padding-top: 13rem
	}
	.vp-md-bottom-13 {
		padding-bottom: 13rem
	}
	.vm-md-top-13 {
		margin-top: 13rem
	}
	.vm-md-bottom-13 {
		margin-bottom: 13rem
	}
	.vp-md-top-14 {
		padding-top: 14rem
	}
	.vp-md-bottom-14 {
		padding-bottom: 14rem
	}
	.vm-md-top-14 {
		margin-top: 14rem
	}
	.vm-md-bottom-14 {
		margin-bottom: 14rem
	}
	.vp-md-top-15 {
		padding-top: 15rem
	}
	.vp-md-bottom-15 {
		padding-bottom: 15rem
	}
	.vm-md-top-15 {
		margin-top: 15rem
	}
	.vm-md-bottom-15 {
		margin-bottom: 15rem
	}
	.vp-md-top-16 {
		padding-top: 16rem
	}
	.vp-md-bottom-16 {
		padding-bottom: 16rem
	}
	.vm-md-top-16 {
		margin-top: 16rem
	}
	.vm-md-bottom-16 {
		margin-bottom: 16rem
	}
	.vp-md-top-17 {
		padding-top: 17rem
	}
	.vp-md-bottom-17 {
		padding-bottom: 17rem
	}
	.vm-md-top-17 {
		margin-top: 17rem
	}
	.vm-md-bottom-17 {
		margin-bottom: 17rem
	}
	.vp-md-top-18 {
		padding-top: 18rem
	}
	.vp-md-bottom-18 {
		padding-bottom: 18rem
	}
	.vm-md-top-18 {
		margin-top: 18rem
	}
	.vm-md-bottom-18 {
		margin-bottom: 18rem
	}
	.vp-md-top-19 {
		padding-top: 19rem
	}
	.vp-md-bottom-19 {
		padding-bottom: 19rem
	}
	.vm-md-top-19 {
		margin-top: 19rem
	}
	.vm-md-bottom-19 {
		margin-bottom: 19rem
	}
	.vp-md-top-20 {
		padding-top: 20rem
	}
	.vp-md-bottom-20 {
		padding-bottom: 20rem
	}
	.vm-md-top-20 {
		margin-top: 20rem
	}
	.vm-md-bottom-20 {
		margin-bottom: 20rem
	}
	.vp-md-top-21 {
		padding-top: 21rem
	}
	.vp-md-bottom-21 {
		padding-bottom: 21rem
	}
	.vm-md-top-21 {
		margin-top: 21rem
	}
	.vm-md-bottom-21 {
		margin-bottom: 21rem
	}
	.vp-md-top-22 {
		padding-top: 22rem
	}
	.vp-md-bottom-22 {
		padding-bottom: 22rem
	}
	.vm-md-top-22 {
		margin-top: 22rem
	}
	.vm-md-bottom-22 {
		margin-bottom: 22rem
	}
	.vp-md-top-23 {
		padding-top: 23rem
	}
	.vp-md-bottom-23 {
		padding-bottom: 23rem
	}
	.vm-md-top-23 {
		margin-top: 23rem
	}
	.vm-md-bottom-23 {
		margin-bottom: 23rem
	}
	.vp-md-top-24 {
		padding-top: 24rem
	}
	.vp-md-bottom-24 {
		padding-bottom: 24rem
	}
	.vm-md-top-24 {
		margin-top: 24rem
	}
	.vm-md-bottom-24 {
		margin-bottom: 24rem
	}
}

@media only screen and (min-width:992px) {
	.vm-lg-top-0 {
		margin-top: 0
	}
	.vm-lg-bottom-0 {
		margin-bottom: 0
	}
	.vp-lg-top-0 {
		padding-top: 0
	}
	.vp-lg-bottom-0 {
		padding-bottom: 0
	}
	.no-gutter-lg-left {
		padding-left: 0
	}
	.no-gutter-lg,
	.no-gutter-lg-right {
		padding-right: 0
	}
	.no-gutter-lg {
		padding-left: 0
	}
	.vp-lg-top-1 {
		padding-top: 1rem
	}
	.vp-lg-bottom-1 {
		padding-bottom: 1rem
	}
	.vm-lg-top-1 {
		margin-top: 1rem
	}
	.vm-lg-bottom-1 {
		margin-bottom: 1rem
	}
	.vp-lg-top-2 {
		padding-top: 2rem
	}
	.vp-lg-bottom-2 {
		padding-bottom: 2rem
	}
	.vm-lg-top-2 {
		margin-top: 2rem
	}
	.vm-lg-bottom-2 {
		margin-bottom: 1rem
	}
	.vp-lg-top-3 {
		padding-top: 3rem
	}
	.vp-lg-bottom-3 {
		padding-bottom: 3rem
	}
	.vm-lg-top-3 {
		margin-top: 3rem
	}
	.vm-lg-bottom-3 {
		margin-bottom: 3rem
	}
	.vp-lg-top-4 {
		padding-top: 4rem
	}
	.vp-lg-bottom-4 {
		padding-bottom: 4rem
	}
	.vm-lg-top-4 {
		margin-top: 4rem
	}
	.vm-lg-bottom-4 {
		margin-bottom: 4rem
	}
	.vp-lg-top-5 {
		padding-top: 5rem
	}
	.vp-lg-bottom-5 {
		padding-bottom: 5rem
	}
	.vm-lg-top-5 {
		margin-top: 5rem
	}
	.vm-lg-bottom-5 {
		margin-bottom: 5rem
	}
	.vp-lg-top-6 {
		padding-top: 6rem
	}
	.vp-lg-bottom-6 {
		padding-bottom: 6rem
	}
	.vm-lg-top-6 {
		margin-top: 6rem
	}
	.vm-lg-bottom-6 {
		margin-bottom: 6rem
	}
	.vp-lg-top-7 {
		padding-top: 7rem
	}
	.vp-lg-bottom-7 {
		padding-bottom: 7rem
	}
	.vm-lg-top-7 {
		margin-top: 7rem
	}
	.vm-lg-bottom-7 {
		margin-bottom: 7rem
	}
	.vp-lg-top-8 {
		padding-top: 8rem
	}
	.vp-lg-bottom-8 {
		padding-bottom: 8rem
	}
	.vm-lg-top-8 {
		margin-top: 8rem
	}
	.vm-lg-bottom-8 {
		margin-bottom: 8rem
	}
	.vp-lg-top-9 {
		padding-top: 9rem
	}
	.vp-lg-bottom-9 {
		padding-bottom: 9rem
	}
	.vm-lg-top-9 {
		margin-top: 9rem
	}
	.vm-lg-bottom-9 {
		margin-bottom: 9rem
	}
	.vp-lg-top-10 {
		padding-top: 10rem
	}
	.vp-lg-bottom-10 {
		padding-bottom: 10rem
	}
	.vm-lg-top-10 {
		margin-top: 10rem
	}
	.vm-lg-bottom-10 {
		margin-bottom: 10rem
	}
	.vp-lg-top-11 {
		padding-top: 11rem
	}
	.vp-lg-bottom-11 {
		padding-bottom: 11rem
	}
	.vm-lg-top-11 {
		margin-top: 11rem
	}
	.vm-lg-bottom-11 {
		margin-bottom: 11rem
	}
	.vp-lg-top-12 {
		padding-top: 12rem
	}
	.vp-lg-bottom-12 {
		padding-bottom: 12rem
	}
	.vm-lg-top-12 {
		margin-top: 12rem
	}
	.vm-lg-bottom-12 {
		margin-bottom: 12rem
	}
	.vp-lg-top-13 {
		padding-top: 13rem
	}
	.vp-lg-bottom-13 {
		padding-bottom: 13rem
	}
	.vm-lg-top-13 {
		margin-top: 13rem
	}
	.vm-lg-bottom-13 {
		margin-bottom: 13rem
	}
	.vp-lg-top-14 {
		padding-top: 14rem
	}
	.vp-lg-bottom-14 {
		padding-bottom: 14rem
	}
	.vm-lg-top-14 {
		margin-top: 14rem
	}
	.vm-lg-bottom-14 {
		margin-bottom: 14rem
	}
	.vp-lg-top-15 {
		padding-top: 15rem
	}
	.vp-lg-bottom-15 {
		padding-bottom: 15rem
	}
	.vm-lg-top-15 {
		margin-top: 15rem
	}
	.vm-lg-bottom-15 {
		margin-bottom: 15rem
	}
	.vp-lg-top-16 {
		padding-top: 16rem
	}
	.vp-lg-bottom-16 {
		padding-bottom: 16rem
	}
	.vm-lg-top-16 {
		margin-top: 16rem
	}
	.vm-lg-bottom-16 {
		margin-bottom: 16rem
	}
	.vp-lg-top-17 {
		padding-top: 17rem
	}
	.vp-lg-bottom-17 {
		padding-bottom: 17rem
	}
	.vm-lg-top-17 {
		margin-top: 17rem
	}
	.vm-lg-bottom-17 {
		margin-bottom: 17rem
	}
	.vp-lg-top-18 {
		padding-top: 18rem
	}
	.vp-lg-bottom-18 {
		padding-bottom: 18rem
	}
	.vm-lg-top-18 {
		margin-top: 18rem
	}
	.vm-lg-bottom-18 {
		margin-bottom: 18rem
	}
	.vp-lg-top-19 {
		padding-top: 19rem
	}
	.vp-lg-bottom-19 {
		padding-bottom: 19rem
	}
	.vm-lg-top-19 {
		margin-top: 19rem
	}
	.vm-lg-bottom-19 {
		margin-bottom: 19rem
	}
	.vp-lg-top-20 {
		padding-top: 20rem
	}
	.vp-lg-bottom-20 {
		padding-bottom: 20rem
	}
	.vm-lg-top-20 {
		margin-top: 20rem
	}
	.vm-lg-bottom-20 {
		margin-bottom: 20rem
	}
	.vp-lg-top-21 {
		padding-top: 21rem
	}
	.vp-lg-bottom-21 {
		padding-bottom: 21rem
	}
	.vm-lg-top-21 {
		margin-top: 21rem
	}
	.vm-lg-bottom-21 {
		margin-bottom: 21rem
	}
	.vp-lg-top-22 {
		padding-top: 22rem
	}
	.vp-lg-bottom-22 {
		padding-bottom: 22rem
	}
	.vm-lg-top-22 {
		margin-top: 22rem
	}
	.vm-lg-bottom-22 {
		margin-bottom: 22rem
	}
	.vp-lg-top-23 {
		padding-top: 23rem
	}
	.vp-lg-bottom-23 {
		padding-bottom: 23rem
	}
	.vm-lg-top-23 {
		margin-top: 23rem
	}
	.vm-lg-bottom-23 {
		margin-bottom: 23rem
	}
	.vp-lg-top-24 {
		padding-top: 24rem
	}
	.vp-lg-bottom-24 {
		padding-bottom: 24rem
	}
	.vm-lg-top-24 {
		margin-top: 24rem
	}
	.vm-lg-bottom-24 {
		margin-bottom: 24rem
	}
}

@media only screen and (min-width:1250px) {
	.vm-xl-top-0 {
		margin-top: 0
	}
	.vm-xl-bottom-0 {
		margin-bottom: 0
	}
	.vp-xl-top-0 {
		padding-top: 0
	}
	.vp-xl-bottom-0 {
		padding-bottom: 0
	}
	.no-gutter-xl-left {
		padding-left: 0
	}
	.no-gutter-xl,
	.no-gutter-xl-right {
		padding-right: 0
	}
	.no-gutter-xl {
		padding-left: 0
	}
	.vp-xl-top-1 {
		padding-top: 1rem
	}
	.vp-xl-bottom-1 {
		padding-bottom: 1rem
	}
	.vm-xl-top-1 {
		margin-top: 1rem
	}
	.vm-xl-bottom-1 {
		margin-bottom: 1rem
	}
	.vp-xl-top-2 {
		padding-top: 2rem
	}
	.vp-xl-bottom-2 {
		padding-bottom: 2rem
	}
	.vm-xl-top-2 {
		margin-top: 2rem
	}
	.vm-xl-bottom-2 {
		margin-bottom: 2rem
	}
	.vp-xl-top-3 {
		padding-top: 3rem
	}
	.vp-xl-bottom-3 {
		padding-bottom: 3rem
	}
	.vm-xl-top-3 {
		margin-top: 3rem
	}
	.vm-xl-bottom-3 {
		margin-bottom: 3rem
	}
	.vp-xl-top-4 {
		padding-top: 4rem
	}
	.vp-xl-bottom-4 {
		padding-bottom: 4rem
	}
	.vm-xl-top-4 {
		margin-top: 4rem
	}
	.vm-xl-bottom-4 {
		margin-bottom: 4rem
	}
	.vp-xl-top-5 {
		padding-top: 5rem
	}
	.vp-xl-bottom-5 {
		padding-bottom: 5rem
	}
	.vm-xl-top-5 {
		margin-top: 5rem
	}
	.vm-xl-bottom-5 {
		margin-bottom: 5rem
	}
	.vp-xl-top-6 {
		padding-top: 6rem
	}
	.vp-xl-bottom-6 {
		padding-bottom: 6rem
	}
	.vm-xl-top-6 {
		margin-top: 6rem
	}
	.vm-xl-bottom-6 {
		margin-bottom: 6rem
	}
	.vp-xl-top-7 {
		padding-top: 7rem
	}
	.vp-xl-bottom-7 {
		padding-bottom: 7rem
	}
	.vm-xl-top-7 {
		margin-top: 7rem
	}
	.vm-xl-bottom-7 {
		margin-bottom: 7rem
	}
	.vp-xl-top-8 {
		padding-top: 8rem
	}
	.vp-xl-bottom-8 {
		padding-bottom: 8rem
	}
	.vm-xl-top-8 {
		margin-top: 8rem
	}
	.vm-xl-bottom-8 {
		margin-bottom: 8rem
	}
	.vp-xl-top-9 {
		padding-top: 9rem
	}
	.vp-xl-bottom-9 {
		padding-bottom: 9rem
	}
	.vm-xl-top-9 {
		margin-top: 9rem
	}
	.vm-xl-bottom-9 {
		margin-bottom: 9rem
	}
	.vp-xl-top-10 {
		padding-top: 10rem
	}
	.vp-xl-bottom-10 {
		padding-bottom: 10rem
	}
	.vm-xl-top-10 {
		margin-top: 10rem
	}
	.vm-xl-bottom-10 {
		margin-bottom: 10rem
	}
	.vp-xl-top-11 {
		padding-top: 11rem
	}
	.vp-xl-bottom-11 {
		padding-bottom: 11rem
	}
	.vm-xl-top-11 {
		margin-top: 11rem
	}
	.vm-xl-bottom-11 {
		margin-bottom: 11rem
	}
	.vp-xl-top-12 {
		padding-top: 12rem
	}
	.vp-xl-bottom-12 {
		padding-bottom: 12rem
	}
	.vm-xl-top-12 {
		margin-top: 12rem
	}
	.vm-xl-bottom-12 {
		margin-bottom: 12rem
	}
	.vp-xl-top-13 {
		padding-top: 13rem
	}
	.vp-xl-bottom-13 {
		padding-bottom: 13rem
	}
	.vm-xl-top-13 {
		margin-top: 13rem
	}
	.vm-xl-bottom-13 {
		margin-bottom: 13rem
	}
	.vp-xl-top-14 {
		padding-top: 14rem
	}
	.vp-xl-bottom-14 {
		padding-bottom: 14rem
	}
	.vm-xl-top-14 {
		margin-top: 14rem
	}
	.vm-xl-bottom-14 {
		margin-bottom: 14rem
	}
	.vp-xl-top-15 {
		padding-top: 15rem
	}
	.vp-xl-bottom-15 {
		padding-bottom: 15rem
	}
	.vm-xl-top-15 {
		margin-top: 15rem
	}
	.vm-xl-bottom-15 {
		margin-bottom: 15rem
	}
	.vp-xl-top-16 {
		padding-top: 16rem
	}
	.vp-xl-bottom-16 {
		padding-bottom: 16rem
	}
	.vm-xl-top-16 {
		margin-top: 16rem
	}
	.vm-xl-bottom-16 {
		margin-bottom: 16rem
	}
	.vp-xl-top-17 {
		padding-top: 17rem
	}
	.vp-xl-bottom-17 {
		padding-bottom: 17rem
	}
	.vm-xl-top-17 {
		margin-top: 17rem
	}
	.vm-xl-bottom-17 {
		margin-bottom: 17rem
	}
	.vp-xl-top-18 {
		padding-top: 18rem
	}
	.vp-xl-bottom-18 {
		padding-bottom: 18rem
	}
	.vm-xl-top-18 {
		margin-top: 18rem
	}
	.vm-xl-bottom-18 {
		margin-bottom: 18rem
	}
	.vp-xl-top-19 {
		padding-top: 19rem
	}
	.vp-xl-bottom-19 {
		padding-bottom: 19rem
	}
	.vm-xl-top-19 {
		margin-top: 19rem
	}
	.vm-xl-bottom-19 {
		margin-bottom: 19rem
	}
	.vp-xl-top-20 {
		padding-top: 20rem
	}
	.vp-xl-bottom-20 {
		padding-bottom: 20rem
	}
	.vm-xl-top-20 {
		margin-top: 20rem
	}
	.vm-xl-bottom-20 {
		margin-bottom: 20rem
	}
	.vp-xl-top-21 {
		padding-top: 21rem
	}
	.vp-xl-bottom-21 {
		padding-bottom: 21rem
	}
	.vm-xl-top-21 {
		margin-top: 21rem
	}
	.vm-xl-bottom-21 {
		margin-bottom: 21rem
	}
	.vp-xl-top-22 {
		padding-top: 22rem
	}
	.vp-xl-bottom-22 {
		padding-bottom: 22rem
	}
	.vm-xl-top-22 {
		margin-top: 22rem
	}
	.vm-xl-bottom-22 {
		margin-bottom: 22rem
	}
	.vp-xl-top-23 {
		padding-top: 23rem
	}
	.vp-xl-bottom-23 {
		padding-bottom: 23rem
	}
	.vm-xl-top-23 {
		margin-top: 23rem
	}
	.vm-xl-bottom-23 {
		margin-bottom: 23rem
	}
	.vp-xl-top-24 {
		padding-top: 24rem
	}
	.vp-xl-bottom-24 {
		padding-bottom: 24rem
	}
	.vm-xl-top-24 {
		margin-top: 24rem
	}
	.vm-xl-bottom-24 {
		margin-bottom: 24rem
	}
}

@media only screen and (min-width:1424px) {
	.vm-xxl-top-0 {
		margin-top: 0
	}
	.vm-xxl-bottom-0 {
		margin-bottom: 0
	}
	.vp-xxl-top-0 {
		padding-top: 0
	}
	.vp-xxl-bottom-0 {
		padding-bottom: 0
	}
	.no-gutter-xxl-left {
		padding-left: 0
	}
	.no-gutter-xxl,
	.no-gutter-xxl-right {
		padding-right: 0
	}
	.no-gutter-xxl {
		padding-left: 0
	}
	.vp-xxl-top-1 {
		padding-top: 1rem
	}
	.vp-xxl-bottom-1 {
		padding-bottom: 1rem
	}
	.vm-xxl-top-1 {
		margin-top: 1rem
	}
	.vm-xxl-bottom-1 {
		margin-bottom: 1rem
	}
	.vp-xxl-top-2 {
		padding-top: 2rem
	}
	.vp-xxl-bottom-2 {
		padding-bottom: 2rem
	}
	.vm-xxl-top-2 {
		margin-top: 2rem
	}
	.vm-xxl-bottom-2 {
		margin-bottom: 2rem
	}
	.vp-xxl-top-3 {
		padding-top: 3rem
	}
	.vp-xxl-bottom-3 {
		padding-bottom: 3rem
	}
	.vm-xxl-top-3 {
		margin-top: 3rem
	}
	.vm-xxl-bottom-3 {
		margin-bottom: 3rem
	}
	.vp-xxl-top-4 {
		padding-top: 4rem
	}
	.vp-xxl-bottom-4 {
		padding-bottom: 4rem
	}
	.vm-xxl-top-4 {
		margin-top: 4rem
	}
	.vm-xxl-bottom-4 {
		margin-bottom: 4rem
	}
	.vp-xxl-top-5 {
		padding-top: 5rem
	}
	.vp-xxl-bottom-5 {
		padding-bottom: 5rem
	}
	.vm-xxl-top-5 {
		margin-top: 5rem
	}
	.vm-xxl-bottom-5 {
		margin-bottom: 5rem
	}
	.vp-xxl-top-6 {
		padding-top: 6rem
	}
	.vp-xxl-bottom-6 {
		padding-bottom: 6rem
	}
	.vm-xxl-top-6 {
		margin-top: 6rem
	}
	.vm-xxl-bottom-6 {
		margin-bottom: 6rem
	}
	.vp-xxl-top-7 {
		padding-top: 7rem
	}
	.vp-xxl-bottom-7 {
		padding-bottom: 7rem
	}
	.vm-xxl-top-7 {
		margin-top: 7rem
	}
	.vm-xxl-bottom-7 {
		margin-bottom: 7rem
	}
	.vp-xxl-top-8 {
		padding-top: 8rem
	}
	.vp-xxl-bottom-8 {
		padding-bottom: 8rem
	}
	.vm-xxl-top-8 {
		margin-top: 8rem
	}
	.vm-xxl-bottom-8 {
		margin-bottom: 8rem
	}
	.vp-xxl-top-9 {
		padding-top: 9rem
	}
	.vp-xxl-bottom-9 {
		padding-bottom: 9rem
	}
	.vm-xxl-top-9 {
		margin-top: 9rem
	}
	.vm-xxl-bottom-9 {
		margin-bottom: 9rem
	}
	.vp-xxl-top-10 {
		padding-top: 10rem
	}
	.vp-xxl-bottom-10 {
		padding-bottom: 10rem
	}
	.vm-xxl-top-10 {
		margin-top: 10rem
	}
	.vm-xxl-bottom-10 {
		margin-bottom: 10rem
	}
	.vp-xxl-top-11 {
		padding-top: 11rem
	}
	.vp-xxl-bottom-11 {
		padding-bottom: 11rem
	}
	.vm-xxl-top-11 {
		margin-top: 11rem
	}
	.vm-xxl-bottom-11 {
		margin-bottom: 11rem
	}
	.vp-xxl-top-12 {
		padding-top: 12rem
	}
	.vp-xxl-bottom-12 {
		padding-bottom: 12rem
	}
	.vm-xxl-top-12 {
		margin-top: 12rem
	}
	.vm-xxl-bottom-12 {
		margin-bottom: 12rem
	}
	.vp-xxl-top-13 {
		padding-top: 13rem
	}
	.vp-xxl-bottom-13 {
		padding-bottom: 13rem
	}
	.vm-xxl-top-13 {
		margin-top: 13rem
	}
	.vm-xxl-bottom-13 {
		margin-bottom: 13rem
	}
	.vp-xxl-top-14 {
		padding-top: 14rem
	}
	.vp-xxl-bottom-14 {
		padding-bottom: 14rem
	}
	.vm-xxl-top-14 {
		margin-top: 14rem
	}
	.vm-xxl-bottom-14 {
		margin-bottom: 14rem
	}
	.vp-xxl-top-15 {
		padding-top: 15rem
	}
	.vp-xxl-bottom-15 {
		padding-bottom: 15rem
	}
	.vm-xxl-top-15 {
		margin-top: 15rem
	}
	.vm-xxl-bottom-15 {
		margin-bottom: 15rem
	}
	.vp-xxl-top-16 {
		padding-top: 16rem
	}
	.vp-xxl-bottom-16 {
		padding-bottom: 16rem
	}
	.vm-xxl-top-16 {
		margin-top: 16rem
	}
	.vm-xxl-bottom-16 {
		margin-bottom: 16rem
	}
	.vp-xxl-top-17 {
		padding-top: 17rem
	}
	.vp-xxl-bottom-17 {
		padding-bottom: 17rem
	}
	.vm-xxl-top-17 {
		margin-top: 17rem
	}
	.vm-xxl-bottom-17 {
		margin-bottom: 17rem
	}
	.vp-xxl-top-18 {
		padding-top: 18rem
	}
	.vp-xxl-bottom-18 {
		padding-bottom: 18rem
	}
	.vm-xxl-top-18 {
		margin-top: 18rem
	}
	.vm-xxl-bottom-18 {
		margin-bottom: 18rem
	}
	.vp-xxl-top-19 {
		padding-top: 19rem
	}
	.vp-xxl-bottom-19 {
		padding-bottom: 19rem
	}
	.vm-xxl-top-19 {
		margin-top: 19rem
	}
	.vm-xxl-bottom-19 {
		margin-bottom: 19rem
	}
	.vp-xxl-top-20 {
		padding-top: 20rem
	}
	.vp-xxl-bottom-20 {
		padding-bottom: 20rem
	}
	.vm-xxl-top-20 {
		margin-top: 20rem
	}
	.vm-xxl-bottom-20 {
		margin-bottom: 20rem
	}
	.vp-xxl-top-21 {
		padding-top: 21rem
	}
	.vp-xxl-bottom-21 {
		padding-bottom: 21rem
	}
	.vm-xxl-top-21 {
		margin-top: 21rem
	}
	.vm-xxl-bottom-21 {
		margin-bottom: 21rem
	}
	.vp-xxl-top-22 {
		padding-top: 22rem
	}
	.vp-xxl-bottom-22 {
		padding-bottom: 22rem
	}
	.vm-xxl-top-22 {
		margin-top: 22rem
	}
	.vm-xxl-bottom-22 {
		margin-bottom: 22rem
	}
	.vp-xxl-top-23 {
		padding-top: 23rem
	}
	.vp-xxl-bottom-23 {
		padding-bottom: 23rem
	}
	.vm-xxl-top-23 {
		margin-top: 23rem
	}
	.vm-xxl-bottom-23 {
		margin-bottom: 23rem
	}
	.vp-xxl-top-24 {
		padding-top: 24rem
	}
	.vp-xxl-bottom-24 {
		padding-bottom: 24rem
	}
	.vm-xxl-top-24 {
		margin-top: 24rem
	}
	.vm-xxl-bottom-24 {
		margin-bottom: 24rem
	}
}

.btn-black,
.btn-pill,
.catering--cta a.main-link,
.catering--options--description,
.catering--options--label,
.catering__link,
.catering__link-02,
.content-section--home-hero--cards--card .tag,
.content-section--shake-yourself-awake .quote-author,
.content-section--shake-yourself-awake blockquote,
.content-section--sticky-slides--slide--meta--description,
.content-section--sticky-slides--slide--meta--headline,
.cta__button,
.cta__button-group__title,
.gusto-choice__level,
.gusto-choice__subtitle,
.gusto-choice__tags,
.gusto-choice__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.header-nav--social--item a,
.menu--nav-item,
.menu--wallpaper--carousel--item--content--button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.fontweight400{
	font-weight: 400;
}

.h1,
h1 {
	font-size: 68px;
	line-height: .925em;
	letter-spacing: 0em;
}

@media (min-width:1250px) {
	.h1,
	h1 {
		font-size: 120px
	}
}

.content-justify{
	text-transform: uppercase;
}

.catering--cta a.main-link,
.content-section--sticky-slides--slide--meta--headline,
.gusto-choice__title,
.h2,
h2 {
	font-size: 36px;
	line-height: 1em;
	letter-spacing: -.05em
}

@media (min-width:992px) {
	.catering--cta a.main-link,
	.content-section--sticky-slides--slide--meta--headline,
	.gusto-choice__title,
	.h2,
	h2 {
		font-size: 40px
	}
}

.catering--cta a.h-wrapper.main-link,
.h2.h-wrapper,
.h-wrapper.content-section--sticky-slides--slide--meta--headline,
.h-wrapper.gusto-choice__title,
h2.h-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:576px) {
	.catering--cta a.h-wrapper.main-link,
	.h2.h-wrapper,
	.h-wrapper.content-section--sticky-slides--slide--meta--headline,
	.h-wrapper.gusto-choice__title,
	h2.h-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.catering--cta a.main-link .subtitle,
.content-section--sticky-slides--slide--meta--headline .subtitle,
.gusto-choice__title .subtitle,
.h2 .subtitle,
h2 .subtitle {
	font-size: 18px;
	color: #333;
	text-transform: none;
	letter-spacing: -.04em;
	line-height: 1.3em;
	padding: 8px 0 0
}

@media (min-width:576px) {
	.catering--cta a.main-link .subtitle,
	.content-section--sticky-slides--slide--meta--headline .subtitle,
	.gusto-choice__title .subtitle,
	.h2 .subtitle,
	h2 .subtitle {
		padding: 8px 0 0 16px
	}
}

@media (min-width:1250px) {
	.catering--cta a.main-link .subtitle,
	.content-section--sticky-slides--slide--meta--headline .subtitle,
	.gusto-choice__title .subtitle,
	.h2 .subtitle,
	h2 .subtitle {
		font-size: 24px;
		padding: 16px 0 0 32px
	}
}

.catering--options--label,
.catering__link,
.content-section--home-hero--cards--card .tag,
.content-section--shake-yourself-awake blockquote,
.h3,
h3 {
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: -1px
}
@media (max-width:440px) {
.catering--options--label,
.catering__link,
.content-section--home-hero--cards--card .tag,
.content-section--shake-yourself-awake blockquote,
.h3,
h3 {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: -1px
}
}

@media (min-width:992px) {
	.catering--options--label,
	.catering__link,
	.content-section--home-hero--cards--card .tag,
	.content-section--shake-yourself-awake blockquote,
	.h3,
	h3 {
		font-size: 27px
	}
}
.content-section--sticky-slides--slide--meta--description {
	font-size: 14px;
	line-height: 1.16666em
}

.catering--options--description,
.content-section--shake-yourself-awake .quote-author,
.cta__button-group__title,
.gusto-choice__subtitle,
.h4,
h4 {
	font-size: 18px;
	line-height: 1.16666em
}
@media (min-width:992px) {
	.catering--options--description,
	.content-section--shake-yourself-awake .quote-author,
	.cta__button-group__title,
	.gusto-choice__subtitle,
	.h4,
	h4 {
		font-size: 18px
	}
}
@media (min-width:992px) {
	.content-section--sticky-slides--slide--meta--description {
		font-size: 15px
	}
}

.catering__link-02,
.h5,
.header-nav--social--item a,
h5 {
	font-size: 18px;
	line-height: 1.35rem;
	letter-spacing: -.64px
}

.btn-black,
.btn-pill,
.cta__button,
.gusto-choice__level,
.gusto-choice__tags,
.h6,
.menu--nav-item,
.menu--wallpaper--carousel--item--content--button,
h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0.5px
}

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

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

.cf,
.clear,
.clearfix {
	overflow: auto
}

.content-section--home-hero--cards--card img,
.content-section--home-hero--cards--card picture,
.content-section--home-hero--top img,
.content-section--home-hero--top picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1
}

.u-text-color-grey {
	color: #696158
}

.u-text-color-yellow {
	color: #ffb81c;
}

.u-text-color-light-grey {
	color: #e7e8ec
}

.u-text-color-white {
	color: #fff
}
.u-text-color-green {
	color: #28a745;
}


.u-text-align-center {
	text-align: center
}

.u-text-transform-lower {
	text-transform: lowercase
}

.u-pos-relative {
	position: relative
}

.u-bg-color-light-grey {
	background-color: #e7e8ec
}

.u-bg-color-lighter-grey {
	background-color: #f4f4f4
}

.u-bg-color-yellow {
	background-color: #ffb81c
}

.u-opacity-50 {
	opacity: .5
}

.carousel-arrow {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #333;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	position: relative;
	cursor: pointer
}

@media (min-width:992px) {
	.carousel-arrow {
		width: 80px;
		height: 80px
	}
}

.carousel-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url("../../src/img/arrow-white.svg") 50% no-repeat;
	content: "";
	width: 16px;
	height: 8px;
	margin-top: -4px;
	margin-left: -8px
}

.carousel-arrow.white {
	background-color: #fff
}

.carousel-arrow.white:after {
	background: url("../../src/img/arrow.svg") 50% no-repeat
}

.carousel-arrow.white:hover {
	background-color: hsla(0, 0%, 100%, .7)
}

.carousel-arrow.prev:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.carousel-arrow:hover {
	opacity: .7
}

[data-fade-delay] {
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

[data-fade-delay].show {
	opacity: 1
}

[data-vertical-shift] {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

[data-vertical-shift].show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.trsn-all-normal {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.overflow-hidden {
	overflow: hidden
}

.opacity-0 {
	opacity: 0
}

button,
button:focus {
	outline: none
}

.btn-black,
.btn-pill,
.cta__button {
	display: inline-block;
	padding: 14px 28px 15px;
	margin: 7px 14px;
	line-height: 1;
	color: #fff;
	background-color: #ffb81c;
	border-radius: 28px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .25s;
	transition: .25s
}

.btn-black:hover,
.btn-pill:hover,
.cta__button:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media (min-width:992px) {
	.btn-black,
	.btn-pill,
	.cta__button {
		padding: 18px 32px 20px
	}
}

.btn-black {
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #333;
	margin: .5rem 0
}

@media (min-width:992px) {
	.btn-black {
		margin: 0 .5rem
	}
}

.nav-trigger {
	position: fixed;
	top: 21px;
	right: 18.5px;
	z-index: 100;
	cursor: pointer;
	width: 28px;
	height: 18px
}

.nav-trigger svg {
	overflow: visible
}

.nav-trigger .menu-trigger {
	width: 28px;
	height: 18px
}

.nav-trigger .menu-trigger__line-02 {
	visibility: hidden
}

.nav-trigger .menu-trigger path {
	stroke: #008641;
	-webkit-transition: stroke .32s ease;
	transition: stroke .32s ease
}

.nav-trigger:hover .menu-trigger path {
	stroke: #003865
}

.nav-trigger__close {
	position: absolute;
	top: -8px;
	left: -8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 42px;
	width: 42px;
	border-radius: 10em;
	background-color: #fff;
	-webkit-transition: all .24s cubic-bezier(.77, 0, .175, 1);
	transition: all .24s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: scale(0);
	transform: scale(0)
}

@media (min-width:992px) {
	.nav-trigger__close {
		top: -25px;
		left: -16px;
		height: 70px;
		width: 70px
	}
}

.nav-trigger .menu-trigger-close {
	width: 21px;
	-webkit-transition: all .48s cubic-bezier(.77, 0, .175, 1);
	transition: all .48s cubic-bezier(.77, 0, .175, 1)
}

@media (min-width:992px) {
	.nav-trigger .menu-trigger-close {
		width: 30px
	}
}

.nav-trigger .menu-trigger-close path {
	-webkit-transition: stroke .32s ease;
	transition: stroke .32s ease
}

.nav-trigger--opened .nav-trigger__close {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.nav-trigger--opened .nav-trigger__close .menu-trigger-close {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.nav-trigger--opened .nav-trigger__close:hover path {
	stroke: #696158
}

@media (min-width:992px) {
	.nav-trigger {
		top: 2rem;
		right: 2rem
	}
	.nav-trigger,
	.nav-trigger .menu-trigger {
		width: 38px;
		height: 26px
	}
	.nav-trigger .menu-trigger path {
		stroke: #008641
	}
}

.nav-container {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffc107;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-clip-path: circle(0 at calc(100% - 32.5px) 32.5px);
	clip-path: circle(0 at calc(100% - 32.5px) 32.5px);
	display: none
}

.nav-container.show {
	-webkit-clip-path: circle(22px at calc(100% - 32.5px) 32.5px);
	clip-path: circle(22px at calc(100% - 32.5px) 32.5px)
}

.show-nav .nav-container {
	-webkit-clip-path: circle(200% at calc(100% - 51.5px) 42.5px);
	clip-path: circle(200% at calc(100% - 51.5px) 42.5px);
	display: block
}

@media (min-width:992px) {
	.nav-container,
	.nav-container.show {
		-webkit-clip-path: circle(0 at calc(100% - 51.5px) 42.5px);
		clip-path: circle(0 at calc(100% - 51.5px) 42.5px)
	}
	.nav-container.hover {
		-webkit-clip-path: circle(37.5px at calc(100% - 51.5px) 42.5px);
		clip-path: circle(37.5px at calc(100% - 51.5px) 42.5px)
	}
	.show-nav .nav-container {
		-webkit-clip-path: circle(200% at calc(100% - 51.5px) 42.5px);
		clip-path: circle(200% at calc(100% - 51.5px) 42.5px)
	}
}

body.show-nav {
	overflow: hidden
}

.header-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none
}

.header-nav::-webkit-scrollbar {
	display: none
}

@media (min-width:992px) {
	.header-nav {
		overflow: hidden
	}
}

.header-nav .nav-content {
	overflow: scroll;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none
}

.header-nav .nav-content::-webkit-scrollbar {
	display: none
}

.header-nav .nav-content>div {
	width: 100%
}

@media (min-width:992px) {
	.header-nav .nav-content>div {
		width: auto
	}
}

@media (min-width:992px) {
	.header-nav .nav-content {
		right: 0;
		width: 50%;
		height: 100%;
		max-width: 800px;
		position: absolute
	}
}

@media only screen and (min-height:900px) and (min-width:800px) {
	.header-nav .nav-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.header-nav .nav-content .main-nav-items {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 8rem 2rem 2rem
}

@media (min-width:992px) {
	.header-nav .nav-content .main-nav-items {
		padding: 0
	}
}

.header-nav .nav-content li {
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	padding: 8px 0
}

@media (min-width:992px) {
	.header-nav .nav-content li {
		padding: 12px 0
	}
}

.header-nav .nav-content li a {
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1em;
	text-decoration: none;
	-webkit-transition: all .32s ease;
	transition: all .32s ease
}

.header-nav .nav-content li a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	opacity: .8;
	color: rgba(51, 51, 51, .3)
}

@media (min-width:1250px) {
	.header-nav .nav-content li a {
		font-size: 4rem
	}
}

@media (min-width:992px) {
	.header-nav .nav-content li {
		text-align: left
	}
}

.header-nav .nav-content li.nav-main-link--highlight a {
	color: #006541
}

.header-nav .nav-content .nav-locations {
	margin-top: 0;
	color: #fff;
	font-weight: 700;
	padding: 0 2rem;
	text-align: right
}

@media (min-width:992px) {
	.header-nav .nav-content .nav-locations {
		width: auto;
		margin-top: 2rem;
		margin-left: 0;
		text-align: left;
		padding: 0
	}
}

.header-nav .nav-content .nav-locations--title {
	font-size: 2rem;
	color: rgba(51, 51, 51, .3)
}

.header-nav .nav-content .nav-locations--title span {
	font-size: 1rem
}

.header-nav .nav-content .nav-locations--wrapper {
	position: relative;
	z-index: 2
}

@media (min-width:992px) {
	.header-nav .nav-content .nav-locations--wrapper:after {
		position: absolute;
		height: 106%;
		background-image: url("../img/nav-curves.html");
		background-position: 50%;
		background-repeat: no-repeat;
		top: 0;
		right: calc(100% + 10px);
		width: 37px;
		content: ""
	}
}

.header-nav .nav-content .nav-locations--location {
	font-size: 1.5rem;
	vertical-align: bottom
}

.header-nav .nav-content .nav-locations--location a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .32s ease;
	transition: all .32s ease
}

.header-nav .nav-content .nav-locations--location a span {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.header-nav .nav-content .nav-locations--location a:hover {
	color: rgba(51, 51, 51, .3);
	-webkit-transform: translateY(5px);
	transform: translateY(5px)
}

.header-nav .nav-content .nav-locations--location a:hover span {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.header-nav .nav-content .nav-locations--location .hours {
	color: rgba(51, 51, 51, .3);
	font-size: .85rem;
	display: inline-block;
	margin-left: 1rem
}

@media (min-width:992px) {
	.header-nav .nav-content .nav-locations--location .hours {
		font-size: 1rem
	}
}

@media (min-width:992px) {
	.header-nav .nav-content .nav-locations--location {
		font-size: 2rem
	}
}

.header-nav--social {
	position: relative;
	list-style: none;
	margin-top: 2rem
}

@media (min-width:992px) {
	.header-nav--social {
		position: absolute;
		margin-top: 0;
		bottom: 18px;
		left: 0;
		width: 100%;
		z-index: 1
	}
}

.header-nav--social--item {
	display: block;
	text-align: right;
	margin-right: 2rem;
	padding: .5rem 0
}

@media (min-width:992px) {
	.header-nav--social--item {
		display: inline-block;
		text-align: left;
		padding: 0
	}
}

.header-nav--social--item a {
	opacity: .5
}

.header-nav--social--item a:hover {
	color: #333;
	text-decoration: none;
	opacity: 1
}

.nav--badge {
	display: block;
	position: absolute;
	width: 200px;
	top: -50px;
	left: -25px;
	height: 200px
}

.nav--badge svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.nav--badge svg .letter {
	fill: #ffb81c
}

.nav--badge svg .shape {
	fill: #fff
}

@media (min-width:576px) {
	.nav--badge {
		width: 300px;
		height: 300px;
		top: -75px;
		left: -37.5px
	}
}

@media (min-width:768px) {
	.nav--badge {
		width: 400px;
		height: 400px;
		top: -100px;
		left: -50px
	}
}

@media (min-width:992px) {
	.nav--badge {
		width: 600px;
		height: 600px;
		top: -150px;
		left: -75px
	}
}

@media (min-width:1250px) {
	.nav--badge {
		width: 600px;
		height: 600px;
		top: -150px;
		left: -75px
	}
}

.hero-title-wrapper {
	position: relative;
	z-index: 1
}

.rotating-title {
	font-size: 44px;
	line-height: .725;
	letter-spacing: -.043em
}

.rotating-title .hero-title-wrapper:first-of-type {
	display: block;
	margin-bottom: 1rem
}

@media (min-width:576px) {
	.rotating-title .hero-title-wrapper:first-of-type {
		display: inline;
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.rotating-title {
		font-size: 60px;
		line-height: .925
	}
}

@media (min-width:992px) {
	.rotating-title {
		font-size: 78px
	}
}

.qr_menu_div{
    background-image: URL(https://www.khaanbuuz.mn/img/bg12c.jpg);
    BACKGROUND-ORIGIN: initial;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
}

.word-wrapper {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	width:100%;
	line-height: normal;
}

.word-wrapper__item {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	white-space: nowrap;
	opacity: 0
}

.word-wrapper--active {
	position: relative
}

.hero-join__subtitle {
	color: #696158
}

.hero-join__subtitle span {
	color: #008641
}

.since-2014 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	color: #696158;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f9f9f9;
	letter-spacing: .1em;
	text-transform: uppercase
}

.since-2014 svg {
	width: 120px;
	margin: 0 2rem
}

@media (min-width:768px) {
	.since-2014 {
		padding: 3rem 2rem
	}
	.since-2014 svg {
		width: 180px
	}
}

.site-footer {
	background-color: #fff;
	position: relative;
	overflow: visible
}

.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
}

.site-footer ul li {
	margin: 0.7rem 0
}

.site-footer ul li a {
	-webkit-transition: all .24s;
	transition: all .24s
}

.site-footer ul li a:hover {
	color: #333;
	text-decoration: none;
	opacity: .6
}

.site-footer ul li a .fab {
	margin-right: .5rem
}

.site-footer ul li .hours {
	color: #696158;
	font-size: 1rem
}

.site-footer .footer--copyright-links {
	opacity: .3
}

.site-footer .footer--copyright-links a {
	color: #333;
	display: block
}

@media (min-width:768px) {
	.site-footer .footer--copyright-links a {
		margin-left: 2rem;
		display: inline-block
	}
}

.site-footer .container {
	position: relative;
	z-index: 2
}

.site-footer--badge {
	position: absolute;
    top: -5px;
    right: -10px;
    width: 180px;
    height: 0;
    padding-bottom: 250px;
    z-index: 1;
}

.site-footer--badge svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.site-footer--badge svg path {
	fill: #ffb81c
}

@media (min-width:992px) {
	.site-footer--badge {
		top: auto;
	    right: -45px;
	    bottom: -132px;
	    width: 304px;
	    padding-bottom: 508px;
	}
}

@media (min-width:992px) {
	.site-footer {
		overflow: hidden
	}
}

.cta200 {
	padding: 200px 15px;
	text-align: center;
	position: relative
}

@media (min-width:992px) {
	.cta200 {
		padding: 200px 15px 100px
	}
}

@media (min-width:992px) {
	.cta200 {
		padding: 200px 15px 100px
	}
}

.cta {
	padding: 200px 15px;
	text-align: center;
	position: relative
}

@media (min-width:992px) {
	.cta {
		padding: 200px 15px 100px
	}
}

@media (min-width:992px) {
	.single-location .cta {
		padding: 200px 15px 100px
	}
}

.cta__title {
	margin: 0 auto 32px
}

.cta__subtitle,
.cta__title {
	/* max-width: 672px; */
	font-size: 23px;
	position: relative;
	z-index: 2
}

.cta__subtitle {
	text-align: left;
	/* margin: 0 auto */
}

.cta__button-wrapper {
	margin: 8px 0 40px;
	position: relative;
	z-index: 2
}

@media (min-width:768px) {
	.cta__button-wrapper {
		margin: 16px 0 40px
	}
}

@media (min-width:992px) {
	.cta__button-wrapper {
		margin: 88px 0 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cta__button-group {
	padding: 1rem 0;
	text-align: center
}

.menu_text{
    position: absolute;
    top: 100px;
    width: 90%;
    text-align: center;
}

@media (min-width:992px) {
	.cta__button-group {
		padding: 0 2rem
	}
}

@media (min-width:992px) {
	.cta__button-group:nth-child(2) {
		border-left: 1px solid #333
	}
}

.cta__button-group__title {
	margin-bottom: 1rem
}

@media (min-width:992px) {
	.cta__button-group__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.cta__button {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: .5rem 0
}

@media (min-width:992px) {
	.cta__button {
		margin: 0 .5rem
	}
}

.cta__button--image {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .25s;
	transition: .25s;
	margin: .5rem 0;
	display: inline-block
}

@media (min-width:992px) {
	.cta__button--image {
		margin: 0 .5rem
	}
}

.cta__button--image img {
	width: 100%;
	max-width: 233px
}

.cta__button--image:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.cta__note {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.cta .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1
}

.content-section--home-hero {
	background-color: #fff
}

.content-section--home-hero--top {
	height: 75vh;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.content-section--home-hero--top--image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (min-width:992px) {
	.content-section--home-hero--top {
		height: 90vh
	}
}

.content-section--home-hero--heading {
	font-size: 60px;
	line-height: .925;
	letter-spacing: -.043em
}

@media (min-width:992px) {
	.content-section--home-hero--heading {
		font-size: 120px
	}
}

.content-section--home-hero--content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 5%;
	width: 90%;
	height: 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.content-section--home-hero--content--container {
	position: relative;
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%) */
}

@media (min-width:992px) {
	.content-section--home-hero--content--container {
		-webkit-transform: translateY(-190%);
		transform: translateY(-190%)
	}
}

.content-section--home-hero--content--buttons {
	position: absolute;
	bottom: -80px;
	width: 100%;
	text-align: center
}

@media (min-width:576px) {
	.content-section--home-hero--content--buttons {
		bottom: -80px
	}
}

@media (min-width:992px) {
	.content-section--home-hero--content--buttons {
		bottom: -100px
	}
}

@media (min-width:992px) {
	.content-section--home-hero--content {
		height: 100%
	}
}

@media (min-width:1250px) {
	.content-section--home-hero--content {
		left: 10%;
		width: 80%
	}
}

.content-section--home-hero-custom {
	position: relative;
	z-index: 2;
	top: 5rem
}

.content-section--home-hero--cards {
	position: relative;
	z-index: 2;
	top: 2rem
}

@media (min-width:576px) {
	.content-section--home-hero--cards {
		top: -13rem
	}
}

@media (min-width:992px) {
	.content-section--home-hero--cards {
		top: -13rem
	}	
}

@media (min-width:1250px) {
	.content-section--home-hero--cards {
		top: -13rem
	}	
}



.content-section--home-hero--cards--container {
	max-width: 1200px;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content-section--home-hero--cards--card {
	width: 30%;
	height: 0;
	margin-bottom: 24px;
	padding-bottom: 37%;
	border-radius: 4px;
	overflow: hidden;
	/* -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .05);
	box-shadow: 0 0 40px rgba(51, 51, 51, .05); */
	display: block;
	text-decoration: none;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

@media (min-width:576px) {
	.content-section--home-hero--cards--card {
		width: 30%;
		margin-bottom: 0
	}
}

.content-section--home-hero--cards--card:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(51, 51, 51, .1); */
	content: "";
	z-index: 2;
	/* -webkit-transition: all .15s ease;
	transition: all .15s ease */
}

.content-section--home-hero--cards--card .tag {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(51, 51, 51, .2);
	border-radius: 4px;
	z-index: 3;
	text-align: center;
	color: #fff;
	padding: .3rem 2rem .6rem;
	/* -webkit-transition: all .2s ease;
	transition: all .2s ease; */
	margin-bottom: 0
}

@media (min-width:992px) {
	.content-section--home-hero--cards--card .tag {
		bottom: 16px
	}
}

.content-section--home-hero--cards--card:hover {
	-webkit-transform: translateY(-10px) scale(1.01)!important;
	transform: translateY(-10px) scale(1.01)!important
}

.content-section--home-hero--cards--card:hover .tag {
	bottom: 20px;
	background-color: #ffb81c
}

.content-section--home-hero--cards--card:hover:after {
	opacity: 0
}

.content-section--home-hero .cta__button {
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.content-section--home-hero .cta__button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.content-section--pronunciation-block .speaker-icon {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer
}

@media (min-width:768px) {
	.content-section--pronunciation-block .speaker-icon {
		margin: 0 20px
	}
}

.content-section--pronunciation-block .speaker-icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	border-radius: 40% 60% 37% 63%/63% 32% 68% 37%;
	background-color: rgba(255, 184, 28, .7);
	z-index: 1;
	content: "";
	-webkit-animation: speaker-icon-animation 1s infinite alternate;
	animation: speaker-icon-animation 1s infinite alternate
}

@media (min-width:768px) {
	.content-section--pronunciation-block .speaker-icon:after {
		width: 65px;
		height: 65px
	}
}

.content-section--pronunciation-block .speaker-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 45px;
	-webkit-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	border-radius: 40% 60% 37% 63%/63% 32% 68% 37%;
	background-color: rgba(255, 184, 28, .5);
	z-index: 0;
	content: "";
	-webkit-animation: speaker-icon-animation-2 1.5s infinite alternate;
	animation: speaker-icon-animation-2 1.5s infinite alternate
}

@media (min-width:768px) {
	.content-section--pronunciation-block .speaker-icon:before {
		width: 50px;
		height: 75px
	}
}

.content-section--pronunciation-block .speaker-icon svg {
	width: 15px;
	height: 13px;
	position: relative;
	z-index: 2
}

@media (min-width:768px) {
	.content-section--pronunciation-block .speaker-icon svg {
		width: 25px;
		height: 23px
	}
}

.content-section--pronunciation-block .speaker-icon:hover:after {
	-webkit-transform: translate(-50%, -45%) scale(1.1);
	transform: translate(-50%, -45%) scale(1.1)
}

.content-section--pronunciation-block .speaker-icon:hover:before {
	-webkit-transform: translate(-50%, -45%) scale(1.2);
	transform: translate(-50%, -45%) scale(1.2)
}

.content-section--pronunciation-block .pronunciation-subtitle {
	margin-bottom: 32px;
	margin-left: 16px;
	font-size: 40px;
	text-align: left;
	display: grid;
}

@media (min-width:768px) {
	.content-section--pronunciation-block .pronunciation-subtitle {
		margin-bottom: 10px;
		margin-right: 16px;
		margin-left: 16px;
		font-size: 40px;
		text-align: left;
		display: grid;
	}
}

@media (min-width:992px) {
	.content-section--pronunciation-block .pronunciation-subtitle {
		margin-bottom: 10px;
		margin-left: 30px;
		font-size: 30px;
		text-align: left;
		display: grid;
	}
}

.content-section--locations-block {
	position: relative
}

.content-section--locations-block--titles {
	position: relative;
	/* top: -1.3rem */
}

@media (min-width:992px) {
	.content-section--locations-block--titles {
		/* top: -2.35rem */
	}
}

.content-section--locations-block--location-icon {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 0;
	padding-bottom: 90%;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .05);
	box-shadow: 0 0 30px rgba(51, 51, 51, .05);
	position: relative
}

.content-section--locations-block--location-icon img {
	position: absolute;
	width: 90%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

@media (min-width:992px) {
	.content-section--locations-block--location-icon {
		padding-bottom: 100%
	}
}

.content-section--locations-block--location-col {
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.content-section--locations-block--location-col:hover {
	-webkit-transform: translateY(-5px) scale(1.02);
	transform: translateY(-5px) scale(1.02)
}

.content-section--locations-block--location-col:hover .content-section--locations-block--location-icon {
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .1);
	box-shadow: 0 0 30px rgba(51, 51, 51, .1)
}

.content-section--locations-block--ticker {
	position: relative;
	overflow: hidden
}

.content-section--locations-block--ticker .ticker-content {
	color: #ffb81c;
	font-weight: 700;
	width: 10000px;
	letter-spacing: 4.9px;
	text-transform: uppercase;
	padding: 1rem 0;
	margin-left: -200px
}

.content-section--locations-block--ticker:after {
	position: absolute;
	left: 50%;
	width: 225px;
	margin-left: -112.5px;
	bottom: 0;
	height: 100%;
	content: "";
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(10%, #fff), color-stop(90%, #fff), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0))
}

@media (min-width:1250px) {
	.content-section--locations-block--ticker:after {
		width: 300px;
		margin-left: -150px;
		width: 600px;
		margin-left: -300px
	}
}

.content-section--locations-block--badge {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -52.5px;
	width: 150px;
	height: 150px
}

@media (min-width:992px) {
	.content-section--locations-block--badge {
		bottom: -70px;
		width: 200px;
		height: 200px
	}
}

@media (min-width:1250px) {
	.content-section--locations-block--badge {
		width: 450px;
		height: 450px;
		bottom: -160px
	}
}

.content-section--locations-block--badge svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.content-section--quote-section {
	position: relative;
	overflow: hidden;
	width: 100%
}

.content-section--quote-section--quote {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.05em;
	margin-left: 1.25rem
}

.content-section--quote-section--quote:before {
	background-image: url(../../src/img/quote-open.svg);
	position: absolute;
	left: 20px;
	top: 10px
}

.content-section--quote-section--quote:after,
.content-section--quote-section--quote:before {
	background-repeat: no-repeat;
	width: 21px;
	height: 18.5px;
	content: "";
	display: inline-block;
	background-size: contain
}

.content-section--quote-section--quote:after {
	background-image: url(../../src/img/quote-close.svg);
	position: relative;
	top: -10px;
	left: 8px
}

@media (min-width:768px) {
	.content-section--quote-section--quote {
		font-size: 62px;
		margin-left: 4rem
	}
	.content-section--quote-section--quote:before {
		left: 28px;
		width: 25px;
		height: 12px
	}
	.content-section--quote-section--quote:after {
		width: 25px;
		height: 12px
	}
}

@media (min-width:1250px) {
	.content-section--quote-section--quote {
		font-size: 26px;
		margin-left: 0
	}
	.content-section--quote-section--quote:before {
		top: -40px;
		width: 25px;
		height: 12px
	}
}

@media (min-width:1424px) {
	.content-section--quote-section--quote:before {
		left: -12px;
		top: 6px
	}
}

@media (min-width:1250px) and (max-width:1519px) {
	.content-section--quote-section--quote {
		padding-left: 5rem
	}
	.content-section--quote-section--quote:before {
		left: 10px;
		top: 20px
	}
}

.content-section--quote-section--author {
	display: block;
	font-weight: 700;
	font-size: 24px
}

@media (min-width:992px) {
	.content-section--quote-section--author {
		display: inline-block;
		margin-left: 1rem
	}
}

.content-section--hero {
	padding-left: 15px;
	padding-right: 15px
}

.content-section--hero--icon img {
	width: 350px;
	height: auto
}

.content-section--images-with-banner {
	position: relative
}

.content-section--images-with-banner--ticker {
	position: relative;
	overflow: hidden
}

.content-section--images-with-banner--ticker:after {
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	bottom: 0;
	height: 100%;
	content: "";
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(10%, #fff), color-stop(90%, #fff), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0))
}

@media (min-width:768px) {
	.content-section--images-with-banner--ticker:after {
		width: 200px;
		margin-left: -100px
	}
}

.content-section--images-with-banner--ticker .ticker-content {
	color: #ffb81c;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 4.9px;
	text-transform: uppercase;
	padding: 1rem 0;
	margin-left: -200px
}

.content-section--images-with-banner img,
.content-section--images-with-banner picture {
	width: 100%;
	height: auto
}

.content-section--images-with-banner--badge {
	position: relative;
	z-index: 10
}

.content-section--images-with-banner--badge svg {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translate(-50%, -50px);
	transform: translate(-50%, -50px);
	z-index: 10
}
.content-section--images-with-banner .logosm img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}

@media (min-width:768px) {
	.content-section--images-with-banner--badge svg {
		top: -30px;
		width: 140px;
		height: 140px;
		dtransform: translate(-50%, -50px)
	}
}

.content-section--images-with-banner--badge svg path {
	fill: #ffb81c
}

.content-section--images-with-banner--badge:after {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, -25px);
	transform: translate(-50%, -25px);
	z-index: 9;
	border-radius: 50%;
	/* background-color: #fff; */
	content: ""
}
.content-section--images-with-banner--badge .logosm img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}

@media (min-width:768px) {
	.content-section--images-with-banner--badge:after {
		width: 100px;
		height: 100px;
		-webkit-transform: translate(-50%, -50px);
		transform: translate(-50%, -50px)
	}
}

.content-section--images-with-banner .slick-dots {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 5;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}

.content-section--images-with-banner .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	width: 12px;
	height: 12px;
	background-color: rgba(51, 51, 51, .2);
	border-radius: 12px;
	cursor: pointer
}

.content-section--images-with-banner .slick-dots li button {
	display: none
}

.content-section--images-with-banner .slick-dots li.slick-active,
.content-section--images-with-banner .slick-dots li:hover {
	background-color: rgba(51, 51, 51, .5)
}

.content-section--media-grid {
	border: 4px solid #fff;
	overflow: auto
}

.content-section--media-grid--image {
	border: 4px solid #fff
}

.content-section--media-grid--image img,
.content-section--media-grid--image picture {
	width: 100%;
	height: auto
}

.content-section--media-grid--image.full-width {
	width: 100%;
	float: left;
	clear: both
}

.content-section--media-grid--image.half-width {
	width: 50%;
	float: left
}

.content-section--heard .heard-video-preview {
	background: #44b5f6 no-repeat 50%;
	background-size: cover;
	border-radius: 4px;
	text-align: center;
	padding: 3rem 0;
	margin-top: 1rem
}

.content-section--heard .heard-graphic {
	text-align: center
}

.content-section--heard .heard-graphic svg {
	width: 80%
}

.content-section--heard a svg {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .25s;
	transition: .25s
}

.content-section--heard a svg:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media (min-width:576px) {
	.content-section--heard .heard-video-preview {
		margin-top: 8rem;
		padding: 6rem 0;
		width: 90%
	}
	.content-section--heard .heard-graphic {
		position: absolute;
		right: 0
	}
	.content-section--heard .heard-graphic svg {
		width: auto
	}
}

.content-section--call-to-action {
	position: relative;
	overflow: hidden
}

.content-section--call-to-action img.background-image,
.content-section--call-to-action picture.background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.content-section--call-to-action video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0
}

.content-section--call-to-action--bottom-logo {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5
}

.content-section--call-to-action .container {
	position: relative;
	z-index: 3
}

.content-section--call-to-action-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: -40px
}

.content-section--call-to-action-card img.background-image,
.content-section--call-to-action-card picture.background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.content-section--call-to-action-card video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0
}

.content-section--call-to-action-card--bottom-logo {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5
}

.content-section--call-to-action-card .container {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 0, 0, .6)), color-stop(80%, transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 10%, transparent 80%);
	position: relative;
	z-index: 3
}

.content-section--call-to-action-text {
	background: #f5f5f5;
	overflow: hidden
}

.content-section--call-to-action-text h4 {
	margin: 20px auto
}

.content-section--call-to-action-text img {
	width: 120%;
	margin: 40px 0 40px -10%
}

@media (min-width:576px) {
	.content-section--call-to-action-text h4 {
		max-width: 250px
	}
	.content-section--call-to-action-text img {
		width: 500px;
		margin: 40px 0
	}
}

.content-section--sticky-slides {
	position: relative;
	width: 100%;
	z-index: -1
}

.content-section--sticky-slides--badge {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	z-index: 100;
	width: 80px;
	height: 80px;
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

@media (min-width:768px) {
	.content-section--sticky-slides--badge {
		width: 100px;
		height: 100px
	}
}

@media (min-width:992px) {
	.content-section--sticky-slides--badge {
		width: 150px;
		height: 150px
	}
}

.content-section--sticky-slides--badge svg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.content-section--sticky-slides--badge svg path,
.content-section--sticky-slides--badge svg polygon {
	fill: #ffb81c
}

.content-section--sticky-slides--badge:after {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	content: "";
	border-radius: 50%;
	/* background-color: #fff; */
	z-index: 1
}

.content-section--sticky-slides--slide {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	display: none;
	top: 0;
	left: 0
}

.content-section--sticky-slides--slide--image {
	position: absolute;
	top: 0;
	height: 50%;
	width: 100%;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	overflow: hidden
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--image {
		width: 50%;
		height: 100%
	}
}

.content-section--sticky-slides--slide--image img,
.content-section--sticky-slides--slide--image picture,
.content-section--sticky-slides--slide--image video {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.content-section--sticky-slides--slide--meta {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 50%;
	padding: calc(1.5rem + 40px) 30px 0;
	text-align: center
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		top: 0;
		width: 50%;
		height: 100%;
		text-align: left
	}
}

.content-section--sticky-slides--slide--meta--headline {
	color: #ffb81c;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--meta--headline {
		padding: 0 50px 0 70px
	}
}

@media (min-width:992px) {
	.content-section--sticky-slides--slide--meta--headline {
		padding: 125px
	}
}

.content-section--sticky-slides--slide--meta--description {
	margin-top: 1.5rem;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0
}

@media (min-width:768px) {
	.content-section--sticky-slides--slide--meta--description {
		margin-top: 0;
		padding: 0 50px 50px 70px;
		position: absolute;
		bottom: 0
	}
}

@media (min-width:992px) {
	.content-section--sticky-slides--slide--meta--description {
		padding: 50px 125px
	}
}

.content-section--sticky-slides--slide.active-slide,
.content-section--sticky-slides--slide.first-slide {
	display: block
}

.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image img,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image picture,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image video,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image img,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image picture,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image video {
	opacity: 1
}

.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--image:after,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--image:after {
	border: 0 solid #ffb81c
}

.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--meta--description,
.content-section--sticky-slides--slide.active-slide .content-section--sticky-slides--slide--meta--headline,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--meta--description,
.content-section--sticky-slides--slide.first-slide .content-section--sticky-slides--slide--meta--headline {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.content-section--sticky-slides--slide.first-slide {
	position: absolute
}

.content-section--sticky-slides--slide.active-slide {
	position: fixed
}

.content-section--sticky-slides--slide-surrogate {
	height: 100vh;
	width: 100%;
	position: relative
}

.content-section--sticky-slides.in-viewport .content-section--sticky-slides--slide {
	display: block
}

.content-section--sticky-slides.in-viewport .content-section--sticky-slides--badge {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.content-section--shake-yourself-awake {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.content-section--shake-yourself-awake blockquote {
	color: #44b5f6
}

.content-section--shake-yourself-awake blockquote:before {
	content: "\201C";
	margin-right: 3px
}

.content-section--shake-yourself-awake blockquote:after {
	content: "\201D"
}

.content-section--shake-yourself-awake .quote-author {
	color: #c3c0bc
}

.content-section--shake-yourself-awake--description {
	line-height: 1.8;
	color: #696158
}

.content-section--shake-yourself-awake--bigtext {
	position: relative;
	overflow: hidden
}

.content-section--shake-yourself-awake--bigtext svg {
	width: 100%;
	position: absolute;
	height: 100%
}

.content-section--shake-yourself-awake--bigtext .primary-text {
	position: relative;
	width: 90%;
	left: 5%;
	padding: 1rem 0 1.5rem
}

@media (min-width:768px) {
	.content-section--shake-yourself-awake--bigtext .primary-text {
		padding: 2rem 0 2.5rem
	}
}

@media (min-width:1250px) {
	.content-section--shake-yourself-awake--bigtext .primary-text {
		padding: 3rem 0 3.5rem
	}
}

.content-section--shake-yourself-awake--bigtext .outlines-top {
	position: absolute;
	top: 0;
	width: 80%;
	left: -5%;
	height: 0;
	padding-bottom: 19%;
	overflow: visible
}

.content-section--shake-yourself-awake--bigtext .outlines-top svg {
	width: 100%;
	position: absolute;
	height: 100%
}

.content-section--shake-yourself-awake--bigtext .outlines-bottom {
	position: absolute;
	bottom: 0;
	width: 80%;
	right: -5%;
	height: 0;
	padding-bottom: 19%;
	overflow: visible
}

.content-section--shake-yourself-awake--bigtext .outlines-bottom svg {
	width: 100%;
	position: absolute;
	height: 100%
}

@-webkit-keyframes speaker-icon-animation {
	0% {
		border-radius: 50%
	}
	50% {
		border-radius: 34% 66% 40% 60%/60% 38% 62% 40%
	}
	to {
		border-radius: 28% 72% 29% 71%/67% 34% 66% 33%
	}
}

@keyframes speaker-icon-animation {
	0% {
		border-radius: 50%
	}
	50% {
		border-radius: 34% 66% 40% 60%/60% 38% 62% 40%
	}
	to {
		border-radius: 28% 72% 29% 71%/67% 34% 66% 33%
	}
}

@-webkit-keyframes speaker-icon-animation-2 {
	0% {
		border-radius: 50% 50% 49% 51%/51% 42% 58% 49%
	}
	to {
		border-radius: 65% 35% 58% 42%/45% 44% 56% 55%
	}
}

@keyframes speaker-icon-animation-2 {
	0% {
		border-radius: 50% 50% 49% 51%/51% 42% 58% 49%
	}
	to {
		border-radius: 65% 35% 58% 42%/45% 44% 56% 55%
	}
}

.ticker-content {
	font-size: .6rem
}

@media (min-width:768px) {
	.ticker-content {
		font-size: 1rem;
		padding: 1rem 0
	}
}

.found-store-curtain {
	height: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10000000;
	background-color: transparent;
	background-image: url("../img/loading.gif");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	overflow: hidden;
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease
}

.found-store-curtain.show {
	height: 100%;
	background-color: rgba(51, 51, 51, .5)
}

.found-store-content {
	width: 83%;
	max-width: 400px;
	background-color: #fff;
	text-align: center;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.found-store-content.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.found-store-content .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #e7e8ec;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	cursor: pointer;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.found-store-content .close-btn:hover {
	width: 50px;
	height: 50px;
	background-color: #cbcdd5
}

.found-store-content .close-btn:after {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.found-store-content .close-btn:after,
.found-store-content .close-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 4px;
	border-radius: 2px;
	background-color: #696158;
	content: ""
}

.found-store-content .close-btn:before {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.found-store-content .found-store-title {
	padding: 1rem 0
}

.found-store-padding {
	padding: 2rem 1rem
}

.gusto-modal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(51, 51, 51, .5);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	z-index: 10000000
}

.gusto-modal__content {
	position: relative;
	width: 83%;
	background-color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.gusto-modal__content--md,
.gusto-modal__content--sm {
	max-width: 350px
}

.gusto-modal__content a {
	display: block;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #ccc;
	text-align: left
}

.gusto-modal--show {
	opacity: 1;
	visibility: visible
}

.gusto-modal--show .gusto-modal__content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.gusto-modal__close {
	position: absolute;
	top: -22px;
	right: -22px;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background-color: #e7e8ec;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	cursor: pointer;
	border: none;
	-webkit-transition: all .32s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .32s cubic-bezier(.68, -.55, .265, 1.55)
}

.gusto-modal__close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #cbcdd5
}

.gusto-modal__close:after,
.gusto-modal__close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 4px;
	width: 50%;
	border-radius: 2px;
	background-color: #696158;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.gusto-modal__close:before {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%)
}

.gusto-modal__close:after {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%)
}

.order-modal__title {
	padding: .5rem 0
}

.order-modal__title img {
	width: auto;
	height: 70px
}

.order-modal__location {
	font-size: 1.25rem;
	font-weight: 700
}

.order-modal__location a {
	color: #333;
	text-decoration: none;
	padding: 1rem 1.5rem;
	-webkit-transition: all .32s ease;
	transition: all .32s ease
}

.order-modal__location a span {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.order-modal__location a:hover {
	color: #ffb81c
}

.order-modal__location a:hover span {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

@media (min-width:992px) {
	.order-modal__location {
		font-size: 1.25rem
	}
	.order-modal__location a {
		padding: 1.5rem 2rem
	}
}

.order-modal__cta {
	display: inline-block;
	color: rgba(51, 51, 51, .3);
	font-size: .85rem;
	margin-left: 1rem
}

@media (min-width:992px) {
	.order-modal__cta {
		font-size: 1rem
	}
}

.menu-hero {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 1
}

.menu-hero__logo {
	width: 230px;
	height: 229.5px;
	margin: 75px auto 0;
	background-image: url("../../../../../../img/big.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	z-index: 10
}

@media (min-width:992px) {
	.menu-hero__logo {
		margin: 150px auto 0;
		width: 401px;
		height: 400px
	}
}

.menu-hero--surrogate {
	height: 200vh;
	position: relative;
	z-index: 0
}

.gusto-choice {
	position: relative;
	height: 960px;
	cursor: hello
}

.gusto-choice:after,
.gusto-choice:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e7e8ec), to(rgba(231, 232, 236, 0)));
	background: linear-gradient(#e7e8ec, rgba(231, 232, 236, 0));
	content: ""
}

.gusto-choice:after {
	top: 0
}

.gusto-choice:before {
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.gusto-choice__wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1072px;
	margin: 0 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.gusto-choice__burst {
	position: absolute;
	top: -80px;
	left: -160px
}

.gusto-choice__title {
	z-index: 1;
	width: 360px;
	color: #333
}

.gusto-choice__subtitle {
	width: 300px;
	color: #333
}

.gusto-choice__tags {
	color: #696158;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.gusto-choice__tags div {
	margin-bottom: 8px
}

.gusto-choice__tags div:last-child {
	margin-bottom: 0
}

.gusto-choice__level {
	width: 172px;
	color: #333
}

.gusto-choice__level svg {
	margin-bottom: 8px
}

.gusto-choice__level--markup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 20px;
	width: 170px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 5px 0;
	position: relative
}

.gusto-choice__level--markup i {
	display: inline-block;
	width: 1250%;
	border-left: 1px solid #fff;
	height: 100%;
	position: relative;
	z-index: 5
}

.gusto-choice__level--markup i:first-child,
.gusto-choice__level--markup i:nth-child(3),
.gusto-choice__level--markup i:nth-child(5),
.gusto-choice__level--markup i:nth-child(7),
.gusto-choice__level--markup i:nth-child(9) {
	border-left: 2px solid #fff
}

.gusto-choice__level--markup i:nth-child(2),
.gusto-choice__level--markup i:nth-child(3),
.gusto-choice__level--markup i:nth-child(4),
.gusto-choice__level--markup i:nth-child(6),
.gusto-choice__level--markup i:nth-child(7),
.gusto-choice__level--markup i:nth-child(8) {
	height: 50%
}

.gusto-choice__level--markup:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	background-color: red;
	width: 75%;
	content: ""
}

.gusto-choice__level--markup.width-1:after {
	width: 12.5%
}

.gusto-choice__level--markup.width-2:after {
	width: 25%
}

.gusto-choice__level--markup.width-3:after {
	width: 37.5%
}

.gusto-choice__level--markup.width-4:after {
	width: 50%
}

.gusto-choice__level--markup.width-5:after {
	width: 62.5%
}

.gusto-choice__level--markup.width-6:after {
	width: 75%
}

.gusto-choice__level--markup.width-7:after {
	width: 87.5%
}

.gusto-choice__level--markup.width-8:after {
	width: 100%
}

.gusto-choice__level--markup.dark {
	border-color: #333;
	color: #333
}

.gusto-choice__level--markup.dark i {
	border-color: #333
}

.gusto-choice__level.white {
	color: #fff
}

.gusto-choice--cucumber .burst {
	fill: #aaad4a
}

.menu--gusto-carousel--container {
	width: 100%;
	position: relative;
	top: -4%
}

@media (min-width:768px) {
	.menu--gusto-carousel--container {
		top: 0
	}
}

.menu--gusto-carousel--max-width {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: visible
}

.menu--gusto-carousel--max-width img,
.menu--gusto-carousel--max-width picture {
	width: 100%;
	max-width: 1770px;
	height: auto;
	margin: 0 auto
}

.menu--gusto-carousel--max-width .slick-list {
	overflow: visible
}

@media (min-width:992px) {
	.menu--gusto-carousel--max-width {
		width: 90%
	}
}

.menu--gusto-carousel--item {
	width: 100%;
	margin: 0 auto;
	outline: none!important;
	position: relative
}

.menu--gusto-carousel--item img,
.menu--gusto-carousel--item picture {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 150;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.menu--gusto-carousel--item .bowl-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1172px
}

.menu--gusto-carousel--item .bowl-shadow .bowl-shadow-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 232, 236, 0)), to(rgba(231, 232, 236, .5)));
	background-image: linear-gradient(0deg, rgba(231, 232, 236, 0), rgba(231, 232, 236, .5));
	z-index: 75
}

.menu--gusto-carousel--item .bowl-shadow .bowl-shadow-2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 50
}

.menu--gusto-carousel--item .bowl-shadow .bowl-shadow-2:after {
	position: absolute;
	top: 45%;
	left: 47%;
	border-radius: 60%;
	width: 56%;
	height: 0;
	padding-bottom: 56%;
	margin-left: -25%;
	margin-top: -25%;
	content: "";
	-webkit-box-shadow: -70px 30px 50px rgba(51, 51, 51, .1);
	box-shadow: -70px 30px 50px rgba(51, 51, 51, .1)
}

.menu--gusto-carousel--item .bowl-shadow .bowl-shadow-3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100
}

.menu--gusto-carousel--item .bowl-shadow .bowl-shadow-3:after {
	position: absolute;
	top: 45%;
	left: 47%;
	border-radius: 60%;
	width: 56%;
	height: 0;
	padding-bottom: 56%;
	margin-left: -25%;
	margin-top: -25%;
	content: "";
	-webkit-box-shadow: 5px 10px 100px rgba(85, 85, 85, .4);
	box-shadow: 5px 10px 100px rgba(85, 85, 85, .4)
}

.menu--gusto-carousel--name {
	position: absolute;
	bottom: -200px;
	left: 50%;
	right: 0;
	width: 100%;
	max-width: 1200px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu--gusto-carousel--name--stacked {
	text-align: left;
	position: relative;
	float: left;
	font-size: 5rem;
	line-height: .9em;
	font-weight: 700;
	color: #fff;
	letter-spacing: -.03em;
	margin-left: 3rem
}

.menu--gusto-carousel--badge {
	position: absolute;
	bottom: 0;
	width: 300px;
	height: 300px
}

.menu--gusto-carousel--badge svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.menu--gusto-carousel--badge svg path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.menu--gusto-carousel--badge:after {
	z-index: 0;
	width: 80%;
	height: 80%;
	background-color: #fff;
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 10%;
	left: 10%
}

.menu--gusto-carousel--arrow {
	position: fixed;
	left: 20px;
	bottom: 50px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 300;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	opacity: 0
}

@media (min-width:992px) {
	.menu--gusto-carousel--arrow {
		left: 50px;
		bottom: 50%
	}
}

.scrolled .menu--gusto-carousel--arrow {
	-webkit-transform: translateY(55%);
	transform: translateY(55%);
	opacity: 1
}

.menu--gusto-carousel--arrow.sticky {
	position: absolute
}

.menu--gusto-carousel--arrow:hover {
	-webkit-transform: translateY(50%) scale(1.1);
	transform: translateY(50%) scale(1.1)
}

.menu--gusto-carousel--arrow.next {
	left: auto;
	right: 20px
}

@media (min-width:992px) {
	.menu--gusto-carousel--arrow.next {
		right: 50px
	}
}

.menu--nav {
	position: relative;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 110;
	-webkit-transform: translatey(50px);
	transform: translatey(50px);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: none
}

.menu--nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, .64);
	-webkit-transition: opacity .32s;
	transition: opacity .32s
}

@media (min-width:992px) {
	.menu--nav:before {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, .3)), to(rgba(51, 51, 51, 0)));
		background: linear-gradient(0deg, rgba(51, 51, 51, .3), rgba(51, 51, 51, 0))
	}
}

@media (min-width:992px) {
	.menu--nav {
		display: block
	}
}

@media (min-width:1250px) {
	.menu--nav {
		padding: 10px 0
	}
}

.menu--nav--step-title {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	text-align: left;
	color: #fff;
	max-width: 1102px;
	padding: 0 16px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 1.5rem;
	text-shadow: 1px 1px 10px rgba(51, 51, 51, .1)
}

.menu--nav--step-title span {
	opacity: .5;
	font-size: 1.5rem
}

@media (min-width:992px) {
	.menu--nav--step-title {
		font-size: 2.5rem;
		padding: 0 4px
	}
}

.menu--nav.sticky {
	position: absolute
}

.scrolled .menu--nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.menu--nav--items {
	max-width: 1102px;
	margin: 0 auto
}

.menu--nav--items .slick-list {
	overflow: visible
}

.menu--nav-items-slider {
	width: 100%;
	overflow-y: scroll;
	overflow-x: visible;
	padding: 12px;
	position: relative;
	z-index: 105
}

.menu--nav-items-slider--track {
	/* width: 1104px; */
	margin: 0 auto
}

.menu--nav-item {
	position: relative;
	display: inline-block;
	width: 172px;
	height: 75px;
	padding: 8px 16px 10px 56px;
	margin: 0 4px;
	overflow: hidden;
	text-align: left;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px 0 rgba(51, 51, 51, .05);
	box-shadow: 0 0 40px 0 rgba(51, 51, 51, .05);
	background-color: #aaad4a;
	cursor: pointer;
	outline: none!important
}

.menu--nav-item,
.menu--nav-item:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.menu--nav-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: "";
	z-index: 1
}
.menu--nav-item svg {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3
}
.menu--nav-item img {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3
}

.menu--nav-item svg path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.menu--nav-item__title {
	position: relative;
	z-index: 5
}

.menu--nav-item--active {
	color: #fff
}

.menu--nav-item--active svg path {
	fill: #fff
}

.menu--nav-item--active:before {
	opacity: 0
}

.menu--nav-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.menu--wallpaper {
	height: 60vh;
	position: relative;
	background-color: #fff;
	z-index: 102
}

@media (min-width:992px) {
	.menu--wallpaper {
		height: 100vh
	}
}

.menu--wallpaper--carousel--item {
	height: 60vh!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

@media (min-width:992px) {
	.menu--wallpaper--carousel--item {
		height: 100vh!important
	}
}

.menu--wallpaper--carousel--item img,
.menu--wallpaper--carousel--item picture {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.menu--wallpaper--carousel--item--content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.menu--wallpaper--carousel--item--content {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	-webkit-transform: rotateX(-10deg) translateY(100px);
	transform: rotateX(-10deg) translateY(100px);
	opacity: 0;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}

.menu--wallpaper--carousel--item--content--title {
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -.05em;
	padding: 2px 0;
	margin-bottom: 8px;
	line-height: 45px
}

@media (min-width:992px) {
	.menu--wallpaper--carousel--item--content--title {
		font-size: 64px
	}
}

.menu--wallpaper--carousel--item--content--title span {
	display: inline;
	padding: 0 16px 4px;
	background-color: rgba(51, 51, 51, .2);
	border-radius: 4px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone
}

@media (min-width:992px) {
	.menu--wallpaper--carousel--item--content--title {
		line-height: 84px
	}
}

.menu--wallpaper--carousel--item--content--button {
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 0;
	color: #fff;
	border-bottom: 2px solid hsla(0, 0%, 100%, .3);
	-webkit-transition: .25s;
	transition: .25s;
	margin-left: 18px
}

.menu--wallpaper--carousel--item--content--button:hover {
	color: #ffb81c;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 184, 28, .3)
}

.slick-active .menu--wallpaper--carousel--item--content {
	opacity: 1;
	-webkit-transform: rotateX(0deg) translateY(0);
	transform: rotateX(0deg) translateY(0)
}

.menu--gusto-info {
	overflow: hidden;
	position: relative;
	z-index: 5
}

.menu--gusto-info--item {
	padding: 2rem 0;
	color: #fff;
	position: relative;
	z-index: 1;
	perspecive: 1000px
}

@media (min-width:768px) {
	.menu--gusto-info--item {
		padding: 3rem 0
	}
}

@media (min-width:1424px) {
	.menu--gusto-info--item {
		padding: 6rem 0
	}
}

.menu--gusto-info--item h5 {
	opacity: .3
}

.menu--gusto-info--item--background {
	opacity: .93;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.menu--gusto-info--item--skew {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: rotateX(-10deg) translateY(100px);
	transform: rotateX(-10deg) translateY(100px)
}

.menu--gusto-info--item.slick-active .menu--gusto-info--item--skew {
	-webkit-transform: rotateX(0deg) translateY(0);
	transform: rotateX(0deg) translateY(0)
}

.menu--gusto-info--item--tags--tag {
	font-weight: 700;
	margin-right: .5rem
}

.menu--gusto-info--item--content {
	position: relative;
	z-index: 2;
	overflow: visible;
	margin-left: 15px;
	margin-right: 15px
}

@media (min-width:768px) {
	.menu--gusto-info--item--content {
		margin-left: 250px
	}
}

@media (min-width:992px) {
	.menu--gusto-info--item--content {
		margin-left: 300px
	}
}

@media (min-width:1424px) {
	.menu--gusto-info--item--content {
		margin-left: 400px
	}
}

@media (min-width:768px) {
	.menu--gusto-info--item--content--primary {
		width: 250px;
		float: left
	}
}

@media (min-width:992px) {
	.menu--gusto-info--item--content--primary {
		width: 325px;
		float: left
	}
}

@media (min-width:1424px) {
	.menu--gusto-info--item--content--primary {
		width: 400px;
		float: left
	}
}

.menu--gusto-info--item--content--secondary {
	max-width: 1000px
}

@media (min-width:768px) {
	.menu--gusto-info--item--content--secondary {
		width: calc(100% - 250px);
		float: left
	}
}

@media (min-width:992px) {
	.menu--gusto-info--item--content--secondary {
		width: calc(100% - 375px);
		float: left
	}
}

@media (min-width:1424px) {
	.menu--gusto-info--item--content--secondary {
		width: calc(100% - 500px);
		float: left
	}
}

.menu--gusto-info .gusto-choice__level {
	margin-bottom: 32px
}

@media (min-width:768px) {
	.menu--gusto-info .gusto-choice__level {
		margin-bottom: 0
	}
}

.menu--gusto-info svg.big-badge {
	position: absolute;
	width: 250px;
	height: 250px;
	top: -60px;
	right: -75px;
	opacity: 1;
	z-index: 5
}
.menu--gusto-info img.big-badge {
	position: absolute;
	width: 250px;
	height: 250px;
	top: -60px;
	right: -75px;
	opacity: 1;
	z-index: 5
}

@media (min-width:768px) {
	.menu--gusto-info svg.big-badge {
		height: 300px;
		width: 300px;
		top: -60px;
		left: -70px;
		right: auto
	}
	.menu--gusto-info img.big-badge {
		height: 300px;
		width: 300px;
		top: -60px;
		left: -70px;
		right: auto
	}

}

@media (min-width:992px) {
	.menu--gusto-info svg.big-badge {
		height: 350px;
		width: 350px;
		top: -70px;
		left: -80px
	}
	.menu--gusto-info img.big-badge {
		height: 350px;
		width: 350px;
		top: -70px;
		left: -80px
	}
}

@media (min-width:1424px) {
	.menu--gusto-info svg.big-badge {
		height: 444px;
		width: 444px;
		top: -90px;
		left: -100px
	}
	.menu--gusto-info img.big-badge {
		height: 444px;
		width: 444px;
		top: -90px;
		left: -100px
	}
}

.menu--protein {
	overflow: hidden;
	background-color: #e1e1e1
}

.menu--protein .menu--nutrition-facts-link {
	margin-top: 32px
}

.menu--protein-carousel {
	position: relative;
	z-index: 5
}

.menu--protein-carousel--container {
	width: 100%;
	overflow: hidden
}

.menu--protein-carousel--wrapper {
	width: 100%;
	position: relative
}

.menu--protein-carousel--max-width {
	position: relative;
	width: 120%;
	left: -10%;
	text-align: center;
	margin: 0 auto;
	overflow: visible
}

@media (min-width:992px) {
	.menu--protein-carousel--max-width {
		width: 60%;
		left: auto;
		margin: 0 auto
	}
}

.menu--protein-carousel--max-width img,
.menu--protein-carousel--max-width picture {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto
}

.menu--protein-carousel--max-width .slick-list {
	overflow: visible
}

.menu--protein-carousel--item {
	width: 100%;
	margin: 0 auto;
	outline: none!important;
	position: relative
}

.menu--protein-carousel--item img,
.menu--protein-carousel--item picture {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 150
}

.menu--protein-carousel--arrow {
	position: absolute;
	top: 80%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 101
}

@media (min-width:992px) {
	.menu--protein-carousel--arrow {
		left: 50px;
		top: 50%
	}
}

.menu--protein-carousel--arrow.next {
	left: auto;
	right: 20px
}

@media (min-width:992px) {
	.menu--protein-carousel--arrow.next {
		right: 50px
	}
}

.menu--style {
	position: relative;
	background-color: #ced3d6;
	width: 100%;
	overflow: hidden
}

.menu--style .menu--nutrition-facts-link {
	margin-top: 16px
}

.menu--style-carousel {
	position: relative;
	z-index: 5
}

.menu--style-carousel--wrapper {
	position: relative;
	width: 100%
}

.menu--style-carousel--max-width {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: visible
}

@media (min-width:992px) {
	.menu--style-carousel--max-width {
		margin: 0 auto;
		width: 50%
	}
}

.menu--style-carousel--max-width img,
.menu--style-carousel--max-width picture {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto
}

.menu--style-carousel--max-width .slick-list {
	overflow: visible
}

.menu--style-carousel--arrow {
	position: absolute;
	top: 60%;
	left: 20px;
	margin-top: -30px;
	z-index: 101
}

@media (min-width:992px) {
	.menu--style-carousel--arrow {
		left: 50px;
		top: 50%
	}
}

.menu--style-carousel--arrow.next {
	left: auto;
	right: 20px
}

@media (min-width:992px) {
	.menu--style-carousel--arrow.next {
		right: 50px
	}
}

.menu--nutrition-facts-link {
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: hsla(0, 0%, 100%, .5);
	position: relative;
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s
}

.menu--nutrition-facts-link svg {
	height: 34px;
	width: 33px;
	margin-right: 10px
}

@media (min-width:992px) {
	.menu--nutrition-facts-link svg {
		position: absolute;
		top: 50%;
		left: -35%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-right: 24px
	}
}

.menu--nutrition-facts-link svg #Group-8 {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .4s;
	transition: all .4s
}

.menu--nutrition-facts-link:hover {
	text-decoration: none;
	color: #fff
}

.menu--nutrition-facts-link:hover #Group-8 {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.modifiers {
	position: relative
}

.modifiers__header {
	text-align: center;
	position: relative;
	z-index: 10
}

.modifiers__footer {
	z-index: 6;
	text-align: center;
	margin: 0 30px
}

@media (min-width:992px) {
	.modifiers__footer {
		text-align: left;
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		margin: -20px auto 0
	}
}

.modifiers__footer--width {
	position: relative
}

@media (min-width:992px) {
	.modifiers__footer--width {
		max-width: 300px
	}
}

.modifiers__footer .slick-list {
	overflow: visible
}

.modifiers__footer .gusto-choice__level {
	margin: 0 auto
}

@media (min-width:992px) {
	.modifiers__footer .gusto-choice__level {
		margin: 0 auto 0 0
	}
}

.modifiers__info .menu--nutrition-facts-link {
	color: #696158
}

.modifiers__info h6 {
	margin-bottom: 16px
}

.modifiers__info .gusto-choice__level--markup,
.modifiers__info .gusto-choice__level--markup i {
	border-color: #333
}

.menu-more {
	background: #fff
}

.location--hero {
	padding-left: 25px;
	padding-right: 25px
}

.location--hero--icon img {
	width: 175px;
	height: auto
}
@media only screen and (min-width : 320px) {
	.location--hero--icon img {
		width: 175px;
		height: auto
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.location--hero--icon img {
		width: 275px;
		height: auto
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.location--hero--icon img {
		width: 375px;
		height: auto
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.location--hero--icon img {
		width: 475px;
		height: auto
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.location--hero--icon img {
		width: 575px;
		height: auto
	}
}
/* 
@media (min-width:992px) and (max-width: 1920px)  {
	.location--hero--icon img {
		width:550px
	}
}

@media (min-width:768px) {
	.location--hero--icon img {
		width:450px
	}
}

@media (min-width:576px) {
	.location--hero--icon img {
		width:350px
	}
} */


.location--primary-image {
	position: relative
}

.location--primary-image--ticker {
	position: relative;
	overflow: hidden
}

.location--primary-image--ticker:after {
	position: absolute;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	bottom: 0;
	height: 100%;
	content: "";
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(10%, #fff), color-stop(90%, #fff), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0))
}

@media (min-width:992px) {
	.location--primary-image--ticker:after {
		width: 200px;
		margin-left: -100px
	}
}

.location--primary-image--ticker .ticker-content {
	color: #ffb81c;
	font-weight: 700;
	width: 10000px;
	letter-spacing: 4.9px;
	text-transform: uppercase;
	padding: 1rem 0;
	margin-left: -200px
}

.location--primary-image--badge:after {
	width: 75px;
	height: 75px;
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	z-index: 9;
	border-radius: 50%;
	background-color: #fff
}

.location--primary-image--badge:after path {
	fill: #ffb81c
}

@media (min-width:992px) {
	.location--primary-image--badge:after {
		width: 100px;
		height: 100px;
		top: -10px
    }
}

.location--primary-image img,
.location--primary-image picture {
	width: 100%;
	height: auto
}

.location--primary-image svg {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}
.location--primary-image .logosm img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10
}

.location--primary-image svg path {
	fill: #ffb81c
}

@media (min-width:992px) {
	.location--primary-image svg {
		width: 140px;
		height: 140px;
		top: -30px
	}
}

.location--media-grid {
	border: 4px solid #fff;
	overflow: auto
}

.location--media-grid--image {
	border: 4px solid #fff
}

.location--media-grid--image img,
.location--media-grid--image picture {
	width: 100%;
	height: auto
}

@media (min-width:768px) {
	.location--media-grid--image.full-width {
		width: 100%;
		float: left;
		clear: both
	}
}

@media (min-width:768px) {
	.location--media-grid--image.half-width {
		width: 50%;
		float: left
	}
}

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

@media (min-width:992px) {
	.location__join {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.location__join a {
	margin: 0
}

.location__join-text {
	margin: 0 0 8px
}

@media (min-width:992px) {
	.location__join-text {
		margin: 0 8px
	}
}

.catering button {
	border: none;
	cursor: pointer;
	-webkit-appearance: none
}

.catering__hero {
	text-align: center
}

.catering__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: transparent;
	-webkit-transition: all .32s;
	transition: all .32s
}

.catering__link:hover {
	opacity: .8;
	text-decoration: none;
	color: #ffb81c
}

.catering__link-02 {
	color: #696158;
	opacity: .4;
	-webkit-transition: all .32s;
	transition: all .32s
}

.catering__link-02:hover {
	opacity: 1
}

.catering__close {
	position: absolute;
	top: .5rem;
	right: 1rem;
	height: 48px;
	width: 48px
}

@media (min-width:992px) {
	.catering__close {
		height: 72px;
		width: 72px
	}
}

.catering__close button {
	height: 100%;
	width: 100%;
	background: #ffb81c;
	border-radius: 100%;
	padding: .75rem;
	-webkit-transition: all .32s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .32s cubic-bezier(.68, -.55, .265, 1.55)
}

@media (min-width:992px) {
	.catering__close button {
		padding: 1.25rem
	}
}

.catering__close button:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.catering__form {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	z-index: 20
}

.catering__bg-white {
	background: #fff
}

.catering__bg-white,
.catering__bg-yellow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.catering__bg-yellow {
	background: #ffb81c
}

.catering__address-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catering__address {
	position: relative;
	height: 100%;
	width: 100%
}

.catering__address,
.catering__address .col-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catering__address .col-12 {
	-ms-flex-line-pack: center;
	align-content: center
}

.catering__address .catering__link {
	color: #ffb81c
}

.catering__text {
	width: 100%;
	max-width: 60rem;
	margin: .5rem auto;
	font-size: 14px;
	font-weight: 700;
	text-align: center
}

@media (min-width:768px) {
	.catering__text {
		margin: .5rem auto 2.5rem;
		font-size: 1rem
	}
}

.catering__input {
	background: transparent;
	font-size: 20px;
	outline: 0;
	border: 0;
	border-bottom: 3px solid #333;
	margin: 1.5rem 0 1rem;
	padding-bottom: .5rem;
	-webkit-transition: all .32s;
	transition: all .32s
}

.catering__input--1\/2,
.catering__input--full {
	width: 100%
}

@media (min-width:992px) {
	.catering__input--1\/2 {
		width: 50%
	}
}

.catering__input--1\/4 {
	width: 50%
}

@media (min-width:992px) {
	.catering__input--1\/4 {
		width: 25%
	}
}

.catering__input:focus {
	border-color: #44b5f6
}

.catering__form-foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	width: 100%;
	margin-top: 2rem
}

@media (min-width:768px) {
	.catering__form-foot {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 2rem
	}
}

.catering__form-foot button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.catering__form-foot .catering__link-02 {
	margin-top: 1rem
}

@media (min-width:768px) {
	.catering__form-foot .catering__link-02 {
		margin-top: 0
	}
}

.catering__button {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.catering__typeform {
	border: 0
}

.catering__cover,
.catering__typeform {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.catering__cover {
	background: #ffb81c
}

.catering--primary-image {
	position: relative
}

.catering--primary-image--ticker {
	position: relative;
	overflow: hidden
}

.catering--primary-image--ticker:after {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	bottom: 0;
	height: 100%;
	content: "";
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(10%, #fff), color-stop(90%, #fff), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0))
}

.catering--primary-image--ticker .ticker-content {
	color: #ffb81c;
	font-weight: 700;
	width: 10000px;
	letter-spacing: 4.9px;
	text-transform: uppercase;
	padding: 1rem 0;
	margin-left: -200px
}

.catering--primary-image--img-wrap {
	position: relative
}

.catering--primary-image img,
.catering--primary-image picture {
	width: 100%;
	height: auto
}

.catering--primary-image--badge {
	position: relative;
	z-index: 10
}

.catering--primary-image--badge svg {
	width: 140px;
	height: 140px;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, -50px);
	transform: translate(-50%, -50px);
	z-index: 10
}

.catering--primary-image--badge svg path {
	fill: #ffb81c
}

.catering--primary-image--badge:after {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	-webkit-transform: translate(-50%, -50px);
	transform: translate(-50%, -50px);
	z-index: 9;
	border-radius: 50%;
	background-color: #fff;
	content: ""
}

.catering--primary-image--text {
	position: absolute;
	top: 0;
	left: 5%;
	width: 40%;
	height: 100%;
	z-index: 5;
	color: #fff;
	font-size: 40px;
	line-height: .8em;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -.04em
}

@media (min-width:576px) {
	.catering--primary-image--text {
		font-size: 80px
	}
}

@media (min-width:768px) {
	.catering--primary-image--text {
		font-size: 100px
	}
}

@media (min-width:992px) {
	.catering--primary-image--text {
		font-size: 150px
	}
}

@media (min-width:1250px) {
	.catering--primary-image--text {
		font-size: 200px
	}
}

.catering--intro {
	position: relative
}

.catering--intro--badge {
	position: absolute;
	right: 0;
	width: 40%;
	max-width: 500px;
	top: 0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%)
}

.catering--intro--badge img {
	width: 100%;
	height: auto
}

.catering--intro--badge.show {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width:768px) {
	.catering--intro--badge {
		top: 50%
	}
}

.catering--options--number {
	background-color: #ffb81c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	border-radius: 50%;
	width: 84px;
	height: 84px;
	margin: 0 auto
}

@media (min-width:1250px) {
	.catering--options--number {
		width: 168px;
		height: 168px;
		font-size: 100px
	}
}

.catering--options--label {
	color: #ffb81c;
	margin: 1rem 0
}

.catering--options--description {
	color: #696158
}

.catering--options--container {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:768px) {
	.catering--options--container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.catering--options--item--image {
	background-size: cover;
	background-position: 50%;
	border-radius: 6px;
	width: 100%;
	height: 300px
}

@media (min-width:768px) {
	.catering--options--item--image {
		height: 0;
		padding-bottom: 100%
	}
}

.catering--options--gusto-item {
	position: relative
}

.catering--options--gusto-item--container {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 6px;
	overflow: hidden;
	cursor: default;
	min-height: 440px;
	width: 100%;
	position: relative
}

@media (min-width:1250px) {
	.catering--options--gusto-item--container {
		min-height: auto;
		padding-bottom: 100%;
		height: 0
	}
}

.catering--options--gusto-item--tag {
	position: absolute;
	top: 20px;
	left: 20px
}

.catering--options--gusto-item--tag span {
	color: #fff;
	padding: 0 .3em;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-top: .3rem
}

.catering--options--gusto-item--title {
	position: absolute;
	padding: 10px;
	width: 100%;
	bottom: 0;
	font-weight: 700;
	color: #fff;
	font-size: 26px;
	line-height: 0.8;
	z-index: 3
}

.catering--options--gusto-item--title svg {
	position: absolute;
	right: 1rem;
	top: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 55%;
	width: auto
}

@media (min-width:768px) {
	.catering--options--gusto-item--title svg {
		top: 50%;
		height: 70%
	}
}

@media (min-width:1250px) {
	.catering--options--gusto-item--title {
		font-size: 31px
	}
}

.catering--options--gusto-item--title .catering--options--gusto-item--attribute {
	font-weight: 400;
	font-size: 1rem
}

.catering--options--gusto-item--info-card {
	position: absolute;
	display: block;
	top: 90%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media (min-width:1250px) {
	.catering--options--gusto-item--info-card {
		padding: 2rem 8rem 2rem 2rem
	}
}

.catering--options--gusto-item.show-details .catering--options--gusto-item--info-card,
.catering--options--gusto-item:hover .catering--options--gusto-item--info-card {
	top: 0
}

.catering--chips {
	position: relative
}

.catering--chips img,
.catering--chips picture {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.catering--chips .container {
	position: relative;
	z-index: 2;
	color: #fff
}

.catering--additional--options h3 {
	line-height: 1.4em
}

.catering--cta {
	position: relative
}

.catering--cta img,
.catering--cta picture {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover
}

.catering--cta .container {
	position: relative;
	z-index: 2;
	color: #fff
}

.catering--cta a.main-link {
	color: #ffb81c;
	text-decoration: none;
	display: inline-block
}

.catering--cta a.main-link:hover {
	opacity: .8
}

[data-calories] {
	cursor: pointer;
	-webkit-transition: all .32s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .32s cubic-bezier(.68, -.55, .265, 1.55)
}

[data-calories]:hover {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale3d(1.035, 1.035, 1);
	transform: scale3d(1.035, 1.035, 1)
}

.nutrition-image {
	position: relative;
	overflow: visible;
	-webkit-transition: all .32s ease;
	transition: all .32s ease
}

.nutrition-image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	border: 3px solid #ffb81c;
	content: "";
	z-index: 1;
	opacity: 0
}

.nutrition-image:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #ffb81c;
	border-radius: 50%;
	top: 0;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	overflow: hidden;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	z-index: 5;
	background-image: url("../img/checkmark.svg");
	background-position: 50%;
	background-size: 50%;
	background-repeat: no-repeat
}

.nutrition-image .gusto-item-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 6px
}

.nutrition-selected .nutrition-image:before {
	opacity: 1
}

.nutrition-selected .nutrition-image:after {
	width: 44px;
	height: 44px
}

.nutrition-facts-box {
	border-top: 1px solid #eee
}

.nutrition--data--item {
	display: block;
	overflow: auto;
	padding: .5rem 0;
	border-bottom: 1px solid #eee
}

.nutrition--data--item--key {
	float: left;
	width: 50%;
	font-weight: 700
}

.nutrition--data--item--key.sub-item {
	padding-left: 1rem;
	font-weight: 400
}

.nutrition--data--item--value {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: 700
}

.selected-summary {
	display: none
}

.selected-summary--active {
	display: block
}

.grub-selected {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.grub-selected__item {
	display: inline-block;
	margin: 8px;
	padding: 8px 16px;
	background: #696158;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff
}

@media (min-width:992px) {
	.grub-selected__item {
		font-size: 20px
	}
}

.protein-options {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.dietary-labels-summary {
	text-align: center
}

.dietary-labels-summary .dietary-tag {
	display: inline-block;
	font-weight: 700;
	margin: 0 .5rem;
	padding: 3px 11px;
	border: 1px solid #e7e8ec;
	border-radius: 4px
}

.nutrition--disclaimer {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.nutrition .catering--options--gusto-item--container {
	height: 300px;
	min-height: 300px;
	padding-bottom: 0
}

@media (min-width:768px) {
	.nutrition .catering--options--gusto-item--container {
		height: 0;
		padding-bottom: 100%
	}
}

.location-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.location-card,
.location-card__assets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.location-card__assets {
	position: relative;
	width: 100%;
	height: 48vw;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .05);
	box-shadow: 0 0 30px rgba(51, 51, 51, .05)
}

@media (min-width:576px) {
	.location-card__assets {
		height: 32vw
	}
}

@media (min-width:992px) {
	.location-card__assets {
		height: 24vw
	}
}

.location-card__icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 2rem;
	-webkit-transition: opacity .32s cubic-bezier(.455, .03, .515, .955);
	transition: opacity .32s cubic-bezier(.455, .03, .515, .955)
}

@media (min-width:576px) {
	.location-card__icon {
		padding: 4rem
	}
}

.location-card__icon img {
	height: 100%;
	max-width: 14rem;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all .32s cubic-bezier(.455, .03, .515, .955);
	transition: all .32s cubic-bezier(.455, .03, .515, .955)
}

@media (min-width:576px) {
	.location-card__icon img {
		max-width: 100%
	}
}

.location-card__image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .32s cubic-bezier(.455, .03, .515, .955);
	transition: all .32s cubic-bezier(.455, .03, .515, .955)
}

@media (min-width:992px) {
	.location-card__image {
		display: hidden;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.location-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.location-card__title {
	margin-bottom: 0
}

.location-card h5 {
	max-width: 14rem;
	-webkit-transition: color .32s;
	transition: color .32s
}

.location-card:hover {
	text-decoration: none
}

@media (min-width:992px) {
	.location-card:hover .location-card__icon {
		opacity: 0
	}
}

@media (min-width:992px) {
	.location-card:hover .location-card__icon img {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
}

@media (min-width:992px) {
	.location-card:hover .location-card__image {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.error--container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.error--container img,
.error--container picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.error--container--content {
	width: 100%
}

body {
	-webkit-font-smoothing: antialiased
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 12px 16px
}

.site-header__logo {
	display: block;
	height: 48px;
	width: 57px
}

.site-header__logo svg {
	width: 100%;
	-webkit-transition: all .32s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .32s cubic-bezier(.68, -.55, .265, 1.55)
}

.site-header__logo:hover svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media (min-width:992px) {
	.site-header__logo {
		height: 64px;
		width: 86px
	}
}

@media (min-width:992px) {
	.site-header {
		position: fixed;
		padding: 24px 32px
	}
}

.main-nav {
	display: none
}

img {
	width: 100%;
	height: auto
}

a.fb {
    display: inline-block;
	font-size: 15px;
	font-weight: 800;
    padding: 13px 30px 15px 44px;
    background: #4267b2;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,20,.4);
    text-decoration: none;
    line-height: 1;
    position: relative;
    border-radius: 5px;
}

.connect:before {
	display: inline-block;
	color: #fff;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAKzGlDQ1BJQ0MgUHJvZmlsZQAASA2tlndUU8kXx+e99EZLqFJCb9JbAOk19I5gIySBhBJjIIjYEFlcgbUgIgKKIEtVcC2ArAURxcKi2FBBF2RRUNfFgg2V3wOWuOd3fvvfb96Zmc+7c+fOnTkz53wBIPeyhMIUWAaAVEG6KMzHnb40JpaOewwgQADSQBVQWew0oVtISAD41/L+HuKNlNsms7H+1e1/D8hyuGlsAKAQZDiek8ZORfjkbGULRekAoHiIXXttunCWCxGmiZAEET40y4nzjPgDWvw8X5nziQjzQHyGAMCTWSxRIgCkccROz2AnInHIeITNBRy+AGEGws5sHouDcCbCi1NTV89yDcIG8f+Ik/gPZrHiJTFZrEQJz+8FmYks7MlPE6aw1s39/D+b1BQxcl5zRRNpyTyRbxjSKyFnVpG82l/Cgvig4AU7H9nRAvPEvpELzE7zQM5yfi6H5em/wOLkSLcFZokQ+tuHn86MWGDR6jBJfEFK0Oz9mMuBx2VKmJvmFb5gT+B7Mxc4ixcRvcAZ/KigBU5LDpfkkMXzkNhF4jBJzgkib8keU9OQmX+vy2Z9XyudF+G7YOdwPb0WmCuIlOQjTHeXxBGmzN3vufy5KT4Se1pGuGRuuihCYk9i+c3e1zl/YXqI5EyAJ/ACAchHB5bAGpgDBogG3iAknZuJ3DsAPFYL14n4ibx0uhvyUrh0poBtuphuaW5hDcDsu5v1AeDt/bn3BCngv9uqKgAIsEIGB7/bzHYAUO2EXP0d3226RwCQ3QXA2W62WJQxFw6gZzsMICLvmQaUgTrQBgbABMnQFjgCVyRjPxAMIkAMWAnYgAdSgQisBRvAFpAHCsAusBeUgUpwGNSDo+A4aANnwAVwGVwHN8FdMAiGwRh4ASbBezANQRAOokBUSBnSgHQhY8gSYkDOkBcUAIVBMVAclAgJIDG0AdoKFUBFUBlUBTVAv0CnoQvQVagfegCNQBPQG+gzjILJMA1Wg/VgM5gBu8H+cAS8Ak6E18BZcC68Ay6Fq+EjcCt8Ab4O34WH4RfwFAqgSCgFlCbKBMVAeaCCUbGoBJQItQmVjypBVaOaUR2oHtRt1DDqJeoTGoumouloE7Qj2hcdiWaj16A3oQvRZeh6dCu6G30bPYKeRH/DUDCqGGOMA4aJWYpJxKzF5GFKMLWYU5hLmLuYMcx7LBargNXH2mF9sTHYJOx6bCH2ALYF24ntx45ip3A4nDLOGOeEC8axcOm4PNx+3BHcedwt3BjuI56E18Bb4r3xsXgBPgdfgm/En8Pfwj/DTxNkCLoEB0IwgUNYR9hJqCF0EG4QxgjTRFmiPtGJGEFMIm4hlhKbiZeIQ8S3JBJJi2RPCiXxSdmkUtIx0hXSCOkTWY5sRPYgLyeLyTvIdeRO8gPyWwqFokdxpcRS0ik7KA2Ui5THlI9SVClTKaYUR2qzVLlUq9QtqVfSBGldaTfpldJZ0iXSJ6RvSL+UIcjoyXjIsGQ2yZTLnJYZkJmSpcpayAbLpsoWyjbKXpUdl8PJ6cl5yXHkcuUOy12UG6WiqNpUDyqbupVaQ71EHaNhafo0Ji2JVkA7SuujTcrLyVvLR8lnypfLn5UfVkAp6CkwFVIUdiocV7in8FlRTdFNkau4XbFZ8ZbiB6VFSq5KXKV8pRalu0qflenKXsrJyruV25QfqaBVjFRCVdaqHFS5pPJyEW2R4yL2ovxFxxc9VIVVjVTDVNerHlbtVZ1SU1fzUROq7Ve7qPZSXUHdVT1JvVj9nPqEBlXDWYOvUaxxXuM5XZ7uRk+hl9K76ZOaqpq+mmLNKs0+zWktfa1IrRytFq1H2kRthnaCdrF2l/akjoZOoM4GnSadh7oEXYYuT3efbo/uBz19vWi9bXpteuP6SvpM/Sz9Jv0hA4qBi8Eag2qDO4ZYQ4ZhsuEBw5tGsJGNEc+o3OiGMWxsa8w3PmDcvxiz2H6xYHH14gETsombSYZJk8mIqYJpgGmOaZvpKzMds1iz3WY9Zt/MbcxTzGvMBy3kLPwsciw6LN5YGlmyLcst71hRrLytNlu1W722NrbmWh+0vm9DtQm02WbTZfPV1s5WZNtsO2GnYxdnV2E3wKAxQhiFjCv2GHt3+832Z+w/Odg6pDscd/jL0cQx2bHRcXyJ/hLukpolo05aTiynKqdhZ7pznPMh52EXTReWS7XLE1dtV45rreszN0O3JLcjbq/czd1F7qfcP3g4eGz06PREefp45nv2ecl5RXqVeT321vJO9G7ynvSx8Vnv0+mL8fX33e07wFRjspkNzEk/O7+Nft3+ZP9w/zL/JwFGAaKAjkA40C9wT+BQkG6QIKgtGAQzg/cEPwrRD1kT8msoNjQktDz0aZhF2IawnnBq+KrwxvD3Ee4ROyMGIw0ixZFdUdJRy6Maoj5Ee0YXRQ8vNVu6cen1GJUYfkx7LC42KrY2dmqZ17K9y8aW2yzPW35vhf6KzBVXV6qsTFl5dpX0KtaqE3GYuOi4xrgvrGBWNWsqnhlfET/J9mDvY7/guHKKORNcJ24R91mCU0JRwniiU+KexAmeC6+E95LvwS/jv07yTapM+pAcnFyXPJMSndKSik+NSz0tkBMkC7pXq6/OXN0vNBbmCYfXOKzZu2ZS5C+qTYPSVqS1p9MQgdMrNhD/IB7JcM4oz/i4NmrtiUzZTEFm7zqjddvXPcvyzvp5PXo9e33XBs0NWzaMbHTbWLUJ2hS/qWuz9ubczWPZPtn1W4hbkrf8lmOeU5Tzbmv01o5ctdzs3NEffH5oypPKE+UNbHPcVvkj+kf+j33brbbv3/4tn5N/rcC8oKTgSyG78NpPFj+V/jSzI2FH307bnQd3YXcJdt3b7bK7vki2KKtodE/gntZienF+8bu9q/ZeLbEuqdxH3CfeN1waUNq+X2f/rv1fynhld8vdy1sqVCu2V3w4wDlw66DrweZKtcqCys+H+IfuV/lUtVbrVZccxh7OOPy0Jqqm52fGzw21KrUFtV/rBHXD9WH13Q12DQ2Nqo07m+AmcdPEkeVHbh71PNrebNJc1aLQUnAMHBMfe/5L3C/3jvsf7zrBONF8UvdkxSnqqfxWqHVd62Qbr224Paa9/7Tf6a4Ox45Tv5r+WndG80z5WfmzO88Rz+WemzmfdX6qU9j58kLihdGuVV2DF5devNMd2t13yf/Slcvely/2uPWcv+J05cxVh6unrzGutV23vd7aa9N76jeb30712fa13rC70X7T/mZH/5L+c7dcbl247Xn78h3mnet3g+7234u8d39g+cDwfc798QcpD14/zHg4PZg9hBnKfyTzqOSx6uPq3w1/bxm2HT474jnS+yT8yeAoe/TFH2l/fBnLfUp5WvJM41nDuOX4mQnviZvPlz0feyF8Mf0y70/ZPyteGbw6+ZfrX72TSyfHXotez7wpfKv8tu6d9buuqZCpx+9T309/yP+o/LH+E+NTz+foz8+m137BfSn9avi145v/t6GZ1JkZIUvEmtMCKKSFExIAeFMHACUGAOpNAIhS87p4zgOa1/IIQ3/XWfN/8bx2nh1ANAQ4kg1AaCciqZHfk0ivh/Qy2QCEuAIQ4QpgKytJRUZmS1qCleUcQKQ2RJqUzMy8RfQgzhCArwMzM9NtMzNfaxH9/hCAzvfzenzWWwbRNoeMrDw9w7sVjbPn5v+j+Q+WawDovrJFEQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAdVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPjI8L3RpZmY6UGhvdG9tZXRyaWNJbnRlcnByZXRhdGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjl0tmoAAAEMSURBVDgRY8hu3Pj/xevP/ykFIDNAZjE+ffnxv5QYHwM1wLNXnxgYQS4jx7C/f/8xMDMzYWhlwRDBI/DyzReGWatOMRw5+5Dh6/dfDOxsLAyiQtwMK/oi4LqINvDFm88MqTXrGd5/+g7X/PPXH4YnLz7C+SAG0QbOXnUaxTBhAS4GYUEuBl4udvIMPHnpMVxjY64Lg7OlMpyPzMAMVWRZJPaHTz/gPFyGgRQQbSDcNAIMvMnGJmomAe0MDAJ8HAxbZsTD1VHsQgVpQbhhIAbFBirKCKEYiNfLyCqRvX9kWTqyFAqbYheimAbkjBqIHiKk85lAhSK1AMgsprYZBxhevf1CsZnPX39mAJkFAN8bnc6Q9Jq4AAAAAElFTkSuQmCC);
    height: 23px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    text-indent: -9999px;
    text-align: center;
    width: 29px;
    line-height: 23px;
    margin: -8px 7px -7px -30px;
    padding: 2 25px 0 0;
    content: "f";
}
/* 
.fade-enter {
	opacity: 0;
  }
  
  .fade-enter-active {
	transition: opacity 0.5s ease;
  }
  
  .fade-leave {}
  
  .fade-leave-active {
	transition: opacity 2s ease;
	opacity: 0;
  } */
  .ml2 {
	font-weight: 900;
	/* font-size: 1.5em; [*/
  }
  
  .ml2 .letter {
	display: inline-block;
	line-height: 1em;
  }
/*# sourceMappingURL=application.css.map*/

.mongol{
	cursor: pointer;
	margin-bottom: 5px;
	width: 40px;
	position: fixed;
	top: 45px;
	right: 18.5px;
}
.usa{
	cursor: pointer;
	margin-bottom: 5px;
	width: 40px;
	position: fixed;
	top: 80px;
	right: 18.5px;
}
.china{
	cursor: pointer;
	margin-bottom: 5px;
	width: 40px;
	position: fixed;
	top: 65px;
	right: 5px;
}
.moredetail{
	width: 100%;
    position: absolute;
    display: block;
    bottom: 17px;
    right: 25px;
    text-align: right;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a{
  color: #fff;
}

.dropdown-content a:hover{
  color: #000;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffb81c;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  color: #ffff;
  padding: 1px 10px;
  z-index: 1;
  right: -23px;
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
  font-weight: 700;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media (min-width: 992px){
	.mongol{
		width: 40px;
		top: 10px;
		right: 195px;
	}
	.usa{
		width: 40px;
		top: 25px;
		right: 140px;
	}
	.china{
		width: 40px;
		top: 30px;
		right: 90px;
	}
}

.img-shadow{
	box-shadow: 9px 9px 5px 0px #cecece;
}

/* Food tab */
.tab {
  overflow: hidden;
  border-radius: 5px;
  background-color: #008641;
  margin: auto;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  color: #fff;
  padding: 15px 30px;
  width: 100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

#first{
	display: block;
}

.product-name{
    text-transform: uppercase; 
    text-align:center;
    background-color: #008641;
    color: #fff;
    margin-bottom: 0px;
    padding: 8px 0px;
    
}

.product-tag{
    text-align:center;
    background-color: #008641;
    color: #fff;
    width: 100%;
    font-size:30px;
}

.product{
    margin: 10px 0px;
}

.branch-title{
    text-transform: uppercase;
    color: #008641 !important;
    text-shadow: 0px 1px 0px rgb(255 184 28);
}

@media (max-width: 576px){
	.product-tag, .product-name{
        font-size: 20px;
    }
    .product-name{
        min-height: 90px;
    }
    .col-6 {
        padding: 5px !important;
    }
}

