
.wd-bg-position-top {
	background-position: center top;
	object-position: center top;
}

.wd-bg-position-bottom {
	background-position: center bottom;
	object-position: center bottom;
}

.wd-bg-position-left {
	background-position: left center;
	object-position: left center;
}

.wd-bg-position-right {
	background-position: right center;
	object-position: right center;
}

.wd-bg-position-center {
	background-position: center;
	object-position: center;
}

body .wd-bg-left-top {
	background-position: left top !important;
}

body .wd-bg-left-center {
	background-position: left center !important;
}

body .wd-bg-left-bottom {
	background-position: left bottom !important;
}

body .wd-bg-right-top {
	background-position: right top !important;
}

body .wd-bg-right-center {
	background-position: right center !important;
}

body .wd-bg-right-bottom {
	background-position: right bottom !important;
}

body .wd-bg-center-top {
	background-position: center top !important;
}

body .wd-bg-center-center {
	background-position: center center !important;
}

body .wd-bg-center-bottom {
	background-position: center bottom !important;
}

body [class*="wd-bg-"]>.vc_column-inner {
	background-position: inherit !important;
}

.position-relative {
	position: relative;
}

.z-index-10 {
	z-index: 10;
}

.z-index-h {
	z-index: 35;
}

.z-index-100 {
	z-index: 100;
}

.z-index-1000 {
	z-index: 1000;
}

.parallax-bg {
	background-attachment: fixed !important;
}

.opacity-video-bg .vc_video-bg {
	opacity: .6;
}

.title-uppercase {
	text-transform: uppercase;
}

.add-border {
	border-bottom: 1px solid;
}

.border-width-1 {
	border-width: 1px;
}

.border-width-2 {
	border-width: 2px;
}

.border-width-3 {
	border-width: 3px;
}

.border-width-4 {
	border-width: 4px;
}

.border-color-primary {
	border-color: var(--wd-primary-color);
}

.border-color-alternative {
	border-color: var(--wd-alternative-color);
}

.box-shadow-style-1 {
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.box-shadow-style-2 {
	box-shadow: 0 10px 20px -9px rgba(0, 0, 0, .5);
}

.box-shadow-style-3 {
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.wd-width-10 {
	max-width: 10%;
}

.wd-width-20 {
	max-width: 20%;
}

.wd-width-30 {
	max-width: 30%;
}

.wd-width-40 {
	max-width: 40%;
}

.wd-width-50 {
	max-width: 50%;
}

.wd-width-60 {
	max-width: 60%;
}

.wd-width-70 {
	max-width: 70%;
}

.wd-width-80 {
	max-width: 80%;
}

.wd-width-90 {
	max-width: 90%;
}

.wd-width-custom {
	max-width: var(--wd-max-width);
}

.wd-wpb {
	margin-bottom: 30px;
}

@keyframes wd-SlideFromTop {
	from {
		transform: translateY(-150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-SlideFromBottom {
	from {
		transform: translateY(150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-SlideFromLeft {
	from {
		transform: translateX(-150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-SlideFromRight {
	from {
		transform: translateX(150px);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-RightFlipY {
	from {
		transform: translateX(100px) rotate3d(0, 1, 0, 90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
	}
}

@keyframes wd-LeftFlipY {
	from {
		transform: translateX(-100px) rotate3d(0, 1, 0, -90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0px) rotate3d(0, 1, 0, 0deg) scale(1);
	}
}

@keyframes wd-TopFlipX {
	from {
		transform: translateY(-100px) rotate3d(1, 0, 0, 90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
	}
}

@keyframes wd-BottomFlipX {
	from {
		transform: translateY(100px) rotate3d(1, 0, 0, 90deg) scale(.6);
	}
	
	to {
		transform: perspective(1000px) translateY(0) rotate3d(1, 0, 0, 0deg) scale(1);
	}
}

@keyframes wd-ZoomIn {
	from {
		transform: scale(.7);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-RotateZ {
	from {
		transform: matrix3d(.70592, .02465, .37557, -.00062, -.06052, .79532, .06156, -.0001, -.46435, -.10342, .87958, -.00146, -21.42566, 4.13698, 4.81749, .99197085);
	}
	
	to {
		transform: none;
	}
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
	line-height: 1.2;
	position: relative;
	position: relative;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	transition: width .4s cubic-bezier(.175, .885, .32, 1.15);
	background-color: var(--wd-primary-color);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after {
	width: 100%;
}

.wd-row-gradient-enable {
	position: relative;
}

.wd-parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}

.attachment_fixed-yes {
	background-attachment: fixed;
}

.vc_row.wd-disable-overflow, .vc_section.wd-disable-overflow {
	overflow: visible !important;
}

.inline-element {
	display: inline-block;
	vertical-align: middle;
}

.inline-element:not(:last-child) {
	margin-right: 15px;
}

.text-left .inline-element {
	margin-left: 0;
}

.text-left .inline-element:not(:last-child) {
	margin-right: 15px;
}

.text-right .inline-element {
	margin-right: 0;
}

.text-right .inline-element:not(:first-child) {
	margin-left: 15px;
}

.text-center .inline-element {
	margin-right: 7px;
	margin-left: 7px;
}

.vc_row-full-width {
	float: left;
	width: 100%;
}

.compose-mode .vc_column-inner .vc_controls>.vc_controls-out-tl {
	right: -1px;
	left: auto;
	z-index: 2000;
}

.vc_row[data-vc-full-width].wpb_animate_when_almost_visible {
	transition: none !important;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	z-index: auto;
}

.vc_row-no-padding .vc_row-fluid {
	margin-right: 0;
	margin-left: 0;
}

.wpb_widgetised_column>.wpb_wrapper>*:last-child {
	margin-bottom: 0;
}

.widgetarea-head .wpb_widgetised_column {
	margin-bottom: 0;
}

.wpb_animate_when_almost_visible[class*="color-scheme-hover"] {
	transition: all .25s ease;
}

.wd-slide-from-bottom, .wd-slide-from-top, .wd-slide-from-left, .wd-slide-from-right, .wd-left-flip-y, .wd-right-flip-y, .wd-top-flip-x, .wd-bottom-flip-x, .wd-zoom-in, .wd-rotate-z {
	transition: opacity .7s cubic-bezier(0, .87, .58, 1);
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
}

.wd-slide-from-bottom.animated, .wd-slide-from-top.animated, .wd-slide-from-left.animated, .wd-slide-from-right.animated, .wd-left-flip-y.animated, .wd-right-flip-y.animated, .wd-top-flip-x.animated, .wd-bottom-flip-x.animated, .wd-zoom-in.animated, .wd-rotate-z.animated {
	animation-duration: .7s;
	animation-timing-function: cubic-bezier(0, .87, .58, 1);
}

.wd-slide-from-top {
	animation-name: wd-SlideFromTop;
}

.wd-slide-from-bottom {
	animation-name: wd-SlideFromBottom;
}

.wd-slide-from-left {
	animation-name: wd-SlideFromLeft;
}

.wd-slide-from-right {
	animation-name: wd-SlideFromRight;
}

.wd-right-flip-y {
	animation-name: wd-RightFlipY;
}

.wd-left-flip-y {
	animation-name: wd-LeftFlipY;
}

.wd-top-flip-x {
	animation-name: wd-TopFlipX;
}

.wd-bottom-flip-x {
	animation-name: wd-BottomFlipX;
}

.wd-zoom-in {
	animation-name: wd-ZoomIn;
}

.wd-rotate-z {
	animation-name: wd-RotateZ;
	will-change: animation;
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(2) {
	transition-delay: .1s;
	animation-delay: .1s;
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(3) {
	transition-delay: .2s;
	animation-delay: .2s;
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(4) {
	transition-delay: .3s;
	animation-delay: .3s;
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(5) {
	transition-delay: .4s;
	animation-delay: .4s;
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(6) {
	transition-delay: .5s;
	animation-delay: .5s;
}

.wpb_wrapper>.wpb_animate_when_almost_visible:nth-child(7) {
	transition-delay: .6s;
	animation-delay: .6s;
}

.vc_progress_bar .vc_single_bar {
	border-radius: 0;
	box-shadow: none;
}

.vc_progress_bar .vc_single_bar .vc_label {
	padding: .6em 1.2em;
	text-transform: uppercase;
	text-shadow: none !important;
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 12px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 0;
	transition: width .8s ease;
}

.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"], .wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"] img {
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title {
	font-family: var(--wd-text-font);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
	border-top: 2px solid rgba(119, 119, 119, .17);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
	border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
	background-color: transparent;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title>a {
	padding-right: 0;
	padding-left: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
	padding-right: 25px;
	padding-left: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left>a {
	padding-right: 5px;
	padding-left: 25px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover>a {
	color: #333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
	position: relative;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
	color: #333;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	color: inherit;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
	line-height: 1.4;
	opacity: .7;
	transition: all .25s ease;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover {
	border: none;
	background-color: transparent;
	opacity: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
	border: none;
	background-color: transparent;
	opacity: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
	overflow: hidden;
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
	position: relative;
	z-index: 2;
	visibility: visible;
	opacity: 1;
	-webkit-transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s;
	transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	display: block !important;
	visibility: hidden;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	height: auto !important;
	opacity: 0;
	-webkit-transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
	transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.wpb-js-composer.global-color-scheme-light .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
	border-color: rgba(255, 255, 255, .15);
}

[class*="color-scheme-light"] .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
	color: #fff;
}

.wpb_video_wrapper {
	position: relative;
	overflow: hidden;
}

.wpb_video_wrapper .wd-video-poster-wrapper, .wpb_video_wrapper .wd-video-poster-wrapper:after, .wpb_video_wrapper .wd-video-poster {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
}

.wpb_video_wrapper .wd-video-poster-wrapper {
	position: absolute !important;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wpb_video_wrapper .wd-video-poster-wrapper:after {
	content: "";
	z-index: 2;
	background-color: rgba(0, 0, 0, .15);
	transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .wd-video-poster-wrapper.hidden-poster {
	visibility: hidden;
	opacity: 0;
}

.wpb_video_wrapper .wd-video-poster {
	margin: -1px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .button-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -50px;
	margin-left: -50px;
	padding-left: 5px;
	width: 100px;
	height: 100px;
	border: 4px solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 95px;
	transition: border-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .button-play:after {
	display: inline-block;
	font-size: 32px;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
	content: "";
	font-family: "woodmart-font";
}

.wpb_video_wrapper:hover .wd-video-poster-wrapper:after {
	background-color: rgba(0, 0, 0, .3);
}

.wpb_video_wrapper:hover .button-play {
	border-color: rgba(255, 255, 255, .6);
}

.wpb_video_wrapper:hover .button-play:after {
	transform: scale(.8);
}

.wpb_video_wrapper:hover .wd-video-poster {
	transform: scale(1.09);
}

@media (min-width: 1025px) {
	[data-vc-full-width] {
		position: relative;
		box-sizing: border-box;
		width: 100vw;
		left: calc(50% - 50vw + 15px);
	}
	
	.vc_section[data-vc-full-width]>.vc_row[data-vc-full-width] {
		left: calc(50% - 50vw);
	}
	
	.platform-Windows [data-vc-full-width] {
		width: calc(100vw - 17px);
		left: calc(50% - 50vw + 8.5px + 15px);
	}
	
	.platform-Windows .vc_section[data-vc-full-width]>.vc_row[data-vc-full-width] {
		left: calc(50% - 50vw + 8.5px);
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
	
	.visible-lg {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	.wd-width-10 {
		max-width: 30%;
	}
	
	.wd-width-20 {
		max-width: 40%;
	}
	
	.wd-width-30 {
		max-width: 50%;
	}
	
	.wd-width-40 {
		max-width: 60%;
	}
	
	.wd-width-50 {
		max-width: 70%;
	}
	
	.wd-width-60 {
		max-width: 80%;
	}
	
	.wd-width-70 {
		max-width: 90%;
	}
	
	body .tablet-bg-img-hidden, .wpb_column.tablet-bg-img-hidden>div {
		background-image: none !important;
	}
	
	body .tablet-bg-img-hidden.nitro-lazy, .wpb_column.tablet-bg-img-hidden>div.nitro-lazy {
		background-image: none !important;
	}
	
	.wd-parallax {
		background-attachment: scroll !important;
	}
	
	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after {
		content: "";
	}
}

@media (max-width: 768px) {
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
		display: block;
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-heading {
		display: none;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
		overflow: hidden;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-container:after, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-container:after {
		content: "";
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
		overflow-y: auto;
		white-space: nowrap;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tabs-list::-webkit-scrollbar, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-bottom .vc_tta-tabs-list::-webkit-scrollbar {
		display: none;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right {
		display: block;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tab {
		display: inline-block;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-left.vc_tta-o-no-fill .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs-position-right.vc_tta-o-no-fill .vc_tta-panel-body {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 767px) {
	body .mobile-bg-img-hidden, .wpb_column.mobile-bg-img-hidden>div {
		background-image: none !important;
	}
	
	body .reset-element-margin, .reset-margin>.vc_column-inner, .reset-margin-mobile>.vc_column-inner {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.hidden-xs {
		display: none !important;
	}
	
	.visible-xs {
		display: block !important;
	}
	
	.row-reverse-mobile:not(.vc_row-flex) {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(1) {
		order: 12;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(2) {
		order: 11;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(3) {
		order: 10;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(4) {
		order: 9;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(5) {
		order: 8;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(6) {
		order: 7;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(7) {
		order: 6;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(8) {
		order: 5;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(9) {
		order: 4;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(10) {
		order: 3;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(11) {
		order: 2;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(12) {
		order: 1;
	}
	
	body .mobile-bg-img-hidden.nitro-lazy, .wpb_column.mobile-bg-img-hidden>div.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 575px) {
	[class*="wd-width-"]:not(.wd-width-custom) {
		max-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
	
	.visible-md {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.reset-margin-tablet>.vc_column-inner {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	
	.visible-sm {
		display: block !important;
	}
	
	.row-reverse-tablet:not(.vc_row-flex) {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(1) {
		order: 12;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(2) {
		order: 11;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(3) {
		order: 10;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(4) {
		order: 9;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(5) {
		order: 8;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(6) {
		order: 7;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(7) {
		order: 6;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(8) {
		order: 5;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(9) {
		order: 4;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(10) {
		order: 3;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(11) {
		order: 2;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(12) {
		order: 1;
	}
}
