/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
body {
	margin: 0;
}
/** * Render the `main` element consistently in IE. */
main {
	display: block;
}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
a {
	background-color: transparent;
}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
	font-weight: bolder;
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/** * Add the correct font size in all browsers. */
small {
	font-size: 80%;
}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
img {
	border-style: none;
}
/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button,
input {
	/* 1 */
	overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
	/* 1 */
	text-transform: none;
}
/** * Correct the inability to style clickable types in iOS and Safari. */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/** * Correct the padding in Firefox. */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	vertical-align: baseline;
}
/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
	overflow: auto;
}
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/** * Remove the inner padding in Chrome and Safari on macOS. */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
	display: block;
}
/* * Add the correct display in all browsers. */
summary {
	display: list-item;
}
/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
template {
	display: none;
}
/** * Add the correct display in IE 10. */
[hidden] {
	display: none;
}
/* Uncomment and set these variables to customize the grid. */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}
.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}
.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}
.col-xs-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}
.col-xs-2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}
.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.col-xs-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.col-xs-5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}
.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.col-xs-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}
.col-xs-8 {
	-ms-flex-preferred-size: 66.667%;
	flex-basis: 66.667%;
	max-width: 66.667%;
}
.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.col-xs-10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%;
}
.col-xs-11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}
.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.col-xs-offset-1 {
	margin-left: 8.333%;
}
.col-xs-offset-2 {
	margin-left: 16.667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.333%;
}
.col-xs-offset-5 {
	margin-left: 41.667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.333%;
}
.col-xs-offset-8 {
	margin-left: 66.667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.333%;
}
.col-xs-offset-11 {
	margin-left: 91.667%;
}
.start-xs {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
}
.center-xs {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}
.end-xs {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}
.top-xs {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.middle-xs {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.bottom-xs {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}
.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.between-xs {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.first-xs {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1;
}
.last-xs {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
@media only screen and (min-width: 48em) {
	.container {
		width: 46rem;
	}
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.667%;
	}
	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-sm {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-sm {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
@media only screen and (min-width: 62em) {
	.container {
		width: 61rem;
	}
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-md-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-md-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-offset-1 {
		margin-left: 8.333%;
	}
	.col-md-offset-2 {
		margin-left: 16.667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.333%;
	}
	.col-md-offset-5 {
		margin-left: 41.667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.333%;
	}
	.col-md-offset-8 {
		margin-left: 66.667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.333%;
	}
	.col-md-offset-11 {
		margin-left: 91.667%;
	}
	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-md {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-md {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}
@media only screen and (min-width: 75em) {
	.container {
		width: 71rem;
	}
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.667%;
		flex-basis: 66.667%;
		max-width: 66.667%;
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-lg-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.667%;
	}
	.start-lg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.bottom-lg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	.last-lg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

:root {
	--cta-bg: #ffa800;
	--cta-color: #fff;
	--fav-bg: #122e62;
	--body-color: #fff;
}

body,
html,
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	color: var(--body-color);
}

header {
	background: url('../images/header-bg.jpg') no-repeat top center;
	background-size: cover;
	padding: 1.5rem 0 0;
	position: relative;
	overflow: hidden;
}

.float {
	position: absolute;
}

[lang='vi'] .copy h2 {
	font-family: 'Noto Sans', sans-serif;
}

[lang='th'] .copy h2 {
	line-height: unset;
	font-size: 3.2rem;
}

[lang='th'] .cta {
	margin-top: 2rem;
	display: block;
}

[lang='th'] .copy {
	margin: 0;
}

.copy-left {
	display: flex;
	justify-self: center;
	align-items: center;
}

.cherry {
	top: calc(50% - 120px);
	left: calc(50% + 100px);
	-webkit-animation: float 12s ease-in-out infinite;
	animation: float 12s ease-in-out infinite;
	z-index: 12;
}

.picture-2 {
	top: calc(50% - -50px);
	left: calc(50% - -50px);
	-webkit-animation: float 7s ease-in-out infinite;
	animation: float 7s ease-in-out infinite;
	z-index: 12;
}

.gold-coin {
	top: calc(50% + 214px);
	left: calc(50% + 295px);
	-webkit-animation: float 9s ease-in-out infinite;
	animation: float 9s ease-in-out infinite;
	z-index: 12;
}

.gift-box {
	top: calc(50% + 70px);
	left: calc(50% + 460px);
	-webkit-animation: float 15s ease-in-out infinite;
	animation: float 15s ease-in-out infinite;
	z-index: 12;
}

.picture {
	top: calc(50% - 215px);
	left: calc(50% + 445px);
	-webkit-animation: float 5s ease-in-out infinite;
	animation: float 5s ease-in-out infinite;
	z-index: 12;
}

@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

img {
	max-width: 100%;
	align-self: center;
}

.custom-shape-divider-bottom-1691563799 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1691563799 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 130px;
}

.custom-shape-divider-bottom-1691563799 .shape-fill {
	fill: #005794;
}

.yellow {
	background: #ffec01;
	background: -webkit-linear-gradient(to bottom, #ffec01 0%, #ffb201 80%);
	background: -moz-linear-gradient(to bottom, #ffec01 0%, #ffb201 80%);
	background: linear-gradient(to bottom, #ffec01 0%, #ffb201 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	filter: drop-shadow(1px 4px #111a34);
	font-family: 'Mitr', sans-serif;
}

.copy h1 {
	font-size: 9.31rem;
	padding: 0;
	margin: 0;
	line-height: 7rem;
}

.lang-vi .copy h1 {
	font-size: 4.2rem;
	line-height: 5rem;
}

.lang-th .copy h1 {
	font-size: 8rem;
	line-height: 11rem;
	margin-top: -2rem;
}

.copy h2 {
	margin: 0;
	font-size: 4rem;
	line-height: 3.5rem;
}

.lang-vi .copy h2 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 4.4rem;
}

.copy h3 {
	margin: 0 0 2rem;
	font-size: 2.7rem;
	line-height: 3.5rem;
	text-align: right;
	font-weight: 600;
}

.lang-th .copy h3 {
	margin-top: -2rem;
}

header img {
	max-width: none;
}

.copy p {
	filter: drop-shadow(1px 4px #111a34);
	font-size: 2.95rem;
	font-weight: 600;
	font-family: 'Mitr', sans-serif;
}

.lang-vi .copy p {
	font-size: 1.65rem;
	margin-bottom: 1rem;
}

.lang-th .copy p {
	font-size: 2.4rem;
}

.lang-th .copy p span {
	font-size: 1.75rem;
}

.copy p span {
	font-size: 1.77rem;
	display: block;
	margin-top: 6px;
	margin: 0 0 1em;
}

.cta button {
	background: #ed008c;
	color: #fff;
	padding: 10px 14px;
	border-radius: 23px;
	font-size: 1.1rem;
	border: 2px solid #ff2ba8;
	cursor: pointer;
	text-shadow: 1px 2px #c92184;
	width: 100%;
	transition: all 0.2s ease;
}

.copy {
	margin-top: 2rem;
}

.section2 {
	background-color: #005794;
	padding: 1rem 0 4rem;
}

.cloud {
	background-repeat: repeat-x;
	background-image: url('../images/cloud-v2.png');
	animation: movement 80s linear infinite;
	position: fixed;
	width: 100%;
	height: 800px;
	z-index: 1;
	left: 0;
	bottom: 0;
}

header,
section,
footer {
	z-index: 2;
	position: relative;
}

.section2 {
	z-index: unset;
}

.section2 .container {
	position: relative !important;
	z-index: 99;
}

@keyframes movement {
	0% {
		background-position: 0px 0px;
	}
	100% {
		background-position: 3824px 0px;
	}
}

.section2 h1 {
	color: #ffe901;
	text-align: center;
	margin: 5rem 0;
	font-size: 2.5rem;
}

.howtos {
	display: flex;
	flex-direction: column;
	gap: 5rem 0;
	margin-top: 2rem;
}

.howto {
	background: #217cbc;
	border: 5px solid #0a3e6c;
	border-radius: 6px;
	padding: 1rem 2.5rem;
	position: relative;
}

.howto h2 {
	margin-bottom: 1rem;
}

.howto p {
	margin-bottom: 1rem;
}

.cat {
	position: absolute;
	left: -30px;
	top: -249px;
	display: none;
}

.num {
	position: absolute;
	font-weight: 600;
	font-family: 'Mitr', sans-serif;
	font-size: 2rem;
	background: #0a3e6c;
	width: 50px;
	border-radius: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -17px;
	top: -17px;
}

.step1-img {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.step2 {
	display: flex;
}

.step2-copy {
	width: 60%;
}

.step2-copy p {
	margin: 2rem 0;
}

.tier {
	background: #004f86;
	position: relative;
	max-width: 410px;
	border-radius: 8px;
	flex: 1 1 auto;
	box-shadow: 8px 8px #57a4da;
}

.tier-title {
	background: #003458;
	text-align: right;
	font-size: 1.8rem;
	padding: 1.2rem 3rem 1.2rem 1rem;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.lang-vi .tier-title {
	font-size: 1.5rem;
	padding-right: 2rem;
}

.lang-vi .tier-title span {
	font-size: 2rem;
}

.tier-title span {
	font-size: 2.3rem;
}

img.tier4 {
	max-width: 600px;
	width: 100%;
}

.lang-vi .tier-num span {
	font-size: 2.4rem;
}

.howto img {
	margin: 0 auto 1rem;
	display: block;
	border-radius: 6px;
}

.tier-num {
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	gap: 5px;
	background: #ff3fef;
	position: absolute;
	padding: 0.3rem 2rem 0.3rem 1.2rem;
	top: 7px;
	left: -8px;
	border-radius: 5px;
	max-height: 59px;
}

.tier-num span {
	font-size: 2.7rem;
	font-weight: 600;
}

.tier-num::after {
	content: ' ';
	width: 40px;
	height: 100%;
	transform: skewX(-16deg);
	position: absolute;
	background: #ff3fef;
	border-radius: 5px;
	right: -20px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tier-copy {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.tier-desc h3 {
	color: #b2dfff;
	margin: 0;
	font-size: 1.2rem;
}

.tier-desc h2 {
	margin: 0;
	font-size: 2.2rem;
}

.lang-vi .tier-desc h2 {
	font-size: 1.8rem;
}

.lang-th .tier-desc h2 {
	font-size: 1.8rem;
}

.tier-copy img {
	margin: 0 auto;
	border-bottom-left-radius: 8px;
}

.tier-desc {
	width: 55%;
	padding: 1rem 0.5rem 1rem 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.lang-th .tier-desc,
.lang-vi .tier-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tier-desc-copy {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.tiers {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 4rem;
	padding: 1rem 0 2rem;
	justify-content: center;
}

.step4 {
	display: flex;
	justify-content: center;
	gap: 2rem 4rem;
	margin: 3rem 0 2rem;
}

ol li {
	margin: 0 0 0.8rem;
}

img.cat-after {
	position: absolute;
	bottom: 0px;
	left: calc(50% + 50px);
	z-index: 10;
}

.section3 {
	background: url('../images/section3-bg.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 17rem 0 3rem;
	overflow: hidden;
}

.section3-copy {
	max-width: 570px;
	position: relative;
	z-index: 9;
}

img.section3-img {
	position: absolute;
	left: calc(50% + 1px);
	bottom: 0;
}

.section3-copy h2 {
	font-size: 3rem;
	margin: 0;
}

.lang-th .section3-copy h2 {
	font-size: 4.5rem;
	line-height: 4.5rem;
}

.section3-copy p {
	font-family: 'Mitr', sans-serif;
	filter: drop-shadow(1px 2px #111a34);
	line-height: 1.6rem;
	font-size: 1.3rem;
}

.section3 .cta button {
	position: relative;
	width: auto;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 23px;
	display: block;
	margin: 5rem auto 3rem;
	z-index: 999;
}

.cta {
	text-decoration: none;
}

img.bubble-msg {
	position: absolute;
	left: calc(50% + 315px);
	top: calc(50% - 170px);
}

.lang-vi img.bubble-msg {
	left: calc(50% + 300px);
	top: calc(50% - 120px);
}

.section3 .custom-shape-divider-top,
.section3 .custom-shape-divider-bottom,
header .custom-shape-divider-top,
header .custom-shape-divider-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	pointer-events: none;
}

header .custom-shape-divider-top,
header .custom-shape-divider-bottom {
	bottom: 0;
}

.section3 .custom-shape-divider-top,
.section3 .custom-shape-divider-bottom {
	top: 0;
}

.section3 .custom-shape-divider-bottom,
header .custom-shape-divider-bottom {
	z-index: 3;
}

.section3 .custom-shape-divider-top,
header .custom-shape-divider-top {
	z-index: 4;
}

.section3 .custom-shape-divider-top .shape-fill,
header .custom-shape-divider-top .shape-fill {
	fill: #005794;
}

.section3 .custom-shape-divider-bottom .shape-fill,
header .custom-shape-divider-bottom .shape-fill {
	fill: #0c5385;
	stroke: #083a5d;
	stroke-width: 10px;
}

.section2 {
	position: relative;
}

.section2::before {
	top: 0;
	background: rgb(0, 87, 148);
	background: linear-gradient(
		180deg,
		rgba(0, 87, 148, 1) 0%,
		rgba(119, 177, 250, 0) 100%
	);
}

.section2::after {
	bottom: 0;
	background: rgb(0, 87, 148);
	background: linear-gradient(
		0deg,
		rgba(0, 87, 148, 1) 0%,
		rgba(119, 177, 250, 0) 100%
	);
}

.section2::after,
.section2::before {
	content: ' ';
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	z-index: 9;
}

.cta button:hover {
	transform: scale(1.1);
}

.step4-copy ol {
	padding: 1rem 0 0 1rem;
}

.footer-title {
	margin-bottom: 12px;
}

/* Navigation */

.india,
.japan,
.vietnam,
.malaysia,
.thailand,
.uk {
	background-image: url('../images/flags.png');
	background-repeat: no-repeat;
	display: block;
}

.india {
	width: 26px;
	height: 26px;
	background-position: 0 0;
}

.japan {
	width: 26px;
	height: 26px;
	background-position: 0 -26px;
}

.malaysia {
	width: 26px;
	height: 26px;
	background-position: 0 -52px;
}

.thailand {
	width: 26px;
	height: 26px;
	background-position: 0 -78px;
}

.uk {
	width: 26px;
	height: 26px;
	background-position: 0 -104px;
}

.vietnam {
	width: 26px;
	height: 26px;
	background-position: 0 -130px;
}

.country-lang-dropdown {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.arrowup {
	top: -7px;
	position: absolute;
	width: 15px;
	transform: rotate(45deg);
	height: 15px;
	border: none;
	background: #fff;
	left: 22px;
	border-bottom: 0;
}

.language-dropdown {
	position: absolute;
	top: 55px;
	width: auto;
	border-radius: 4px;
	box-shadow: 0 10px 30px 0 rgba(33, 14, 74, 0.1);
	background: #fff;
	left: -15px;
	padding: 1em;
	transition: all 0.2s ease;
	opacity: 0;
}

li#langDropdown {
	position: relative;
}

li#langDropdown a {
	padding: 0;
}

.flags {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nav li {
	position: relative;
}

.active .language-dropdown {
	opacity: 1;
	top: 45px;
}
nav .col-lg-12 {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.hl-logo {
	position: absolute;
	top: -20px;
	left: 0;
	max-width: 140px;
}
nav {
	padding: 0;
	background-color: #006ab4;
	position: relative;
	z-index: 9999;
	border-bottom: 2px solid #005088;
}
nav ul {
	float: right;
	display: flex;
	align-items: center;
}
nav ul li {
	display: inline-block;
	float: left;
}
nav ul li:not(:first-child) {
	margin-left: 25px;
}
nav ul li a {
	display: inline-block;
	outline: none;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.04em;
	padding: 2rem 1rem;
}
nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.language-dropdown {
		box-shadow: none;
	}
	header {
		padding: 4.5rem 0 0;
	}
	img.hl-logo {
		max-width: 100px;
	}
	li#langDropdown {
		display: flex;
		justify-content: center;
		gap: 15px;
		padding: 1rem;
	}
	.country-lang-dropdown .caret,
	.arrowup {
		display: none;
	}
	.language-dropdown {
		opacity: 1;
		background: none;
		display: flex;
		justify-content: center;
		padding: 0;
		position: unset;
	}
	.flags {
		flex-direction: row;
		gap: 15px;
	}
	.nav-container {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background: #006ab4;
		opacity: 0;
		transition: all 0.2s ease;
	}
	.nav-container ul {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		flex-direction: column;
	}
	.nav-container ul li {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.nav-container ul li:nth-child(1) a {
		transition-delay: 0.2s;
	}
	.nav-container ul li:nth-child(2) a {
		transition-delay: 0.3s;
	}
	.nav-container ul li:nth-child(3) a {
		transition-delay: 0.4s;
	}
	.nav-container ul li:nth-child(4) a {
		transition-delay: 0.5s;
	}
	.nav-container ul li:nth-child(5) a {
		transition-delay: 0.6s;
	}
	.nav-container ul li:not(:first-child) {
		margin-left: 0;
	}
	.nav-container ul li a {
		padding: 10px 25px;
		opacity: 0;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		transform: translateY(-20px);
		transition: all 0.2s ease;
	}
	nav {
		position: fixed;
		height: 70px;
		width: 100%;
	}
	.nav-open {
		position: fixed;
		right: 10px;
		top: 10px;
		display: block;
		width: 48px;
		height: 48px;
		cursor: pointer;
		z-index: 9999;
		border-radius: 50%;
	}
	.nav-open i {
		display: block;
		width: 28px;
		height: 3px;
		background: #fff;
		border-radius: 2px;
		margin-left: 14px;
	}
	.nav-open i:nth-child(1) {
		margin-top: 15px;
	}
	.nav-open i:nth-child(2) {
		margin-top: 5px;
		opacity: 1;
	}
	.nav-open i:nth-child(3) {
		margin-top: 5px;
	}
	.nav-container {
		pointer-events: none;
	}
}
#nav:checked + .nav-open {
	transform: rotate(45deg);
}
#nav:checked + .nav-open i {
	background: #fff;
	transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
	transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
	opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
	transform: translateY(-9px) rotate(90deg);
}

#nav:checked ~ .nav-container {
	z-index: 9990;
	opacity: 1;
	pointer-events: all;
}
#nav:checked ~ .nav-container ul li a {
	opacity: 1;
	transform: translateY(0);
}
.hidden {
	display: none;
}

/* End Navigation */

.howto p,
.howto li {
	color: #a7d7f9;
}

@media screen and (max-width: 1200px) {
	.copy h1 {
		font-size: 7.9rem;
	}
	.lang-th .copy h1 {
		font-size: 6.77rem;
	}
	.copy p {
		font-size: 2.5rem;
	}
	.copy p span {
		font-size: 1.5rem;
	}
	.lang-th .copy p {
		font-size: 2.28rem;
	}
	.lang-th .copy p span {
		font-size: 1.48rem;
	}
	.lang-vi .copy h1 {
		font-size: 3.58rem;
	}
	.lang-vi .copy p {
		font-size: 1.59rem;
	}
}

@media screen and (max-width: 991px) {
	.lang-vi .copy {
		text-align: center;
	}
	.section3 {
		padding-top: 10rem;
	}
	.step1-img {
		flex-direction: column;
	}
	.step2,
	.step4 {
		flex-direction: column;
	}
	.step2-copy {
		width: 100%;
	}
	.copy,
	[lang='th'] .copy {
		max-width: 440px;
		margin: 2rem auto 42rem;
	}
	.picture {
		left: calc(50% + 75px);
		top: calc(100% - 600px);
	}
	.gift-box {
		top: calc(100% - 260px);
		left: calc(50% + 160px);
	}
	.gold-coin {
		left: calc(50% - 50px);
		top: calc(100% - 120px);
	}
	.picture-2 {
		left: calc(50% - 300px);
		top: calc(100% - 300px);
	}
	.cherry {
		left: calc(50% - 250px);
		top: calc(50% + 100px);
	}
	img.img-right {
		position: absolute;
		bottom: 0;
		left: 55%;
		transform: translateX(-50%);
		max-width: unset;
	}
	img.bubble-msg {
		left: calc(50% + 25px);
		top: unset;
		bottom: 390px;
	}
	.section3 .col-lg-12 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-bottom: 27rem;
	}
	.section3-copy,
	.copy h3 {
		text-align: center;
	}
	img.section3-img {
		left: calc(50% - 275px);
		max-width: unset;
	}
	.cat {
		position: absolute;
		left: -30px;
		top: -161px;
		width: 150px;
	}
}

@media screen and (max-width: 767px) {
	.cat {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.copy,
	.copy h3 {
		text-align: center;
	}
	.copy h1 {
		font-size: 6rem;
		line-height: 5.5rem;
	}
	.lang-th .copy h1 {
		margin-top: 0;
	}
	.copy p {
		font-size: 2rem;
	}
	header .float {
		display: none;
	}
	.tier-title {
		padding-right: 1rem;
	}
	.lang-th .copy h1 {
		font-size: 5.77rem;
		line-height: initial;
	}
	.lang-vi .tier-title {
		font-size: 1.5rem;
		padding-right: 1rem;
	}
	.lang-vi .tier-title span {
		font-size: 1.8rem;
	}
	.lang-vi .tier-num span {
		font-size: 2rem;
		position: relative;
		z-index: 9;
	}
}

@media screen and (max-width: 474px) {
	img.bubble-msg {
		display: none;
	}
	.tier-num span {
		font-size: 2rem;
		position: relative;
		z-index: 9;
	}
	.tier-num {
		font-size: 14px;
	}
	.tier-title span {
		font-size: 1.8rem;
	}
	.tier-title {
		font-size: 1.5rem;
	}
	.tier-desc h2 {
		font-size: 1.7rem;
	}
	.tier-desc h3 {
		font-size: 1.1rem;
	}
	.lang-vi .tier-desc h3 {
		font-size: 1rem;
	}
	.lang-vi .tier-desc h2 {
		font-size: 1.5rem;
	}
	.tier-desc {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.lang-th .copy h3 {
		margin-top: -1rem;
	}
	.lang-th .copy h1 {
		font-size: 4.8rem;
	}
	.lang-vi .tier-num {
		padding: 0.3rem 0.5rem;
	}
}

@media screen and (max-width: 414px) {
	.copy h1 {
		font-size: 4.5rem;
		line-height: 5rem;
	}
	.copy h2 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.copy h3 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.howto {
		padding: 1rem 1.5rem;
	}
	.tier-desc {
		width: 100%;
		padding: 1rem;
	}
	.tier-copy {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.tier-num {
		padding: 0.3rem 0.5rem;
	}
	.tier-copy img {
		align-self: flex-start;
		margin: 0;
		display: none;
	}
	.lang-th .copy h1 {
		font-size: 3.9rem;
	}
}

@media screen and (max-width: 375px) {
	.lang-vi .tier-title {
		font-size: 1rem;
		display: flex;
		flex-direction: column;
		padding: 10px;
	}
	.lang-vi .tier-title span {
		font-size: 1.5rem;
	}
}
