@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/dist/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:0px) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

p.term-red {
	color: red
}

.price.black-price {
	color: #000!important
}

.single-product span.woocommerce-Price-amount.amount {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: .72px;
	font-family: Gotham
}

h1.product_title.entry-title {
	line-height: 1.1em
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:0px) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

body,
html {
	background: #fff
}

body {
	font-family: Gotham, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	max-width: 100%;
	margin: auto
}

body.scroll-lock,
html.scroll-lock {
	overflow: hidden!important
}

.va-top {
	vertical-align: top
}

.va-bottom {
	vertical-align: bottom
}

.va-middle {
	vertical-align: middle
}

.ta-left {
	text-align: left
}

.ta-center {
	text-align: center
}

.ta-right {
	text-align: right
}

.tb-wr {
	display: table
}

.tb-r-wr {
	display: table-row
}

.tb-c-wr {
	display: table-cell
}

a {
	text-decoration: none;
	outline: 0
}

a:hover {
	text-decoration: underline
}

ul {
	list-style-type: disc;
	list-style-position: inside
}

ol,
ul {
	text-align: left;
	padding-left: 15px
}

ol {
	list-style: decimal;
	list-style-position: inside
}

.container-block {
	max-width: 1920px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 140px
}

@media (max-width:1640px) {
	.container-block {
		padding: 30px 5%
	}
}

@media (max-width:1440px) {
	.container-block {
		padding: 20px 5%
	}
}

.content-block {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto
}

.mobile-only {
	display: none
}

[data-ux=scroll-to-anchor] {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (max-width:1200px) {
	.desktop-only {
		display: none!important
	}
	.mobile-only {
		display: block
	}
	.mobile-only.iblock {
		display: inline-block
	}
}

.grecaptcha-badge {
	z-index: 99
}

.btn-ico {
	display: inline-block;
	vertical-align: middle;
	background: #096649;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-transition: .45s ease;
	transition: .45s ease
}

@media (max-width:1640px) {
	.btn-ico {
		width: 36px;
		height: 36px
	}
}

@media (max-width:1440px) {
	.btn-ico {
		width: 34px;
		height: 34px
	}
}

@media (max-width:600px) {
	.btn-ico {
		width: 32px;
		height: 32px
	}
}

.btn-ico i {
	font-size: 24px;
	color: #cee73c;
	line-height: 40px;
	position: relative;
	left: -1px
}

@media (max-width:1640px) {
	.btn-ico i {
		line-height: 36px;
		font-size: 20px
	}
}

@media (max-width:1440px) {
	.btn-ico i {
		line-height: 34px;
		font-size: 18px
	}
}

@media (max-width:600px) {
	.btn-ico i {
		line-height: 32px;
		font-size: 16px
	}
}

.btn-ico:hover {
	background: #1a946e
}

.cta-btn {
	position: relative;
	display: inline-block;
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: -1px;
	padding: 12px 62px;
	background-color: #bfbbab;
	background-clip: padding-box;
	border: 5px solid transparent;
	border-top-left-radius: 26px;
	border-bottom-right-radius: 26px;
	-webkit-transition: .45s ease;
	transition: .45s ease
}

.cta-btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: -webkit-gradient(linear, left top, right top, from(#89847b), color-stop(#9d988c), color-stop(#f8f8f6), color-stop(#9d988c), to(#89847b));
	background: linear-gradient(90deg, #89847b, #9d988c, #f8f8f6, #9d988c, #89847b)
}

@media (max-width:1440px) {
	.cta-btn {
		font-size: 22px;
		padding: 10px 56px;
		border-top-left-radius: 24px;
		border-bottom-right-radius: 24px
	}
}

@media (max-width:1200px) {
	.cta-btn {
		font-size: 18px;
		padding: 9px 43px;
		border-top-left-radius: 17px;
		border-bottom-right-radius: 17px
	}
}

@media (max-width:600px) {
	.cta-btn {
		font-size: 18px;
		padding: 9px 43px;
		border: 3px solid transparent;
		border-top-left-radius: 16px;
		border-bottom-right-radius: 16px
	}
	.cta-btn:before {
		margin: -3px
	}
}

@media (max-width:600px) {
	.cta-btn {
		font-size: 14px;
		padding: 5px 43px 4px;
		border: 2px solid transparent;
		border-top-left-radius: 14px;
		border-bottom-right-radius: 14px
	}
	.cta-btn:before {
		margin: -2px
	}
}

.cta-btn:hover {
	text-decoration: none;
	background-color: #cee73c;
	color: #005031
}

input,
select,
textarea {
	outline: 0;
	box-sizing: border-box
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	outline: 0
}

label {
	font-family: Gotham, Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25em;
	color: #005031;
	letter-spacing: -1px
}

@media (max-width:1640px) {
	label {
		font-size: 28px
	}
}

@media (max-width:1440px) {
	label {
		font-size: 24px
	}
}

@media (max-width:600px) {
	label {
		font-size: 20px
	}
}

input,
select,
textarea {
	display: block;
	width: 100%;
	border: 2px solid #c1bbac;
	padding: 5px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1em;
	color: #005031;
	letter-spacing: -1px
}

@media (max-width:1640px) {
	input,
	select,
	textarea {
		font-size: 28px
	}
}

@media (max-width:1440px) {
	input,
	select,
	textarea {
		font-size: 24px
	}
}

@media (max-width:1200px) {
	input,
	select,
	textarea {
		border: 1px solid #c1bbac
	}
}

@media (max-width:600px) {
	input,
	select,
	textarea {
		font-size: 20px
	}
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 2px solid #e21010
}

@media (max-width:1200px) {
	input.wpcf7-not-valid,
	select.wpcf7-not-valid,
	textarea.wpcf7-not-valid {
		border: 1px solid #e21010
	}
}

.control-cell .wpcf7-not-valid-tip {
	font-family: Gotham, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	color: #e21010;
	padding: 5px
}

@media (max-width:1640px) {
	.control-cell .wpcf7-not-valid-tip {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	.control-cell .wpcf7-not-valid-tip {
		font-size: 16px
	}
}

@media (max-width:600px) {
	.control-cell .wpcf7-not-valid-tip {
		font-size: 14px
	}
}

.wpcf7-response-output,
div.wpcf7-response-output {
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.25em;
	color: #e21010;
	letter-spacing: -1px;
	padding: 20px;
	background: #005031;
	color: #fff;
	border: none;
	margin: 20px auto
}

.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-response-output.wpcf7-validation-errors {
	background: #e21010
}

@media (max-width:1640px) {
	.wpcf7-response-output,
	div.wpcf7-response-output {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.wpcf7-response-output,
	div.wpcf7-response-output {
		font-size: 19px
	}
}

@media (max-width:600px) {
	.wpcf7-response-output,
	div.wpcf7-response-output {
		font-size: 16px
	}
}

div.wpcf7 .ajax-loader {
	margin: 5px 0 5px 4px
}

#page-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: 0 0;
}

#page-header .container-block {
	-webkit-transition: .35s;
	transition: .35s;
	padding: 28px 140px 27px
}

@media (max-width:1640px) {
	#page-header .container-block {
		padding: 20px 5%
	}
}

@media (max-width:1440px) {
	#page-header .container-block {
		padding: 20px 5%
	}
}

@media (max-height:400px) {
	#page-header .container-block {
		padding: 10px 5%
	}
}

#page-header.ht-solid-color .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
#page-header.ht-solid-color .uhc-table .nav-cell nav#main-navigation>a {
	color: #005031
}

#page-header.ht-solid-color #hamburger-menu .hm-bar {
	background: #005031
}

#page-header.ht-solid-color .uhc-table .logo-cell a img {
	display: none
}

#page-header.ht-solid-color .uhc-table .logo-cell a img.alt-logo {
	display: block
}

#page-header .ph-search-bar {
	background: #cee73c
}

#page-header .ph-search-bar .content-block {
	padding: 8px 5%;
	text-align: center
}

#page-header .ph-search-bar .phsb-cell {
	padding-right: 89px
}

#page-header .ph-search-bar .phsb-cell,
#page-header .ph-search-bar .phsb-cell a,
#page-header .ph-search-bar .phsb-cell span {
	display: inline-block;
	vertical-align: middle
}

#page-header .ph-search-bar .phsb-cell span {
	font-family: Gotham, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	color: #005031;
	letter-spacing: -1px;
	padding-right: 6px
}

#page-header .ph-search-bar .phsb-cell.search-cell .search-wrap {
	position: relative;
	display: inline-block;
	width: 130px
}

#page-header .ph-search-bar .phsb-cell.search-cell .search-wrap input {
	display: inline-block;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2.4px;
	text-align: left;
	letter-spacing: -1px;
	padding: 5px 25px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	color: #005031
}

#page-header .ph-search-bar .phsb-cell.search-cell .search-wrap .search-ico {
	position: absolute;
	height: 12px;
	top: 7px;
	left: 5px
}

#page-header .ph-search-bar .phsb-cell.social-cell a.btn-ico {
	width: 28px;
	height: 28px
}

#page-header .ph-search-bar .phsb-cell.social-cell a.btn-ico i {
	line-height: 28px;
	font-size: 18px;
	position: relative;
	left: 0
}

#page-header .ph-search-bar .phsb-cell.cc-cell a {
	display: inline-block;
	height: 28px
}

#page-header .ph-search-bar .phsb-cell.cc-cell a img {
	height: 100%;
	width: auto
}

#page-header .uh-preload {
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
	opacity: 0;
	z-index: -1
}

#page-header .uh-preload img {
	display: block;
	width: 100%
}

#page-header .uhc-table {
	width: 100%
}

#page-header .uhc-table .logo-cell {
	position: relative;
	z-index: 2
}

@media (max-width:600px) {
	#page-header .uhc-table .logo-cell {
		text-align: center;
		width: 100%
	}
}

#page-header .uhc-table .logo-cell a {
	display: inline-block;
	width: auto;
	max-width: 172px;
	position: relative;
	left: 16px
}

#page-header .uhc-table .logo-cell a img {
	display: block;
	width: 100%;
	-webkit-transition: .45s;
	transition: .45s
}

#page-header .uhc-table .logo-cell a img.alt-logo {
	display: none
}

@media (max-width:1640px) {
	#page-header .uhc-table .logo-cell a img {
		width: 160px
	}
}

@media (max-width:1440px) {
	#page-header .uhc-table .logo-cell a img {
		width: 150px
	}
}

@media (max-width:414px) {
	#page-header .uhc-table .logo-cell a img {
		width: 170px
	}
}

@media (max-height:420px) {
	#page-header .uhc-table .logo-cell a img {
		width: 95px
	}
}

#page-header .uhc-table .nav-cell {
	text-align: right;
	position: relative;
	z-index: 1
}

@media (max-width:600px) {
	#page-header .uhc-table .nav-cell {
		text-align: center;
		width: 33px
	}
}

#page-header .uhc-table .nav-cell nav#main-navigation {
	cursor: default;
	position: relative
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
#page-header .uhc-table .nav-cell nav#main-navigation>a {
	position: relative;
	display: inline-block;
	padding: 7px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a span,
#page-header .uhc-table .nav-cell nav#main-navigation>a span {
	-webkit-transition: .45s ease;
	transition: .45s ease;
	color: #fff
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a:after,
#page-header .uhc-table .nav-cell nav#main-navigation>a:after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 2px;
	height: 4px;
	width: 0;
	background: #cee73c;
	opacity: 0;
	-webkit-transition: .45s ease;
	transition: .45s ease
}

@media (max-width:1440px) {
	#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a:after,
	#page-header .uhc-table .nav-cell nav#main-navigation>a:after {
		height: 3px
	}
}

@media (max-width:1640px) {
	#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
	#page-header .uhc-table .nav-cell nav#main-navigation>a {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
	#page-header .uhc-table .nav-cell nav#main-navigation>a {
		font-size: 16px
	}
}

#page-header .uhc-table .nav-cell nav#main-navigation>a:not(:first-child) {
	margin-left: 100px
}

@media (max-width:1800px) {
	#page-header .uhc-table .nav-cell nav#main-navigation>a:not(:first-child) {
		margin-left: 5%
	}
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu {
	display: inline-block
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:not(:first-child) {
	margin-left: 100px
}

@media (max-width:1800px) {
	#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:not(:first-child) {
		margin-left: 5%
	}
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav {
	position: absolute;
	top: 102%;
	top: 100%;
	padding-top: 8px;
	padding-left: 0;
	text-align: center;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: .5s ease;
	transition: .5s ease
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav a {
	display: block
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li {
	list-style-type: none;
	border-bottom: 2px solid #efefef;
	opacity: 0
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li a {
	background: #d7d3c9;
	padding: 6px 32px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	color: #005031;
	-webkit-transition: .35s;
	transition: .35s
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: #005031
}

@media (max-width:1640px) {
	#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li a {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li a {
		font-size: 16px
	}
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li.hover-state-default {
	border-bottom: 2px solid transparent
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu .sub-nav li.hover-state-default a {
	text-decoration: none;
	color: #fff;
	background: #005031
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:hover .sub-nav {
	opacity: 1;
	z-index: 1;
	pointer-events: all
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:hover .sub-nav li {
	opacity: 1
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu.nav-active,
#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu.nav-active>a,
#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:hover,
#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:hover>a,
#page-header .uhc-table .nav-cell nav#main-navigation>a.nav-active,
#page-header .uhc-table .nav-cell nav#main-navigation>a.nav-active>a,
#page-header .uhc-table .nav-cell nav#main-navigation>a:hover,
#page-header .uhc-table .nav-cell nav#main-navigation>a:hover>a {
	text-decoration: none
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu.nav-active:after,
#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu.nav-active>a:after,
#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:hover:after,
#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu:hover>a:after,
#page-header .uhc-table .nav-cell nav#main-navigation>a.nav-active:after,
#page-header .uhc-table .nav-cell nav#main-navigation>a.nav-active>a:after,
#page-header .uhc-table .nav-cell nav#main-navigation>a:hover:after,
#page-header .uhc-table .nav-cell nav#main-navigation>a:hover>a:after {
	width: 100%;
	opacity: 1
}

#page-header #hamburger-menu {
	display: inline-block;
	width: 33px;
	position: relative;
	z-index: 905;
	top: 5px;
	cursor: pointer
}

#page-header #hamburger-menu .hm-bar {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 4px;
	margin-bottom: 5px;
	-webkit-transform-origin: 4px 0;
	transform-origin: 4px 0;
	border-radius: 2px;
	-webkit-transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

#page-header #hamburger-menu .hm-bar:first-child {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

#page-header #hamburger-menu .hm-bar:last-child {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

#page-header #hamburger-menu.active-menu .hm-bar {
	opacity: 1;
	-webkit-transform: rotate(45deg) translate(-2px, -1px);
	transform: rotate(45deg) translate(-2px, -1px);
	background: #005031!important
}

#page-header #hamburger-menu.active-menu .hm-bar:nth-last-child(2) {
	opacity: 0;
	-webkit-transform: rotate(0) scale(.2);
	transform: rotate(0) scale(.2)
}

#page-header #hamburger-menu.active-menu .hm-bar:last-child {
	-webkit-transform: rotate(-45deg) translate(-2px);
	transform: rotate(-45deg) translate(-2px)
}

@media (min-width:1200px) {
	#page-header #hamburger-menu {
		display: none!important
	}
}

@media (max-width:600px) {
	#page-header #hamburger-menu {
		top: 3px;
		left: 1px
	}
}

#page-header #mobile-menu {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #d6d3c9
}

#page-header #mobile-menu .mm-main-wrap {
	-webkit-transition: .45s;
	transition: .45s;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: 113px;
	background: #005031
}

@media (max-width:414px) {
	#page-header #mobile-menu .mm-main-wrap {
		top: 123px
	}
}

@media (max-height:420px) {
	#page-header #mobile-menu .mm-main-wrap {
		top: 67px
	}
}

#page-header #mobile-menu .mobile-nav-wrapper {
	display: block;
	width: 90%;
	max-height: 87vh;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box
}

@media (orientation:landscape) and (max-height:800px) {
	#page-header #mobile-menu .mobile-nav-wrapper {
		max-height: 77vh
	}
}

#page-header #mobile-menu .mobile-social-menu {
	position: relative;
	text-align: left;
	z-index: 2;
	padding: 10vh 0
}

#page-header #mobile-menu .mobile-social-menu h5 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2em;
	color: #d6d3c9
}

@media (max-width:380px) {
	#page-header #mobile-menu .mobile-social-menu h5 {
		font-size: 14px
	}
}

@media (max-height:420px) {
	#page-header #mobile-menu .mobile-social-menu h5 {
		font-size: 12px
	}
}

#page-header #mobile-menu .mobile-social-menu .mm-change-country {
	display: inline-block;
	width: 35px;
	margin-bottom: 27px
}

#page-header #mobile-menu .mobile-social-menu .mm-change-country img {
	width: 100%
}

@media (orientation:landscape) {
	#page-header #mobile-menu .mobile-social-menu .mm-change-country {
		margin-bottom: 0
	}
}

#page-header #mobile-menu .mobile-social-menu .btn-ico {
	background: #d6d3c9;
	margin-right: 5px
}

#page-header #mobile-menu .mobile-social-menu .btn-ico i {
	color: #005031;
	position: relative;
	left: .1px
}

@media (orientation:landscape) {
	#page-header #mobile-menu .mobile-social-menu .msm-cell {
		display: inline-block;
		vertical-align: top;
		padding-right: 20px
	}
}

#page-header #mobile-menu .search-bar {
	position: relative;
	padding: 3vh 0 10px
}

#page-header #mobile-menu .search-bar input {
	width: 100%;
	border-radius: 2.4px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1em;
	color: #005031;
	text-align: center;
	letter-spacing: -1px;
	padding: 6px 69px 5px 35px
}

#page-header #mobile-menu .search-bar input::-webkit-input-placeholder {
	color: #005031
}

#page-header #mobile-menu .search-bar input:-ms-input-placeholder {
	color: #005031
}

#page-header #mobile-menu .search-bar input::-moz-placeholder {
	color: #005031
}

#page-header #mobile-menu .search-bar input::-ms-input-placeholder {
	color: #005031
}

#page-header #mobile-menu .search-bar input::placeholder {
	color: #005031
}

#page-header #mobile-menu .search-bar .search-ico {
	position: absolute;
	height: 18px;
	top: 3vh;
	right: 55px;
	padding-top: 7px
}

#page-header #mobile-menu nav {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 1vh 0 3vh;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#page-header #mobile-menu nav .has-sub-menu>a,
#page-header #mobile-menu nav>a {
	border-bottom: 1px solid #d6d3c9;
	text-transform: uppercase;
	position: relative
}

#page-header #mobile-menu nav .has-sub-menu>a.sub-nav-active,
#page-header #mobile-menu nav>a.sub-nav-active {
	border-bottom: 1px solid transparent
}

#page-header #mobile-menu nav .has-sub-menu>a {
	padding-right: 15px
}

#page-header #mobile-menu nav .has-sub-menu>a:after {
	content: "+";
	position: absolute;
	right: 5px;
	font-weight: 400;
	font-size: 1.75em
}

#page-header #mobile-menu nav .has-sub-menu>a.sub-nav-active:after {
	content: "\2014";
	font-size: 1.35em
}

#page-header #mobile-menu nav a {
	display: block;
	padding: 1em 0;
	font-family: Gotham, Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2em;
	color: #d6d3c9
}

#page-header #mobile-menu nav a span {
	-webkit-transition: .45s ease;
	transition: .45s ease;
	color: #096649
}

#page-header #mobile-menu nav a:hover {
	text-decoration: none
}

#page-header #mobile-menu nav a:hover span {
	display: inline-block;
	-webkit-transform: translateX(7px);
	transform: translateX(7px)
}

@media (max-width:380px) {
	#page-header #mobile-menu nav a {
		font-size: 14px;
		padding: 12px 0
	}
}

@media (max-height:420px) {
	#page-header #mobile-menu nav a {
		font-size: 12px;
		padding: 8px 0
	}
}

@media (max-height:330px) {
	#page-header #mobile-menu nav a {
		padding: 8px 0
	}
}

#page-header #mobile-menu nav .has-sub-menu ul {
	display: none;
	padding-left: 1em;
	list-style-type: none
}

#page-header #mobile-menu nav .has-sub-menu ul li {
	text-decoration: none
}

#page-header #mobile-menu nav .has-sub-menu ul li a {
	padding: 10px 0;
	font-weight: 500
}

@media (max-width:420px) {
	#page-header #mobile-menu nav .has-sub-menu ul li a {
		padding: 5px 0
	}
}

@media (max-height:420px) {
	#page-header #mobile-menu nav .has-sub-menu ul li a {
		font-size: 12px;
		padding: 5px 0
	}
}

#page-header #mobile-menu nav .has-sub-menu ul li.has-grand-sub {
	position: relative
}

#page-header #mobile-menu nav .has-sub-menu ul li.has-grand-sub a {
	font-weight: 500;
	color: #cee73c;
	text-transform: uppercase
}

#page-header #mobile-menu nav .has-sub-menu ul li.has-grand-sub a:after {
	content: "+";
	position: absolute;
	right: 5px;
	font-weight: 400;
	font-size: 1.75em;
	color: #cee73c
}

#page-header #mobile-menu nav .has-sub-menu ul li.has-grand-sub.sub-nav-active a:after {
	content: "\2014";
	font-size: 1.35em
}

#page-header #mobile-menu nav .has-sub-menu ul li.grand-child-menu {
	position: relative;
	display: none;
	padding-left: 1em
}

@media (max-height:420px) {
	#page-header #mobile-menu nav {
		padding-top: 1vh
	}
}

@media (min-width:1200px) {
	#page-header #mobile-menu {
		display: none!important
	}
}

#page-header.mobile-menu-open .uhc-table .logo-cell a img.main-logo {
	display: none
}

#page-header.mobile-menu-open .uhc-table .logo-cell a img.alt-logo {
	display: block
}

#page-header.sticky-mode {
	background: #d6d3c9;
	background: hsla(46, 14%, 81%, .85)
}

#page-header.sticky-mode .container-block {
	padding-top: 10px;
	padding-bottom: 10px
}

#page-header.sticky-mode .uhc-table .logo-cell a img.main-logo {
	display: none
}

#page-header.sticky-mode .uhc-table .logo-cell a img.alt-logo {
	display: block
}

#page-header.sticky-mode .uhc-table .nav-cell nav#main-navigation a,
#page-header.sticky-mode .uhc-table .nav-cell nav#main-navigation a span {
	color: #005031
}

#page-header.sticky-mode #mobile-menu .mm-main-wrap {
	top: 110px
}

@media (max-width:414px) {
	#page-header.sticky-mode #mobile-menu .mm-main-wrap {
		top: 95px
	}
}

@media (max-height:420px) {
	#page-header.sticky-mode #mobile-menu .mm-main-wrap {
		top: 67px
	}
}

@media (max-width:414px) {
	#page-header.sticky-mode .uhc-table .logo-cell a img {
		width: 120px
	}
}

#page-header.sticky-mode #hamburger-menu .hm-bar {
	background: #005031
}

#page-header .desktop-hidden {
	display: none
}

@media (max-width:1200px) {
	#page-header .desktop-hidden {
		display: block
	}
}

#page-header .mobile-hidden {
	display: block
}

@media (max-width:1200px) {
	#page-header .mobile-hidden {
		display: none!important
	}
}

#page-footer {
	position: relative;
	z-index: 3
}

#page-footer h5 {
	color: #096649
}

#page-footer .pf-upper {
	background: #cee73c
}

#page-footer .pf-upper .container-block {
	padding-top: 60px;
	padding-bottom: 70px
}

@media (max-width:1640px) {
	#page-footer .pf-upper .container-block {
		padding-top: 50px;
		padding-bottom: 60px
	}
}

@media (max-width:1440px) {
	#page-footer .pf-upper .container-block {
		padding-top: 40px;
		padding-bottom: 50px
	}
}

@media (max-width:1024px) {
	#page-footer .pf-upper .container-block {
		padding-top: 30px;
		padding-bottom: 40px
	}
}

#page-footer .pf-upper .pfu-table {
	width: 100%
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a {
	display: block;
	font-family: Gotham, Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25em;
	color: #096649;
	letter-spacing: -1px;
	margin-bottom: .7em
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a img,
#page-footer .pf-upper .pfu-table .pfu-cell nav a span {
	display: inline-block;
	vertical-align: middle
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a img {
	height: 2em;
	width: auto
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a span {
	margin-left: 2px
}

@media (max-width:1640px) {
	#page-footer .pf-upper .pfu-table .pfu-cell nav a {
		font-size: 20px
	}
}

@media (max-width:1440px) {
	#page-footer .pf-upper .pfu-table .pfu-cell nav a {
		font-size: 18px
	}
}

@media (max-width:600px) {
	#page-footer .pf-upper .pfu-table .pfu-cell nav a {
		font-size: 16px
	}
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a:hover span {
	text-decoration: underline
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a.tdn:hover {
	text-decoration: none
}

#page-footer .pf-upper .pfu-table .pfu-cell nav a.tdn:hover span {
	text-decoration: underline
}

#page-footer .pf-upper .pfu-table .pfu-cell.help-menu {
	width: 20%
}

#page-footer .pf-upper .pfu-table .pfu-cell.help-menu nav a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding-right: 3%
}

#page-footer .pf-upper .pfu-table .pfu-cell.social-menu {
	width: 160px
}

#page-footer .pf-upper .pfu-table .pfu-cell.social-menu nav a {
	display: inline-block;
	margin-right: .5em
}

@media (max-width:1024px) {
	#page-footer .pf-upper .pfu-table {
		display: block
	}
	#page-footer .pf-upper .pfu-table .pfu-cell {
		display: block;
		margin-bottom: 40px
	}
	#page-footer .pf-upper .pfu-table .pfu-cell.help-menu {
		width: 100%
	}
	#page-footer .pf-upper .pfu-table .pfu-cell.help-menu nav a {
		display: block;
		width: 100%;
		padding-right: 0
	}
	#page-footer .pf-upper .pfu-table .pfu-cell.social-menu {
		width: 100%;
		margin-bottom: 0
	}
}

#page-footer .pf-lower {
	background: #d6d3ca
}

#page-footer .pf-lower p,
#page-footer .pf-lower p a {
	color: #00412e
}

#page-footer .pf-lower .container-block {
	padding: 38px 130px 38px 126px
}

@media (max-width:1640px) {
	#page-footer .pf-lower .container-block {
		padding-left: 5%;
		padding-right: 5%
	}
}

@media (max-width:1200px) {
	#page-footer .pf-lower .container-block {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

#page-footer .pf-lower .pfl-table {
	width: 100%
}

#page-footer .pf-lower .pfl-table .pfl-cell.footer-logo {
	width: 208px
}

#page-footer .pf-lower .pfl-table .pfl-cell.footer-logo img {
	width: 100%;
	height: auto
}

@media (max-width:1640px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.footer-logo {
		width: 175px
	}
}

@media (max-width:1200px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.footer-logo {
		max-width: 200px
	}
}

#page-footer .pf-lower .pfl-table .pfl-cell.copyright-line {
	text-align: right;
	width: 405px;
	padding-left: 5%
}

@media (max-width:1640px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.copyright-line {
		width: 360px;
		padding-left: 20px
	}
}

@media (max-width:1440px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.copyright-line {
		width: 320px
	}
}

@media (max-width:1200px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.copyright-line {
		max-width: 600px;
		padding-left: 0;
		text-align: center
	}
}

#page-footer .pf-lower .pfl-table .pfl-cell.footer-desc {
	max-width: 857px;
	padding-left: 65px
}

@media (max-width:1640px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.footer-desc {
		padding-left: 20px
	}
}

@media (max-width:1200px) {
	#page-footer .pf-lower .pfl-table .pfl-cell.footer-desc {
		max-width: 750px;
		padding-left: 0
	}
}

@media (max-width:1200px) {
	#page-footer .pf-lower .pfl-table .pfl-cell {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 1em
	}
}

@media (max-width:1200px) {
	#page-footer .pf-lower .pfl-table {
		display: block;
		text-align: center
	}
}

h1 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.3em;
	color: inherit;
	letter-spacing: 5px;
	text-transform: uppercase
}

@media (max-width:1440px) {
	h1 {
		font-size: 38px
	}
}

@media (max-width:1024px) {
	h1 {
		font-size: 32px
	}
}

@media (max-width:600px) {
	h1 {
		font-size: 30px
	}
}

@media (max-height:400px) {
	h1 {
		font-size: 26px
	}
}

@media (max-width:414px) {
	h1 {
		font-size: 19px
	}
}

h2 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 90px;
	font-weight: 300;
	line-height: 1.25em;
	color: inherit;
	letter-spacing: -2px
}

@media (max-width:1640px) {
	h2 {
		font-size: 82px
	}
}

@media (max-width:1440px) {
	h2 {
		font-size: 62px
	}
}

@media (max-width:1200px) {
	h2 {
		font-size: 56px
	}
}

@media (max-height:400px) {
	h2 {
		font-size: 45px
	}
}

@media (max-width:414px) {
	h2 {
		font-size: 47px
	}
}

h3 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2em;
	color: inherit;
	letter-spacing: -1px
}

@media (max-width:1640px) {
	h3 {
		font-size: 32px
	}
}

@media (max-width:1440px) {
	h3 {
		font-size: 27px
	}
}

@media (max-width:1024px) {
	h3 {
		font-size: 25px
	}
}

@media (max-width:600px) {
	h3 {
		font-size: 22px
	}
}

h4 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 1em;
	color: inherit;
	letter-spacing: -1px
}

@media (max-width:1640px) {
	h4 {
		font-size: 32px
	}
}

@media (max-width:1440px) {
	h4 {
		font-size: 27px
	}
}

@media (max-width:600px) {
	h4 {
		font-size: 22px
	}
}

h5 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.25em;
	color: inherit;
	margin-bottom: .7em;
	letter-spacing: -1px;
	text-transform: uppercase
}

@media (max-width:1640px) {
	h5 {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	h5 {
		font-size: 20px
	}
}

@media (max-width:600px) {
	h5 {
		font-size: 18px
	}
}

li,
ol,
p,
ul {
	font-family: Gotham, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25em;
	color: inherit
}

@media (max-width:1640px) {
	li,
	ol,
	p,
	ul {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	li,
	ol,
	p,
	ul {
		font-size: 16px
	}
}

@media (max-width:600px) {
	li,
	ol,
	p,
	ul {
		font-size: 14px
	}
}

b,
strong {
	font-weight: 600
}

.panel {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50%
}

.panel .panel-mask {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000
}

.panel .panel-content {
	position: relative;
	z-index: 5
}

.panel.panel-divider {
	height: 36px;
	width: 100%;
	background-color: #fff;
	font-size: 0;
	line-height: 0
}

@media (max-width:1440px) {
	.panel.panel-divider {
		height: 30px
	}
}

@media (max-width:1024px) {
	.panel.panel-divider {
		height: 20px
	}
}

#page-main.ht-solid-no-hero .page-panels .panel:first-child {
	padding-top: 140px
}

@media (max-width:1200px) {
	#page-main.ht-solid-no-hero .page-panels .panel:first-child {
		padding-top: 113px
	}
}

#page-preloader {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	line-height: 0;
	font-size: 0;
	display: table;
	height: 100%;
	width: 100%
}

#page-preloader .preloader-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

#page-preloader .preloader-wrapper img {
	display: inline-block;
	max-width: 70%
}

#page-preloader .preloader-wrapper img.logo-large {
	width: 320px
}

@media (max-width:420px) {
	#page-preloader .preloader-wrapper img.logo-large {
		width: 70%
	}
}

#page-preloader .preloader-wrapper img.loader {
	margin-top: 20px
}

html {
	overflow: hidden
}

html.loaded {
	overflow: auto
}

.panel-category-list .container-block {
	padding-top: 10px;
	margin-top: -1px
}

@media (max-width:600px) {
	.panel-category-list .container-block {
		padding-left: 0;
		padding-right: 0
	}
}

.panel-category-list .category-listing {
	margin-bottom: 20px
}

.panel-category-list .category-listing h3 {
	background: #005031;
	font-family: Gotham, Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.15em;
	color: #fff;
	letter-spacing: -1.5px;
	padding: 20px 15px 17px;
	margin-bottom: 30px;
	text-align: center
}

.category-list-wrapper {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.category-list-wrapper .category-item.tile-item {
	-webkit-box-flex: 0;
	flex: 0 0 32.4%;
	margin: 0 0 1vw
}

.category-list-wrapper .category-item.tile-item .tile-content-box {
	padding: 20px 10px
}

@media (max-width:800px) {
	.category-list-wrapper .category-item.tile-item .tile-content-box {
		padding: 20px 5%
	}
}

.category-list-wrapper .category-item.tile-item h4 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -2px
}

@media (max-width:1640px) {
	.category-list-wrapper .category-item.tile-item h4 {
		font-size: 29px
	}
}

@media (max-width:1440px) {
	.category-list-wrapper .category-item.tile-item h4 {
		font-size: 26px
	}
}

@media (max-width:600px) {
	.category-list-wrapper .category-item.tile-item h4 {
		font-size: 19px
	}
}

@media (max-width:1200px) {
	.category-list-wrapper .category-item.tile-item {
		-webkit-box-flex: 0;
		flex: 0 0 49%;
		margin: 0 0 1vw
	}
}

@media (max-width:600px) {
	.category-list-wrapper .category-item.tile-item {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin: 0 0 20px;
		max-width: 100%
	}
}

.panel-category-product-list .container-block {
	padding-top: 51px
}

@media (max-width:600px) {
	.panel-category-product-list .container-block {
		padding-left: 0;
		padding-right: 0
	}
}

.panel-category-product-list .container-block h3 {
	color: #005031;
	border-bottom: 4px solid #cee73c;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 1em;
	letter-spacing: -2px
}

.category-product-list-wrapper {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center
}

.category-product-list-wrapper .product-item.tile-item {
	-webkit-box-flex: 0;
	flex: 0 0 23%;
	margin: 0 1% 2vw
}

.category-product-list-wrapper .product-item.tile-item .tile-content-box {
	padding: 20px 10px
}

@media (max-width:800px) {
	.category-product-list-wrapper .product-item.tile-item .tile-content-box {
		padding: 20px 5%
	}
}

.category-product-list-wrapper .product-item.tile-item h4 {
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: -1.5px;
	text-transform: none
}

@media (max-width:1640px) {
	.category-product-list-wrapper .product-item.tile-item h4 {
		font-size: 31px
	}
}

@media (max-width:1440px) {
	.category-product-list-wrapper .product-item.tile-item h4 {
		font-size: 28px
	}
}

@media (max-width:600px) {
	.category-product-list-wrapper .product-item.tile-item h4 {
		font-size: 21px
	}
}

@media (max-width:1200px) {
	.category-product-list-wrapper .product-item.tile-item {
		-webkit-box-flex: 0;
		flex: 0 0 31%;
		margin: 0 1% 2vw
	}
}

@media (max-width:880px) {
	.category-product-list-wrapper .product-item.tile-item {
		-webkit-box-flex: 0;
		flex: 0 0 48%;
		margin: 0 1% 2vw
	}
}

@media (max-width:600px) {
	.category-product-list-wrapper .product-item.tile-item {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin: 0 0 20px;
		max-width: 100%
	}
}

.panel-country-selection .container-block {
	padding-top: 50px
}

.panel-country-selection h1 {
	text-align: center;
	color: #005031;
	margin-bottom: 1em
}

.country-selection-block {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}

.country-selection-block .cb-item {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	box-sizing: border-box;
	margin-bottom: 26px;
	padding-left: 12.5%
}

@media (max-width:1200px) {
	.country-selection-block .cb-item {
		padding-left: 8%
	}
}

@media (max-width:1024px) {
	.country-selection-block .cb-item {
		padding-left: 0;
		-webkit-box-flex: 0;
		flex: 0 0 100%
	}
}

@media (max-width:600px) {
	.country-selection-block .cb-item {
		margin-bottom: 2px
	}
}

.country-selection-block .cb-item a {
	display: inline-block;
	text-align: left
}

.country-selection-block .cb-item a img,
.country-selection-block .cb-item a span {
	display: inline-block;
	vertical-align: middle
}

.country-selection-block .cb-item a img {
	width: 75px;
	height: auto
}

@media (max-width:1440px) {
	.country-selection-block .cb-item a img {
		width: 70px
	}
}

.country-selection-block .cb-item a span {
	font-family: Gotham, Arial, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1em;
	color: #707070;
	-webkit-transition: .45s;
	transition: .45s;
	letter-spacing: -1px;
	padding-left: 1em
}

@media (max-width:1640px) {
	.country-selection-block .cb-item a span {
		font-size: 29px
	}
}

@media (max-width:1440px) {
	.country-selection-block .cb-item a span {
		font-size: 26px
	}
}

@media (max-width:600px) {
	.country-selection-block .cb-item a span {
		font-size: 22px
	}
}

.country-selection-block .cb-item a:hover {
	text-decoration: none
}

.country-selection-block .cb-item a:hover span {
	color: #005031
}

.contact-details-block .cdb-table {
	width: 100%
}

.contact-details-block .cdb-table .tb-c-wr {
	width: 50%
}

.contact-details-block .cdb-table .tb-c-wr p {
	font-family: Gotham, Arial, sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.25em;
	color: #005031;
	letter-spacing: -1px
}

.contact-details-block .cdb-table .tb-c-wr p a {
	color: #005031
}

@media (max-width:1640px) {
	.contact-details-block .cdb-table .tb-c-wr p {
		font-size: 28px
	}
}

@media (max-width:1440px) {
	.contact-details-block .cdb-table .tb-c-wr p {
		font-size: 24px
	}
}

@media (max-width:600px) {
	.contact-details-block .cdb-table .tb-c-wr p {
		font-size: 20px
	}
}

.contact-details-block .cdb-table .tb-c-wr p b {
	font-weight: 500
}

@media (max-width:600px) {
	.contact-details-block .cdb-table .tb-c-wr p b {
		display: block
	}
}

@media (max-width:1200px) {
	.contact-details-block .cdb-table {
		display: block
	}
	.contact-details-block .cdb-table .tb-c-wr {
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px
	}
}

.contact-form-block {
	padding-top: 50px
}

.contact-form-block .contact-form-table {
	width: 100%
}

.contact-form-block .contact-form-table .tb-c-wr {
	vertical-align: top
}

.contact-form-block .contact-form-table .tb-c-wr.label-cell {
	vertical-align: middle;
	width: auto;
	padding-right: 22px;
	box-sizing: border-box;
	padding-bottom: 45px
}

.contact-form-block .contact-form-table .tb-c-wr.label-cell.va-top {
	vertical-align: top;
	padding-top: 5px
}

@media (max-width:600px) {
	.contact-form-block .contact-form-table .tb-c-wr.label-cell {
		padding-bottom: 5px
	}
}

.contact-form-block .contact-form-table .tb-c-wr.control-cell {
	width: 100%;
	padding-bottom: 45px;
	padding-right: 17%
}

@media (max-width:1200px) {
	.contact-form-block .contact-form-table .tb-c-wr.control-cell {
		padding-right: 0;
		padding-bottom: 30px
	}
}

@media (max-width:600px) {
	.contact-form-block .contact-form-table .tb-c-wr.control-cell {
		padding-bottom: 20px
	}
}

.contact-form-block .contact-form-table .tb-c-wr.message-cell {
	width: 58%
}

.contact-form-block .contact-form-table .tb-c-wr.message-cell .control-cell {
	padding-right: 0
}

.contact-form-block .contact-form-table .tb-wr {
	width: 100%
}

@media (max-width:1200px) {
	.contact-form-block .contact-form-table {
		display: block
	}
	.contact-form-block .contact-form-table>.tb-c-wr,
	.contact-form-block .contact-form-table>.tb-r-wr>.tb-c-wr {
		display: block;
		width: 100%!important;
		box-sizing: border-box
	}
	.contact-form-block .contact-form-table .label-cell {
		min-width: 150px
	}
}

@media (max-width:600px) {
	.contact-form-block .contact-form-table .tb-c-wr,
	.contact-form-block .contact-form-table .tb-r-w,
	.contact-form-block .contact-form-table .tb-wr {
		display: block;
		width: 100%!important;
		box-sizing: border-box
	}
}

.contact-form-block h4 {
	color: #005031;
	margin-bottom: 1.25em
}

.contact-form-block input[type=submit] {
	display: none;
	position: absolute;
	z-index: -1;
	opacity: 0
}

.contact-form-block .cta-btn {
	padding: 12px 84px;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px
}

.panel-the-content .container-block {
	padding-top: 50px
}

.panel-the-content h2 {
	font-family: Gotham, Arial, sans-serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.3em;
	color: #005031;
	letter-spacing: 5px;
	margin-bottom: 1em;
	text-transform: uppercase
}

@media (max-width:1440px) {
	.panel-the-content h2 {
		font-size: 38px
	}
}

@media (max-width:1024px) {
	.panel-the-content h2 {
		font-size: 32px
	}
}

@media (max-width:600px) {
	.panel-the-content h2 {
		font-size: 30px
	}
}

@media (max-height:400px) {
	.panel-the-content h2 {
		font-size: 26px
	}
}

@media (max-width:414px) {
	.panel-the-content h2 {
		font-size: 19px
	}
}

.panel-the-content p {
	color: #333;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px
}

@media (max-width:1640px) {
	.panel-the-content p {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.panel-the-content p {
		font-size: 19px
	}
}

@media (max-width:600px) {
	.panel-the-content p {
		font-size: 16px
	}
}

.panel-the-content ol,
.panel-the-content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 1em
}

.panel-the-content ol {
	list-style-type: decimal;
	margin-left: 0;
	list-style-position: inside;
	padding-left: 0
}

[data-tpl=archive-cpt_product] .panel-the-content p {
	font-size: 25px
}

@media (max-width:1640px) {
	[data-tpl=archive-cpt_product] .panel-the-content p {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	[data-tpl=archive-cpt_product] .panel-the-content p {
		font-size: 19px
	}
}

@media (max-width:600px) {
	[data-tpl=archive-cpt_product] .panel-the-content p {
		font-size: 16px
	}
}

.panel-hero {
	min-height: 80vh
}

@media (max-height:820px) {
	.panel-hero {
		height: 87vh;
		min-height: 87vh
	}
}

.panel-hero .hero-background-wrapper {
	position: fixed;
	z-index: 1;
	width: 100%;
	min-height: 80vh
}

.panel-hero .hero-background-wrapper .hero-background {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.panel-hero .hero-background-wrapper .hero-background.hero-background-mobile {
	display: none
}

.panel-hero .hero-background-wrapper video {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-height:820px) {
	.panel-hero .hero-background-wrapper {
		height: 87vh;
		min-height: 87vh
	}
}

@media (max-width:600px) {
	.panel-hero .hero-background-wrapper.has-mobile .hero-background {
		display: none
	}
	.panel-hero .hero-background-wrapper.has-mobile .hero-background.hero-background-mobile {
		display: block;
		z-index: 2
	}
}

.panel-hero.hero-full-screen,
.panel-hero.hero-full-screen .hero-background-wrapper {
	min-height: 100vh
}

@media (max-height:820px) {
	.panel-hero.hero-full-screen {
		height: 87vh;
		min-height: 87vh
	}
	.panel-hero.hero-full-screen .hero-background-wrapper {
		min-height: 87vh
	}
}

.panel-hero img.hero-featured-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

.panel-hero img.hero-featured-image.hfi-mobile {
	display: none
}

@media (max-width:600px) {
	.panel-hero img.hero-featured-image.hfi-desktop {
		display: none
	}
	.panel-hero img.hero-featured-image.hfi-mobile {
		display: block
	}
}

.panel-hero .container-block {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.panel-hero .container-block .hero-content-table {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff
}

.panel-hero .container-block h1.has-featured {
	padding-bottom: 12vh
}

@media (min-width:1600px) {
	.panel-hero .container-block h1.has-featured {
		padding-bottom: 15vh
	}
}

@media (max-width:1600px) and (max-height:1080px) {
	.panel-hero .container-block h1.has-featured {
		padding-bottom: 15vh
	}
}

@media (max-width:1600px) and (max-height:899px) {
	.panel-hero .container-block h1.has-featured {
		padding-bottom: 20vh
	}
}

@media (max-width:600px) and (orientation:portrait) {
	.panel-hero .container-block h1.has-featured {
		padding-bottom: 11vh
	}
}

.panel-hero .container-block .slide-down-trigger {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
	z-index: 2
}

.panel-hero .container-block .slide-down-trigger img {
	cursor: pointer;
	-webkit-transition: .45s;
	transition: .45s
}

.panel-hero .container-block .slide-down-trigger img:hover {
	opacity: .75
}

@media (max-width:1200px) {
	.panel-hero .container-block .slide-down-trigger img {
		width: 60px
	}
}

@media (max-width:600px) {
	.panel-hero .container-block .slide-down-trigger img {
		width: 50px
	}
}

@media (max-width:600px) {
	.panel-hero .container-block .slide-down-trigger {
		display: block
	}
}

@media (max-width:600px) {
	.panel-tiles .container-block {
		padding: 20px 0
	}
}

.tile-list {
	padding: 6px 0 0;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between
}

@media (max-width:1200px) {
	.tile-list {
		display: block
	}
}

.tile-item {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	flex: 0 0 32.8%;
	margin: 0 0 20px
}

@media (max-width:1200px) {
	.tile-item {
		-webkit-box-flex: 0;
		flex: none;
		width: 45%;
		max-width: 540px;
		margin: 0 5px 20px
	}
}

@media (max-width:767px) {
	.tile-item {
		width: 100%;
		margin: 0 auto 20px
	}
}

.tile-item .tile-thumbnail-box {
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tile-item .tile-thumbnail-box img {
	display: block;
	width: 100%;
	-webkit-transition: .45s ease;
	transition: .45s ease
}

.tile-item .tile-content-box {
	background: #cee73c;
	padding: 20px;
	font-size: 16px;
	line-height: 1.25em;
	text-align: left
}

.tile-item .tile-content-box h4 {
	color: #096649;
	text-transform: uppercase;
	letter-spacing: -2px
}

.tile-item .tile-content-box .tile-subtitle h4 {
	font-weight: 300
}

@media (max-width:600px) {
	.tile-item .tile-content-box {
		padding: 20px 5%;
		height: auto!important
	}
}

.tile-item:hover {
	text-decoration: none
}

.tile-item:hover .tile-thumbnail-box img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.panel-cta-banner .container-block {
	padding-top: 0;
	padding-bottom: 0
}

.panel-cta-banner .pcbc-content {
	position: relative
}

.panel-cta-banner .pcb-background-wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #000
}

.panel-cta-banner .pcb-background-wrapper.pcbbw-mobile {
	z-index: 2;
	display: none
}

@media (max-width:880px) and (orientation:portrait) {
	.panel-cta-banner .pcb-background-wrapper.pcbbw-mobile {
		display: block;
		background-position: 50% 50%
	}
}

.panel-cta-banner .cb-content-wrapper {
	position: relative;
	max-width: 840px;
	min-height: 800px;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 0 30px 100px
}

.panel-cta-banner .cb-content-wrapper img {
	display: inline-block;
	max-width: 90%;
	height: auto;
	margin: 0 auto 17px
}

.panel-cta-banner .cb-content-wrapper h2 {
	color: #fff;
	margin-bottom: .5em
}

.panel-cta-banner .cb-content-wrapper .cta-btn {
	margin-bottom: 20px
}

@media (max-width:1800px) {
	.panel-cta-banner .cb-content-wrapper {
		padding: 30px 0 30px 5%
	}
}

@media (max-width:1440px) {
	.panel-cta-banner .cb-content-wrapper {
		padding: 30px 0;
		min-height: 600px;
		max-width: 600px;
		width: 600px
	}
}

@media (max-width:1200px) {
	.panel-cta-banner .cb-content-wrapper {
		min-height: 500px;
		max-width: 420px;
		width: 420px
	}
	.panel-cta-banner .cb-content-wrapper img {
		max-width: 80%;
		margin: 0 auto 10px
	}
}

@media (max-width:880px) and (orientation:portrait) {
	.panel-cta-banner .cb-content-wrapper {
		width: 100%;
		margin: 0 auto;
		min-height: 80vh
	}
	.panel-cta-banner .cb-content-wrapper h2 {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		margin-bottom: 0
	}
	.panel-cta-banner .cb-content-wrapper .cta-wrapper {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		text-align: center
	}
	.panel-cta-banner .cb-content-wrapper .cta-wrapper .cta-btn {
		margin-bottom: 0
	}
	.panel-cta-banner .cb-content-wrapper img {
		display: none
	}
}

@media (max-width:880px) and (orientation:portrait) and (min-height:1000px) {
	.panel-cta-banner .cb-content-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		min-height: 85vh
	}
	.panel-cta-banner .cb-content-wrapper h2 {
		font-size: 60px;
		top: 5%
	}
	.panel-cta-banner .cb-content-wrapper .cta-wrapper {
		bottom: 5%
	}
	.panel-cta-banner .cb-content-wrapper img {
		display: none
	}
}

.panel-cta-banner.panel-cta-banner-content {
	background: #fff
}

.panel-cta-banner.panel-cta-banner-content .container-block {
	padding-bottom: 50px
}

@media (max-width:1440px) {
	.panel-cta-banner.panel-cta-banner-content .container-block {
		padding: 0 5% 30px
	}
}

@media (max-width:1200px) {
	.panel-cta-banner.panel-cta-banner-content .container-block {
		padding: 0 0 30px
	}
}

.panel-cta-banner.panel-cta-banner-content .cb-content-wrapper {
	width: 100%;
	max-width: 100%;
	min-height: 100px;
	padding: 0;
	z-index: 5;
	text-align: center
}

.panel-cta-banner.panel-cta-banner-content .cb-content-wrapper h3 {
	padding: 194px 5% 200px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px
}

@media (max-width:1200px) {
	.panel-cta-banner.panel-cta-banner-content .cb-content-wrapper h3 {
		padding: 152px 5% 20px;
		min-height: 1em
	}
}

.panel-cta-banner.panel-cta-banner-content .cb-content-wrapper .cta-wrapper {
	position: absolute;
	bottom: 45px;
	width: 100%;
	text-align: center
}

.panel-cta-banner.panel-cta-banner-content .cb-content-wrapper .cta-wrapper .cta-btn {
	margin-bottom: 0
}

@media (max-width:1200px) {
	.panel-cta-banner.panel-cta-banner-content .cb-content-wrapper .cta-wrapper {
		padding-bottom: 140px;
		position: static
	}
}

.panel-cta-banner.banner-type-2 .cb-content-wrapper {
	width: 100%;
	max-width: 100%
}

@media (max-width:900px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper {
		min-height: 100px
	}
}

.panel-cta-banner.banner-type-2 .cb-content-wrapper h2 {
	color: #005031;
	font-weight: 500;
	letter-spacing: -6px;
	text-align: center;
	max-width: 850px;
	margin: 0 auto .75em;
	font-size: 88px
}

@media (max-width:1640px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper h2 {
		font-size: 76px
	}
}

@media (max-width:1440px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper h2 {
		font-size: 60px;
		letter-spacing: -4px
	}
}

@media (max-width:1200px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper h2 {
		font-size: 52px;
		letter-spacing: -3px
	}
}

@media (max-height:420px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper h2 {
		font-size: 40px
	}
}

@media (max-width:414px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper h2 {
		font-size: 42px
	}
}

.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell {
	width: 55%;
	padding-right: 5%;
	min-width: 800px
}

.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell .mobile-image {
	display: none
}

@media (max-width:1640px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell {
		min-width: 600px
	}
}

@media (max-width:1440px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell {
		min-width: 500px
	}
}

@media (max-width:1080px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell {
		min-width: 420px
	}
}

@media (max-width:800px) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell {
		min-width: 320px
	}
}

@media (max-width:880px) and (orientation:portrait) {
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell {
		width: 100%;
		padding-right: 0;
		min-width: 100px
	}
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell .mobile-image {
		display: block;
		width: 100%;
		max-width: 450px;
		margin: 0 auto 30px
	}
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell .cta-wrapper,
	.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-cell h2 {
		position: static
	}
}

.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-image-cell {
	text-align: right
}

.panel-cta-banner.banner-type-2 .cb-content-wrapper .cbcw-image-cell img {
	max-width: 100%
}

.panel-cta-banner-twin .container-block {
	padding: 0 140px 50px
}

@media (max-width:1440px) {
	.panel-cta-banner-twin .container-block {
		padding: 0 5% 30px
	}
}

@media (max-width:1200px) {
	.panel-cta-banner-twin .container-block {
		padding: 0 0 30px
	}
}

.panel-cta-banner-twin .cbt-row {
	display: -webkit-box;
	display: flex
}

@media (max-width:1200px) {
	.panel-cta-banner-twin .cbt-row {
		display: block;
		width: 100%
	}
}

.panel-cta-banner-twin .cbt-cell {
	-webkit-box-flex: 0;
	flex: 0 50%;
	box-sizing: border-box;
	padding-right: 2px;
	position: relative
}

.panel-cta-banner-twin .cbt-cell .cbt-item {
	position: relative;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000
}

.panel-cta-banner-twin .cbt-cell .cbt-item h3 {
	padding: 172px 5% 180px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	min-height: 2.4em
}

@media (max-width:1600px) {
	.panel-cta-banner-twin .cbt-cell .cbt-item h3 {
		padding: 152px 5% 160px
	}
}

@media (max-width:1200px) {
	.panel-cta-banner-twin .cbt-cell .cbt-item h3 {
		padding: 152px 5% 20px;
		min-height: 1em
	}
}

.panel-cta-banner-twin .cbt-cell .cbt-item .cta-wrapper {
	position: absolute;
	bottom: 45px;
	width: 100%;
	text-align: center
}

@media (max-width:1200px) {
	.panel-cta-banner-twin .cbt-cell .cbt-item .cta-wrapper {
		padding-bottom: 140px;
		position: static
	}
}

.panel-cta-banner-twin .cbt-cell:last-child {
	padding-right: 0;
	padding-left: 2px
}

.panel-cta-banner-twin .cbt-cell .ci-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000
}

.panel-cta-banner-twin .cbt-cell .ci-content-wrapper {
	position: relative;
	z-index: 3
}

@media (max-width:1200px) {
	.panel-cta-banner-twin .cbt-cell {
		-webkit-box-flex: 0;
		flex: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px
	}
	.panel-cta-banner-twin .cbt-cell:last-child {
		padding-left: 0
	}
}

.panel-two-col-image-content .container-block {
	padding: 50px 140px 0
}

@media (max-width:1440px) {
	.panel-two-col-image-content .container-block {
		padding: 30px 5% 0
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .container-block {
		padding: 30px 0
	}
}

.panel-two-col-image-content .tcic-row {
	width: 100%;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	padding-bottom: 50px
}

.panel-two-col-image-content .tcic-row .tcicr-cell {
	position: relative;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	flex: 0 50%
}

.panel-two-col-image-content .tcic-row .thumbnail-cell a {
	display: block;
	line-height: 0;
	font-size: 0
}

.panel-two-col-image-content .tcic-row .thumbnail-cell a:hover {
	text-decoration: none
}

.panel-two-col-image-content .tcic-row .thumbnail-cell img {
	width: 100%
}

.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 100%;
	text-align: center
}

.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper span {
	font-size: 45px;
	display: inline-block;
	cursor: pointer;
	background: rgba(206, 231, 60, .4);
	color: #fff;
	opacity: 1;
	padding: 45.5px 52px 45.5px 54px;
	border-radius: 26px;
	-webkit-transition: .45s;
	transition: .45s
}

.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper span:hover {
	opacity: 1
}

@media (max-width:1640px) {
	.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper span {
		font-size: 38px;
		padding: 35.5px 33.16px 35.5px 35.2px;
		border-radius: 18px
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper span {
		font-size: 35px;
		padding: 25.5px 23.16px 25.5px 25.2px;
		border-radius: 14px
	}
}

@media (max-width:1640px) {
	.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper {
		margin-top: -35px
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .tcic-row .thumbnail-cell .play-btn-wrapper {
		margin-top: -24px
	}
}

.panel-two-col-image-content .tcic-row .desc-cell {
	padding-left: 93px
}

.panel-two-col-image-content .tcic-row .desc-cell h3 {
	color: #005031;
	border-bottom: 4px solid #cee73c;
	margin-bottom: 1em;
	text-transform: uppercase
}

.panel-two-col-image-content .tcic-row .desc-cell h3 span {
	font-size: 28px
}

@media (max-width:1640px) {
	.panel-two-col-image-content .tcic-row .desc-cell h3 span {
		font-size: 24px
	}
}

@media (max-width:1440px) {
	.panel-two-col-image-content .tcic-row .desc-cell h3 span {
		font-size: 21px
	}
}

@media (max-width:1024px) {
	.panel-two-col-image-content .tcic-row .desc-cell h3 span {
		font-size: 19px
	}
}

@media (max-width:600px) {
	.panel-two-col-image-content .tcic-row .desc-cell h3 span {
		font-size: 16px;
		border-bottom: 2px solid #cee73c
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .tcic-row .desc-cell h3 {
		margin-top: 1em
	}
}

.panel-two-col-image-content .tcic-row .desc-cell p {
	font-size: 25px;
	color: #333;
	margin-bottom: 1em
}

@media (max-width:1640px) {
	.panel-two-col-image-content .tcic-row .desc-cell p {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.panel-two-col-image-content .tcic-row .desc-cell p {
		font-size: 20px
	}
}

@media (max-width:1024px) {
	.panel-two-col-image-content .tcic-row .desc-cell p {
		font-size: 18px
	}
}

@media (max-width:600px) {
	.panel-two-col-image-content .tcic-row .desc-cell p {
		font-size: 16px
	}
}

@media (max-width:1640px) {
	.panel-two-col-image-content .tcic-row .desc-cell {
		padding-left: 5%
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .tcic-row .desc-cell {
		padding-left: 5%;
		padding-right: 5%
	}
}

.panel-two-col-image-content .tcic-row:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.panel-two-col-image-content .tcic-row:nth-child(2n) .desc-cell {
	padding-left: 0;
	padding-right: 93px
}

@media (max-width:1640px) {
	.panel-two-col-image-content .tcic-row:nth-child(2n) .desc-cell {
		padding-right: 5%
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .tcic-row:nth-child(2n) .desc-cell {
		padding-left: 5%;
		padding-right: 5%
	}
}

@media (max-width:1200px) {
	.panel-two-col-image-content .tcic-row {
		display: block;
		padding-bottom: 20px
	}
	.panel-two-col-image-content .tcic-row .tcicr-cell {
		width: 100%;
		-webkit-box-flex: 0;
		flex: none
	}
}

.panel-product-details {
	padding-top: 170px
}

@media (max-width:1640px) {
	.panel-product-details {
		padding-top: 150px
	}
}

@media (max-width:1200px) {
	.panel-product-details {
		padding-top: 113px
	}
}

.panel-product-details .container-block {
	padding-top: 50px
}

.panel-product-details .breadcrumbs {
	cursor: default
}

.panel-product-details .breadcrumbs a,
.panel-product-details .breadcrumbs span {
	font-family: Gotham, Arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25em;
	color: #c1bbac;
	letter-spacing: -.5px
}

@media (max-width:1640px) {
	.panel-product-details .breadcrumbs a,
	.panel-product-details .breadcrumbs span {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.panel-product-details .breadcrumbs a,
	.panel-product-details .breadcrumbs span {
		font-size: 20px
	}
}

@media (max-width:600px) {
	.panel-product-details .breadcrumbs a,
	.panel-product-details .breadcrumbs span {
		font-size: 18px
	}
}

.panel-product-details .breadcrumbs a {
	-webkit-transition: .45s;
	transition: .45s
}

.panel-product-details .breadcrumbs a:hover {
	color: #005031
}

.panel-product-details .breadcrumbs span {
	cursor: default
}

.panel-product-details h1 {
	display: inline-block;
	color: #005031;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 4px solid #cee73c
}

@media (max-width:600px) {
	.panel-product-details h1 {
		border-bottom: 2px solid #cee73c
	}
}

.panel-product-details .product-details-table {
	margin: 37px auto 44px;
	width: 100%
}

.panel-product-details .product-details-table .description-cell,
.panel-product-details .product-details-table .image-cell {
	width: 50%;
	box-sizing: border-box
}

.panel-product-details .product-details-table .image-cell {
	padding-right: 62px
}

.panel-product-details .product-details-table .image-cell img {
	width: 100%
}

@media (max-width:1640px) {
	.panel-product-details .product-details-table .image-cell {
		padding-right: 5%
	}
}

.panel-product-details .product-details-table .description-cell li,
.panel-product-details .product-details-table .description-cell ol,
.panel-product-details .product-details-table .description-cell p,
.panel-product-details .product-details-table .description-cell span,
.panel-product-details .product-details-table .description-cell ul {
	color: #333;
	letter-spacing: -.5px;
	font-size: 26px
}

@media (max-width:1640px) {
	.panel-product-details .product-details-table .description-cell li,
	.panel-product-details .product-details-table .description-cell ol,
	.panel-product-details .product-details-table .description-cell p,
	.panel-product-details .product-details-table .description-cell span,
	.panel-product-details .product-details-table .description-cell ul {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.panel-product-details .product-details-table .description-cell li,
	.panel-product-details .product-details-table .description-cell ol,
	.panel-product-details .product-details-table .description-cell p,
	.panel-product-details .product-details-table .description-cell span,
	.panel-product-details .product-details-table .description-cell ul {
		font-size: 19px
	}
}

@media (max-width:600px) {
	.panel-product-details .product-details-table .description-cell li,
	.panel-product-details .product-details-table .description-cell ol,
	.panel-product-details .product-details-table .description-cell p,
	.panel-product-details .product-details-table .description-cell span,
	.panel-product-details .product-details-table .description-cell ul {
		font-size: 16px
	}
}

.panel-product-details .product-details-table .description-cell p {
	margin-bottom: 1em
}

@media (max-width:1278px) {
	.panel-product-details .product-details-table {
		margin: 30px auto
	}
}

@media (max-width:1024px) {
	.panel-product-details .product-details-table {
		display: block
	}
	.panel-product-details .product-details-table .description-cell,
	.panel-product-details .product-details-table .image-cell {
		width: 100%;
		display: block;
		padding-right: 0
	}
	.panel-product-details .product-details-table .image-cell {
		margin-bottom: 20px;
		text-align: left
	}
	.panel-product-details .product-details-table .image-cell img {
		display: inline-block;
		margin: 0 auto;
		max-width: 600px
	}
}

.panel-product-details .product-detail-block {
	padding: 0 0 20px;
	max-width: 1256px;
	cursor: pointer
}

.panel-product-details .product-detail-block>h4 {
	position: relative;
	font-weight: 500;
	display: block;
	text-transform: none;
	color: #005031;
	border-bottom: 4px solid #cee73c;
	line-height: 1.2em;
	margin-bottom: .8em;
	-webkit-transition: .45s;
	transition: .45s
}

@media (max-width:600px) {
	.panel-product-details .product-detail-block>h4 {
		border-bottom: 2px solid #cee73c
	}
}

.panel-product-details .product-detail-block>h4:after {
	content: "+";
	position: absolute;
	top: 0;
	right: 20px;
	font-weight: 300;
	font-size: 1.5em
}

.panel-product-details .product-detail-block .pdb-content {
	display: none
}

.panel-product-details .product-detail-block .pdb-content li,
.panel-product-details .product-detail-block .pdb-content ol,
.panel-product-details .product-detail-block .pdb-content p,
.panel-product-details .product-detail-block .pdb-content span,
.panel-product-details .product-detail-block .pdb-content ul {
	color: #333;
	letter-spacing: -.5px;
	font-size: 26px
}

@media (max-width:1640px) {
	.panel-product-details .product-detail-block .pdb-content li,
	.panel-product-details .product-detail-block .pdb-content ol,
	.panel-product-details .product-detail-block .pdb-content p,
	.panel-product-details .product-detail-block .pdb-content span,
	.panel-product-details .product-detail-block .pdb-content ul {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.panel-product-details .product-detail-block .pdb-content li,
	.panel-product-details .product-detail-block .pdb-content ol,
	.panel-product-details .product-detail-block .pdb-content p,
	.panel-product-details .product-detail-block .pdb-content span,
	.panel-product-details .product-detail-block .pdb-content ul {
		font-size: 19px
	}
}

@media (max-width:600px) {
	.panel-product-details .product-detail-block .pdb-content li,
	.panel-product-details .product-detail-block .pdb-content ol,
	.panel-product-details .product-detail-block .pdb-content p,
	.panel-product-details .product-detail-block .pdb-content span,
	.panel-product-details .product-detail-block .pdb-content ul {
		font-size: 16px
	}
}

.panel-product-details .product-detail-block .pdb-content p {
	margin-bottom: 1em
}

.panel-product-details .product-detail-block .pdb-content img {
	display: inline-block;
	max-width: 100%
}

.panel-product-details .product-detail-block .pdb-content iframe {
	width: 100%!important;
	margin: 1em auto
}

.panel-product-details .product-detail-block.no-icon>h4 {
	display: inline-block
}

.panel-product-details .product-detail-block.no-icon>h4:after {
	display: none
}

.panel-product-details .product-detail-block.is-open>h4:after {
	content: "";
	top: 50%;
	font-size: 0;
	line-height: 0;
	width: 27px;
	height: 2.5px;
	background: #005031;
	-webkit-transform: translate3d(0, -1.25px, 0);
	transform: translate3d(0, -1.25px, 0)
}

@media (max-width:600px) {
	.panel-product-details .product-detail-block {
		padding: 0
	}
}

.panel-store-locator .retailer-list-block {
	padding: 50px 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0
}

.panel-store-locator .retailer-list-block a {
	width: 18.7%;
	margin: 12.5px 2.8%;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	outline: 0;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0
}

.panel-store-locator .retailer-list-block a img {
	-webkit-transition: .45s;
	transition: .45s;
	width: 100%
}

.panel-store-locator .retailer-list-block a:hover {
	text-decoration: none
}

@media (max-width:1200px) {
	.panel-store-locator .retailer-list-block a {
		width: 28%;
		margin: 12.5px 2%
	}
}

@media (max-width:940px) {
	.panel-store-locator .retailer-list-block a {
		width: 45%;
		max-width: 308px
	}
}

@media (max-width:1200px) {
	.panel-store-locator .retailer-list-block {
		padding: 30px 0
	}
}

@media (max-width:600px) {
	.panel-store-locator .retailer-list-block {
		padding: 20px 0
	}
}

.panel-store-locator.panel-cta-banner-twin .cbt-cell {
	cursor: pointer;
	-webkit-transition: .45s;
	transition: .45s;
	-webkit-box-flex: 0;
	flex: 0 40%
}

.panel-store-locator.panel-cta-banner-twin .cbt-cell.initial-state {
	-webkit-box-flex: 0;
	flex: 0 50%
}

.panel-store-locator.panel-cta-banner-twin .cbt-cell.active-trigger {
	-webkit-box-flex: 0;
	flex: 0 80%
}

@media (max-width:1200px) {
	.panel-store-locator.panel-cta-banner-twin .cbt-cell .cbt-item .cta-wrapper {
		padding-bottom: 45px
	}
	.panel-store-locator.panel-cta-banner-twin .image-tabs-repo .container-block {
		padding: 0 5% 30px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-select-wrap {
	width: auto
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input {
	width: 44%
}

@media (max-width:1280px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input {
		width: 37%
	}
}

@media (max-width:1150px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input {
		width: 100%;
		margin: 0 0 20px
	}
}

@media (max-width:700px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input {
		display: block
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div {
	display: table-cell;
	float: none;
	vertical-align: middle;
	box-sizing: border-box
}

@media (max-width:700px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div {
		display: block
	}
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input>div,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div>div {
		margin-bottom: 5px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div {
	width: 395px
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div {
		width: 340px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div {
		width: 300px
	}
}

@media (max-width:1280px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input>div {
		width: 185px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input {
	width: 100%;
	padding: 12px 29px 15px;
	text-align: center;
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1em;
	color: #005031;
	letter-spacing: -2px;
	text-transform: uppercase;
	border: 2px solid #c1bbac
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input {
		font-size: 23px;
		letter-spacing: -1.5px;
		padding: 11px 25px 14px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input {
		font-size: 21px;
		letter-spacing: -1px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-input #wpsl-search-input {
		font-size: 19px;
		letter-spacing: 0;
		padding: 10px 22px 12px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-select-wrap {
	padding-left: 10px;
	padding-right: 15px
}

@media (max-width:1150px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-select-wrap {
		width: auto;
		margin: 0 0 20px;
		padding-left: 0;
		padding-right: 20px
	}
}

@media (max-width:700px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-select-wrap {
		width: 100%;
		padding-right: 0
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap .wpsl-dropdown li {
	color: #005031
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results {
	width: auto;
	vertical-align: middle;
	margin: 0;
	padding-right: 5px;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results {
		width: auto
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius label,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius select,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results label,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results select {
	display: inline-block;
	vertical-align: middle;
	width: auto
}

@media (max-width:700px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius label,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius select,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results label,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results select {
		display: block;
		width: 100%;
		margin-bottom: 5px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius label,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results label {
	padding-right: 5px;
	padding-left: 5px
}

@media (max-width:1150px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius label,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results label {
		padding-left: 0
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-dropdown,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-dropdown {
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: auto;
	border: 0
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius select,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results select {
	padding: 12px 20px 15px;
	text-align: center;
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1em;
	color: #005031;
	letter-spacing: -2px;
	text-transform: uppercase;
	border: 2px solid #c1bbac
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius select,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results select {
		font-size: 23px;
		letter-spacing: -1.5px;
		padding: 11px 5px 14px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius select,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results select {
		font-size: 21px;
		letter-spacing: -1px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius select,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results select {
		font-size: 19px;
		letter-spacing: 0;
		padding: 10px 5px 12px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item {
	padding: 15px 35px 15px 15px!important
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item {
		padding: 14px 35px 14px 12px!important
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-radius .wpsl-selected-item,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-results .wpsl-selected-item {
		padding: 12px 30px 12px 5px!important
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap label {
	float: none;
	width: 100%;
	box-sizing: border-box;
	display: block;
	font-family: Gotham, Arial, sans-serif;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.36em;
	color: #005031;
	letter-spacing: -2px
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap label {
		font-size: 28px;
		letter-spacing: -1.5px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap label {
		font-size: 24px;
		letter-spacing: -1px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap label {
		font-size: 21px;
		letter-spacing: 0
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn {
	border: 0!important;
	border-radius: 0;
	outline: 0;
	padding: 17px 25px;
	text-align: center;
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1em;
	color: #cee73c;
	background: #005031;
	letter-spacing: -2px;
	text-transform: uppercase;
	border: 2px solid #c1bbac;
	-webkit-transition: .35s;
	transition: .35s
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn {
		font-size: 23px;
		letter-spacing: -1.5px;
		padding: 16px 15px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn {
		font-size: 21px;
		letter-spacing: -1px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn {
		font-size: 19px;
		letter-spacing: 0;
		padding: 12px
	}
}

@media (max-width:1150px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn {
		margin-bottom: 15px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-search-wrap #wpsl-search-btn:hover {
	background: #cee73c;
	color: #005031
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-gmap,
.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list {
	float: none;
	display: block;
	width: 100%
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-stores {
	height: auto!important
}

@media (max-width:780px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-stores {
		height: 350px!important
	}
}

@media (min-height:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-gmap {
		height: 500px!important
	}
}

@media (min-height:1000px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-gmap {
		height: 592px!important
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list {
	padding: 40px 0
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before>div {
	font-family: Gotham, Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.36em;
	color: #005031;
	letter-spacing: -1px
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before>div {
		font-size: 21px;
		letter-spacing: 0
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before>div {
		font-size: 19px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before>div {
		font-size: 17px
	}
}

@media (max-width:600px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before>div {
		font-size: 16px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before .wpsl-back {
	font-family: Gotham, Arial, sans-serif;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.36em;
	color: #005031;
	letter-spacing: -2px
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before .wpsl-back {
		font-size: 28px;
		letter-spacing: -1.5px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before .wpsl-back {
		font-size: 24px;
		letter-spacing: -1px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before .wpsl-back {
		font-size: 21px;
		letter-spacing: 0
	}
}

@media (max-width:600px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list .wpsl-direction-before .wpsl-back {
		font-size: 19px;
		letter-spacing: 0
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li {
	position: relative;
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	border-bottom: 1px solid #d6d3ca!important
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li {
		padding: 20px!important
	}
}

@media (max-width:780px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li {
		display: block;
		width: 100%
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li:nth-child(2n):before {
	content: "";
	position: absolute;
	top: 5%;
	left: 0;
	height: 90%;
	width: 1px;
	background: #d6d3ca
}

@media (max-width:780px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li:nth-child(2n):before {
		display: none
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p {
	font-family: Gotham, Arial, sans-serif;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.36em;
	color: #005031;
	letter-spacing: -2px
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p strong {
	display: block;
	width: 100%;
	font-weight: 400
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p span {
	display: block;
	width: 50%
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p .wpsl-country {
	display: none!important
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p {
		font-size: 28px;
		letter-spacing: -1.5px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p {
		font-size: 24px;
		letter-spacing: -1px
	}
}

@media (max-width:1180px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p span {
		display: block;
		width: 100%
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p {
		font-size: 21px;
		letter-spacing: 0
	}
}

@media (max-width:600px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-store-location p {
		font-size: 19px;
		letter-spacing: 0
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-index,
.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-txt,
.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-wrap {
	font-family: Gotham, Arial, sans-serif;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.36em;
	color: #005031;
	letter-spacing: -2px
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-index,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-txt,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-wrap {
		font-size: 28px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-index,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-txt,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-wrap {
		font-size: 24px;
		letter-spacing: -1px
	}
}

@media (max-width:900px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-index,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-txt,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-wrap {
		font-size: 21px;
		letter-spacing: 0
	}
}

@media (max-width:600px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-index,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-txt,
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-wrap {
		font-size: 19px;
		letter-spacing: 0
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-index,
.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-direction-txt {
	font-weight: 400
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -29px;
	display: inline-block;
	font-family: Gotham, Arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: -1px;
	padding: 12px 70px;
	background-color: #bfbbab;
	background-clip: padding-box;
	border: 5px solid transparent;
	border-top-left-radius: 26px;
	border-bottom-right-radius: 26px;
	-webkit-transition: .45s ease;
	transition: .45s ease
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -5px;
	border-radius: inherit;
	background: -webkit-gradient(linear, left top, right top, from(#89847b), color-stop(#9d988c), color-stop(#f8f8f6), color-stop(#9d988c), to(#89847b));
	background: linear-gradient(90deg, #89847b, #9d988c, #f8f8f6, #9d988c, #89847b)
}

@media (max-width:1650px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
		font-size: 23px;
		padding: 11px 62px;
		border-top-left-radius: 25px;
		border-bottom-right-radius: 25px;
		margin-top: -28px
	}
}

@media (max-width:1520px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
		font-size: 22px;
		padding: 10px 56px;
		border-top-left-radius: 24px;
		border-bottom-right-radius: 24px;
		margin-top: -27px
	}
}

@media (max-width:1180px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 15px;
		margin-bottom: 30px
	}
}

@media (max-width:1200px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
		font-size: 18px;
		padding: 9px 43px;
		border-top-left-radius: 17px;
		border-bottom-right-radius: 17px
	}
}

@media (max-width:600px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
		font-size: 18px;
		padding: 9px 43px;
		border: 3px solid transparent;
		border-top-left-radius: 16px;
		border-bottom-right-radius: 16px
	}
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions:before {
		margin: -3px
	}
}

@media (max-width:600px) {
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions {
		font-size: 14px;
		padding: 5px 43px 4px;
		border: 2px solid transparent;
		border-top-left-radius: 14px;
		border-bottom-right-radius: 14px
	}
	.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions:before {
		margin: -2px
	}
}

.panel-store-locator .wp-store-locator-wrapper #wpsl-result-list ul li .wpsl-directions:hover {
	text-decoration: none;
	background-color: #cee73c;
	color: #005031
}

.panel-additional-blocks .additional-block {
	background-color: #fff
}

.panel-additional-blocks .additional-block .abs-slide .content-table {
	width: 100%;
	min-height: 800px
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table {
		min-height: 785px
	}
}

@media (max-height:1366px) and (orientation:portrait) {
	.panel-additional-blocks .additional-block .abs-slide .content-table {
		min-height: 67vh;
		height: 67vh
	}
}

@media (max-height:950px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table {
		min-height: 70vh;
		height: 70vh
	}
}

@media (max-height:812px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table {
		min-height: 76vh;
		height: 76vh
	}
}

@media (max-height:500px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table {
		height: auto
	}
}

.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell {
	text-align: left;
	width: 43%;
	padding-left: 2%
}

.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell img {
		width: 340px;
		padding-left: 5%
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell img {
		padding-left: 0
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell img {
		width: 250px
	}
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell {
	box-sizing: border-box
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
	font-size: 98px;
	font-weight: 600;
	line-height: .9em;
	margin-bottom: .33em;
	letter-spacing: -2px
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		font-size: 78px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		font-size: 68px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		font-size: 48px
	}
}

@media (max-width:1100px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		font-size: 40px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		font-size: 32px;
		letter-spacing: -1px
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		font-size: 26px;
		padding-left: 12px
	}
}

@media (max-width:480px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell h2 {
		min-height: 1.8em
	}
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell ul {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 45px
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell ul li {
	position: relative;
	padding-left: 1.2em;
	font-weight: 500;
	line-height: 1.15em;
	letter-spacing: -1.5px;
	margin-bottom: .2em
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell ul li:before {
	content: "";
	height: .75em;
	width: .75em;
	background: #887b2f;
	position: absolute;
	top: .15em;
	left: 0
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .wysiwyg-content {
	min-height: 120px
}

@media (max-width:410px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .wysiwyg-content {
		min-height: 120px
	}
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell li,
.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell p {
	font-size: 43px;
	line-height: 1.49em;
	letter-spacing: -2.5px;
	font-weight: 600
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell li,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell p {
		font-size: 36px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell li,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell p {
		font-size: 32px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell li,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell p {
		font-size: 26px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell li,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell p {
		font-size: 22px;
		letter-spacing: -1px
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell li,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell p {
		font-size: 16px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .additional-statement,
.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell blockquote {
	color: #050505;
	border: none;
	border-left: none;
	font-size: 16px;
	line-height: 1.25em;
	letter-spacing: -1px;
	font-weight: 500;
	margin: 10px 0 0;
	padding: 0;
	max-width: 98%
}

.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .additional-statement p,
.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .additional-statement span,
.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell blockquote p,
.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell blockquote span {
	font-size: 25px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 0
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .additional-statement,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell blockquote {
		max-width: 90%
	}
}

@media (max-width:1670px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .additional-statement,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell blockquote {
		font-size: 14px
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell .additional-statement,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell blockquote {
		margin-bottom: 0
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table {
		padding: 20px 0
	}
	.panel-additional-blocks .additional-block .abs-slide .content-table,
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell,
	.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell {
		display: block;
		width: 100%;
		box-sizing: border-box
	}
	.panel-additional-blocks .additional-block .abs-slide .content-table .image-cell {
		margin-bottom: 20px;
		text-align: center
	}
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell {
		padding-left: 5%;
		box-sizing: border-box
	}
	.panel-additional-blocks .additional-block .abs-slide .content-table .cta-wrapper {
		text-align: center
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide .content-table .desc-cell {
		padding-left: 0;
		box-sizing: border-box
	}
}

.panel-additional-blocks .additional-block .abs-slide .abs-slide-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-size: cover;
	background-position: 10% 50%;
	background-repeat: no-repeat;
	pointer-events: none
}

.panel-additional-blocks .additional-block .abs-slide .abs-slide-bg.bg-mobile {
	display: none;
	z-index: 2;
	background-position: 50% 30%!important
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide .abs-slide-bg.bg-mobile {
		display: block
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.fi-height .content-table .image-cell img {
		width: auto;
		height: 500px;
		max-width: 100%
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.fi-height .content-table .image-cell img {
		height: 40vh
	}
}

@media (max-width:1100px) and (orientation:landscape) {
	.panel-additional-blocks .additional-block .abs-slide.fi-height .content-table .image-cell img {
		height: 38vh
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide.fi-height .content-table .image-cell img {
		height: 40vh
	}
}

@media (max-height:700px) {
	.panel-additional-blocks .additional-block .abs-slide.fi-height .content-table .image-cell img {
		height: 35vh
	}
}

.panel-additional-blocks .additional-block .abs-slide.ul-no-margin .content-table .desc-cell ul {
	margin-bottom: 0!important
}

.panel-additional-blocks .additional-block .abs-slide.hh-10-80-70 .abs-slide-bg {
	background-position: 10% 50%
}

@media (max-width:1750px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-80-70 .abs-slide-bg {
		background-position: 50% 50%
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-80-70 .abs-slide-bg {
		background-position: 60% 50%
	}
}

@media (max-width:1180px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-80-70 .abs-slide-bg {
		background-position: 70% 50%
	}
}

@media (max-width:900px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-80-70 .abs-slide-bg {
		background-position: 75% 50%
	}
}

.panel-additional-blocks .additional-block .abs-slide.hh-10-30-40 .abs-slide-bg {
	background-position: 10% 50%
}

@media (max-width:1750px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-30-40 .abs-slide-bg {
		background-position: 50% 50%
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-30-40 .abs-slide-bg {
		background-position: 60% 50%
	}
}

@media (max-width:1180px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-30-40 .abs-slide-bg {
		background-position: 70% 50%
	}
}

@media (max-width:900px) {
	.panel-additional-blocks .additional-block .abs-slide.hh-10-30-40 .abs-slide-bg {
		background-position: 75% 50%
	}
}

.panel-additional-blocks .additional-block .abs-slide .abs-slide-content {
	position: relative;
	z-index: 3
}

.panel-additional-blocks .additional-block .abs-slide.type-1 .abs-slide-bg {
	background-position: 20% 50%
}

.panel-additional-blocks .additional-block .abs-slide.type-1 .content-table .desc-cell {
	padding-left: 5%
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1 .content-table .desc-cell {
		padding-left: 0
	}
}

.panel-additional-blocks .additional-block .abs-slide.type-1b .abs-slide-bg {
	background-position: 20% 50%
}

.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
	padding-left: 0
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell img {
		padding-left: 0
	}
}

.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell {
	padding-left: 5%;
	padding-right: 5%
}

@media (min-width:1640px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell {
		padding-left: 2.5%
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell {
		width: 60%
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell .cta-wrapper {
		text-align: left
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell {
		width: 100%
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell h2 {
		padding-left: 0
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell .cta-wrapper {
		text-align: center
	}
}

.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
	text-align: left
}

@media (max-height:1366px) and (orientation:portrait) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table {
		min-height: 100px;
		height: auto
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell,
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
		padding-top: 5vh;
		padding-bottom: 5vh
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table {
		display: table
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell,
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
		display: table-cell;
		box-sizing: border-box
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell ul,
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell ul {
		margin-bottom: 20px;
		padding-left: 0
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
		width: 40%
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell img {
		width: 100%;
		height: auto
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table {
		display: block;
		height: auto;
		min-height: 100px
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .desc-cell,
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
		display: block;
		padding-top: 0;
		padding-bottom: 0
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell {
		width: 100%
	}
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell img {
		max-width: 320px
	}
}

@media (max-width:410px) {
	.panel-additional-blocks .additional-block .abs-slide.type-1b .content-table .image-cell img {
		max-width: 300px
	}
}

.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table {
	max-width: 980px
}

.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell {
	text-align: center;
	vertical-align: bottom
}

.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 84px;
	font-weight: 400;
	line-height: .95em;
	margin-bottom: 1.5em;
	letter-spacing: -5px
}

.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 b,
.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 strong {
	font-family: Gotham, Arial, sans-serif;
	font-weight: 500
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 {
		font-size: 72px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 {
		font-size: 65px;
		letter-spacing: -4px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 {
		font-size: 45px;
		letter-spacing: -3px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell h2 {
		font-size: 36px;
		letter-spacing: -2px;
		font-size: 27px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-2 .content-table .desc-cell {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0
	}
}

.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table {
	max-width: 880px
}

.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell {
	text-align: center;
	vertical-align: center
}

.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 100px;
	font-weight: 400;
	line-height: .9em;
	margin-bottom: .33em;
	letter-spacing: -2px
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 {
		font-size: 80px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 {
		font-size: 70px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 {
		font-size: 50px
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 {
		font-size: 30px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 b,
.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell h2 strong {
	font-family: Gotham, Arial, sans-serif;
	font-weight: 400
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table .desc-cell {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 10%
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block .abs-slide.type-3 .content-table {
		max-width: 600px
	}
}

.panel-additional-blocks .additional-block.has-top-margin {
	border-top: 28px solid #fff
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.has-top-margin {
		border-top: 25px solid #fff
	}
}

.panel-additional-blocks .additional-block .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.panel-additional-blocks .additional-block .owl-nav button {
	position: absolute;
	top: 0;
	outline: 0
}

.panel-additional-blocks .additional-block .owl-nav button.owl-prev {
	left: 30px
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .owl-nav button.owl-prev {
		left: 20px
	}
}

.panel-additional-blocks .additional-block .owl-nav button.owl-next {
	right: 30px
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .owl-nav button.owl-next {
		right: 20px
	}
}

.panel-additional-blocks .additional-block .owl-nav button span {
	font-size: 100px;
	line-height: 1em;
	display: block;
	color: #fff;
	font-weight: 300
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block .owl-nav button span {
		font-size: 90px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block .owl-nav button span {
		font-size: 75px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block .owl-nav button span {
		font-size: 60px
	}
}

@media (max-height:750px) {
	.panel-additional-blocks .additional-block .owl-nav {
		top: 40%
	}
}

.panel-additional-blocks .additional-block.ab-banner {
	background-color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

@media (min-width:1600px) {
	.panel-additional-blocks .additional-block.ab-banner .container-block {
		padding-top: 0;
		padding-bottom: 0
	}
}

.panel-additional-blocks .additional-block.ab-banner .abb-table {
	width: 100%
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell {
	box-sizing: border-box;
	width: 52.5%;
	padding-right: 5%
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell h2 {
	font-size: 49px;
	font-weight: 600;
	line-height: 1.32em;
	margin-bottom: .7em;
	letter-spacing: -2px;
	max-width: 590px
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell h2 {
		font-size: 45px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell h2 {
		font-size: 40px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell h2 {
		font-size: 36px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell h2 {
		font-size: 30px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell .wysiwyg-content a,
.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell li,
.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p {
	font-size: 25px;
	line-height: 1.25em;
	letter-spacing: -2px;
	font-weight: 300;
	color: inherit
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p {
		font-size: 23px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p {
		font-size: 22px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p {
		font-size: 20px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p {
		font-size: 16px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p {
	margin-bottom: 1em;
	max-width: 759px;
	letter-spacing: 0!important
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p strong {
	font-family: Gotham, Arial, sans-serif
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell a strong,
.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell strong a {
	font-family: Gotham, Arial, sans-serif!important;
	font-weight: 600!important;
	letter-spacing: -2px!important
}

@media (max-width:1600px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell a strong,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell strong a {
		letter-spacing: -1px!important
	}
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell .cta-wrapper {
	position: relative;
	z-index: 50;
	padding-top: 50px
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell {
	box-sizing: border-box;
	text-align: right
}

.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell img {
	max-width: 100%;
	max-height: 800px
}

@media (min-width:1600px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table {
		min-height: 800px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner .abb-table {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-flow: row-reverse wrap
	}
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell {
		display: inline-block;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center
	}
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell h2,
	.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell p {
		margin-left: auto;
		margin-right: auto
	}
	.panel-additional-blocks .additional-block.ab-banner .abb-table .desc-cell {
		-webkit-box-ordinal-group: 3;
		order: 2
	}
	.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell {
		-webkit-box-ordinal-group: 2;
		order: 1;
		padding-bottom: 20px
	}
	.panel-additional-blocks .additional-block.ab-banner .abb-table .image-cell img {
		max-width: 340px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-1 .abb-table .desc-cell {
		padding-bottom: 25px!important
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 100px;
	font-weight: 400;
	line-height: .9em;
	margin-bottom: .6em;
	letter-spacing: -2px;
	max-width: 650px;
	margin: 0 auto .6em;
	text-align: center
}

.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 b,
.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 strong {
	font-family: Gotham, Arial, sans-serif;
	font-weight: 500
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 {
		font-size: 80px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 {
		font-size: 70px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 {
		font-size: 50px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell h2 {
		font-size: 30px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell .wysiwyg-content a,
.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell li,
.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell p {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 49px;
	line-height: 1em;
	letter-spacing: -2.5px;
	font-weight: 400
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell p {
		font-size: 38px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell p {
		font-size: 34px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell p {
		font-size: 28px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell p {
		font-size: 20px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell p {
	margin-bottom: 1.5em;
	max-width: 100%
}

.panel-additional-blocks .additional-block.ab-banner.type-2 .abb-table .desc-cell .cta-wrapper {
	padding-top: 30px
}

.panel-additional-blocks .additional-block.ab-banner.type-3 {
	position: relative;
	overflow: hidden
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .container-block {
	position: relative;
	z-index: 2
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table {
	min-height: 530px
}

@media (min-width:1640px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table {
		min-height: 620px
	}
}

@media (max-width:1400px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table {
		max-width: 40%
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table {
		min-height: 390px;
		width: 50%;
		max-width: 50%;
		padding-right: 3%
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		min-height: 100px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell {
	padding-bottom: 30px;
	padding-top: 30px
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2 {
	font-size: 49px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 1em;
	letter-spacing: -2px;
	max-width: 820px;
	text-align: left
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2 {
		font-size: 45px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2 {
		font-size: 40px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2 {
		font-size: 36px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2 {
		font-size: 30px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell .wysiwyg-content a,
.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell li,
.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 25px;
	line-height: 1.25em;
	letter-spacing: -2px;
	font-weight: 300;
	color: inherit
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		font-size: 23px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		font-size: 22px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		font-size: 20px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		font-size: 16px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
	margin-bottom: 1em;
	max-width: 680px
}

@media (max-width:1600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		max-width: 500px
	}
}

@media (max-width:1400px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		max-width: 720px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell .cta-wrapper {
	padding-top: 20px
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		text-align: left
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell {
		text-align: center;
		width: 100%;
		padding-right: 0
	}
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-3 .abb-table .desc-cell p {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
}

.panel-additional-blocks .additional-block.ab-banner .featured-image-outer {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 0;
	right: 0;
	height: 100%
}

.panel-additional-blocks .additional-block.ab-banner .featured-image-outer img {
	height: 100%
}

@media (max-width:1500px) {
	.panel-additional-blocks .additional-block.ab-banner .featured-image-outer {
		width: 55%
	}
	.panel-additional-blocks .additional-block.ab-banner .featured-image-outer img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media (max-width:1400px) {
	.panel-additional-blocks .additional-block.ab-banner .featured-image-outer {
		width: 50%
	}
	.panel-additional-blocks .additional-block.ab-banner .featured-image-outer img {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 50%;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block.ab-banner .featured-image-outer {
		position: static;
		width: 100%;
		padding-top: 20px
	}
	.panel-additional-blocks .additional-block.ab-banner .featured-image-outer img {
		width: 100%;
		height: auto;
		position: static;
		bottom: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-5,
.panel-additional-blocks .additional-block.ab-banner.type-6,
.panel-additional-blocks .additional-block.ab-banner.type-6b,
.panel-additional-blocks .additional-block.ab-banner.type-7 {
	position: relative
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .container-block,
.panel-additional-blocks .additional-block.ab-banner.type-6 .container-block,
.panel-additional-blocks .additional-block.ab-banner.type-6b .container-block,
.panel-additional-blocks .additional-block.ab-banner.type-7 .container-block {
	position: relative;
	z-index: 4
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .panel-bg-mask,
.panel-additional-blocks .additional-block.ab-banner.type-6 .panel-bg-mask,
.panel-additional-blocks .additional-block.ab-banner.type-6b .panel-bg-mask,
.panel-additional-blocks .additional-block.ab-banner.type-7 .panel-bg-mask {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg,
.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg,
.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg,
.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-size: cover;
	background-position: 10% 50%;
	background-repeat: no-repeat;
	pointer-events: none
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg.bg-mobile,
.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg.bg-mobile,
.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg.bg-mobile,
.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg.bg-mobile {
	display: none;
	z-index: 2;
	background-position: 50% 50%!important
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg.bg-mobile,
	.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg.bg-mobile,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg.bg-mobile,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg.bg-mobile {
		display: block
	}
}

@media (max-width:1750px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg {
		background-position: 50% 50%
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg {
		background-position: 60% 50%
	}
}

@media (max-width:1180px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg {
		background-position: 70% 50%
	}
}

@media (max-width:900px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6 .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .banner-bg,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .banner-bg {
		background-position: 75% 50%
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .cta-wrapper,
.panel-additional-blocks .additional-block.ab-banner.type-6 .cta-wrapper,
.panel-additional-blocks .additional-block.ab-banner.type-6b .cta-wrapper,
.panel-additional-blocks .additional-block.ab-banner.type-7 .cta-wrapper {
	text-align: center
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell {
	width: 52%;
	padding-right: 2%
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 100px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0;
	letter-spacing: -2px;
	max-width: 700px;
	margin: 0 auto .6em;
	text-align: center
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2 b,
.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2 strong,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 b,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 strong {
	font-family: Gotham, Arial, sans-serif;
	font-weight: 600
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
		font-size: 80px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
		font-size: 70px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
		font-size: 50px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
		font-size: 30px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell .wysiwyg-content a,
.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell li,
.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell .wysiwyg-content a,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell li,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 49px;
	line-height: 1em;
	letter-spacing: -2.5px;
	font-weight: 400
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p {
		font-size: 38px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p {
		font-size: 34px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p {
		font-size: 28px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell .wysiwyg-content a,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell li,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p {
		font-size: 20px;
		letter-spacing: -1px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p {
	margin-bottom: 1.5em;
	max-width: 100%
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell .cta-wrapper,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell .cta-wrapper {
	padding-top: 20px
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell,
.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell {
	text-align: left
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell {
		text-align: center
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		display: table
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell {
		display: table-cell;
		box-sizing: border-box
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell {
		width: 40%;
		padding-bottom: 0
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell img,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell img {
		width: 100%;
		height: auto
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-flow: row-reverse wrap
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell {
		display: inline-block;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell p,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell p {
		margin-left: auto;
		margin-right: auto
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell {
		-webkit-box-ordinal-group: 3;
		order: 2;
		padding-bottom: 20px
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell {
		-webkit-box-ordinal-group: 2;
		order: 1;
		padding-bottom: 10px;
		padding-top: 0
	}
	.panel-additional-blocks .additional-block.ab-banner.type-5 .abb-table .image-cell img,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .image-cell img {
		max-width: 340px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .container-block,
.panel-additional-blocks .additional-block.ab-banner.type-7 .container-block {
	padding-top: 0;
	padding-bottom: 0
}

.panel-additional-blocks .additional-block.ab-banner.type-5 .fimage-spacer,
.panel-additional-blocks .additional-block.ab-banner.type-7 .fimage-spacer {
	width: 100%;
	height: 800px
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .fimage-spacer,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .fimage-spacer {
		height: 600px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .fimage-spacer,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .fimage-spacer {
		height: 500px
	}
}

@media (max-width:600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-5 .fimage-spacer,
	.panel-additional-blocks .additional-block.ab-banner.type-7 .fimage-spacer {
		height: 300px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-6 .abb-table,
.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
	min-height: 800px
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 585px
	}
}

@media (max-height:1366px) and (orientation:portrait) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 67vh;
		height: 67vh
	}
}

@media (max-height:950px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 70vh;
		height: 70vh
	}
}

@media (max-height:812px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 66vh;
		height: 66vh
	}
}

@media (max-height:500px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .abb-table,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		height: auto
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell,
.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell {
	text-align: center
}

.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2,
.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
	font-family: "Gotham Book", Arial, sans-serif;
	font-size: 84px;
	font-weight: 400;
	line-height: .95em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	letter-spacing: -5px
}

.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2 b,
.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2 strong,
.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 b,
.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 strong {
	font-family: Gotham, Arial, sans-serif;
	font-weight: 500
}

@media (max-width:1600px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 72px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 65px;
		letter-spacing: -4px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 45px;
		letter-spacing: -3px
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell h2,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 36px;
		letter-spacing: -2px;
		font-size: 27px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6 .desc-cell,
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
	min-height: 800px
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 615px
	}
}

@media (max-height:1366px) and (orientation:portrait) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 67vh;
		height: 67vh
	}
}

@media (max-height:950px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 70vh;
		height: 70vh
	}
}

@media (max-height:812px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		min-height: 66vh;
		height: 66vh
	}
}

@media (max-height:500px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .abb-table {
		height: auto
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell {
	vertical-align: bottom
}

.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
	max-width: 1080px;
	font-size: 80px;
	position: relative;
	left: -5%;
	margin-top: 0
}

.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 b {
	display: inline-block;
	margin-bottom: 15px
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 b {
		margin-bottom: 10px
	}
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 70px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 60px;
		letter-spacing: -4px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 41px;
		letter-spacing: -3px;
		left: 0
	}
}

@media (max-width:840px) {
	.panel-additional-blocks .additional-block.ab-banner.type-6b .desc-cell h2 {
		font-size: 32px;
		letter-spacing: -2px;
		font-size: 24px
	}
}

.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
	position: relative;
	width: auto;
	max-width: 840px;
	min-height: 800px;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 0 30px 100px
}

.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell {
	width: 100%;
	padding-right: 0
}

.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
	font-weight: 300;
	line-height: 1.25em
}

@media (max-width:1800px) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		padding: 30px 0 30px 5%
	}
}

@media (max-width:1800px) and (min-width:1441px) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
		font-size: 82px
	}
}

@media (max-width:1440px) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		padding: 30px 0;
		min-height: 600px;
		max-width: 600px;
		width: 600px
	}
}

@media (max-width:1200px) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		min-height: 500px;
		max-width: 420px;
		width: 420px
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table img {
		max-width: 80%;
		margin: 0 auto 10px
	}
}

@media (max-width:880px) and (orientation:portrait) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		width: 100%;
		margin: 0 auto;
		min-height: 80vh
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table h2 {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		margin-bottom: 0
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .cta-wrapper {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		text-align: center
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .cta-wrapper .cta-btn {
		margin-bottom: 0
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table img {
		display: none
	}
}

@media (max-width:880px) and (orientation:portrait) and (min-height:1000px) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		min-height: 85vh
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table h2 {
		font-size: 60px;
		top: 5%
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .cta-wrapper {
		bottom: 5%
	}
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table img {
		display: none
	}
}

@media (max-width:414px) {
	.panel-additional-blocks .additional-block.ab-banner.type-7 .abb-table .desc-cell h2 {
		font-size: 47px
	}
}

.panel-promotional-slider .ps-slide {
	position: relative
}

.panel-promotional-slider .ps-slide .ps-slide-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	background-size: cover;
	background-position: 10% 50%;
	background-repeat: no-repeat;
	pointer-events: none
}

.panel-promotional-slider .ps-slide .ps-slide-bg.bg-mobile {
	display: none;
	z-index: 2;
	background-position: 50% 10%!important
}

@media (max-width:600px) {
	.panel-promotional-slider .ps-slide .ps-slide-bg.bg-mobile {
		display: block
	}
}

.panel-promotional-slider .ps-slide .ps-content {
	position: relative;
	z-index: 2;
	color: #fff
}

.panel-promotional-slider .ps-slide .content-table {
	width: 100%
}

.panel-promotional-slider .ps-slide .content-table .image-cell {
	width: 40%
}

.panel-promotional-slider .ps-slide .content-table .image-cell img {
	width: 100%
}

@media (min-width:1600px) {
	.panel-promotional-slider .ps-slide .content-table .image-cell img {
		height: 800px;
		width: auto
	}
}

.panel-promotional-slider .ps-slide .content-table .desc-cell {
	padding: 0 5% 0 0;
	text-align: center
}

@media (max-width:600px) {
	.panel-promotional-slider .ps-slide .content-table .desc-cell .wysiwyg-content {
		min-height: 132px
	}
}

.panel-promotional-slider .ps-slide .content-table .desc-cell h2,
.panel-promotional-slider .ps-slide .content-table .desc-cell h2>span {
	font-family: "Gotham Book", Arial, sans-serif;
	font-weight: 400;
	font-size: 84px;
	line-height: .8em;
	letter-spacing: -5px;
	margin-bottom: 0
}

.panel-promotional-slider .ps-slide .content-table .desc-cell h5,
.panel-promotional-slider .ps-slide .content-table .desc-cell h5>span {
	font-weight: 500;
	font-size: 25px;
	line-height: 2.1em;
	letter-spacing: -2px;
	margin-bottom: 0
}

.panel-promotional-slider .ps-slide .content-table .desc-cell p,
.panel-promotional-slider .ps-slide .content-table .desc-cell span {
	margin-bottom: 0;
	font-size: 66px;
	line-height: 1.1em;
	font-weight: 500;
	letter-spacing: -5px
}

.panel-promotional-slider .ps-slide .content-table .desc-cell h2+p {
	margin-top: .5em
}

.panel-promotional-slider .ps-slide .content-table .desc-cell .cta-wrapper {
	margin: 50px auto 65px
}

@media (max-width:1630px) {
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2>span {
		font-size: 72px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5>span {
		font-size: 23px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell p,
	.panel-promotional-slider .ps-slide .content-table .desc-cell span {
		font-size: 54px;
		max-width: 700px;
		margin: 0 auto
	}
}

@media (max-width:1280px) {
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2>span {
		font-size: 59px;
		letter-spacing: -3px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5>span {
		font-size: 22px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell p,
	.panel-promotional-slider .ps-slide .content-table .desc-cell span {
		font-size: 42px;
		letter-spacing: -3px;
		max-width: 600px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell .cta-wrapper {
		margin: 40px auto
	}
}

@media (max-width:880px) {
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2>span {
		font-size: 45px;
		letter-spacing: -2px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5>span {
		font-size: 20px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell p,
	.panel-promotional-slider .ps-slide .content-table .desc-cell span {
		font-size: 28px;
		letter-spacing: -2px;
		max-width: 320px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell .cta-wrapper {
		margin: 30px auto
	}
}

@media (max-width:600px) {
	.panel-promotional-slider .ps-slide .content-table .desc-cell {
		padding: 20px 5%
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h2>span {
		font-size: 34px;
		letter-spacing: -2px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5,
	.panel-promotional-slider .ps-slide .content-table .desc-cell h5>span {
		font-size: 17px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell p,
	.panel-promotional-slider .ps-slide .content-table .desc-cell span {
		font-size: 26px;
		letter-spacing: -2px;
		max-width: 320px
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell .cta-wrapper {
		margin: 30px auto 0
	}
}

@media (max-width:600px) {
	.panel-promotional-slider .ps-slide .content-table {
		display: block
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell,
	.panel-promotional-slider .ps-slide .content-table .image-cell {
		display: block;
		box-sizing: border-box
	}
	.panel-promotional-slider .ps-slide .content-table .image-cell {
		width: 70%;
		padding-top: 3vh
	}
	.panel-promotional-slider .ps-slide .content-table .desc-cell {
		width: 100%;
		min-height: 240px
	}
}

.panel-promotional-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.panel-promotional-slider .owl-nav button {
	position: absolute;
	top: 0;
	outline: 0
}

.panel-promotional-slider .owl-nav button.owl-prev {
	left: 30px
}

@media (max-width:840px) {
	.panel-promotional-slider .owl-nav button.owl-prev {
		left: 20px
	}
}

.panel-promotional-slider .owl-nav button.owl-next {
	right: 30px
}

@media (max-width:840px) {
	.panel-promotional-slider .owl-nav button.owl-next {
		right: 20px
	}
}

.panel-promotional-slider .owl-nav button span {
	font-size: 100px;
	line-height: 1em;
	display: block;
	color: #fff;
	font-weight: 300
}

@media (max-width:1800px) {
	.panel-promotional-slider .owl-nav button span {
		font-size: 90px
	}
}

@media (max-width:1200px) {
	.panel-promotional-slider .owl-nav button span {
		font-size: 75px
	}
}

@media (max-width:840px) {
	.panel-promotional-slider .owl-nav button span {
		font-size: 60px
	}
}

@media (max-height:750px) {
	.panel-promotional-slider .owl-nav {
		top: 40%
	}
}

.panel-search-results {
	padding-top: 200px
}

@media (max-width:1200px) {
	.panel-search-results {
		padding-top: 160px
	}
}

.panel-search-results .main-search-bar {
	position: relative;
	margin: 0 auto 50px;
	max-width: 800px
}

.panel-search-results .main-search-bar input {
	width: 100%;
	text-align: left;
	padding: 5px 30px 4px 0;
	font-family: Gotham, Arial, sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.25em;
	color: #005031;
	letter-spacing: -1px;
	border: none;
	border-bottom: 4px solid #cee73c
}

.panel-search-results .main-search-bar input::-webkit-input-placeholder {
	color: #005031
}

.panel-search-results .main-search-bar input:-ms-input-placeholder {
	color: #005031
}

.panel-search-results .main-search-bar input::-moz-placeholder {
	color: #005031
}

.panel-search-results .main-search-bar input::-ms-input-placeholder {
	color: #005031
}

.panel-search-results .main-search-bar input::placeholder {
	color: #005031
}

@media (max-width:1200px) {
	.panel-search-results .main-search-bar input {
		font-size: 29px
	}
}

@media (max-width:600px) {
	.panel-search-results .main-search-bar input {
		font-size: 24px
	}
}

.panel-search-results .main-search-bar img {
	position: absolute;
	height: 28px;
	bottom: 10px;
	right: 0
}

@media (max-width:1200px) {
	.panel-search-results .main-search-bar img {
		height: 24px
	}
}

@media (max-width:600px) {
	.panel-search-results .main-search-bar img {
		height: 18px;
		bottom: 8px
	}
}

.panel-search-results .no-result {
	text-align: center;
	padding: 20px 0
}

.panel-search-results .load-more-wrapper {
	text-align: center;
	padding: 25px 0
}

.panel-search-results .load-more-wrapper img {
	display: none
}

.panel-text-content {
	background: #fff;
	color: #050505;
	text-align: center
}

.panel-text-content li,
.panel-text-content p,
.panel-text-content span,
.panel-text-content ul {
	font-weight: 500;
	letter-spacing: -1px;
	font-size: 25px;
	line-height: 1.1em
}

.panel-text-content li b,
.panel-text-content li strong,
.panel-text-content p b,
.panel-text-content p strong,
.panel-text-content span b,
.panel-text-content span strong,
.panel-text-content ul b,
.panel-text-content ul strong {
	font-weight: 600
}

@media (max-width:1440px) {
	.panel-text-content li,
	.panel-text-content p,
	.panel-text-content span,
	.panel-text-content ul {
		font-size: 23px
	}
}

@media (max-width:1100px) {
	.panel-text-content li,
	.panel-text-content p,
	.panel-text-content span,
	.panel-text-content ul {
		font-size: 20px
	}
}

@media (max-width:600px) {
	.panel-text-content li,
	.panel-text-content p,
	.panel-text-content span,
	.panel-text-content ul {
		font-size: 17px
	}
}

.panel-text-content p {
	margin-bottom: 10px
}

.module-image-tabs .it-tab {
	display: none;
	padding-top: 18px
}

.module-image-tabs .it-tab h3 {
	color: #005031;
	margin-bottom: 1em
}

.module-image-tabs .it-tab p {
	margin-bottom: 1em;
	font-size: 25px
}

@media (max-width:1640px) {
	.module-image-tabs .it-tab p {
		font-size: 22px
	}
}

@media (max-width:1440px) {
	.module-image-tabs .it-tab p {
		font-size: 19px
	}
}

@media (max-width:600px) {
	.module-image-tabs .it-tab p {
		font-size: 16px
	}
}

#font-preloader {
	opacity: 0;
	position: absolute;
	z-index: -1;
	pointer-events: none
}

#font-preloader span {
	line-height: 0;
	font-size: 0
}

#font-preloader .font-fam-1 {
	font-family: Gotham, Arial, sans-serif
}

#font-preloader .font-fam-2 {
	font-family: "Gotham Book", Arial, sans-serif
}

#font-preloader .font-fam-3 {
	font-family: Gotham, Arial, sans-serif
}

html {
	margin-top: 0!important
}

#wpadminbar {
	opacity: .75
}

@media (max-width:1024px) {
	#wpadminbar {
		display: none!important
	}
}

.woocommerce-page #page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
.woocommerce-page #page-header .uhc-table .nav-cell nav#main-navigation>a {
	color: #000
}

.woocommerce-page #page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a:hover,
.woocommerce-page #page-header .uhc-table .nav-cell nav#main-navigation>a:hover {
	color: #096649
}

.breadcrumbs {
	display: none;
	margin-top: 0px !important;
	padding: 10px 0 12px 0;
	background-color: #f6f6f6
}

.breadcrumbs .container {
	margin: 0 auto;
	max-width: 1200px
}

.breadcrumbs ul {
	padding: 0;
	margin: 0
}

.breadcrumbs ul>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 18px 0 0;
	margin: 0 15px 0 0;
	font-weight: 400
}

.breadcrumbs ul>li:after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #989898;
	height: 17px;
	-webkit-transform: rotate(27deg);
	-moz-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	-o-transform: rotate(27deg);
	transform: rotate(27deg);
	top: 3px;
	right: 0
}

.breadcrumbs ul>li:last-of-type:after {
	display: none
}

.breadcrumbs ul>li>a,
.breadcrumbs ul>li>span {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150.7%;
	letter-spacing: .02em
}

.breadcrumbs ul>li {
	font-size: 16px
}

.breadcrumbs ul>li>a {
	color: #989898;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.breadcrumbs ul>li>a:hover {
	color: #000
}

.breadcrumbs ul>li>span {
	color: #000
}

.prod-tab {
	margin-top: 40px
}

.prod-tab .container {
	margin: 0 auto;
	max-width: 1200px
}

.prod-tab .row {
	margin-left: -15px;
	margin-right: -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.prod-tab .col_4 {
	padding: 0 15px;
	-ms-flex: 33.3333333333%;
	flex: 33.3333333333%;
	max-width: 33.3333333333%;
	box-sizing: border-box
}

.prod-tab a {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 150.7%;
	letter-spacing: .05em;
	color: #000;
	width: 100%;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-ms-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in
}

.prod-tab a.active,
.prod-tab a:hover {
	background-color: #096649;
	box-shadow: 0 5px 7px rgba(9, 102, 73, .25);
	color: #fff;
	text-decoration: none
}

.prod-list {
	padding-top: 70px;
	padding-bottom: 33px
}

.prod-list .container {
	margin: 0 auto;
	max-width: 1200px
}

.prod-list .row {
	margin-left: -15px;
	margin-right: -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.prod-list .col_4 {
	padding: 0 15px;
	-ms-flex: 33.3333333333%;
	flex: 33.3333333333%;
	max-width: 33.3333333333%;
	margin-bottom: 30px;
	box-sizing: border-box
}

.prod-list .col_12 {
	padding: 0 15px;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box
}

.prod-list .col_12.text-center {
	margin-top: 41px;
	text-align: center
}

.prod-boxinner {
	background: #fff;
	box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
	position: relative;
	padding-top: 30px
}

.prod-boxinner .bg-img {
	width: 100px;
	height: 129px;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1
}

.sale-tag,
.woocommerce span.onsale {
	background-color: #e73c3c;
	color: #fff;
	padding: 10px;
	width: 100px;
	height: 52px;
	box-sizing: border-box;
	text-transform: capitalize;
	-webkit-transform: translateY(00px);
	-moz-transform: translateY(00px);
	-ms-transform: translateY(00px);
	-o-transform: translateY(00px);
	transform: translateY(00px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: .02em;
	color: #fff;
	position: absolute;
	z-index: 1
}

.prodimg-box {
	display: block;
	width: 100%;
	padding-bottom: 74%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom
}

.prodimg-box:hover {
	opacity: .5
}

.prod-boxinner h5 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: .01em;
	color: #096649;
	margin: 31px 19px 10px 19px
}

.prod-boxinner h5>a {
	color: #096649;
	transition: all .4s
}

.prod-boxinner h5>a:hover {
	color: #cee73c;
	text-decoration: none
}

.prod-boxinner p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 20px 19px
}

.prod-boxinner .price {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 33px;
	color: #e73c3c;
	margin: 0 0 0 20px;
	padding-bottom: 29px
}

.prod-boxinner .price>span {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
	letter-spacing: .03em;
	color: #b3afaf;
	text-decoration: line-through;
	transform: translate(3px, -4px);
	display: inline-block
}

.woocommerce .prod-boxinner a.button {
	background-color: #096649;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150.7%;
	letter-spacing: .02em;
	color: #fff;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	height: 70px
}

.woocommerce .prod-boxinner a.button:hover {
	background-color: #cee73c
}

.tag-link {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 135.7%;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #096649;
	box-shadow: 0 1px 0 0 #096649
}

.tag-link:hover {
	color: #cee73c;
	text-decoration: none;
	box-shadow: 0 1px 0 0 #cee73c
}

h1.product_title.entry-title {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 29px;
	letter-spacing: .01em;
	color: #096649;
	margin-bottom: 20px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 19px
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: .03em;
	color: #000;
	text-decoration: none;
	margin: 0 15px 0 0
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
	letter-spacing: .03em;
	color: #b3afaf;
	text-decoration: line-through
}

.product_meta,
.woocommerce-product-details__short-description {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 139%;
	letter-spacing: .023em;
	color: rgba(0, 0, 0, .7);
	margin: 0 0 19px 0
}

.woocommerce-product-details__short-description ul {
	margin: 16px 0 0 0;
	padding: 0
}

.woocommerce-product-details__short-description ul>li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 17px
}

.woocommerce-product-details__short-description ul>li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #000;
	border-radius: 50%
}

.woocommerce .quantity input.qty {
	border: 1px solid #000;
	min-width: 187px;
	height: 70px;
	border-radius: 0
}

.woocommerce-product-details__short-description p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 139%;
	color: rgba(0, 0, 0, .7)
}

.woocommerce a.button.single_add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button,
.woocommerce input.button.single_add_to_cart_button {
	min-width: 294px;
	height: 70px;
	background-color: #096649;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150.7%;
	letter-spacing: .02em;
	color: #fff;
	border-radius: 0;
	font-family: Gotham, Arial, sans-serif;
	font-weight: 700
}

.woocommerce a.button.single_add_to_cart_button:hover,
.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce input.button.single_add_to_cart_button:hover {
	background-color: #cee73c;
	color: #096649
}

.product_meta a {
	color: #096649
}

.product_meta a:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, .7)
}

.product.type-product {
	max-width: 1202px;
	margin: 0 auto;
	padding-top: 44px
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 46%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 50%
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 20px 0 0
}

.woocommerce span.onsale {
	border-radius: 0;
	min-width: inherit;
	min-height: inherit;
	top: 0;
	left: 0
}

.accordian-sec {
	clear: both;
	padding-top: 49px;
	margin-bottom: -3px
}

.accordian-sec .container {
	max-width: 1200px;
	margin: 0 auto
}

ul.accordion {
	padding: 0;
	margin: 0
}

ul.accordion>li {
	list-style: none;
	margin-bottom: 30px
}

.accordion-content {
	display: none;
	padding: 10px
}

.accordion-title {
	display: block;
	background: #fff;
	border: 1px solid #cee73c;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #096649;
	padding: 20px 14px 19px 19px;
	position: relative
}

.accordion-title:hover {
	text-decoration: none
}

.accordion-title>span {
	display: block;
	font-size: 0;
	width: 16px;
	height: 16px;
	background-image: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/assets/images/plus.png);
	background-repeat: no-repeat;
	background-size: 16px;
	position: absolute;
	right: 22px;
	top: 20px
}

.accordion-title.active>span {
	background-image: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/assets/images/minus.png)
}

#page-footer,
.related.products,
.woocommerce div.product {
	clear: both
}

.prod-list .text-center {
	text-align: center;
	margin-bottom: 66px
}

.prod-list h3 {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 135.7%;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #000
}

.panel.prod-list {
	padding-bottom: 148px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 1
}

.hero-banner-new {
	height: 100vh
}

.hero-banner,
.heroban-newimg {
	height: 100vh
}

.bg-set {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.hero-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0, rgba(255, 255, 255, 0) 72.4%, rgba(255, 255, 255, .18) 81.77%, #fff 100%), url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/dist/BACKGROUND-6.jpg)
}

.hero-banner>div {
	text-align: center;
	padding-top: 37vh;
}

.hero-banner h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 125.7%;
	text-align: center;
	letter-spacing: .02em;
	color: #fff;
	margin-bottom: 26px;
	text-transform: uppercase
}

.hero-banner .cta-btn {
	font-size: 18px;
	padding: 16px 49px;
	letter-spacing: .05em
}

.hero-banner-new .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%;
	);
	-moz-transform: translateY(-50%;
	);
	-ms-transform: translateY(-50%;
	);
	-o-transform: translateY(-50%;
	);
	transform: translateY(-50%;
	);
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	width: 20px;
	height: 40px;
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.prod-boxinner h5 {
	min-height: 58px;
}

.hero-banner-new .slick-arrow:hover {
	opacity: .6
}

.hero-banner-new .slick-arrow.slick-next {
	background-image: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/assets/images/right-white-arrow.svg);
	right: 6.1%
}

.hero-banner-new .slick-arrow.slick-prev {
	background-image: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/assets/images/left-white-arrow.svg);
	left: 6.1%
}

.home .prod-boxinner {
	padding-top: 82px
}

.home .prod-boxinner a.button {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 150.7%;
	letter-spacing: .05em;
	color: #fff;
	height: 100px
}

@media (max-width:1366px) {
	.prod-tab {
		margin-top: 30px
	}
	.prod-tab a {
		font-size: 18px;
		line-height: 1;
		height: 65px
	}
	.sale-tag,
	.woocommerce span.onsale {
		width: 80px;
		height: 42px;
		font-size: 15px
	}
	.prod-boxinner h5 {
		font-size: 20px;
		margin: 20px 19px 5px 19px
	}
	.prod-boxinner p {
		font-size: 16px;
		margin: 0 0 10px 19px
	}
	.prod-boxinner .price {
		font-size: 25px
	}
	.woocommerce .prod-boxinner a.button {
		line-height: 1;
		height: 60px;
		font-size: 18px
	}
	.prod-list {
		padding-top: 50px
	}
	.prod-list .col_12.text-center,
	.prod-list .text-center {
		margin-top: 25px;
		margin-bottom: 45px
	}
	.tag-link {
		font-size: 16px
	}
	.sale-tag,
	.woocommerce span.onsale {
		width: 90px;
		height: 48px;
		font-size: 16px
	}
	h1.product_title.entry-title {
		font-size: 35px;
		line-height: 29px
	}
	.woocommerce div.product p.price del,
	.woocommerce div.product span.price del {
		font-size: 21px;
		line-height: 23px
	}
	.woocommerce-product-details__short-description p {
		font-size: 16px;
		line-height: 1.4
	}
	.woocommerce a.button.single_add_to_cart_button,
	.woocommerce button.button.single_add_to_cart_button,
	.woocommerce input.button.single_add_to_cart_button {
		min-width: 270px;
		height: 60px;
		font-size: 17px;
		line-height: 1
	}
	.woocommerce .quantity input.qty {
		min-width: 140px;
		height: 60px
	}
	.accordian-sec {
		padding-top: 30px;
		margin-bottom: 0
	}
	ul.accordion>li {
		margin-bottom: 15px
	}
	.accordion-title {
		margin-bottom: 0;
		font-size: 18px
	}
	.accordion-content ul {
		padding: 0
	}
	.prod-list {
		padding-top: 55px;
		padding-bottom: 55px
	}
	.prod-list .text-center {
		margin-bottom: 40px
	}
	.prod-list h3 {
		font-size: 33px
	}
	.hero-banner h1 {
		font-size: 40px;
		margin-bottom: 20px
	}
	.hero-banner-new figure img {
		height: 250px
	}
	.hero-banner .cta-btn {
		font-size: 16px;
		padding: 12px 35px
	}
	.hero-banner-new .slick-arrow {
		width: 14px;
		height: 28px
	}
	.panel.prod-list {
		padding-bottom: 100px
	}
	.home .prod-boxinner {
		padding-top: 60px
	}
	.home .prod-boxinner a.button {
		height: 70px;
		font-size: 20px
	}
}

@media (max-width:1200px) {
	#page-header #hamburger-menu .hm-bar {
		background: #000
	}
	.home #page-header #hamburger-menu .hm-bar {
		background: #fff
	}
	.breadcrumbs {
		margin-top: 125px
	}
	.accordian-sec .container,
	.breadcrumbs .container,
	.prod-list .container,
	.prod-tab .container {
		padding: 0 15px
	}
	.product.type-product {
		margin: 0 15px
	}
	.sale-tag,
	.woocommerce span.onsale {
		width: 70px;
		height: 37px;
		font-size: 13px
	}
	.prod-boxinner h5 {
		font-size: 18px;
		margin: 12px 15px 5px 15px
	}
	.prod-boxinner p {
		font-size: 15px;
		margin: 0 0 10px 15px
	}
	.prod-boxinner .price {
		font-size: 22px;
		margin: 0 0 0 15px;
		padding-bottom: 15px
	}
	.prod-boxinner .price>span {
		font-size: 18px
	}
	.woocommerce .prod-boxinner a.button {
		height: 55px;
		font-size: 16px
	}
	.prod-boxinner .bg-img {
		width: 50px;
		height: 60px
	}
	h1.product_title.entry-title {
		font-size: 30px;
		line-height: 26px
	}
	.woocommerce div.product p.price del,
	.woocommerce div.product span.price del {
		font-size: 19px;
		line-height: 21px;
		margin: 0 5px 0 0
	}
	.woocommerce div.product p.price ins,
	.woocommerce div.product span.price ins {
		font-size: 16px;
		line-height: 15px
	}
	.woocommerce-product-details__short-description p {
		font-size: 15px
	}
	.woocommerce a.button.single_add_to_cart_button,
	.woocommerce button.button.single_add_to_cart_button,
	.woocommerce input.button.single_add_to_cart_button {
		min-width: 220px;
		height: 50px;
		font-size: 15px
	}
	.woocommerce .quantity input.qty {
		min-width: 120px;
		height: 50px
	}
	.breadcrumbs ul>li,
	.breadcrumbs ul>li>a,
	.breadcrumbs ul>li>span {
		font-size: 15px
	}
	.accordian-sec {
		padding-top: 20px
	}
	.prod-list .col_12.text-center,
	.prod-list .text-center {
		margin-top: 0
	}
	.prod-list h3 {
		font-size: 28px
	}
	.prod-list {
		padding-top: 45px;
		padding-bottom: 45px
	}
	.hero-banner h1 {
		font-size: 35px;
		margin-bottom: 15px
	}
	.hero-banner-new figure img {
		height: 210px
	}
	.panel.prod-list {
		padding-bottom: 70px
	}
	.home .prod-boxinner {
		padding-top: 50px
	}
	.home .prod-boxinner a.button {
		height: 60px;
		font-size: 18px
	}
}

@media (max-width:1024px) {
	.prod-tab {
		margin-top: 20px
	}
	.prod-tab a {
		font-size: 16px;
		height: 55px
	}
	.prod-list {
		padding-top: 40px
	}
	.prod-boxinner h5 {
		font-size: 15px
	}
	.prod-boxinner p {
		font-size: 14px
	}
	.prodimg-box {
		background-size: contain
	}
	.prod-boxinner .price {
		font-size: 20px
	}
	.prod-boxinner .price>span {
		font-size: 15px;
		-webkit-transform: translate(1px, -2px);
		-moz-transform: translate(1px, -2px);
		-ms-transform: translate(1px, -2px);
		-o-transform: translate(1px, -2px);
		transform: translate(1px, -2px)
	}
	.woocommerce .prod-boxinner a.button {
		font-size: 15px;
		height: 50px
	}
	.prod-list .col_12.text-center,
	.prod-list .text-center {
		margin-top: 15px;
		margin-bottom: 35px
	}
	.sale-tag,
	.woocommerce span.onsale {
		width: 50px;
		height: 30px;
		font-size: 12px
	}
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: left
	}
	h1.product_title.entry-title {
		font-size: 25px;
		margin-bottom: 10px
	}
	.woocommerce .quantity input.qty {
		min-width: 100px;
		height: 45px
	}
	.woocommerce a.button.single_add_to_cart_button,
	.woocommerce button.button.single_add_to_cart_button,
	.woocommerce input.button.single_add_to_cart_button {
		min-width: 180px;
		height: 45px;
		font-size: 15px
	}
	.woocommerce div.product div.summary {
		margin-bottom: 0
	}
	.accordion-title {
		font-size: 16px;
		padding: 16px
	}
	.accordion-title>span {
		width: 14px;
		height: 14px;
		background-size: 14px;
		right: 20px;
		top: 19px
	}
	.accordion-content ul>li {
		font-size: 15px;
		margin-bottom: 5px
	}
	.prod-list h3 {
		font-size: 25px
	}
	.hero-banner h1 {
		font-size: 28px
	}
	.hero-banner>div {
		margin: 0 15px
	}
	.panel.prod-list {
		padding-bottom: 50px
	}
	.home .prod-boxinner {
		padding-top: 40px
	}
	.home .prod-boxinner a.button {
		height: 50px;
		font-size: 16px
	}
}

@media (max-width:767px) {
	.breadcrumbs ul>li,
	.breadcrumbs ul>li>a,
	.breadcrumbs ul>li>span {
		font-size: 12px
	}
	.breadcrumbs ul>li {
		padding: 0 15px 0 0;
		margin: 0 5px 0 0
	}
	.accordian-sec .container,
	.breadcrumbs .container,
	.prod-list .container,
	.prod-tab .container,
	.product.type-product {
		max-width: 480px
	}
	.product.type-product {
		margin: 0 auto
	}
	.prod-tab a {
		font-size: 14px;
		height: 45px
	}
	.prod-list .col_4 {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	.tag-link {
		font-size: 15px
	}
	.prod-list .col_12.text-center,
	.prod-list .text-center {
		margin-top: 10px;
		margin-bottom: 15px
	}
	.breadcrumbs ul>li:after {
		height: 13px;
		top: 3px;
		right: 4px
	}
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box
	}
	.prod-list .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.hero-banner h1 {
		font-size: 25px
	}
	.panel.prod-list {
		padding-bottom: 40px
	}
	.home .prod-boxinner {
		padding-top: 30px
	}
	.home .prod-boxinner a.button {
		height: 45px;
		font-size: 15px
	}
}

@media (max-width:575px) {
	.breadcrumbs {
		margin-top: 136px
	}
	.breadcrumbs .container,
	.prod-list .container,
	.prod-tab .container {
		max-width: 300px
	}
	.breadcrumbs ul>li,
	.breadcrumbs ul>li>a,
	.breadcrumbs ul>li>span {
		font-size: 10px
	}
	.prod-list .col_4,
	.prod-tab .col_4 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}
	#page-footer .pf-lower .pfl-table .pfl-cell.copyright-line {
		width: auto
	}
	h1.product_title.entry-title {
		font-size: 20px
	}
	.woocommerce .quantity input.qty {
		min-width: 90px
	}
	.accordion-title {
		padding: 15px;
		font-size: 15px
	}
	.prod-list h3 {
		font-size: 22px
	}
	.hero-banner h1 {
		font-size: 18px
	}
	.hero-banner>div {
		/* padding-top:140px */
	}
	.hero-banner .cta-btn {
		font-size: 15px;
		padding: 9px 25px
	}
}

@media (max-height:414px) {
	.hero-banner>div {
		/* padding-top:90px */
	}
	.hero-banner,
	.hero-banner-new,
	.heroban-newimg {
		height: 540px
	}
}

@media (max-width: 575px) {
	.prod-boxinner h5 {
		min-height: inherit;
	}
}

.woocommerce-cart .page-panels {
	margin-top: 150px
}

.woocommerce-cart .woocommerce table.shop_table {
	border-radius: 0px
}

.woocommerce-cart .woocommerce table.shop_table td>a {
	color: #096649
}

.woocommerce-cart .woocommerce table.shop_table td>a:hover {
	color: #000;
	text-decoration: none
}

.woocommerce-cart .woocommerce .quantity input.qty {
	min-width: inherit;
	height: inherit;
	font-size: 16px
}

.woocommerce-cart .woocommerce a.remove {
	background-color: #096649;
	color: #fff !important;
	font-weight: 400
}

.woocommerce-cart #add_payment_method table.cart img,
.woocommerce-cart .woocommerce-cart table.cart img,
.woocommerce-cart .woocommerce-checkout table.cart img {
	width: 100px
}

.woocommerce-cart .panel-the-content h2 {
	font-size: 30px;
	letter-spacing: 1px
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
	width: 40%
}

.woocommerce-cart .woocommerce #respond input#submit.alt,
.woocommerce-cart .woocommerce a.button.alt,
.woocommerce-cart .woocommerce button.button.alt,
.woocommerce-cart .woocommerce input.button.alt {
	background-color: #096649;
	font-weight: 400;
	border-radius: 0px
}

.woocommerce-cart #add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart .woocommerce-checkout table.cart td.actions .coupon .input-text {
	height: 45px;
	font-size: 15px;
	font-weight: 400;
	width: 150px;
	letter-spacing: .5px
}

.woocommerce-cart .woocommerce #respond input#submit,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce input.button {
	background-color: #096649;
	height: 45px;
	box-sizing: border-box;
	border-radius: 0px;
	color: #fff !important;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 13px 20px
}

.woocommerce-cart .woocommerce #respond input#submit:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce input.button:hover {
	background-color: #cee73c !important;
	color: #096649 !important
}

.woocommerce-checkout .page-panels {
	margin-top: 150px
}

.woocommerce-info {
	border-top-color: #096649
}

.woocommerce-info>a {
	color: #096649
}

.woocommerce-info>a:hover {
	color: #000;
	text-decoration: none
}

.woocommerce-checkout #customer_details h3 {
	font-size: 30px
}

.woocommerce-checkout .woocommerce form .form-row label {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .2px
}

.woocommerce-checkout .woocommerce form .form-row input,
.woocommerce-checkout .woocommerce form .form-row textarea,
.woocommerce-checkout .woocommerce form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .2px;
	height: 40px;
	border-radius: 0px;
	border-width: 1px;
	padding: 5px 10px;
	color: #000;
	opacity: 1 !important
}

.woocommerce-checkout .woocommerce form .form-row textarea {
	height: 150px
}

.woocommerce-checkout .woocommerce form .form-row input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce form .form-row textarea::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	color: #000;
	opacity: 1 !important
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
	padding: 5px 5px
}

.woocommerce-checkout h3#order_review_heading {
	margin-top: 30px;
	margin-bottom: 10px
}

.woocommerce-checkout .woocommerce table.shop_table thead tr>th:last-of-type,
.woocommerce-checkout .woocommerce table.shop_table tbody tr>td:last-of-type,
.woocommerce-checkout .woocommerce table.shop_table tfoot tr>td:last-of-type {
	text-align: right
}

.woocommerce-checkout .panel-the-content p {
	font-size: 20px
}

.woocommerce-checkout .wc-first-data-payeezy-gateway-credit-card-new-payment-method-form input {
	font-size: 15px !important
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number {
	background-size: 36px 23px
}

.woocommerce-checkout .woocommerce #respond input#submit.alt,
.woocommerce-checkout .woocommerce a.button.alt,
.woocommerce-checkout .woocommerce button.button.alt,
.woocommerce-checkout .woocommerce input.button.alt {
	background-color: #096649;
	color: #fff;
	border-radius: 0px;
	padding: 15px 25px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px
}

.woocommerce-checkout .woocommerce #respond input#submit.alt:hover,
.woocommerce-checkout .woocommerce a.button.alt:hover,
.woocommerce-checkout .woocommerce button.button.alt:hover,
.woocommerce-checkout .woocommerce input.button.alt:hover {
	background-color: #cee73c;
	color: #096649
}

@media(max-width: 767px) {
	.woocommerce-checkout .page-panels {
		margin-top: 100px
	}
	.woocommerce-cart .page-panels {
		margin-top: 100px
	}
	.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
	.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%
	}
	.woocommerce-cart .woocommerce .quantity input.qty {
		margin-left: auto
	}
	.woocommerce-cart #add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart .woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 120px
	}
	.woocommerce-cart .woocommerce #respond input#submit,
	.woocommerce-cart .woocommerce a.button,
	.woocommerce-cart .woocommerce button.button,
	.woocommerce-cart .woocommerce input.button {
		padding: 13px 10px
	}
	.woocommerce-checkout .panel-the-content p {
		font-size: 15px
	}
}

.ecommerce-login-bar {
	background-color: #373737;
	height: 40px;
	display: flex;
	align-items: center;
}

.ecommerce-login-bar .login-internal.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

.ecommerce-login-bar ul {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.ecommerce-login-bar ul>li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.ecommerce-login-bar ul>li:before {
	content: '/';
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
}

.ecommerce-login-bar ul>li:first-of-type:before {
	display: none;
}

.ecommerce-login-bar ul>li>a {
	padding: 0 0 0 5px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2em;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.privacy-accordion h4.acco-title {
	cursor: pointer;
	display: block;
	background: #fff;
	border: 1px solid #cee73c;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 19px;
	letter-spacing: .03em;
	color: #096649;
	padding: 20px 14px 19px 19px;
	position: relative;
}

.privacy-accordion h4.acco-title:after {
	content: '';
	display: block;
	font-size: 0;
	width: 16px;
	height: 16px;
	background-image: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/assets/images/plus.png);
	background-repeat: no-repeat;
	background-size: 16px;
	position: absolute;
	right: 22px;
	top: 20px;
}

.privacy-accordion h4.acco-title.active:after {
	background-image: url(https://thursdayplantation.com/wp-content/themes/thursdayplantation/assets/images/minus.png);
}

.logged-in {
	/* margin-top: 220px; */
}

.logged-in.woocommerce-account .panel-content.content-block {
	border: 1px solid #096649;
}

.woocommerce-MyAccount-navigation>ul {
	padding: 0px;
	margin: 0px;
}

.woocommerce-MyAccount-navigation>ul>li {
	display: block;
	list-style: none;
	margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation>ul>li:last-of-type {
	margin-bottom: 0px;
}

.woocommerce-MyAccount-navigation>ul>li>a {
	background-color: #cee73c;
	display: block;
	padding: 10px 15px;
	color: #096649;
	font-weight: 400;
	font-size: 18px;
}

.woocommerce-MyAccount-navigation>ul>li.is-active>a,
.woocommerce-MyAccount-navigation>ul>li>a:hover {
	background-color: #096649;
	color: #fff;
}

.woocommerce-MyAccount-content {
	padding: 20px;
	box-sizing: border-box;
}

.panel-the-content .woocommerce-MyAccount-content p {
	font-size: 20px;
}

.panel-the-content .woocommerce-MyAccount-content p>a {
	color: #096649;
}

.panel-the-content .woocommerce-MyAccount-content p>a:hover {
	text-decoration: underline;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table td>a {
	color: #096649;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table td>a.woocommerce-button {
	background-color: #096649;
	color: #fff;
	margin: 0 5px;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table td>a.woocommerce-button:hover {
	background-color: #cee73c;
	color: #096649;
}

.woocommerce-Address-title h3 {
	color: #096649;
	font-size: 30px;
	margin-bottom: 15px;
}

.woocommerce-Address address {
	line-height: 1.5;
	font-weight: 400;
}

.woocommerce-account .panel-the-content .container-block {
	padding-top: 30px;
}

.woocommerce-account .panel-the-content h2 {
	font-size: 30px;
	letter-spacing: 2px;
}

.woocommerce-account .woocommerce form .form-row label {
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0px;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea {
	border: 1px solid #c1bbac;
	font-size: 17px;
	padding: 15px 15px;
}

.woocommerce-account .woocommerce button.button {
	background-color: #096649;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.woocommerce-account .woocommerce button.button:hover {
	background-color: #cee73c;
	color: #096649;
}

.woocommerce-account .woocommerce-form__label-for-checkbox input {
	display: inline-block;
	width: auto;
}

.woocommerce-account .woocommerce-form__label-for-checkbox span {
	font-size: 18px;
}

.woocommerce-account .lost_password>a {
	font-size: 15px;
	color: #096649;
}

.woocommerce-account .lost_password>a:hover {
	text-decoration: underline;
}

.panel-the-content .woocommerce-form-register p {
	font-size: 18px;
}

#page-header .uhc-table .nav-cell nav#main-navigation>a.nav-item.nav-active:after {
	opacity: 0;
}

#page-header .uhc-table .nav-cell nav#main-navigation>a.nav-item.nav-active:hover:after {
	opacity: 1;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	min-height: 335px;
}

body.home {
	margin: 0px !important;
}

.prod-tab .col_3 {
	padding: 0 15px;
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.ecommerce-login-bar {
		display: none;
	}
	.woocommerce-account .panel-the-content h2 {
		font-size: 25px;
	}
	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		margin: 1em 0;
	}
	.woocommerce-account .woocommerce form .form-row label {
		font-size: 19px;
	}
	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		min-height: inherit;
	}
	.prod-tab .col_3 {
		padding: 0 15px;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
}

#page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
#page-header .uhc-table .nav-cell nav#main-navigation>a {
	position: relative;
	display: inline-block;
	padding: 7px;
	font-family: Gotham, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
	color: #000;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.home #page-header .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
.home #page-header .uhc-table .nav-cell nav#main-navigation>a {
	color: #fff;
}

.home #page-header.sticky-mode .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
.home #page-header.sticky-mode .uhc-table .nav-cell nav#main-navigation>a,
#page-header.sticky-mode .uhc-table .nav-cell nav#main-navigation .has-sub-menu>a,
#page-header.sticky-mode .uhc-table .nav-cell nav#main-navigation>a {
	color: #005031;
}

.panel.panel-hero.hero-default {
	background-color: transparent;
}