@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 576px) {
	.container,
	.container-fluid,
	.container-xl,
	.container-lg {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -2%;
	margin-left: -2%;
}

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

.col-xl,
.col-xl-auto, .col-xl-60, .col-xl-59, .col-xl-58, .col-xl-57, .col-xl-56, .col-xl-55, .col-xl-54, .col-xl-53, .col-xl-52, .col-xl-51, .col-xl-50, .col-xl-49, .col-xl-48, .col-xl-47, .col-xl-46, .col-xl-45, .col-xl-44, .col-xl-43, .col-xl-42, .col-xl-41, .col-xl-40, .col-xl-39, .col-xl-38, .col-xl-37, .col-xl-36, .col-xl-35, .col-xl-34, .col-xl-33, .col-xl-32, .col-xl-31, .col-xl-30, .col-xl-29, .col-xl-28, .col-xl-27, .col-xl-26, .col-xl-25, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-60, .col-lg-59, .col-lg-58, .col-lg-57, .col-lg-56, .col-lg-55, .col-lg-54, .col-lg-53, .col-lg-52, .col-lg-51, .col-lg-50, .col-lg-49, .col-lg-48, .col-lg-47, .col-lg-46, .col-lg-45, .col-lg-44, .col-lg-43, .col-lg-42, .col-lg-41, .col-lg-40, .col-lg-39, .col-lg-38, .col-lg-37, .col-lg-36, .col-lg-35, .col-lg-34, .col-lg-33, .col-lg-32, .col-lg-31, .col-lg-30, .col-lg-29, .col-lg-28, .col-lg-27, .col-lg-26, .col-lg-25, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-60, .col-md-59, .col-md-58, .col-md-57, .col-md-56, .col-md-55, .col-md-54, .col-md-53, .col-md-52, .col-md-51, .col-md-50, .col-md-49, .col-md-48, .col-md-47, .col-md-46, .col-md-45, .col-md-44, .col-md-43, .col-md-42, .col-md-41, .col-md-40, .col-md-39, .col-md-38, .col-md-37, .col-md-36, .col-md-35, .col-md-34, .col-md-33, .col-md-32, .col-md-31, .col-md-30, .col-md-29, .col-md-28, .col-md-27, .col-md-26, .col-md-25, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-60, .col-sm-59, .col-sm-58, .col-sm-57, .col-sm-56, .col-sm-55, .col-sm-54, .col-sm-53, .col-sm-52, .col-sm-51, .col-sm-50, .col-sm-49, .col-sm-48, .col-sm-47, .col-sm-46, .col-sm-45, .col-sm-44, .col-sm-43, .col-sm-42, .col-sm-41, .col-sm-40, .col-sm-39, .col-sm-38, .col-sm-37, .col-sm-36, .col-sm-35, .col-sm-34, .col-sm-33, .col-sm-32, .col-sm-31, .col-sm-30, .col-sm-29, .col-sm-28, .col-sm-27, .col-sm-26, .col-sm-25, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-60, .col-59, .col-58, .col-57, .col-56, .col-55, .col-54, .col-53, .col-52, .col-51, .col-50, .col-49, .col-48, .col-47, .col-46, .col-45, .col-44, .col-43, .col-42, .col-41, .col-40, .col-39, .col-38, .col-37, .col-36, .col-35, .col-34, .col-33, .col-32, .col-31, .col-30, .col-29, .col-28, .col-27, .col-26, .col-25, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	position: relative;
	width: 100%;
	padding-right: 2%;
	padding-left: 2%;
}

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

.row-cols-1 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.3333333333%;
	        flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.row-cols-4 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 16.6666666667%;
	        flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

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

.col-2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 3.3333333333%;
	        flex: 0 0 3.3333333333%;
	max-width: 3.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-13 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 21.6666666667%;
	        flex: 0 0 21.6666666667%;
	max-width: 21.6666666667%;
}

.col-14 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 23.3333333333%;
	        flex: 0 0 23.3333333333%;
	max-width: 23.3333333333%;
}

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

.col-16 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 26.6666666667%;
	        flex: 0 0 26.6666666667%;
	max-width: 26.6666666667%;
}

.col-17 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 28.3333333333%;
	        flex: 0 0 28.3333333333%;
	max-width: 28.3333333333%;
}

.col-18 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	        flex: 0 0 30%;
	max-width: 30%;
}

.col-19 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 31.6666666667%;
	        flex: 0 0 31.6666666667%;
	max-width: 31.6666666667%;
}

.col-20 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.3333333333%;
	        flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-21 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 35%;
	        flex: 0 0 35%;
	max-width: 35%;
}

.col-22 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 36.6666666667%;
	        flex: 0 0 36.6666666667%;
	max-width: 36.6666666667%;
}

.col-23 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 38.3333333333%;
	        flex: 0 0 38.3333333333%;
	max-width: 38.3333333333%;
}

.col-24 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
	max-width: 40%;
}

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

.col-26 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 43.3333333333%;
	        flex: 0 0 43.3333333333%;
	max-width: 43.3333333333%;
}

.col-27 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 45%;
	        flex: 0 0 45%;
	max-width: 45%;
}

.col-28 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 46.6666666667%;
	        flex: 0 0 46.6666666667%;
	max-width: 46.6666666667%;
}

.col-29 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48.3333333333%;
	        flex: 0 0 48.3333333333%;
	max-width: 48.3333333333%;
}

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

.col-31 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 51.6666666667%;
	        flex: 0 0 51.6666666667%;
	max-width: 51.6666666667%;
}

.col-32 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 53.3333333333%;
	        flex: 0 0 53.3333333333%;
	max-width: 53.3333333333%;
}

.col-33 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 55%;
	        flex: 0 0 55%;
	max-width: 55%;
}

.col-34 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 56.6666666667%;
	        flex: 0 0 56.6666666667%;
	max-width: 56.6666666667%;
}

.col-35 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 58.3333333333%;
	        flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-36 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60%;
	        flex: 0 0 60%;
	max-width: 60%;
}

.col-37 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 61.6666666667%;
	        flex: 0 0 61.6666666667%;
	max-width: 61.6666666667%;
}

.col-38 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 63.3333333333%;
	        flex: 0 0 63.3333333333%;
	max-width: 63.3333333333%;
}

.col-39 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 65%;
	        flex: 0 0 65%;
	max-width: 65%;
}

.col-40 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.6666666667%;
	        flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-41 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 68.3333333333%;
	        flex: 0 0 68.3333333333%;
	max-width: 68.3333333333%;
}

.col-42 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70%;
	        flex: 0 0 70%;
	max-width: 70%;
}

.col-43 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 71.6666666667%;
	        flex: 0 0 71.6666666667%;
	max-width: 71.6666666667%;
}

.col-44 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 73.3333333333%;
	        flex: 0 0 73.3333333333%;
	max-width: 73.3333333333%;
}

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

.col-46 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 76.6666666667%;
	        flex: 0 0 76.6666666667%;
	max-width: 76.6666666667%;
}

.col-47 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 78.3333333333%;
	        flex: 0 0 78.3333333333%;
	max-width: 78.3333333333%;
}

.col-48 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 80%;
	        flex: 0 0 80%;
	max-width: 80%;
}

.col-49 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 81.6666666667%;
	        flex: 0 0 81.6666666667%;
	max-width: 81.6666666667%;
}

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

.col-51 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 85%;
	        flex: 0 0 85%;
	max-width: 85%;
}

.col-52 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 86.6666666667%;
	        flex: 0 0 86.6666666667%;
	max-width: 86.6666666667%;
}

.col-53 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 88.3333333333%;
	        flex: 0 0 88.3333333333%;
	max-width: 88.3333333333%;
}

.col-54 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 90%;
	        flex: 0 0 90%;
	max-width: 90%;
}

.col-55 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 91.6666666667%;
	        flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-56 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 93.3333333333%;
	        flex: 0 0 93.3333333333%;
	max-width: 93.3333333333%;
}

.col-57 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 95%;
	        flex: 0 0 95%;
	max-width: 95%;
}

.col-58 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 96.6666666667%;
	        flex: 0 0 96.6666666667%;
	max-width: 96.6666666667%;
}

.col-59 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 98.3333333333%;
	        flex: 0 0 98.3333333333%;
	max-width: 98.3333333333%;
}

.col-60 {
	-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: 62;
	    -ms-flex-order: 61;
	        order: 61;
}

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

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

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

.order-15 {
	-webkit-box-ordinal-group: 16;
	    -ms-flex-order: 15;
	        order: 15;
}

.order-16 {
	-webkit-box-ordinal-group: 17;
	    -ms-flex-order: 16;
	        order: 16;
}

.order-17 {
	-webkit-box-ordinal-group: 18;
	    -ms-flex-order: 17;
	        order: 17;
}

.order-18 {
	-webkit-box-ordinal-group: 19;
	    -ms-flex-order: 18;
	        order: 18;
}

.order-19 {
	-webkit-box-ordinal-group: 20;
	    -ms-flex-order: 19;
	        order: 19;
}

.order-20 {
	-webkit-box-ordinal-group: 21;
	    -ms-flex-order: 20;
	        order: 20;
}

.order-21 {
	-webkit-box-ordinal-group: 22;
	    -ms-flex-order: 21;
	        order: 21;
}

.order-22 {
	-webkit-box-ordinal-group: 23;
	    -ms-flex-order: 22;
	        order: 22;
}

.order-23 {
	-webkit-box-ordinal-group: 24;
	    -ms-flex-order: 23;
	        order: 23;
}

.order-24 {
	-webkit-box-ordinal-group: 25;
	    -ms-flex-order: 24;
	        order: 24;
}

.order-25 {
	-webkit-box-ordinal-group: 26;
	    -ms-flex-order: 25;
	        order: 25;
}

.order-26 {
	-webkit-box-ordinal-group: 27;
	    -ms-flex-order: 26;
	        order: 26;
}

.order-27 {
	-webkit-box-ordinal-group: 28;
	    -ms-flex-order: 27;
	        order: 27;
}

.order-28 {
	-webkit-box-ordinal-group: 29;
	    -ms-flex-order: 28;
	        order: 28;
}

.order-29 {
	-webkit-box-ordinal-group: 30;
	    -ms-flex-order: 29;
	        order: 29;
}

.order-30 {
	-webkit-box-ordinal-group: 31;
	    -ms-flex-order: 30;
	        order: 30;
}

.order-31 {
	-webkit-box-ordinal-group: 32;
	    -ms-flex-order: 31;
	        order: 31;
}

.order-32 {
	-webkit-box-ordinal-group: 33;
	    -ms-flex-order: 32;
	        order: 32;
}

.order-33 {
	-webkit-box-ordinal-group: 34;
	    -ms-flex-order: 33;
	        order: 33;
}

.order-34 {
	-webkit-box-ordinal-group: 35;
	    -ms-flex-order: 34;
	        order: 34;
}

.order-35 {
	-webkit-box-ordinal-group: 36;
	    -ms-flex-order: 35;
	        order: 35;
}

.order-36 {
	-webkit-box-ordinal-group: 37;
	    -ms-flex-order: 36;
	        order: 36;
}

.order-37 {
	-webkit-box-ordinal-group: 38;
	    -ms-flex-order: 37;
	        order: 37;
}

.order-38 {
	-webkit-box-ordinal-group: 39;
	    -ms-flex-order: 38;
	        order: 38;
}

.order-39 {
	-webkit-box-ordinal-group: 40;
	    -ms-flex-order: 39;
	        order: 39;
}

.order-40 {
	-webkit-box-ordinal-group: 41;
	    -ms-flex-order: 40;
	        order: 40;
}

.order-41 {
	-webkit-box-ordinal-group: 42;
	    -ms-flex-order: 41;
	        order: 41;
}

.order-42 {
	-webkit-box-ordinal-group: 43;
	    -ms-flex-order: 42;
	        order: 42;
}

.order-43 {
	-webkit-box-ordinal-group: 44;
	    -ms-flex-order: 43;
	        order: 43;
}

.order-44 {
	-webkit-box-ordinal-group: 45;
	    -ms-flex-order: 44;
	        order: 44;
}

.order-45 {
	-webkit-box-ordinal-group: 46;
	    -ms-flex-order: 45;
	        order: 45;
}

.order-46 {
	-webkit-box-ordinal-group: 47;
	    -ms-flex-order: 46;
	        order: 46;
}

.order-47 {
	-webkit-box-ordinal-group: 48;
	    -ms-flex-order: 47;
	        order: 47;
}

.order-48 {
	-webkit-box-ordinal-group: 49;
	    -ms-flex-order: 48;
	        order: 48;
}

.order-49 {
	-webkit-box-ordinal-group: 50;
	    -ms-flex-order: 49;
	        order: 49;
}

.order-50 {
	-webkit-box-ordinal-group: 51;
	    -ms-flex-order: 50;
	        order: 50;
}

.order-51 {
	-webkit-box-ordinal-group: 52;
	    -ms-flex-order: 51;
	        order: 51;
}

.order-52 {
	-webkit-box-ordinal-group: 53;
	    -ms-flex-order: 52;
	        order: 52;
}

.order-53 {
	-webkit-box-ordinal-group: 54;
	    -ms-flex-order: 53;
	        order: 53;
}

.order-54 {
	-webkit-box-ordinal-group: 55;
	    -ms-flex-order: 54;
	        order: 54;
}

.order-55 {
	-webkit-box-ordinal-group: 56;
	    -ms-flex-order: 55;
	        order: 55;
}

.order-56 {
	-webkit-box-ordinal-group: 57;
	    -ms-flex-order: 56;
	        order: 56;
}

.order-57 {
	-webkit-box-ordinal-group: 58;
	    -ms-flex-order: 57;
	        order: 57;
}

.order-58 {
	-webkit-box-ordinal-group: 59;
	    -ms-flex-order: 58;
	        order: 58;
}

.order-59 {
	-webkit-box-ordinal-group: 60;
	    -ms-flex-order: 59;
	        order: 59;
}

.order-60 {
	-webkit-box-ordinal-group: 61;
	    -ms-flex-order: 60;
	        order: 60;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
	margin-left: 20%;
}

.offset-13 {
	margin-left: 21.6666666667%;
}

.offset-14 {
	margin-left: 23.3333333333%;
}

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

.offset-16 {
	margin-left: 26.6666666667%;
}

.offset-17 {
	margin-left: 28.3333333333%;
}

.offset-18 {
	margin-left: 30%;
}

.offset-19 {
	margin-left: 31.6666666667%;
}

.offset-20 {
	margin-left: 33.3333333333%;
}

.offset-21 {
	margin-left: 35%;
}

.offset-22 {
	margin-left: 36.6666666667%;
}

.offset-23 {
	margin-left: 38.3333333333%;
}

.offset-24 {
	margin-left: 40%;
}

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

.offset-26 {
	margin-left: 43.3333333333%;
}

.offset-27 {
	margin-left: 45%;
}

.offset-28 {
	margin-left: 46.6666666667%;
}

.offset-29 {
	margin-left: 48.3333333333%;
}

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

.offset-31 {
	margin-left: 51.6666666667%;
}

.offset-32 {
	margin-left: 53.3333333333%;
}

.offset-33 {
	margin-left: 55%;
}

.offset-34 {
	margin-left: 56.6666666667%;
}

.offset-35 {
	margin-left: 58.3333333333%;
}

.offset-36 {
	margin-left: 60%;
}

.offset-37 {
	margin-left: 61.6666666667%;
}

.offset-38 {
	margin-left: 63.3333333333%;
}

.offset-39 {
	margin-left: 65%;
}

.offset-40 {
	margin-left: 66.6666666667%;
}

.offset-41 {
	margin-left: 68.3333333333%;
}

.offset-42 {
	margin-left: 70%;
}

.offset-43 {
	margin-left: 71.6666666667%;
}

.offset-44 {
	margin-left: 73.3333333333%;
}

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

.offset-46 {
	margin-left: 76.6666666667%;
}

.offset-47 {
	margin-left: 78.3333333333%;
}

.offset-48 {
	margin-left: 80%;
}

.offset-49 {
	margin-left: 81.6666666667%;
}

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

.offset-51 {
	margin-left: 85%;
}

.offset-52 {
	margin-left: 86.6666666667%;
}

.offset-53 {
	margin-left: 88.3333333333%;
}

.offset-54 {
	margin-left: 90%;
}

.offset-55 {
	margin-left: 91.6666666667%;
}

.offset-56 {
	margin-left: 93.3333333333%;
}

.offset-57 {
	margin-left: 95%;
}

.offset-58 {
	margin-left: 96.6666666667%;
}

.offset-59 {
	margin-left: 98.3333333333%;
}

@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%;
	}
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 1.6666666667%;
		        flex: 0 0 1.6666666667%;
		max-width: 1.6666666667%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 3.3333333333%;
		        flex: 0 0 3.3333333333%;
		max-width: 3.3333333333%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 5%;
		        flex: 0 0 5%;
		max-width: 5%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 6.6666666667%;
		        flex: 0 0 6.6666666667%;
		max-width: 6.6666666667%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.3333333333%;
		        flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 10%;
		        flex: 0 0 10%;
		max-width: 10%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 11.6666666667%;
		        flex: 0 0 11.6666666667%;
		max-width: 11.6666666667%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 13.3333333333%;
		        flex: 0 0 13.3333333333%;
		max-width: 13.3333333333%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 15%;
		        flex: 0 0 15%;
		max-width: 15%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 18.3333333333%;
		        flex: 0 0 18.3333333333%;
		max-width: 18.3333333333%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.col-sm-13 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 21.6666666667%;
		        flex: 0 0 21.6666666667%;
		max-width: 21.6666666667%;
	}
	.col-sm-14 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 23.3333333333%;
		        flex: 0 0 23.3333333333%;
		max-width: 23.3333333333%;
	}
	.col-sm-15 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-16 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 26.6666666667%;
		        flex: 0 0 26.6666666667%;
		max-width: 26.6666666667%;
	}
	.col-sm-17 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 28.3333333333%;
		        flex: 0 0 28.3333333333%;
		max-width: 28.3333333333%;
	}
	.col-sm-18 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30%;
		        flex: 0 0 30%;
		max-width: 30%;
	}
	.col-sm-19 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 31.6666666667%;
		        flex: 0 0 31.6666666667%;
		max-width: 31.6666666667%;
	}
	.col-sm-20 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-sm-21 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35%;
		        flex: 0 0 35%;
		max-width: 35%;
	}
	.col-sm-22 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 36.6666666667%;
		        flex: 0 0 36.6666666667%;
		max-width: 36.6666666667%;
	}
	.col-sm-23 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 38.3333333333%;
		        flex: 0 0 38.3333333333%;
		max-width: 38.3333333333%;
	}
	.col-sm-24 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%;
		max-width: 40%;
	}
	.col-sm-25 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.6666666667%;
		        flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-sm-26 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 43.3333333333%;
		        flex: 0 0 43.3333333333%;
		max-width: 43.3333333333%;
	}
	.col-sm-27 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%;
		max-width: 45%;
	}
	.col-sm-28 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 46.6666666667%;
		        flex: 0 0 46.6666666667%;
		max-width: 46.6666666667%;
	}
	.col-sm-29 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 48.3333333333%;
		        flex: 0 0 48.3333333333%;
		max-width: 48.3333333333%;
	}
	.col-sm-30 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-31 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 51.6666666667%;
		        flex: 0 0 51.6666666667%;
		max-width: 51.6666666667%;
	}
	.col-sm-32 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 53.3333333333%;
		        flex: 0 0 53.3333333333%;
		max-width: 53.3333333333%;
	}
	.col-sm-33 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 55%;
		        flex: 0 0 55%;
		max-width: 55%;
	}
	.col-sm-34 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 56.6666666667%;
		        flex: 0 0 56.6666666667%;
		max-width: 56.6666666667%;
	}
	.col-sm-35 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.3333333333%;
		        flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-sm-36 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60%;
		        flex: 0 0 60%;
		max-width: 60%;
	}
	.col-sm-37 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 61.6666666667%;
		        flex: 0 0 61.6666666667%;
		max-width: 61.6666666667%;
	}
	.col-sm-38 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 63.3333333333%;
		        flex: 0 0 63.3333333333%;
		max-width: 63.3333333333%;
	}
	.col-sm-39 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 65%;
		        flex: 0 0 65%;
		max-width: 65%;
	}
	.col-sm-40 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.6666666667%;
		        flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-sm-41 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 68.3333333333%;
		        flex: 0 0 68.3333333333%;
		max-width: 68.3333333333%;
	}
	.col-sm-42 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%;
		max-width: 70%;
	}
	.col-sm-43 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 71.6666666667%;
		        flex: 0 0 71.6666666667%;
		max-width: 71.6666666667%;
	}
	.col-sm-44 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 73.3333333333%;
		        flex: 0 0 73.3333333333%;
		max-width: 73.3333333333%;
	}
	.col-sm-45 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-46 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 76.6666666667%;
		        flex: 0 0 76.6666666667%;
		max-width: 76.6666666667%;
	}
	.col-sm-47 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 78.3333333333%;
		        flex: 0 0 78.3333333333%;
		max-width: 78.3333333333%;
	}
	.col-sm-48 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
		max-width: 80%;
	}
	.col-sm-49 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 81.6666666667%;
		        flex: 0 0 81.6666666667%;
		max-width: 81.6666666667%;
	}
	.col-sm-50 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.3333333333%;
		        flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-sm-51 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 85%;
		        flex: 0 0 85%;
		max-width: 85%;
	}
	.col-sm-52 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 86.6666666667%;
		        flex: 0 0 86.6666666667%;
		max-width: 86.6666666667%;
	}
	.col-sm-53 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 88.3333333333%;
		        flex: 0 0 88.3333333333%;
		max-width: 88.3333333333%;
	}
	.col-sm-54 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
		max-width: 90%;
	}
	.col-sm-55 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.6666666667%;
		        flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-sm-56 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 93.3333333333%;
		        flex: 0 0 93.3333333333%;
		max-width: 93.3333333333%;
	}
	.col-sm-57 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 95%;
		        flex: 0 0 95%;
		max-width: 95%;
	}
	.col-sm-58 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 96.6666666667%;
		        flex: 0 0 96.6666666667%;
		max-width: 96.6666666667%;
	}
	.col-sm-59 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 98.3333333333%;
		        flex: 0 0 98.3333333333%;
		max-width: 98.3333333333%;
	}
	.col-sm-60 {
		-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: 62;
		    -ms-flex-order: 61;
		        order: 61;
	}
	.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;
	}
	.order-sm-13 {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-sm-14 {
		-webkit-box-ordinal-group: 15;
		    -ms-flex-order: 14;
		        order: 14;
	}
	.order-sm-15 {
		-webkit-box-ordinal-group: 16;
		    -ms-flex-order: 15;
		        order: 15;
	}
	.order-sm-16 {
		-webkit-box-ordinal-group: 17;
		    -ms-flex-order: 16;
		        order: 16;
	}
	.order-sm-17 {
		-webkit-box-ordinal-group: 18;
		    -ms-flex-order: 17;
		        order: 17;
	}
	.order-sm-18 {
		-webkit-box-ordinal-group: 19;
		    -ms-flex-order: 18;
		        order: 18;
	}
	.order-sm-19 {
		-webkit-box-ordinal-group: 20;
		    -ms-flex-order: 19;
		        order: 19;
	}
	.order-sm-20 {
		-webkit-box-ordinal-group: 21;
		    -ms-flex-order: 20;
		        order: 20;
	}
	.order-sm-21 {
		-webkit-box-ordinal-group: 22;
		    -ms-flex-order: 21;
		        order: 21;
	}
	.order-sm-22 {
		-webkit-box-ordinal-group: 23;
		    -ms-flex-order: 22;
		        order: 22;
	}
	.order-sm-23 {
		-webkit-box-ordinal-group: 24;
		    -ms-flex-order: 23;
		        order: 23;
	}
	.order-sm-24 {
		-webkit-box-ordinal-group: 25;
		    -ms-flex-order: 24;
		        order: 24;
	}
	.order-sm-25 {
		-webkit-box-ordinal-group: 26;
		    -ms-flex-order: 25;
		        order: 25;
	}
	.order-sm-26 {
		-webkit-box-ordinal-group: 27;
		    -ms-flex-order: 26;
		        order: 26;
	}
	.order-sm-27 {
		-webkit-box-ordinal-group: 28;
		    -ms-flex-order: 27;
		        order: 27;
	}
	.order-sm-28 {
		-webkit-box-ordinal-group: 29;
		    -ms-flex-order: 28;
		        order: 28;
	}
	.order-sm-29 {
		-webkit-box-ordinal-group: 30;
		    -ms-flex-order: 29;
		        order: 29;
	}
	.order-sm-30 {
		-webkit-box-ordinal-group: 31;
		    -ms-flex-order: 30;
		        order: 30;
	}
	.order-sm-31 {
		-webkit-box-ordinal-group: 32;
		    -ms-flex-order: 31;
		        order: 31;
	}
	.order-sm-32 {
		-webkit-box-ordinal-group: 33;
		    -ms-flex-order: 32;
		        order: 32;
	}
	.order-sm-33 {
		-webkit-box-ordinal-group: 34;
		    -ms-flex-order: 33;
		        order: 33;
	}
	.order-sm-34 {
		-webkit-box-ordinal-group: 35;
		    -ms-flex-order: 34;
		        order: 34;
	}
	.order-sm-35 {
		-webkit-box-ordinal-group: 36;
		    -ms-flex-order: 35;
		        order: 35;
	}
	.order-sm-36 {
		-webkit-box-ordinal-group: 37;
		    -ms-flex-order: 36;
		        order: 36;
	}
	.order-sm-37 {
		-webkit-box-ordinal-group: 38;
		    -ms-flex-order: 37;
		        order: 37;
	}
	.order-sm-38 {
		-webkit-box-ordinal-group: 39;
		    -ms-flex-order: 38;
		        order: 38;
	}
	.order-sm-39 {
		-webkit-box-ordinal-group: 40;
		    -ms-flex-order: 39;
		        order: 39;
	}
	.order-sm-40 {
		-webkit-box-ordinal-group: 41;
		    -ms-flex-order: 40;
		        order: 40;
	}
	.order-sm-41 {
		-webkit-box-ordinal-group: 42;
		    -ms-flex-order: 41;
		        order: 41;
	}
	.order-sm-42 {
		-webkit-box-ordinal-group: 43;
		    -ms-flex-order: 42;
		        order: 42;
	}
	.order-sm-43 {
		-webkit-box-ordinal-group: 44;
		    -ms-flex-order: 43;
		        order: 43;
	}
	.order-sm-44 {
		-webkit-box-ordinal-group: 45;
		    -ms-flex-order: 44;
		        order: 44;
	}
	.order-sm-45 {
		-webkit-box-ordinal-group: 46;
		    -ms-flex-order: 45;
		        order: 45;
	}
	.order-sm-46 {
		-webkit-box-ordinal-group: 47;
		    -ms-flex-order: 46;
		        order: 46;
	}
	.order-sm-47 {
		-webkit-box-ordinal-group: 48;
		    -ms-flex-order: 47;
		        order: 47;
	}
	.order-sm-48 {
		-webkit-box-ordinal-group: 49;
		    -ms-flex-order: 48;
		        order: 48;
	}
	.order-sm-49 {
		-webkit-box-ordinal-group: 50;
		    -ms-flex-order: 49;
		        order: 49;
	}
	.order-sm-50 {
		-webkit-box-ordinal-group: 51;
		    -ms-flex-order: 50;
		        order: 50;
	}
	.order-sm-51 {
		-webkit-box-ordinal-group: 52;
		    -ms-flex-order: 51;
		        order: 51;
	}
	.order-sm-52 {
		-webkit-box-ordinal-group: 53;
		    -ms-flex-order: 52;
		        order: 52;
	}
	.order-sm-53 {
		-webkit-box-ordinal-group: 54;
		    -ms-flex-order: 53;
		        order: 53;
	}
	.order-sm-54 {
		-webkit-box-ordinal-group: 55;
		    -ms-flex-order: 54;
		        order: 54;
	}
	.order-sm-55 {
		-webkit-box-ordinal-group: 56;
		    -ms-flex-order: 55;
		        order: 55;
	}
	.order-sm-56 {
		-webkit-box-ordinal-group: 57;
		    -ms-flex-order: 56;
		        order: 56;
	}
	.order-sm-57 {
		-webkit-box-ordinal-group: 58;
		    -ms-flex-order: 57;
		        order: 57;
	}
	.order-sm-58 {
		-webkit-box-ordinal-group: 59;
		    -ms-flex-order: 58;
		        order: 58;
	}
	.order-sm-59 {
		-webkit-box-ordinal-group: 60;
		    -ms-flex-order: 59;
		        order: 59;
	}
	.order-sm-60 {
		-webkit-box-ordinal-group: 61;
		    -ms-flex-order: 60;
		        order: 60;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 1.6666666667%;
	}
	.offset-sm-2 {
		margin-left: 3.3333333333%;
	}
	.offset-sm-3 {
		margin-left: 5%;
	}
	.offset-sm-4 {
		margin-left: 6.6666666667%;
	}
	.offset-sm-5 {
		margin-left: 8.3333333333%;
	}
	.offset-sm-6 {
		margin-left: 10%;
	}
	.offset-sm-7 {
		margin-left: 11.6666666667%;
	}
	.offset-sm-8 {
		margin-left: 13.3333333333%;
	}
	.offset-sm-9 {
		margin-left: 15%;
	}
	.offset-sm-10 {
		margin-left: 16.6666666667%;
	}
	.offset-sm-11 {
		margin-left: 18.3333333333%;
	}
	.offset-sm-12 {
		margin-left: 20%;
	}
	.offset-sm-13 {
		margin-left: 21.6666666667%;
	}
	.offset-sm-14 {
		margin-left: 23.3333333333%;
	}
	.offset-sm-15 {
		margin-left: 25%;
	}
	.offset-sm-16 {
		margin-left: 26.6666666667%;
	}
	.offset-sm-17 {
		margin-left: 28.3333333333%;
	}
	.offset-sm-18 {
		margin-left: 30%;
	}
	.offset-sm-19 {
		margin-left: 31.6666666667%;
	}
	.offset-sm-20 {
		margin-left: 33.3333333333%;
	}
	.offset-sm-21 {
		margin-left: 35%;
	}
	.offset-sm-22 {
		margin-left: 36.6666666667%;
	}
	.offset-sm-23 {
		margin-left: 38.3333333333%;
	}
	.offset-sm-24 {
		margin-left: 40%;
	}
	.offset-sm-25 {
		margin-left: 41.6666666667%;
	}
	.offset-sm-26 {
		margin-left: 43.3333333333%;
	}
	.offset-sm-27 {
		margin-left: 45%;
	}
	.offset-sm-28 {
		margin-left: 46.6666666667%;
	}
	.offset-sm-29 {
		margin-left: 48.3333333333%;
	}
	.offset-sm-30 {
		margin-left: 50%;
	}
	.offset-sm-31 {
		margin-left: 51.6666666667%;
	}
	.offset-sm-32 {
		margin-left: 53.3333333333%;
	}
	.offset-sm-33 {
		margin-left: 55%;
	}
	.offset-sm-34 {
		margin-left: 56.6666666667%;
	}
	.offset-sm-35 {
		margin-left: 58.3333333333%;
	}
	.offset-sm-36 {
		margin-left: 60%;
	}
	.offset-sm-37 {
		margin-left: 61.6666666667%;
	}
	.offset-sm-38 {
		margin-left: 63.3333333333%;
	}
	.offset-sm-39 {
		margin-left: 65%;
	}
	.offset-sm-40 {
		margin-left: 66.6666666667%;
	}
	.offset-sm-41 {
		margin-left: 68.3333333333%;
	}
	.offset-sm-42 {
		margin-left: 70%;
	}
	.offset-sm-43 {
		margin-left: 71.6666666667%;
	}
	.offset-sm-44 {
		margin-left: 73.3333333333%;
	}
	.offset-sm-45 {
		margin-left: 75%;
	}
	.offset-sm-46 {
		margin-left: 76.6666666667%;
	}
	.offset-sm-47 {
		margin-left: 78.3333333333%;
	}
	.offset-sm-48 {
		margin-left: 80%;
	}
	.offset-sm-49 {
		margin-left: 81.6666666667%;
	}
	.offset-sm-50 {
		margin-left: 83.3333333333%;
	}
	.offset-sm-51 {
		margin-left: 85%;
	}
	.offset-sm-52 {
		margin-left: 86.6666666667%;
	}
	.offset-sm-53 {
		margin-left: 88.3333333333%;
	}
	.offset-sm-54 {
		margin-left: 90%;
	}
	.offset-sm-55 {
		margin-left: 91.6666666667%;
	}
	.offset-sm-56 {
		margin-left: 93.3333333333%;
	}
	.offset-sm-57 {
		margin-left: 95%;
	}
	.offset-sm-58 {
		margin-left: 96.6666666667%;
	}
	.offset-sm-59 {
		margin-left: 98.3333333333%;
	}
}
@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%;
	}
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 1.6666666667%;
		        flex: 0 0 1.6666666667%;
		max-width: 1.6666666667%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 3.3333333333%;
		        flex: 0 0 3.3333333333%;
		max-width: 3.3333333333%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 5%;
		        flex: 0 0 5%;
		max-width: 5%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 6.6666666667%;
		        flex: 0 0 6.6666666667%;
		max-width: 6.6666666667%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.3333333333%;
		        flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 10%;
		        flex: 0 0 10%;
		max-width: 10%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 11.6666666667%;
		        flex: 0 0 11.6666666667%;
		max-width: 11.6666666667%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 13.3333333333%;
		        flex: 0 0 13.3333333333%;
		max-width: 13.3333333333%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 15%;
		        flex: 0 0 15%;
		max-width: 15%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 18.3333333333%;
		        flex: 0 0 18.3333333333%;
		max-width: 18.3333333333%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.col-md-13 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 21.6666666667%;
		        flex: 0 0 21.6666666667%;
		max-width: 21.6666666667%;
	}
	.col-md-14 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 23.3333333333%;
		        flex: 0 0 23.3333333333%;
		max-width: 23.3333333333%;
	}
	.col-md-15 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-16 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 26.6666666667%;
		        flex: 0 0 26.6666666667%;
		max-width: 26.6666666667%;
	}
	.col-md-17 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 28.3333333333%;
		        flex: 0 0 28.3333333333%;
		max-width: 28.3333333333%;
	}
	.col-md-18 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30%;
		        flex: 0 0 30%;
		max-width: 30%;
	}
	.col-md-19 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 31.6666666667%;
		        flex: 0 0 31.6666666667%;
		max-width: 31.6666666667%;
	}
	.col-md-20 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-md-21 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35%;
		        flex: 0 0 35%;
		max-width: 35%;
	}
	.col-md-22 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 36.6666666667%;
		        flex: 0 0 36.6666666667%;
		max-width: 36.6666666667%;
	}
	.col-md-23 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 38.3333333333%;
		        flex: 0 0 38.3333333333%;
		max-width: 38.3333333333%;
	}
	.col-md-24 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%;
		max-width: 40%;
	}
	.col-md-25 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.6666666667%;
		        flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-md-26 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 43.3333333333%;
		        flex: 0 0 43.3333333333%;
		max-width: 43.3333333333%;
	}
	.col-md-27 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%;
		max-width: 45%;
	}
	.col-md-28 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 46.6666666667%;
		        flex: 0 0 46.6666666667%;
		max-width: 46.6666666667%;
	}
	.col-md-29 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 48.3333333333%;
		        flex: 0 0 48.3333333333%;
		max-width: 48.3333333333%;
	}
	.col-md-30 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-31 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 51.6666666667%;
		        flex: 0 0 51.6666666667%;
		max-width: 51.6666666667%;
	}
	.col-md-32 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 53.3333333333%;
		        flex: 0 0 53.3333333333%;
		max-width: 53.3333333333%;
	}
	.col-md-33 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 55%;
		        flex: 0 0 55%;
		max-width: 55%;
	}
	.col-md-34 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 56.6666666667%;
		        flex: 0 0 56.6666666667%;
		max-width: 56.6666666667%;
	}
	.col-md-35 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.3333333333%;
		        flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-md-36 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60%;
		        flex: 0 0 60%;
		max-width: 60%;
	}
	.col-md-37 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 61.6666666667%;
		        flex: 0 0 61.6666666667%;
		max-width: 61.6666666667%;
	}
	.col-md-38 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 63.3333333333%;
		        flex: 0 0 63.3333333333%;
		max-width: 63.3333333333%;
	}
	.col-md-39 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 65%;
		        flex: 0 0 65%;
		max-width: 65%;
	}
	.col-md-40 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.6666666667%;
		        flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-md-41 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 68.3333333333%;
		        flex: 0 0 68.3333333333%;
		max-width: 68.3333333333%;
	}
	.col-md-42 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%;
		max-width: 70%;
	}
	.col-md-43 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 71.6666666667%;
		        flex: 0 0 71.6666666667%;
		max-width: 71.6666666667%;
	}
	.col-md-44 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 73.3333333333%;
		        flex: 0 0 73.3333333333%;
		max-width: 73.3333333333%;
	}
	.col-md-45 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-46 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 76.6666666667%;
		        flex: 0 0 76.6666666667%;
		max-width: 76.6666666667%;
	}
	.col-md-47 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 78.3333333333%;
		        flex: 0 0 78.3333333333%;
		max-width: 78.3333333333%;
	}
	.col-md-48 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
		max-width: 80%;
	}
	.col-md-49 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 81.6666666667%;
		        flex: 0 0 81.6666666667%;
		max-width: 81.6666666667%;
	}
	.col-md-50 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.3333333333%;
		        flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-md-51 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 85%;
		        flex: 0 0 85%;
		max-width: 85%;
	}
	.col-md-52 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 86.6666666667%;
		        flex: 0 0 86.6666666667%;
		max-width: 86.6666666667%;
	}
	.col-md-53 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 88.3333333333%;
		        flex: 0 0 88.3333333333%;
		max-width: 88.3333333333%;
	}
	.col-md-54 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
		max-width: 90%;
	}
	.col-md-55 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.6666666667%;
		        flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-md-56 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 93.3333333333%;
		        flex: 0 0 93.3333333333%;
		max-width: 93.3333333333%;
	}
	.col-md-57 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 95%;
		        flex: 0 0 95%;
		max-width: 95%;
	}
	.col-md-58 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 96.6666666667%;
		        flex: 0 0 96.6666666667%;
		max-width: 96.6666666667%;
	}
	.col-md-59 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 98.3333333333%;
		        flex: 0 0 98.3333333333%;
		max-width: 98.3333333333%;
	}
	.col-md-60 {
		-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: 62;
		    -ms-flex-order: 61;
		        order: 61;
	}
	.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;
	}
	.order-md-13 {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-md-14 {
		-webkit-box-ordinal-group: 15;
		    -ms-flex-order: 14;
		        order: 14;
	}
	.order-md-15 {
		-webkit-box-ordinal-group: 16;
		    -ms-flex-order: 15;
		        order: 15;
	}
	.order-md-16 {
		-webkit-box-ordinal-group: 17;
		    -ms-flex-order: 16;
		        order: 16;
	}
	.order-md-17 {
		-webkit-box-ordinal-group: 18;
		    -ms-flex-order: 17;
		        order: 17;
	}
	.order-md-18 {
		-webkit-box-ordinal-group: 19;
		    -ms-flex-order: 18;
		        order: 18;
	}
	.order-md-19 {
		-webkit-box-ordinal-group: 20;
		    -ms-flex-order: 19;
		        order: 19;
	}
	.order-md-20 {
		-webkit-box-ordinal-group: 21;
		    -ms-flex-order: 20;
		        order: 20;
	}
	.order-md-21 {
		-webkit-box-ordinal-group: 22;
		    -ms-flex-order: 21;
		        order: 21;
	}
	.order-md-22 {
		-webkit-box-ordinal-group: 23;
		    -ms-flex-order: 22;
		        order: 22;
	}
	.order-md-23 {
		-webkit-box-ordinal-group: 24;
		    -ms-flex-order: 23;
		        order: 23;
	}
	.order-md-24 {
		-webkit-box-ordinal-group: 25;
		    -ms-flex-order: 24;
		        order: 24;
	}
	.order-md-25 {
		-webkit-box-ordinal-group: 26;
		    -ms-flex-order: 25;
		        order: 25;
	}
	.order-md-26 {
		-webkit-box-ordinal-group: 27;
		    -ms-flex-order: 26;
		        order: 26;
	}
	.order-md-27 {
		-webkit-box-ordinal-group: 28;
		    -ms-flex-order: 27;
		        order: 27;
	}
	.order-md-28 {
		-webkit-box-ordinal-group: 29;
		    -ms-flex-order: 28;
		        order: 28;
	}
	.order-md-29 {
		-webkit-box-ordinal-group: 30;
		    -ms-flex-order: 29;
		        order: 29;
	}
	.order-md-30 {
		-webkit-box-ordinal-group: 31;
		    -ms-flex-order: 30;
		        order: 30;
	}
	.order-md-31 {
		-webkit-box-ordinal-group: 32;
		    -ms-flex-order: 31;
		        order: 31;
	}
	.order-md-32 {
		-webkit-box-ordinal-group: 33;
		    -ms-flex-order: 32;
		        order: 32;
	}
	.order-md-33 {
		-webkit-box-ordinal-group: 34;
		    -ms-flex-order: 33;
		        order: 33;
	}
	.order-md-34 {
		-webkit-box-ordinal-group: 35;
		    -ms-flex-order: 34;
		        order: 34;
	}
	.order-md-35 {
		-webkit-box-ordinal-group: 36;
		    -ms-flex-order: 35;
		        order: 35;
	}
	.order-md-36 {
		-webkit-box-ordinal-group: 37;
		    -ms-flex-order: 36;
		        order: 36;
	}
	.order-md-37 {
		-webkit-box-ordinal-group: 38;
		    -ms-flex-order: 37;
		        order: 37;
	}
	.order-md-38 {
		-webkit-box-ordinal-group: 39;
		    -ms-flex-order: 38;
		        order: 38;
	}
	.order-md-39 {
		-webkit-box-ordinal-group: 40;
		    -ms-flex-order: 39;
		        order: 39;
	}
	.order-md-40 {
		-webkit-box-ordinal-group: 41;
		    -ms-flex-order: 40;
		        order: 40;
	}
	.order-md-41 {
		-webkit-box-ordinal-group: 42;
		    -ms-flex-order: 41;
		        order: 41;
	}
	.order-md-42 {
		-webkit-box-ordinal-group: 43;
		    -ms-flex-order: 42;
		        order: 42;
	}
	.order-md-43 {
		-webkit-box-ordinal-group: 44;
		    -ms-flex-order: 43;
		        order: 43;
	}
	.order-md-44 {
		-webkit-box-ordinal-group: 45;
		    -ms-flex-order: 44;
		        order: 44;
	}
	.order-md-45 {
		-webkit-box-ordinal-group: 46;
		    -ms-flex-order: 45;
		        order: 45;
	}
	.order-md-46 {
		-webkit-box-ordinal-group: 47;
		    -ms-flex-order: 46;
		        order: 46;
	}
	.order-md-47 {
		-webkit-box-ordinal-group: 48;
		    -ms-flex-order: 47;
		        order: 47;
	}
	.order-md-48 {
		-webkit-box-ordinal-group: 49;
		    -ms-flex-order: 48;
		        order: 48;
	}
	.order-md-49 {
		-webkit-box-ordinal-group: 50;
		    -ms-flex-order: 49;
		        order: 49;
	}
	.order-md-50 {
		-webkit-box-ordinal-group: 51;
		    -ms-flex-order: 50;
		        order: 50;
	}
	.order-md-51 {
		-webkit-box-ordinal-group: 52;
		    -ms-flex-order: 51;
		        order: 51;
	}
	.order-md-52 {
		-webkit-box-ordinal-group: 53;
		    -ms-flex-order: 52;
		        order: 52;
	}
	.order-md-53 {
		-webkit-box-ordinal-group: 54;
		    -ms-flex-order: 53;
		        order: 53;
	}
	.order-md-54 {
		-webkit-box-ordinal-group: 55;
		    -ms-flex-order: 54;
		        order: 54;
	}
	.order-md-55 {
		-webkit-box-ordinal-group: 56;
		    -ms-flex-order: 55;
		        order: 55;
	}
	.order-md-56 {
		-webkit-box-ordinal-group: 57;
		    -ms-flex-order: 56;
		        order: 56;
	}
	.order-md-57 {
		-webkit-box-ordinal-group: 58;
		    -ms-flex-order: 57;
		        order: 57;
	}
	.order-md-58 {
		-webkit-box-ordinal-group: 59;
		    -ms-flex-order: 58;
		        order: 58;
	}
	.order-md-59 {
		-webkit-box-ordinal-group: 60;
		    -ms-flex-order: 59;
		        order: 59;
	}
	.order-md-60 {
		-webkit-box-ordinal-group: 61;
		    -ms-flex-order: 60;
		        order: 60;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 1.6666666667%;
	}
	.offset-md-2 {
		margin-left: 3.3333333333%;
	}
	.offset-md-3 {
		margin-left: 5%;
	}
	.offset-md-4 {
		margin-left: 6.6666666667%;
	}
	.offset-md-5 {
		margin-left: 8.3333333333%;
	}
	.offset-md-6 {
		margin-left: 10%;
	}
	.offset-md-7 {
		margin-left: 11.6666666667%;
	}
	.offset-md-8 {
		margin-left: 13.3333333333%;
	}
	.offset-md-9 {
		margin-left: 15%;
	}
	.offset-md-10 {
		margin-left: 16.6666666667%;
	}
	.offset-md-11 {
		margin-left: 18.3333333333%;
	}
	.offset-md-12 {
		margin-left: 20%;
	}
	.offset-md-13 {
		margin-left: 21.6666666667%;
	}
	.offset-md-14 {
		margin-left: 23.3333333333%;
	}
	.offset-md-15 {
		margin-left: 25%;
	}
	.offset-md-16 {
		margin-left: 26.6666666667%;
	}
	.offset-md-17 {
		margin-left: 28.3333333333%;
	}
	.offset-md-18 {
		margin-left: 30%;
	}
	.offset-md-19 {
		margin-left: 31.6666666667%;
	}
	.offset-md-20 {
		margin-left: 33.3333333333%;
	}
	.offset-md-21 {
		margin-left: 35%;
	}
	.offset-md-22 {
		margin-left: 36.6666666667%;
	}
	.offset-md-23 {
		margin-left: 38.3333333333%;
	}
	.offset-md-24 {
		margin-left: 40%;
	}
	.offset-md-25 {
		margin-left: 41.6666666667%;
	}
	.offset-md-26 {
		margin-left: 43.3333333333%;
	}
	.offset-md-27 {
		margin-left: 45%;
	}
	.offset-md-28 {
		margin-left: 46.6666666667%;
	}
	.offset-md-29 {
		margin-left: 48.3333333333%;
	}
	.offset-md-30 {
		margin-left: 50%;
	}
	.offset-md-31 {
		margin-left: 51.6666666667%;
	}
	.offset-md-32 {
		margin-left: 53.3333333333%;
	}
	.offset-md-33 {
		margin-left: 55%;
	}
	.offset-md-34 {
		margin-left: 56.6666666667%;
	}
	.offset-md-35 {
		margin-left: 58.3333333333%;
	}
	.offset-md-36 {
		margin-left: 60%;
	}
	.offset-md-37 {
		margin-left: 61.6666666667%;
	}
	.offset-md-38 {
		margin-left: 63.3333333333%;
	}
	.offset-md-39 {
		margin-left: 65%;
	}
	.offset-md-40 {
		margin-left: 66.6666666667%;
	}
	.offset-md-41 {
		margin-left: 68.3333333333%;
	}
	.offset-md-42 {
		margin-left: 70%;
	}
	.offset-md-43 {
		margin-left: 71.6666666667%;
	}
	.offset-md-44 {
		margin-left: 73.3333333333%;
	}
	.offset-md-45 {
		margin-left: 75%;
	}
	.offset-md-46 {
		margin-left: 76.6666666667%;
	}
	.offset-md-47 {
		margin-left: 78.3333333333%;
	}
	.offset-md-48 {
		margin-left: 80%;
	}
	.offset-md-49 {
		margin-left: 81.6666666667%;
	}
	.offset-md-50 {
		margin-left: 83.3333333333%;
	}
	.offset-md-51 {
		margin-left: 85%;
	}
	.offset-md-52 {
		margin-left: 86.6666666667%;
	}
	.offset-md-53 {
		margin-left: 88.3333333333%;
	}
	.offset-md-54 {
		margin-left: 90%;
	}
	.offset-md-55 {
		margin-left: 91.6666666667%;
	}
	.offset-md-56 {
		margin-left: 93.3333333333%;
	}
	.offset-md-57 {
		margin-left: 95%;
	}
	.offset-md-58 {
		margin-left: 96.6666666667%;
	}
	.offset-md-59 {
		margin-left: 98.3333333333%;
	}
}
@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%;
	}
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 1.6666666667%;
		        flex: 0 0 1.6666666667%;
		max-width: 1.6666666667%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 3.3333333333%;
		        flex: 0 0 3.3333333333%;
		max-width: 3.3333333333%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 5%;
		        flex: 0 0 5%;
		max-width: 5%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 6.6666666667%;
		        flex: 0 0 6.6666666667%;
		max-width: 6.6666666667%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.3333333333%;
		        flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 10%;
		        flex: 0 0 10%;
		max-width: 10%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 11.6666666667%;
		        flex: 0 0 11.6666666667%;
		max-width: 11.6666666667%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 13.3333333333%;
		        flex: 0 0 13.3333333333%;
		max-width: 13.3333333333%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 15%;
		        flex: 0 0 15%;
		max-width: 15%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 18.3333333333%;
		        flex: 0 0 18.3333333333%;
		max-width: 18.3333333333%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.col-lg-13 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 21.6666666667%;
		        flex: 0 0 21.6666666667%;
		max-width: 21.6666666667%;
	}
	.col-lg-14 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 23.3333333333%;
		        flex: 0 0 23.3333333333%;
		max-width: 23.3333333333%;
	}
	.col-lg-15 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-16 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 26.6666666667%;
		        flex: 0 0 26.6666666667%;
		max-width: 26.6666666667%;
	}
	.col-lg-17 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 28.3333333333%;
		        flex: 0 0 28.3333333333%;
		max-width: 28.3333333333%;
	}
	.col-lg-18 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30%;
		        flex: 0 0 30%;
		max-width: 30%;
	}
	.col-lg-19 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 31.6666666667%;
		        flex: 0 0 31.6666666667%;
		max-width: 31.6666666667%;
	}
	.col-lg-20 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-lg-21 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35%;
		        flex: 0 0 35%;
		max-width: 35%;
	}
	.col-lg-22 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 36.6666666667%;
		        flex: 0 0 36.6666666667%;
		max-width: 36.6666666667%;
	}
	.col-lg-23 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 38.3333333333%;
		        flex: 0 0 38.3333333333%;
		max-width: 38.3333333333%;
	}
	.col-lg-24 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%;
		max-width: 40%;
	}
	.col-lg-25 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.6666666667%;
		        flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-lg-26 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 43.3333333333%;
		        flex: 0 0 43.3333333333%;
		max-width: 43.3333333333%;
	}
	.col-lg-27 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%;
		max-width: 45%;
	}
	.col-lg-28 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 46.6666666667%;
		        flex: 0 0 46.6666666667%;
		max-width: 46.6666666667%;
	}
	.col-lg-29 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 48.3333333333%;
		        flex: 0 0 48.3333333333%;
		max-width: 48.3333333333%;
	}
	.col-lg-30 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-31 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 51.6666666667%;
		        flex: 0 0 51.6666666667%;
		max-width: 51.6666666667%;
	}
	.col-lg-32 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 53.3333333333%;
		        flex: 0 0 53.3333333333%;
		max-width: 53.3333333333%;
	}
	.col-lg-33 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 55%;
		        flex: 0 0 55%;
		max-width: 55%;
	}
	.col-lg-34 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 56.6666666667%;
		        flex: 0 0 56.6666666667%;
		max-width: 56.6666666667%;
	}
	.col-lg-35 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.3333333333%;
		        flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-lg-36 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60%;
		        flex: 0 0 60%;
		max-width: 60%;
	}
	.col-lg-37 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 61.6666666667%;
		        flex: 0 0 61.6666666667%;
		max-width: 61.6666666667%;
	}
	.col-lg-38 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 63.3333333333%;
		        flex: 0 0 63.3333333333%;
		max-width: 63.3333333333%;
	}
	.col-lg-39 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 65%;
		        flex: 0 0 65%;
		max-width: 65%;
	}
	.col-lg-40 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.6666666667%;
		        flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-lg-41 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 68.3333333333%;
		        flex: 0 0 68.3333333333%;
		max-width: 68.3333333333%;
	}
	.col-lg-42 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%;
		max-width: 70%;
	}
	.col-lg-43 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 71.6666666667%;
		        flex: 0 0 71.6666666667%;
		max-width: 71.6666666667%;
	}
	.col-lg-44 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 73.3333333333%;
		        flex: 0 0 73.3333333333%;
		max-width: 73.3333333333%;
	}
	.col-lg-45 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-46 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 76.6666666667%;
		        flex: 0 0 76.6666666667%;
		max-width: 76.6666666667%;
	}
	.col-lg-47 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 78.3333333333%;
		        flex: 0 0 78.3333333333%;
		max-width: 78.3333333333%;
	}
	.col-lg-48 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
		max-width: 80%;
	}
	.col-lg-49 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 81.6666666667%;
		        flex: 0 0 81.6666666667%;
		max-width: 81.6666666667%;
	}
	.col-lg-50 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.3333333333%;
		        flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-lg-51 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 85%;
		        flex: 0 0 85%;
		max-width: 85%;
	}
	.col-lg-52 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 86.6666666667%;
		        flex: 0 0 86.6666666667%;
		max-width: 86.6666666667%;
	}
	.col-lg-53 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 88.3333333333%;
		        flex: 0 0 88.3333333333%;
		max-width: 88.3333333333%;
	}
	.col-lg-54 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
		max-width: 90%;
	}
	.col-lg-55 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.6666666667%;
		        flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-lg-56 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 93.3333333333%;
		        flex: 0 0 93.3333333333%;
		max-width: 93.3333333333%;
	}
	.col-lg-57 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 95%;
		        flex: 0 0 95%;
		max-width: 95%;
	}
	.col-lg-58 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 96.6666666667%;
		        flex: 0 0 96.6666666667%;
		max-width: 96.6666666667%;
	}
	.col-lg-59 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 98.3333333333%;
		        flex: 0 0 98.3333333333%;
		max-width: 98.3333333333%;
	}
	.col-lg-60 {
		-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: 62;
		    -ms-flex-order: 61;
		        order: 61;
	}
	.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;
	}
	.order-lg-13 {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-lg-14 {
		-webkit-box-ordinal-group: 15;
		    -ms-flex-order: 14;
		        order: 14;
	}
	.order-lg-15 {
		-webkit-box-ordinal-group: 16;
		    -ms-flex-order: 15;
		        order: 15;
	}
	.order-lg-16 {
		-webkit-box-ordinal-group: 17;
		    -ms-flex-order: 16;
		        order: 16;
	}
	.order-lg-17 {
		-webkit-box-ordinal-group: 18;
		    -ms-flex-order: 17;
		        order: 17;
	}
	.order-lg-18 {
		-webkit-box-ordinal-group: 19;
		    -ms-flex-order: 18;
		        order: 18;
	}
	.order-lg-19 {
		-webkit-box-ordinal-group: 20;
		    -ms-flex-order: 19;
		        order: 19;
	}
	.order-lg-20 {
		-webkit-box-ordinal-group: 21;
		    -ms-flex-order: 20;
		        order: 20;
	}
	.order-lg-21 {
		-webkit-box-ordinal-group: 22;
		    -ms-flex-order: 21;
		        order: 21;
	}
	.order-lg-22 {
		-webkit-box-ordinal-group: 23;
		    -ms-flex-order: 22;
		        order: 22;
	}
	.order-lg-23 {
		-webkit-box-ordinal-group: 24;
		    -ms-flex-order: 23;
		        order: 23;
	}
	.order-lg-24 {
		-webkit-box-ordinal-group: 25;
		    -ms-flex-order: 24;
		        order: 24;
	}
	.order-lg-25 {
		-webkit-box-ordinal-group: 26;
		    -ms-flex-order: 25;
		        order: 25;
	}
	.order-lg-26 {
		-webkit-box-ordinal-group: 27;
		    -ms-flex-order: 26;
		        order: 26;
	}
	.order-lg-27 {
		-webkit-box-ordinal-group: 28;
		    -ms-flex-order: 27;
		        order: 27;
	}
	.order-lg-28 {
		-webkit-box-ordinal-group: 29;
		    -ms-flex-order: 28;
		        order: 28;
	}
	.order-lg-29 {
		-webkit-box-ordinal-group: 30;
		    -ms-flex-order: 29;
		        order: 29;
	}
	.order-lg-30 {
		-webkit-box-ordinal-group: 31;
		    -ms-flex-order: 30;
		        order: 30;
	}
	.order-lg-31 {
		-webkit-box-ordinal-group: 32;
		    -ms-flex-order: 31;
		        order: 31;
	}
	.order-lg-32 {
		-webkit-box-ordinal-group: 33;
		    -ms-flex-order: 32;
		        order: 32;
	}
	.order-lg-33 {
		-webkit-box-ordinal-group: 34;
		    -ms-flex-order: 33;
		        order: 33;
	}
	.order-lg-34 {
		-webkit-box-ordinal-group: 35;
		    -ms-flex-order: 34;
		        order: 34;
	}
	.order-lg-35 {
		-webkit-box-ordinal-group: 36;
		    -ms-flex-order: 35;
		        order: 35;
	}
	.order-lg-36 {
		-webkit-box-ordinal-group: 37;
		    -ms-flex-order: 36;
		        order: 36;
	}
	.order-lg-37 {
		-webkit-box-ordinal-group: 38;
		    -ms-flex-order: 37;
		        order: 37;
	}
	.order-lg-38 {
		-webkit-box-ordinal-group: 39;
		    -ms-flex-order: 38;
		        order: 38;
	}
	.order-lg-39 {
		-webkit-box-ordinal-group: 40;
		    -ms-flex-order: 39;
		        order: 39;
	}
	.order-lg-40 {
		-webkit-box-ordinal-group: 41;
		    -ms-flex-order: 40;
		        order: 40;
	}
	.order-lg-41 {
		-webkit-box-ordinal-group: 42;
		    -ms-flex-order: 41;
		        order: 41;
	}
	.order-lg-42 {
		-webkit-box-ordinal-group: 43;
		    -ms-flex-order: 42;
		        order: 42;
	}
	.order-lg-43 {
		-webkit-box-ordinal-group: 44;
		    -ms-flex-order: 43;
		        order: 43;
	}
	.order-lg-44 {
		-webkit-box-ordinal-group: 45;
		    -ms-flex-order: 44;
		        order: 44;
	}
	.order-lg-45 {
		-webkit-box-ordinal-group: 46;
		    -ms-flex-order: 45;
		        order: 45;
	}
	.order-lg-46 {
		-webkit-box-ordinal-group: 47;
		    -ms-flex-order: 46;
		        order: 46;
	}
	.order-lg-47 {
		-webkit-box-ordinal-group: 48;
		    -ms-flex-order: 47;
		        order: 47;
	}
	.order-lg-48 {
		-webkit-box-ordinal-group: 49;
		    -ms-flex-order: 48;
		        order: 48;
	}
	.order-lg-49 {
		-webkit-box-ordinal-group: 50;
		    -ms-flex-order: 49;
		        order: 49;
	}
	.order-lg-50 {
		-webkit-box-ordinal-group: 51;
		    -ms-flex-order: 50;
		        order: 50;
	}
	.order-lg-51 {
		-webkit-box-ordinal-group: 52;
		    -ms-flex-order: 51;
		        order: 51;
	}
	.order-lg-52 {
		-webkit-box-ordinal-group: 53;
		    -ms-flex-order: 52;
		        order: 52;
	}
	.order-lg-53 {
		-webkit-box-ordinal-group: 54;
		    -ms-flex-order: 53;
		        order: 53;
	}
	.order-lg-54 {
		-webkit-box-ordinal-group: 55;
		    -ms-flex-order: 54;
		        order: 54;
	}
	.order-lg-55 {
		-webkit-box-ordinal-group: 56;
		    -ms-flex-order: 55;
		        order: 55;
	}
	.order-lg-56 {
		-webkit-box-ordinal-group: 57;
		    -ms-flex-order: 56;
		        order: 56;
	}
	.order-lg-57 {
		-webkit-box-ordinal-group: 58;
		    -ms-flex-order: 57;
		        order: 57;
	}
	.order-lg-58 {
		-webkit-box-ordinal-group: 59;
		    -ms-flex-order: 58;
		        order: 58;
	}
	.order-lg-59 {
		-webkit-box-ordinal-group: 60;
		    -ms-flex-order: 59;
		        order: 59;
	}
	.order-lg-60 {
		-webkit-box-ordinal-group: 61;
		    -ms-flex-order: 60;
		        order: 60;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 1.6666666667%;
	}
	.offset-lg-2 {
		margin-left: 3.3333333333%;
	}
	.offset-lg-3 {
		margin-left: 5%;
	}
	.offset-lg-4 {
		margin-left: 6.6666666667%;
	}
	.offset-lg-5 {
		margin-left: 8.3333333333%;
	}
	.offset-lg-6 {
		margin-left: 10%;
	}
	.offset-lg-7 {
		margin-left: 11.6666666667%;
	}
	.offset-lg-8 {
		margin-left: 13.3333333333%;
	}
	.offset-lg-9 {
		margin-left: 15%;
	}
	.offset-lg-10 {
		margin-left: 16.6666666667%;
	}
	.offset-lg-11 {
		margin-left: 18.3333333333%;
	}
	.offset-lg-12 {
		margin-left: 20%;
	}
	.offset-lg-13 {
		margin-left: 21.6666666667%;
	}
	.offset-lg-14 {
		margin-left: 23.3333333333%;
	}
	.offset-lg-15 {
		margin-left: 25%;
	}
	.offset-lg-16 {
		margin-left: 26.6666666667%;
	}
	.offset-lg-17 {
		margin-left: 28.3333333333%;
	}
	.offset-lg-18 {
		margin-left: 30%;
	}
	.offset-lg-19 {
		margin-left: 31.6666666667%;
	}
	.offset-lg-20 {
		margin-left: 33.3333333333%;
	}
	.offset-lg-21 {
		margin-left: 35%;
	}
	.offset-lg-22 {
		margin-left: 36.6666666667%;
	}
	.offset-lg-23 {
		margin-left: 38.3333333333%;
	}
	.offset-lg-24 {
		margin-left: 40%;
	}
	.offset-lg-25 {
		margin-left: 41.6666666667%;
	}
	.offset-lg-26 {
		margin-left: 43.3333333333%;
	}
	.offset-lg-27 {
		margin-left: 45%;
	}
	.offset-lg-28 {
		margin-left: 46.6666666667%;
	}
	.offset-lg-29 {
		margin-left: 48.3333333333%;
	}
	.offset-lg-30 {
		margin-left: 50%;
	}
	.offset-lg-31 {
		margin-left: 51.6666666667%;
	}
	.offset-lg-32 {
		margin-left: 53.3333333333%;
	}
	.offset-lg-33 {
		margin-left: 55%;
	}
	.offset-lg-34 {
		margin-left: 56.6666666667%;
	}
	.offset-lg-35 {
		margin-left: 58.3333333333%;
	}
	.offset-lg-36 {
		margin-left: 60%;
	}
	.offset-lg-37 {
		margin-left: 61.6666666667%;
	}
	.offset-lg-38 {
		margin-left: 63.3333333333%;
	}
	.offset-lg-39 {
		margin-left: 65%;
	}
	.offset-lg-40 {
		margin-left: 66.6666666667%;
	}
	.offset-lg-41 {
		margin-left: 68.3333333333%;
	}
	.offset-lg-42 {
		margin-left: 70%;
	}
	.offset-lg-43 {
		margin-left: 71.6666666667%;
	}
	.offset-lg-44 {
		margin-left: 73.3333333333%;
	}
	.offset-lg-45 {
		margin-left: 75%;
	}
	.offset-lg-46 {
		margin-left: 76.6666666667%;
	}
	.offset-lg-47 {
		margin-left: 78.3333333333%;
	}
	.offset-lg-48 {
		margin-left: 80%;
	}
	.offset-lg-49 {
		margin-left: 81.6666666667%;
	}
	.offset-lg-50 {
		margin-left: 83.3333333333%;
	}
	.offset-lg-51 {
		margin-left: 85%;
	}
	.offset-lg-52 {
		margin-left: 86.6666666667%;
	}
	.offset-lg-53 {
		margin-left: 88.3333333333%;
	}
	.offset-lg-54 {
		margin-left: 90%;
	}
	.offset-lg-55 {
		margin-left: 91.6666666667%;
	}
	.offset-lg-56 {
		margin-left: 93.3333333333%;
	}
	.offset-lg-57 {
		margin-left: 95%;
	}
	.offset-lg-58 {
		margin-left: 96.6666666667%;
	}
	.offset-lg-59 {
		margin-left: 98.3333333333%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		    flex-basis: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 1.6666666667%;
		        flex: 0 0 1.6666666667%;
		max-width: 1.6666666667%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 3.3333333333%;
		        flex: 0 0 3.3333333333%;
		max-width: 3.3333333333%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 5%;
		        flex: 0 0 5%;
		max-width: 5%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 6.6666666667%;
		        flex: 0 0 6.6666666667%;
		max-width: 6.6666666667%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 8.3333333333%;
		        flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 10%;
		        flex: 0 0 10%;
		max-width: 10%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 11.6666666667%;
		        flex: 0 0 11.6666666667%;
		max-width: 11.6666666667%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 13.3333333333%;
		        flex: 0 0 13.3333333333%;
		max-width: 13.3333333333%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 15%;
		        flex: 0 0 15%;
		max-width: 15%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 16.6666666667%;
		        flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 18.3333333333%;
		        flex: 0 0 18.3333333333%;
		max-width: 18.3333333333%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
	.col-xl-13 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 21.6666666667%;
		        flex: 0 0 21.6666666667%;
		max-width: 21.6666666667%;
	}
	.col-xl-14 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 23.3333333333%;
		        flex: 0 0 23.3333333333%;
		max-width: 23.3333333333%;
	}
	.col-xl-15 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 25%;
		        flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-16 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 26.6666666667%;
		        flex: 0 0 26.6666666667%;
		max-width: 26.6666666667%;
	}
	.col-xl-17 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 28.3333333333%;
		        flex: 0 0 28.3333333333%;
		max-width: 28.3333333333%;
	}
	.col-xl-18 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30%;
		        flex: 0 0 30%;
		max-width: 30%;
	}
	.col-xl-19 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 31.6666666667%;
		        flex: 0 0 31.6666666667%;
		max-width: 31.6666666667%;
	}
	.col-xl-20 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.3333333333%;
		        flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.col-xl-21 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35%;
		        flex: 0 0 35%;
		max-width: 35%;
	}
	.col-xl-22 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 36.6666666667%;
		        flex: 0 0 36.6666666667%;
		max-width: 36.6666666667%;
	}
	.col-xl-23 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 38.3333333333%;
		        flex: 0 0 38.3333333333%;
		max-width: 38.3333333333%;
	}
	.col-xl-24 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%;
		max-width: 40%;
	}
	.col-xl-25 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.6666666667%;
		        flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.col-xl-26 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 43.3333333333%;
		        flex: 0 0 43.3333333333%;
		max-width: 43.3333333333%;
	}
	.col-xl-27 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%;
		max-width: 45%;
	}
	.col-xl-28 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 46.6666666667%;
		        flex: 0 0 46.6666666667%;
		max-width: 46.6666666667%;
	}
	.col-xl-29 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 48.3333333333%;
		        flex: 0 0 48.3333333333%;
		max-width: 48.3333333333%;
	}
	.col-xl-30 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-31 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 51.6666666667%;
		        flex: 0 0 51.6666666667%;
		max-width: 51.6666666667%;
	}
	.col-xl-32 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 53.3333333333%;
		        flex: 0 0 53.3333333333%;
		max-width: 53.3333333333%;
	}
	.col-xl-33 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 55%;
		        flex: 0 0 55%;
		max-width: 55%;
	}
	.col-xl-34 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 56.6666666667%;
		        flex: 0 0 56.6666666667%;
		max-width: 56.6666666667%;
	}
	.col-xl-35 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.3333333333%;
		        flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.col-xl-36 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60%;
		        flex: 0 0 60%;
		max-width: 60%;
	}
	.col-xl-37 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 61.6666666667%;
		        flex: 0 0 61.6666666667%;
		max-width: 61.6666666667%;
	}
	.col-xl-38 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 63.3333333333%;
		        flex: 0 0 63.3333333333%;
		max-width: 63.3333333333%;
	}
	.col-xl-39 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 65%;
		        flex: 0 0 65%;
		max-width: 65%;
	}
	.col-xl-40 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 66.6666666667%;
		        flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.col-xl-41 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 68.3333333333%;
		        flex: 0 0 68.3333333333%;
		max-width: 68.3333333333%;
	}
	.col-xl-42 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 70%;
		        flex: 0 0 70%;
		max-width: 70%;
	}
	.col-xl-43 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 71.6666666667%;
		        flex: 0 0 71.6666666667%;
		max-width: 71.6666666667%;
	}
	.col-xl-44 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 73.3333333333%;
		        flex: 0 0 73.3333333333%;
		max-width: 73.3333333333%;
	}
	.col-xl-45 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 75%;
		        flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-46 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 76.6666666667%;
		        flex: 0 0 76.6666666667%;
		max-width: 76.6666666667%;
	}
	.col-xl-47 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 78.3333333333%;
		        flex: 0 0 78.3333333333%;
		max-width: 78.3333333333%;
	}
	.col-xl-48 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
		max-width: 80%;
	}
	.col-xl-49 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 81.6666666667%;
		        flex: 0 0 81.6666666667%;
		max-width: 81.6666666667%;
	}
	.col-xl-50 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 83.3333333333%;
		        flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.col-xl-51 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 85%;
		        flex: 0 0 85%;
		max-width: 85%;
	}
	.col-xl-52 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 86.6666666667%;
		        flex: 0 0 86.6666666667%;
		max-width: 86.6666666667%;
	}
	.col-xl-53 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 88.3333333333%;
		        flex: 0 0 88.3333333333%;
		max-width: 88.3333333333%;
	}
	.col-xl-54 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
		max-width: 90%;
	}
	.col-xl-55 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 91.6666666667%;
		        flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.col-xl-56 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 93.3333333333%;
		        flex: 0 0 93.3333333333%;
		max-width: 93.3333333333%;
	}
	.col-xl-57 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 95%;
		        flex: 0 0 95%;
		max-width: 95%;
	}
	.col-xl-58 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 96.6666666667%;
		        flex: 0 0 96.6666666667%;
		max-width: 96.6666666667%;
	}
	.col-xl-59 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 98.3333333333%;
		        flex: 0 0 98.3333333333%;
		max-width: 98.3333333333%;
	}
	.col-xl-60 {
		-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: 62;
		    -ms-flex-order: 61;
		        order: 61;
	}
	.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;
	}
	.order-xl-13 {
		-webkit-box-ordinal-group: 14;
		    -ms-flex-order: 13;
		        order: 13;
	}
	.order-xl-14 {
		-webkit-box-ordinal-group: 15;
		    -ms-flex-order: 14;
		        order: 14;
	}
	.order-xl-15 {
		-webkit-box-ordinal-group: 16;
		    -ms-flex-order: 15;
		        order: 15;
	}
	.order-xl-16 {
		-webkit-box-ordinal-group: 17;
		    -ms-flex-order: 16;
		        order: 16;
	}
	.order-xl-17 {
		-webkit-box-ordinal-group: 18;
		    -ms-flex-order: 17;
		        order: 17;
	}
	.order-xl-18 {
		-webkit-box-ordinal-group: 19;
		    -ms-flex-order: 18;
		        order: 18;
	}
	.order-xl-19 {
		-webkit-box-ordinal-group: 20;
		    -ms-flex-order: 19;
		        order: 19;
	}
	.order-xl-20 {
		-webkit-box-ordinal-group: 21;
		    -ms-flex-order: 20;
		        order: 20;
	}
	.order-xl-21 {
		-webkit-box-ordinal-group: 22;
		    -ms-flex-order: 21;
		        order: 21;
	}
	.order-xl-22 {
		-webkit-box-ordinal-group: 23;
		    -ms-flex-order: 22;
		        order: 22;
	}
	.order-xl-23 {
		-webkit-box-ordinal-group: 24;
		    -ms-flex-order: 23;
		        order: 23;
	}
	.order-xl-24 {
		-webkit-box-ordinal-group: 25;
		    -ms-flex-order: 24;
		        order: 24;
	}
	.order-xl-25 {
		-webkit-box-ordinal-group: 26;
		    -ms-flex-order: 25;
		        order: 25;
	}
	.order-xl-26 {
		-webkit-box-ordinal-group: 27;
		    -ms-flex-order: 26;
		        order: 26;
	}
	.order-xl-27 {
		-webkit-box-ordinal-group: 28;
		    -ms-flex-order: 27;
		        order: 27;
	}
	.order-xl-28 {
		-webkit-box-ordinal-group: 29;
		    -ms-flex-order: 28;
		        order: 28;
	}
	.order-xl-29 {
		-webkit-box-ordinal-group: 30;
		    -ms-flex-order: 29;
		        order: 29;
	}
	.order-xl-30 {
		-webkit-box-ordinal-group: 31;
		    -ms-flex-order: 30;
		        order: 30;
	}
	.order-xl-31 {
		-webkit-box-ordinal-group: 32;
		    -ms-flex-order: 31;
		        order: 31;
	}
	.order-xl-32 {
		-webkit-box-ordinal-group: 33;
		    -ms-flex-order: 32;
		        order: 32;
	}
	.order-xl-33 {
		-webkit-box-ordinal-group: 34;
		    -ms-flex-order: 33;
		        order: 33;
	}
	.order-xl-34 {
		-webkit-box-ordinal-group: 35;
		    -ms-flex-order: 34;
		        order: 34;
	}
	.order-xl-35 {
		-webkit-box-ordinal-group: 36;
		    -ms-flex-order: 35;
		        order: 35;
	}
	.order-xl-36 {
		-webkit-box-ordinal-group: 37;
		    -ms-flex-order: 36;
		        order: 36;
	}
	.order-xl-37 {
		-webkit-box-ordinal-group: 38;
		    -ms-flex-order: 37;
		        order: 37;
	}
	.order-xl-38 {
		-webkit-box-ordinal-group: 39;
		    -ms-flex-order: 38;
		        order: 38;
	}
	.order-xl-39 {
		-webkit-box-ordinal-group: 40;
		    -ms-flex-order: 39;
		        order: 39;
	}
	.order-xl-40 {
		-webkit-box-ordinal-group: 41;
		    -ms-flex-order: 40;
		        order: 40;
	}
	.order-xl-41 {
		-webkit-box-ordinal-group: 42;
		    -ms-flex-order: 41;
		        order: 41;
	}
	.order-xl-42 {
		-webkit-box-ordinal-group: 43;
		    -ms-flex-order: 42;
		        order: 42;
	}
	.order-xl-43 {
		-webkit-box-ordinal-group: 44;
		    -ms-flex-order: 43;
		        order: 43;
	}
	.order-xl-44 {
		-webkit-box-ordinal-group: 45;
		    -ms-flex-order: 44;
		        order: 44;
	}
	.order-xl-45 {
		-webkit-box-ordinal-group: 46;
		    -ms-flex-order: 45;
		        order: 45;
	}
	.order-xl-46 {
		-webkit-box-ordinal-group: 47;
		    -ms-flex-order: 46;
		        order: 46;
	}
	.order-xl-47 {
		-webkit-box-ordinal-group: 48;
		    -ms-flex-order: 47;
		        order: 47;
	}
	.order-xl-48 {
		-webkit-box-ordinal-group: 49;
		    -ms-flex-order: 48;
		        order: 48;
	}
	.order-xl-49 {
		-webkit-box-ordinal-group: 50;
		    -ms-flex-order: 49;
		        order: 49;
	}
	.order-xl-50 {
		-webkit-box-ordinal-group: 51;
		    -ms-flex-order: 50;
		        order: 50;
	}
	.order-xl-51 {
		-webkit-box-ordinal-group: 52;
		    -ms-flex-order: 51;
		        order: 51;
	}
	.order-xl-52 {
		-webkit-box-ordinal-group: 53;
		    -ms-flex-order: 52;
		        order: 52;
	}
	.order-xl-53 {
		-webkit-box-ordinal-group: 54;
		    -ms-flex-order: 53;
		        order: 53;
	}
	.order-xl-54 {
		-webkit-box-ordinal-group: 55;
		    -ms-flex-order: 54;
		        order: 54;
	}
	.order-xl-55 {
		-webkit-box-ordinal-group: 56;
		    -ms-flex-order: 55;
		        order: 55;
	}
	.order-xl-56 {
		-webkit-box-ordinal-group: 57;
		    -ms-flex-order: 56;
		        order: 56;
	}
	.order-xl-57 {
		-webkit-box-ordinal-group: 58;
		    -ms-flex-order: 57;
		        order: 57;
	}
	.order-xl-58 {
		-webkit-box-ordinal-group: 59;
		    -ms-flex-order: 58;
		        order: 58;
	}
	.order-xl-59 {
		-webkit-box-ordinal-group: 60;
		    -ms-flex-order: 59;
		        order: 59;
	}
	.order-xl-60 {
		-webkit-box-ordinal-group: 61;
		    -ms-flex-order: 60;
		        order: 60;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 1.6666666667%;
	}
	.offset-xl-2 {
		margin-left: 3.3333333333%;
	}
	.offset-xl-3 {
		margin-left: 5%;
	}
	.offset-xl-4 {
		margin-left: 6.6666666667%;
	}
	.offset-xl-5 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-6 {
		margin-left: 10%;
	}
	.offset-xl-7 {
		margin-left: 11.6666666667%;
	}
	.offset-xl-8 {
		margin-left: 13.3333333333%;
	}
	.offset-xl-9 {
		margin-left: 15%;
	}
	.offset-xl-10 {
		margin-left: 16.6666666667%;
	}
	.offset-xl-11 {
		margin-left: 18.3333333333%;
	}
	.offset-xl-12 {
		margin-left: 20%;
	}
	.offset-xl-13 {
		margin-left: 21.6666666667%;
	}
	.offset-xl-14 {
		margin-left: 23.3333333333%;
	}
	.offset-xl-15 {
		margin-left: 25%;
	}
	.offset-xl-16 {
		margin-left: 26.6666666667%;
	}
	.offset-xl-17 {
		margin-left: 28.3333333333%;
	}
	.offset-xl-18 {
		margin-left: 30%;
	}
	.offset-xl-19 {
		margin-left: 31.6666666667%;
	}
	.offset-xl-20 {
		margin-left: 33.3333333333%;
	}
	.offset-xl-21 {
		margin-left: 35%;
	}
	.offset-xl-22 {
		margin-left: 36.6666666667%;
	}
	.offset-xl-23 {
		margin-left: 38.3333333333%;
	}
	.offset-xl-24 {
		margin-left: 40%;
	}
	.offset-xl-25 {
		margin-left: 41.6666666667%;
	}
	.offset-xl-26 {
		margin-left: 43.3333333333%;
	}
	.offset-xl-27 {
		margin-left: 45%;
	}
	.offset-xl-28 {
		margin-left: 46.6666666667%;
	}
	.offset-xl-29 {
		margin-left: 48.3333333333%;
	}
	.offset-xl-30 {
		margin-left: 50%;
	}
	.offset-xl-31 {
		margin-left: 51.6666666667%;
	}
	.offset-xl-32 {
		margin-left: 53.3333333333%;
	}
	.offset-xl-33 {
		margin-left: 55%;
	}
	.offset-xl-34 {
		margin-left: 56.6666666667%;
	}
	.offset-xl-35 {
		margin-left: 58.3333333333%;
	}
	.offset-xl-36 {
		margin-left: 60%;
	}
	.offset-xl-37 {
		margin-left: 61.6666666667%;
	}
	.offset-xl-38 {
		margin-left: 63.3333333333%;
	}
	.offset-xl-39 {
		margin-left: 65%;
	}
	.offset-xl-40 {
		margin-left: 66.6666666667%;
	}
	.offset-xl-41 {
		margin-left: 68.3333333333%;
	}
	.offset-xl-42 {
		margin-left: 70%;
	}
	.offset-xl-43 {
		margin-left: 71.6666666667%;
	}
	.offset-xl-44 {
		margin-left: 73.3333333333%;
	}
	.offset-xl-45 {
		margin-left: 75%;
	}
	.offset-xl-46 {
		margin-left: 76.6666666667%;
	}
	.offset-xl-47 {
		margin-left: 78.3333333333%;
	}
	.offset-xl-48 {
		margin-left: 80%;
	}
	.offset-xl-49 {
		margin-left: 81.6666666667%;
	}
	.offset-xl-50 {
		margin-left: 83.3333333333%;
	}
	.offset-xl-51 {
		margin-left: 85%;
	}
	.offset-xl-52 {
		margin-left: 86.6666666667%;
	}
	.offset-xl-53 {
		margin-left: 88.3333333333%;
	}
	.offset-xl-54 {
		margin-left: 90%;
	}
	.offset-xl-55 {
		margin-left: 91.6666666667%;
	}
	.offset-xl-56 {
		margin-left: 93.3333333333%;
	}
	.offset-xl-57 {
		margin-left: 95%;
	}
	.offset-xl-58 {
		margin-left: 96.6666666667%;
	}
	.offset-xl-59 {
		margin-left: 98.3333333333%;
	}
}
.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: 1200px) {
	.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 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;
	}
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: row !important;
	        flex-direction: row !important;
}

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

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

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

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

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

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

.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;
	    -ms-grid-row-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;
	    -ms-grid-row-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;
	    -ms-grid-row-align: stretch !important;
	    align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.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;
		    -ms-grid-row-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;
		    -ms-grid-row-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;
		    -ms-grid-row-align: stretch !important;
		    align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.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;
		    -ms-grid-row-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;
		    -ms-grid-row-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;
		    -ms-grid-row-align: stretch !important;
		    align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.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;
		    -ms-grid-row-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;
		    -ms-grid-row-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;
		    -ms-grid-row-align: stretch !important;
		    align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: row-reverse !important;
		        flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		    -ms-flex-direction: column-reverse !important;
		        flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		    flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		    flex-wrap: wrap-reverse !important;
	}
	.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;
		    -ms-grid-row-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;
		    -ms-grid-row-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;
		    -ms-grid-row-align: stretch !important;
		    align-self: stretch !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: 0.25rem !important;
}

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

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

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

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

.m-2 {
	margin: 0.5rem !important;
}

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

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

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

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

.m-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: 0.25rem !important;
}

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

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

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

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

.p-2 {
	padding: 0.5rem !important;
}

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

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

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

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

.p-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-n1 {
	margin: -0.25rem !important;
}

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

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

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

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

.m-n2 {
	margin: -0.5rem !important;
}

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

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

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

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

.m-n3 {
	margin: -1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
	margin-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: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-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: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-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-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-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: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-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: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-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-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-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: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-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: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-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-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.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: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-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: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-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-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: 2px solid #4d4d4d;
	border-radius: 0;
	background: #4d4d4d;
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	padding: 8px 16px;
	text-shadow: none;
	letter-spacing: 0.1em;
	outline: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	color: #4d4d4d;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline-block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# vegas
--------------------------------------------------------------*/
.vegas-overlay,
.vegas-content-scrollable,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
}

.vegas-content-scrollable {
	position: relative;
	height: 100%;
	overflow: auto;
}

.vegas-overlay {
	opacity: 0.5;
	background: transparent url("./overlays/02.png") center center repeat;
}

.vegas-timer {
	top: auto;
	bottom: 0;
	height: 2px;
}

.vegas-timer-progress {
	width: 0%;
	height: 100%;
	background: white;
	-webkit-transition: width ease-out;
	transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
	width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
	margin: 0;
	padding: 0;
	background: transparent center center no-repeat;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	will-change: transform, opacity;
}

body .vegas-container {
	overflow: hidden !important;
	position: relative;
}

.vegas-video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

body.vegas-container {
	overflow: auto;
	position: static;
	z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
	position: fixed;
	z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
	opacity: 0;
	-webkit-filter: blur(32px) brightness(1.01);
	        filter: blur(32px) brightness(1.01);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
	opacity: 1;
	-webkit-filter: blur(0px) brightness(1.01);
	        filter: blur(0px) brightness(1.01);
}

.vegas-transition-blur2-out {
	opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
	opacity: 0;
	-webkit-filter: contrast(1000%) saturate(1000%);
	        filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
	opacity: 1;
	-webkit-filter: contrast(100%) saturate(100%);
	        filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
	opacity: 0;
	-webkit-filter: contrast(1000%) saturate(1000%);
	        filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
	opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
	opacity: 1;
}

.vegas-transition-fade2-out {
	opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
	opacity: 0;
	-webkit-filter: brightness(25);
	        filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
	opacity: 1;
	-webkit-filter: brightness(1);
	        filter: brightness(1);
}

.vegas-transition-flash2-out {
	opacity: 0;
	-webkit-filter: brightness(25);
	        filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
	opacity: 0;
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
	opacity: 1;
	-webkit-filter: invert(0);
	        filter: invert(0);
}

.vegas-transition-negative2-out {
	opacity: 0;
	-webkit-filter: invert(100%);
	        filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
	-webkit-transform: scale(2) rotate(35deg);
	        transform: scale(2) rotate(35deg);
	opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
	-webkit-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
	opacity: 1;
}

.vegas-transition-swirlLeft2-out {
	-webkit-transform: scale(2) rotate(-35deg);
	        transform: scale(2) rotate(-35deg);
	opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
	-webkit-transform: scale(2) rotate(-35deg);
	        transform: scale(2) rotate(-35deg);
	opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
	-webkit-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
	opacity: 1;
}

.vegas-transition-swirlRight2-out {
	-webkit-transform: scale(2) rotate(35deg);
	        transform: scale(2) rotate(35deg);
	opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
	-webkit-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.vegas-transition-zoomIn2-out {
	-webkit-transform: scale(2);
	        transform: scale(2);
	opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
	-webkit-transform: scale(2);
	        transform: scale(2);
	opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.vegas-transition-zoomOut2-out {
	-webkit-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
	-webkit-animation: kenburns ease-out;
	animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes kenburns {
	0% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
	-webkit-animation: kenburnsDownLeft ease-out;
	animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, -10%);
		        transform: scale(1.5) translate(10%, -10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsDownLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, -10%);
		        transform: scale(1.5) translate(10%, -10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
	-webkit-animation: kenburnsDownRight ease-out;
	animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, -10%);
		        transform: scale(1.5) translate(-10%, -10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsDownRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, -10%);
		        transform: scale(1.5) translate(-10%, -10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
	-webkit-animation: kenburnsDown ease-out;
	animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
	0% {
		-webkit-transform: scale(1.5) translate(0, -10%);
		        transform: scale(1.5) translate(0, -10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsDown {
	0% {
		-webkit-transform: scale(1.5) translate(0, -10%);
		        transform: scale(1.5) translate(0, -10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
	-webkit-animation: kenburnsLeft ease-out;
	animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 0);
		        transform: scale(1.5) translate(10%, 0);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 0);
		        transform: scale(1.5) translate(10%, 0);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
	-webkit-animation: kenburnsRight ease-out;
	animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 0);
		        transform: scale(1.5) translate(-10%, 0);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 0);
		        transform: scale(1.5) translate(-10%, 0);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
	-webkit-animation: kenburnsUpLeft ease-out;
	animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 10%);
		        transform: scale(1.5) translate(10%, 10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsUpLeft {
	0% {
		-webkit-transform: scale(1.5) translate(10%, 10%);
		        transform: scale(1.5) translate(10%, 10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
	-webkit-animation: kenburnsUpRight ease-out;
	animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 10%);
		        transform: scale(1.5) translate(-10%, 10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsUpRight {
	0% {
		-webkit-transform: scale(1.5) translate(-10%, 10%);
		        transform: scale(1.5) translate(-10%, 10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
	-webkit-animation: kenburnsUp ease-out;
	animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
	0% {
		-webkit-transform: scale(1.5) translate(0, 10%);
		        transform: scale(1.5) translate(0, 10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
@keyframes kenburnsUp {
	0% {
		-webkit-transform: scale(1.5) translate(0, 10%);
		        transform: scale(1.5) translate(0, 10%);
	}
	100% {
		-webkit-transform: scale(1) translate(0, 0);
		        transform: scale(1) translate(0, 0);
	}
}
/*--------------------------------------------------------------
# hamburgers
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 14px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 32px;
	height: 17px;
	margin-bottom: 1px;
	display: inline-block;
	position: relative;
}

.toggled .hamburger-box {
	margin-bottom: 4px;
}

.hamburger-text {
	font-size: 0.8em;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 32px;
	height: 2px;
	background-color: #f7f1dc;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
	-webkit-transition-property: none;
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s;
	        transition-delay: 0.15s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.32s;
	        transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s;
	        transition-delay: 0.15s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
	transform: translate3d(0, -10px, 0) rotate(45deg);
	-webkit-transition-delay: 0.32s;
	        transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
	top: 2px;
	-webkit-transition-duration: 0.4s;
	        transition-duration: 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 8px;
	-webkit-transition: opacity 0.15s 0.4s ease;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 16px;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toggled .hamburger--elastic .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.toggled .hamburger--elastic .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	opacity: 0;
}

.toggled .hamburger--elastic .hamburger-inner::after {
	-webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
	transform: translate3d(0, -16px, 0) rotate(-270deg);
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	-webkit-transition-duration: 0.4s;
	        transition-duration: 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	-webkit-transition: opacity 0.15s 0.4s ease;
	transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
	transform: translate3d(0, -20px, 0) rotate(270deg);
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	-webkit-transition: background-color 0.2s 0.25s ease-in;
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	-webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	-webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	-webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	-webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	-webkit-transition: background-color 0.2s 0.25s ease-in;
	transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	-webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	-webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
	top: 2px;
	-webkit-transition: background-color 0s 0.15s linear;
	transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: 0.32s;
	        transition-delay: 0.32s;
	background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.32s;
	        transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
	transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
	transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent;
	transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
	transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
	transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
	transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
	transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: transparent;
	transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
	transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.14s;
	        transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition-delay: 0.14s;
	        transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.14s;
	        transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, -webkit-transform;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	        transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, -webkit-transform;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-765deg);
	transform: rotate(-765deg);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# animate
--------------------------------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-32px, 0, 0);
		transform: translate3d(-32px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-32px, 0, 0);
		transform: translate3d(-32px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2%, 0, 0);
		transform: translate3d(2%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2%, 0, 0);
		transform: translate3d(2%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 16px, 0);
		transform: translate3d(0, 16px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 16px, 0);
		transform: translate3d(0, 16px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* Original */
@-webkit-keyframes clipIn {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0);
	}
}
@keyframes clipIn {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0);
	}
}
.clipIn {
	-webkit-animation-name: clipIn;
	animation-name: clipIn;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Original
--------------------------------------------------------------*/
/** @format */
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	letter-spacing: 0.06em;
	font-size: 14px;
	font-family: "游明朝", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 2;
	color: #531705;
	background-color: #fbf7ee;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
}
@media screen and (min-width: 576px) {
	body {
		font-size: 16px;
	}
}

#main {
	position: relative;
}

p {
	margin: 0;
	margin-bottom: 1em;
}
p.mb-small {
	margin-bottom: 0.3em;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	color: #4d4d4d;
}

a:hover {
	color: rgb(144.5, 144.5, 144.5);
}

::-moz-selection {
	background-color: #531705;
	color: #fbf7ee;
}

::selection {
	background-color: #531705;
	color: #fbf7ee;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
}

figcaption {
	text-align: right;
	margin-top: 4px;
}

th {
	font-weight: normal;
	text-align: left;
}

.container-960 {
	width: 960px;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.container-960 {
		padding: 0 32px;
	}
}

.container-720 {
	width: 720px;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.delay-item {
		-webkit-animation-delay: 0.4s;
		        animation-delay: 0.4s;
	}
}

@media screen and (min-width: 768px) {
	.delay-group-item:nth-child(3n+2) {
		-webkit-animation-delay: 0.2s;
		        animation-delay: 0.2s;
	}
	.delay-group-item:nth-child(3n+3) {
		-webkit-animation-delay: 0.4s;
		        animation-delay: 0.4s;
	}
}

.align-right {
	text-align: right;
}

.indent {
	padding-left: 1em;
	display: block;
}
.indent:before {
	content: "＊";
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}

.note {
	font-size: 0.8em;
}

a.background--dark {
	color: #fff;
}

a.background--light {
	color: #4d4d4d;
}

@media screen and (min-width: 768px) {
	.home .site-header.is-scroll {
		top: 0;
	}
}
.height-100vh {
	height: 100vh;
}

#slide {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.site-header {
	position: relative;
}

.site-branding {
	height: 100vh;
	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%;
	position: relative;
	z-index: 3;
}

.top-logo {
	width: 216px;
	min-width: 184px;
	max-width: 80%;
}
@media screen and (min-width: 576px) {
	.top-logo {
		width: 320px;
	}
}
@media screen and (min-width: 992px) {
	.top-logo {
		width: 420px;
	}
}

.side-menu {
	position: relative;
	z-index: 5;
}
.side-menu__item {
	font-size: 0.8rem;
	color: #531705;
	position: fixed;
	bottom: 4px;
	line-height: 1.6;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.side-menu__item {
		width: auto;
		top: 50%;
		right: 36px;
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
		-webkit-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
		-webkit-transform-origin: center;
		        transform-origin: center;
	}
}
@media screen and (min-width: 1200px) {
	.side-menu__item {
		right: 64px;
	}
}
.side-menu__item a {
	color: #531705;
}
.side-menu__instagram {
	font-size: 2em;
	padding-left: 0.4em;
	vertical-align: sub;
}
@media screen and (min-width: 992px) {
	.side-menu__instagram {
		padding-top: 0.4em;
		vertical-align: baseline;
	}
}
.side-menu__instagram:before {
	content: "";
	display: inline-block;
	height: 0.8em;
	border-left: 1px solid rgba(83, 23, 5, 0.8);
	padding-left: 0.5em;
}
@media screen and (min-width: 992px) {
	.side-menu__instagram:before {
		height: 0;
		width: 0.8em;
		border-left: none;
		border-top: 1px solid rgba(83, 23, 5, 0.8);
		margin-bottom: 0.5em;
	}
}

.content-box {
	padding: 80px 0 0;
}
@media screen and (min-width: 576px) {
	.content-box {
		padding: 120px 0 0;
	}
}

.content-item {
	padding-bottom: 80px;
}
@media screen and (min-width: 576px) {
	.content-item {
		padding-bottom: 144px;
	}
}

.content-txt {
	text-align: center;
	letter-spacing: 0.1em;
}
.content-txt--white {
	color: #fff;
}
.content-txt--access {
	letter-spacing: 0.06em;
	padding-bottom: 28px;
}
@media screen and (min-width: 576px) {
	.content-txt--access {
		padding-bottom: 32px;
	}
}

.content-hdg {
	text-align: center;
	color: #933e2b;
	padding-bottom: 12px;
}
@media screen and (min-width: 576px) {
	.content-hdg {
		padding-bottom: 20px;
	}
}
.content-hdg img {
	height: 25px;
	max-width: 90vw;
	margin-bottom: 4px;
}
@media screen and (min-width: 576px) {
	.content-hdg img {
		height: 44px;
		margin-bottom: 8px;
	}
}
.content-hdg__jp:before {
	content: "－ ";
}
.content-hdg__jp:after {
	content: " －";
}
.content-hdg--white {
	color: #fff;
}

.img-box {
	padding: 0 16px;
}
@media screen and (min-width: 576px) {
	.img-box {
		padding: 0 24px;
	}
}
@media screen and (min-width: 1200px) {
	.img-box {
		padding: 0;
	}
}
.img-box img {
	width: 100%;
}

.img-item {
	padding-bottom: 32px;
}
@media screen and (min-width: 576px) {
	.img-item {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 576px) {
	.img-item__1 {
		padding-bottom: 80px;
	}
}
@media screen and (min-width: 576px) {
	.img-item__2 {
		padding-top: 160px;
	}
}
.img-item__2 img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 576px) {
	.img-item__2 img {
		width: 100%;
	}
}
.img-item__3 {
	padding-bottom: 0;
}
@media screen and (min-width: 576px) {
	.img-item__3 {
		margin-top: -72px;
	}
}

.menu-box {
	padding-top: 32px;
}
.menu-box:before, .menu-box:after {
	content: "";
	display: block;
	height: 5px;
	border-top: 1px solid #531705;
	border-bottom: 1px solid #531705;
	opacity: 0.5;
}
.menu-box__inner {
	padding: 28px 4px;
}
@media screen and (min-width: 576px) {
	.menu-box__inner {
		padding: 32px 64px;
	}
}
.menu-box__inner--top {
	display: -ms-grid;
	display: grid;
	place-content: center;
}

.menu-ttl {
	margin-bottom: 0.5em;
}

.menu-hdg {
	line-height: 1.5;
	margin-bottom: 0.4em;
}

.menu-price .small {
	font-size: 0.75em;
}

.menu-hr {
	display: block;
	height: 5px;
	border-top: 1px solid #531705;
	border-bottom: 1px solid #531705;
	opacity: 0.5;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
}

.menu-child {
	position: relative;
	padding-left: 1em;
}
.menu-child:not(:last-of-type) {
	margin-bottom: 0.75em;
}
.menu-child:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 1px;
	height: calc(100% - 0.75em);
	background-color: #531705;
	opacity: 0.5;
}
.menu-child__inner {
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
}
.menu-child__inner:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #531705;
	position: absolute;
	bottom: 0.8em;
	opacity: 0.5;
	z-index: -1;
}
.menu-child__name {
	float: left;
	background-color: #fbf7ee;
	padding-right: 0.5em;
}
.menu-child__price {
	float: right;
	background-color: #fbf7ee;
	padding-left: 0.5em;
	min-width: 9em;
}
@media screen and (min-width: 576px) {
	.menu-child__price {
		min-width: 9em;
	}
}
.menu-child .fz-12 {
	font-size: 0.75em;
}

.menu-annotation {
	font-size: 0.75em;
	letter-spacing: 0.02em;
	text-align: justify;
}
.menu-annotation > .p {
	margin-bottom: 0;
}
.menu-annotation > .p--indent {
	padding-left: 0.75em;
	text-indent: -0.75em;
}

.menu-policy-ttl {
	text-align: center;
}

.menu-policy {
	font-size: 0.75em;
	letter-spacing: 0.02em;
	text-align: justify;
	margin-top: 20px;
}
.menu-policy > * + * {
	margin-top: 1lh;
}

.menu-txt {
	font-size: 0.78em;
	padding-top: 0.4em;
	padding-bottom: 24px;
	line-height: 1.6;
}
@media screen and (min-width: 576px) {
	.menu-txt {
		padding-bottom: 32px;
	}
}
.menu-txt--ls005 {
	letter-spacing: 0.05em;
}

.reservation-box {
	margin-bottom: 80px;
}
@media screen and (min-width: 576px) {
	.reservation-box {
		margin-bottom: 120px;
	}
}
.reservation-box__inner {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 72px 8px 64px;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}
@media screen and (min-width: 576px) {
	.reservation-box__inner {
		padding: 104px 0 96px;
	}
}

.reservation-tel {
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 1;
	padding-top: 20px;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 576px) {
	.reservation-tel {
		padding-top: 40px;
		font-size: 1.6em;
	}
}
.reservation-tel span {
	font-size: 1.6em;
	margin-left: 0.3em;
}
.reservation-tel a {
	color: #fff;
}

.tel-link a {
	color: inherit;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

.address-en {
	font-size: 0.8em;
	margin-top: -0.4em;
	letter-spacing: 0.05em;
}

.info-box {
	-webkit-column-gap: 24px;
	   -moz-column-gap: 24px;
	        column-gap: 24px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 24px 1fr;
	grid-template-columns: auto 1fr;
	margin-inline: auto;
	padding-top: 28px;
	place-content: center;
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (min-width: 576px) {
	.info-box {
		-webkit-column-gap: 32px;
		   -moz-column-gap: 32px;
		        column-gap: 32px;
		padding-top: 32px;
	}
}
.info-box .info-annotation {
	font-size: 0.75em;
	-ms-grid-column-span: 2;
	grid-column: span 2;
	margin-top: 0.25em;
	letter-spacing: 0.02em;
}

.gmap {
	padding-top: 28px;
	margin: 0 -20px;
}
@media screen and (min-width: 576px) {
	.gmap {
		padding-top: 40px;
		margin: 0;
	}
}
.gmap iframe {
	width: 100%;
	height: 280px;
}
@media screen and (min-width: 576px) {
	.gmap iframe {
		height: 320px;
	}
}

.site-footer {
	background-color: #933e2b;
	color: #fff;
	padding: 40px 0 0;
	font-size: 0.8em;
	white-space: nowrap;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 576px) {
	.site-footer {
		padding: 80px 0 0;
	}
}
.site-footer a {
	color: #fff;
}

.footer-logo a {
	display: block;
	padding-top: 0;
	padding-right: 32px;
}
.footer-logo img {
	max-width: 208px;
	width: 144px;
	margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
	.footer-logo img {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.footer-logo img {
		margin-bottom: 0;
	}
}

.footer-time {
	margin-bottom: 8px;
}
@media screen and (min-width: 576px) {
	.footer-time {
		margin-bottom: 0;
	}
}
.footer-time__hdg {
	display: inline-block;
	width: 9em;
}

.footer-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	height: 100%;
	-webkit-transform: translate(-8px, 0);
	        transform: translate(-8px, 0);
}
@media screen and (min-width: 576px) {
	.footer-right {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
}

.footer-instagram {
	font-size: 2.8em;
	line-height: 1;
	letter-spacing: 0;
	margin-top: auto;
	margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
	.footer-instagram {
		margin: 0;
	}
}

.to-top {
	font-size: 1.4em;
	-webkit-font-smoothing: antialiased;
	margin-top: 2px;
}
@media screen and (min-width: 576px) {
	.to-top {
		font-size: 1.6em;
		margin-top: 0;
	}
}
.to-top a {
	color: rgb(255, 255, 255);
	display: inline-block;
}
.to-top a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin: 8px auto -16px;
}
@media screen and (min-width: 576px) {
	.to-top a:before {
		width: 32px;
		height: 32px;
		margin-bottom: -24px;
	}
}

.copyright {
	text-align: right;
	line-height: 1;
	font-size: 0.7em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
@media screen and (min-width: 576px) {
	.copyright {
		padding-top: 48px;
		font-size: 0.8em;
	}
}
.copyright:first-letter {
	font-size: 1.1em;
}
/*# sourceMappingURL=style.css.map */