body {
	margin: 0px;
}
.contentBox p {
	margin: 0;
}
article, footer, header, nav {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline-width: 0px;
}
b {
	font-weight: inherit;
}
b {
	font-weight: bolder;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
body {
	height: 100%;
	color: rgb(46, 46, 46);
	background-color: rgb(242, 242, 242);
	text-rendering: optimizelegibility;
	min-width: 320px;
}
a {
	color: rgb(57, 104, 163);
	text-decoration: none;
}
a:hover, a:focus {
	color: rgb(57, 104, 163);
	text-decoration: none;
	outline: 0px none;
}
img {
	vertical-align: middle;
}
*::-moz-selection {
	background: rgb(179, 212, 252) none repeat scroll 0% 0%;
	text-shadow: none;
}
.hidden {
	display: none ! important;
}
body::before {
	content: "xs";
	display: none;
}
.spinner-inner {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 20px auto;
}
.spinner-inner .spinner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	animation: 2s linear 0s normal none infinite running rotate;
	transform-origin: center center 0px;
}
.navbar {}
.social-share {
	display: flex;
}
.social-share_column-xs {
	flex-direction: column;
}
.post-page__columns {
	display: flex;
}
.post-page__columns-right {
	width: 100%;
}
.post-page .post-page-item {
	margin-top: 0px;
	padding: 0px 15px 20px;
}
.post-page .post-page-item .post-page-header {
	margin-bottom: 30px;
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share_column-xs {
	flex-flow: row wrap;
}
.comments {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0px 0px;
	padding: 0 10px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}
.comments-btn-block {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0px;
}
.comments__btn-up {
	position: absolute;
	top: 65vh;
	display: block;
	width: 50px;
	height: 50px;
	padding: 16px;
	margin-bottom: 160px;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	text-align: center;
	box-shadow: 0px 2px 12px 0px rgba(71, 75, 105, 0.15);
	z-index: 890;
}
.comments__btn-up svg {
	position: relative;
	top: -4px;
}
.comments__count {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
.comments .comment-bubble {
	opacity: 1;
	transition: opacity 0.5s ease-out 0s;
}
.comments .comments-chat {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.comments .comments-user {
	height: 40px;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
	top: -2px;
}
.comments .comments-avatar {
	flex-shrink: 0;
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	border-radius: 50%;
	background-color: rgb(245, 247, 250);
}
.comments .comments-avatar_grey {
	margin-left: 0px;
	margin-right: 8px;
}
.comments .comments-message {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.comments .comments-message_grey {
	flex-direction: row;
}
.comments .comments-field {
	position: relative;
	width: 88%;
	flex: 1 0 auto;
	padding: 15px;
	border: 1px solid rgb(226, 231, 236);
	border-radius: 12px;
}
.comments .comments-field__txt {
	display: block;
	margin: 5px 0px 0px;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	line-height: 1.42857;
}
.comments .comments-field__txt p {
	margin: 0px;
}
.comments .comments-field__image {
	text-align: left;
	margin-top: 5px;
}
.comments .comments-field__image-load {
	display: flex;
	height: 200px;
	justify-content: center;
	flex-direction: column;
}
.comments .comments-field__image-load .spinner-inner {
	display: block;
}
.comments .comments-field_grey {
	background-color: rgb(245, 247, 250);
	border-color: rgb(245, 247, 250);
}
.comments .comments-like {
	display: flex;
	align-items: baseline;
	font-size: 14px;
	opacity: 0.9;
	color: rgb(136, 153, 167);
	cursor: pointer;
	text-decoration: none;
}
.comments .comments-like:hover {
	color: rgb(57, 104, 163);
}
.comments .comments-like__count {
	padding-left: 5px;
}
.comments .comments-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.comments .comments-flex__name {
	margin: 0px 10px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.comments-toggle-md {
	display: none;
}
img {
	max-width: 100%;
}
.post-page-content-main a {
	text-decoration: underline;
}
.post-page-content-main a:hover {
	color: rgb(162, 30, 43);
}
html {
	overflow-y: initial ! important;
}
body {
	position: initial ! important;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, footer, header, nav {
	display: block
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input {
	font: inherit;
	margin: 0
}
button, input {
	overflow: visible
}
button {
	text-transform: none
}
button {
	-webkit-appearance: button
}
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring {
	outline: 1px dotted ButtonText
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	height: 100%;
	color: #2e2e2e;
	background-color: #f2f2f2;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 320px;
}
input, button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #3968a3;
	text-decoration: none
}
a:hover, a:focus {
	color: #3968a3;
	text-decoration: none;
	outline: 0
}
img {
	vertical-align: middle
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}
.hidden {
	display: none !important
}
@-ms-viewport {
	width: device-width
}
@media(max-width:659px) {
	.hidden-xs {
		display: none !important
	}
}
@media(min-width:660px) and (max-width:979px) {
	.hidden-sm {
		display: none !important
	}
}
body::before {
	content: "xs";
	display: none
}
@media(min-width:660px) {
	body::before {
		content: "sm"
	}
}
@media(min-width:980px) {
	body::before {
		content: "md"
	}
}
@media(min-width:1300px) {
	body::before {
		content: "lg"
	}
}
@media(min-width:1440px) {
	body::before {
		content: "xlg"
	}
}
@media(min-width:1920px) {
	body::before {
		content: "xxlg"
	}
}
.spinner-inner {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 20px auto
}
.spinner-inner .spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@media(min-width:660px) {
	.spinner-inner {
		width: 40px;
		height: 40px;
		margin: 35px auto
	}
}
.navbar {}
@media(min-width:980px) {
	.navbar {
		-webkit-transition: max-height .3s ease-out, top .2s;
		transition: max-height .3s ease-out, top .2s
	}
}
.social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.social-share_column-xs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media(min-width:660px) {
	.social-share {
		-webkit-transition: -webkit-flex-basis .3s ease-out;
		transition: -webkit-flex-basis .3s ease-out;
		transition: flex-basis .3s ease-out;
		transition: flex-basis .3s ease-out, -webkit-flex-basis .3s ease-out, -ms-flex-preferred-size .3s ease-out
	}
	.social-share_column-xs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.content-note:not {
	word-wrap: break-word;
	overflow-wrap: break-word
}
.content-note:not::before, .content-note:not::after {
	content: " ";
	display: table
}
.content-note:not::after {
	clear: both
}
.content-note:not h2 {
	margin: 40px 0 30px;
	font-size: 25px;
	font-weight: 500;
}
.content-note:not p {
	width: 100%;
}
.content-note:not p img {
	margin: 0
}
.content-note:not a {
	border-bottom: 1px rgba(57, 104, 163, .4) solid;
	color: #3968a3;
	text-decoration: none;
	-webkit-transition: border-color .15s ease-out;
	transition: border-color .15s ease-out
}
.content-note:not a:visited {
	color: #ba0505;
	border-color: rgba(186, 5, 5, .7)
}
.dark-red .content-note:not a:visited {
	color: #ba0505;
	border-color: rgba(186, 5, 5, .7)
}
.red .content-note:not a:visited {
	color: #f44336;
	border-color: rgba(244, 67, 54, .7)
}
.deep-orange .content-note:not a:visited {
	color: #ff5722;
	border-color: rgba(255, 87, 34, .7)
}
.light-green .content-note:not a:visited {
	color: #689f38;
	border-color: rgba(104, 159, 56, .7)
}
.green .content-note:not a:visited {
	color: #1b5e20;
	border-color: rgba(27, 94, 32, .7)
}
.teal .content-note:not a:visited {
	color: #009688;
	border-color: rgba(0, 150, 136, .7)
}
.blue .content-note:not a:visited {
	color: #2196f3;
	border-color: rgba(33, 150, 243, .7)
}
.indigo .content-note:not a:visited {
	color: #3f51b5;
	border-color: rgba(63, 81, 181, .7)
}
.dark-blue .content-note:not a:visited {
	color: #021859;
	border-color: rgba(2, 24, 89, .7)
}
.purple .content-note:not a:visited {
	color: #9c27b0;
	border-color: rgba(156, 39, 176, .7)
}
.dark-purple .content-note:not a:visited {
	color: #651482;
	border-color: rgba(101, 20, 130, .7)
}
.pink .content-note:not a:visited {
	color: #e91e63;
	border-color: rgba(233, 30, 99, .7)
}
.brown .content-note:not a:visited {
	color: #4e342e;
	border-color: rgba(78, 52, 46, .7)
}
.grey .content-note:not a:visited {
	color: #757575;
	border-color: rgba(117, 117, 117, .7)
}
.dark-grey .content-note:not a:visited {
	color: #272727;
	border-color: rgba(39, 39, 39, .7)
}
.cod-gray .content-note:not a:visited {
	color: #101010;
	border-color: rgba(16, 16, 16, .7)
}
.hex .content-note:not a:visited {
	color: #429871;
	border-color: rgba(66, 152, 113, .7)
}
.pink-riw .content-note:not a:visited {
	color: #bc1963;
	border-color: rgba(188, 25, 99, .7)
}
.content-note:not a:hover, .content-note:not a:focus {
	border-color: #3968a3;
	color: #3968a3;
	text-decoration: none
}
.post-page__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.post-page__columns-right {
	width: 100%
}
.post-page .post-page-item {
	margin-top: 0px;
	padding: 0 15px 20px
}
.post-page .post-page-item .post-page-header {
	margin-bottom: 30px
}
.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share_column-xs {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media(min-width:660px) {
	.post-page .post-page-item {
		padding-left: 20px;
		padding-right: 20px
	}
	.post-page .post-page-item .post-page-header .post-page-tools-footer {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
@media(min-width:980px) {
	.post-page .post-page-item .post-page-header .post-page-tools-footer .social-share {
		-ms-flex-preferred-size: 600px;
		flex-basis: 600px
	}
	.post-page .post-page-item .post-page-content {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.post-page .post-page-item .post-page-content .post-page-content-main {
		max-width: calc(100% - 300px);
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}
@media(min-width:1300px) {
	.post-page__columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media(min-width:1440px) {
	.post-page .post-page-item {
		margin-left: auto;
		margin-right: auto;
		width: 1260px
	}
}
@supports((-webkit-mask-image:linear-gradient(to bottom, #000 45%, transparent 98%)) or (mask-image:linear-gradient(to bottom, #000 45%, transparent 98%))) {}
@media(min-width:980px) {
	@supports((-webkit-mask-image: linear-gradient(to right, #000 45%, transparent 98%)) or (mask-image:linear-gradient(to right, #000 45%, transparent 98%))) {}
}
@media print {
	*, *::before, *::after {
		background: 0 0 !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]::after {
		content: " ("attr(href) ")"
	}
	a[href^="#"]::after {
		content: ""
	}
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
}
.comments {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	margin-top: 20px;
	background: #fff
}
.comments-btn-block {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 0
}
.comments__btn-up {
	position: absolute;
	top: 65vh;
	display: block;
	width: 50px;
	height: 50px;
	padding: 16px;
	margin-bottom: 160px;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 2px 12px 0 rgba(71, 75, 105, .15);
	box-shadow: 0 2px 12px 0 rgba(71, 75, 105, .15);
	z-index: 890
}
.comments__btn-up svg {
	position: relative;
	top: -4px
}
.comments__count {
	text-align: center;
	font-size: 22px;
	font-weight: 400
}
.comments .comment-bubble {
	opacity: 1;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out
}
.comments .comments-chat {
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.comments .comments-user {
	height: 40px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	top: -2px
}
.comments .comments-avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: 8px;
	margin-top: 2px;
	margin-right: 2px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
	border-radius: 50%;
	background-color: #f5f7fa
}
.comments .comments-avatar_grey {
	margin-left: 0;
	margin-right: 8px
}
.comments .comments-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.comments .comments-message_grey {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.comments .comments-field {
	position: relative;
	width: 88%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 15px;
	border: 1px solid #e2e7ec;
	border-radius: 12px
}
.comments .comments-field__txt {
	display: block;
	margin: 5px 0 0;
	font-size: 15px;
	text-align: left;
	font-weight: 400;
	word-break: break-word;
	overflow-wrap: break-word;
	line-height: 1.42857
}
.comments .comments-field__txt p {
	margin: 0
}
.comments .comments-field__image {
	text-align: left;
	margin-top: 5px
}
.comments .comments-field__image-load {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.comments .comments-field__image-load .spinner-inner {
	display: block
}
.comments .comments-field_grey {
	background-color: #f5f7fa;
	border-color: #f5f7fa
}
.comments .comments-like {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 14px;
	opacity: .9;
	color: #8899a7;
	cursor: pointer
}
.comments .comments-like:hover {
	color: #3968a3
}
.comments .comments-like__count {
	padding-left: 5px;
}
.comments .comments-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}
.comments .comments-flex__name {
	margin: 0;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left
}
.comments-toggle-md {
	display: none
}
@media(min-width:980px) {
	.comments:not(.comments_forever-small) {
		margin: 0 auto
	}
	.comments:not(.comments_forever-small) .comments-user {
		height: 60px;
		position: relative;
		top: -2px
	}
	.comments:not(.comments_forever-small) .comments-toggle-md {
		position: relative;
		width: 100%;
		margin: 20px 0;
		text-align: center
	}
	.comments:not(.comments_forever-small) .comments-flex_top {
		margin-top: 30px
	}
	.comments:not(.comments_forever-small) .comments-field__txt {
		font-size: 16px
	}
	.comments:not(.comments_forever-small) .comments-avatar {
		height: 50px;
		width: 50px;
		margin-right: 2px;
		margin-top: 2px;
		margin-left: 15px;
		line-height: 50px;
		font-size: 16px
	}
	.comments:not(.comments_forever-small) .comments-avatar_grey {
		margin: 0;
		margin-right: 15px
	}
	.comments:not(.comments_forever-small) .comments-flex {
		line-height: 22px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.comments:not(.comments_forever-small) .comments-toggle-md {
		display: block
	}
}
img {
	max-width: 100%
}
.post-page-content-main a {
	text-decoration: underline
}
.post-page-content-main a:hover {
	color: #a21e2b
}
body {
	font-family: 'PT Sans', sans-serif;
}
.contentBox {
	line-height: 1.5;
}
.contentBox p {
	padding-top: 10px;
}
.contentBox h1 {
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 27px;
}
.contentBox h2 {
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #0079f2;
}
.comments-avatar {
	max-width: 48px;
	max-height: 48px;
}
.comments__form {
	max-width: 500px;
	margin: 40px auto;
}
input {
	width: 100%;
}
a, input, button {
	font: inherit;
	color: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-shadow: inherit;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.btn3 {
	display: inline-block;
	font-size: 1em;
	color: #fff;
	padding: 0.5em 1em;
	background-color: #81a223;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81a223), to(#2f751b));
	background-image: -webkit-linear-gradient(top, #81a223, #2f751b);
	background-image: -moz-linear-gradient(top, #81a223, #2f751b);
	background-image: -ms-linear-gradient(top, #81a223, #2f751b);
	background-image: -o-linear-gradient(top, #81a223, #2f751b);
	background-image: linear-gradient(to bottom, #81a223, #2f751b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#81a223, endColorstr=#2F751B);
	border: 1px solid #5f781a;
	-webkit-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	-o-transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	transition: all 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	cursor: pointer;
	text-decoration: none;
}
.wheel {
	text-align: center;
}
.wheel__title {
	margin-bottom: 0.8em;
	font-size: 1.5em;
	font-weight: bold;
}
.wheel__wrapper {
	padding: 1.5em;
	border: 2px solid #c82333;
	margin: 2em 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.order__title {
	font-size: 1.1em;
	font-weight: bold;
}
.wheel__pic {
	position: relative;
}
.prize-wheel {
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}
.wheel__cursor {
	width: 158px;
	height: 158px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
@media (max-width: 500px) {
	.wheel__cursor {
		width: 130px;
		height: 130px;
	}
}
.wheel__cursor-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45%;
	height: 45%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.order {
	display: none;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 200;
}
.popup {
	position: absolute;
	top: -100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 500px;
	padding: 2.9em 0.5em 1em 0.5em;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-animation: toUp 1s ease 0.2s forwards;
	animation: toUp 1s ease 0.2s forwards;
}
@media (min-width: 320px) {
	.popup {
		font-size: 16px;
		font-size: calc(0.0070175439 * 100vw + 15.7543859649px);
	}
}
@media (min-width: 1460px) {
	.popup {
		font-size: 26px;
	}
}
@media (max-width: 700px) {
	.popup {
		width: 90%;
		max-width: 90%;
	}
}
@-webkit-keyframes toUp {
	100% {
		top: 50%;
	}
}
@keyframes toUp {
	100% {
		top: 50%;
	}
}
.popup__body {
	min-width: 300px;
}
.popup__title {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.popup__text {
	padding-bottom: 1em;
}
.order__title {
	font-size: 1.1em;
	font-weight: bold;
}
.accent2 {
	color: #ef3c51;
}
.wheel__title {
	margin-bottom: 0.8em;
	font-size: 1.5em;
	font-weight: bold;
}
@media (max-width: 800px) {
	.wheel__title {
		font-size: 1.0em;
	}
}
.footer {
	padding: 15px 0;
	background: #1b465b;
	color: white;
	text-align: center;
}
.content-image {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}
@media (max-width: 514px) {
	.contentBox h1 {
		font-size: 22px;
		margin: 0;
	}
}
.input-group {
	max-width: 300px;
	margin: auto;
}
[class*=" w-icon-"] {
	font-family: news-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.header {
	position: relative;
}
.global-bar {
	position: static;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 5px 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
}
.social-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.w-inline-block {
	max-width: 100%;
	display: inline-block;
}
article, footer, header, nav {
	display: block;
}
.main-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}
.corp {
	max-width: 118px;
}
.group {
	position: static;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 0;
	padding-left: 0;
	float: left;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 479px) {
	.global-bar {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.global-bar {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 991px) {
	.global-bar {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 479px) {
	.main-logo {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}
@media screen and (max-width: 479px) {
	.w-hidden-tiny {
		display: none !important;
	}
}
@media (max-width: 479px) {
	.share {
		width: 28px;
	}
}
.share {
	width: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
@media (max-width: 767px) {
	.navbar {
		background-image: none;
	}
}
.navbar {
	padding-top: 15px;
	background-color: #1b465b;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 50%);
}
.w-nav {
	position: relative;
	z-index: 1000;
}
@media screen and (max-width: 479px) {
	.w-container {
		max-width: none;
	}
}
@media screen and (max-width: 991px) {
	.w-container {
		max-width: 728px;
	}
}
.w-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1068px;
}
@media (max-width: 479px) {
	.brand {
		position: relative;
	}
}
@media (max-width: 767px) {
	.brand {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left: 10px;
	}
}
.w-nav-brand {
	position: relative;
	text-decoration: none;
	color: #333;
}
@media screen and (max-width: 767px) {
	.w-nav-brand {
		padding-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.w-nav[data-collapse=small] .w-nav-button {
		display: block;
	}
}
.w-nav:after, .w-nav:before {
	content: " ";
	display: table;
}
.w-container:after, .w-container:before {
	content: " ";
	display: table;
}
@media (max-width: 479px) {
	.menu-button {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.menu-button {
		margin-top: -15px;
		color: #174258;
	}
}
.w-nav-button {
	position: relative;
	float: right;
	padding: 18px;
	font-size: 24px;
	display: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.w-container:after, .w-container:before {
	content: " ";
	display: table;
}
@media (max-width: 767px) {
	.icon {
		color: #fff;
		font-size: 32px;
	}
}
.w-icon-nav-menu:before {
	content: "\e602";
}
[class*=" w-icon-"] {
	font-family: news-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-red {
	background-color: #b71219;
}
@media screen and (max-width: 767px) {
	.w-nav[data-collapse=small] .w-nav-menu {
		display: none;
	}
}
.nav-menu {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
}
@media (max-width: 479px) {
	.nav-link {
		color: #000;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.nav-link {
		border-bottom: 1px solid rgba(23, 65, 85, .2);
		background-color: #fff;
		color: #000;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.nav-link {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 12px;
		line-height: 14px;
	}
}
.nav-link {
	padding: 12px 15px;
	font-family: 'Libre Franklin', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
.w-nav-overlay {
	position: absolute;
	overflow: hidden;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
}
.spin {
	-webkit-animation: spin 7s ease-in-out forwards;
	animation: spin 7s ease-in-out forwards;
}

@-webkit-keyframes spin {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}

@keyframes spin {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}

	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}