@-ms-viewport {
	user-zoom: fixed;
}
@-o-viewport {
	user-zoom: fixed;
}
@viewport {
	user-zoom: fixed;
}
* {
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}
label {
	cursor: pointer;
}
textarea {
	resize: none;
}
a,
button,
input,
textarea {
	outline: none;
}
:focus {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}
a,
img {
	border: 0;
}
a {
	outline: none;
	color: #0faa0f;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0ms;
	-o-transition: all 0.2s ease 0ms;
	transition: all 0.2s ease 0ms;
}
a:hover,
a:active {
	color: #0d7e0d;
	text-decoration: none;
}
b,
strong {
	font-weight: 700;
}
body {
	color: #646464;
	font: 15px 'Roboto', sans-serif;
	line-height: 24px;
	text-align: center;
	background: #111111;
}
html,
body {
	height: 100%;
	min-width: 300px;
}
*[class^='mobile-'] {
	display: none;
}
.fl-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.col {
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -7px;
}
.row .col {
	width: auto !important;
	padding: 0 7px;
}
.up-link {
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}
.page-width {
	position: relative;
	overflow-x: hidden;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: #111111;
}
.page-bl {
	min-width: 260px;
	max-width: 1170px;
	width: auto;
	text-align: left;
	padding: 0 30px;
	margin: 0 auto;
	z-index: 1;
}
.site-header {
	position: relative;
	z-index: 10;
	background: #323232;
	position: fixed;
    top: 0;
    width: 100%;
}
.logo-wrap {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.logo {
	display: inline-block;
	overflow: hidden;
	color: transparent;
	text-decoration: none;
	vertical-align: top;
}
.logo img {
	width: 221px;
	height: 101px;
}
.site-header .logo-wrap {
	padding-right: 15px;
}
.site-header .logo img {
	width: 100px;
	height: 45px;
}
.site-header .fl-row {
	min-height: 76px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 15px;
}
.site-header .col {
	width: auto;
}
.bonus-inf {
	cursor: default;
	position: relative;
	display: inline-block;
	color: #999;
	font-weight: 900;
	text-transform: uppercase;
	vertical-align: top;
	padding: 0 5px;
}
.lang-nav {
	position: relative;
	overflow: visible;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.lang-nav span {
	cursor: pointer;
	opacity: 0.5;
}
.lang-nav span:hover,
.lang-nav span:active {
	opacity: 1;
}
.lang-nav ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 74px;
	list-style: none;
	padding: 25px 0 0;
	margin: 25px 0 0 -37px;
	background: rgba(18, 18, 18, 0.8);
}
.lang-nav li {
	padding: 0 0 25px;
}
.lang-nav span,
.lang-nav a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	border-radius: 100%;
}
.lang-nav img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.lang-nav.open span {
	opacity: 1;
}
.lang-nav.open ul {
	display: block;
}
.lang-row {
	padding: 0;
}
.lang-row .l-active {
	display: none;
}
.lang-row ul {
	position: relative;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 46px;
	width: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
	margin: 0;
	border: solid 2px #3c3c3c;
	background: #3c3c3c;
	border-radius: 10px;
}
.lang-row ul li {
	padding: 0 5px;
}
.site-content {
	padding: 0 0 1px;
}
.site-content p {
	color: white;
	padding-bottom: 26px;
}
.site-content ul,
.site-content ol {
	position: relative;
	margin: 0 0 20px 30px;
}
.site-content ul ul,
.site-content ul ol,
.site-content ol ul,
.site-content ol ol {
	margin-bottom: 0;
}
.site-content li {
	padding-bottom: 11px;
}
.site-content ul {
	list-style: none;
}
.site-content ul li {
	position: relative;
	color: #fff;
}
.site-content ul li:before {
	content: ' ';
	position: absolute;
	top: 11px;
	left: -30px;
	width: 10px;
	height: 2px;
	background: #2f965a;
}
.site-content ol {
	list-style: none;
}
.site-content ol li {
	position: relative;
	color: #fff;
}
.site-content ol .num {
	position: absolute;
	top: 0;
	left: -30px;
	width: 25px;
	color: #fff;
	font-style: normal;
}
.site-content abbr {
	text-decoration: none;
}
.site-footer {
	position: relative;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 0 52px;
}
.site-footer .fl-row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-footer .col {
	padding-bottom: 0;
}
.site-footer .logo-wrap {
	text-align: center;
	padding: 0 0 26px;
}
.site-footer .copy {
	opacity: 0.25;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
.site-footer p {
	padding-bottom: 26px;
}
h1 {
	color: #fff;
	font: bold 60px 'Roboto', sans-serif;
	line-height: 1.2;
	padding: 0 0 26px;
	margin: 0;
	text-shadow: 2px 2px 2px #000;
}
h2 {
	color: #ffffff;
	font: 900 45px 'Roboto', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 16px;
	margin: 0;
}
.bonus-bl h2 {
	color: #41cd85;
	font: 30px 'Roboto', sans-serif;
	line-height: 1;
	text-align: left;
	padding: 0 0 33px;
	margin: 0;
}
.bonus-bl h2 strong {
	display: block;
	color: #fff;
	font-size: 55px;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 1px;
	padding: 0 0 10px;
}
.bonus-bl h2 span {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.bonus-bl h2 b {
	color: #15be37;
}
.bonus-bl h2 i {
	color: #2f965a;
	font-style: normal;
}
h3 {
	color: #2f965a;
	font: bold 35px 'Roboto', sans-serif;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 16px;
	margin: 0;
}
h4 {
	color: #0a3255;
	font: bold 30px 'Roboto', sans-serif;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 20px;
	margin: 0;
}
.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #d8d8d8;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 25px;
	margin: -20px 0 0 !important;
}
.breadcrumb li {
	padding: 0 12px;
}
.breadcrumb li:before {
	content: '—';
	margin: 0 22px 0 0;
}
.breadcrumb li:first-child:before {
	display: none;
}
.breadcrumb .num {
	display: none;
}
.breadcrumb a {
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.breadcrumb a:hover {
	opacity: 0.5;
}
.breadcrumb span {
	color: #afafaf;
	text-shadow: 2px 2px 2px #000;
}
table {
	width: 100%;
	border-spacing: 0;
}
iframe {
	border: none;
	background: 0 0;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
	opacity: 1;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea {
	width: 100%;
	height: 48px;
	font: 15px 'Roboto', sans-serif;
	vertical-align: top;
	padding: 12px 20px;
	border: solid 1px #cbcbcb;
	background: #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	overflow: hidden;
}
.inp-bl {
	position: relative;
}
.inp-bl p {
	padding: 0 !important;
}
.btn {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	min-height: 50px;
	color: #fff;
	font: bold 15px 'Roboto', sans-serif;
	line-height: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	padding: 5px 10px;
	border: none;
	background: #2f965a;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease 0ms;
	-o-transition: all 0.2s ease 0ms;
	transition: all 0.2s ease 0ms;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn:hover,
.btn:active {
	color: #fff;
	background: #ffbb00;
}
.btn.org {
	background-color: #ffbb00;
}
.btn.org:hover,
.btn.org:active {
	background-color: #2f965a;
}
input[type='checkbox'],
input[type='radio'] {
	position: absolute;
	z-index: -1;
	clip: rect(0, 0, 0, 0);
}
input[type='checkbox'] + .lbl,
input[type='radio'] + .lbl {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 34px;
}
input[type='checkbox']:disabled + .lbl:before,
input[type='radio']:disabled + .lbl:before {
	cursor: default;
	opacity: 0.5;
}
input[type='checkbox'] + .lbl:before,
input[type='radio'] + .lbl:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	width: 18px;
	height: 18px;
	border: solid 1px #dcdcdc;
}

input[type='checkbox']:checked + .lbl:before,
input[type='radio']:checked + .lbl:before {
	border-color: #c52b2b;
	background-color: #c52b2b;
	background-position: center center;
}
.area-main {
	position: relative;
	overflow: hidden;
}
.area-main:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background: #3e3e3e url(../images/main-box-head.jpg) no-repeat center top;
	background-size: cover;
}
.area-main .page-bl {
	position: relative;
}
.box-bl {
	position: relative;
	overflow: visible;
	margin: 0 0 25px;
	background: #262626;
	border-radius: 10px;
}
.box-bl-transp {
	background: 0 0 !important;
}
.box-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.box-head .col {
	width: auto;
	padding-bottom: 0;
}
.box-head .col:first-child:last-child {
	display: flex;
	width: 100%;
}
.box-head h2 {
	padding: 0;
}
.box-head h1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.box-body {
	padding: 0 30px 1px;
}
.box-bl.bg {
	color: #fff;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0b3459),
		to(#0f4678)
	);
	background: -o-linear-gradient(left, #0b3459, #0f4678);
	background: linear-gradient(to right, #0b3459, #0f4678);
}
.box-bl.bg h2,
.box-bl.bg h3,
.box-bl.bg h4 {
	color: #fff;
}
.main-box {
	background: 0 0;
}
.main-box .box-head {
	min-height: 300px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 0;
	background: 0 0;
	z-index: 10;
}
.aviator-page .main-box .box-head:after {
	content: '';
	position: absolute;
	height: calc(100% - 30px - 180px);
	width: 66%;
	top: 30px;
	left: 17%;
	border-radius: 820px;
	background: rgba(15, 69, 118, 0.94);
	-webkit-filter: blur(44.5px);
	filter: blur(44.5px);
	z-index: -1;
}
.main-box .box-head .col {
	text-align: center;
}
.main-box .box-head h1 {
	display: block;
}
.main-box .box-head .btn {
	margin: 0 auto;
	white-space: nowrap;
	width: 220px;
}
.main-box .box-body {
	padding-top: 28px;
	background: #fff;
}
.bonus-bl {
	position: relative;
	color: #fff;
	padding: 26px 30px 30px;
	margin: 0 0 25px;
	background: #333333;
	border-radius: 10px;
}
.bonus-bl .txt {
	position: relative;
	padding: 66px 530px 62px 0;
}
.bonus-bl .txt:after {
	content: ' ';
	position: absolute;
	top: 50%;
	right: 0;
	width: 540px;
	height: 500px;
	margin: -250px 0 0;
	background: url(../images/bonus-img.png) no-repeat center center;
	background-size: cover;
}
.bonus-bl h2 {
	text-align: center;
}
.bonus-bl .fl-row {
	position: relative;
	max-width: 300px;
	font-weight: 700;
	line-height: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: 0;
}
.bonus-bl .fl-row:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 64px;
	width: 2px;
	height: 100%;
	background: url(../images/line-01.png) repeat-y left top;
}
.bonus-bl .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding: 0 0 0 88px;
}
.bonus-bl .col:last-child {
	color: #faeb41;
	text-transform: uppercase;
}
.bonus-bl .fl-row p {
	padding: 0;
}
.bonus-bl .icon {
	position: absolute;
	top: 50%;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 62px;
	min-width: 62px;
	height: 50px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -25px 0 0;
}
.bonus-bl .icon img {
	max-width: 34px;
	max-height: 34px;
}
.bonus-bl .btn {
}
.bonus-bl .txt-row .fl-row {
	max-width: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -10px;
}
.bonus-bl .txt-row .fl-row:before {
	display: none;
}
.bonus-bl .txt-row .col {
	width: auto;
}
.bonus-bl .txt-row .col:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 64px;
	width: 2px;
	height: 100%;
	background: url(../images/line-01.png) repeat-y left top;
}
.inf-bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.inf-bl img {
	max-width: 25px;
	max-height: 25px;
	margin: 0 14px 0 0;
}
.info-row {
	color: #fff;
	font-weight: 700;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	margin: 0;
	background: #323232;
	border-radius: 0 0 8px 8px;
}
.info-row .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: solid 2px rgba(255, 255, 255, 0.1);
}
.info-row .col:first-child {
	border-left: solid 2px rgba(255, 255, 255, 0.1);
}
.faq-bl {
	padding: 0 0 1px;
	background: #262626;
	border-radius: 0 0 10px 10px;
}
.qw-bl {
	position: relative;
	width: 100%;
}
.qw-bl .q-title,
.qw-bl .q-body {
	position: relative;
	min-width: 100%;
	width: 100%;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.qw-bl .q-title {
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	margin: 0 0 22px;
}
.qw-bl .q-title strong {
	color: #2f965a;
	font-size: 25px;
	line-height: 30px;
}
.qw-bl .q-title:hover strong {
	color: #646464;
}
.qw-bl .sbm span {
	display: none;
	color: #2f965a;
	text-decoration: underline;
}
.qw-bl .sbm span:hover,
.qw-bl .sbm span:active {
	text-decoration: none;
}
.qw-bl .sbm span:nth-child(1) {
	display: block;
}
.qw-bl.open .sbm span:nth-child(1) {
	display: none;
}
.qw-bl.open .sbm span:nth-child(2) {
	display: block;
}
.tbl-bl {
	padding: 0 0 23px;
}
.tbl-bl table {
	border-top: solid 2px #dbdbdf;
}
.tbl-bl td {
	height: 34px;
	padding: 2px 0 2px 15px;
	border-bottom: solid 2px #dbdbdf;
}
.tbl-bl td:first-child {
	width: 276px;
	padding-left: 0;
}
.tbl-bl table p {
	padding: 0;
}
.tbl-title {
	position: relative;
	color: #595959;
	padding: 0 0 0 35px;
}
.tbl-title .ico {
	position: absolute;
	top: 50%;
	left: 0;
	overflow: visible;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 19px;
	height: 34px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -59px 0 0 2px;
}
.tbl-title .ico img {
	max-width: 218px;
	max-height: 218px;
	width: auto;
	height: auto;
}
.tbl-bl tr:nth-child(4) .tbl-title .ico {
	margin-top: -55px;
}
.box-bl.bg .tbl-bl table {
	border-top-color: rgba(255, 255, 255, 0.07);
}
.box-bl.bg .tbl-bl td {
	border-bottom-color: rgba(255, 255, 255, 0.07);
}
.box-bl.bg .tbl-title {
	color: #fff;
}
.articles-row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}
.articles-row .col {
	width: 50%;
	padding-bottom: 25px;
}
.article-bl {
	min-height: 100%;
	text-align: center;
	background: #333333;
	border-radius: 10px;
}
.article-bl .img {
	position: relative;
	overflow: hidden;
	height: 225px;
	margin: 0 0 26px;
	background: #212121;
}
.article-bl .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.art-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 33px 30px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.art-head h2 {
	color: #fff;
	font-size: 35px;
	line-height: 1;
	padding: 0;
}
.art-body {
	text-align: left;
	padding: 24px 30px 1px;
}
.art-foot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 30px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
td,
th {
	padding: 5px 0;
}
td + td,
th + th {
	padding-left: 10px;
}
.aviator-page .page-bl {
	max-width: 1240px;
}
.aviator-page .banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.banner-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}
.banner-content + .banner-content {
	margin-left: 20px;
}
.banner-title {
	padding: 32px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29.7%;
	-ms-flex: 0 0 29.7%;
	flex: 0 0 29.7%;
	background: url(../images/aviator-banner-bg.png) no-repeat center center;
	background-size: cover;
}
.banner-title h2 {
	font: 900 40px 'Roboto', sans-serif;
	color: #fff;
}
.banner-title h3,
.banner-title h4 {
	font: 900 35px 'Roboto', sans-serif;
	color: #fff;
}
.banner-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 calc(100% - 29.7% - 20px);
	-ms-flex: 0 1 calc(100% - 29.7% - 20px);
	flex: 0 1 calc(100% - 29.7% - 20px);
}
.banner-img img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 720px) and (max-width: 1200px) {
	@viewport {
		user-zoom: fixed;
	}
	* {
		padding: 0;
		margin: 0;
		-webkit-appearance: none;
	}
	label {
		cursor: pointer;
	}
	textarea {
		resize: none;
	}
	a,
	button,
	input,
	textarea {
		outline: none;
	}
	:focus {
		outline: none;
	}
	button::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
	img {
		max-width: 100%;
		width: auto;
		height: auto;
		vertical-align: top;
	}
	a,
	img {
		border: 0;
	}
	a {
		outline: none;
		color: #0faa0f;
		text-decoration: none;
		-moz-transition: all 0.2s ease 0ms;
		-webkit-transition: all 0.2s ease 0ms;
		transition: all 0.2s ease 0ms;
	}
	a:hover,
	a:active {
		color: #0d7e0d;
		text-decoration: none;
	}
	b,
	strong {
		font-weight: 700;
	}
	body {
		color: #646464;
		font: 1.25vw 'Roboto', sans-serif;
		line-height: 2vw;
		text-align: center;
		background: #111111;
	}
	html,
	body {
		height: 100%;
		min-width: 25vw;
	}
	*[class^='mobile-'] {
		display: none;
	}
	.fl-row {
		display: flex;
		margin: 0 -1.25vw;
	}
	.col {
		width: 100%;
		padding: 0 1.25vw;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row {
		display: flex;
		align-items: center;
		margin: 0 -0.5833vw;
	}
	.row .col {
		width: auto !important;
		padding: 0 0.5833vw;
	}
	.up-link {
		opacity: 0;
		position: fixed;
		right: 0;
		bottom: 0;
		overflow: hidden;
		width: 0;
		height: 0;
	}
	.page-width {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto;
		background: #111111;
	}
	.page-bl {
		min-width: 21.6667vw;
		max-width: 97.5vw;
		width: auto;
		text-align: left;
		padding: 0 2.5vw;
		margin: 0 auto;
	}
	.site-header {
		position: relative;
		z-index: 10;
		background: #323232;
	}
	.site-header .btn {
		width: 8.3333vw;
	}
	.logo-wrap {
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select: none;
	}
	.logo {
		display: inline-block;
		overflow: hidden;
		color: transparent;
		text-decoration: none;
		vertical-align: top;
	}
	.logo img {
		width: 18.4167vw;
		height: 8.4167vw;
	}
	.site-header .logo-wrap {
		padding-right: 1.25vw;
	}
	.site-header .logo img {
		width: 8.3333vw;
		height: 3.75vw;
	}
	.site-header .fl-row {
		min-height: 6.3333vw;
		align-items: center;
		justify-content: space-between;
		margin: 0 1.25vw;
	}
	.site-header .col {
		width: auto;
	}
	.bonus-inf {
		cursor: default;
		position: relative;
		display: inline-block;
		color: #999;
		font-weight: 900;
		text-transform: uppercase;
		vertical-align: top;
		padding: 0;
	}
	.lang-nav {
		position: relative;
		overflow: visible;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
	.lang-nav span {
		cursor: pointer;
		opacity: 0.5;
	}
	.lang-nav span:hover,
	.lang-nav span:active {
		opacity: 1;
	}
	.lang-nav ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 6.1667vw;
		list-style: none;
		padding: 2.0833vw 0 0;
		margin: 2.0833vw 0 0 -3.0833vw;
		background: rgba(18, 18, 18, 0.8);
	}
	.lang-nav li {
		padding: 0 0 2.0833vw;
	}
	.lang-nav span,
	.lang-nav a {
		position: relative;
		overflow: hidden;
		display: block;
		width: 2.0833vw;
		height: 2.0833vw;
		margin: 0 auto;
		border-radius: 100%;
	}
	.lang-nav img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.lang-nav.open span {
		opacity: 1;
	}
	.lang-nav.open ul {
		display: block;
	}
	.lang-row {
		padding: 0;
	}
	.lang-row .l-active {
		display: none;
	}
	.lang-row ul {
		position: relative;
		top: 0;
		left: 0;
		display: flex;
		min-height: 3.8333vw;
		width: auto;
		align-items: center;
		justify-content: center;
		padding: 0 0.4167vw;
		margin: 0;
		border: solid 0.1667vw #3c3c3c;
		background: #3c3c3c;
		border-radius: 0.8333vw;
	}
	.lang-row ul li {
		padding: 0 0.4167vw;
	}
	.site-content {
		padding: 0 0 0.0833vw;
	}
	.site-content p {
		padding-bottom: 2.1667vw;
	}
	.site-content ul,
	.site-content ol {
		position: relative;
		margin: 0 0 1.6667vw 2.5vw;
	}
	.site-content ul ul,
	.site-content ul ol,
	.site-content ol ul,
	.site-content ol ol {
		margin-bottom: 0;
	}
	.site-content li {
		padding-bottom: 0.9167vw;
	}
	.site-content ul {
		list-style: none;
	}
	.site-content ul li {
		position: relative;
		color: #ffffff;
	}
	.site-content ul li:before {
		content: ' ';
		position: absolute;
		top: 0.9167vw;
		left: -2.5vw;
		width: 0.8333vw;
		height: 0.1667vw;
		background: #2f965a;
	}
	.site-content ol {
		list-style: none;
	}
	.site-content ol li {
		position: relative;
		color: #fff;
	}
	.site-content ol .num {
		position: absolute;
		top: 0;
		left: -2.5vw;
		width: 2.0833vw;
		color: #ffffff;
		font-style: normal;
	}
	.site-content abbr {
		text-decoration: none;
	}
	.site-footer {
		position: relative;
		overflow: hidden;
		color: rgba(255, 255, 255, 0.5);
		padding: 0 0 4.3333vw;
	}
	.site-footer .fl-row {
		flex-wrap: wrap;
	}
	.site-footer .col {
		padding-bottom: 0;
	}
	.site-footer .logo-wrap {
		text-align: center;
		padding: 0 0 2.1667vw;
	}
	.site-footer .copy {
		opacity: 0.25;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	.site-footer p {
		padding-bottom: 2.1667vw;
	}
	h1 {
		color: #fff;
		font: bold 5vw 'Roboto', sans-serif;
		line-height: 1.2;
		padding: 0 0 2.1667vw;
		margin: 0;
	}
	h2 {
		color: #0a3255;
		font: 900 3.75vw 'Roboto', sans-serif;
		line-height: 1.2;
		text-transform: uppercase;
		text-align: center;
		padding: 0 0 1.3333vw;
		margin: 0;
	}
	.bonus-bl h2 {
		color: #41cd85;
		font: 2.5vw 'Roboto', sans-serif;
		line-height: 1;
		text-align: left;
		padding: 0 0 2.75vw;
		margin: 0;
	}
	.bonus-bl h2 strong {
		display: block;
		color: #fff;
		font-size: 4.5833vw;
		font-weight: 900;
		line-height: 5vw;
		letter-spacing: 0.0833vw;
		padding: 0 0 0.8333vw;
	}
	.bonus-bl h2 span {
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	.bonus-bl h2 b {
		color: #15be37;
	}
	.bonus-bl h2 i {
		color: #2f965a;
		font-style: normal;
	}
	h3 {
		color: #2f965a;
		font: bold 2.9167vw 'Roboto', sans-serif;
		line-height: 1.2;
		text-align: center;
		padding: 0 0 1.3333vw;
		margin: 0;
	}
	h4 {
		color: #0a3255;
		font: bold 2.5vw 'Roboto', sans-serif;
		line-height: 1.2;
		text-align: center;
		padding: 0 0 1.6667vw;
		margin: 0;
	}
	.breadcrumb {
		display: flex;
		color: #d8d8d8;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		padding: 0 0 2.0833vw;
		margin: -1.6667vw 0 0 !important;
	}
	.breadcrumb li {
		padding: 0 1vw;
	}
	.breadcrumb li:before {
		content: '—';
		margin: 0 1.8333vw 0 0;
	}
	.breadcrumb li:first-child:before {
		display: none;
	}
	.breadcrumb .num {
		display: none;
	}
	.breadcrumb a {
		color: #fff;
	}
	.breadcrumb a:hover {
		opacity: 0.5;
	}
	.breadcrumb span {
		color: #afafaf;
	}
	table {
		width: 100%;
		border-spacing: 0;
	}
	iframe {
		border: none;
		background: 0 0;
	}
	::-moz-placeholder {
		opacity: 1;
	}
	::-webkit-input-placeholder {
		opacity: 1;
	}
	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='password'],
	textarea {
		width: 100%;
		height: 4vw;
		font: 1.25vw 'Roboto', sans-serif;
		vertical-align: top;
		padding: 1vw 1.6667vw;
		border: solid 0.0833vw #cbcbcb;
		background: #fff;
		-moz-border-radius: 0.3333vw;
		-webkit-border-radius: 0.3333vw;
		border-radius: 0.3333vw;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	textarea {
		overflow: hidden;
	}
	.inp-bl {
		position: relative;
	}
	.inp-bl p {
		padding: 0 !important;
	}
	.btn {
		cursor: pointer;
		position: relative;
		display: flex;
		width: 13.3333vw;
		min-height: 4.1667vw;
		color: #fff;
		font: bold 1.25vw 'Roboto', sans-serif;
		line-height: 1.6667vw;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		text-align: center;
		vertical-align: top;
		padding: 0.4167vw 0.8333vw;
		border: none;
		background: #2f965a;
		background-size: 100% 50%;
		-moz-border-radius: 0.8333vw;
		-webkit-border-radius: 0.8333vw;
		border-radius: 0.8333vw;
		-moz-transition: all 0.2s ease 0ms;
		-webkit-transition: all 0.2s ease 0ms;
		transition: all 0.2s ease 0ms;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.btn:hover,
	.btn:active {
		color: #fff;
		background: #db4b03;
	}
	.btn.org {
		background-color: #2f965a;
	}
	.btn.org:hover,
	.btn.org:active {
		background-color: #1c8671;
	}
	input[type='checkbox'],
	input[type='radio'] {
		position: absolute;
		z-index: -1;
		clip: rect(0, 0, 0, 0);
	}
	input[type='checkbox'] + .lbl,
	input[type='radio'] + .lbl {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 2.8333vw;
	}
	input[type='checkbox']:disabled + .lbl:before,
	input[type='radio']:disabled + .lbl:before {
		cursor: default;
		opacity: 0.5;
	}
	input[type='checkbox'] + .lbl:before,
	input[type='radio'] + .lbl:before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		display: block;
		width: 1.5vw;
		height: 1.5vw;
		border: solid 0.0833vw #dcdcdc;
	}

	input[type='checkbox']:checked + .lbl:before,
	input[type='radio']:checked + .lbl:before {
		border-color: #c52b2b;
		background-color: #c52b2b;
		background-position: center center;
	}
	.area-main {
		position: relative;
		overflow: hidden;
	}
	.area-main:before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 37.5vw;
		background: #3e3e3e url(../images/main-box-head.jpg) no-repeat center top;
		background-size: cover;
	}
	.area-main .page-bl {
		position: relative;
	}
	.box-bl {
		position: relative;
		overflow: visible;
		margin: 0 0 2.0833vw;
		background: #262626;
		border-radius: 0.8333vw;
	}
	.box-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 2.0833vw 1.25vw;
		box-sizing: border-box;
	}
	.box-head .col {
		width: auto;
		padding-bottom: 0;
	}
	.box-head .col:first-child:last-child {
		width: 100%;
	}
	.box-head h2 {
		padding: 0;
	}
	.box-head h1 {
		display: flex;
		align-items: center;
	}
	.box-body {
		padding: 0 2.5vw 0.0833vw;
	}
	.box-bl.bg {
		color: #fff;
		background: linear-gradient(to right, #0b3459, #0f4678);
	}
	.box-bl.bg h2,
	.box-bl.bg h3,
	.box-bl.bg h4 {
		color: #fff;
	}
	.main-box {
		background: 0 0;
	}
	.main-box .box-head {
		min-height: 25vw;
		justify-content: center;
		padding-top: 2.5vw;
		padding-bottom: 0;
		background: 0 0;
	}
	.main-box .box-head .col {
		text-align: center;
	}
	.main-box .box-head h1 {
		display: block;
	}
	.main-box .box-head .btn {
		margin: 0 auto;
	}
	.main-box .box-body {
		padding-top: 2.3333vw;
		background: #fff;
	}
	.bonus-bl {
		position: relative;
		color: #fff;
		padding: 2.1667vw 2.5vw 2.5vw;
		margin: 0 0 2.0833vw;
		background: #333333;
		border-radius: 0.8333vw;
	}
	.bonus-bl .txt {
		position: relative;
		padding: 5.5vw 44.1667vw 5.1667vw 0;
	}
	.bonus-bl .txt:after {
		content: ' ';
		position: absolute;
		top: 50%;
		right: 0;
		width: 45vw;
		height: 41.6667vw;
		margin: -20.8333vw 0 0;
		background: url(../images/bonus-img.png) no-repeat center center;
		background-size: cover;
	}
	.bonus-bl h2 {
		text-align: center;
	}
	.bonus-bl .fl-row {
		position: relative;
		max-width: 25vw;
		font-weight: 700;
		line-height: 1.6667vw;
		flex-wrap: wrap;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
	.bonus-bl .fl-row:before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 5.3333vw;
		width: 0.1667vw;
		height: 100%;
		background: url(../images/line-01.png) repeat-y left top;
	}
	.bonus-bl .col {
		display: flex;
		position: relative;
		min-height: 4.1667vw;
		align-items: center;
		text-align: left;
		padding: 0 0 0 7.3333vw;
	}
	.bonus-bl .col:last-child {
		color: #faeb41;
		text-transform: uppercase;
	}
	.bonus-bl .fl-row p {
		padding: 0;
	}
	.bonus-bl .icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: flex;
		width: 5.1667vw;
		min-width: 5.1667vw;
		height: 4.1667vw;
		align-items: center;
		justify-content: center;
		margin: -2.0833vw 0 0;
	}
	.bonus-bl .icon img {
		max-width: 2.8333vw;
		max-height: 2.8333vw;
	}
	.bonus-bl .btn {
	}
	.bonus-bl .txt-row .fl-row {
		max-width: 100%;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-left: -0.8333vw;
	}
	.bonus-bl .txt-row .fl-row:before {
		display: none;
	}
	.bonus-bl .txt-row .col {
		width: auto;
	}
	.bonus-bl .txt-row .col:before {
		content: ' ';
		position: absolute;
		top: 0;
		left: 5.3333vw;
		width: 0.1667vw;
		height: 100%;
		background: url(../images/line-01.png) repeat-y left top;
	}
	.inf-bl {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.inf-bl img {
		max-width: 2.0833vw;
		max-height: 2.0833vw;
		margin: 0 1.1667vw 0 0;
	}
	.info-row {
		color: #fff;
		font-weight: 700;
		align-items: center;
		padding: 0 2.5vw;
		margin: 0;
		background: #323232;
		border-radius: 0 0 0.6667vw 0.6667vw;
	}
	.info-row .col {
		display: flex;
		height: 6.25vw;
		align-items: center;
		justify-content: center;
		border-right: solid 0.1667vw rgba(255, 255, 255, 0.1);
	}
	.info-row .col:first-child {
		border-left: solid 0.1667vw rgba(255, 255, 255, 0.1);
	}
	.faq-bl {
		padding: 0 0 0.0833vw;
		background: #fff;
		border-radius: 0 0 0.8333vw 0.8333vw;
	}
	.qw-bl {
		position: relative;
		width: 100%;
	}
	.qw-bl .q-title,
	.qw-bl .q-body {
		position: relative;
		min-width: 100%;
		width: 100%;
		padding: 0 2.5vw;
		box-sizing: border-box;
	}
	.qw-bl .q-title {
		cursor: pointer;
		font-weight: 700;
		text-align: center;
		margin: 0 0 1.8333vw;
	}
	.qw-bl .q-title strong {
		color: #2f965a;
		font-size: 2.0833vw;
		line-height: 2.5vw;
	}
	.qw-bl .q-title:hover strong {
		color: #646464;
	}
	.qw-bl .sbm span {
		display: none;
		color: #2f965a;
		text-decoration: underline;
	}
	.qw-bl .sbm span:hover,
	.qw-bl .sbm span:active {
		text-decoration: none;
	}
	.qw-bl .sbm span:nth-child(1) {
		display: block;
	}
	.qw-bl.open .sbm span:nth-child(1) {
		display: none;
	}
	.qw-bl.open .sbm span:nth-child(2) {
		display: block;
	}
	.tbl-bl {
		padding: 0 0 1.9167vw;
	}
	.tbl-bl table {
		border-top: solid 0.1667vw #dbdbdf;
	}
	.tbl-bl td {
		height: 2.8333vw;
		padding: 0.1667vw 0 0.1667vw 1.25vw;
		border-bottom: solid 0.1667vw #dbdbdf;
	}
	.tbl-bl td:first-child {
		width: 23vw;
		padding-left: 0;
	}
	.tbl-bl table p {
		padding: 0;
	}
	.tbl-title {
		position: relative;
		color: #595959;
		padding: 0 0 0 2.9167vw;
	}
	.tbl-title .ico {
		position: absolute;
		top: 50%;
		left: 0;
		overflow: visible;
		display: flex;
		width: 1.5833vw;
		height: 2.8333vw;
		align-items: flex-start;
		justify-content: center;
		margin: -4.9167vw 0 0 0.1667vw;
	}
	.tbl-title .ico img {
		max-width: 18.1667vw;
		max-height: 18.1667vw;
		width: auto;
		height: auto;
	}
	.tbl-bl tr:nth-child(4) .tbl-title .ico {
		margin-top: -4.5833vw;
	}
	.box-bl.bg .tbl-bl table {
		border-top-color: rgba(255, 255, 255, 0.07);
	}
	.box-bl.bg .tbl-bl td {
		border-bottom-color: rgba(255, 255, 255, 0.07);
	}
	.box-bl.bg .tbl-title {
		color: #fff;
	}
	.articles-row {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}
	.articles-row .col {
		width: 50%;
		padding-bottom: 2.0833vw;
	}
	.article-bl {
		min-height: 100%;
		text-align: center;
		background: #333333;
		border-radius: 0.8333vw;
	}
	.article-bl .img {
		position: relative;
		overflow: hidden;
		height: 18.75vw;
		margin: 0 0 2.1667vw;
		background: #212121;
	}
	.article-bl .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.art-head {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		padding: 2.75vw 2.5vw 0.5833vw;
		box-sizing: border-box;
	}
	.art-head h2 {
		color: #fff;
		font-size: 2.9167vw;
		line-height: 1;
		padding: 0;
	}
	.art-body {
		text-align: left;
		padding: 2vw 2.5vw 0.0833vw;
	}
	.art-foot {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		padding: 0 2.5vw 2.0833vw;
		box-sizing: border-box;
	}
	.banner-title h2 {
		font: 900 3vw 'Roboto', sans-serif;
	}
	.banner-title h3,
	.banner-title h4 {
		font: 900 2.5vw 'Roboto', sans-serif;
	}
}
@media screen and (max-width: 720px) {
	*[class^='mobile-'] {
		display: block;
	}
	*[class^='desktop-'] {
		display: none;
	}
	.page-width {
		overflow-x: hidden;
	}
	.page-bl {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header .fl-row {
		margin: 0 -15px;
	}
	.site-footer .col {
		display: none;
	}
	.site-footer .col:first-child {
		display: block;
		max-width: 1000%;
	}
	.site-footer .logo-wrap {
		padding-top: 0;
	}
	.main-box .box-head {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 15px;
	}
	.main-box .box-head h1 {
		text-align: center;
	}
	.box-body {
		padding: 15px 15px 1px;
	}
	.breadcrumb {
		justify-content: center;
		padding: 12px 0;
		margin: 0 !important;
	}
	.bonus-bl {
		padding: 15px;
		margin-bottom: 25px;
	}
	.bonus-bl:after {
		display: none;
	}
	.bonus-bl .fl-row {
		flex-wrap: wrap;
		margin: 0;
	}
	.bonus-bl .col {
		width: 100%;
	}
	.bonus-bl h2 {
		text-align: center;
	}
	.bonus-bl .btn {
		margin: 0 auto;
	}
	.bonus-bl .txt {
		padding: 0;
	}
	.bonus-bl .txt:after {
		display: none;
	}
	.bonus-bl .txt-row .fl-row {
		display: block;
	}
	.info-row {
		flex-wrap: wrap;
		padding: 0;
	}
	.info-row .col {
		width: 50%;
		border-color: #e0e0e0;
		border-bottom: solid 2px #e0e0e0;
	}
	.info-row .col:nth-child(2n) {
		border-left: none;
		border-right: none;
	}
	.info-row .col:first-child {
		border-left: none;
	}
	.info-row .col:last-child {
		width: 100%;
		border: none;
	}
	.qw-bl {
		display: block;
		width: auto;
	}
	.qw-bl:before {
		display: none;
	}
	.qw-bl .q-title {
		min-width: 0;
		max-width: 100%;
		padding: 0 15px;
	}
	.qw-bl .q-body {
		padding: 0 15px;
	}
	.articles-row .col {
		width: 100%;
	}
	.art-head {
		padding: 15px 15px 0;
	}
	.art-body {
		min-height: 0;
		padding: 15px 15px 1px;
	}
	.art-foot {
		padding: 0 15px 15px;
	}
	.tbl-bl td:first-child {
		width: auto;
	}
	.mobile-nav-wrap {
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		max-height: 100%;
		font-size: 16px;
		line-height: 120%;
		text-align: left;
		margin: 0 auto;
		background: #323232;
	}
	.mobile-nav-wrap .page-bl {
		text-align: center;
		padding-bottom: 5px;
	}
	.mobile-nav-wrap p {
		padding-bottom: 15px;
	}
	.mobile-nav-wrap .btn {
		margin: 0 auto;
	}
	.mobile-nav-wrap .lang-nav {
		margin-bottom: 15px;
	}
	.mobile-sbm {
		cursor: pointer;
		position: relative;
		display: block;
		width: 24px;
		height: 19px;
	}
	.mobile-sbm:after {
		content: ' ';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.mobile-sbm i {
		display: block;
		overflow: hidden;
		height: 3px;
		margin: 0 0 5px;
		background: #fff;
		-moz-transition: all 0.3s ease 0ms;
		-webkit-transition: all 0.3s ease 0ms;
		transition: all 0.3s ease 0ms;
	}
	body.show-mobile-nav .mobile-sbm i {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		margin: -2px 0 0;
	}
	body.show-mobile-nav .mobile-sbm i:nth-child(3) {
		display: none;
	}
	body.show-mobile-nav .mobile-sbm i:nth-child(1) {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	body.show-mobile-nav .mobile-sbm i:nth-child(2) {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	body.show-mobile-nav .mobile-nav-wrap {
		z-index: 500;
		position: fixed;
		max-height: 10000% !important;
		top: 75px;
	}
	.aviator-page .banner {
		flex-wrap: wrap;
	}
	.banner-content {
		flex: 1 1 calc(100%) !important;
	}
	.banner-content + .banner-content {
		margin: 20px 0 0;
	}
	.banner-title h2 {
		font: 900 3vw 'Roboto', sans-serif;
	}
	.banner-title h3,
	.banner-title h4 {
		font: 900 2.5vw 'Roboto', sans-serif;
	}
}
@media screen and (max-width: 550px) {
	.banner-title h2 {
		font: 900 24px 'Roboto', sans-serif;
	}
	.banner-title h3,
	.banner-title h4 {
		font: 900 20px 'Roboto', sans-serif;
	}
}
.breadcrumb a > span {
	color: #fff;
}
.bonus-inf {
	color: #999;
	cursor: pointer;
}
.bonus-inf:hover {
	color: #999;
}
.img-cov {
	width: 100%;
}
.img-cov img {
	max-width: 100%;
}
.table {
	border-radius: 10px;
	padding: 30px;
	background: #333333;
	max-width: 100%;
	overflow: auto;
	margin: 0 0 30px 0;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px 15px;
	color: #fff;
}
.table table tr {
	border-bottom: 2px solid #ffffff12;
}
.area-main:before {
	background: #3e3e3e url(../images/main-bg.png) no-repeat center top;
	background-size: cover;
}
.aviator-page .area-main:before {
	background-image: url(../images/aviator-page-main-img.jpg);
}
.box-bl .btn {
}
@media screen and (max-width: 720px) {
	.site-footer .col {
		display: block;
	}
	h1 {
		font-size: 35px;
		line-height: 1.1;
	}
	h2 {
		font-size: 30px;
		line-height: 1.1;
	}
	h3 {
		font-size: 25px;
		line-height: 1.1;
	}
	.bonus-bl h2 strong {
		font-size: 30px;
		line-height: 35px;
	}
}
.header__language-dropdown {
	z-index: 5;
	color: #fff;
	max-width: 75px;
	margin: 0 0 0 auto;
	cursor: pointer;
	padding: 10px;
	position: relative;
}
.header__language-button {
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header__language {
	white-space: nowrap;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: auto;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}
.header__language:hover {
	text-decoration: none;
}
.header__language img {
	margin-right: 10px;
	display: block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
}
.header__language-dropdown > ul {
	margin-bottom: 0;
	position: absolute;
	padding: 8px 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0b3356),
		to(#0f4677)
	);
	background: -o-linear-gradient(left, #0b3356, #0f4677);
	background: linear-gradient(to right, #0b3356, #0f4677);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	list-style: none;
	display: none;
	min-width: 70px;
}
.header__language-dropdown > ul .header__language img {
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 8px;
}
.header__language-dropdown > ul .header__language {
	color: #94aeb4;
}
.header__language-dropdown > ul .header__language span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
}
.header__language-dropdown ul > li:before {
	display: none;
}
.header__language-dropdown > ul li:hover .header__language {
	color: #fff;
}
.header__language-dropdown > ul li {
	display: block;
	padding: 5px 10px;
}
.header__language-dropdown > ul li:hover {
	background: rgba(53, 68, 78, 0.2);
}
.header__language-dropdown > ul li + li {
	margin-top: 0;
}
.header__language-button.active:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bonus-wrap {
	position: relative;
}
.bonus-inf-hover {
	padding-right: 24px;
}
.bonus-inf-hover:before {
	content: '';
	display: block;
	width: 16px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/biarrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.bonus-wrap:hover .bonus-inf-hover:before {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}
.bonus-wrap__menu {
	position: absolute;
	top: 100%;
	left: -11px;
	display: none;
	padding-top: 25px;
}
.bonus-wrap:hover .bonus-wrap__menu {
	display: block;
}
.bonus-wrap__menu ul {
	list-style: none;
	background-color: #323232;
	padding: 8px 0;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.bonus-wrap__menu a {
	color: #999;
	padding: 0 16px;
	font-weight: 900;
	font-size: 15px;
	line-height: 160%;
	text-transform: uppercase;
	white-space: nowrap;
}
.bonus-wrap__menu li + li {
	margin-top: 4px;
}
.casino-page .area-main:before {
	background: #3e3e3e url(../images/casino-area-main.webp) no-repeat
		center/cover;
}
.live-page .area-main:before {
	background: #3e3e3e url(../images/live-area-main.webp) no-repeat center/cover;
}
.codes-page .area-main:before {
	background: #3e3e3e url(../images/codes-area-main.webp) no-repeat center/cover;
}
.slots {
	margin-bottom: 24px;
}
.slots * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slots__inner {
	margin: -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.slots__item {
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
	margin: 10px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.slots__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.slots__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0b3356),
		to(#0f4677)
	);
	background: -o-linear-gradient(left, #0b3356 0%, #0f4677 100%);
	background: linear-gradient(90deg, #0b3356 0%, #0f4677 100%);
	padding: 12px;
	font-weight: 700;
	font-size: 23px;
	line-height: 120%;
	text-transform: none;
	text-align: center;
	color: #fff;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.live {
	padding: 0;
	background: 0 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.live__content {
	padding: 0;
	background: 0 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -10px -10px 14px;
}
.live__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.live__item {
	width: -webkit-calc(33.3333% - 20px);
	width: calc(33.3333% - 20px);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin: 10px;
}
.live__desc {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0b3356),
		to(#0f4677)
	);
	background: -o-linear-gradient(left, #0b3356 0%, #0f4677 100%);
	background: linear-gradient(90deg, #0b3356 0%, #0f4677 100%);
	padding: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.live__caption {
	font-weight: 700;
	font-size: 25px;
	line-height: 133%;
	text-transform: none;
	text-align: center;
	color: #fff;
	margin: 0 0 12px;
	text-align: center;
	text-decoration: none;
	padding: 0;
}
.live__button {
	margin: 0;
	background: #2f965a;
	min-width: 75%;
}
.codes__table {
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 24px !important;
}
.codes__table table,
.codes__table tbody {
	display: block;
	width: 100%;
}
.codes__table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.codes__table tr:nth-child(1) {
	background: #1a3769;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.codes__table tr:nth-child(1) td {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
}
.codes__table td {
	padding: 16px;
	color: #646464;
	font-size: 15px;
	line-height: 150%;
	text-align: center;
	width: 33.33333%;
}
@media screen and (max-width: 900px) {
	.casino-page .area-main:before {
		background: #3e3e3e url(../images/casino-area-main.webp) no-repeat
			right/cover;
	}
	.codes-page .area-main:before {
		background: #3e3e3e url(../images/codes-area-main.webp) no-repeat left/cover;
	}
	.slots__item {
		width: -webkit-calc(33.33333% - 20px);
		width: calc(33.33333% - 20px);
	}
	.live__content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.live__item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 700px) {
	.codes__table {
		overflow-x: auto;
		white-space: nowrap;
	}
	.codes__table tbody {
		width: 700px;
		white-space: normal;
	}
}
@media screen and (max-width: 650px) {
	.slots__item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.live__item {
		width: 100%;
		margin: 0;
	}
	.live__item + .live__item {
		margin-top: 20px;
	}
	.live__content {
		margin: 0 0 24px;
	}
}
@media screen and (max-width: 425px) {
	.slots__item {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 5px;
	}
	.slots__inner {
		margin: -5px;
	}
	.slots__title {
		font-size: 14px;
	}
	.codes__table tr:nth-child(1) td {
		font-size: 18px;
	}
}
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: 0 0 !important;
	padding: 0 !important;
}
:root {
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-20: #005a87;
}
#start-resizable-editor-section {
	display: none;
}
.wp-block-audio figcaption {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.wp-block-audio audio {
	width: 100%;
	min-width: 300px;
}
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
	color: #fff;
}
.wp-block-button__link.aligncenter {
	text-align: center;
}
.wp-block-button__link.alignright {
	text-align: right;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	color: #32373c;
	background-color: transparent;
	border: 2px solid;
}
.wp-block-buttons .wp-block-button {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.wp-block-buttons .wp-block-button:last-child {
	margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
	margin-right: 0;
	margin-left: 8px;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
	margin-left: 0;
}
.wp-block-buttons.alignleft .wp-block-button {
	margin-left: 0;
	margin-right: 8px;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
	margin-right: 0;
}
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
	text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
	padding: 4px;
	border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
	border: none;
}
.wp-block-calendar table {
	width: 100%;
	border-collapse: collapse;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.wp-block-calendar table th {
	font-weight: 400;
	background: #ddd;
}
.wp-block-calendar a {
	text-decoration: underline;
}
.wp-block-calendar tfoot a {
	color: #007cba;
	color: var(--wp-admin-theme-color);
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: #40464d;
}
.wp-block-categories.alignleft {
	margin-right: 2em;
}
.wp-block-categories.alignright {
	margin-left: 2em;
}
.wp-block-columns {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap;
}
@media (min-width: 782px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}
.wp-block-columns.has-background {
	padding: 20px 38px;
}
.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}
@media (max-width: 599px) {
	.wp-block-column {
		flex-basis: 100% !important;
	}
}
@media (min-width: 600px) and (max-width: 781px) {
	.wp-block-column {
		flex-basis: calc(50% - 16px) !important;
		flex-grow: 0;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 32px;
	}
}
@media (min-width: 782px) {
	.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	.wp-block-column[style*='flex-basis'] {
		flex-grow: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 32px;
	}
}
.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}
.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
	-ms-grid-row-align: center;
	align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
	width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	background-size: cover;
	background-position: 50%;
	min-height: 430px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
	background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax {
		background-attachment: scroll;
	}
}
.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
	background-color: #000;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	content: '';
	background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
	opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
		.has-background-gradient
	):before {
	opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10
	.wp-block-cover__gradient-background {
	opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
		.has-background-gradient
	):before {
	opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20
	.wp-block-cover__gradient-background {
	opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
		.has-background-gradient
	):before {
	opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30
	.wp-block-cover__gradient-background {
	opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
		.has-background-gradient
	):before {
	opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40
	.wp-block-cover__gradient-background {
	opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
		.has-background-gradient
	):before {
	opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50
	.wp-block-cover__gradient-background {
	opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
		.has-background-gradient
	):before {
	opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60
	.wp-block-cover__gradient-background {
	opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
		.has-background-gradient
	):before {
	opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70
	.wp-block-cover__gradient-background {
	opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
		.has-background-gradient
	):before {
	opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80
	.wp-block-cover__gradient-background {
	opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
		.has-background-gradient
	):before {
	opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90
	.wp-block-cover__gradient-background {
	opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
		.has-background-gradient
	):before {
	opacity: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100
	.wp-block-cover__gradient-background {
	opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 290px;
	width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
	display: block;
	content: '';
	font-size: 0;
	min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.wp-block-cover-image:after,
	.wp-block-cover:after {
		content: none;
	}
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 70px);
	z-index: 1;
	color: #fff;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
	.wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}
.wp-block-cover__video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
	color: #fff;
}
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
	margin-left: 0;
	text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
	margin-right: 0;
	text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
	font-size: 2em;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 580px;
	padding: 14px;
	text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align='left'] > [data-type^='core-embed'],
.wp-block[data-align='right'] > [data-type^='core-embed'] {
	max-width: 360px;
	width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align='left']
	> [data-type^='core-embed']
	.wp-block-embed__wrapper,
.wp-block[data-align='right']
	> [data-type^='core-embed']
	.wp-block-embed__wrapper {
	min-width: 280px;
}
.wp-block-embed {
	margin-bottom: 1em;
}
.wp-block-embed figcaption {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.wp-block-embed iframe {
	max-width: 100%;
}
.wp-block-embed__wrapper {
	position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
	padding-top: 66.66%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}
.wp-block-file {
	margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
	text-align: center;
}
.wp-block-file.alignright {
	text-align: right;
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	border-radius: 2em;
	color: #fff;
	font-size: 13px;
	padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
	text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
	box-shadow: none;
	color: #fff;
	opacity: 0.85;
	text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
	margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.blocks-gallery-grid .blocks-gallery-image figure,
	.blocks-gallery-grid .blocks-gallery-item figure,
	.wp-block-gallery .blocks-gallery-image figure,
	.wp-block-gallery .blocks-gallery-item figure {
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.blocks-gallery-grid .blocks-gallery-image img,
	.blocks-gallery-grid .blocks-gallery-item img,
	.wp-block-gallery .blocks-gallery-image img,
	.wp-block-gallery .blocks-gallery-item img {
		width: auto;
	}
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 40px 10px 9px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.7),
		rgba(0, 0, 0, 0.3) 70%,
		transparent
	);
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
	display: inline;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: 100%;
		flex: 1;
		object-fit: cover;
	}
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc(50% - 16px);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%;
	margin-right: 0;
}
@media (min-width: 600px) {
	.blocks-gallery-grid.columns-3 .blocks-gallery-image,
	.blocks-gallery-grid.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.33333% - 10.66667px);
		margin-right: 16px;
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image,
	.blocks-gallery-grid.columns-4 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(25% - 12px);
		margin-right: 16px;
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image,
	.blocks-gallery-grid.columns-5 .blocks-gallery-item,
	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc(20% - 12.8px);
		margin-right: 16px;
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image,
	.blocks-gallery-grid.columns-6 .blocks-gallery-item,
	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc(16.66667% - 13.33333px);
		margin-right: 16px;
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image,
	.blocks-gallery-grid.columns-7 .blocks-gallery-item,
	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(14.28571% - 13.71429px);
		margin-right: 16px;
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image,
	.blocks-gallery-grid.columns-8 .blocks-gallery-item,
	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc(12.5% - 14px);
		margin-right: 16px;
	}
	.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
		margin-right: 0;
	}
	.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 290px;
	width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
	justify-content: center;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
	padding: 20px 38px;
}
.wp-block-image {
	margin-bottom: 1em;
}
.wp-block-image img {
	max-width: 100%;
}
.wp-block-image.aligncenter {
	text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
	display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: table-caption;
	caption-side: bottom;
}
.wp-block-image .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image figcaption {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.is-style-circle-mask img,
.is-style-rounded img {
	border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
	(-webkit-mask-image: none) {
	.is-style-circle-mask img {
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-position: center;
		mask-position: center;
		border-radius: 0;
	}
}
.wp-block-latest-comments__comment {
	font-size: 15px;
	line-height: 1.1;
	list-style: none;
	margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
	min-height: 36px;
	list-style: none;
}
.has-avatars
	.wp-block-latest-comments__comment
	.wp-block-latest-comments__comment-excerpt,
.has-avatars
	.wp-block-latest-comments__comment
	.wp-block-latest-comments__comment-meta {
	margin-left: 52px;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
	line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0 20px;
}
.wp-block-latest-comments__comment-date {
	color: #8f98a1;
	display: block;
	font-size: 12px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 24px;
	display: block;
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 40px;
}
.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}
.wp-block-latest-posts.alignright {
	margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
}
.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 20px 20px 0;
	width: 100%;
}
@media (min-width: 600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - 20px);
	}
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - 20px);
	}
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - 20px);
	}
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 20px);
	}
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 20px);
	}
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	color: #6c7781;
	font-size: 13px;
}
.wp-block-latest-posts__post-excerpt {
	margin-top: 8px;
	margin-bottom: 16px;
}
.wp-block-latest-posts__featured-image img {
	height: auto;
	width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
	margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
	margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
	margin-bottom: 20px;
}
.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 1fr;
	grid-template-columns: 50% 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
	-ms-grid-columns: 1fr 50%;
	grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
	-ms-grid-row-align: start;
	align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
	-ms-grid-row-align: center;
	align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
	-ms-grid-row-align: end;
	align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		-ms-grid-columns: 100% !important;
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
		.wp-block-media-text__media,
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right
		.wp-block-media-text__content {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		grid-row: 1;
	}
}
.wp-block-navigation.is-style-light
	.wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
	color: #1e1e1e;
}
.wp-block-navigation.is-style-light:not(.has-background)
	.wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
	background-color: #fff;
}
.wp-block-navigation.is-style-dark
	.wp-block-navigation-link:not(.has-text-color) {
	color: #fff;
}
.wp-block-navigation.is-style-dark:not(.has-background)
	.wp-block-navigation__container {
	background-color: #1e1e1e;
}
.items-justified-left > ul {
	justify-content: flex-start;
}
.items-justified-center > ul {
	justify-content: center;
}
.items-justified-right > ul {
	justify-content: flex-end;
}
.wp-block-navigation-link {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
	display: none;
}
.wp-block-navigation__container {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.is-vertical .wp-block-navigation__container {
	display: block;
}
.has-child .wp-block-navigation__container {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background-color: inherit;
	color: inherit;
	position: absolute;
	left: 0;
	top: 100%;
	width: fit-content;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.1s linear;
	visibility: hidden;
}
.has-child
	.wp-block-navigation__container
	> .wp-block-navigation-link
	> .wp-block-navigation-link__content {
	flex-grow: 1;
}
.has-child
	.wp-block-navigation__container
	> .wp-block-navigation-link
	> .wp-block-navigation-link__submenu-icon {
	padding-right: 8px;
}
@media (min-width: 782px) {
	.has-child .wp-block-navigation__container {
		left: 24px;
	}
	.has-child .wp-block-navigation__container .wp-block-navigation__container {
		left: 100%;
		top: -1px;
	}
	.has-child
		.wp-block-navigation__container
		.wp-block-navigation__container:before {
		content: '';
		position: absolute;
		right: 100%;
		height: 100%;
		display: block;
		width: 8px;
		background: transparent;
	}
	.has-child
		.wp-block-navigation__container
		.wp-block-navigation-link__submenu-icon
		svg {
		transform: rotate(0);
	}
}
.has-child:hover {
	cursor: pointer;
}
.has-child:hover > .wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column;
}
.has-child:focus-within {
	cursor: pointer;
}
.has-child:focus-within > .wp-block-navigation__container {
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-direction: column;
}
.wp-block-navigation-link__content {
	text-decoration: none;
	padding: 8px 16px;
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
	padding-top: 0;
}
.has-text-color .wp-block-navigation-link__content {
	color: inherit;
}
.wp-block-navigation-link__label {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
		Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	word-break: normal;
	overflow-wrap: break-word;
}
.wp-block-navigation-link__submenu-icon {
	height: inherit;
	padding: 6px 16px;
}
.wp-block-navigation-link__submenu-icon svg {
	fill: currentColor;
}
@media (min-width: 782px) {
	.wp-block-navigation-link__submenu-icon svg {
		transform: rotate(90deg);
	}
}
.is-small-text {
	font-size: 14px;
}
.is-regular-text {
	font-size: 16px;
}
.is-large-text {
	font-size: 36px;
}
.is-larger-text {
	font-size: 48px;
}
.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	line-height: 0.68;
	font-weight: 100;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
	font-style: normal;
}
p.has-background {
	padding: 20px 38px;
}
p.has-text-color a {
	color: inherit;
}
.wp-block-post-author {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
.wp-block-post-author__byline {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.5em;
}
.wp-block-post-author__avatar {
	margin-right: 16px;
}
.wp-block-post-author__bio {
	margin-bottom: 8px;
	font-size: 0.7em;
}
.wp-block-post-author__content {
	flex-grow: 1;
	flex-basis: 0;
}
.wp-block-post-author__name {
	font-weight: 700;
	margin: 0;
}
.wp-block-pullquote {
	padding: 3em 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 290px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 20px;
}
.wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative;
}
.wp-block-pullquote .has-text-color a {
	color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
	background: none;
}
.wp-block-pullquote.is-style-solid-color {
	border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: none;
	font-style: normal;
}
.wp-block-pullquote cite {
	color: inherit;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 18px;
	text-align: right;
}
.wp-block-rss.alignleft {
	margin-right: 2em;
}
.wp-block-rss.alignright {
	margin-left: 2em;
}
.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}
.wp-block-rss.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%;
}
@media (min-width: 600px) {
	.wp-block-rss.columns-2 li {
		width: calc(50% - 16px);
	}
	.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 16px);
	}
	.wp-block-rss.columns-4 li {
		width: calc(25% - 16px);
	}
	.wp-block-rss.columns-5 li {
		width: calc(20% - 16px);
	}
	.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 16px);
	}
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	color: #6c7781;
	font-size: 13px;
}
.wp-block-search {
	display: flex;
	flex-wrap: wrap;
}
.wp-block-search .wp-block-search__label {
	width: 100%;
}
.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	max-width: 360px;
}
.wp-block-search .wp-block-search__button {
	margin-left: 10px;
}
.wp-block-separator.is-style-wide {
	border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
	background: none !important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}
.wp-block-separator.is-style-dots:before {
	content: '\00b7 \00b7 \00b7';
	color: currentColor;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: serif;
}
.wp-block-social-links {
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
	text-decoration: none;
	border-bottom: 0;
	box-shadow: none;
}
.wp-social-link {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin-right: 8px;
	transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
	.wp-social-link {
		transition-duration: 0s;
	}
}
.wp-social-link a {
	padding: 6px;
	display: block;
	line-height: 0;
	transition: transform 0.1s ease;
}
.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
	color: currentColor;
	fill: currentColor;
}
.wp-social-link:hover {
	transform: scale(1.1);
}
.wp-block-social-links.aligncenter {
	justify-content: center;
	display: flex;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
	background-color: #02ab6c;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
	background-color: #fe4500;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
	background: none;
	padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	width: 28px;
	height: 28px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
	color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
	color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
	color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
	color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
	color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
	color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
	color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
	color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
	color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
	color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
	color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
	color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
	color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
	color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
	color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
	color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
	color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
	color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
	color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
	color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
	color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
	color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
	color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
	color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
	color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
	color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
	color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
	color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
	color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
	color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
	color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
	color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
	color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
	color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
	padding-left: 16px;
	padding-right: 16px;
}
.wp-block-spacer {
	clear: both;
}
p.wp-block-subhead {
	font-size: 1.1em;
	font-style: italic;
	opacity: 0.75;
}
.wp-block-table {
	overflow-x: auto;
}
.wp-block-table table {
	width: 100%;
}
.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
	border-spacing: 0;
	border-collapse: inherit;
	background-color: transparent;
	border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
	tbody
	tr:nth-child(odd) {
	background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: transparent;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex;
}
.wp-block-text-columns .wp-block-column {
	margin: 0 16px;
	padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}
.wp-block-video {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-video video {
	max-width: 100%;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.wp-block-video [poster] {
		object-fit: cover;
	}
}
.wp-block-video.aligncenter {
	text-align: center;
}
.wp-block-video figcaption {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
	background-color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
	background-color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
	background-color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
	background-color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
	background-color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
	background-color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
	background-color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
	background-color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
	background-color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
	background-color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
	background-color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
	background-color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
	background-color: #313131;
}
:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
	background-color: #000;
}
:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
	color: #f78da7;
}
:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
	color: #cf2e2e;
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
	color: #ff6900;
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
	color: #fcb900;
}
:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
	color: #7bdcb5;
}
:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
	color: #00d084;
}
:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
	color: #8ed1fc;
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
	color: #0693e3;
}
:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
	color: #9b51e0;
}
:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
	color: #fff;
}
:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
	color: #eee;
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
	color: #abb8c3;
}
:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
	color: #313131;
}
:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
	color: #000;
}
:root
	.editor-styles-wrapper
	.has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root
	.editor-styles-wrapper
	.has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}
:root
	.editor-styles-wrapper
	.has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root
	.editor-styles-wrapper
	.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root
	.editor-styles-wrapper
	.has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root
	.editor-styles-wrapper
	.has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
	background: linear-gradient(
		135deg,
		#4aeadc,
		#9778d1 20%,
		#cf2aba 40%,
		#ee2c82 60%,
		#fb6962 80%,
		#fef84c
	);
}
:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
	background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
	background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
	background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
	background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
	background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}
:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
	color: #00e;
	color: var(--wp--style--color--link, #00e);
}
.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
	font-size: 13px;
}
.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
	font-size: 16px;
}
.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
	font-size: 20px;
}
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
	font-size: 36px;
}
.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
	font-size: 42px;
}
.has-text-align-center {
	text-align: center;
}
.has-text-align-left {
	text-align: left;
}
.has-text-align-right {
	text-align: right;
}
#end-resizable-editor-section {
	display: none;
}
.aligncenter {
	clear: both;
}
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-display: fallback;
	src: url(../fonts/Roboto-Regular.eot);
	src: url(../fonts/Roboto-Regular.eot) format('embedded-opentype'),
		url(../fonts/Roboto-Regular.woff) format('woff'),
		url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-display: fallback;
	src: url(../fonts/Roboto-Bold.eot);
	src: url(../fonts/Roboto-Bold.eot) format('embedded-opentype'),
		url(../fonts/Roboto-Bold.woff) format('woff'),
		url(../fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 900;
	font-display: fallback;
	src: url(../fonts/Roboto-Black.eot);
	src: url(../fonts/Roboto-Black.eot) format('embedded-opentype'),
		url(../fonts/Roboto-Black.woff) format('woff'),
		url(../fonts/Roboto-Black.ttf) format('truetype');
}
