@charset 'UTF-8';
.slick-slider
{
	box-sizing: border-box;
	display: block;
	khtml-user-select: none;
	moz-user-select: none;
	ms-touch-action: pan-y;
	ms-user-select: none;
	position: relative;
	touch-action: pan-y;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.slick-list
{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus
{
	outline: 0;
}
.slick-list.dragging
{
	cursor: hand;
	cursor: pointer;
}
.slick-slider .slick-list,.slick-slider .slick-track
{
	moz-transform: translate3d(0,0,0);
	ms-transform: translate3d(0,0,0);
	o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.slick-track
{
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}
.slick-track:after,.slick-track:before
{
	content: '';
	display: table;
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}
.slick-slide
{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir=rtl] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	border: 1px solid transparent;
	display: block;
	height: auto;
}
.slick-arrow.slick-hidden
{
	display: none;
}
.slick-loading .slick-list
{
	background: #fff url(//urb.com.ua/wp-content/themes/urb/css/../libs/slick/ajax-loader.gif) center center no-repeat;
}
@font-face
{
	font-family: slick;
	font-style: normal;
	font-weight: 400;
	src: url(//urb.com.ua/wp-content/themes/urb/css/../libs/slick/fonts/slick.eot);
	src: url(//urb.com.ua/wp-content/themes/urb/css/../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'),url(//urb.com.ua/wp-content/themes/urb/css/../libs/slick/fonts/slick.woff) format('woff'),url(//urb.com.ua/wp-content/themes/urb/css/../libs/slick/fonts/slick.ttf) format('truetype'),url(//urb.com.ua/wp-content/themes/urb/css/../libs/slick/fonts/slick.svg#slick) format('svg');
}
.slick-next,.slick-prev
{
	background: 0 0;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	ms-transform: translate(0,-50%);
	outline: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	webkit-transform: translate(0,-50%);
	width: 20px;
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover
{
	background: 0 0;
	color: transparent;
	outline: 0;
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before
{
	opacity: 1;
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before
{
	opacity: .25;
}
.slick-next:before,.slick-prev:before
{
	color: #fff;
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	opacity: .75;
	webkit-font-smoothing: antialiased;
}
.slick-prev
{
	left: -25px;
}
[dir=rtl] .slick-prev
{
	left: auto;
	right: -25px;
}
.slick-prev:before
{
	content: '←';
}
[dir=rtl] .slick-prev:before
{
	content: '→';
}
.slick-next
{
	right: -25px;
}
[dir=rtl] .slick-next
{
	left: -25px;
	right: auto;
}
.slick-next:before
{
	content: '→';
}
[dir=rtl] .slick-next:before
{
	content: '←';
}
.slick-dotted.slick-slider
{
	margin-bottom: 24px;
}
.slick-dots
{
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li
{
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}
.slick-dots li button
{
	background: 0 0;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: 0;
	padding: 5px;
	width: 20px;
}
.slick-dots li button:focus,.slick-dots li button:hover
{
	outline: 0;
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	color: #000;
	content: '•';
	font-family: slick;
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	moz-osx-font-smoothing: grayscale;
	opacity: .25;
	position: absolute;
	text-align: center;
	top: 0;
	webkit-font-smoothing: antialiased;
	width: 20px;
}
.slick-dots li.slick-active button:before
{
	color: #000;
	opacity: .75;
}
.nice-select
{
	background-color: #fff;
	border: solid 1px #e8e8e8;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	moz-user-select: none;
	ms-user-select: none;
	outline: 0;
	padding-left: 14px;
	padding-right: 24px;
	position: relative;
	text-align: left!important;
	transition: all .2s ease-in-out;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-transition: all .2s ease-in-out;
	webkit-user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover
{
	border-color: #dbdbdb;
}
.nice-select.open,.nice-select:active,.nice-select:focus
{
	border-color: #999;
}
.nice-select:after
{
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	ms-transform: rotate(45deg);
	ms-transform-origin: 66% 66%;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: 66% 66%;
	transition: all .15s ease-in-out;
	webkit-transform: rotate(45deg);
	webkit-transform-origin: 66% 66%;
	webkit-transition: all .15s ease-in-out;
	width: 5px;
}
.nice-select.open:after
{
	ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	webkit-transform: rotate(-135deg);
}
.nice-select.open .list
{
	ms-transform: scale(1) translateY(0);
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
	webkit-transform: scale(1) translateY(0);
}
.nice-select.disabled
{
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after
{
	border-color: #ccc;
}
.nice-select.wide
{
	width: 100%;
}
.nice-select.wide .list
{
	left: 0!important;
	right: 0!important;
}
.nice-select.right
{
	float: right;
}
.nice-select.right .list
{
	left: auto;
	right: 0;
}
.nice-select.small
{
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after
{
	height: 4px;
	width: 4px;
}
.nice-select.small .option
{
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list
{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68,68,68,.11);
	box-sizing: border-box;
	left: 0;
	margin-top: 4px;
	ms-transform: scale(.75) translateY(-21px);
	ms-transform-origin: 50% 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: scale(.75) translateY(-21px);
	transform-origin: 50% 0;
	transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	webkit-transform: scale(.75) translateY(-21px);
	webkit-transform-origin: 50% 0;
	webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover)
{
	background-color: transparent!important;
}
.nice-select .option
{
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: 0;
	padding-left: 14px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
	webkit-transition: all .2s;
}
.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover
{
	background-color: #f6f6f6;
}
.nice-select .option.selected
{
	font-weight: 700;
}
.nice-select .option.disabled
{
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list
{
	display: none;
}
.no-csspointerevents .nice-select.open .list
{
	display: block;
}
@font-face
{
	font-family: gilroy-light;
	font-style: normal;
	font-weight: 400;
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Light.eot);
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Light.eot?#iefix) format("embedded-opentype"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Light.woff) format("woff"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Light.ttf) format("truetype");
}
@font-face
{
	font-family: gilroy-medium;
	font-style: normal;
	font-weight: 400;
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Medium.eot);
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Medium.eot?#iefix) format("embedded-opentype"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Medium.woff) format("woff"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Medium.ttf) format("truetype");
}
@font-face
{
	font-family: gilroy-bold;
	font-style: normal;
	font-weight: 400;
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Bold.eot);
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Bold.eot?#iefix) format("embedded-opentype"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Bold.woff) format("woff"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/gilroy/Gilroy-Bold.ttf) format("truetype");
}
*,::after,::before
{
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
html
{
	font-family: sans-serif;
	line-height: 1.15;
	ms-overflow-style: scrollbar;
	ms-text-size-adjust: 100%;
	webkit-tap-highlight-color: transparent;
	webkit-text-size-adjust: 100%;
}
@-ms-viewport
{
	width: device-width;
}
article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section
{
	display: block;
}
body
{
	background-color: #fff;
	color: #212529;
	font-family: Arial;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}
[tabindex="-1"]:focus
{
	outline: 0!important;
}
hr
{
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	webkit-box-sizing: content-box;
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom: .5rem;
	margin-top: 0;
}
p
{
	margin-bottom: 1rem;
	margin-top: 0;
}
abbr[data-original-title],abbr[title]
{
	border-bottom: 0;
	cursor: help;
	text-decoration: underline dotted;
	text-decoration: underline;
	webkit-text-decoration: underline dotted;
}
address
{
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}
dl,ol,ul
{
	margin-bottom: 1rem;
	margin-top: 0;
}
ol ol,ol ul,ul ol,ul ul
{
	margin-bottom: 0;
}
dt
{
	font-weight: 700;
}
dd
{
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote
{
	margin: 0 0 1rem;
}
dfn
{
	font-style: italic;
}
b,strong
{
	font-weight: bolder;
}
small
{
	font-size: 80%;
}
sub,sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub
{
	bottom: -.25em;
}
sup
{
	top: -.5em;
}
a
{
	background-color: transparent;
	color: #004f9f;
	text-decoration: none;
	webkit-text-decoration-skip: objects;
}
a:hover
{
	color: #002953;
	text-decoration: underline;
}
a:not([href]):not([tabindex])
{
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover
{
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus
{
	outline: 0;
}
code,kbd,pre,samp
{
	font-family: monospace,monospace;
	font-size: 1em;
}
pre
{
	margin-bottom: 1rem;
	margin-top: 0;
	ms-overflow-style: scrollbar;
	overflow: auto;
}
figure
{
	margin: 0 0 1rem;
}
img
{
	border-style: none;
	vertical-align: middle;
}
svg:not(:root)
{
	overflow: hidden;
}
table
{
	border-collapse: collapse;
}
caption
{
	caption-side: bottom;
	color: #6c757d;
	padding-bottom: .75rem;
	padding-top: .75rem;
	text-align: left;
}
th
{
	text-align: inherit;
}
label
{
	display: inline-block;
	margin-bottom: .5rem;
}
button
{
	border-radius: 0;
	webkit-border-radius: 0;
}
button:focus
{
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,input,optgroup,select,textarea
{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button,input
{
	overflow: visible;
}
button,select
{
	text-transform: none;
}
[type=reset],[type=submit],button,html [type=button]
{
	webkit-appearance: button;
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner
{
	border-style: none;
	padding: 0;
}
input[type=checkbox],input[type=radio]
{
	box-sizing: border-box;
	padding: 0;
	webkit-box-sizing: border-box;
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]
{
	webkit-appearance: listbox;
}
textarea
{
	overflow: auto;
	resize: vertical;
}
fieldset
{
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend
{
	color: inherit;
	display: block;
	font-size: 1.5rem;
	line-height: inherit;
	margin-bottom: .5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}
progress
{
	vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
{
	height: auto;
}
[type=search]
{
	outline-offset: -2px;
	webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration
{
	webkit-appearance: none;
}
::-webkit-file-upload-button
{
	font: inherit;
	webkit-appearance: button;
}
output
{
	display: inline-block;
}
summary
{
	cursor: pointer;
	display: list-item;
}
template
{
	display: none;
}
[hidden]
{
	display: none!important;
}
@-ms-viewport
{
	width: device-width;
}
html
{
	box-sizing: border-box;
	ms-overflow-style: scrollbar;
	webkit-box-sizing: border-box;
}
*,::after,::before
{
	box-sizing: inherit;
	webkit-box-sizing: inherit;
}
.container
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media (min-width:576px)
{
	.container
	{
		max-width: 540px;
	}
}
@media (min-width:768px)
{
	.container
	{
		max-width: 720px;
	}
}
@media (min-width:992px)
{
	.container
	{
		max-width: 960px;
	}
}
@media (min-width:1200px)
{
	.container
	{
		max-width: 1140px;
	}
}
@media (min-width:1440px)
{
	.container
	{
		max-width: 1300px;
	}
}
.container-fluid
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.row
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	ms-flex-wrap: wrap;
	webkit-flex-wrap: wrap;
}
.no-gutters
{
	margin-left: 0;
	margin-right: 0;
}
.no-gutters>.col,.no-gutters>[class*=col-]
{
	padding-left: 0;
	padding-right: 0;
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto
{
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.col
{
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	ms-flex-positive: 1;
	ms-flex-preferred-size: 0;
	webkit-box-flex: 1;
	webkit-flex-basis: 0;
	webkit-flex-grow: 1;
}
.col-auto
{
	flex: 0 0 auto;
	max-width: none;
	ms-flex: 0 0 auto;
	webkit-box-flex: 0;
	webkit-flex: 0 0 auto;
	width: auto;
}
.col-1
{
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
	ms-flex: 0 0 8.33333%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 8.33333%;
}
.col-2
{
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
	ms-flex: 0 0 16.66667%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 16.66667%;
}
.col-3
{
	flex: 0 0 25%;
	max-width: 25%;
	ms-flex: 0 0 25%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 25%;
}
.col-4
{
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	ms-flex: 0 0 33.33333%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 33.33333%;
}
.col-5
{
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
	ms-flex: 0 0 41.66667%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 41.66667%;
}
.col-6
{
	flex: 0 0 50%;
	max-width: 50%;
	ms-flex: 0 0 50%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 50%;
}
.col-7
{
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
	ms-flex: 0 0 58.33333%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 58.33333%;
}
.col-8
{
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	ms-flex: 0 0 66.66667%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 66.66667%;
}
.col-9
{
	flex: 0 0 75%;
	max-width: 75%;
	ms-flex: 0 0 75%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 75%;
}
.col-10
{
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
	ms-flex: 0 0 83.33333%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 83.33333%;
}
.col-11
{
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
	ms-flex: 0 0 91.66667%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 91.66667%;
}
.col-12
{
	flex: 0 0 100%;
	max-width: 100%;
	ms-flex: 0 0 100%;
	webkit-box-flex: 0;
	webkit-flex: 0 0 100%;
}
.order-first
{
	ms-flex-order: -1;
	order: -1;
	webkit-box-ordinal-group: 0;
	webkit-order: -1;
}
.order-last
{
	ms-flex-order: 13;
	order: 13;
	webkit-box-ordinal-group: 14;
	webkit-order: 13;
}
.order-0
{
	ms-flex-order: 0;
	order: 0;
	webkit-box-ordinal-group: 1;
	webkit-order: 0;
}
.order-1
{
	ms-flex-order: 1;
	order: 1;
	webkit-box-ordinal-group: 2;
	webkit-order: 1;
}
.order-2
{
	ms-flex-order: 2;
	order: 2;
	webkit-box-ordinal-group: 3;
	webkit-order: 2;
}
.order-3
{
	ms-flex-order: 3;
	order: 3;
	webkit-box-ordinal-group: 4;
	webkit-order: 3;
}
.order-4
{
	ms-flex-order: 4;
	order: 4;
	webkit-box-ordinal-group: 5;
	webkit-order: 4;
}
.order-5
{
	ms-flex-order: 5;
	order: 5;
	webkit-box-ordinal-group: 6;
	webkit-order: 5;
}
.order-6
{
	ms-flex-order: 6;
	order: 6;
	webkit-box-ordinal-group: 7;
	webkit-order: 6;
}
.order-7
{
	ms-flex-order: 7;
	order: 7;
	webkit-box-ordinal-group: 8;
	webkit-order: 7;
}
.order-8
{
	ms-flex-order: 8;
	order: 8;
	webkit-box-ordinal-group: 9;
	webkit-order: 8;
}
.order-9
{
	ms-flex-order: 9;
	order: 9;
	webkit-box-ordinal-group: 10;
	webkit-order: 9;
}
.order-10
{
	ms-flex-order: 10;
	order: 10;
	webkit-box-ordinal-group: 11;
	webkit-order: 10;
}
.order-11
{
	ms-flex-order: 11;
	order: 11;
	webkit-box-ordinal-group: 12;
	webkit-order: 11;
}
.order-12
{
	ms-flex-order: 12;
	order: 12;
	webkit-box-ordinal-group: 13;
	webkit-order: 12;
}
.offset-1
{
	margin-left: 8.33333%;
}
.offset-2
{
	margin-left: 16.66667%;
}
.offset-3
{
	margin-left: 25%;
}
.offset-4
{
	margin-left: 33.33333%;
}
.offset-5
{
	margin-left: 41.66667%;
}
.offset-6
{
	margin-left: 50%;
}
.offset-7
{
	margin-left: 58.33333%;
}
.offset-8
{
	margin-left: 66.66667%;
}
.offset-9
{
	margin-left: 75%;
}
.offset-10
{
	margin-left: 83.33333%;
}
.offset-11
{
	margin-left: 91.66667%;
}
@media (min-width:576px)
{
	.col-sm
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-basis: 0;
		webkit-flex-grow: 1;
	}
	.col-sm-auto
	{
		flex: 0 0 auto;
		max-width: none;
		ms-flex: 0 0 auto;
		webkit-box-flex: 0;
		webkit-flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1
	{
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
		ms-flex: 0 0 8.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.33333%;
	}
	.col-sm-2
	{
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
		ms-flex: 0 0 16.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.66667%;
	}
	.col-sm-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-sm-4
	{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		ms-flex: 0 0 33.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333%;
	}
	.col-sm-5
	{
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		ms-flex: 0 0 41.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66667%;
	}
	.col-sm-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-sm-7
	{
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		ms-flex: 0 0 58.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.33333%;
	}
	.col-sm-8
	{
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		ms-flex: 0 0 66.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66667%;
	}
	.col-sm-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-sm-10
	{
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
		ms-flex: 0 0 83.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333%;
	}
	.col-sm-11
	{
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
		ms-flex: 0 0 91.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66667%;
	}
	.col-sm-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.order-sm-first
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
		webkit-order: -1;
	}
	.order-sm-last
	{
		ms-flex-order: 13;
		order: 13;
		webkit-box-ordinal-group: 14;
		webkit-order: 13;
	}
	.order-sm-0
	{
		ms-flex-order: 0;
		order: 0;
		webkit-box-ordinal-group: 1;
		webkit-order: 0;
	}
	.order-sm-1
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
		webkit-order: 1;
	}
	.order-sm-2
	{
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		webkit-order: 2;
	}
	.order-sm-3
	{
		ms-flex-order: 3;
		order: 3;
		webkit-box-ordinal-group: 4;
		webkit-order: 3;
	}
	.order-sm-4
	{
		ms-flex-order: 4;
		order: 4;
		webkit-box-ordinal-group: 5;
		webkit-order: 4;
	}
	.order-sm-5
	{
		ms-flex-order: 5;
		order: 5;
		webkit-box-ordinal-group: 6;
		webkit-order: 5;
	}
	.order-sm-6
	{
		ms-flex-order: 6;
		order: 6;
		webkit-box-ordinal-group: 7;
		webkit-order: 6;
	}
	.order-sm-7
	{
		ms-flex-order: 7;
		order: 7;
		webkit-box-ordinal-group: 8;
		webkit-order: 7;
	}
	.order-sm-8
	{
		ms-flex-order: 8;
		order: 8;
		webkit-box-ordinal-group: 9;
		webkit-order: 8;
	}
	.order-sm-9
	{
		ms-flex-order: 9;
		order: 9;
		webkit-box-ordinal-group: 10;
		webkit-order: 9;
	}
	.order-sm-10
	{
		ms-flex-order: 10;
		order: 10;
		webkit-box-ordinal-group: 11;
		webkit-order: 10;
	}
	.order-sm-11
	{
		ms-flex-order: 11;
		order: 11;
		webkit-box-ordinal-group: 12;
		webkit-order: 11;
	}
	.order-sm-12
	{
		ms-flex-order: 12;
		order: 12;
		webkit-box-ordinal-group: 13;
		webkit-order: 12;
	}
	.offset-sm-0
	{
		margin-left: 0;
	}
	.offset-sm-1
	{
		margin-left: 8.33333%;
	}
	.offset-sm-2
	{
		margin-left: 16.66667%;
	}
	.offset-sm-3
	{
		margin-left: 25%;
	}
	.offset-sm-4
	{
		margin-left: 33.33333%;
	}
	.offset-sm-5
	{
		margin-left: 41.66667%;
	}
	.offset-sm-6
	{
		margin-left: 50%;
	}
	.offset-sm-7
	{
		margin-left: 58.33333%;
	}
	.offset-sm-8
	{
		margin-left: 66.66667%;
	}
	.offset-sm-9
	{
		margin-left: 75%;
	}
	.offset-sm-10
	{
		margin-left: 83.33333%;
	}
	.offset-sm-11
	{
		margin-left: 91.66667%;
	}
}
@media (min-width:768px)
{
	.col-md
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-basis: 0;
		webkit-flex-grow: 1;
	}
	.col-md-auto
	{
		flex: 0 0 auto;
		max-width: none;
		ms-flex: 0 0 auto;
		webkit-box-flex: 0;
		webkit-flex: 0 0 auto;
		width: auto;
	}
	.col-md-1
	{
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
		ms-flex: 0 0 8.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.33333%;
	}
	.col-md-2
	{
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
		ms-flex: 0 0 16.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.66667%;
	}
	.col-md-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-md-4
	{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		ms-flex: 0 0 33.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333%;
	}
	.col-md-5
	{
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		ms-flex: 0 0 41.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66667%;
	}
	.col-md-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-md-7
	{
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		ms-flex: 0 0 58.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.33333%;
	}
	.col-md-8
	{
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		ms-flex: 0 0 66.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66667%;
	}
	.col-md-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-md-10
	{
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
		ms-flex: 0 0 83.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333%;
	}
	.col-md-11
	{
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
		ms-flex: 0 0 91.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66667%;
	}
	.col-md-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.order-md-first
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
		webkit-order: -1;
	}
	.order-md-last
	{
		ms-flex-order: 13;
		order: 13;
		webkit-box-ordinal-group: 14;
		webkit-order: 13;
	}
	.order-md-0
	{
		ms-flex-order: 0;
		order: 0;
		webkit-box-ordinal-group: 1;
		webkit-order: 0;
	}
	.order-md-1
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
		webkit-order: 1;
	}
	.order-md-2
	{
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		webkit-order: 2;
	}
	.order-md-3
	{
		ms-flex-order: 3;
		order: 3;
		webkit-box-ordinal-group: 4;
		webkit-order: 3;
	}
	.order-md-4
	{
		ms-flex-order: 4;
		order: 4;
		webkit-box-ordinal-group: 5;
		webkit-order: 4;
	}
	.order-md-5
	{
		ms-flex-order: 5;
		order: 5;
		webkit-box-ordinal-group: 6;
		webkit-order: 5;
	}
	.order-md-6
	{
		ms-flex-order: 6;
		order: 6;
		webkit-box-ordinal-group: 7;
		webkit-order: 6;
	}
	.order-md-7
	{
		ms-flex-order: 7;
		order: 7;
		webkit-box-ordinal-group: 8;
		webkit-order: 7;
	}
	.order-md-8
	{
		ms-flex-order: 8;
		order: 8;
		webkit-box-ordinal-group: 9;
		webkit-order: 8;
	}
	.order-md-9
	{
		ms-flex-order: 9;
		order: 9;
		webkit-box-ordinal-group: 10;
		webkit-order: 9;
	}
	.order-md-10
	{
		ms-flex-order: 10;
		order: 10;
		webkit-box-ordinal-group: 11;
		webkit-order: 10;
	}
	.order-md-11
	{
		ms-flex-order: 11;
		order: 11;
		webkit-box-ordinal-group: 12;
		webkit-order: 11;
	}
	.order-md-12
	{
		ms-flex-order: 12;
		order: 12;
		webkit-box-ordinal-group: 13;
		webkit-order: 12;
	}
	.offset-md-0
	{
		margin-left: 0;
	}
	.offset-md-1
	{
		margin-left: 8.33333%;
	}
	.offset-md-2
	{
		margin-left: 16.66667%;
	}
	.offset-md-3
	{
		margin-left: 25%;
	}
	.offset-md-4
	{
		margin-left: 33.33333%;
	}
	.offset-md-5
	{
		margin-left: 41.66667%;
	}
	.offset-md-6
	{
		margin-left: 50%;
	}
	.offset-md-7
	{
		margin-left: 58.33333%;
	}
	.offset-md-8
	{
		margin-left: 66.66667%;
	}
	.offset-md-9
	{
		margin-left: 75%;
	}
	.offset-md-10
	{
		margin-left: 83.33333%;
	}
	.offset-md-11
	{
		margin-left: 91.66667%;
	}
}
@media (min-width:992px)
{
	.col-lg
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-basis: 0;
		webkit-flex-grow: 1;
	}
	.col-lg-auto
	{
		flex: 0 0 auto;
		max-width: none;
		ms-flex: 0 0 auto;
		webkit-box-flex: 0;
		webkit-flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1
	{
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
		ms-flex: 0 0 8.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.33333%;
	}
	.col-lg-2
	{
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
		ms-flex: 0 0 16.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.66667%;
	}
	.col-lg-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-lg-4
	{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		ms-flex: 0 0 33.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333%;
	}
	.col-lg-5
	{
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		ms-flex: 0 0 41.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66667%;
	}
	.col-lg-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-lg-7
	{
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		ms-flex: 0 0 58.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.33333%;
	}
	.col-lg-8
	{
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		ms-flex: 0 0 66.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66667%;
	}
	.col-lg-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-lg-10
	{
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
		ms-flex: 0 0 83.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333%;
	}
	.col-lg-11
	{
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
		ms-flex: 0 0 91.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66667%;
	}
	.col-lg-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.order-lg-first
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
		webkit-order: -1;
	}
	.order-lg-last
	{
		ms-flex-order: 13;
		order: 13;
		webkit-box-ordinal-group: 14;
		webkit-order: 13;
	}
	.order-lg-0
	{
		ms-flex-order: 0;
		order: 0;
		webkit-box-ordinal-group: 1;
		webkit-order: 0;
	}
	.order-lg-1
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
		webkit-order: 1;
	}
	.order-lg-2
	{
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		webkit-order: 2;
	}
	.order-lg-3
	{
		ms-flex-order: 3;
		order: 3;
		webkit-box-ordinal-group: 4;
		webkit-order: 3;
	}
	.order-lg-4
	{
		ms-flex-order: 4;
		order: 4;
		webkit-box-ordinal-group: 5;
		webkit-order: 4;
	}
	.order-lg-5
	{
		ms-flex-order: 5;
		order: 5;
		webkit-box-ordinal-group: 6;
		webkit-order: 5;
	}
	.order-lg-6
	{
		ms-flex-order: 6;
		order: 6;
		webkit-box-ordinal-group: 7;
		webkit-order: 6;
	}
	.order-lg-7
	{
		ms-flex-order: 7;
		order: 7;
		webkit-box-ordinal-group: 8;
		webkit-order: 7;
	}
	.order-lg-8
	{
		ms-flex-order: 8;
		order: 8;
		webkit-box-ordinal-group: 9;
		webkit-order: 8;
	}
	.order-lg-9
	{
		ms-flex-order: 9;
		order: 9;
		webkit-box-ordinal-group: 10;
		webkit-order: 9;
	}
	.order-lg-10
	{
		ms-flex-order: 10;
		order: 10;
		webkit-box-ordinal-group: 11;
		webkit-order: 10;
	}
	.order-lg-11
	{
		ms-flex-order: 11;
		order: 11;
		webkit-box-ordinal-group: 12;
		webkit-order: 11;
	}
	.order-lg-12
	{
		ms-flex-order: 12;
		order: 12;
		webkit-box-ordinal-group: 13;
		webkit-order: 12;
	}
	.offset-lg-0
	{
		margin-left: 0;
	}
	.offset-lg-1
	{
		margin-left: 8.33333%;
	}
	.offset-lg-2
	{
		margin-left: 16.66667%;
	}
	.offset-lg-3
	{
		margin-left: 25%;
	}
	.offset-lg-4
	{
		margin-left: 33.33333%;
	}
	.offset-lg-5
	{
		margin-left: 41.66667%;
	}
	.offset-lg-6
	{
		margin-left: 50%;
	}
	.offset-lg-7
	{
		margin-left: 58.33333%;
	}
	.offset-lg-8
	{
		margin-left: 66.66667%;
	}
	.offset-lg-9
	{
		margin-left: 75%;
	}
	.offset-lg-10
	{
		margin-left: 83.33333%;
	}
	.offset-lg-11
	{
		margin-left: 91.66667%;
	}
}
@media (min-width:1200px)
{
	.col-xl
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-basis: 0;
		webkit-flex-grow: 1;
	}
	.col-xl-auto
	{
		flex: 0 0 auto;
		max-width: none;
		ms-flex: 0 0 auto;
		webkit-box-flex: 0;
		webkit-flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1
	{
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
		ms-flex: 0 0 8.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.33333%;
	}
	.col-xl-2
	{
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
		ms-flex: 0 0 16.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.66667%;
	}
	.col-xl-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-xl-4
	{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		ms-flex: 0 0 33.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333%;
	}
	.col-xl-5
	{
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		ms-flex: 0 0 41.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66667%;
	}
	.col-xl-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-xl-7
	{
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		ms-flex: 0 0 58.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.33333%;
	}
	.col-xl-8
	{
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		ms-flex: 0 0 66.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66667%;
	}
	.col-xl-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-xl-10
	{
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
		ms-flex: 0 0 83.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333%;
	}
	.col-xl-11
	{
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
		ms-flex: 0 0 91.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66667%;
	}
	.col-xl-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.order-xl-first
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
		webkit-order: -1;
	}
	.order-xl-last
	{
		ms-flex-order: 13;
		order: 13;
		webkit-box-ordinal-group: 14;
		webkit-order: 13;
	}
	.order-xl-0
	{
		ms-flex-order: 0;
		order: 0;
		webkit-box-ordinal-group: 1;
		webkit-order: 0;
	}
	.order-xl-1
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
		webkit-order: 1;
	}
	.order-xl-2
	{
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		webkit-order: 2;
	}
	.order-xl-3
	{
		ms-flex-order: 3;
		order: 3;
		webkit-box-ordinal-group: 4;
		webkit-order: 3;
	}
	.order-xl-4
	{
		ms-flex-order: 4;
		order: 4;
		webkit-box-ordinal-group: 5;
		webkit-order: 4;
	}
	.order-xl-5
	{
		ms-flex-order: 5;
		order: 5;
		webkit-box-ordinal-group: 6;
		webkit-order: 5;
	}
	.order-xl-6
	{
		ms-flex-order: 6;
		order: 6;
		webkit-box-ordinal-group: 7;
		webkit-order: 6;
	}
	.order-xl-7
	{
		ms-flex-order: 7;
		order: 7;
		webkit-box-ordinal-group: 8;
		webkit-order: 7;
	}
	.order-xl-8
	{
		ms-flex-order: 8;
		order: 8;
		webkit-box-ordinal-group: 9;
		webkit-order: 8;
	}
	.order-xl-9
	{
		ms-flex-order: 9;
		order: 9;
		webkit-box-ordinal-group: 10;
		webkit-order: 9;
	}
	.order-xl-10
	{
		ms-flex-order: 10;
		order: 10;
		webkit-box-ordinal-group: 11;
		webkit-order: 10;
	}
	.order-xl-11
	{
		ms-flex-order: 11;
		order: 11;
		webkit-box-ordinal-group: 12;
		webkit-order: 11;
	}
	.order-xl-12
	{
		ms-flex-order: 12;
		order: 12;
		webkit-box-ordinal-group: 13;
		webkit-order: 12;
	}
	.offset-xl-0
	{
		margin-left: 0;
	}
	.offset-xl-1
	{
		margin-left: 8.33333%;
	}
	.offset-xl-2
	{
		margin-left: 16.66667%;
	}
	.offset-xl-3
	{
		margin-left: 25%;
	}
	.offset-xl-4
	{
		margin-left: 33.33333%;
	}
	.offset-xl-5
	{
		margin-left: 41.66667%;
	}
	.offset-xl-6
	{
		margin-left: 50%;
	}
	.offset-xl-7
	{
		margin-left: 58.33333%;
	}
	.offset-xl-8
	{
		margin-left: 66.66667%;
	}
	.offset-xl-9
	{
		margin-left: 75%;
	}
	.offset-xl-10
	{
		margin-left: 83.33333%;
	}
	.offset-xl-11
	{
		margin-left: 91.66667%;
	}
}
@media (min-width:1440px)
{
	.col-xxl
	{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		ms-flex-positive: 1;
		ms-flex-preferred-size: 0;
		webkit-box-flex: 1;
		webkit-flex-basis: 0;
		webkit-flex-grow: 1;
	}
	.col-xxl-auto
	{
		flex: 0 0 auto;
		max-width: none;
		ms-flex: 0 0 auto;
		webkit-box-flex: 0;
		webkit-flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1
	{
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
		ms-flex: 0 0 8.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 8.33333%;
	}
	.col-xxl-2
	{
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
		ms-flex: 0 0 16.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 16.66667%;
	}
	.col-xxl-3
	{
		flex: 0 0 25%;
		max-width: 25%;
		ms-flex: 0 0 25%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 25%;
	}
	.col-xxl-4
	{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		ms-flex: 0 0 33.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 33.33333%;
	}
	.col-xxl-5
	{
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		ms-flex: 0 0 41.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 41.66667%;
	}
	.col-xxl-6
	{
		flex: 0 0 50%;
		max-width: 50%;
		ms-flex: 0 0 50%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 50%;
	}
	.col-xxl-7
	{
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		ms-flex: 0 0 58.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 58.33333%;
	}
	.col-xxl-8
	{
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		ms-flex: 0 0 66.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 66.66667%;
	}
	.col-xxl-9
	{
		flex: 0 0 75%;
		max-width: 75%;
		ms-flex: 0 0 75%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 75%;
	}
	.col-xxl-10
	{
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
		ms-flex: 0 0 83.33333%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 83.33333%;
	}
	.col-xxl-11
	{
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
		ms-flex: 0 0 91.66667%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 91.66667%;
	}
	.col-xxl-12
	{
		flex: 0 0 100%;
		max-width: 100%;
		ms-flex: 0 0 100%;
		webkit-box-flex: 0;
		webkit-flex: 0 0 100%;
	}
	.order-xxl-first
	{
		ms-flex-order: -1;
		order: -1;
		webkit-box-ordinal-group: 0;
		webkit-order: -1;
	}
	.order-xxl-last
	{
		ms-flex-order: 13;
		order: 13;
		webkit-box-ordinal-group: 14;
		webkit-order: 13;
	}
	.order-xxl-0
	{
		ms-flex-order: 0;
		order: 0;
		webkit-box-ordinal-group: 1;
		webkit-order: 0;
	}
	.order-xxl-1
	{
		ms-flex-order: 1;
		order: 1;
		webkit-box-ordinal-group: 2;
		webkit-order: 1;
	}
	.order-xxl-2
	{
		ms-flex-order: 2;
		order: 2;
		webkit-box-ordinal-group: 3;
		webkit-order: 2;
	}
	.order-xxl-3
	{
		ms-flex-order: 3;
		order: 3;
		webkit-box-ordinal-group: 4;
		webkit-order: 3;
	}
	.order-xxl-4
	{
		ms-flex-order: 4;
		order: 4;
		webkit-box-ordinal-group: 5;
		webkit-order: 4;
	}
	.order-xxl-5
	{
		ms-flex-order: 5;
		order: 5;
		webkit-box-ordinal-group: 6;
		webkit-order: 5;
	}
	.order-xxl-6
	{
		ms-flex-order: 6;
		order: 6;
		webkit-box-ordinal-group: 7;
		webkit-order: 6;
	}
	.order-xxl-7
	{
		ms-flex-order: 7;
		order: 7;
		webkit-box-ordinal-group: 8;
		webkit-order: 7;
	}
	.order-xxl-8
	{
		ms-flex-order: 8;
		order: 8;
		webkit-box-ordinal-group: 9;
		webkit-order: 8;
	}
	.order-xxl-9
	{
		ms-flex-order: 9;
		order: 9;
		webkit-box-ordinal-group: 10;
		webkit-order: 9;
	}
	.order-xxl-10
	{
		ms-flex-order: 10;
		order: 10;
		webkit-box-ordinal-group: 11;
		webkit-order: 10;
	}
	.order-xxl-11
	{
		ms-flex-order: 11;
		order: 11;
		webkit-box-ordinal-group: 12;
		webkit-order: 11;
	}
	.order-xxl-12
	{
		ms-flex-order: 12;
		order: 12;
		webkit-box-ordinal-group: 13;
		webkit-order: 12;
	}
	.offset-xxl-0
	{
		margin-left: 0;
	}
	.offset-xxl-1
	{
		margin-left: 8.33333%;
	}
	.offset-xxl-2
	{
		margin-left: 16.66667%;
	}
	.offset-xxl-3
	{
		margin-left: 25%;
	}
	.offset-xxl-4
	{
		margin-left: 33.33333%;
	}
	.offset-xxl-5
	{
		margin-left: 41.66667%;
	}
	.offset-xxl-6
	{
		margin-left: 50%;
	}
	.offset-xxl-7
	{
		margin-left: 58.33333%;
	}
	.offset-xxl-8
	{
		margin-left: 66.66667%;
	}
	.offset-xxl-9
	{
		margin-left: 75%;
	}
	.offset-xxl-10
	{
		margin-left: 83.33333%;
	}
	.offset-xxl-11
	{
		margin-left: 91.66667%;
	}
}
.d-none
{
	display: none!important;
}
.d-inline
{
	display: inline!important;
}
.d-inline-block
{
	display: inline-block!important;
}
.d-block
{
	display: block!important;
}
.d-table
{
	display: table!important;
}
.d-table-row
{
	display: table-row!important;
}
.d-table-cell
{
	display: table-cell!important;
}
.d-flex
{
	display: flex!important;
	display: -ms-flexbox!important;
	display: -webkit-box!important;
	display: -webkit-flex!important;
}
.d-inline-flex
{
	display: inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
}
@media (min-width:576px)
{
	.d-sm-none
	{
		display: none!important;
	}
	.d-sm-inline
	{
		display: inline!important;
	}
	.d-sm-inline-block
	{
		display: inline-block!important;
	}
	.d-sm-block
	{
		display: block!important;
	}
	.d-sm-table
	{
		display: table!important;
	}
	.d-sm-table-row
	{
		display: table-row!important;
	}
	.d-sm-table-cell
	{
		display: table-cell!important;
	}
	.d-sm-flex
	{
		display: flex!important;
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: -webkit-flex!important;
	}
	.d-sm-inline-flex
	{
		display: inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
	}
}
@media (min-width:768px)
{
	.d-md-none
	{
		display: none!important;
	}
	.d-md-inline
	{
		display: inline!important;
	}
	.d-md-inline-block
	{
		display: inline-block!important;
	}
	.d-md-block
	{
		display: block!important;
	}
	.d-md-table
	{
		display: table!important;
	}
	.d-md-table-row
	{
		display: table-row!important;
	}
	.d-md-table-cell
	{
		display: table-cell!important;
	}
	.d-md-flex
	{
		display: flex!important;
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: -webkit-flex!important;
	}
	.d-md-inline-flex
	{
		display: inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
	}
}
@media (min-width:992px)
{
	.d-lg-none
	{
		display: none!important;
	}
	.d-lg-inline
	{
		display: inline!important;
	}
	.d-lg-inline-block
	{
		display: inline-block!important;
	}
	.d-lg-block
	{
		display: block!important;
	}
	.d-lg-table
	{
		display: table!important;
	}
	.d-lg-table-row
	{
		display: table-row!important;
	}
	.d-lg-table-cell
	{
		display: table-cell!important;
	}
	.d-lg-flex
	{
		display: flex!important;
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: -webkit-flex!important;
	}
	.d-lg-inline-flex
	{
		display: inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
	}
}
@media (min-width:1200px)
{
	.d-xl-none
	{
		display: none!important;
	}
	.d-xl-inline
	{
		display: inline!important;
	}
	.d-xl-inline-block
	{
		display: inline-block!important;
	}
	.d-xl-block
	{
		display: block!important;
	}
	.d-xl-table
	{
		display: table!important;
	}
	.d-xl-table-row
	{
		display: table-row!important;
	}
	.d-xl-table-cell
	{
		display: table-cell!important;
	}
	.d-xl-flex
	{
		display: flex!important;
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: -webkit-flex!important;
	}
	.d-xl-inline-flex
	{
		display: inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
	}
}
@media (min-width:1440px)
{
	.d-xxl-none
	{
		display: none!important;
	}
	.d-xxl-inline
	{
		display: inline!important;
	}
	.d-xxl-inline-block
	{
		display: inline-block!important;
	}
	.d-xxl-block
	{
		display: block!important;
	}
	.d-xxl-table
	{
		display: table!important;
	}
	.d-xxl-table-row
	{
		display: table-row!important;
	}
	.d-xxl-table-cell
	{
		display: table-cell!important;
	}
	.d-xxl-flex
	{
		display: flex!important;
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: -webkit-flex!important;
	}
	.d-xxl-inline-flex
	{
		display: inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
	}
}
@media print
{
	.d-print-none
	{
		display: none!important;
	}
	.d-print-inline
	{
		display: inline!important;
	}
	.d-print-inline-block
	{
		display: inline-block!important;
	}
	.d-print-block
	{
		display: block!important;
	}
	.d-print-table
	{
		display: table!important;
	}
	.d-print-table-row
	{
		display: table-row!important;
	}
	.d-print-table-cell
	{
		display: table-cell!important;
	}
	.d-print-flex
	{
		display: flex!important;
		display: -ms-flexbox!important;
		display: -webkit-box!important;
		display: -webkit-flex!important;
	}
	.d-print-inline-flex
	{
		display: inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
	}
}
.flex-row
{
	flex-direction: row!important;
	ms-flex-direction: row!important;
	webkit-box-direction: normal!important;
	webkit-box-orient: horizontal!important;
	webkit-flex-direction: row!important;
}
.flex-column
{
	flex-direction: column!important;
	ms-flex-direction: column!important;
	webkit-box-direction: normal!important;
	webkit-box-orient: vertical!important;
	webkit-flex-direction: column!important;
}
.flex-row-reverse
{
	flex-direction: row-reverse!important;
	ms-flex-direction: row-reverse!important;
	webkit-box-direction: reverse!important;
	webkit-box-orient: horizontal!important;
	webkit-flex-direction: row-reverse!important;
}
.flex-column-reverse
{
	flex-direction: column-reverse!important;
	ms-flex-direction: column-reverse!important;
	webkit-box-direction: reverse!important;
	webkit-box-orient: vertical!important;
	webkit-flex-direction: column-reverse!important;
}
.flex-wrap
{
	flex-wrap: wrap!important;
	ms-flex-wrap: wrap!important;
	webkit-flex-wrap: wrap!important;
}
.flex-nowrap
{
	flex-wrap: nowrap!important;
	ms-flex-wrap: nowrap!important;
	webkit-flex-wrap: nowrap!important;
}
.flex-wrap-reverse
{
	flex-wrap: wrap-reverse!important;
	ms-flex-wrap: wrap-reverse!important;
	webkit-flex-wrap: wrap-reverse!important;
}
.justify-content-start
{
	justify-content: flex-start!important;
	ms-flex-pack: start!important;
	webkit-box-pack: start!important;
	webkit-justify-content: flex-start!important;
}
.justify-content-end
{
	justify-content: flex-end!important;
	ms-flex-pack: end!important;
	webkit-box-pack: end!important;
	webkit-justify-content: flex-end!important;
}
.justify-content-center
{
	justify-content: center!important;
	ms-flex-pack: center!important;
	webkit-box-pack: center!important;
	webkit-justify-content: center!important;
}
.justify-content-between
{
	justify-content: space-between!important;
	ms-flex-pack: justify!important;
	webkit-box-pack: justify!important;
	webkit-justify-content: space-between!important;
}
.justify-content-around
{
	justify-content: space-around!important;
	ms-flex-pack: distribute!important;
	webkit-justify-content: space-around!important;
}
.align-items-start
{
	align-items: flex-start!important;
	ms-flex-align: start!important;
	webkit-align-items: flex-start!important;
	webkit-box-align: start!important;
}
.align-items-end
{
	align-items: flex-end!important;
	ms-flex-align: end!important;
	webkit-align-items: flex-end!important;
	webkit-box-align: end!important;
}
.align-items-center
{
	align-items: center!important;
	ms-flex-align: center!important;
	webkit-align-items: center!important;
	webkit-box-align: center!important;
}
.align-items-baseline
{
	align-items: baseline!important;
	ms-flex-align: baseline!important;
	webkit-align-items: baseline!important;
	webkit-box-align: baseline!important;
}
.align-items-stretch
{
	align-items: stretch!important;
	ms-flex-align: stretch!important;
	webkit-align-items: stretch!important;
	webkit-box-align: stretch!important;
}
.align-content-start
{
	align-content: flex-start!important;
	ms-flex-line-pack: start!important;
	webkit-align-content: flex-start!important;
}
.align-content-end
{
	align-content: flex-end!important;
	ms-flex-line-pack: end!important;
	webkit-align-content: flex-end!important;
}
.align-content-center
{
	align-content: center!important;
	ms-flex-line-pack: center!important;
	webkit-align-content: center!important;
}
.align-content-between
{
	align-content: space-between!important;
	ms-flex-line-pack: justify!important;
	webkit-align-content: space-between!important;
}
.align-content-around
{
	align-content: space-around!important;
	ms-flex-line-pack: distribute!important;
	webkit-align-content: space-around!important;
}
.align-content-stretch
{
	align-content: stretch!important;
	ms-flex-line-pack: stretch!important;
	webkit-align-content: stretch!important;
}
.align-self-auto
{
	align-self: auto!important;
	ms-flex-item-align: auto!important;
	webkit-align-self: auto!important;
}
.align-self-start
{
	align-self: flex-start!important;
	ms-flex-item-align: start!important;
	webkit-align-self: flex-start!important;
}
.align-self-end
{
	align-self: flex-end!important;
	ms-flex-item-align: end!important;
	webkit-align-self: flex-end!important;
}
.align-self-center
{
	align-self: center!important;
	ms-flex-item-align: center!important;
	webkit-align-self: center!important;
}
.align-self-baseline
{
	align-self: baseline!important;
	ms-flex-item-align: baseline!important;
	webkit-align-self: baseline!important;
}
.align-self-stretch
{
	align-self: stretch!important;
	ms-flex-item-align: stretch!important;
	webkit-align-self: stretch!important;
}
@media (min-width:576px)
{
	.flex-sm-row
	{
		flex-direction: row!important;
		ms-flex-direction: row!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row!important;
	}
	.flex-sm-column
	{
		flex-direction: column!important;
		ms-flex-direction: column!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column!important;
	}
	.flex-sm-row-reverse
	{
		flex-direction: row-reverse!important;
		ms-flex-direction: row-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row-reverse!important;
	}
	.flex-sm-column-reverse
	{
		flex-direction: column-reverse!important;
		ms-flex-direction: column-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column-reverse!important;
	}
	.flex-sm-wrap
	{
		flex-wrap: wrap!important;
		ms-flex-wrap: wrap!important;
		webkit-flex-wrap: wrap!important;
	}
	.flex-sm-nowrap
	{
		flex-wrap: nowrap!important;
		ms-flex-wrap: nowrap!important;
		webkit-flex-wrap: nowrap!important;
	}
	.flex-sm-wrap-reverse
	{
		flex-wrap: wrap-reverse!important;
		ms-flex-wrap: wrap-reverse!important;
		webkit-flex-wrap: wrap-reverse!important;
	}
	.justify-content-sm-start
	{
		justify-content: flex-start!important;
		ms-flex-pack: start!important;
		webkit-box-pack: start!important;
		webkit-justify-content: flex-start!important;
	}
	.justify-content-sm-end
	{
		justify-content: flex-end!important;
		ms-flex-pack: end!important;
		webkit-box-pack: end!important;
		webkit-justify-content: flex-end!important;
	}
	.justify-content-sm-center
	{
		justify-content: center!important;
		ms-flex-pack: center!important;
		webkit-box-pack: center!important;
		webkit-justify-content: center!important;
	}
	.justify-content-sm-between
	{
		justify-content: space-between!important;
		ms-flex-pack: justify!important;
		webkit-box-pack: justify!important;
		webkit-justify-content: space-between!important;
	}
	.justify-content-sm-around
	{
		justify-content: space-around!important;
		ms-flex-pack: distribute!important;
		webkit-justify-content: space-around!important;
	}
	.align-items-sm-start
	{
		align-items: flex-start!important;
		ms-flex-align: start!important;
		webkit-align-items: flex-start!important;
		webkit-box-align: start!important;
	}
	.align-items-sm-end
	{
		align-items: flex-end!important;
		ms-flex-align: end!important;
		webkit-align-items: flex-end!important;
		webkit-box-align: end!important;
	}
	.align-items-sm-center
	{
		align-items: center!important;
		ms-flex-align: center!important;
		webkit-align-items: center!important;
		webkit-box-align: center!important;
	}
	.align-items-sm-baseline
	{
		align-items: baseline!important;
		ms-flex-align: baseline!important;
		webkit-align-items: baseline!important;
		webkit-box-align: baseline!important;
	}
	.align-items-sm-stretch
	{
		align-items: stretch!important;
		ms-flex-align: stretch!important;
		webkit-align-items: stretch!important;
		webkit-box-align: stretch!important;
	}
	.align-content-sm-start
	{
		align-content: flex-start!important;
		ms-flex-line-pack: start!important;
		webkit-align-content: flex-start!important;
	}
	.align-content-sm-end
	{
		align-content: flex-end!important;
		ms-flex-line-pack: end!important;
		webkit-align-content: flex-end!important;
	}
	.align-content-sm-center
	{
		align-content: center!important;
		ms-flex-line-pack: center!important;
		webkit-align-content: center!important;
	}
	.align-content-sm-between
	{
		align-content: space-between!important;
		ms-flex-line-pack: justify!important;
		webkit-align-content: space-between!important;
	}
	.align-content-sm-around
	{
		align-content: space-around!important;
		ms-flex-line-pack: distribute!important;
		webkit-align-content: space-around!important;
	}
	.align-content-sm-stretch
	{
		align-content: stretch!important;
		ms-flex-line-pack: stretch!important;
		webkit-align-content: stretch!important;
	}
	.align-self-sm-auto
	{
		align-self: auto!important;
		ms-flex-item-align: auto!important;
		webkit-align-self: auto!important;
	}
	.align-self-sm-start
	{
		align-self: flex-start!important;
		ms-flex-item-align: start!important;
		webkit-align-self: flex-start!important;
	}
	.align-self-sm-end
	{
		align-self: flex-end!important;
		ms-flex-item-align: end!important;
		webkit-align-self: flex-end!important;
	}
	.align-self-sm-center
	{
		align-self: center!important;
		ms-flex-item-align: center!important;
		webkit-align-self: center!important;
	}
	.align-self-sm-baseline
	{
		align-self: baseline!important;
		ms-flex-item-align: baseline!important;
		webkit-align-self: baseline!important;
	}
	.align-self-sm-stretch
	{
		align-self: stretch!important;
		ms-flex-item-align: stretch!important;
		webkit-align-self: stretch!important;
	}
}
@media (min-width:768px)
{
	.flex-md-row
	{
		flex-direction: row!important;
		ms-flex-direction: row!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row!important;
	}
	.flex-md-column
	{
		flex-direction: column!important;
		ms-flex-direction: column!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column!important;
	}
	.flex-md-row-reverse
	{
		flex-direction: row-reverse!important;
		ms-flex-direction: row-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row-reverse!important;
	}
	.flex-md-column-reverse
	{
		flex-direction: column-reverse!important;
		ms-flex-direction: column-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column-reverse!important;
	}
	.flex-md-wrap
	{
		flex-wrap: wrap!important;
		ms-flex-wrap: wrap!important;
		webkit-flex-wrap: wrap!important;
	}
	.flex-md-nowrap
	{
		flex-wrap: nowrap!important;
		ms-flex-wrap: nowrap!important;
		webkit-flex-wrap: nowrap!important;
	}
	.flex-md-wrap-reverse
	{
		flex-wrap: wrap-reverse!important;
		ms-flex-wrap: wrap-reverse!important;
		webkit-flex-wrap: wrap-reverse!important;
	}
	.justify-content-md-start
	{
		justify-content: flex-start!important;
		ms-flex-pack: start!important;
		webkit-box-pack: start!important;
		webkit-justify-content: flex-start!important;
	}
	.justify-content-md-end
	{
		justify-content: flex-end!important;
		ms-flex-pack: end!important;
		webkit-box-pack: end!important;
		webkit-justify-content: flex-end!important;
	}
	.justify-content-md-center
	{
		justify-content: center!important;
		ms-flex-pack: center!important;
		webkit-box-pack: center!important;
		webkit-justify-content: center!important;
	}
	.justify-content-md-between
	{
		justify-content: space-between!important;
		ms-flex-pack: justify!important;
		webkit-box-pack: justify!important;
		webkit-justify-content: space-between!important;
	}
	.justify-content-md-around
	{
		justify-content: space-around!important;
		ms-flex-pack: distribute!important;
		webkit-justify-content: space-around!important;
	}
	.align-items-md-start
	{
		align-items: flex-start!important;
		ms-flex-align: start!important;
		webkit-align-items: flex-start!important;
		webkit-box-align: start!important;
	}
	.align-items-md-end
	{
		align-items: flex-end!important;
		ms-flex-align: end!important;
		webkit-align-items: flex-end!important;
		webkit-box-align: end!important;
	}
	.align-items-md-center
	{
		align-items: center!important;
		ms-flex-align: center!important;
		webkit-align-items: center!important;
		webkit-box-align: center!important;
	}
	.align-items-md-baseline
	{
		align-items: baseline!important;
		ms-flex-align: baseline!important;
		webkit-align-items: baseline!important;
		webkit-box-align: baseline!important;
	}
	.align-items-md-stretch
	{
		align-items: stretch!important;
		ms-flex-align: stretch!important;
		webkit-align-items: stretch!important;
		webkit-box-align: stretch!important;
	}
	.align-content-md-start
	{
		align-content: flex-start!important;
		ms-flex-line-pack: start!important;
		webkit-align-content: flex-start!important;
	}
	.align-content-md-end
	{
		align-content: flex-end!important;
		ms-flex-line-pack: end!important;
		webkit-align-content: flex-end!important;
	}
	.align-content-md-center
	{
		align-content: center!important;
		ms-flex-line-pack: center!important;
		webkit-align-content: center!important;
	}
	.align-content-md-between
	{
		align-content: space-between!important;
		ms-flex-line-pack: justify!important;
		webkit-align-content: space-between!important;
	}
	.align-content-md-around
	{
		align-content: space-around!important;
		ms-flex-line-pack: distribute!important;
		webkit-align-content: space-around!important;
	}
	.align-content-md-stretch
	{
		align-content: stretch!important;
		ms-flex-line-pack: stretch!important;
		webkit-align-content: stretch!important;
	}
	.align-self-md-auto
	{
		align-self: auto!important;
		ms-flex-item-align: auto!important;
		webkit-align-self: auto!important;
	}
	.align-self-md-start
	{
		align-self: flex-start!important;
		ms-flex-item-align: start!important;
		webkit-align-self: flex-start!important;
	}
	.align-self-md-end
	{
		align-self: flex-end!important;
		ms-flex-item-align: end!important;
		webkit-align-self: flex-end!important;
	}
	.align-self-md-center
	{
		align-self: center!important;
		ms-flex-item-align: center!important;
		webkit-align-self: center!important;
	}
	.align-self-md-baseline
	{
		align-self: baseline!important;
		ms-flex-item-align: baseline!important;
		webkit-align-self: baseline!important;
	}
	.align-self-md-stretch
	{
		align-self: stretch!important;
		ms-flex-item-align: stretch!important;
		webkit-align-self: stretch!important;
	}
}
@media (min-width:992px)
{
	.flex-lg-row
	{
		flex-direction: row!important;
		ms-flex-direction: row!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row!important;
	}
	.flex-lg-column
	{
		flex-direction: column!important;
		ms-flex-direction: column!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column!important;
	}
	.flex-lg-row-reverse
	{
		flex-direction: row-reverse!important;
		ms-flex-direction: row-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row-reverse!important;
	}
	.flex-lg-column-reverse
	{
		flex-direction: column-reverse!important;
		ms-flex-direction: column-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column-reverse!important;
	}
	.flex-lg-wrap
	{
		flex-wrap: wrap!important;
		ms-flex-wrap: wrap!important;
		webkit-flex-wrap: wrap!important;
	}
	.flex-lg-nowrap
	{
		flex-wrap: nowrap!important;
		ms-flex-wrap: nowrap!important;
		webkit-flex-wrap: nowrap!important;
	}
	.flex-lg-wrap-reverse
	{
		flex-wrap: wrap-reverse!important;
		ms-flex-wrap: wrap-reverse!important;
		webkit-flex-wrap: wrap-reverse!important;
	}
	.justify-content-lg-start
	{
		justify-content: flex-start!important;
		ms-flex-pack: start!important;
		webkit-box-pack: start!important;
		webkit-justify-content: flex-start!important;
	}
	.justify-content-lg-end
	{
		justify-content: flex-end!important;
		ms-flex-pack: end!important;
		webkit-box-pack: end!important;
		webkit-justify-content: flex-end!important;
	}
	.justify-content-lg-center
	{
		justify-content: center!important;
		ms-flex-pack: center!important;
		webkit-box-pack: center!important;
		webkit-justify-content: center!important;
	}
	.justify-content-lg-between
	{
		justify-content: space-between!important;
		ms-flex-pack: justify!important;
		webkit-box-pack: justify!important;
		webkit-justify-content: space-between!important;
	}
	.justify-content-lg-around
	{
		justify-content: space-around!important;
		ms-flex-pack: distribute!important;
		webkit-justify-content: space-around!important;
	}
	.align-items-lg-start
	{
		align-items: flex-start!important;
		ms-flex-align: start!important;
		webkit-align-items: flex-start!important;
		webkit-box-align: start!important;
	}
	.align-items-lg-end
	{
		align-items: flex-end!important;
		ms-flex-align: end!important;
		webkit-align-items: flex-end!important;
		webkit-box-align: end!important;
	}
	.align-items-lg-center
	{
		align-items: center!important;
		ms-flex-align: center!important;
		webkit-align-items: center!important;
		webkit-box-align: center!important;
	}
	.align-items-lg-baseline
	{
		align-items: baseline!important;
		ms-flex-align: baseline!important;
		webkit-align-items: baseline!important;
		webkit-box-align: baseline!important;
	}
	.align-items-lg-stretch
	{
		align-items: stretch!important;
		ms-flex-align: stretch!important;
		webkit-align-items: stretch!important;
		webkit-box-align: stretch!important;
	}
	.align-content-lg-start
	{
		align-content: flex-start!important;
		ms-flex-line-pack: start!important;
		webkit-align-content: flex-start!important;
	}
	.align-content-lg-end
	{
		align-content: flex-end!important;
		ms-flex-line-pack: end!important;
		webkit-align-content: flex-end!important;
	}
	.align-content-lg-center
	{
		align-content: center!important;
		ms-flex-line-pack: center!important;
		webkit-align-content: center!important;
	}
	.align-content-lg-between
	{
		align-content: space-between!important;
		ms-flex-line-pack: justify!important;
		webkit-align-content: space-between!important;
	}
	.align-content-lg-around
	{
		align-content: space-around!important;
		ms-flex-line-pack: distribute!important;
		webkit-align-content: space-around!important;
	}
	.align-content-lg-stretch
	{
		align-content: stretch!important;
		ms-flex-line-pack: stretch!important;
		webkit-align-content: stretch!important;
	}
	.align-self-lg-auto
	{
		align-self: auto!important;
		ms-flex-item-align: auto!important;
		webkit-align-self: auto!important;
	}
	.align-self-lg-start
	{
		align-self: flex-start!important;
		ms-flex-item-align: start!important;
		webkit-align-self: flex-start!important;
	}
	.align-self-lg-end
	{
		align-self: flex-end!important;
		ms-flex-item-align: end!important;
		webkit-align-self: flex-end!important;
	}
	.align-self-lg-center
	{
		align-self: center!important;
		ms-flex-item-align: center!important;
		webkit-align-self: center!important;
	}
	.align-self-lg-baseline
	{
		align-self: baseline!important;
		ms-flex-item-align: baseline!important;
		webkit-align-self: baseline!important;
	}
	.align-self-lg-stretch
	{
		align-self: stretch!important;
		ms-flex-item-align: stretch!important;
		webkit-align-self: stretch!important;
	}
}
@media (min-width:1200px)
{
	.flex-xl-row
	{
		flex-direction: row!important;
		ms-flex-direction: row!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row!important;
	}
	.flex-xl-column
	{
		flex-direction: column!important;
		ms-flex-direction: column!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column!important;
	}
	.flex-xl-row-reverse
	{
		flex-direction: row-reverse!important;
		ms-flex-direction: row-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row-reverse!important;
	}
	.flex-xl-column-reverse
	{
		flex-direction: column-reverse!important;
		ms-flex-direction: column-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column-reverse!important;
	}
	.flex-xl-wrap
	{
		flex-wrap: wrap!important;
		ms-flex-wrap: wrap!important;
		webkit-flex-wrap: wrap!important;
	}
	.flex-xl-nowrap
	{
		flex-wrap: nowrap!important;
		ms-flex-wrap: nowrap!important;
		webkit-flex-wrap: nowrap!important;
	}
	.flex-xl-wrap-reverse
	{
		flex-wrap: wrap-reverse!important;
		ms-flex-wrap: wrap-reverse!important;
		webkit-flex-wrap: wrap-reverse!important;
	}
	.justify-content-xl-start
	{
		justify-content: flex-start!important;
		ms-flex-pack: start!important;
		webkit-box-pack: start!important;
		webkit-justify-content: flex-start!important;
	}
	.justify-content-xl-end
	{
		justify-content: flex-end!important;
		ms-flex-pack: end!important;
		webkit-box-pack: end!important;
		webkit-justify-content: flex-end!important;
	}
	.justify-content-xl-center
	{
		justify-content: center!important;
		ms-flex-pack: center!important;
		webkit-box-pack: center!important;
		webkit-justify-content: center!important;
	}
	.justify-content-xl-between
	{
		justify-content: space-between!important;
		ms-flex-pack: justify!important;
		webkit-box-pack: justify!important;
		webkit-justify-content: space-between!important;
	}
	.justify-content-xl-around
	{
		justify-content: space-around!important;
		ms-flex-pack: distribute!important;
		webkit-justify-content: space-around!important;
	}
	.align-items-xl-start
	{
		align-items: flex-start!important;
		ms-flex-align: start!important;
		webkit-align-items: flex-start!important;
		webkit-box-align: start!important;
	}
	.align-items-xl-end
	{
		align-items: flex-end!important;
		ms-flex-align: end!important;
		webkit-align-items: flex-end!important;
		webkit-box-align: end!important;
	}
	.align-items-xl-center
	{
		align-items: center!important;
		ms-flex-align: center!important;
		webkit-align-items: center!important;
		webkit-box-align: center!important;
	}
	.align-items-xl-baseline
	{
		align-items: baseline!important;
		ms-flex-align: baseline!important;
		webkit-align-items: baseline!important;
		webkit-box-align: baseline!important;
	}
	.align-items-xl-stretch
	{
		align-items: stretch!important;
		ms-flex-align: stretch!important;
		webkit-align-items: stretch!important;
		webkit-box-align: stretch!important;
	}
	.align-content-xl-start
	{
		align-content: flex-start!important;
		ms-flex-line-pack: start!important;
		webkit-align-content: flex-start!important;
	}
	.align-content-xl-end
	{
		align-content: flex-end!important;
		ms-flex-line-pack: end!important;
		webkit-align-content: flex-end!important;
	}
	.align-content-xl-center
	{
		align-content: center!important;
		ms-flex-line-pack: center!important;
		webkit-align-content: center!important;
	}
	.align-content-xl-between
	{
		align-content: space-between!important;
		ms-flex-line-pack: justify!important;
		webkit-align-content: space-between!important;
	}
	.align-content-xl-around
	{
		align-content: space-around!important;
		ms-flex-line-pack: distribute!important;
		webkit-align-content: space-around!important;
	}
	.align-content-xl-stretch
	{
		align-content: stretch!important;
		ms-flex-line-pack: stretch!important;
		webkit-align-content: stretch!important;
	}
	.align-self-xl-auto
	{
		align-self: auto!important;
		ms-flex-item-align: auto!important;
		webkit-align-self: auto!important;
	}
	.align-self-xl-start
	{
		align-self: flex-start!important;
		ms-flex-item-align: start!important;
		webkit-align-self: flex-start!important;
	}
	.align-self-xl-end
	{
		align-self: flex-end!important;
		ms-flex-item-align: end!important;
		webkit-align-self: flex-end!important;
	}
	.align-self-xl-center
	{
		align-self: center!important;
		ms-flex-item-align: center!important;
		webkit-align-self: center!important;
	}
	.align-self-xl-baseline
	{
		align-self: baseline!important;
		ms-flex-item-align: baseline!important;
		webkit-align-self: baseline!important;
	}
	.align-self-xl-stretch
	{
		align-self: stretch!important;
		ms-flex-item-align: stretch!important;
		webkit-align-self: stretch!important;
	}
}
@media (min-width:1440px)
{
	.flex-xxl-row
	{
		flex-direction: row!important;
		ms-flex-direction: row!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row!important;
	}
	.flex-xxl-column
	{
		flex-direction: column!important;
		ms-flex-direction: column!important;
		webkit-box-direction: normal!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column!important;
	}
	.flex-xxl-row-reverse
	{
		flex-direction: row-reverse!important;
		ms-flex-direction: row-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: horizontal!important;
		webkit-flex-direction: row-reverse!important;
	}
	.flex-xxl-column-reverse
	{
		flex-direction: column-reverse!important;
		ms-flex-direction: column-reverse!important;
		webkit-box-direction: reverse!important;
		webkit-box-orient: vertical!important;
		webkit-flex-direction: column-reverse!important;
	}
	.flex-xxl-wrap
	{
		flex-wrap: wrap!important;
		ms-flex-wrap: wrap!important;
		webkit-flex-wrap: wrap!important;
	}
	.flex-xxl-nowrap
	{
		flex-wrap: nowrap!important;
		ms-flex-wrap: nowrap!important;
		webkit-flex-wrap: nowrap!important;
	}
	.flex-xxl-wrap-reverse
	{
		flex-wrap: wrap-reverse!important;
		ms-flex-wrap: wrap-reverse!important;
		webkit-flex-wrap: wrap-reverse!important;
	}
	.justify-content-xxl-start
	{
		justify-content: flex-start!important;
		ms-flex-pack: start!important;
		webkit-box-pack: start!important;
		webkit-justify-content: flex-start!important;
	}
	.justify-content-xxl-end
	{
		justify-content: flex-end!important;
		ms-flex-pack: end!important;
		webkit-box-pack: end!important;
		webkit-justify-content: flex-end!important;
	}
	.justify-content-xxl-center
	{
		justify-content: center!important;
		ms-flex-pack: center!important;
		webkit-box-pack: center!important;
		webkit-justify-content: center!important;
	}
	.justify-content-xxl-between
	{
		justify-content: space-between!important;
		ms-flex-pack: justify!important;
		webkit-box-pack: justify!important;
		webkit-justify-content: space-between!important;
	}
	.justify-content-xxl-around
	{
		justify-content: space-around!important;
		ms-flex-pack: distribute!important;
		webkit-justify-content: space-around!important;
	}
	.align-items-xxl-start
	{
		align-items: flex-start!important;
		ms-flex-align: start!important;
		webkit-align-items: flex-start!important;
		webkit-box-align: start!important;
	}
	.align-items-xxl-end
	{
		align-items: flex-end!important;
		ms-flex-align: end!important;
		webkit-align-items: flex-end!important;
		webkit-box-align: end!important;
	}
	.align-items-xxl-center
	{
		align-items: center!important;
		ms-flex-align: center!important;
		webkit-align-items: center!important;
		webkit-box-align: center!important;
	}
	.align-items-xxl-baseline
	{
		align-items: baseline!important;
		ms-flex-align: baseline!important;
		webkit-align-items: baseline!important;
		webkit-box-align: baseline!important;
	}
	.align-items-xxl-stretch
	{
		align-items: stretch!important;
		ms-flex-align: stretch!important;
		webkit-align-items: stretch!important;
		webkit-box-align: stretch!important;
	}
	.align-content-xxl-start
	{
		align-content: flex-start!important;
		ms-flex-line-pack: start!important;
		webkit-align-content: flex-start!important;
	}
	.align-content-xxl-end
	{
		align-content: flex-end!important;
		ms-flex-line-pack: end!important;
		webkit-align-content: flex-end!important;
	}
	.align-content-xxl-center
	{
		align-content: center!important;
		ms-flex-line-pack: center!important;
		webkit-align-content: center!important;
	}
	.align-content-xxl-between
	{
		align-content: space-between!important;
		ms-flex-line-pack: justify!important;
		webkit-align-content: space-between!important;
	}
	.align-content-xxl-around
	{
		align-content: space-around!important;
		ms-flex-line-pack: distribute!important;
		webkit-align-content: space-around!important;
	}
	.align-content-xxl-stretch
	{
		align-content: stretch!important;
		ms-flex-line-pack: stretch!important;
		webkit-align-content: stretch!important;
	}
	.align-self-xxl-auto
	{
		align-self: auto!important;
		ms-flex-item-align: auto!important;
		webkit-align-self: auto!important;
	}
	.align-self-xxl-start
	{
		align-self: flex-start!important;
		ms-flex-item-align: start!important;
		webkit-align-self: flex-start!important;
	}
	.align-self-xxl-end
	{
		align-self: flex-end!important;
		ms-flex-item-align: end!important;
		webkit-align-self: flex-end!important;
	}
	.align-self-xxl-center
	{
		align-self: center!important;
		ms-flex-item-align: center!important;
		webkit-align-self: center!important;
	}
	.align-self-xxl-baseline
	{
		align-self: baseline!important;
		ms-flex-item-align: baseline!important;
		webkit-align-self: baseline!important;
	}
	.align-self-xxl-stretch
	{
		align-self: stretch!important;
		ms-flex-item-align: stretch!important;
		webkit-align-self: stretch!important;
	}
}
.breadcrumb
{
	background-color: #e9ecef;
	border-radius: .25rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 1rem;
	ms-flex-wrap: wrap;
	padding: .75rem 1rem;
	webkit-border-radius: .25rem;
	webkit-flex-wrap: wrap;
}
.breadcrumb-item+.breadcrumb-item::before
{
	color: #6c757d;
	content: "/";
	display: inline-block;
	padding-left: .5rem;
	padding-right: .5rem;
}
.breadcrumb-item+.breadcrumb-item:hover::before
{
	text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before
{
	text-decoration: none;
}
.breadcrumb-item.active
{
	color: #6c757d;
}
.form-control
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #495057;
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	webkit-background-clip: padding-box;
	webkit-border-radius: .25rem;
	webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	width: 100%;
}
.form-control::-ms-expand
{
	background-color: transparent;
	border: 0;
}
.form-control:focus
{
	background-color: #fff;
	border-color: #208fff;
	box-shadow: 0 0 0 .2rem rgba(0,79,159,.25);
	color: #495057;
	outline: 0;
	webkit-box-shadow: 0 0 0 .2rem rgba(0,79,159,.25);
}
.form-control::-webkit-input-placeholder
{
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder
{
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder
{
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder
{
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder
{
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled,.form-control[readonly]
{
	background-color: #e9ecef;
	opacity: 1;
}
select.form-control:not([size]):not([multiple])
{
	height: calc(2.25rem + 2px);
	height: -webkit-calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value
{
	background-color: #fff;
	color: #495057;
}
.form-control-file,.form-control-range
{
	display: block;
	width: 100%;
}
.col-form-label
{
	font-size: inherit;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: calc(.375rem + 1px);
	padding-bottom: -webkit-calc(.375rem + 1px);
	padding-top: calc(.375rem + 1px);
	padding-top: -webkit-calc(.375rem + 1px);
}
.col-form-label-lg
{
	font-size: 1.25rem;
	line-height: 1.5;
	padding-bottom: calc(.5rem + 1px);
	padding-bottom: -webkit-calc(.5rem + 1px);
	padding-top: calc(.5rem + 1px);
	padding-top: -webkit-calc(.5rem + 1px);
}
.col-form-label-sm
{
	font-size: .875rem;
	line-height: 1.5;
	padding-bottom: calc(.25rem + 1px);
	padding-bottom: -webkit-calc(.25rem + 1px);
	padding-top: calc(.25rem + 1px);
	padding-top: -webkit-calc(.25rem + 1px);
}
.form-control-plaintext
{
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
	display: block;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: .375rem;
	padding-top: .375rem;
	width: 100%;
}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm
{
	padding-left: 0;
	padding-right: 0;
}
.form-control-sm
{
	border-radius: .2rem;
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem;
	webkit-border-radius: .2rem;
}
select.form-control-sm:not([size]):not([multiple])
{
	height: calc(1.8125rem + 2px);
	height: -webkit-calc(1.8125rem + 2px);
}
.form-control-lg
{
	border-radius: .3rem;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .5rem 1rem;
	webkit-border-radius: .3rem;
}
select.form-control-lg:not([size]):not([multiple])
{
	height: calc(2.875rem + 2px);
	height: -webkit-calc(2.875rem + 2px);
}
.form-group
{
	margin-bottom: 1rem;
}
.form-text
{
	display: block;
	margin-top: .25rem;
}
.form-row
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	ms-flex-wrap: wrap;
	webkit-flex-wrap: wrap;
}
.form-row>.col,.form-row>[class*=col-]
{
	padding-left: 5px;
	padding-right: 5px;
}
.form-check
{
	display: block;
	padding-left: 1.25rem;
	position: relative;
}
.form-check-input
{
	margin-left: -1.25rem;
	margin-top: .3rem;
	position: absolute;
}
.form-check-input:disabled~.form-check-label
{
	color: #6c757d;
}
.form-check-label
{
	margin-bottom: 0;
}
.form-check-inline
{
	align-items: center;
	display: inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	margin-right: .75rem;
	ms-flex-align: center;
	padding-left: 0;
	webkit-align-items: center;
	webkit-box-align: center;
}
.form-check-inline .form-check-input
{
	margin-left: 0;
	margin-right: .3125rem;
	margin-top: 0;
	position: static;
}
.valid-feedback
{
	color: #97af59;
	display: none;
	font-size: 80%;
	margin-top: .25rem;
	width: 100%;
}
.valid-tooltip
{
	background-color: rgba(151,175,89,.8);
	border-radius: .2rem;
	color: #fff;
	display: none;
	font-size: .875rem;
	line-height: 1;
	margin-top: .1rem;
	max-width: 100%;
	padding: .5rem;
	position: absolute;
	top: 100%;
	webkit-border-radius: .2rem;
	z-index: 5;
}
.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid
{
	border-color: #97af59;
}
.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus
{
	border-color: #97af59;
	box-shadow: 0 0 0 .2rem rgba(151,175,89,.25);
	webkit-box-shadow: 0 0 0 .2rem rgba(151,175,89,.25);
}
.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip
{
	display: block;
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label
{
	color: #97af59;
}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip
{
	display: block;
}
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label
{
	color: #97af59;
}
.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before
{
	background-color: #cdd8af;
}
.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip
{
	display: block;
}
.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before
{
	background-color: #adc07b;
}
.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before
{
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(151,175,89,.25);
	webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(151,175,89,.25);
}
.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label
{
	border-color: #97af59;
}
.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before
{
	border-color: inherit;
}
.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip
{
	display: block;
}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label
{
	box-shadow: 0 0 0 .2rem rgba(151,175,89,.25);
	webkit-box-shadow: 0 0 0 .2rem rgba(151,175,89,.25);
}
.invalid-feedback
{
	color: #ce1629;
	display: none;
	font-size: 80%;
	margin-top: .25rem;
	width: 100%;
}
.invalid-tooltip
{
	background-color: rgba(206,22,41,.8);
	border-radius: .2rem;
	color: #fff;
	display: none;
	font-size: .875rem;
	line-height: 1;
	margin-top: .1rem;
	max-width: 100%;
	padding: .5rem;
	position: absolute;
	top: 100%;
	webkit-border-radius: .2rem;
	z-index: 5;
}
.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid
{
	border-color: #ce1629;
}
.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus
{
	border-color: #ce1629;
	box-shadow: 0 0 0 .2rem rgba(206,22,41,.25);
	webkit-box-shadow: 0 0 0 .2rem rgba(206,22,41,.25);
}
.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip
{
	display: block;
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label
{
	color: #ce1629;
}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip
{
	display: block;
}
.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label
{
	color: #ce1629;
}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before
{
	background-color: #f07380;
}
.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip
{
	display: block;
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before
{
	background-color: #e92e42;
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before
{
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(206,22,41,.25);
	webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(206,22,41,.25);
}
.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label
{
	border-color: #ce1629;
}
.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before
{
	border-color: inherit;
}
.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip
{
	display: block;
}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label
{
	box-shadow: 0 0 0 .2rem rgba(206,22,41,.25);
	webkit-box-shadow: 0 0 0 .2rem rgba(206,22,41,.25);
}
.form-inline
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-flow: row wrap;
	ms-flex-align: center;
	ms-flex-flow: row wrap;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: horizontal;
	webkit-flex-flow: row wrap;
}
.form-inline .form-check
{
	width: 100%;
}
@media (min-width:576px)
{
	.form-inline label
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: center;
		margin-bottom: 0;
		ms-flex-align: center;
		ms-flex-pack: center;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
	.form-inline .form-group
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		margin-bottom: 0;
		ms-flex: 0 0 auto;
		ms-flex-align: center;
		ms-flex-flow: row wrap;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-direction: normal;
		webkit-box-flex: 0;
		webkit-box-orient: horizontal;
		webkit-flex: 0 0 auto;
		webkit-flex-flow: row wrap;
	}
	.form-inline .form-control
	{
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .form-control-plaintext
	{
		display: inline-block;
	}
	.form-inline .input-group
	{
		width: auto;
	}
	.form-inline .form-check
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: center;
		ms-flex-align: center;
		ms-flex-pack: center;
		padding-left: 0;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
		width: auto;
	}
	.form-inline .form-check-input
	{
		margin-left: 0;
		margin-right: .25rem;
		margin-top: 0;
		position: relative;
	}
	.form-inline .custom-control
	{
		align-items: center;
		justify-content: center;
		ms-flex-align: center;
		ms-flex-pack: center;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
	.form-inline .custom-control-label
	{
		margin-bottom: 0;
	}
}
.modal-open
{
	overflow: hidden;
}
.modal
{
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}
.modal-open .modal
{
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog
{
	margin: .5rem;
	pointer-events: none;
	position: relative;
	width: auto;
}
.modal.fade .modal-dialog
{
	ms-transform: translate(0,-25%);
	o-transition: transform .3s ease-out;
	transform: translate(0,-25%);
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	webkit-transform: translate(0,-25%);
	webkit-transition: -webkit-transform .3s ease-out;
}
.modal.show .modal-dialog
{
	ms-transform: translate(0,0);
	transform: translate(0,0);
	webkit-transform: translate(0,0);
}
.modal-dialog-centered
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	min-height: calc(100% - (.5rem * 2));
	min-height: -webkit-calc(100% - (.5rem * 2));
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}
.modal-content
{
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	ms-flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	webkit-background-clip: padding-box;
	webkit-border-radius: .3rem;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
	width: 100%;
}
.modal-backdrop
{
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal-backdrop.fade
{
	opacity: 0;
}
.modal-backdrop.show
{
	opacity: .5;
}
.modal-header
{
	align-items: flex-start;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	padding: 1rem;
	webkit-align-items: flex-start;
	webkit-border-top-left-radius: .3rem;
	webkit-border-top-right-radius: .3rem;
	webkit-box-align: start;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.modal-header .close
{
	margin: -1rem -1rem -1rem auto;
	padding: 1rem;
}
.modal-title
{
	line-height: 1.5;
	margin-bottom: 0;
}
.modal-body
{
	flex: 1 1 auto;
	ms-flex: 1 1 auto;
	padding: 1rem;
	position: relative;
	webkit-box-flex: 1;
	webkit-flex: 1 1 auto;
}
.modal-footer
{
	align-items: center;
	border-top: 1px solid #e9ecef;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-end;
	ms-flex-align: center;
	ms-flex-pack: end;
	padding: 1rem;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: end;
	webkit-justify-content: flex-end;
}
.modal-footer>:not(:first-child)
{
	margin-left: .25rem;
}
.modal-footer>:not(:last-child)
{
	margin-right: .25rem;
}
.modal-scrollbar-measure
{
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width:576px)
{
	.modal-dialog
	{
		margin: 1.75rem auto;
		max-width: 500px;
	}
	.modal-dialog-centered
	{
		min-height: calc(100% - (1.75rem * 2));
		min-height: -webkit-calc(100% - (1.75rem * 2));
	}
	.modal-sm
	{
		max-width: 300px;
	}
}
@media (min-width:992px)
{
	.modal-lg
	{
		max-width: 800px;
	}
}
.pagination
{
	border-radius: .25rem;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	list-style: none;
	padding-left: 0;
	webkit-border-radius: .25rem;
}
.page-link
{
	background-color: #fff;
	border: 1px solid #dee2e6;
	color: #004f9f;
	display: block;
	line-height: 1.25;
	margin-left: -1px;
	padding: .5rem .75rem;
	position: relative;
}
.page-link:hover
{
	background-color: #e9ecef;
	border-color: #dee2e6;
	color: #002953;
	text-decoration: none;
}
.page-link:focus
{
	box-shadow: 0 0 0 .2rem rgba(0,79,159,.25);
	outline: 0;
	webkit-box-shadow: 0 0 0 .2rem rgba(0,79,159,.25);
	z-index: 2;
}
.page-link:not(:disabled):not(.disabled)
{
	cursor: pointer;
}
.page-item:first-child .page-link
{
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem;
	margin-left: 0;
	webkit-border-bottom-left-radius: .25rem;
	webkit-border-top-left-radius: .25rem;
}
.page-item:last-child .page-link
{
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem;
	webkit-border-bottom-right-radius: .25rem;
	webkit-border-top-right-radius: .25rem;
}
.page-item.active .page-link
{
	background-color: #004f9f;
	border-color: #004f9f;
	color: #fff;
	z-index: 1;
}
.page-item.disabled .page-link
{
	background-color: #fff;
	border-color: #dee2e6;
	color: #6c757d;
	cursor: auto;
	pointer-events: none;
}
.pagination-lg .page-link
{
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link
{
	border-bottom-left-radius: .3rem;
	border-top-left-radius: .3rem;
	webkit-border-bottom-left-radius: .3rem;
	webkit-border-top-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link
{
	border-bottom-right-radius: .3rem;
	border-top-right-radius: .3rem;
	webkit-border-bottom-right-radius: .3rem;
	webkit-border-top-right-radius: .3rem;
}
.pagination-sm .page-link
{
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem;
}
.pagination-sm .page-item:first-child .page-link
{
	border-bottom-left-radius: .2rem;
	border-top-left-radius: .2rem;
	webkit-border-bottom-left-radius: .2rem;
	webkit-border-top-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link
{
	border-bottom-right-radius: .2rem;
	border-top-right-radius: .2rem;
	webkit-border-bottom-right-radius: .2rem;
	webkit-border-top-right-radius: .2rem;
}
.w-25
{
	width: 25%!important;
}
.w-50
{
	width: 50%!important;
}
.w-75
{
	width: 75%!important;
}
.w-100
{
	width: 100%!important;
}
.h-25
{
	height: 25%!important;
}
.h-50
{
	height: 50%!important;
}
.h-75
{
	height: 75%!important;
}
.h-100
{
	height: 100%!important;
}
.mw-100
{
	max-width: 100%!important;
}
.mh-100
{
	max-height: 100%!important;
}
@font-face
{
	font-family: lg;
	font-style: normal;
	font-weight: 400;
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/lg.woff?n1z373) format("woff"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/lg.ttf?n1z373) format("truetype"),url(//urb.com.ua/wp-content/themes/urb/css/../fonts/lg.svg?n1z373#lg) format("svg");
	src: url(//urb.com.ua/wp-content/themes/urb/css/../fonts/lg.eot?n1z373);
}
.lg-icon
{
	font-family: lg;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	webkit-font-smoothing: antialiased;
}
.lg-actions .lg-next,.lg-actions .lg-prev
{
	background-color: rgba(0,0,0,.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	webkit-border-radius: 2px;
	z-index: 1080;
}
.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled
{
	opacity: .5;
	pointer-events: none;
}
.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover
{
	color: #fff;
}
.lg-actions .lg-next
{
	right: 20px;
}
.lg-actions .lg-next:before
{
	content: "\e095";
}
.lg-actions .lg-prev
{
	left: 20px;
}
.lg-actions .lg-prev:after
{
	content: "\e094";
}
@-webkit-keyframes lg-right-end
{
	0%
	{
		left: 0;
	}
	50%
	{
		left: -24px;
	}
	100%
	{
		left: 0;
	}
}
@keyframes lg-right-end
{
	0%
	{
		left: 0;
	}
	50%
	{
		left: -24px;
	}
	100%
	{
		left: 0;
	}
}
@-webkit-keyframes lg-left-end
{
	0%
	{
		left: 0;
	}
	50%
	{
		left: 24px;
	}
	100%
	{
		left: 0;
	}
}
@keyframes lg-left-end
{
	0%
	{
		left: 0;
	}
	50%
	{
		left: 24px;
	}
	100%
	{
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object
{
	animation: lg-right-end .3s;
	position: relative;
	webkit-animation: lg-right-end .3s;
}
.lg-outer.lg-left-end .lg-object
{
	animation: lg-left-end .3s;
	position: relative;
	webkit-animation: lg-left-end .3s;
}
.lg-toolbar
{
	background-color: rgba(0,0,0,.45);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1082;
}
.lg-toolbar .lg-icon
{
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	o-transition: color .2s linear;
	outline: medium none;
	padding: 10px 0;
	text-align: center;
	text-decoration: none!important;
	transition: color .2s linear;
	webkit-transition: color .2s linear;
	width: 50px;
}
.lg-toolbar .lg-icon:hover
{
	color: #fff;
}
.lg-toolbar .lg-close:after
{
	content: "\e070";
}
.lg-toolbar .lg-download:after
{
	content: "\e0f2";
}
.lg-sub-html
{
	background-color: rgba(0,0,0,.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4
{
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}
.lg-sub-html p
{
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter
{
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-next,.lg-prev,.lg-toolbar
{
	opacity: 1;
	o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	o-transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	transition: opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	webkit-transition: opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
}
.lg-hide-items .lg-prev
{
	opacity: 0;
	transform: translate3d(-10px,0,0);
	webkit-transform: translate3d(-10px,0,0);
}
.lg-hide-items .lg-next
{
	opacity: 0;
	transform: translate3d(10px,0,0);
	webkit-transform: translate3d(10px,0,0);
}
.lg-hide-items .lg-toolbar
{
	opacity: 0;
	transform: translate3d(0,-10px,0);
	webkit-transform: translate3d(0,-10px,0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object
{
	ms-transform-origin: 50% 50%;
	opacity: 0;
	o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	o-transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	transform: scale3d(.5,.5,.5);
	transform-origin: 50% 50%;
	transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	webkit-transform: scale3d(.5,.5,.5);
	webkit-transform-origin: 50% 50%;
	webkit-transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object
{
	opacity: 1;
	transform: scale3d(1,1,1);
	webkit-transform: scale3d(1,1,1);
}
.lg-outer .lg-thumb-outer
{
	background-color: #0d0a0a;
	bottom: 0;
	max-height: 350px;
	o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
	o-transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
	position: absolute;
	transform: translate3d(0,100%,0);
	transition: transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	webkit-transform: translate3d(0,100%,0);
	webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	width: 100%;
	z-index: 1080;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item
{
	cursor: grab;
	cursor: -ms-grab;
	cursor: -o-grab;
	cursor: -webkit-grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item
{
	cursor: grabbing;
	cursor: move;
	cursor: -ms-grabbing;
	cursor: -o-grabbing;
	cursor: -webkit-grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb
{
	o-transition-duration: 0s!important;
	transition-duration: 0s!important;
	webkit-transition-duration: 0s!important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer
{
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-outer .lg-thumb
{
	height: 100%;
	margin-bottom: -5px;
	padding: 10px 0;
}
.lg-outer .lg-thumb-item
{
	border: 2px solid #fff;
	border-radius: 4px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	webkit-border-radius: 4px;
	webkit-border-radius: 5px;
}
@media (min-width:1025px)
{
	.lg-outer .lg-thumb-item
	{
		o-transition: border-color .25s ease;
		transition: border-color .25s ease;
		webkit-transition: border-color .25s ease;
	}
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover
{
	border-color: #a90707;
}
.lg-outer .lg-thumb-item img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: 100%;
}
.lg-outer.lg-has-thumb .lg-item
{
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item
{
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html
{
	o-transition: bottom .25s ease;
	transition: bottom .25s ease;
	webkit-transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html
{
	bottom: 100px;
}
.lg-outer .lg-toggle-thumb
{
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	webkit-border-radius: 2px 2px 0 0;
	width: 50px;
}
.lg-outer .lg-toggle-thumb:after
{
	content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover
{
	color: #fff;
}
.lg-outer .lg-video-cont
{
	display: inline-block;
	max-height: 100%;
	max-width: 1140px;
	padding: 0 5px;
	vertical-align: middle;
	width: 100%;
}
.lg-outer .lg-video
{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.lg-outer .lg-video .lg-object
{
	display: inline-block;
	height: 100%!important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%!important;
}
.lg-outer .lg-video .lg-video-play
{
	cursor: pointer;
	height: 59px;
	left: 50%;
	margin-left: -42px;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	width: 84px;
	z-index: 1080;
}
.lg-outer .lg-has-vimeo .lg-video-play
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play
{
	background: transparent url(//urb.com.ua/wp-content/themes/urb/css/../img/video-play.png) no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	opacity: .8;
	width: 64px;
}
.lg-outer .lg-has-html5:hover .lg-video-play
{
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object
{
	height: 100%!important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%!important;
}
.lg-outer .lg-has-video .lg-video-object
{
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play
{
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object
{
	visibility: visible;
}
.lg-progress-bar
{
	background-color: #333;
	height: 5px;
	left: 0;
	opacity: 0;
	o-transition: opacity 80ms ease 0s;
	position: absolute;
	top: 0;
	transition: opacity 80ms ease 0s;
	webkit-transition: opacity 80ms ease 0s;
	width: 100%;
	z-index: 1083;
}
.lg-progress-bar .lg-progress
{
	background-color: #a90707;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress
{
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar
{
	opacity: 1;
}
.lg-autoplay-button:after
{
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after
{
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	o-transition-duration: 0s;
	transition-duration: 0s;
	webkit-transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
	o-transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
	transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap
{
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	webkit-backface-visibility: hidden;
	webkit-transform: translate3d(0,0,0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image
{
	backface-visibility: hidden;
	ms-transform-origin: 0 0;
	o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	o-transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	transform: scale3d(1,1,1);
	transform-origin: 0 0;
	transition: opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	webkit-backface-visibility: hidden;
	webkit-transform: scale3d(1,1,1);
	webkit-transform-origin: 0 0;
	webkit-transition: opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
}
#lg-zoom-in:after
{
	content: "\e311";
}
#lg-actual-size
{
	font-size: 20px;
}
#lg-actual-size:after
{
	content: "\e033";
}
#lg-zoom-out
{
	opacity: .5;
	pointer-events: none;
}
#lg-zoom-out:after
{
	content: "\e312";
}
.lg-zoomed #lg-zoom-out
{
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer
{
	bottom: 60px;
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont
{
	overflow: visible;
}
.lg-outer .lg-pager-cont
{
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont
{
	opacity: 1;
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager
{
	box-shadow: 0 0 0 2px #fff inset;
	webkit-box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont
{
	background-color: #fff;
	border-radius: 3px;
	bottom: 100%;
	color: #fff;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
	o-transition: opacity .15s ease 0s,transform .15s ease 0s;
	padding: 5px;
	position: absolute;
	transform: translate3d(0,5px,0);
	transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s,transform .15s ease 0s;
	transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
	webkit-border-radius: 3px;
	webkit-transform: translate3d(0,5px,0);
	webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
	width: 120px;
}
.lg-outer .lg-pager-thumb-cont img
{
	height: 100%;
	width: 100%;
}
.lg-outer .lg-pager
{
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
	display: block;
	height: 12px;
	o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: -webkit-box-shadow .3s ease 0s;
	webkit-border-radius: 50%;
	webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
	webkit-transition: box-shadow .3s ease 0s;
	webkit-transition: -webkit-box-shadow .3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover
{
	box-shadow: 0 0 0 8px #fff inset;
	webkit-box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret
{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after
{
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after
{
	content: "\e20d";
}
.lg-outer #lg-dropdown-overlay
{
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
	position: fixed;
	right: 0;
	top: 0;
	transition: visibility 0s linear .18s,opacity .18s linear 0s;
	visibility: hidden;
	webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
	z-index: 1081;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown
{
	ms-transform: translate3d(0,0,0);
	opacity: 1;
	o-transition-delay: 0s;
	transform: translate3d(0,0,0);
	transition-delay: 0s;
	visibility: visible;
	webkit-transform: translate3d(0,0,0);
	webkit-transition-delay: 0s;
}
.lg-outer.lg-dropdown-active #lg-share
{
	color: #fff;
}
.lg-outer .lg-dropdown
{
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	ms-transform: translate3d(0,5px,0);
	opacity: 0;
	o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	o-transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	transform: translate3d(0,5px,0);
	transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	visibility: hidden;
	webkit-border-radius: 2px;
	webkit-transform: translate3d(0,5px,0);
	webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}
.lg-outer .lg-dropdown:after
{
	border: 8px solid transparent;
	border-bottom-color: #fff;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 16px;
	top: -16px;
	width: 0;
}
.lg-outer .lg-dropdown>li:last-child
{
	margin-bottom: 0;
}
.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a
{
	color: #333;
}
.lg-outer .lg-dropdown a
{
	color: #333;
	display: block;
	font-family: "Open Sans","Helvetica Neue",Helvetica,"Arial";
	font-size: 12px;
	padding: 4px 12px;
	white-space: pre;
}
.lg-outer .lg-dropdown a:hover
{
	background-color: rgba(0,0,0,.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text
{
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon
{
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer #lg-share
{
	position: relative;
}
.lg-outer #lg-share:after
{
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon
{
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after
{
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon
{
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after
{
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon
{
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after
{
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon
{
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after
{
	content: "\e903";
}
.group:after,.group:before
{
	content: "";
	display: table;
	line-height: 0;
}
.group:after
{
	clear: both;
}
.lg-outer
{
	height: 100%;
	left: 0;
	opacity: 0;
	o-transition: opacity .15s ease 0s;
	position: fixed;
	top: 0;
	transition: opacity .15s ease 0s;
	webkit-transition: opacity .15s ease 0s;
	width: 100%;
	z-index: 1050;
}
.lg-outer *
{
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
.lg-outer.lg-visible
{
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide
{
	o-transition-duration: inherit!important;
	o-transition-timing-function: inherit!important;
	transition-duration: inherit!important;
	transition-timing-function: inherit!important;
	webkit-transition-duration: inherit!important;
	webkit-transition-timing-function: inherit!important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide
{
	opacity: 1;
	o-transition-duration: 0s!important;
	transition-duration: 0s!important;
	webkit-transition-duration: 0s!important;
}
.lg-outer.lg-grab img.lg-object
{
	cursor: grab;
	cursor: -ms-grab;
	cursor: -o-grab;
	cursor: -webkit-grab;
}
.lg-outer.lg-grabbing img.lg-object
{
	cursor: grabbing;
	cursor: move;
	cursor: -ms-grabbing;
	cursor: -o-grabbing;
	cursor: -webkit-grabbing;
}
.lg-outer .lg
{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.lg-outer .lg-inner
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 100%;
}
.lg-outer .lg-item
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/loading.gif) no-repeat scroll center center transparent;
	display: none!important;
}
.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide
{
	display: inline-block!important;
}
.lg-outer.lg-css .lg-current
{
	display: inline-block!important;
}
.lg-outer .lg-img-wrap,.lg-outer .lg-item
{
	display: inline-block;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
}
.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before
{
	content: "";
	display: inline-block;
	height: 50%;
	margin-right: -1px;
	width: 1px;
}
.lg-outer .lg-img-wrap
{
	bottom: 0;
	left: 0;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 0;
}
.lg-outer .lg-item.lg-complete
{
	background-image: none;
}
.lg-outer .lg-item.lg-current
{
	z-index: 1060;
}
.lg-outer .lg-image
{
	display: inline-block;
	height: auto!important;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto!important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play
{
	opacity: 0;
	o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
	webkit-transition: opacity .15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play
{
	opacity: 1;
}
.lg-outer .lg-empty-html
{
	display: none;
}
.lg-outer.lg-hide-download #lg-download
{
	display: none;
}
.lg-backdrop
{
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0;
	o-transition: opacity .15s ease 0s;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .15s ease 0s;
	webkit-transition: opacity .15s ease 0s;
	z-index: 1040;
}
.lg-backdrop.in
{
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide
{
	o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important;
	webkit-transition: none 0s ease 0s!important;
}
.lg-css3.lg-use-css3 .lg-item
{
	backface-visibility: hidden;
	webkit-backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item
{
	backface-visibility: hidden;
	webkit-backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item
{
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current
{
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide
{
	o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide
{
	transform: translate3d(-100%,0,0);
	webkit-transform: translate3d(-100%,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide
{
	transform: translate3d(100%,0,0);
	webkit-transform: translate3d(100%,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current
{
	opacity: 1;
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item
{
	left: 0;
	opacity: 0;
	position: absolute;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide
{
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide
{
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current
{
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide
{
	o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide
{
	o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important;
	webkit-transition: none 0s ease 0s!important;
}
.lg-css3.lg-use-css3 .lg-item
{
	will-change: transform,opacity;
}
.lg-css3.lg-use-left .lg-item
{
	will-change: left,opacity;
}
.lg-css3.lg-zoom-in .lg-item
{
	opacity: 0;
}
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide
{
	transform: scale3d(2,2,2);
	webkit-transform: scale3d(2,2,2);
}
.lg-css3.lg-zoom-in .lg-item.lg-next-slide
{
	transform: scale3d(2,2,2);
	webkit-transform: scale3d(2,2,2);
}
.lg-css3.lg-zoom-in .lg-item.lg-current
{
	opacity: 1;
	transform: scale3d(1,1,1);
	webkit-transform: scale3d(1,1,1);
}
.lg-css3.lg-zoom-in .lg-item.lg-current,.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-zoom-out .lg-item
{
	opacity: 0;
}
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide
{
	transform: scale3d(0,0,0);
	webkit-transform: scale3d(0,0,0);
}
.lg-css3.lg-zoom-out .lg-item.lg-next-slide
{
	transform: scale3d(0,0,0);
	webkit-transform: scale3d(0,0,0);
}
.lg-css3.lg-zoom-out .lg-item.lg-current
{
	opacity: 1;
	transform: scale3d(1,1,1);
	webkit-transform: scale3d(1,1,1);
}
.lg-css3.lg-zoom-out .lg-item.lg-current,.lg-css3.lg-zoom-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-out .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-zoom-out-in .lg-item
{
	opacity: 0;
}
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide
{
	transform: scale3d(0,0,0);
	webkit-transform: scale3d(0,0,0);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide
{
	transform: scale3d(2,2,2);
	webkit-transform: scale3d(2,2,2);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-current
{
	opacity: 1;
	transform: scale3d(1,1,1);
	webkit-transform: scale3d(1,1,1);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-current,.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-zoom-in-out .lg-item
{
	opacity: 0;
}
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide
{
	transform: scale3d(2,2,2);
	webkit-transform: scale3d(2,2,2);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide
{
	transform: scale3d(0,0,0);
	webkit-transform: scale3d(0,0,0);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-current
{
	opacity: 1;
	transform: scale3d(1,1,1);
	webkit-transform: scale3d(1,1,1);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-current,.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide,.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-soft-zoom .lg-item
{
	opacity: 0;
}
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide
{
	transform: scale3d(1.2,1.2,1.2);
	webkit-transform: scale3d(1.2,1.2,1.2);
}
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide
{
	transform: scale3d(.8,.8,.8);
	webkit-transform: scale3d(.8,.8,.8);
}
.lg-css3.lg-soft-zoom .lg-item.lg-current
{
	opacity: 1;
	transform: scale3d(1,1,1);
	webkit-transform: scale3d(1,1,1);
}
.lg-css3.lg-soft-zoom .lg-item.lg-current,.lg-css3.lg-soft-zoom .lg-item.lg-next-slide,.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide
{
	ms-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0);
	webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.lg-css3.lg-slide-circular .lg-item.lg-next-slide
{
	ms-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0);
	webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.lg-css3.lg-slide-circular .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-circular .lg-item.lg-current,.lg-css3.lg-slide-circular .lg-item.lg-next-slide,.lg-css3.lg-slide-circular .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-up .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide
{
	ms-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
	transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide
{
	ms-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
	transform: scale3d(0,0,0) translate3d(100%,-100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-current,.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-down .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide
{
	ms-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
	transform: scale3d(0,0,0) translate3d(-100%,100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide
{
	ms-transform: scale3d(0,0,0) translate3d(100%,100%,0);
	transform: scale3d(0,0,0) translate3d(100%,100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(100%,100%,0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-current,.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-vertical .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide
{
	ms-transform: scale3d(0,0,0) translate3d(0,-100%,0);
	transform: scale3d(0,0,0) translate3d(0,-100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(0,-100%,0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide
{
	ms-transform: scale3d(0,0,0) translate3d(0,100%,0);
	transform: scale3d(0,0,0) translate3d(0,100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(0,100%,0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide
{
	ms-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
	transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(-100%,-100%,0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide
{
	ms-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
	transform: scale3d(0,0,0) translate3d(-100%,100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(-100%,100%,0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide
{
	ms-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
	transform: scale3d(0,0,0) translate3d(100%,-100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(100%,-100%,0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide
{
	ms-transform: scale3d(0,0,0) translate3d(100%,100%,0);
	transform: scale3d(0,0,0) translate3d(100%,100%,0);
	webkit-transform: scale3d(0,0,0) translate3d(100%,100%,0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide,.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
	webkit-transition: opacity 1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity 1s ease 0s;
}
.lg-css3.lg-slide-vertical .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide
{
	transform: translate3d(0,-100%,0);
	webkit-transform: translate3d(0,-100%,0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide
{
	transform: translate3d(0,100%,0);
	webkit-transform: translate3d(0,100%,0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-current
{
	opacity: 1;
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-current,.lg-css3.lg-slide-vertical .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-vertical-growth .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide
{
	ms-transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
	transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
	webkit-transform: scale3d(.5,.5,.5) translate3d(0,-150%,0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide
{
	ms-transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
	transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
	webkit-transform: scale3d(.5,.5,.5) translate3d(0,150%,0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current,.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide,.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-only .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide
{
	ms-transform: skew(60deg,0deg);
	transform: skew(60deg,0deg);
	webkit-transform: skew(60deg,0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide
{
	ms-transform: skew(60deg,0deg);
	transform: skew(60deg,0deg);
	webkit-transform: skew(60deg,0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg);
	opacity: 1;
	transform: skew(0deg,0deg);
	webkit-transform: skew(0deg,0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-current,.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-only-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide
{
	ms-transform: skew(-60deg,0deg);
	transform: skew(-60deg,0deg);
	webkit-transform: skew(-60deg,0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide
{
	ms-transform: skew(-60deg,0deg);
	transform: skew(-60deg,0deg);
	webkit-transform: skew(-60deg,0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg);
	opacity: 1;
	transform: skew(0deg,0deg);
	webkit-transform: skew(0deg,0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-only-y .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide
{
	ms-transform: skew(0deg,60deg);
	transform: skew(0deg,60deg);
	webkit-transform: skew(0deg,60deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide
{
	ms-transform: skew(0deg,60deg);
	transform: skew(0deg,60deg);
	webkit-transform: skew(0deg,60deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg);
	opacity: 1;
	transform: skew(0deg,0deg);
	webkit-transform: skew(0deg,0deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide
{
	ms-transform: skew(0deg,-60deg);
	transform: skew(0deg,-60deg);
	webkit-transform: skew(0deg,-60deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide
{
	ms-transform: skew(0deg,-60deg);
	transform: skew(0deg,-60deg);
	webkit-transform: skew(0deg,-60deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg);
	opacity: 1;
	transform: skew(0deg,0deg);
	webkit-transform: skew(0deg,0deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide
{
	ms-transform: skew(60deg,0deg) translate3d(-100%,0,0);
	transform: skew(60deg,0deg) translate3d(-100%,0,0);
	webkit-transform: skew(60deg,0deg) translate3d(-100%,0,0);
}
.lg-css3.lg-slide-skew .lg-item.lg-next-slide
{
	ms-transform: skew(60deg,0deg) translate3d(100%,0,0);
	transform: skew(60deg,0deg) translate3d(100%,0,0);
	webkit-transform: skew(60deg,0deg) translate3d(100%,0,0);
}
.lg-css3.lg-slide-skew .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew .lg-item.lg-current,.lg-css3.lg-slide-skew .lg-item.lg-next-slide,.lg-css3.lg-slide-skew .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide
{
	ms-transform: skew(-60deg,0deg) translate3d(-100%,0,0);
	transform: skew(-60deg,0deg) translate3d(-100%,0,0);
	webkit-transform: skew(-60deg,0deg) translate3d(-100%,0,0);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide
{
	ms-transform: skew(-60deg,0deg) translate3d(100%,0,0);
	transform: skew(-60deg,0deg) translate3d(100%,0,0);
	webkit-transform: skew(-60deg,0deg) translate3d(100%,0,0);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-cross .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide
{
	ms-transform: skew(0deg,60deg) translate3d(-100%,0,0);
	transform: skew(0deg,60deg) translate3d(-100%,0,0);
	webkit-transform: skew(0deg,60deg) translate3d(-100%,0,0);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide
{
	ms-transform: skew(0deg,60deg) translate3d(100%,0,0);
	transform: skew(0deg,60deg) translate3d(100%,0,0);
	webkit-transform: skew(0deg,60deg) translate3d(100%,0,0);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide
{
	ms-transform: skew(0deg,-60deg) translate3d(-100%,0,0);
	transform: skew(0deg,-60deg) translate3d(-100%,0,0);
	webkit-transform: skew(0deg,-60deg) translate3d(-100%,0,0);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide
{
	ms-transform: skew(0deg,-60deg) translate3d(100%,0,0);
	transform: skew(0deg,-60deg) translate3d(100%,0,0);
	webkit-transform: skew(0deg,-60deg) translate3d(100%,0,0);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-ver .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide
{
	ms-transform: skew(60deg,0deg) translate3d(0,-100%,0);
	transform: skew(60deg,0deg) translate3d(0,-100%,0);
	webkit-transform: skew(60deg,0deg) translate3d(0,-100%,0);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide
{
	ms-transform: skew(60deg,0deg) translate3d(0,100%,0);
	transform: skew(60deg,0deg) translate3d(0,100%,0);
	webkit-transform: skew(60deg,0deg) translate3d(0,100%,0);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-current,.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide
{
	ms-transform: skew(-60deg,0deg) translate3d(0,-100%,0);
	transform: skew(-60deg,0deg) translate3d(0,-100%,0);
	webkit-transform: skew(-60deg,0deg) translate3d(0,-100%,0);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide
{
	ms-transform: skew(-60deg,0deg) translate3d(0,100%,0);
	transform: skew(-60deg,0deg) translate3d(0,100%,0);
	webkit-transform: skew(-60deg,0deg) translate3d(0,100%,0);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide
{
	ms-transform: skew(0deg,60deg) translate3d(0,-100%,0);
	transform: skew(0deg,60deg) translate3d(0,-100%,0);
	webkit-transform: skew(0deg,60deg) translate3d(0,-100%,0);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide
{
	ms-transform: skew(0deg,60deg) translate3d(0,100%,0);
	transform: skew(0deg,60deg) translate3d(0,100%,0);
	webkit-transform: skew(0deg,60deg) translate3d(0,100%,0);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide
{
	ms-transform: skew(0deg,-60deg) translate3d(0,-100%,0);
	transform: skew(0deg,-60deg) translate3d(0,-100%,0);
	webkit-transform: skew(0deg,-60deg) translate3d(0,-100%,0);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide
{
	ms-transform: skew(0deg,-60deg) translate3d(0,100%,0);
	transform: skew(0deg,-60deg) translate3d(0,100%,0);
	webkit-transform: skew(0deg,-60deg) translate3d(0,100%,0);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current
{
	ms-transform: skew(0deg,0deg) translate3d(0,0,0);
	opacity: 1;
	transform: skew(0deg,0deg) translate3d(0,0,0);
	webkit-transform: skew(0deg,0deg) translate3d(0,0,0);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide,.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-lollipop .lg-item
{
	opacity: 0;
}
.lg-css3.lg-lollipop .lg-item.lg-prev-slide
{
	transform: translate3d(-100%,0,0);
	webkit-transform: translate3d(-100%,0,0);
}
.lg-css3.lg-lollipop .lg-item.lg-next-slide
{
	ms-transform: translate3d(0,0,0) scale(.5);
	transform: translate3d(0,0,0) scale(.5);
	webkit-transform: translate3d(0,0,0) scale(.5);
}
.lg-css3.lg-lollipop .lg-item.lg-current
{
	opacity: 1;
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-css3.lg-lollipop .lg-item.lg-current,.lg-css3.lg-lollipop .lg-item.lg-next-slide,.lg-css3.lg-lollipop .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-lollipop-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide
{
	ms-transform: translate3d(0,0,0) scale(.5);
	transform: translate3d(0,0,0) scale(.5);
	webkit-transform: translate3d(0,0,0) scale(.5);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide
{
	transform: translate3d(100%,0,0);
	webkit-transform: translate3d(100%,0,0);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-current
{
	opacity: 1;
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-current,.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide,.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-rotate .lg-item
{
	opacity: 0;
}
.lg-css3.lg-rotate .lg-item.lg-prev-slide
{
	ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	webkit-transform: rotate(-360deg);
}
.lg-css3.lg-rotate .lg-item.lg-next-slide
{
	ms-transform: rotate(360deg);
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.lg-css3.lg-rotate .lg-item.lg-current
{
	ms-transform: rotate(0);
	opacity: 1;
	transform: rotate(0);
	webkit-transform: rotate(0);
}
.lg-css3.lg-rotate .lg-item.lg-current,.lg-css3.lg-rotate .lg-item.lg-next-slide,.lg-css3.lg-rotate .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-rotate-rev .lg-item
{
	opacity: 0;
}
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide
{
	ms-transform: rotate(360deg);
	transform: rotate(360deg);
	webkit-transform: rotate(360deg);
}
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide
{
	ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	webkit-transform: rotate(-360deg);
}
.lg-css3.lg-rotate-rev .lg-item.lg-current
{
	ms-transform: rotate(0);
	opacity: 1;
	transform: rotate(0);
	webkit-transform: rotate(0);
}
.lg-css3.lg-rotate-rev .lg-item.lg-current,.lg-css3.lg-rotate-rev .lg-item.lg-next-slide,.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-css3.lg-tube .lg-item
{
	opacity: 0;
}
.lg-css3.lg-tube .lg-item.lg-prev-slide
{
	ms-transform: scale3d(1,0,1) translate3d(-100%,0,0);
	transform: scale3d(1,0,1) translate3d(-100%,0,0);
	webkit-transform: scale3d(1,0,1) translate3d(-100%,0,0);
}
.lg-css3.lg-tube .lg-item.lg-next-slide
{
	ms-transform: scale3d(1,0,1) translate3d(100%,0,0);
	transform: scale3d(1,0,1) translate3d(100%,0,0);
	webkit-transform: scale3d(1,0,1) translate3d(100%,0,0);
}
.lg-css3.lg-tube .lg-item.lg-current
{
	ms-transform: scale3d(1,1,1) translate3d(0,0,0);
	opacity: 1;
	transform: scale3d(1,1,1) translate3d(0,0,0);
	webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
}
.lg-css3.lg-tube .lg-item.lg-current,.lg-css3.lg-tube .lg-item.lg-next-slide,.lg-css3.lg-tube .lg-item.lg-prev-slide
{
	o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}
.lg-progress-bar
{
	background-color: #333;
	height: 5px;
	left: 0;
	opacity: 0;
	o-transition: opacity 80ms ease 0s;
	position: absolute;
	top: 0;
	transition: opacity 80ms ease 0s;
	webkit-transition: opacity 80ms ease 0s;
	width: 100%;
	z-index: 1083;
}
.lg-progress-bar .lg-progress
{
	background-color: #a90707;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress
{
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar
{
	opacity: 1;
}
.lg-autoplay-button:after
{
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after
{
	content: "\e01a";
}
.lg-fullscreen:after
{
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after
{
	content: "\e20d";
}
.lg-outer .lg-thumb-outer
{
	background-color: #0d0a0a;
	bottom: 0;
	max-height: 350px;
	o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
	o-transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
	position: absolute;
	transform: translate3d(0,100%,0);
	transition: transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	webkit-transform: translate3d(0,100%,0);
	webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	width: 100%;
	z-index: 1080;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item
{
	cursor: grab;
	cursor: -ms-grab;
	cursor: -o-grab;
	cursor: -webkit-grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item
{
	cursor: grabbing;
	cursor: move;
	cursor: -ms-grabbing;
	cursor: -o-grabbing;
	cursor: -webkit-grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb
{
	o-transition-duration: 0s!important;
	transition-duration: 0s!important;
	webkit-transition-duration: 0s!important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer
{
	transform: translate3d(0,0,0);
	webkit-transform: translate3d(0,0,0);
}
.lg-outer .lg-thumb
{
	height: 100%;
	margin-bottom: -5px;
	padding: 10px 0;
}
.lg-outer .lg-thumb-item
{
	border: 2px solid #fff;
	border-radius: 4px;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	height: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	webkit-border-radius: 4px;
	webkit-border-radius: 5px;
}
@media (min-width:1025px)
{
	.lg-outer .lg-thumb-item
	{
		o-transition: border-color .25s ease;
		transition: border-color .25s ease;
		webkit-transition: border-color .25s ease;
	}
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover
{
	border-color: #a90707;
}
.lg-outer .lg-thumb-item img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: 100%;
}
.lg-outer.lg-has-thumb .lg-item
{
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item
{
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html
{
	o-transition: bottom .25s ease;
	transition: bottom .25s ease;
	webkit-transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html
{
	bottom: 100px;
}
.lg-outer .lg-toggle-thumb
{
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	webkit-border-radius: 2px 2px 0 0;
	width: 50px;
}
.lg-outer .lg-toggle-thumb:after
{
	content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover
{
	color: #fff;
}
::-webkit-input-placeholder
{
	color: #969696;
}
::-moz-placeholder
{
	color: #969696;
}
:-ms-input-placeholder
{
	color: #969696;
}
::-ms-input-placeholder
{
	color: #969696;
}
::placeholder
{
	color: #969696;
}
::-moz-selection
{
	background-color: #004f9f;
	color: #fff;
}
::selection
{
	background-color: #004f9f;
	color: #fff;
}
body,html
{
	height: 100%;
}
body
{
	color: #000;
	font-family: "Arial";
	font-size: 16px;
	line-height: 1.65;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
}
body input,body textarea
{
	outline: 0;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-responsive.img-width
{
	width: 100%;
}
.text-center
{
	text-align: center;
}
.wrapper
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
.content
{
	flex: 1 0 auto;
	ms-flex: 1 0 auto;
	webkit-box-flex: 1;
	webkit-flex: 1 0 auto;
}
.footer
{
	flex-shrink: 0;
	ms-flex-negative: 0;
	webkit-flex-shrink: 0;
}
*
{
	box-sizing: border-box;
	webkit-box-sizing: border-box;
}
.btn
{
	border: 0;
	display: block;
	outline: 0;
	text-decoration: none;
}
.btn:hover
{
	color: #fff;
	text-decoration: none;
}
.btn-green
{
	background: #97af59;
	color: #fff;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	o-transition: all .3s;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 324px;
}
.btn-green:hover
{
	background: #004f9f;
	o-transition: all .3s;
	transition: all .3s;
	webkit-transition: all .3s;
}
.btn-red
{
	background: #ce1629;
	color: #fff;
}
.btn-small
{
	font-family: gilroy-bold,sans-serif;
	font-size: 36px;
	line-height: 1;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 12px;
}
.btn-green-border
{
	background: 0 0;
	border: 1px solid #97af59;
	color: #97af59;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	o-transition: all .3s;
	padding-bottom: 11px;
	padding-top: 11px;
	text-align: center;
	transition: all .3s;
	webkit-transition: all .3s;
	width: 324px;
}
.btn-green-border:hover
{
	background: #97af59;
	color: #fff;
	o-transition: all .3s;
	transition: all .3s;
	webkit-transition: all .3s;
}
@-webkit-keyframes move
{
	0%
	{
		transform: translateY(-57px);
		webkit-transform: translateY(-57px);
	}
	100%
	{
		transform: translateY(0);
		webkit-transform: translateY(0);
	}
}
@keyframes move
{
	0%
	{
		transform: translateY(-57px);
		webkit-transform: translateY(-57px);
	}
	100%
	{
		transform: translateY(0);
		webkit-transform: translateY(0);
	}
}
header.header
{
	position: relative;
}
header.header ul
{
	margin-bottom: 0;
	padding-left: 0;
}
header.header ul li
{
	list-style: none;
}
header.header .top-nav.fixed
{
	animation: move .5s linear;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,.33);
	left: 0;
	padding: 5px 0;
	position: fixed;
	webkit-animation: move .5s linear;
	webkit-box-shadow: 0 0 40px rgba(0,0,0,.33);
	width: 100%;
	z-index: 50;
}
header.header .top-nav.fixed .container
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
header.header .top-nav.fixed .container .logo
{
	display: block;
	max-width: 100px;
}
header.header .top-nav.fixed .container .logo img
{
	width: 100%;
}
header.header .top-nav.fixed .container .logo:hover
{
	background: 0 0;
}
header.header .top-nav.fixed .container .contact
{
	display: block;
}
header.header .top-nav.fixed .container .contact a
{
	color: #000;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: left;
	text-decoration: none;
}
header.header .top-nav.fixed .container .contact a img
{
	margin-right: 5px;
}
header.header .top-nav.fixed .container .contact a:hover
{
	background: 0 0;
	color: #000;
}
header.header .top-nav.fixed .top-list-menu li:first-child
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}
header.header .top-nav.fixed .top-list-menu li
{
	flex: auto;
	ms-flex: auto;
	webkit-box-flex: 1;
	webkit-flex: auto;
}
header.header .top-nav.fixed .top-list-menu li a
{
	padding-left: 10px;
	padding-right: 10px;
}
header.header .top-nav .menu-item,header.header .top-nav .top-list__item
{
	position: relative;
}
header.header .top-nav .menu-item .sub-menu,header.header .top-nav .top-list__item .sub-menu
{
background: #fff;
	border-left: 1px dashed #e8e8e8;
	border-right: 1px dashed #e8e8e8;
	box-shadow: 0 8px 21px -3px rgba(0,0,0,.68);
	color: #000;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	flex-wrap: wrap;
	left: 0;
	max-width: 200px;
	min-width: 200px;
	ms-flex-direction: column;
	ms-flex-wrap: wrap;
	opacity: 0;
	padding-bottom: 24px;
	padding-top: 24px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-shadow: 0 8px 21px -3px rgba(0,0,0,.68);
	webkit-flex-direction: column;
	webkit-flex-wrap: wrap;
	white-space: nowrap;
	z-index: 15;
}
header.header .top-nav .menu-item .sub-menu .menu-item li:first-child,header.header .top-nav .top-list__item .sub-menu .menu-item li:first-child
{
	display: block;
}
header.header .top-nav .menu-item .sub-menu li,header.header .top-nav .top-list__item .sub-menu li
{
	text-align: left;
}
header.header .top-nav .menu-item .sub-menu li:first-child,header.header .top-nav .top-list__item .sub-menu li:first-child
{
	display: block;
}
header.header .top-nav .menu-item .sub-menu li a,header.header .top-nav .top-list__item .sub-menu li a
{
	color: #000;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	line-height: 1;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 4px;
	text-align: left;
	text-decoration: none;
}
header.header .top-nav .menu-item .sub-menu li a:hover,header.header .top-nav .top-list__item .sub-menu li a:hover
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
}
header.header .top-nav .menu-item .sub-menu li:hover a,header.header .top-nav .top-list__item .sub-menu li:hover a
{
	background: 0 0;
	text-decoration: underline;
}
header.header .top-nav .menu-item:hover .sub-menu,header.header .top-nav .top-list__item:hover .sub-menu
{
	opacity: 1;
	visibility: visible;
	z-index: 200;
}
header.header .top-nav .menu-item:hover .sub-menu>a,header.header .top-nav .top-list__item:hover .sub-menu>a
{
	color: #000;
	font-family: "Arial";
	font-size: 14px;
}
header.header .top-nav .dropdown-menu
{
	height: 100%;
	margin-right: 24px;
	width: 90px;
}
header.header .top-nav .dropdown-menu .nav-icon
{
	align-items: center;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-pack: center;
	padding-left: 0;
	padding-right: 0;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-pack: center;
	webkit-flex-direction: column;
	webkit-justify-content: center;
	width: 100%;
}
header.header .top-nav .dropdown-menu .nav-icon-bar
{
	background: #004f9f;
	display: inline-block;
	height: 5px;
	margin-bottom: 6px;
	width: 50px;
}
header.header .top-nav .dropdown-menu .nav-icon-bar:last-child
{
	margin-bottom: 0;
}
header.header .top-nav .dropdown-menu .sub-menu
{
	align-items: flex-start;
	min-width: 250px;
	ms-flex-align: start;
	webkit-align-items: flex-start;
	webkit-box-align: start;
}
header.header .top-nav .dropdown-menu .sub-menu li
{
	text-align: left;
	width: auto;
}
header.header .top-nav a
{
	color: #6d86a0;
	display: block;
	font-size: 16px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	text-decoration: underline;
}
header.header .top-nav a:hover
{
	background: #004f9f;
	color: #fff;
	text-decoration: none;
}
header.header .top-nav .top-list-menu
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-around;
	ms-flex-align: center;
	ms-flex-pack: distribute;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-justify-content: space-around;
}
header.header .top-nav .top-list-menu li
{
	flex: 1;
	list-style: none;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
header.header .top-nav .top-list-menu li:first-child
{
	display: none;
}
header.header .top-nav .contact,header.header .top-nav .logo
{
	display: none;
}
header.header .header-info
{
	box-shadow: 0 -4px 10px -1px #e5eaf1;
	padding-bottom: 10px;
	padding-top: 10px;
	webkit-box-shadow: 0 -4px 10px -1px #e5eaf1;
}
header.header .header-info .container
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
header.header .header-info .l-section
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	ms-flex-align: center;
	ms-flex-pack: start;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
	font-size:14px;
}
header.header .header-info a.logo
{
	width: 180px;
}
header.header .header-info .leang-list
{
	margin-left: 25px;
	margin-right: 40px;
	text-align: center;
}
header.header .header-info .leang-list__item.active a
{
	border: 4px solid #f0f0f0;
	opacity: 1;
	o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	webkit-transition: opacity .2s linear;
}
header.header .header-info .leang-list__item a
{
	border-radius: 50%;
	display: block;
	margin-bottom: 11px;
	opacity: .3;
	o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	webkit-border-radius: 50%;
	webkit-transition: opacity .2s linear;
}
header.header .header-info .leang-list__item a:hover
{
	opacity: 1;
	o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	webkit-transition: opacity .2s linear;
}
header.header .header-info .leang-list__item:last-child a
{
	margin-bottom: 0;
}
header.header .header-info .metro,header.header .header-info .phone a
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	line-height: 1;
}
header.header .header-info .address__item
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-bottom: 10px;
	ms-flex-align: center;
	ms-flex-pack: start;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
header.header .header-info .address__item:last-child
{
	margin-bottom: 0;
}
header.header .header-info .address__item img
{
	margin-right: 15px;
	max-width: 24px;
}
header.header .header-info .address__item p
{
	margin-bottom: 0;
}
header.header .header-info .address__item .pin
{
	color: #000;
}
header.header .header-info .address:last-child
{
	margin-left: 60px;
}
header.header .header-info .contact .top
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
header.header .header-info .contact .top a
{
	text-decoration: none;
}
header.header .header-info .contact .top .phone
{
	margin-right: 15px;
}
header.header .header-info .contact .top .phone img
{
	margin-right: 15px;
}
header.header .header-info .contact .bottom
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
	font-size:14px;
}
header.header .header-info .contact .bottom a
{
	color: #000;
}
header.header .header-info .contact .bottom a:hover
{
	color: #004f9f;
	text-decoration: underline;
}
header.header .header-info .contact .bottom li img
{
	margin-right: 15px;
}
header.header .botton-nav
{
	background: #004f9f;
}
header.header .botton-nav a
{
	color: #fff;
	display: block;
	font-family: gilroy-bold,sans-serif;
	font-size: 19px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 12px;
	text-decoration: none;
}
header.header .botton-nav ul
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
header.header .botton-nav .menu-item
{
	position: relative;
}
header.header .botton-nav .menu-item .sub-menu
{
	background: #fff;
	border-left: 1px dashed #e8e8e8;
	border-right: 1px dashed #e8e8e8;
	box-shadow: 0 8px 21px -3px rgba(0,0,0,.68);
	color: #000;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	flex-wrap: wrap;
	left: 0;
	max-width: 200px;
	min-width: 200px;
	ms-flex-direction: column;
	ms-flex-wrap: wrap;
	opacity: 0;
	padding-bottom: 24px;
	padding-top: 24px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-shadow: 0 8px 21px -3px rgba(0,0,0,.68);
	webkit-flex-direction: column;
	webkit-flex-wrap: wrap;
	white-space: nowrap;
	z-index: 15;
}
header.header .botton-nav .menu-item .sub-menu.two-column
{
	max-height: 450px;
	max-width: 470px;
	min-width: 470px;
}
header.header .botton-nav .menu-item .sub-menu.two-column:before
{
	border-left: 1px dashed #e8e8e8;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 10;
}
header.header .botton-nav .menu-item .sub-menu.two-column:before
{
	left: 235px;
}
header.header .botton-nav .menu-item .sub-menu.three-column
{
	max-height: 450px;
	max-width: 700px;
	min-width: 700px;
}
header.header .botton-nav .menu-item .sub-menu.three-column:after,header.header .botton-nav .menu-item .sub-menu.three-column:before
{
	border-left: 1px dashed #e8e8e8;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 10;
}
header.header .botton-nav .menu-item .sub-menu.three-column:before
{
	left: 235px;
}
header.header .botton-nav .menu-item .sub-menu.three-column:after
{
	left: 470px;
}
header.header .botton-nav .menu-item .sub-menu li
{
	width: 235px;
}
header.header .botton-nav .menu-item .sub-menu li a
{
	color: #000;
	display: block;
	font-family: "Arial";
	font-size: 14px;
	line-height: 1;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-top: 4px;
}
header.header .botton-nav .menu-item .sub-menu li a:hover
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
}
header.header .botton-nav .menu-item .sub-menu li:hover a
{
	background: 0 0;
	text-decoration: underline;
}
header.header .botton-nav .menu-item:hover .sub-menu
{
	opacity: 1;
	visibility: visible;
	z-index: 200;
}
header.header .botton-nav .menu-item:hover .sub-menu>a
{
	color: #000;
	font-family: "Arial";
	font-size: 14px;
}
header.header .botton-nav .menu-item:hover:nth-of-type(1)>a
{
	background: #f0c808;
}
header.header .botton-nav .menu-item:hover:nth-of-type(2)>a
{
	background: #ce1629;
}
header.header .botton-nav .menu-item:hover:nth-of-type(3)>a
{
	background: #70a513;
}
header.header .botton-nav .menu-item:hover:nth-of-type(4)>a
{
	background: #06aed5;
}
header.header .botton-nav .menu-item:hover:nth-of-type(5)>a
{
	background: #70a513;
}
header.header .botton-nav .dropdown-menu
{
	height: 100%;
	margin-right: 24px;
	width: 90px;
}
header.header .botton-nav .dropdown-menu .nav-icon
{
	align-items: center;
	background: #054281;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-pack: center;
	padding-left: 20px;
	padding-right: 20px;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-pack: center;
	webkit-flex-direction: column;
	webkit-justify-content: center;
	width: 100%;
}
header.header .botton-nav .dropdown-menu .nav-icon-bar
{
	background: #fff;
	display: inline-block;
	height: 5px;
	margin-bottom: 6px;
	width: 50px;
}
header.header .botton-nav .dropdown-menu .nav-icon-bar:last-child
{
	margin-bottom: 0;
}
header.header .botton-nav .dropdown-menu .sub-menu
{
	align-items: flex-start;
	min-width: 250px;
	ms-flex-align: start;
	webkit-align-items: flex-start;
	webkit-box-align: start;
}
header.header .botton-nav .dropdown-menu .sub-menu li
{
	text-align: left;
	width: auto;
}
header.header .botton-nav .container
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
header.header .bg-black-menu
{
	background: rgba(0,0,0,.2);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 2;
}
header.header .bg-black-menu.show
{
	display: block;
}
.nav-slid .big-btn
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/left-blue-big.png) #fff;
	box-shadow: 0 0 10px -1px rgba(0,0,0,.68);
	height: 40px;
	webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,.68);
	width: 40px;	
    background-size: 35%;
    transition: all 0.3s;
}
.slider-top .nav-slid .big-btn{
	 opacity: 0;
	transition: all 0.3s;
}
.slider-top:hover .nav-slid .big-btn{
	opacity: 1;
	transition: all 0.3s;
}
.nav-slid .small-btn
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/left-blue-small.png) #fff;
	box-shadow: 0 0 4px -1px rgba(0,0,0,.3);
	height: 43px;
	webkit-box-shadow: 0 0 4px -1px rgba(0,0,0,.3);
	width: 43px;
}
.nav-slid .slid-btn
{
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.nav-slid .slid-btn.btn-next
{
	ms-transform: scale(-1,1);
	transform: scale(-1,1);
	webkit-transform: scale(-1,1);
}
.red
{
	color: #ce1629;
}
.slider-top
{
	box-shadow: 0 7px 10px -1px #e5eaf1;
	height: 500px;
	position: relative;
	webkit-box-shadow: 0 7px 10px -1px #e5eaf1;
}
.slider-top .nav-slid
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	left: 40px;
	ms-flex-pack: justify;
	ms-transform: translateY(-50%);
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
	webkit-transform: translateY(-50%);
	z-index: 1;
}
.slider-top .slider-js
{
	height: 100%;
}
.slider-top .slider__item
{
	height: 100%;
	height: 500px;
	position: relative;
}
.slider-top .slider__item .img
{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.slider-top .slider__item .img img
{
	height: 100%;
}
.slider-top .slider__item .container
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	ms-flex-align: start;
	ms-flex-direction: column;
	ms-flex-pack: center;
	position: relative;
	webkit-align-items: flex-start;
	webkit-box-align: start;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-pack: center;
	webkit-flex-direction: column;
	webkit-justify-content: center;
	z-index: 10;
}
.slider-top .slider__item .title
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 32px;
	line-height: 1;
}
.slider-top .slider__item .time
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 100px;
	line-height: 1;
	margin-bottom: 20px;
}
.title-block
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	padding-left: 35px;
	padding-top: 10px;
	position: relative;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.title-block:before
{
	background: #005baa;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}
.title-block p
{
	font-size: 14px;
	margin-bottom: 0;
}
.title-block h1,.title-block h2,.title-block p.title
{
	color: #000;
	font-family: gilroy-bold,sans-serif;
	font-size: 32px;
	line-height: 1;
}
.our-client
{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 40px;
	padding-top: 40px;
}
.our-client .client-slider-wrap
{
	margin-top: 60px;
	position: relative;
}
.our-client .client-slider-wrap .nav-slid
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	left: 0;
	ms-flex-align: center;
	ms-flex-pack: justify;
	ms-transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
	webkit-transform: translateY(-50%);
	z-index: 1;
}
.our-client .client-slider
{
	margin-left: 140px;
	margin-right: 140px;
	position: relative;
	z-index: 10;
}
.our-client .client-slider .slick-track{
	display: flex;
	align-items: center;
}
.our-client .client-slider__item
{
	margin-left: 60px;
	margin-right: 60px;
}
.our-client .client-slider a
{
	display: block;
	text-align: center;
}
.our-client .client-slider a img
{
	display: inline-block;
	width: 100%;
}
.shadow-bottom
{
	position: relative;
}
.shadow-bottom::before
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/shadow-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	height: 50px;
	left: 50%;
	ms-transform: translateX(-50%);
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	webkit-transform: translateX(-50%);
	width: 100%;
}
.services-index
{
	box-shadow: 0 7px 10px -1px #e5eaf1;
	margin-top: 40px;
	webkit-box-shadow: 0 7px 10px -1px #e5eaf1;
}
.services-index .btn-green
{
	font-family: gilroy-bold,sans-serif;
	text-align: center;
	width: 324px;
}
.services-index .services-list
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -13px;
	margin-right: -18px;
	margin-top: 35px;
	ms-flex-align: stretch;
	ms-flex-wrap: wrap;
	padding-left: 0;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-flex-wrap: wrap;
}
.services-index .services-list__item
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	list-style: none;
	margin: 0 13px 50px;
	ms-flex-direction: column;
	text-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
	width: 23%;
}
.services-index .services-list__item a
{
	display: block;
}
.services-index .services-list__item .img
{
	cursor: pointer;
	padding: 15px;
	position: relative;
}
.services-index .services-list__item .img img
{
	opacity: .5;
	o-transition: all .3s ease;
	transition: all .3s ease;
	webkit-transition: all .3s ease;
	width: 100%;
}
.services-index .services-list__item .img:after,.services-index .services-list__item .img:before
{
	content: '';
	position: absolute;
}
.services-index .services-list__item .img:before
{
	border-left: 5px solid #f1f2f7;
	border-top: 5px solid #f1f2f7;
	height: 70px;
	left: 0;
	top: 0;
	width: 70px;
}
.services-index .services-list__item .img:after
{
	border-bottom: 5px solid #f1f2f7;
	border-right: 5px solid #f1f2f7;
	bottom: 0;
	height: 70px;
	right: 0;
	width: 70px;
}
.services-index .services-list__item .name
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	text-decoration: none;
}
.services-index .services-list__item .detail
{
	font-size: 14px;
}
.services-index .services-list__item .detail .price
{
	border-right: 1px solid silver;
	margin-right: 15px;
	padding-right: 15px;
}
.services-index .services-list__item:hover .img img
{
	opacity: 1;
	o-transition: all .3s ease;
	transition: all .3s ease;
	webkit-transition: all .3s ease;
}
.services-index .services-list__item:hover .img::after,.services-index .services-list__item:hover .img::before
{
	border-color: #f0c808;
	o-transition: all .3s ease;
	transition: all .3s ease;
	webkit-transition: all .3s ease;
}
.services-index.production-photos-wrap .img img
{
	opacity: 1;
}
.services-index.articles-page
{
	border-bottom: 1px solid #e8e8e8;
	box-shadow: none;
	margin-top: 65px;
	webkit-box-shadow: none;
}
.services-index.articles-page .services-list__item
{
	margin-bottom: 70px;
	text-align: left;
	width:21%;
}
.services-index.articles-page .services-list__item a,.services-index.articles-page .services-list__item p
{
	display: block;
	line-height: 1.3;
	padding-left: 15px;
	text-decoration: none;
}
.services-index.articles-page .services-list__item .date
{
	color: #969696;
	font-size: 12px;
}
.services-index.articles-page .services-list__item .detail
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.services-index.articles-page .services-list__item .preview
{
	font-size: 16px;
	margin-bottom: 24px;
}
.services-index.articles-page .services-list__item .read
{
	color: #97af59;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
}
.services-index.articles-page .services-list__item .img img
{
	opacity: 1;
}
.services-index.services-page
{
	box-shadow: none;
	margin-top: 0;
	padding-top: 45px;
	webkit-box-shadow: none;
}
.services-index.services-page h1
{
	margin-bottom: 70px;
}
.text-right
{
	text-align: right;
}
h1
{
	color: #000;
	font-family: gilroy-bold,sans-serif;
	font-size: 32px;
	line-height: 1.3;
}
.num-plus
{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 40px;
	padding-top: 40px;
}
.num-plus .num-plus-list
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.num-plus .num-plus-list__item
{
	text-align: center;
}
.num-plus .num-plus-list .num
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 48px;
}
.num-plus .num-plus-list p
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	line-height: 1.3;
}
.technology-index
{
	padding-top: 40px;
}
.technology-index .technology-flex
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 50px;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-align-items: flex-start;
	webkit-box-align: start;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.technology-index .technology-flex .name
{
	color: #004f9f;
	display: block;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	line-height: 1;
	text-align: center;
}
.technology-index .technology-flex .l-section
{
	flex: 1;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.technology-index .technology-flex .l-section .technology-list
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	ms-flex-pack: justify;
	ms-flex-wrap: wrap;
	padding-left: 0;
	text-align: center;
	webkit-box-pack: justify;
	webkit-flex-wrap: wrap;
	webkit-justify-content: space-between;
}
.technology-index .technology-flex .l-section .technology-list__item
{
	list-style: none;
	margin-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
	max-width: 210px;
	width: 20%;
}
.technology-index .technology-flex .l-section .technology-list__item:hover .img img
{
	filter: brightness(100%);
	ms-transform: scale(1.2);
	transform: scale(1.2);
	webkit-filter: brightness(100%);
	webkit-transform: scale(1.2);
}
.technology-index .technology-flex .l-section .technology-list__item .img
{
	border: 1px solid #b4b4b4;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
}
.technology-index .technology-flex .l-section .technology-list__item img
{
	ms-transform-origin: 50% 65%;
	o-transition: transform 1s,filter 1s ease-in-out;
	transform-origin: 50% 65%;
	transition: transform 1s,filter 1s ease-in-out,-webkit-transform 1s,-webkit-filter 1s ease-in-out;
	transition: transform 1s,filter 1s ease-in-out;
	transition: -webkit-transform 1s,-webkit-filter 1s ease-in-out;
	webkit-transform-origin: 50% 65%;
	webkit-transition: -webkit-transform 1s,-webkit-filter 1s ease-in-out;
	width: 100%;
}
.technology-index .technology-flex .r-section
{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	margin-left: 24px;
	padding: 25px;
	webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	width: 450px;
}
.technology-index .technology-flex .r-section iframe
{
	height: 220px;
	width: 100%;
}
.technology-index .technology-flex .r-section .name
{
	margin-bottom: 24px;
	margin-top: 25px;
	text-align: left;
}
.technology-index .technology-flex .r-section p
{
	font-size: 14px;
}
.advert
{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 90px;
	padding-top: 120px;
}
.advert .advert-list
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 0;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	padding-left: 0;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.advert .advert-list__item
{
	list-style: none;
	margin-right: 15px;
	padding-right: 20px;
	position: relative;
	text-align: center;
}
.advert .advert-list__item:after
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/line-grey.png);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	height: 150px;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.advert .advert-list__item .img
{
	height: 80px;
	margin-bottom: 10px;
}
.advert .advert-list__item p
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 16px;
	line-height: 1.2;
}
.advert .advert-list__item:last-child::after
{
	display: none;
}
.advert.advert-about
{
	border-bottom: 0;
}
.text-block
{
	padding-bottom: 100px;
	padding-top: 100px;
}
.text-block .container
{
	columns: 2;
	moz-columns: 2;
	webkit-columns: 2;
}
.text-block h2,.text-block h3
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	text-transform: uppercase;
}
.text-block h2
{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}
.text-block h3
{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
.text-block p
{
	color: #000;
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 25px;
}
.text-block img
{
	margin-bottom: 25px;
	margin-top: 15px;
	max-width: 100%;
}
.text-block ul
{
	padding-left: 0;
}
.text-block ul li
{
	color: #000;
	font-size: 14px;
	line-height: 1.35;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.text-block ul li::before
{
	background: #70a513;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 8px;
}
.text-block a
{
	color: #004f9f;
	text-decoration: underline;
}
footer.footer
{
	border-top: 1px solid #d3d7eb;
}
footer.footer .container
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
footer.footer .link-item
{
	padding-top: 50px;
}
footer.footer .link-item .title
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
}
footer.footer .link-item .link-list
{
	padding-left: 0;
}
footer.footer .link-item .link-list__item
{
	list-style: none;
}
footer.footer .link-item .link-list__item a
{
	color: #7293b4;
	font-size: 14px;
}
footer.footer .link-item .link-list__item a:hover
{
	color: #004f9f;
	text-decoration: underline;
}
footer.footer .footer-info
{
	border-left: 1px solid #d3d7eb;
	padding-left: 50px;
	padding-top: 50px;
	position: relative;
}
footer.footer .footer-info::before
{
	box-shadow: 16px -1px 28px -20px #e1e3ed;
	content: '';
	height: 100%;
	left: -50px;
	position: absolute;
	top: 10px;
	webkit-box-shadow: 16px -1px 28px -20px #e1e3ed;
	width: 50px;
}
footer.footer .footer-info .logo
{
	display: block;
	max-width: 160px;
}
footer.footer .footer-info .logo img
{
	width: 100%;
}
footer.footer .footer-info ul
{
	margin-bottom: 0;
	padding-left: 0;
}
footer.footer .footer-info ul li
{
	list-style: none;
}
footer.footer .footer-info .metro,footer.footer .footer-info a
{
	color: #004f9f;
}
footer.footer .footer-info .contact .top
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-top: 25px;
	ms-flex-align: center;
	ms-flex-pack: start;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
footer.footer .footer-info .contact .phone
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	margin-right: 10px;
}
footer.footer .footer-info .contact .phone img
{
	margin-right: 15px;
}
footer.footer .footer-info .contact .soc a
{
	display: block;
	height: 20px;
	width: 20px;
}
footer.footer .footer-info .contact .soc a img
{
	vertical-align: super;
	width: 100%;
}
footer.footer .footer-info .contact .bottom
{
	background: 0 0;
	margin-bottom: 25px;
}
footer.footer .footer-info .contact .bottom a
{
	color: #004f9f;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	text-decoration: none;
}
footer.footer .footer-info .contact .bottom a:hover
{
	text-decoration: underline;
}
footer.footer .footer-info .contact .bottom img
{
	margin-right: 15px;
}
footer.footer .footer-info .address
{
	margin-bottom: 24px;
}
footer.footer .footer-info .address__item
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}
footer.footer .footer-info .address__item p
{
	margin-bottom: 0;
}
footer.footer .footer-info .address__item img
{
	margin-right: 15px;
}
footer.footer .footer-info .address .metro
{
	margin-bottom: 10px;
}
footer.footer .footer-info .address .metro p
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	line-height: 1;
}
footer.footer .up-btn
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/top-white-big.png) #004f9f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	height: 45px;
	webkit-background-size: 25px 25px;
	width: 45px;
}
footer.footer .bottom
{
	background: #e1e3ed;
}
footer.footer .bottom .container
{
	align-items: center;
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}
footer.footer .bottom a,footer.footer .bottom p
{
	color: #7293b4;
	font-size: 12px;
	margin-bottom: 0;
}
footer.footer .bottom a
{
	display: block;
	text-decoration: underline;
}
footer.footer .bottom a.polit
{
	margin-right: 24px;
}
footer.footer .bottom a.demi
{
	margin-left: 35px;
	padding-bottom: 4px;
	padding-top: 8px;
}
footer.footer .bottom .link
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex: 1;
	justify-content: flex-end;
	ms-flex: 1;
	ms-flex-align: center;
	ms-flex-pack: end;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-flex: 1;
	webkit-box-pack: end;
	webkit-flex: 1;
	webkit-justify-content: flex-end;
}
footer.footer .footer-link
{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-pack: justify;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
	width: 63%;
}
.left_mob_menu
{
	display: none;
}
.no-scroll
{
	height: 100%;
	overflow: hidden;
}
.bg_black.show
{
	background-color: rgba(25,25,25,.35);
	height: 130%;
	left: 0;
	o-transition: opacity .45s cubic-bezier(.23,1,.32,1) 0s;
	position: fixed;
	top: 0;
	transition: opacity .45s cubic-bezier(.23,1,.32,1) 0s;
	webkit-transition: opacity .45s cubic-bezier(.23,1,.32,1) 0s;
	width: 100%;
	z-index: 20;
}
.mob-header
{
	display: none;
}
.mob-only
{
	display: none;
}
h2
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
}
.title-page
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 7px 10px -1px #e5eaf1;
	height: 320px;
	padding-bottom: 90px;
	padding-top: 25px;
	webkit-background-size: cover;
	webkit-box-shadow: 0 7px 10px -1px #e5eaf1;
}
.title-page.about-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/about.jpg);
}
.title-page.articles-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/article.jpg);
}
.title-page.page-not-found
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/404.jpg);
	min-height: 500px;
	padding-bottom: 0;
}
.title-page.page-not-found .descript
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-direction: column;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-pack: center;
	webkit-flex-direction: column;
	webkit-justify-content: center;
}
.title-page.page-not-found .descript .title
{
	color: #fff;
	font-family: gilroy-bold,sans-serif;
	font-size: 100px;
	line-height: 1.3;
}
.title-page.page-not-found .descript p
{
	color: #fff;
	font-size: 14px;
	margin-bottom: 40px;
}
.title-page.articles-detail-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/detail-article.jpg);
}
.title-page.design-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/detail-article.jpg);
}
.title-page.vacancy-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/vacancy.jpg);
}
.title-page.contact-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/contact.jpg);
}
.title-page.delivery-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/delivery.jpg);
}
.title-page.requirement-page
{
	background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/bg_title/require.jpg);
}
.title-page.services-page
{
	border-bottom: 1px solid #e8e8e8;
	box-shadow: none;
	height: auto;
	padding-bottom: 7px;
	padding-top: 7px;
	webkit-box-shadow: none;
}
.title-page.services-page .breadcrumb
{
	margin-bottom: 0;
}
.title-page.services-page .breadcrumb .active
{
	color: #969696;
}
.title-page.services-page .breadcrumb a
{
	color: #000;
}
.title-page.services-page .breadcrumb-item+.breadcrumb-item::before
{
	color: #969696;
}
.title-page h1
{
	color: #fff;
	font-family: gilroy-bold,sans-serif;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 50px;
	width: 71%;
}
.title-page .breadcrumb
{
	align-items: center;
	background: 0 0;
	ms-flex-align: center;
	padding-left: 0;
	webkit-align-items: center;
	webkit-box-align: center;
}
.title-page .breadcrumb a
{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.title-page .breadcrumb-item+.breadcrumb-item::before
{
	color: #fff;
	content: '-';
}
.title-page .breadcrumb-item.active
{
	color: #d1d1d1;
	font-size: 14px;
	o-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}
.figure-orange
{
	position: relative;
}
.figure-orange::after,.figure-orange::before
{
	content: '';
	position: absolute;
}
.figure-orange:before
{
	border-left: 5px solid #f0c808;
	border-top: 5px solid #f0c808;
	height: 70px;
	left: 0;
	top: 0;
	width: 70px;
}
.figure-orange:after
{
	border-bottom: 5px solid #f0c808;
	border-right: 5px solid #f0c808;
	bottom: 0;
	height: 70px;
	right: 0;
	width: 70px;
}
.figure-orange p:last-child
{
	margin-bottom: 0;
}
.figure-grey
{
	position: relative;
}
.figure-grey::after,.figure-grey::before
{
	content: '';
	position: absolute;
}
.figure-grey:before
{
	border-left: 5px solid #f1f2f7;
	border-top: 5px solid #f1f2f7;
	height: 70px;
	left: 0;
	top: 0;
	width: 70px;
}
.figure-grey:after
{
	border-bottom: 5px solid #f1f2f7;
	border-right: 5px solid #f1f2f7;
	bottom: 0;
	height: 70px;
	right: 0;
	width: 70px;
}
.figure-grey p:last-child
{
	margin-bottom: 0;
}
.figure-white
{
	position: relative;
}
.figure-white::after,.figure-white::before
{
	content: '';
	position: absolute;
}
.figure-white:before
{
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	height: 70px;
	left: 0;
	top: 0;
	width: 70px;
}
.figure-white:after
{
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	bottom: 0;
	height: 70px;
	right: 0;
	width: 70px;
}
.figure-white p:last-child
{
	margin-bottom: 0;
}
.about-text
{
	padding-bottom: 120px;
	padding-top: 120px;
}
.about-text .container
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.about-text .container .l-section
{
	flex: 1;
	margin-right: 25px;
	max-width: 690px;
	min-width: 690px;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.about-text .container .l-section img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: 100%;
}
.about-text .container .r-section
{
	flex: 1;
	max-width: 690px;
	ms-flex: 1;
	padding: 60px;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.our-client .client-slider a img
{
	width: 100%;
}
.popular-question .container
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.popular-question .container .l-section
{
	flex: 1;
	margin-right: 85px;
	max-width: 690px;
	min-width: 690px;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.popular-question .container .r-section
{
	flex: 1;
	max-width: 690px;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.popular-question .container .r-section p
{
	font-size: 14px;
}
.popular-question .container .r-section .video iframe
{
	height: 340px;
	width: 100%;
}
.popular-question .question-accardeon
{
	margin-top: 65px;
}
.popular-question .question-accardeon .tabs__item
{
	border-bottom: 2px solid #f1f2f7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.popular-question .question-accardeon .tabs__item.active
{
	margin-bottom: 40px;
}
.popular-question .question-accardeon .tabs__item.active .title-tabs
{
	margin-bottom: 25px;
}
.popular-question .question-accardeon .tabs__item.active .title-tabs svg
{
	ms-transform: rotate(180deg);
	o-transition: all .2s linear;
	transform: rotate(180deg);
	transition: all .2s linear;
	webkit-transform: rotate(180deg);
	webkit-transition: all .2s linear;
}
.popular-question .question-accardeon .tabs__item.active .title-tabs svg path
{
	fill: #004f9f;
}
.popular-question .question-accardeon .tabs__item.active .title-tabs p
{
	color: #004f9f;
}
.popular-question .question-accardeon .tabs__item .title-tabs
{
	align-items: center;
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.popular-question .question-accardeon .tabs__item .title-tabs svg
{
	height: 12px;
	o-transition: all .2s linear;
	transition: all .2s linear;
	webkit-transition: all .2s linear;
	width: 16px;
}
.popular-question .question-accardeon .tabs__item .title-tabs svg path
{
	fill: #989898;
}
.popular-question .question-accardeon .tabs__item .title-tabs p
{
	font-size: 14px;
	margin-bottom: 0;
}
.popular-question .question-accardeon .tabs__item .title-text
{
	display: none;
}
.popular-question .question-accardeon .tabs__item p
{
	font-size: 16px;
	line-height: 1.3;
}
.popular-question .quest-form
{
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}
.popular-question .quest-form ::-webkit-input-placeholder
{
	color: #8990b1;
}
.popular-question .quest-form ::-moz-placeholder
{
	color: #8990b1;
}
.popular-question .quest-form :-ms-input-placeholder
{
	color: #8990b1;
}
.popular-question .quest-form ::-ms-input-placeholder
{
	color: #8990b1;
}
.popular-question .quest-form ::placeholder
{
	color: #8990b1;
}
.popular-question .quest-form input
{
	background: #f1f2f7;
	border: 0;
	color: #8990b1;
	font-size: 14px;
	padding: 14px 40px;
	width: 100%;
}
.popular-question .quest-form button
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/mail.png) no-repeat center #d7d9e8;
	border: 0;
	bottom: 0;
	box-shadow: 5px 0 23px 2px rgba(0,0,0,.4);
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	webkit-box-shadow: 5px 0 23px 2px rgba(0,0,0,.4);
	width: 80px;
}
.feedback-about
{
	padding-bottom: 90px;
}
.feedback-about .add-feedback
{
	color: #97af59;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	text-decoration: underline;
}
.feedback-about .feedback-list
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	ms-flex-wrap: wrap;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-flex-wrap: wrap;
	webkit-justify-content: space-between;
}
.feedback-about .feedback-list__item
{
	background: #f1f2f7;
	margin-bottom: 24px;
	padding: 24px 24px 40px 40px;
	width: 49%;
}
.feedback-about .feedback-list__item .date
{
	color: #8990b1;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0;
}
.feedback-about .feedback-list__item .top
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-bottom: 25px;
	ms-flex-align: center;
	ms-flex-pack: start;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
.feedback-about .feedback-list__item .top .photo
{
	border-radius: 50%;
	height: 92px;
	margin-right: 25px;
	webkit-border-radius: 50%;
	width: 92px;
}
.feedback-about .feedback-list__item .top .photo img
{
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	webkit-border-radius: 50%;
	width: 100%;
}
.feedback-about .feedback-list__item .top .name
{
	color: #000;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	margin-bottom: 0;
}
.feedback-about .feedback-list__item p
{
	color: #969696;
	line-height: 1.3;
	margin-bottom: 0;
}
@-webkit-keyframes shake
{
	10%,90%
	{
		transform: translate3d(-1px,0,0);
		webkit-transform: translate3d(-1px,0,0);
	}
	20%,80%
	{
		transform: translate3d(2px,0,0);
		webkit-transform: translate3d(2px,0,0);
	}
	30%,50%,70%
	{
		transform: translate3d(-4px,0,0);
		webkit-transform: translate3d(-4px,0,0);
	}
	40%,60%
	{
		transform: translate3d(4px,0,0);
		webkit-transform: translate3d(4px,0,0);
	}
}
@keyframes shake
{
	10%,90%
	{
		transform: translate3d(-1px,0,0);
		webkit-transform: translate3d(-1px,0,0);
	}
	20%,80%
	{
		transform: translate3d(2px,0,0);
		webkit-transform: translate3d(2px,0,0);
	}
	30%,50%,70%
	{
		transform: translate3d(-4px,0,0);
		webkit-transform: translate3d(-4px,0,0);
	}
	40%,60%
	{
		transform: translate3d(4px,0,0);
		webkit-transform: translate3d(4px,0,0);
	}
}
.fix-nav
{
	position: fixed;
	right: 0%;
	width: auto;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.fix-nav .fix-nav-list
{
	padding-left: 0;
}
.fix-nav .fix-nav-list__item
{
	list-style: none;
	margin-bottom: 10px;
	text-align: center;position: relative;
}
.fix-nav .fix-nav-list__item:hover
{
	/*animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0,0,0);
	webkit-animation: shake 2s cubic-bezier(.36,.07,.19,.97) both;
	webkit-transform: translate3d(0,0,0);*/
	transform: translate3d(0,0,0);
}
.fix-nav .fix-nav-list__item .icon
{
	align-items: center;
	background: #004f9f;
	/*border-radius: 50%;*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	/*height: 40px;*/
	justify-content: center;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-border-radius: 50%;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
	/*width: 40px;*/
	padding: 7px;
}
.fix-nav .fix-nav-list__item .icon img{
	max-width: 100%;
}
.fix-nav .fix-nav-list__item .text
{	background: #fff;
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 14px;
	text-decoration: underline;
	position: absolute;
    right: -300px;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    top: 0;
    bottom: 0;
     z-index: -1;
       display: flex;
    align-items: center;
    text-align: right;
      white-space: nowrap;
}.fix-nav .fix-nav-list__item:hover .text{
	right: 100%;
	height: 100%;
    /*width: 165px;*/
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
        top: 9px;
    z-index: -1;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.fix-nav .fix-nav-list__item:hover .icon{
	background: #97af59;
}
.pagination-wrap
{
	padding-bottom: 120px;
	padding-top: 50px;
}
.pagination-wrap .pagination
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: center;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-justify-content: center;
}
.pagination-wrap .pagination .small-btn
{
	display: inline-block;
}
.pagination-wrap .pagination .page-link
{
	border: 0;
	color: #000;
	font-size: 16px;
	padding: 0;
}
.pagination-wrap .pagination .page-link:hover
{
	background: 0 0;
}
.pagination-wrap .pagination .page-item.active .page-link
{
	background: 0 0;
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	text-decoration: underline;
}
.pagination-wrap .pagination .page-item
{
	margin-right: 40px;
}
.pagination-wrap .pagination .page-item:last-child
{
	margin-left: 10px;
	margin-right: 0;
}
.pagination-wrap .pagination .page-item:first-child
{
	margin-right: 50px;
}
.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover
{
	border-color: #004f9f;
}
.lg-backdrop
{
	background-color: rgba(0,0,0,.7);
}
.articles-detail-text .container
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: start;
	ms-flex-pack: justify;
	padding-top: 75px;
	webkit-align-items: flex-start;
	webkit-box-align: start;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.articles-detail-text .container h2
{
	color: #004f9f;
	font-size: 24px;
}
.articles-detail-text .container .l-section
{
	max-width: 924px;
	min-width: 924px;
}
.articles-detail-text .container .l-section.text-block
{
	margin-top: 0;
	padding-top: 0;
}
.articles-detail-text .container .r-section
{
	max-width: 324px;
	min-width: 324px;
}
.articles-detail-text .container .r-section.articles-page
{
	margin-top: 0;
}
.articles-detail-text .container .r-section .services-list
{
	flex-direction: column;
	margin-top: 0;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
.articles-detail-text .container .r-section .l-section
{
	max-width: inherit;
	min-width: inherit;
}
.articles-detail-text .container .r-section .title-block
{
	margin-bottom: 24px;
}
.articles-detail-text .container .r-section .title-block::before
{
	width: 4px;
}
.articles-detail-text .container .services-index.articles-page
{
	border-bottom: 0;
}
.articles-detail-text .container .services-index.articles-page .services-list__item
{
	margin-bottom: 55px;
	width: 100%;
}
.articles-detail-text .container .services-index.articles-page .services-list__item .detail
{
	margin-bottom: 10px;
}
.articles-detail-text .container .services-index.articles-page .services-list__item .preview
{
	margin-bottom: 20px;
}
.contact-page-info .contact__item h2
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.contact-page-info .contact__item iframe
{
	width: 100%;
}
.contact-page-info .contact__item .address
{
	margin-bottom: 24px;
	margin-top: 24px;
	padding-left: 0;
}
.contact-page-info .contact__item .address__item
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	ms-flex-align: center;
	webkit-align-items: center;
	webkit-box-align: center;
}
.contact-page-info .contact__item .address__item p
{
	margin-bottom: 0;
}
.contact-page-info .contact__item .address__item img
{
	margin-right: 15px;
}
.contact-page-info .contact__item .address .metro
{
	margin-bottom: 10px;
}
.contact-page-info .contact__item .address .metro p
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	line-height: 1;
}
.contact-page-info .contact__item p
{
	font-size: 14px;
	line-height: 1.35;
}
.contact-page-info .contact__item p a
{
	color: #005baa;
	text-decoration: underline;
}
.contact-page-info .contact__item .phone-wrap
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	line-height: 1;
	margin-bottom: 7px;
	ms-flex-align: center;
	ms-flex-pack: start;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
.contact-page-info .contact__item .phone-wrap:last-child
{
	margin-bottom: 0;
}
.contact-page-info .contact__item .phone-wrap .icon
{
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 6px 15px 0 rgba(0,0,0,.09);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	height: 60px;
	justify-content: center;
	margin-right: 25px;
	ms-flex-align: center;
	ms-flex-pack: center;
	webkit-align-items: center;
	webkit-border-radius: 50%;
	webkit-box-align: center;
	webkit-box-pack: center;
	webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,.09);
	webkit-justify-content: center;
	width: 60px;
}
.contact-page-info .contact__item .phone-wrap a
{
	color: #004f9f;
	display: block;
	font-family: gilroy-bold,sans-serif;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
}
.contact-page-info .contact__item:nth-of-type(odd) .l-section
{
	margin-right: 50px;
}
.contact-page-info .contact__item:nth-of-type(odd) .r-section
{
	padding: 55px 55px 20px 24px;
}
.contact-page-info .contact__item:nth-of-type(even) .container
{
	flex-direction: row-reverse;
	ms-flex-direction: row-reverse;
	webkit-box-direction: reverse;
	webkit-box-orient: horizontal;
	webkit-flex-direction: row-reverse;
}
.contact-page-info .contact__item:nth-of-type(even) .l-section
{
	margin-left: 50px;
	margin-right: 0;
}
.contact-page-info .contact__item:nth-of-type(even) .r-section
{
	padding: 55px 35px 20px 55px;
}
.textFieldInput
{
	margin-bottom: 10px;
}
.textFieldInput input[type=email],.textFieldInput input[type=text],.textFieldInput textarea
{
	border: 0;
	color: #969696;
	font-size: 16px;
	padding: 16px 24px;
	width: 100%;
}
.textFieldInput textarea
{
	height: 160px;
	resize: none;
}
.fields-container
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.fields-container .textFieldInput
{
	flex: 1;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
	width: 50%;
}
.fields-container .textFieldInput:first-child
{
	margin-right: 5px;
}
.fields-container .textFieldInput:last-child
{
	margin-left: 5px;
}
form textarea::-moz-placeholder
{
	opacity: 1;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form textarea::-webkit-input-placeholder
{
	opacity: 1;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input::-webkit-input-placeholder
{
	opacity: 1;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input::-moz-placeholder
{
	opacity: 1;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:-moz-placeholder
{
	opacity: 1;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:-ms-input-placeholder
{
	opacity: 1;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:focus::-webkit-input-placeholder
{
	opacity: 0;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:focus::-moz-placeholder
{
	opacity: 0;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:focus:-moz-placeholder
{
	opacity: 0;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:focus:-ms-input-placeholder
{
	opacity: 0;
	o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	webkit-transition: opacity .3s ease;
}
form input:-webkit-autofill,form input:-webkit-autofill:focus,form input:-webkit-autofill:hover,form select:-webkit-autofill,form select:-webkit-autofill:focus,form select:-webkit-autofill:hover,form textarea:-webkit-autofill,form textarea:-webkit-autofill:focus,form textarea:-webkit-autofill:hover
{
	o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	webkit-box-shadow: 0 0 0rgb 6,7,6 0 #000 inset;
	webkit-text-fill-color: #969696;
	webkit-transition: background-color 5000s ease-in-out 0s;
}
.checkboxFieldInput
{
	padding-left: 0;
	width: 100%;
}
.checkboxFieldInput .check-wrap
{
	color: #969696;
	cursor: pointer;
	display: block;
	font-size: 14px;
	moz-user-select: none;
	ms-user-select: none;
	padding-left: 28px;
	position: relative;
	user-select: none;
	webkit-user-select: none;
}
.checkboxFieldInput .check-wrap input
{
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}
.checkboxFieldInput .check-wrap .checkmark
{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	height: 14px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 2px;
	webkit-border-radius: 0;
	width: 14px;
}
.checkboxFieldInput .check-wrap .checkmark:after
{
	content: "";
	display: none;
	position: absolute;
}
.checkboxFieldInput .check-wrap input:checked~.checkmark
{
	background: #004f9f;
	border-color: #004f9f;
}
.checkboxFieldInput .check-wrap input:checked~.checkmark:after
{
	display: block;
}
.checkboxFieldInput .check-wrap .checkmark:after
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/ok-white.svg) 3px 4px no-repeat;
	border-radius: 0;
	height: 14px;
	left: 0;
	top: 0;
	webkit-border-radius: 0;
	width: 14px;
}
.checkboxFieldInput .check-wrap label.error
{
	left: 35px;
}
.file-upload
{
	display: none;
}
.custom-file-upload
{
	border: 1px solid #ddd;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 12px;
}
.order-wrap
{
	margin: 100px auto 120px;
	max-width: 924px;
	padding: 15px;
	position: relative;
}
.order-wrap .order-block
{
	background: #f1f2f7;
	padding: 70px 85px 80px;
}
.order-wrap .order-block.text-center .btn
{
	margin: 0 auto 10px;
}
.order-wrap .order-block.text-center .icon
{
	display: inline-block;
	margin-bottom: 24px;
}
.order-wrap .close
{
	background: 0 0;
	border: 0;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 40px;
	top: 24px;
	width: 25px;
}
.order-wrap h2
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	margin-bottom: 28px;
	text-transform: uppercase;
}
.order-wrap .file-block
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	ms-flex-align: center;
	ms-flex-pack: start;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
.order-wrap .file-block p
{
	color: #969696;
	font-size: 16px;
	margin-left: 10px;
}
.order-wrap .fields-container:last-child
{
	margin-top: 25px;
}
.order-wrap .btn-green
{
	cursor: pointer;
}
b
{
	font-family: gilroy-bold,sans-serif;
}
p.small
{
	color: #969696;
	font-size: 14px;
}
.delivery-wrap
{
	padding-bottom: 90px;
	padding-top: 120px;
}
.delivery-wrap .container
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.delivery-wrap .container .l-section,.delivery-wrap .container .r-section
{
	flex: 1;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
	width: 50%;
}
.delivery-wrap .container .l-section h2,.delivery-wrap .container .l-section h3,.delivery-wrap .container .r-section h2,.delivery-wrap .container .r-section h3
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	text-transform: uppercase;
}
.delivery-wrap .container .l-section p,.delivery-wrap .container .r-section p
{
	font-size: 14px;
	line-height: 24px;
}
.delivery-wrap .container .l-section p b,.delivery-wrap .container .r-section p b
{
	margin-bottom: 0;
}
.delivery-wrap .container .l-section a,.delivery-wrap .container .r-section a
{
	color: #005baa;
	text-decoration: underline;
}
.delivery-wrap .container .l-section .type,.delivery-wrap .container .r-section .type
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-bottom: 60px;
	ms-flex-align: start;
	ms-flex-pack: start;
	webkit-align-items: flex-start;
	webkit-box-align: start;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
.delivery-wrap .container .l-section .type .img,.delivery-wrap .container .r-section .type .img
{
	height: 150px;
	margin-right: 25px;
	max-width: 240px;
	min-width: 240px;
}
.delivery-wrap .container .l-section .type .img img,.delivery-wrap .container .r-section .type .img img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: 100%;
}
.delivery-wrap .container .l-section .type p,.delivery-wrap .container .r-section .type p
{
	margin-bottom: 0;
}
.delivery-wrap .container .l-section .type p:first-child,.delivery-wrap .container .r-section .type p:first-child
{
	line-height: 1;
}
.delivery-wrap .container .l-section
{
	margin-right: 15px;
}
.delivery-wrap .container .r-section
{
	margin-left: 15px;
}
table
{
	table-layout: fixed;
	width: 100%;
}
table td
{
	color: #000;
	font-size: 14px;
	padding-bottom: 23px;
	padding-top: 23px;
	text-align: center;
}
table thead
{
	background: #dcdfed;
}
table thead td
{
	border-right: 1px solid #dcdfed;
}
table tbody td
{
	border-bottom: 1px solid #dcdfed;
	border-left: 1px solid #dcdfed;
}
table tbody td
{
	border-right: 1px solid #dcdfed;
}
.technology-index.services-page
{
	padding-top: 55px;
}
.technology-index.services-page .technology-flex .l-section .technology-list
{
	justify-content: flex-start;
	ms-flex-pack: start;
	webkit-box-pack: start;
	webkit-justify-content: flex-start;
}
.technology-index.services-page .technology-flex .l-section .technology-list .technology-list__item
{
	width: 14.5%;
}
.vacancy-wrap
{
	padding-bottom: 90px;
	padding-top: 60px;
}
.vacancy-wrap .vacancy-list
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	ms-flex-align: stretch;
	ms-flex-pack: start;
	ms-flex-wrap: wrap;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: start;
	webkit-flex-wrap: wrap;
	webkit-justify-content: flex-start;
}
.vacancy-wrap .vacancy-list__item
{
	background: #f1f2f7;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 24px;
	ms-flex-direction: column;
	ms-flex-pack: justify;
	padding: 50px;
	position: relative;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-box-pack: justify;
	webkit-flex-direction: column;
	webkit-justify-content: space-between;
	width: 48%;
}
.vacancy-wrap .vacancy-list__item:nth-of-type(odd)
{
	margin-right: 24px;
}
.vacancy-wrap .vacancy-list__item h2
{
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.vacancy-wrap .vacancy-list__item p
{
	font-size: 14px;
	line-height: 24px;
}
.vacancy-wrap .vacancy-list__item .btn-green
{
	margin-top: 10px;
}
.list-blue ul
{
	padding-left: 0;
}
.list-blue ul li
{
	font-size: 18px;
	line-height: 24px;
	list-style: none;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}
.list-blue ul li:before
{
	background: #004f9f;
	border-radius: 50%;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	top: 10px;
	webkit-border-radius: 50%;
	width: 6px;
}
.requirements-wrap
{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 70px;
	padding-top: 70px;
}
.requirements-wrap .figure-grey
{
	margin: 0 auto;
	max-width: 1055px;
	padding: 45px 50px 50px;
}
.requirements-wrap h2
{
	line-height: 33px;
}
.requirements-wrap p
{
	margin-bottom: 25px;
}
.requirements-wrap li,.requirements-wrap p
{
	font-size: 14px;
	line-height: 24px;
}
button
{
	outline: 0;
}
.modal .order-wrap
{
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
}
.modal .calculate-wrap
{
	padding: 24px;
	text-align: center;
}
.modal .calculate-wrap .modal-body
{
	background: #f1f2f7;
}
.modal .calculate-wrap .order-block
{
	margin: 0 auto;
	max-width: 410px;
	padding: 60px 0;
}
.modal .calculate-wrap .fields-container
{
	flex-direction: column;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
.modal .calculate-wrap .fields-container .file-block
{
	flex-direction: column;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
.modal .calculate-wrap .fields-container .file-block p
{
	margin-bottom: 10px;
}
.modal .calculate-wrap .fields-container .file-block .custom-file-upload
{
	margin-bottom: 24px;
}
.modal .calculate-wrap .checkboxFieldInput
{
	margin-top: 24px;
	padding-left: 40px;
}
.modal .calculate-wrap .checkboxFieldInput:last-child
{
	display: inline-block;
}
.modal .calculate-wrap .checkboxFieldInput:last-child .check-wrap
{
	text-align: left;
	width: 95%;
}
.modal .modal-dialog.figure-white
{
	max-width: 924px;
}
.tabs-block
{
	display: inline-block;
}
.tabs-block .tabs-nav
{
	margin: 0;
	padding: 0;
}
.tabs-block .tabs-nav li
{
	background: #004f9f;
	border-radius: 15px 15px 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 16px;
	margin: 0 10px 0 0;
	padding: 0;
	padding: 12px 15px;
	text-align: center;
	webkit-border-radius: 15px 15px 0 0;
	width: 235px;
}
.tabs-block .tabs-nav li:last-child
{
	margin-right: 0;
}
.tabs-block .tabs-nav li.active,.tabs-block .tabs-nav li.active:hover
{
	background: #f1f2f7;
	color: #004f9f;
	font-family: gilroy-bold,sans-serif;
}
.tabs-block .tabs-nav li:hover
{
	background: #f1f2f7;
	color: #004f9f;
}
a :focus,div :focus
{
	outline: 0;
}
.cart-wrap h1
{
	margin-bottom: 25px;
	margin-top:25px;
}
.cart-wrap .top-info
{
	align-items: stretch;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 120px;
	ms-flex-align: stretch;
	ms-flex-pack: justify;
	webkit-align-items: stretch;
	webkit-box-align: stretch;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.cart-wrap .top-info .l-section,.cart-wrap .top-info .r-section
{
	flex: 1;
	ms-flex: 1;
	webkit-box-flex: 1;
	webkit-flex: 1;
	width: 50%;
}
.cart-wrap .top-info .l-section
{
	margin-right: 15px;
}
.cart-wrap .top-info .l-section ul
{
	padding-left: 0;
}
.cart-wrap .top-info .l-section ul li
{
	list-style: none;
}
.cart-wrap .top-info .l-section .slider-presentation
{
	position: relative;
}
.cart-wrap .top-info .l-section .slider-presentation .big-btn
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/left-blue-big.png) #fff;
	height: 40px;
	width: 40px;
	background-size: 35%;
	opacity: 0;
	transition: all 0.4s;
}
.cart-wrap .top-info .l-section .slider-presentation:hover .big-btn{
	opacity: 1;
	transition: all 0.4s;
}
.cart-wrap .top-info .l-section .slider-presentation .small-btn
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/left-blue-small.png) #fff;
	height: 43px;
	width: 43px;
}
.cart-wrap .top-info .l-section .slider-presentation .slid-btn
{
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 40px);
	top: -webkit-calc(50% - 40px);
	z-index: 10;
}
.cart-wrap .top-info .l-section .slider-presentation .slid-btn.btn-next
{
	ms-transform: scale(-1,1);
	right: 0;
	transform: scale(-1,1);
	webkit-transform: scale(-1,1);
}
.cart-wrap .top-info .l-section img
{
	width: 100%;
}
.cart-wrap .top-info .l-section .featuredPostSlider
{
	height: 424px;
	margin-bottom: 2px;
}
.cart-wrap .top-info .l-section .featuredPostSlider .slick-list,.cart-wrap .top-info .l-section .featuredPostSlider .slick-slide
{
	max-height: 424px;
	min-height: 424px;
}
.cart-wrap .top-info .l-section .featuredPostSlider img
{
	cursor: pointer;
	min-height: 424px;
	object-fit: cover;
	o-object-fit: cover;
}
.cart-wrap .top-info .l-section .slider-pager
{
	height: 100px;
}
.cart-wrap .top-info .l-section .slider-pager .slick-slide
{
	border: 1px solid transparent;
	cursor: pointer;
	margin-left: 1px;
	margin-right: 1px;
	max-height: 100px;
	min-height: 100px;
	opacity: .25;
}
.cart-wrap .top-info .l-section .slider-pager .slick-slide img
{
	min-height: 100px;
	object-fit: cover;
	o-object-fit: cover;
}
.cart-wrap .top-info .l-section .slider-pager .slick-slide.slick-current.slick-active
{
	border: 1px solid #004f9f;
	opacity: 1;
}
.cart-wrap .top-info .l-section .btn-wrap
{
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: 50px;
	ms-flex-align: center;
	ms-flex-pack: justify;
	webkit-align-items: center;
	webkit-box-align: center;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.cart-wrap .top-info .r-section
{
	margin-left: 15px;
}
.cart-wrap .top-info .r-section .figure-orange
{
	padding: 50px 40px 40px;
}
.cart-wrap .top-info .r-section .advert
{
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 95px;
}
.tabs-wrap
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/tabs-bg.png) #f1f2f7;
	background-position: left bottom;
	background-repeat: no-repeat;
	box-shadow: 0 -7px 10px -1px #e5eaf1;
	webkit-box-shadow: 0 -7px 10px -1px #e5eaf1;
}
.tabs-wrap .tabs-block
{
	margin-top: -50px;
}
.tabs-wrap .tabs-nav
{
	margin-bottom: 110px;
}
.tabs-wrap .tabs-content
{
	padding-bottom: 24px;
}
.tabs-wrap .tabs-content .tabs__item
{
	align-items: flex-start;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: left;
	ms-flex-align: start;
	ms-flex-pack: justify;
	webkit-align-items: flex-start;
	webkit-box-align: start;
	webkit-box-pack: justify;
	webkit-justify-content: space-between;
}
.tabs-wrap .tabs-content .tabs__item .l-section
{
	flex: 1;
	ms-flex: 1;
	overflow: hidden;
	webkit-box-flex: 1;
	webkit-flex: 1;
}
.tabs-wrap .tabs-content .tabs__item .l-section img
{
	display: block;
	margin: 0 auto;
}
.tabs-wrap .tabs-content .tabs__item .r-section
{
	margin-left: 80px;
	max-width: 370px;
	min-width: 370px;
}
.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap
{
	margin: 0 0 50px;
	padding: 0;
}
.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap .order-block
{
	padding: 0;
}
.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap .fields-container
{
	align-items: flex-start;
	flex-direction: column;
	ms-flex-align: start;
	ms-flex-direction: column;
	webkit-align-items: flex-start;
	webkit-box-align: start;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap .fields-container .textFieldInput
{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap .file-block
{
	margin-bottom: 24px;
}
.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap .file-block p
{
	margin-bottom: 0;
}
.tabs-wrap .tabs-content .tabs__item .r-section .services-index.articles-page
{
	border-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
.tabs-wrap .tabs-content .tabs__item .r-section .services-index.articles-page h2
{
	margin-bottom: 20px;
}
.tabs-wrap .tabs-content .tabs__item .r-section .services-index.articles-page .services-list
{
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	ms-flex-direction: column;
	webkit-box-direction: normal;
	webkit-box-orient: vertical;
	webkit-flex-direction: column;
}
.tabs-wrap .tabs-content .tabs__item .r-section .services-index.articles-page .services-list__item
{
	background: #fff;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	padding: 24px;
	width: 100%;
}
.tabs-wrap .tabs-content .tabs__item .small-btn
{
	background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/left-blue-small.png) #fff;
	height: 43px;
	width: 43px;
}
.tabs-wrap .tabs-content .tabs__item .slid-btn
{
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 40px);
	top: -webkit-calc(50% - 40px);
	z-index: 10;
}
.tabs-wrap .tabs-content .tabs__item .slid-btn.btn-next
{
	ms-transform: scale(-1,1);
	right: 0;
	transform: scale(-1,1);
	webkit-transform: scale(-1,1);
}
.tabs-wrap .tabs-content .slid-wrap
{
	min-height: 424px;
	position: relative;
}
.tabs-wrap .tabs-content .slid-wrap .tabs-slider
{
	width: 100%;
}
.tabs-wrap .tabs-content .slid-wrap .tabs-slider__item
{
	height: 424px;
	width: 100%;
}
.tabs-wrap .tabs-content .slid-wrap .tabs-slider__item img
{
	height: 100%;
	object-fit: cover;
	o-object-fit: cover;
	width: 100%;
}
.tabs-wrap .tabs-content .slid-wrap .slick-dots
{
	bottom: 20px;
}
.tabs-wrap .tabs-content .slid-wrap .slick-dots li button:before
{
	color: #fff;
	font-size: 45px;
	opacity: 1;
}
.tabs-wrap .tabs-content .slid-wrap .slick-dots li.slick-active button:before
{
	color: #004f9f;
	opacity: 1;
}
.popular-question.services-card
{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 70px;
	padding-top: 120px;
}
.services-index.services-card
{
	border-bottom: 0;
	box-shadow: none;
	padding-bottom: 40px;
	webkit-box-shadow: none;
}
.nice-select
{
	border: 0;
	border-radius: 0;
	height: 58px;
	line-height: 58px;
	margin-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	webkit-border-radius: 0;
	width: 100%;
}
.nice-select .current
{
	color: #969696;
	font-size: 16px;
}
.nice-select .list
{
	color: #969696;
	font-size: 16px;
	right: 0;
}
.nice-select .list li
{
	padding-left: 24px;
}
.technology-index.technology-page
{
	padding-bottom: 70px;
	padding-top: 70px;
}
.technology-index.technology-page .technology-flex .l-section .technology-list
{
	flex-wrap: nowrap;
	ms-flex-wrap: nowrap;
	webkit-flex-wrap: nowrap;
}
.services-index.poligraff-page
{
	border-bottom: 1px solid #e8e8e8;
	box-shadow: none;
	margin-top: 0;
	padding-bottom: 35px;
	padding-top: 55px;
	webkit-box-shadow: none;
}
.services-index.poligraff-page .services-list
{
	margin-top: 50px;
}
header.header .botton-nav .menu-item:last-child .sub-menu
{
	left: auto;
	right: 0;
}
header.header .botton-nav .dropdown-menu .menu-item .sub-menu
{
	left: 0;
	right: auto;
}
#reviewForm .btn
{
	margin: 20px auto 0;
}
#reviewForm .figure-white:after,#reviewForm .figure-white:before
{
	border-width: 5px;
}
.slick-loading .slick-list
{
	background: #fff url(//urb.com.ua/wp-content/themes/urb/css/../img/ajax-loader.gif) center center no-repeat;
}
@media (max-width:1800px)
{
	.nav-slid .big-btn
	{
		background-size: 16px;
		height: 45px;
		webkit-background-size: 16px 16px;
		width: 45px;
	}
	.slider-top .nav-slid
	{
		left: 20px;
		right: 20px;
	}
	.slider-top .slider__item .container
	{
		padding-left: 24px;
	}
	header.header .top-nav a
	{
		font-size: 14px;
	}
}
@media (max-width:1500px)
{
	.container
	{
		max-width: 95%;
	}
	header.header .header-info .metro,header.header .header-info .phone a
	{
		font-size: 21px;
	}
	header.header .header-info .contact .bottom a
	{
		color: #000;
		font-size: 14px;
	}
	header.header .header-info .address:last-child
	{
		margin-left: 34px;
	}
	header.header .header-info .leang-list
	{
		margin-right: 25px;
	}
	header.header .botton-nav a
	{
		font-size: 20px;
	}
	header.header .header-info .contact .bottom li img
	{
		margin-right: 5px;
	}
	header.header .botton-nav ul
	{
		width: 100%;
	}
	header.header .botton-nav .menu-item:last-child .sub-menu
	{
		left: auto;
		right: 0;
	}
	.title-block h1,.title-block h2,.title-block p.title
	{
		font-size: 40px;
	}
	header.header .botton-nav a
	{
		padding-left: 12px;
		padding-right: 12px;
	}
	.our-client .client-slider
	{
		margin-left: 80px;
		margin-right: 80px;
	}
	.num-plus
	{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.technology-index .technology-flex .l-section .technology-list
	{
		justify-content: flex-start;
		ms-flex-pack: start;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
	}
	.technology-index .technology-flex .l-section .technology-list__item
	{
		width: 21%;
	}
	.nav-slid .big-btn
	{
		background: url(//urb.com.ua/wp-content/themes/urb/css/../img/arrow/left-blue-small.png) #fff;
		background-position: center;
		background-repeat: no-repeat;
		height: 43px;
		width: 43px;
	}
	.slider-top .slider__item .container
	{
		padding-left: 70px;
	}
	.title-page h1
	{
		width: 85%;
	}
	.technology-index.services-page .technology-flex .l-section .technology-list .technology-list__item
	{
		width: 14.3%;
	}
	.cart-wrap .top-info .l-section .btn-wrap .btn
	{
		width: 290px;
	}
	.tabs-wrap .tabs-content .tabs__item .l-section
	{
		max-width: 825px;
		min-width: 825px;
	}
	header.header .botton-nav .dropdown-menu .menu-item:last-child .sub-menu
	{
		left: 0;
		right: auto;
	}
}
@media (max-width: 1400px){
	.services-index .services-list__item
	{
		width: 23%;
	}
}
@media (max-width: 1330px){
	.services-index .services-list__item
	{
		width: 22%;
		    margin: 0 18px 50px;
	}
}
@media (max-width:1199.98px)
{
	.mob-header
	{
		display: block;
		padding-top: 15px;
	}
	.mob-header ul
	{
		padding-left: 0;
	}
	.mob-header ul li
	{
		list-style: none;
	}
	.mob-header p
	{
		margin-bottom: 0;
	}
	.mob-header .top-line .container
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: space-between;
		ms-flex-align: center;
		ms-flex-pack: justify;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
	}
	.mob-header .top-line .l-section,.mob-header .top-line .leang-list
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: flex-start;
		ms-flex-align: center;
		ms-flex-pack: start;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
	}
	.mob-header .top-line .address
	{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.mob-header .top-line .address__item
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: flex-start;
		ms-flex-align: center;
		ms-flex-pack: start;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
	}
	.mob-header .logo
	{
		max-width: 120px;
	}
	.mob-header .logo img
	{
		width: 100%;
	}
	.mob-header .metro,.mob-header .phone a
	{
		color: #004f9f;
		font-family: gilroy-bold,sans-serif;
		font-size: 14px;
		line-height: 1;
	}
	.mob-header .address__item
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: flex-start;
		margin-bottom: 10px;
		ms-flex-align: center;
		ms-flex-pack: start;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
	}
	.mob-header .address__item:last-child
	{
		margin-bottom: 0;
	}
	.mob-header .address__item img
	{
		margin-right: 15px;
		max-width: 24px;
	}
	.mob-header .address__item p
	{
		margin-bottom: 0;
	}
	.mob-header .address__item .pin
	{
		color: #000;
	}
	.mob-header .address:last-child
	{
		margin-left: 60px;
	}
	.mob-header .leang-list
	{
		margin-left: 15px;
		text-align: center;
	}
	.mob-header .leang-list__item.active a
	{
		border: 4px solid #f0f0f0;
		opacity: 1;
		o-transition: opacity .2s linear;
		transition: opacity .2s linear;
		webkit-transition: opacity .2s linear;
	}
	.mob-header .leang-list__item a
	{
		border-radius: 50%;
		display: block;
		margin-right: 10px;
		opacity: .3;
		o-transition: opacity .2s linear;
		transition: opacity .2s linear;
		webkit-border-radius: 50%;
		webkit-transition: opacity .2s linear;
	}
	.mob-header .leang-list__item a:hover
	{
		opacity: 1;
		o-transition: opacity .2s linear;
		transition: opacity .2s linear;
		webkit-transition: opacity .2s linear;
	}
	.mob-header .leang-list__item:last-child a
	{
		margin-bottom: 0;
	}
	.mob-header .bottom-line
	{
		background: #004f9f;
	}
	.mob-header .bottom-line .container
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: space-between;
		ms-flex-align: center;
		ms-flex-pack: justify;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
	}
	.mob-header .bottom-line .phone
	{
		color: #fff;
		font-family: gilroy-bold,sans-serif;
		font-size: 24px;
	}
	.mob-header .bottom-line .contact
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: flex-start;
		margin-bottom: 0;
		ms-flex-align: center;
		ms-flex-pack: start;
		padding-bottom: 0;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
	}
	.mob-header .bottom-line .contact li
	{
		margin-left: 5px;
	}
	.mob-header .burger-menu
	{
		height: 100%;
		margin-right: 24px;
		width: 90px;
	}
	.mob-header .burger-menu .nav-icon
	{
		align-items: center;
		background: #054281;
		cursor: pointer;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		height: 60px;
		justify-content: center;
		ms-flex-align: center;
		ms-flex-direction: column;
		ms-flex-pack: center;
		padding-left: 20px;
		padding-right: 20px;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-box-pack: center;
		webkit-flex-direction: column;
		webkit-justify-content: center;
		width: 100%;
	}
	.mob-header .burger-menu .nav-icon-bar
	{
		background: #fff;
		display: inline-block;
		height: 5px;
		margin-bottom: 6px;
		width: 50px;
	}
	ul.soc-list {
    display: none;
}
	.mob-header .burger-menu .nav-icon-bar:last-child
	{
		margin-bottom: 0;
	}
	.slider-top,.slider-top .slider__item
	{
		height: 370px;
	}
	header.header
	{
		display: none;
	}
	.left_mob_menu
	{
		align-items: flex-start;
		background: #fff;
		box-shadow: 0 3px 10px rgba(0,0,0,.156863),0 3px 10px rgba(0,0,0,.227451);
		display: block;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		height: 100%;
		justify-content: flex-start;
		left: 0;
		ms-flex-align: start;
		ms-flex-direction: column;
		ms-flex-pack: start;
		o-transition: transform .45s cubic-bezier(.23,1,.32,1) 0s;
		overflow-x: hidden;
		overflow-y: auto;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 25px;
		position: fixed;
		top: 0;
		transform: translate3d(-320px,0,0);
		transition: transform .45s cubic-bezier(.23,1,.32,1) 0s,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0s;
		transition: transform .45s cubic-bezier(.23,1,.32,1) 0s;
		transition: -webkit-transform .45s cubic-bezier(.23,1,.32,1) 0s;
		webkit-align-items: flex-start;
		webkit-box-align: start;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-box-pack: start;
		webkit-box-shadow: 0 3px 10px rgba(0,0,0,.156863),0 3px 10px rgba(0,0,0,.227451);
		webkit-flex-direction: column;
		webkit-justify-content: flex-start;
		webkit-transform: translate3d(-320px,0,0);
		webkit-transition: -webkit-transform .45s cubic-bezier(.23,1,.32,1) 0s;
		width: 300px;
		z-index: 1450;
	}
	.left_mob_menu.visible
	{
		o-transition: transform .45s cubic-bezier(.23,1,.32,1) 0s;
		transform: translate3d(0,0,0);
		transition: transform .45s cubic-bezier(.23,1,.32,1) 0s,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 0s;
		transition: transform .45s cubic-bezier(.23,1,.32,1) 0s;
		transition: -webkit-transform .45s cubic-bezier(.23,1,.32,1) 0s;
		webkit-transform: translate3d(0,0,0);
		webkit-transition: -webkit-transform .45s cubic-bezier(.23,1,.32,1) 0s;
	}
	.left_mob_menu .top_wrap
	{
		width: 100%;
	}
	.left_mob_menu .close
	{
		background: 0 0;
		border: 0;
		outline: 0;
	}
	.left_mob_menu .leang-list
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: flex-start;
		margin-left: 15px;
		ms-flex-align: center;
		ms-flex-pack: start;
		text-align: center;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
	}
	.left_mob_menu .leang-list__item.active a
	{
		border: 4px solid #f0f0f0;
		opacity: 1;
		o-transition: opacity .2s linear;
		transition: opacity .2s linear;
		webkit-transition: opacity .2s linear;
	}
	.left_mob_menu .leang-list__item a
	{
		border-radius: 50%;
		display: block;
		margin-right: 10px;
		opacity: .3;
		o-transition: opacity .2s linear;
		transition: opacity .2s linear;
		webkit-border-radius: 50%;
		webkit-transition: opacity .2s linear;
	}
	.left_mob_menu .leang-list__item a:hover
	{
		opacity: 1;
		o-transition: opacity .2s linear;
		transition: opacity .2s linear;
		webkit-transition: opacity .2s linear;
	}
	.left_mob_menu .leang-list__item:last-child a
	{
		margin-bottom: 0;
	}
	.left_mob_menu .parent
	{
		position: relative;
	}
	.left_mob_menu .parent:after
	{
		background-image: url(//urb.com.ua/wp-content/themes/urb/css/../img/right.svg);
		background-position: center;
		background-repeat: no-repeat;
		content: '';
		height: 10px;
		ms-transform: rotate(90deg);
		o-transition: all .3s;
		position: absolute;
		right: -20px;
		top: 8px;
		transform: rotate(90deg);
		transition: all .3s;
		webkit-transform: rotate(90deg);
		webkit-transition: all .3s;
		width: 10px;
	}
	.left_mob_menu .parent.active:after
	{
		ms-transform: rotate(-90deg);
		o-transition: all .3s;
		transform: rotate(-90deg);
		transition: all .3s;
		webkit-transform: rotate(-90deg);
		webkit-transition: all .3s;
	}
	.left_mob_menu ul
	{
		margin-bottom: 0;
		padding-left: 0;
	}
	.left_mob_menu ul li
	{
		list-style: none;
	}
	.left_mob_menu .menu-item a
	{
		color: #000;
		display: block;
		font-family: gilroy-bold,sans-serif;
		font-size: 16px;
		text-decoration: none;
	}
	.left_mob_menu .menu-item .sub-menu
	{
		display: none;
		padding-left: 15px;
	}
	.left_mob_menu .menu-item .sub-menu a
	{
		font-family: "Arial";
	}
	.left_mob_menu .menu-item .sub-menu.open
	{
		display: block;
	}
	.left_mob_menu .top
	{
		align-items: center;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		justify-content: space-between;
		margin-bottom: 15px;
		ms-flex-align: center;
		ms-flex-pack: justify;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
		width: 100%;
	}
	.left_mob_menu a.logo
	{
		display: block;
		max-width: 120px;
	}
	.left_mob_menu a.logo img
	{
		width: 100%;
	}
	.left_mob_menu .contact
	{
		margin-top: 15px;
		width: 100%;
	}
	.left_mob_menu .contact li
	{
		margin-bottom: 10px;
	}
	.left_mob_menu .contact .bottom img
	{
		margin-right: 10px;
	}
	.left_mob_menu .contact a
	{
		color: #004f9f;
		font-family: gilroy-bold,sans-serif;
		font-size: 16px;
	}
	.left_mob_menu .soc-list .soc
	{
		display: inline-block;
	}
	.slider-top .slider__item .container
	{
		align-items: center;
		justify-content: center;
		ms-flex-align: center;
		ms-flex-pack: center;
		padding-left: 1px;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: center;
		webkit-justify-content: center;
	}
	.technology-index .technology-flex .r-section
	{
		width: 350px;
	}
	.technology-index .technology-flex .r-section iframe
	{
		height: 170px;
	}
	.technology-index .technology-flex .l-section .technology-list__item
	{
		margin-left: 10px;
		margin-right: 10px;
	}
	.advert .advert-list__item p
	{
		font-size: 16px;
	}
	footer.footer .footer-info .address .metro p
	{
		font-size: 24px;
	}
	footer.footer .footer-link
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		width: 100%;
	}
	.about-text .container,.popular-question .container
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.about-text .container .l-section,.about-text .container .r-section,.popular-question .container .l-section,.popular-question .container .r-section
	{
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		min-width: inherit;
		width: 100%;
	}
	.about-text .container .l-section,.popular-question .container .l-section
	{
		margin-bottom: 15px;
	}
	.about-text
	{
		padding-bottom: 70px;
		padding-top: 70px;
	}
	.fix-nav
	{
		display: none;
	}
	.our-client .client-slider__item
	{
		margin-left: 24px;
		margin-right: 24px;
	}
	.services-index.articles-page .services-list__item
	{
		width: 30%;
	}
	.services-index.services-page
	{
		padding-top: 20px;
	}
	.services-index.services-page h1
	{
		margin-bottom: 24px;
	}
	.services-index.services-page .services-list
	{
		margin-top: 0;
	}
	h1
	{
		font-size: 24px;
	}
	.title-page h1
	{
		font-size: 44px;
		width: 100%;
	}
	.articles-detail-text .container
	{
		flex-direction: column;
		ms-flex-direction: column;
		padding-top: 24px;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.articles-detail-text .container .l-section,.articles-detail-text .container .r-section
	{
		max-width: 100%;
		min-width: inherit;
		padding-bottom: 40px;
		width: 100%;
	}
	.articles-detail-text .container .r-section .l-section
	{
		padding-bottom: 0;
	}
	.articles-detail-text .container .services-index.articles-page .services-list__item
	{
		width: 30%;
	}
	.articles-detail-text .container .r-section .services-list
	{
		flex-direction: row;
		ms-flex-direction: row;
		webkit-box-direction: normal;
		webkit-box-orient: horizontal;
		webkit-flex-direction: row;
	}
	.contact-page-info .contact__item:nth-of-type(odd) .container
	{
		flex-direction: column-reverse;
		ms-flex-direction: column-reverse;
		webkit-box-direction: reverse;
		webkit-box-orient: vertical;
		webkit-flex-direction: column-reverse;
	}
	.contact-page-info .contact__item:nth-of-type(even) .container
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.contact-page-info .contact__item:nth-of-type(odd) .l-section
	{
		margin-right: 0;
		margin-top: 24px;
	}
	.contact-page-info .contact__item:nth-of-type(even) .l-section
	{
		margin-left: 0;
	}
	.contact__item.about-text
	{
		padding-bottom: 70px;
		padding-top: 70px;
	}
	.order-wrap
	{
		margin-bottom: 70px;
		margin-top: 70px;
		max-width: 90%;
	}
	.delivery-wrap
	{
		padding-bottom: 40px;
		padding-top: 70px;
	}
	.delivery-wrap .container
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.delivery-wrap .container .l-section,.delivery-wrap .container .r-section
	{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.requirements-wrap
	{
		padding-left: 35px;
		padding-right: 35px;
	}
	.modal .order-wrap
	{
		max-width: inherit;
	}
	.cart-wrap .top-info .l-section,.cart-wrap .top-info .r-section
	{
		margin-bottom: 40px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.cart-wrap .top-info
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.cart-wrap .top-info .l-section .slider-pager .slick-slide
	{
		max-height: 140px;
	}
	.cart-wrap .top-info .l-section .slider-pager .slick-slide img
	{
		height: 140px;
	}
	.tabs-wrap .tabs-content .tabs__item
	{
		flex-direction: column;
		ms-flex-direction: column;
		padding-top: 40px;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		width: 100%;
	}
	.tabs-block .tabs-nav li
	{
		width: 215px;
	}
	.tabs-wrap .tabs-content .tabs__item .l-section
	{
		max-width: 100%;
		min-width: inherit;
	}
	table thead td
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.tabs-wrap .tabs-content .tabs__item .l-section img
	{
		width: 100%;
	}
	.tabs-wrap .tabs-content .tabs__item .r-section
	{
		margin-left: 0;
		margin-top: 25px;
		max-width: 100%;
		min-width: inherit;
	}
	.tabs-wrap .tabs-content .tabs__item .r-section .order-wrap
	{
		max-width: 100%;
	}
	.tabs-wrap .tabs-content .slid-wrap
	{
		margin: 0 auto;
		max-width: 500px;
	}
	.tabs-wrap .tabs-nav
	{
		margin-bottom: 24px;
	}
	.services-index .services-list__item{
		width: 30%;
		margin: 0 14px 50px;
	}
	.services-index .services-list{
		justify-content: space-between;
	}
}
@media (max-width:991.98px)
{
	.slider-top .slider__item .title
	{
		font-size: 24px;
	}
	.slider-top .slider__item .time
	{
		font-size: 50px;
	}
	.btn-small
	{
		font-size: 14px;
	}
	.title-block h1,.title-block h2,.title-block p.title
	{
		font-size: 24px;
	}
	.title-block p
	{
		font-size: 14px;
	}
	.mob-only
	{
		display: block;
	}
	.title-block .btn-green
	{
		display: none;
	}
	.services-index .btn-green
	{
		margin: 0 auto;
	}
	.services-index
	{
		padding-bottom: 50px;
	}
	.num-plus .num-plus-list .num
	{
		font-size: 50px;
	}
	.num-plus .num-plus-list p
	{
		font-size: 16px;
	}
	.technology-index .technology-flex
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.technology-index .technology-flex .btn-green
	{
		margin: 0 auto 70px;
	}
	.technology-index .technology-flex .r-section
	{
		margin-left: 0;
		width: 100%;
	}
	.technology-index .technology-flex .r-section iframe
	{
		height: 350px;
	}
	.advert .advert-list
	{
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}
	.advert .advert-list__item
	{
		margin-bottom: 15px;
		width: 33%;
	}
	.text-block .container
	{
		columns: 1;
		moz-columns: 1;
		webkit-columns: 1;
	}
	footer.footer .top .container
	{
		flex-direction: column-reverse;
		ms-flex-direction: column-reverse;
		webkit-box-direction: reverse;
		webkit-box-orient: vertical;
		webkit-flex-direction: column-reverse;
	}
	footer.footer .footer-info
	{
		border-bottom: 1px solid #d3d7eb;
		border-left: 0;
		padding-bottom: 40px;
		padding-left: 35px;
		padding-top: 35px;
	}
	footer.footer .footer-info:before
	{
		display: none;
	}
	footer.footer
	{
		padding-top: 24px;
		position: relative;
	}
	footer.footer .container
	{
		padding-left: 0;
		padding-right: 0;
	}
	footer.footer .logo
	{
		max-width: 135px;
	}
	footer.footer .logo img
	{
		width: 100%;
	}
	footer.footer .bottom,footer.footer .link-item
	{
		padding-bottom: 20px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 20px;
	}
	footer.footer .bottom .container,footer.footer .link-item .container
	{
		align-items: flex-start;
		flex-direction: column;
		ms-flex-align: start;
		ms-flex-direction: column;
		webkit-align-items: flex-start;
		webkit-box-align: start;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	footer.footer .bottom .link,footer.footer .link-item .link
	{
		justify-content: flex-start;
		margin-top: 35px;
		ms-flex-pack: start;
		position: relative;
		webkit-box-pack: start;
		webkit-justify-content: flex-start;
		width: 100%;
	}
	footer.footer .bottom .link .demi,footer.footer .link-item .link .demi
	{
		bottom: 0;
		position: absolute;
		right: 0;
	}
	footer.footer .up-btn
	{
		background-size: 24px;
		height: 60px;
		position: absolute;
		right: 24px;
		top: 60px;
		webkit-background-size: 24px 24px;
		width: 60px;
	}
	.container
	{
		max-width: 100%;
		padding-left: 35px;
		padding-right: 35px;
	}
	footer.footer .footer-info
	{
		margin-bottom: 24px;
	}
	.feedback-about .title-block
	{
		align-items: self-start;
		flex-direction: column;
		ms-flex-align: self-start;
		ms-flex-direction: column;
		webkit-align-items: self-start;
		webkit-box-align: self-start;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.our-client .client-slider__item
	{
		margin-left: 15px;
		margin-right: 15px;
	}
	.services-index.articles-page .services-list
	{
		margin-left: 0;
		margin-right: 0;
	}
	.services-index.articles-page .services-list__item
	{
		margin-left: 0;
		margin-right: 0;
		width: 48%;
	}
	.order-wrap .order-block
	{
		padding: 24px;
	}
	.order-wrap .file-block
	{
		margin-bottom: 20px;
	}
	.order-wrap .fields-container:last-child
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.text-block h2,h2
	{
		line-height: 24px;
	}
	.technology-index.services-page .technology-flex .l-section .technology-list .technology-list__item
	{
		width: 22%;
	}
	.vacancy-wrap
	{
		padding-bottom: 60px;
	}
	.vacancy-wrap .vacancy-list__item
	{
		margin-right: 0;
		padding: 25px;
		width: 100%;
	}
	.vacancy-wrap .vacancy-list__item:nth-of-type(odd)
	{
		margin-right: 0;
	}
	.modal .modal-dialog.figure-white
	{
		max-width: 92%;
	}
	.modal .order-wrap
	{
		max-width: 100%;
	}
	.cart-wrap .top-info .r-section .advert .advert-list__item
	{
		margin-right: 0;
		padding-right: 0;
		width: 30%;
	}
	.tabs-block .tabs-nav li
	{
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.cart-wrap h1
	{
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.technology-index.technology-page .technology-flex .l-section .technology-list
	{
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}
}
@media (max-width:767.98px)
{
	.num-plus
	{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.advert
	{
		border-bottom: 0;
		padding-bottom: 55px;
		padding-top: 70px;
	}
	.services-index
	{
		margin-top: 70px;
		padding-bottom: 70px;
		padding-top: 0;
	}
	.our-client
	{
		padding-bottom: 70px;
		padding-top: 70px;
	}
	.technology-index
	{
		padding-top: 70px;
	}
	.services-index .services-list
	{
		margin-top: 40px;
	}
	.services-index .services-list__item
	{
		width: 45%;
	}
	.num-plus .num-plus-list
	{
		flex-wrap: wrap;
		ms-flex-wrap: wrap;
		webkit-flex-wrap: wrap;
	}
	.num-plus .num-plus-list__item
	{
		width: 49%;
	}
	.text-block
	{
		padding-bottom: 25px;
		padding-top: 0;
	}
	.text-block img
	{
		margin-top: 15px;
		    height: auto;
	}
	footer.footer
	{
		padding-top: 24px;
	}
	footer.footer .footer-info
	{
		margin-bottom: 24px;
	}
	.our-client .client-slider a img
	{
		width: 100%;
	}
	.client-slider__item
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	.about-text .container .r-section
	{
		padding: 25px;
	}
	.feedback-about .feedback-list__item
	{
		width: 100%;
	}
	.feedback-about
	{
		padding-bottom: 60px;
	}
	.popular-question .quest-form input
	{
		padding: 14px 70px 14px 12px;
	}
	.feedback-about .feedback-list__item
	{
		padding: 20px;
	}
	.title-page h1
	{
		font-size: 24px;
		line-height: 1;
		margin-top: 20px;
	}
	.title-page
	{
		height: 224px;
	}
	.articles-detail-text .container h2,.services-index .services-list__item .name,.text-block h3
	{
		line-height: 1.2;
	}
	.articles-detail-text .container .r-section .services-list
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.articles-detail-text .container .services-index.articles-page .services-list__item
	{
		width: 100%;
	}
	.articles-detail-text .container .services-index.articles-page
	{
		padding-bottom: 0;
	}
	.breadcrumb
	{
		flex-wrap: nowrap;
		ms-flex-wrap: nowrap;
		overflow-y: auto;
		webkit-flex-wrap: nowrap;
		white-space: nowrap;
	}
	.contact-page-info .contact__item iframe
	{
		height: 250px;
	}
	.contact-page-info .contact__item h2
	{
		line-height: 1.2;
	}
	.delivery-wrap
	{
		padding-bottom: 10px;
		padding-top: 40px;
	}
	.delivery-wrap .container .l-section .type,.delivery-wrap .container .r-section .type
	{
		flex-direction: column;
		margin-bottom: 24px;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.delivery-wrap .container .l-section .type .img,.delivery-wrap .container .r-section .type .img
	{
		margin-bottom: 10px;
		margin-right: 0;
		max-width: 100%;
		min-width: inherit;
		width: 100%;
	}
	.title-page.design-page
	{
		margin-bottom: 40px;
	}
	.technology-index.services-page .technology-flex .l-section .technology-list
	{
		justify-content: space-between;
		margin-left: 0;
		margin-right: 0;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
	}
	.technology-index.services-page .technology-flex .l-section .technology-list .technology-list__item
	{
		width: 30%;
	}
	.technology-index.services-page
	{
		margin-bottom: 70px;
	}
	.requirements-wrap .figure-grey
	{
		padding: 20px;
	}
	.requirements-wrap ul li
	{
		word-break: break-word;
	}
	.modal .modal-dialog.figure-white
	{
		max-width: 100%;
	}
	.cart-wrap .top-info .r-section .advert .advert-list
	{
		flex-wrap: nowrap;
		ms-flex-wrap: nowrap;
		webkit-flex-wrap: nowrap;
	}
	.cart-wrap .top-info .r-section .advert .advert-list .advert-list__item:after
	{
		display: none;
	}
	.cart-wrap .top-info .l-section .btn-wrap
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.cart-wrap .top-info .l-section .btn-wrap .btn
	{
		margin-bottom: 15px;
		width: 100%;
	}
	.tabs-wrap .tabs-block
	{
		width: 100%;
	}
	.tabs-block .tabs-nav
	{
		display: flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		width: 100%;
	}
	.tabs-block .tabs-nav li
	{
		border-radius: 0;
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		webkit-border-radius: 0;
	}
	.tabs-wrap .tabs-block
	{
		margin-top: 0;
	}
	.tabs-block .tabs-nav li
	{
		width: 100%;
	}
	.tabs-block .tabs-nav li.active,.tabs-block .tabs-nav li.active:hover
	{
		background: #004f9f;
		color: #fff;
	}
	.technology-index.technology-page
	{
		padding-bottom: 0;
	}
	.technology-index.technology-page .btn-green
	{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width:575.98px)
{
	.btn-green,.services-index .btn-green,.technology-index .technology-flex .btn-green
	{
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.services-index.services-page
	{
		margin-bottom: 40px;
	}
	.modal .calculate-wrap .checkboxFieldInput
	{
		padding-left: 0;
	}
	.modal .calculate-wrap .fields-container .file-block .custom-file-upload
	{
		margin-bottom: 0;
	}
	.custom-file-upload
	{
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
	.slider-top .slider__item .container
	{
		align-items: center;
		justify-content: start;
		ms-flex-align: center;
		ms-flex-pack: start;
		padding-right: 0;
		padding-top: 50px;
		webkit-align-items: center;
		webkit-box-align: center;
		webkit-box-pack: start;
		webkit-justify-content: start;
	}
	.btn-small
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mob-header .address__item p
	{
		font-size: 14px;
	}
	.mob-header .address__item.metro p
	{
		font-size: 14px;
	}
	.left_mob_menu a.logo,.mob-header .logo
	{
		max-width: 70px;
		min-width: 70px;
	}
	.container
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mob-header .address:last-child
	{
		margin-left: 0;
	}
	.mob-header .burger-menu
	{
		margin-right: 0;
	}
	.slider-top .nav-slid
	{
		left: 15px;
		right: 15px;
		top: 28%;
	}
	.services-index .services-list__item .name
	{
		font-size: 16px;
	}
	.services-index .services-list__item .detail
	{
		font-size: 14px;
	}
	.services-index .services-list
	{
		margin-left: 0;
		margin-right: 0;
	}
	.services-index .services-list__item
	{
		margin: 0;
		width: 48%;
	}
	.technology-index .technology-flex .l-section .technology-list
	{
		justify-content: space-between;
		margin-left: 0;
		margin-right: 0;
		ms-flex-pack: justify;
		webkit-box-pack: justify;
		webkit-justify-content: space-between;
	}
	.technology-index .technology-flex .l-section .technology-list__item
	{
		margin-left: 0;
		margin-right: 0;
		width: 47%;
	}
	.technology-index .technology-flex .name
	{
		font-size: 16px;
	}
	.technology-index .technology-flex .r-section iframe
	{
		height: 195px;
	}
	.advert .advert-list__item
	{
		padding-right: 0;
		width: 45%;
	}
	.advert .advert-list__item:nth-of-type(odd)
	{
		padding-right: 15px;
	}
	.advert .advert-list__item:nth-of-type(even)
	{
		margin-right: 0;
		padding-right: 0;
	}
	.advert .advert-list__item:nth-of-type(even):after
	{
		display: none;
	}
	.advert .advert-list .advert-list__item:after
	{
		right: -15px;
	}
	.our-client .client-slider__item
	{
		margin-left: 0;
		margin-right: 0;
	}
	.services-index.articles-page .services-list__item
	{
		margin-bottom: 24px;
		width: 100%;
	}
	.pagination-wrap
	{
		padding-bottom: 50px;
	}
	.pagination-wrap .pagination .page-item
	{
		margin-right: 20px;
	}
	.pagination-wrap .pagination .page-item:first-child
	{
		margin-right: 24px;
	}
	.services-index .services-list__item .detail
	{
		font-size: 10px;
	}
	.order-wrap
	{
		max-width: 93%;
	}
	.order-wrap .order-block
	{
		padding: 50px 20px 24px;
	}
	.fields-container
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.fields-container .textFieldInput
	{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.fields-container .textFieldInput:first-child,.fields-container .textFieldInput:last-child
	{
		margin-left: 0;
		margin-right: 0;
	}
	.order-wrap .file-block
	{
		flex-direction: column;
		ms-flex-direction: column;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
		width: 100%;
	}
	.contact-page-info .contact__item:nth-of-type(even) .r-section,.contact-page-info .contact__item:nth-of-type(odd) .r-section
	{
		padding: 20px;
	}
	.contact-page-info .contact__item .address .metro p
	{
		font-size: 24px;
	}
	.contact-page-info .contact__item .phone-wrap .icon
	{
		box-shadow: none;
		height: auto;
		margin-right: 15px;
		webkit-box-shadow: none;
		width: auto;
	}
	.contact-page-info .contact__item .address
	{
		margin-bottom: 15px;
	}
	.contact-page-info .contact__item .phone-wrap a
	{
		font-size: 22px;
	}
	.contact__item.about-text
	{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.requirements-wrap
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.tabs-wrap .tabs-content .slid-wrap
	{
		max-width: 400px;
	}
	.cart-wrap .top-info .l-section .slider-pager .slick-slide img
	{
		height: 95px;
	}
	.cart-wrap .top-info
	{
		margin-bottom: 0;
	}
}
@media (max-width:480px)
{
	.mob-header .burger-menu .nav-icon-bar
	{
		height: 3px;
		width: 24px;
	}
	.mob-header .burger-menu
	{
		width: 60px;
	}
	.mob-header .bottom-line .contact
	{
		display: none;
	}
	.mob-header .bottom-line .contact a
	{
		display: block;
		height: 2px;
		width: 25px;
	}
	.mob-header .bottom-line .contact a img
	{
		width: 100%;
	}
	.mob-header .bottom-line .phone
	{
		font-size: 21px;
	}
	.mob-header .top-line .leang-list
	{
		display: none;
	}
	.mob-header .address__item
	{
		margin-bottom: 5px;
	}
	.mob-header .address:last-child
	{
		margin-left: 15px;
	}
	.slider-top .nav-slid
	{
		top: 58%;
	}
	.client-slider__item
	{
		margin-left: 0;
		margin-right: 0;
	}
	.our-client
	{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.services-index
	{
		padding-bottom: 40px;
	}
	.num-plus
	{
		padding-top: 40px;
	}
	.technology-index .technology-flex .r-section iframe
	{
		height: 135px;
	}
	.advert .advert-list__item:nth-of-type(odd)
	{
		padding-right: 15px;
	}
	.advert .advert-list__item p
	{
		font-size: 16px;
		line-height: 1.2;
	}
	footer.footer .footer-info
	{
		margin-bottom: 15px;
	}
	footer.footer .footer-info
	{
		padding-bottom: 10px;
		padding-left: 15px;
	}
	footer.footer .link-item
	{
		padding-bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	footer.footer .bottom
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	footer.footer .bottom .link
	{
		align-items: flex-start;
		flex-direction: column;
		ms-flex-align: start;
		ms-flex-direction: column;
		webkit-align-items: flex-start;
		webkit-box-align: start;
		webkit-box-direction: normal;
		webkit-box-orient: vertical;
		webkit-flex-direction: column;
	}
	.page-not-found
	{
		min-height: 400px;
		text-align: center;
	}
	.technology-index.services-page .technology-flex .l-section .technology-list .technology-list__item
	{
		width: 48%;
	}
	.technology-index.services-page
	{
		margin-bottom: 40px;
	}
	.tabs-wrap .tabs-content .slid-wrap
	{
		max-width: 350px;
	}
}
@media (max-width:425px)
{
	.tabs-wrap .tabs-content .slid-wrap
	{
		max-width: 380px;
	}
}
@media (max-width:375px)
{
	.tabs-wrap .tabs-content .slid-wrap
	{
		max-width: 340px;
	}
}
@media (max-width:320px)
{
	.tabs-wrap .tabs-content .slid-wrap
	{
		max-width: 280px;
	}
}
@media (min-width:580px) and (max-width:900px)
{
	.services-index .services-list__item
	{
		/*width: 29%;*/
	}
}
header.header .top-nav .top-list__item .sub-menu li a
{
	padding-right: 24px;
}
header.header .botton-nav .menu-item .sub-menu,
header.header .top-nav .menu-item .sub-menu, header.header .top-nav .top-list__item .sub-menu
{
	max-width: inherit;
}
header.header .botton-nav .menu-item .sub-menu
{
	align-items: flex-start;
	right: 0;
}
header.header .botton-nav .menu-item-has-children.menu-item-81 .sub-menu
{
	min-width: 270px;
}
header.header .botton-nav .menu-item-has-children.menu-item-2920 .sub-menu
{
	min-width: 270px;
}
header.header .botton-nav .menu-item-has-children.menu-item-80 .sub-menu
{
	min-width: 220px;
}
header.header .botton-nav .menu-item-has-children.menu-item-2912 .sub-menu
{
	min-width: 245px;
}
header.header .top-nav.fixed .dropdown-menu .menu-item .sub-menu,
header.header .botton-nav .dropdown-menu .menu-item .sub-menu
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
header.header .top-nav.fixed .dropdown-menu .menu-item .sub-menu,
header.header .botton-nav .dropdown-menu .menu-item .sub-menu{
	display: block;
	columns: 5;
}
header.header .top-nav.fixed .dropdown-menu .menu-item .sub-menu li,
header.header .botton-nav .dropdown-menu .menu-item .sub-menu li
{
	max-width: 235px;
	width: 235px;
}
header.header .top-nav.fixed .dropdown-menu .menu-item .sub-menu,
header.header .botton-nav .dropdown-menu .menu-item .sub-menu
{
	justify-content: flex-start;
	max-height: 500px;
	width: 1270px;
}
header.header .top-nav.fixed .dropdown-menu .menu-item .sub-menu li a,
header.header .botton-nav .dropdown-menu .menu-item .sub-menu li a
{
	white-space: break-spaces;
}
.tabs-wrap .tabs-content .tabs__item.tabs__item-full
{
	flex-direction: column;
}
.step-two.order-form .textFieldInput
{
	margin-right: 0;
	width: 100%;
}
header.header .botton-nav .menu-item-has-children.menu-item-78 .sub-menu
{
	min-width: 335px;
}
header.header .top-nav .top-list__item .dropdown-menu .sub-menu li a{
	    padding-bottom: 6px;
	    padding-top: 6px;
}
@media (max-width: 1700px){
	header.header .top-nav .top-list__item .dropdown-menu .sub-menu{
		left: -285%;
	}
}
.wpcf7-not-valid{border:1px solid red!important}.wpcf7-not-valid-tip,.wpcf7-validation-errors{display:none!important}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border:none!important}.wpcf7 form.sent .wpcf7-response-output{border:none!important}.textFieldInput input[type=tel]{color:#969696;font-size:16px;padding:16px 30px;width:100%;border:0}.checkboxFieldInput .wpcf7-list-item-label:before{position:absolute;top:-2px;left:-29px;width:18px;height:18px;margin-right:10px;border:1px solid #ddd;background:#fff;-webkit-border-radius:0;border-radius:0}.checkboxFieldInput input:checked~.wpcf7-list-item-label:after{display:block}.checkboxFieldInput .wpcf7-list-item-label:after{content:"";position:absolute;top:-2px;left:-29px;width:18px;height:18px;display:none;-webkit-border-radius:0;border-radius:0;background:url(//urb.com.ua/wp-content/themes/urb/img/ok-white.svg) 3px 4px no-repeat #004f9f}span.wpcf7-list-item{margin-left:0!important}.custom-file-upload .wpcf7-not-valid-tip{display:block!important}form p{margin-top:0;margin-bottom:0}.hidden{display:none}.bold-menu a{cursor:not-allowed;font-weight:700;color:red}.tablepress tr{border:1px solid #ddd}.tablepress td{border:1px solid #ddd !important}.tablepress tfoot th,.tablepress thead th{background:#dcdfed !important;font-weight:600!important;vertical-align:middle;color:#000 !important}.tablepress thead th{text-align:center !important}.tablepress td{text-align:center !important}.tablepress thead th:first-child{text-align:left !important}.tablepress td:first-child{text-align:left !important}thead td{background:#dcdfed !important;font-weight:600!important;vertical-align:middle;color:#000 !important;text-align:center !important}td{text-align:center !important}thead th:first-child{text-align:left !important;padding-left:15px}td:first-child{text-align:left !important;padding-left:15px}.alignleft{float:left;padding:15px 15px 15px 0;position:inherit}.alignright{float:right;padding:15px 0 15px 15px;position:inherit}li.menu-bold a{font-size:16px !important;font-weight:700;color:#004f9f !important;border-top:1px solid #dcdcdc;padding-bottom:12px !important;pointer-events:none;cursor:default;text-decoration:none}li.menu-bold:hover a{font-size:16px !important;pointer-events:none;cursor:default;text-decoration:none !important}.aligncenter{clear:both;float:none;margin:0 auto;display:block;width:auto;height:auto;max-width:100%}@media (max-width:1000px){.modal .calculate-wrap{padding:0 !important}}body{zoom:.9}
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.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}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important;margin-bottom:1.75em}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.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}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-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-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.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 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (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 .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:#fff;width:100%;z-index:1}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.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),.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){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 .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.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,.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,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 .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}.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-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.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{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;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-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.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:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image img,.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-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-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.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:3.25em}.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:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts{box-sizing:border-box}.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;padding-left:0}.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 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{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{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.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{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{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;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*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%);width:100%}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word;word-break:normal}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}.wp-block-post-excerpt{margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:1.5em;min-width:1.5em;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.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-patreon{background-color:#ff424d;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:#ff4500;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{stroke:#000;background-color:#fefc00;color:#fff}.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-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;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-whatsapp{background-color:#25d366;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}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.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-patreon{color:#ff424d}.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:#ff4500}.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{stroke:#000;color:#fff}.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-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.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-whatsapp{color:#25d366}.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{color:#d32422}.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:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.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{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.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-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;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%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.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}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
body{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size);margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size)}body .is-layout-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}.wp-block-navigation a:where(:not(.wp-element-button)){color:inherit}:where(.wp-block-columns.is-layout-flex){gap:2em}.wp-block-pullquote{font-size:1.5em;line-height:1.6}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.lwpcngNotice{position:fixed;z-index:999999;padding:12px 24px;font:16px/20px "Trebuchet MS","Helvetica CY",sans-serif;box-shadow:0 0 8px rgba(0,0,0,.1);border:0 solid}.lwpcngNotice A{text-decoration:underline}.lwpcngNotice A:hover{text-decoration:none}.lwpcngNotice-float{border:1px solid;border-radius:4px}.lwpcngNotice_message{display:inline;margin-right:8px}.lwpcngNotice_accept,.lwpcngNotice_reject{margin:8px 8px;display:inline-block;vertical-align:middle;padding:6px 12px;border:1px solid;white-space:nowrap;cursor:pointer}.lwpcngNotice_accept{font-weight:700}.lwpcngNotice_more{margin:0 6px;display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;font-size:14px}.lwpcngNoticeBar{text-align:center}.lwpcngNoticeBar.lwpcngNotice-sticked{left:0;right:0}.lwpcngNoticeBar-top.lwpcngNotice-sticked{top:0;border-bottom-width:1px}.lwpcngNoticeBar-bottom.lwpcngNotice-sticked{bottom:0;border-top-width:1px}.lwpcngNoticeBar .lwpcngNotice_buttons{display:inline}.lwpcngNoticeBox{max-width:40%}@media screen and (max-width:980px){.lwpcngNoticeBox{max-width:75%}}@media screen and (max-width:600px){.lwpcngNoticeBox{max-width:none;left:0!important;right:0!important;border-radius:0!important;border-width:0}.lwpcngNoticeBox-topLeft,.lwpcngNoticeBox-topRight{top:0!important;border-bottom-width:1px}.lwpcngNoticeBox-bottomLeft,.lwpcngNoticeBox-bottomRight{bottom:0!important;border-top-width:1px}}.lwpcngNoticeBox-bottomLeft.lwpcngNotice-sticked{left:0;bottom:0;border-right-width:1px;border-top-width:1px;border-radius:0 4px 0 0}.lwpcngNoticeBox-bottomRight.lwpcngNotice-sticked{right:0;bottom:0;border-left-width:1px;border-top-width:1px;border-radius:4px 0 0 0}.lwpcngNoticeBox-topLeft.lwpcngNotice-sticked{left:0;top:0;border-right-width:1px;border-bottom-width:1px;border-radius:0 0 4px 0}.lwpcngNoticeBox-topRight.lwpcngNotice-sticked{right:0;top:0;border-left-width:1px;border-bottom-width:1px;border-radius:0 0 0 4px}.lwpcngNoticeBox .lwpcngNotice_buttons{margin-top:6px}.lwpcngNotice-light{background:#fff;background:rgba(255,255,255,.97);color:#000;border-color:#ddd}.lwpcngNotice-light A,.lwpcngNotice-light A:hover,.lwpcngNotice-light A:visited{color:#aaa}.lwpcngNotice-light .lwpcngNotice_accept{border-color:#ddd;background:#fff;color:#00a65a}.lwpcngNotice-light .lwpcngNotice_accept:hover{border-color:#82ccaa;background:#f4fff3}.lwpcngNotice-light .lwpcngNotice_reject{border-color:#ddd;background:#fff;color:#888}.lwpcngNotice-light .lwpcngNotice_reject:hover{border-color:#bbb;background:#f8f8f8;color:#000}.lwpcngNotice-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#fff;border-color:#2b2b2b}.lwpcngNotice-dark A,.lwpcngNotice-dark A:hover,.lwpcngNotice-dark A:visited{color:#aaa}.lwpcngNotice-dark .lwpcngNotice_accept{border-color:#555;color:#00a65a}.lwpcngNotice-dark .lwpcngNotice_accept:hover{background:#2b2b2b}.lwpcngNotice-dark .lwpcngNotice_reject{border-color:#555;color:#888}.lwpcngNotice-dark .lwpcngNotice_reject:hover{background:#2b2b2b;color:#aaa}.lwpcngShowAgain{position:fixed;z-index:999999;padding:6px 16px;border:0 solid;border-top-width:1px;font:14px/18px "Trebuchet MS","Helvetica CY",sans-serif;cursor:pointer}.lwpcngShowAgain-bottomSticked{bottom:0}.lwpcngShowAgain-bottomFloat{border-bottom-width:1px}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomRight{right:0}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomLeft{left:0}.lwpcngShowAgain-bottomRight{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-light{background:#fff;background:rgba(255,255,255,.97);border-color:#ddd;color:#000}.lwpcngShowAgain-light:hover{background:#f6f6f6;color:#000}.lwpcngShowAgain-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#bbb;border-color:#2b2b2b}.lwpcngShowAgain-dark:hover{background:#2b2b2b;color:#ddd}.lwpcngHide{display:none}
@font-face{font-display:block;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//urb.com.ua/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:0 0;border:none;box-sizing:initial;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.ctf7-total,.cf7-calculated-name{text-align:right !important}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.ctf7-total,.cf7-calculated-name{text-align:right !important}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.ctf7-total,.cf7-calculated-name{text-align:right !important}
.cf7-hide{display:none !important}.cf7-calculated-name{width:100%;display:inline-block}
.ctf7-total,.cf7-calculated-name{text-align:right !important}