/** Fancybox **/

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

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

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

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

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

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}

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

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

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

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

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

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

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

.fancybox-slide--image {
	overflow: visible
}

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

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

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

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: transform, opacity
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: grabbing
}

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

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

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

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, 0.6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none
}

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

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

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, 0.6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}

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

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

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

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(99, 99, 99, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.fancybox-share__links {
	margin-right: -10px
}

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

.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 {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}

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

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

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

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

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

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

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

.fancybox-thumbs-x>ul {
	overflow: hidden
}

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

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

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

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

.fancybox-slide--iframe .fancybox-content {
	width: 1000px;
	height: 600px;
	max-width: 85%;
	max-height: 85%;
	margin: 0
}

/** END Fancybox **/

/** Slick Slider **/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

/** END Slick Slider **/

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

/** Houdini **/

.houdini {
	display: none;
	max-height: 0;
	transition: all .5s ease
}

.houdini[tabindex="-1"]:focus {
	outline: none
}

.houdini.is-expanded {
	display: block;
	max-height: 99em;
	transition: all .5s ease
}

.houdini-toggle[aria-expanded="true"] .houdini-toggle-icon:after {
	opacity: 0
}

.houdini-toggle-icon {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	transition: all 0.2s ease
}

.houdini-toggle-icon:before,
.houdini-toggle-icon:after {
	content: '';
	position: absolute;
	left: 9px;
	height: 20px;
	width: 2px;
	background-color: #333;
	transition: all 0.3s ease
}

.houdini-toggle-icon:before {
	transform: rotate(90deg)
}

.houdini-toggle-icon:after {
	transform: rotate(0)
}

/** END Houdini **/

/** Bootstrap  **/

@-ms-viewport {
	width: device-width
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px
}

.container--news {
	overflow: hidden
}

@media (min-width: 576px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 768px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 992px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 1200px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 576px) {
	.container {
		width: 540px;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.container {
		width: 720px;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1220px;
		max-width: 100%
	}
	.container--large {
		width: 1300px;
		padding: 0 100px
	}
	.container--no-pad {
		padding: 0
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px
}

@media (min-width: 576px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 768px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px
}

.row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (min-width: 576px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -20px;
		margin-left: -20px
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px
}

@media (min-width: 576px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 768px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 992px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 1200px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 20px;
		padding-left: 20px
	}
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.333333%
}

.pull-2 {
	right: 16.666667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.333333%
}

.pull-5 {
	right: 41.666667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.333333%
}

.pull-8 {
	right: 66.666667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.333333%
}

.pull-11 {
	right: 91.666667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.333333%
}

.push-2 {
	left: 16.666667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.333333%
}

.push-5 {
	left: 41.666667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.333333%
}

.push-8 {
	left: 66.666667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.333333%
}

.push-11 {
	left: 91.666667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.pull-sm-0 {
		right: auto
	}
	.pull-sm-1 {
		right: 8.333333%
	}
	.pull-sm-2 {
		right: 16.666667%
	}
	.pull-sm-3 {
		right: 25%
	}
	.pull-sm-4 {
		right: 33.333333%
	}
	.pull-sm-5 {
		right: 41.666667%
	}
	.pull-sm-6 {
		right: 50%
	}
	.pull-sm-7 {
		right: 58.333333%
	}
	.pull-sm-8 {
		right: 66.666667%
	}
	.pull-sm-9 {
		right: 75%
	}
	.pull-sm-10 {
		right: 83.333333%
	}
	.pull-sm-11 {
		right: 91.666667%
	}
	.pull-sm-12 {
		right: 100%
	}
	.push-sm-0 {
		left: auto
	}
	.push-sm-1 {
		left: 8.333333%
	}
	.push-sm-2 {
		left: 16.666667%
	}
	.push-sm-3 {
		left: 25%
	}
	.push-sm-4 {
		left: 33.333333%
	}
	.push-sm-5 {
		left: 41.666667%
	}
	.push-sm-6 {
		left: 50%
	}
	.push-sm-7 {
		left: 58.333333%
	}
	.push-sm-8 {
		left: 66.666667%
	}
	.push-sm-9 {
		left: 75%
	}
	.push-sm-10 {
		left: 83.333333%
	}
	.push-sm-11 {
		left: 91.666667%
	}
	.push-sm-12 {
		left: 100%
	}
	.offset-sm-0 {
		margin-left: 0%
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.pull-md-0 {
		right: auto
	}
	.pull-md-1 {
		right: 8.333333%
	}
	.pull-md-2 {
		right: 16.666667%
	}
	.pull-md-3 {
		right: 25%
	}
	.pull-md-4 {
		right: 33.333333%
	}
	.pull-md-5 {
		right: 41.666667%
	}
	.pull-md-6 {
		right: 50%
	}
	.pull-md-7 {
		right: 58.333333%
	}
	.pull-md-8 {
		right: 66.666667%
	}
	.pull-md-9 {
		right: 75%
	}
	.pull-md-10 {
		right: 83.333333%
	}
	.pull-md-11 {
		right: 91.666667%
	}
	.pull-md-12 {
		right: 100%
	}
	.push-md-0 {
		left: auto
	}
	.push-md-1 {
		left: 8.333333%
	}
	.push-md-2 {
		left: 16.666667%
	}
	.push-md-3 {
		left: 25%
	}
	.push-md-4 {
		left: 33.333333%
	}
	.push-md-5 {
		left: 41.666667%
	}
	.push-md-6 {
		left: 50%
	}
	.push-md-7 {
		left: 58.333333%
	}
	.push-md-8 {
		left: 66.666667%
	}
	.push-md-9 {
		left: 75%
	}
	.push-md-10 {
		left: 83.333333%
	}
	.push-md-11 {
		left: 91.666667%
	}
	.push-md-12 {
		left: 100%
	}
	.offset-md-0 {
		margin-left: 0%
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.pull-lg-0 {
		right: auto
	}
	.pull-lg-1 {
		right: 8.333333%
	}
	.pull-lg-2 {
		right: 16.666667%
	}
	.pull-lg-3 {
		right: 25%
	}
	.pull-lg-4 {
		right: 33.333333%
	}
	.pull-lg-5 {
		right: 41.666667%
	}
	.pull-lg-6 {
		right: 50%
	}
	.pull-lg-7 {
		right: 58.333333%
	}
	.pull-lg-8 {
		right: 66.666667%
	}
	.pull-lg-9 {
		right: 75%
	}
	.pull-lg-10 {
		right: 83.333333%
	}
	.pull-lg-11 {
		right: 91.666667%
	}
	.pull-lg-12 {
		right: 100%
	}
	.push-lg-0 {
		left: auto
	}
	.push-lg-1 {
		left: 8.333333%
	}
	.push-lg-2 {
		left: 16.666667%
	}
	.push-lg-3 {
		left: 25%
	}
	.push-lg-4 {
		left: 33.333333%
	}
	.push-lg-5 {
		left: 41.666667%
	}
	.push-lg-6 {
		left: 50%
	}
	.push-lg-7 {
		left: 58.333333%
	}
	.push-lg-8 {
		left: 66.666667%
	}
	.push-lg-9 {
		left: 75%
	}
	.push-lg-10 {
		left: 83.333333%
	}
	.push-lg-11 {
		left: 91.666667%
	}
	.push-lg-12 {
		left: 100%
	}
	.offset-lg-0 {
		margin-left: 0%
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.pull-xl-0 {
		right: auto
	}
	.pull-xl-1 {
		right: 8.333333%
	}
	.pull-xl-2 {
		right: 16.666667%
	}
	.pull-xl-3 {
		right: 25%
	}
	.pull-xl-4 {
		right: 33.333333%
	}
	.pull-xl-5 {
		right: 41.666667%
	}
	.pull-xl-6 {
		right: 50%
	}
	.pull-xl-7 {
		right: 58.333333%
	}
	.pull-xl-8 {
		right: 66.666667%
	}
	.pull-xl-9 {
		right: 75%
	}
	.pull-xl-10 {
		right: 83.333333%
	}
	.pull-xl-11 {
		right: 91.666667%
	}
	.pull-xl-12 {
		right: 100%
	}
	.push-xl-0 {
		left: auto
	}
	.push-xl-1 {
		left: 8.333333%
	}
	.push-xl-2 {
		left: 16.666667%
	}
	.push-xl-3 {
		left: 25%
	}
	.push-xl-4 {
		left: 33.333333%
	}
	.push-xl-5 {
		left: 41.666667%
	}
	.push-xl-6 {
		left: 50%
	}
	.push-xl-7 {
		left: 58.333333%
	}
	.push-xl-8 {
		left: 66.666667%
	}
	.push-xl-9 {
		left: 75%
	}
	.push-xl-10 {
		left: 83.333333%
	}
	.push-xl-11 {
		left: 91.666667%
	}
	.push-xl-12 {
		left: 100%
	}
	.offset-xl-0 {
		margin-left: 0%
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden !important
}

.hidden-xs-up {
	display: none !important
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important
	}
}

.hidden-xl-down {
	display: none !important
}

.d-flex {
	display: -ms-flexbox;
	display: flex
}

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}
	.d-sm-inline {
		display: inline !important
	}
	.d-sm-inline-block {
		display: inline-block !important
	}
	.d-sm-block {
		display: block !important
	}
	.d-sm-table {
		display: table !important
	}
	.d-sm-table-cell {
		display: table-cell !important
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
	.d-md-inline {
		display: inline !important
	}
	.d-md-inline-block {
		display: inline-block !important
	}
	.d-md-block {
		display: block !important
	}
	.d-md-table {
		display: table !important
	}
	.d-md-table-cell {
		display: table-cell !important
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}
	.d-lg-inline {
		display: inline !important
	}
	.d-lg-inline-block {
		display: inline-block !important
	}
	.d-lg-block {
		display: block !important
	}
	.d-lg-table {
		display: table !important
	}
	.d-lg-table-cell {
		display: table-cell !important
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}
	.d-xl-inline {
		display: inline !important
	}
	.d-xl-inline-block {
		display: inline-block !important
	}
	.d-xl-block {
		display: block !important
	}
	.d-xl-table {
		display: table !important
	}
	.d-xl-table-cell {
		display: table-cell !important
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}


/** END Bootstrap  **/

/** General **/

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

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

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

a {
	outline: 0;
	text-decoration: none;
	transition: 0.3s
}

button {
	transition: 0.3s;
	outline: none;
	border: none;
	padding: 0
}

a:focus {
	outline: none
}

*,
*:before,
*:after {
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.cf:before,
.cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal
}

h1 {
	margin-bottom: 20px;
	font-size: 25px
}

@media (min-width: 1000px) {
	h1 {
		font-size: 30px
	}
}

h2 {
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: 600
}

@media (min-width: 1000px) {
	h2 {
		font-size: 50px
	}
}

h3 {
	font-size: 20px;
	font-weight: 600
}

@media (min-width: 1000px) {
	h3 {
		font-size: 25px
	}
}

h3 span {
	font-weight: 300
}

p {
	line-height: 1.5
}

a.fullBlock {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

img.bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: cover;
	font-family: "object-fit: cover"
}

.main--content {
	padding-bottom: 45px
}

@media (min-width: 1000px) {
	.main--content {
		padding-bottom: 75px
	}
}

.main--small-pad {
	padding-bottom: 25px
}

@media (min-width: 1000px) {
	.main--small-pad {
		padding-bottom: 45px
	}
}

.main__content {
	width: 100%
}

.main__content *+fieldset,
.main__content *+h1 {
	margin-top: 30px
}

.main__content p {
	line-height: 1.6;
	color: #292929
}

@media (min-width: 870px) {
	.main__content p {
		font-size: 17px
	}
}

.main__content p a {
	font-size: 16px
}

@media (min-width: 870px) {
	.main__content p a {
		font-size: 17px
	}
}

.main__content a {
	position: relative;
	transition: all 0.3s ease
}

.main__content a>p {
	margin: 0
}

.main__content a.btn {
	margin-top: 24px
}

.main__content p+* {
	margin-top: 20px
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content h5,
.main__content h6 {
	position: relative;
	margin: 0;
	line-height: 1.5
}

.main__content h1 {
	font-size: 22px;
	color: #292929;
	line-height: normal
}

@media (min-width: 768px) {
	.main__content h1 {
		font-size: 25px
	}
}

.main__content h1+hr {
	margin-top: 8px
}

.main__content h1+h1,
.main__content h1+h2,
.main__content h1+h3,
.main__content h1+h4,
.main__content h1+h5,
.main__content h1+h6 {
	margin-top: 16px
}

.main__content h1+* {
	margin-top: 24px
}

@media (min-width: 1000px) {
	.main__content h1+* {
		margin-top: 30px
	}
}

.main__content h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3
}

@media (min-width: 1000px) {
	.main__content h2 {
		font-size: 30px
	}
}

.main__content h2+hr {
	margin-top: 8px
}

.main__content h2+h1,
.main__content h2+h2,
.main__content h2+h3,
.main__content h2+h4,
.main__content h2+h5,
.main__content h2+h6 {
	margin-top: 16px
}

.main__content h2+* {
	margin-top: 20px
}

@media (min-width: 1000px) {
	.main__content h2+* {
		margin-top: 20px
	}
}

.main__content h3 {
	font-size: 21px;
	color: #009653;
	line-height: normal
}

@media (min-width: 870px) {
	.main__content h3 {
		font-size: 1.75rem
	}
}

.main__content h3+hr {
	margin-top: 8px
}

.main__content h3+h1,
.main__content h3+h2,
.main__content h3+h3,
.main__content h3+h4,
.main__content h3+h5,
.main__content h3+h6 {
	margin-top: 16px
}

.main__content h3+* {
	margin-top: 24px
}

@media (min-width: 1000px) {
	.main__content h3+* {
		margin-top: 30px
	}
}

.main__content h4 {
	padding: 20px;
	font-size: 19px;
	line-height: normal;
	border-bottom-right-radius: 25px;
	background-color: #292929
}

.main__content h4>p {
	margin: 0
}

.main__content h4 a .text:after {
	display: none
}

.main__content h4+hr {
	margin-top: 8px
}

.main__content h4+h1,
.main__content h4+h2,
.main__content h4+h3,
.main__content h4+h4,
.main__content h4+h5,
.main__content h4+h6 {
	margin-top: 16px
}

.main__content h4+* {
	margin-top: 24px
}

@media (min-width: 1000px) {
	.main__content h4+* {
		margin-top: 30px
	}
}

.main__content h5 {
	font-size: 17px;
	color: #292929;
	line-height: normal
}

.main__content h5+h1,
.main__content h5+h2,
.main__content h5+h3,
.main__content h5+h4,
.main__content h5+h5,
.main__content h5+h6 {
	margin-top: 16px
}

.main__content h5+* {
	margin-top: 24px
}

@media (min-width: 1000px) {
	.main__content h5+* {
		margin-top: 30px
	}
}

.main__content h6 {
	font-size: 17px;
	color: #009653;
	line-height: normal
}

.main__content h6+h1,
.main__content h6+h2,
.main__content h6+h3,
.main__content h6+h4,
.main__content h6+h5,
.main__content h6+h6 {
	margin-top: 16px
}

.main__content h6+* {
	margin-top: 24px
}

@media (min-width: 1000px) {
	.main__content h6+* {
		margin-top: 30px
	}
}

.main__content *+h1,
.main__content *+h2,
.main__content *+h3,
.main__content *+h4,
.main__content *+h5,
.main__content *+h6 {
	margin-top: 24px
}

@media (min-width: 1000px) {
	.main__content *+h1,
	.main__content *+h2,
	.main__content *+h3,
	.main__content *+h4,
	.main__content *+h5,
	.main__content *+h6 {
		margin-top: 30px
	}
}

.main__content img {
	margin-top: 30px;
	height: auto
}

.main__content img+* {
	margin-top: 30px
}

.main__content ul {
	list-style: none;
	padding: 0;
	margin-top: 30px
}

@media (min-width: 1000px) {
	.main__content ul {
		margin-top: 50px
	}
}

.main__content ul li {
	position: relative;
	padding: 20px 60px 20px 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #292929;
	border-left: 4px solid #009653;
	box-shadow: -2px 5px 16px 0px rgba(153, 153, 153, 0.1)
}

.main__content ul li a {
	font-size: 16px
}

.main__content ul li ul {
	margin-top: 24px;
	margin-bottom: 24px
}

.main__content ol {
	list-style: none;
	list-style-position: inside;
	counter-reset: counter;
	padding: 0;
	margin-top: 24px
}

.main__content ol li {
	counter-increment: counter;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400
}

.main__content ol li:before {
	content: counter(counter) ". ";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	color: #292929
}

.main__content ol li ol {
	margin-top: 24px;
	margin-bottom: 24px
}

.main__content ul+*,
.main__content ol+* {
	margin-top: 24px
}

.main__content img,
.main__content .wp-caption {
	max-width: 100%;
	height: 100%;
	margin: 0
}

.main__content img.alignleft,
.main__content .wp-caption.alignleft {
	float: left
}

.main__content img.alignright,
.main__content .wp-caption.alignright {
	float: right
}

.main__content img.alignleft,
.main__content img.alignright,
.main__content .wp-caption.alignleft,
.main__content .wp-caption.alignright {
	width: 48% !important
}

.main__content img {
	display: block;
	border-radius: 2px;
	height: 100%;
	width: 100%
}

.main__content img.alignleft {
	margin: 0 36px 24px 0
}

.main__content img.alignright {
	margin: 0 0 24px 36px
}

.main__content .wp-caption {
	margin: 0
}

.main__content .wp-caption img {
	width: 100%;
	border-radius: 2px 2px 0 0
}

.main__content .wp-caption.alignleft {
	margin: 15px 15px 15px 0
}

.main__content .wp-caption.alignright {
	margin: 15px 0 15px 15px
}

.main__content .wp-caption .wp-caption-text {
	position: relative;
	text-align: center;
	margin-top: 0;
	top: -2px;
	padding: 20px;
	color: #292929;
	font-size: 13px;
	border-radius: 0 0 2px 2px;
	font-weight: 400
}

@media only screen and (max-width: 750px) {
	.main__content .wp-caption .wp-caption-text {
		padding: 20px 25px 21px;
		margin-bottom: 18px
	}
}

/** Gravity Forms **/

.gform_wrapper .gform_body {
	margin-bottom: 30px
}

.gform_wrapper .gform_fields {
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 700px) {
	.gform_wrapper {
		padding: 30px;
		padding: 0;
		background: none;
		margin: 30px 0
	}
}

.gform_wrapper h2 {
	margin-top: 0;
	font-size: 28px;
	color: #000
}

@media only screen and (max-width: 700px) {
	.gform_wrapper h2 {
		margin: 30px 0
	}
}

.gform_wrapper form {
	position: relative;
	margin: 0;
	width: 100%
}

.gform_wrapper form .validation_error {
	display: none !important
}

.gform_wrapper form img.gform_ajax_spinner {
	position: fixed !important;
	z-index: 999999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block !important;
	overflow: hidden !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url("../images/loading.svg");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: center center
}

.gform_wrapper form .gform_fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none
}

.gform_wrapper form .gform_fields .ginput_container_address {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -2%
}

.gform_wrapper form .gform_fields .ginput_container_address .ginput_full {
	display: block;
	width: 100%;
	margin: 0 0 2% 0;
	position: relative
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .ginput_container_address .ginput_full {
		margin: 0 0 15px 0
	}
}

.gform_wrapper form .gform_fields .ginput_container_address .ginput_left,
.gform_wrapper form .gform_fields .ginput_container_address .ginput_right {
	width: 49%;
	margin: 0 0 2% 0;
	display: block;
	position: relative
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .ginput_container_address .ginput_left,
	.gform_wrapper form .gform_fields .ginput_container_address .ginput_right {
		margin: 0 0 15px 0;
		width: 100%
	}
}

.gform_wrapper form .gform_fields .ginput_container_address .gf_clear {
	display: none
}

.gform_wrapper form .gform_fields .gfield_label_before_complex {
	display: none !important
}

.gform_wrapper form .gform_fields .gfield {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	margin: 0 0 2% 0
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield {
		margin: 0 0 15px 0
	}
}

.gform_wrapper form .gform_fields .gfield.gform_hidden {
	display: none
}

.gform_wrapper form .gform_fields .gfield:before {
	content: '';
	display: none
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox {
	border: 3px solid #fff6b2;
	border-radius: 2px;
	padding: 42px 17px 14px 17px
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox {
		border: 1px solid #dcd7e0
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
	position: relative;
	width: 100%;
	height: 54px;
	padding: 0;
	margin-bottom: 2%;
	background-color: #fff
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li {
		height: auto
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
	display: block;
	top: 15px;
	left: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin: 0
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
		position: relative;
		margin-bottom: 36px;
		line-height: 18px;
		width: calc(100% - 60px)
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:before {
	content: '';
	position: absolute;
	left: -28px;
	top: 2px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 2px solid #000
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:before {
		border-color: #673ab7
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:after {
	content: '';
	position: absolute;
	left: -21px;
	top: 6px;
	display: block;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"] {
	height: 54px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"] {
		height: 100%;
		position: absolute;
		left: 0;
		top: 0
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:before {
	background: #000;
	border-color: #000
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:before {
		background: #673ab7;
		border-color: #673ab7
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:checked+label:after {
	opacity: 1;
	visibility: visible;
	transform: rotate(45deg)
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"]:focus {
	background-color: #fff
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li:before {
	content: '';
	display: none
}

.gform_wrapper form .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li:last-child {
	margin-bottom: 0
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio {
	border: 3px solid #fff6b2;
	border-radius: 2px;
	padding: 42px 17px 2px 17px
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_radio {
		border: 1px solid #dcd7e0
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio .gfield_radio {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li {
	position: relative;
	width: 49%;
	height: 54px;
	padding: 0;
	margin-bottom: 2%;
	background-color: #fff
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_radio li {
		width: 100%;
		margin-bottom: 15px
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li label {
	display: block;
	top: 15px;
	left: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li label:before {
	content: '';
	position: absolute;
	left: -28px;
	top: 2px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 2px solid #000
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_radio li label:before {
		border-color: #673ab7
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li label:after {
	content: '';
	position: absolute;
	left: -21px;
	top: 6px;
	display: block;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li input[type="radio"] {
	height: 54px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li input[type="radio"]:checked+label:before {
	background: #000;
	border-color: #000
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_radio li input[type="radio"]:checked+label:before {
		border-color: #673ab7;
		background: #673ab7
	}
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li input[type="radio"]:checked+label:after {
	opacity: 1;
	visibility: visible;
	transform: rotate(45deg)
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li input[type="radio"]:focus {
	background-color: #fff
}

.gform_wrapper form .gform_fields .gfield .ginput_container_radio li:before {
	content: '';
	display: none
}

.gform_wrapper form .gform_fields .gfield .ginput_container_date .clear-multi {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.gform_wrapper form .gform_fields .gfield .ginput_container_date .clear-multi .ginput_container_date {
	width: 32%
}

@media only screen and (max-width: 500px) {
	.gform_wrapper form .gform_fields .gfield .ginput_container_date .clear-multi .ginput_container_date {
		width: 100%;
		margin: 0 0 1% 0
	}
}

.gform_wrapper form .gform_fields .gfield label {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #292929;
	z-index: 10;
	pointer-events: none
}

.gform_wrapper form .gform_fields .gfield label .gfield_required {
	font-size: 9px;
	padding-left: 5px
}

.gform_wrapper form .gform_fields .gfield input {
	height: 50px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #292929;
	font-weight: 400;
	outline: none
}

.gform_wrapper form .gform_fields .gfield input:focus {
	background: #f2f2f2
}

.gform_wrapper form .gform_fields .gfield select {
	width: 100%;
	height: 70px;
	padding: 10px;
	font-size: 15px;
	color: #292929;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}

.gform_wrapper form .gform_fields .gfield select:focus {
	background: #f2f2f2
}

.gform_wrapper form .gform_fields .gfield .ginput_container_select,
.gform_wrapper form .gform_fields .gfield .ginput_container_date,
.gform_wrapper form .gform_fields .gfield .address_country {
	position: relative
}

.gform_wrapper form .gform_fields .gfield .ginput_container_select:after,
.gform_wrapper form .gform_fields .gfield .ginput_container_date:after,
.gform_wrapper form .gform_fields .gfield .address_country:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #797f82;
	position: absolute;
	top: 30px;
	right: 30px;
	pointer-events: none
}

.gform_wrapper form .gform_fields .gfield textarea {
	width: 100%;
	height: auto;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 10px;
	background: #fff;
	outline: none;
	font-size: 16px;
	color: #292929;
	font-weight: 400;
	min-height: 150px;
	resize: none
}

.gform_wrapper form .gform_fields .gfield textarea:focus {
	background: #f2f2f2
}

.gform_wrapper form .gform_fields .gfield.gfield_error input,
.gform_wrapper form .gform_fields .gfield.gfield_error select,
.gform_wrapper form .gform_fields .gfield.gfield_error textarea {
	border: 1px solid #e82b2b
}

.gform_wrapper form .gform_fields .gfield__half {
	width: 49%
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield__half {
		width: 100%
	}
}

.gform_wrapper form .gform_fields .gfield__half li {
	width: 49%
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield__half li {
		width: 100%
	}
}

.gform_wrapper form .gform_fields .gfield__third {
	width: 32%
}

.gform_wrapper form .gform_fields .gfield__checkbox label {
	top: 15px;
	font-weight: 700;
	color: #000
}

.gform_wrapper form .gform_fields .gfield__checkbox .gfield_checkbox {
	margin-bottom: 0
}

.gform_wrapper form .gform_fields .gfield__checkbox--50 li {
	width: 49% !important
}

.gform_wrapper form .gform_fields .gfield__radio label {
	top: 15px;
	font-weight: 700;
	color: black
}

.gform_wrapper form .gform_fields .gfield.gfield_visibility_hidden {
	display: none
}

.gform_wrapper form .gform_fields .gfield:last-child {
	margin-bottom: 0
}

.gform_wrapper form .gform_fields .gfield_seperator {
	position: relative;
	display: inline-block;
	width: 100%
}

.gform_wrapper form .gform_fields .gfield_seperator span {
	position: relative;
	top: 2px;
	display: inline-block;
	padding: 5px 15px 5px 0;
	background-color: #000;
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	z-index: 2
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield_seperator span {
		background: #fff
	}
}

.gform_wrapper form .gform_fields .gfield_seperator:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff
}

@media only screen and (max-width: 700px) {
	.gform_wrapper form .gform_fields .gfield_seperator:after {
		background: #f0ebf5
	}
}

.gform_wrapper form .gf_progressbar {
	display: none
}

.gform_wrapper form .gfield_description.validation_message {
	margin-top: 10px;
	font-size: 14px;
	color: #e82b2b
}

.gform_wrapper form .gform_validation_container {
	display: none
}

.gform_confirmation_wrapper {
	text-align: center
}

/** Gravity Forms **/

/** Animate **/

.animate {
	opacity: 0;
	transition: all 0.6s linear;
	transform: translateY(-100px)
}

.animate.visible {
	opacity: 1;
	transform: translateY(0)
}

/** END Animate **/

.btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease
}

.btn span {
	padding: 20px 30px;
	width: 100%;
	color: #009653;
	text-align: center;
	transition: all 0.3s ease
}

.btn--block {
	width: 100%
}

.btn--white {
	border: 2px solid #fff;
	background-color: #fff;
	color: #009653
}

.btn--white:hover {
	background-color: #009653
}

.btn--white:hover span {
	color: #fff
}

.btn--lightGreen {
	border: 2px solid #a7ce43;
	background-color: #a7ce43
}

.btn--lightGreen span {
	color: #fff
}

.btn--lightGreen:hover {
	background-color: transparent
}

.btn--lightGreen:hover span {
	color: #a7ce43
}

.btn--outlined {
	border: 1px solid #fff
}

.btn--outlined span {
	color: #fff
}

.btn--outlined:hover {
	background-color: #fff
}

.btn--outlined:hover span {
	color: #a7ce43
}

.btn--green {
	border: 2px solid #009653;
	background-color: #009653
}

.btn--green span {
	color: #fff
}

.btn--green:hover {
	background-color: transparent
}

.btn--green:hover span {
	color: #009653
}

.btn--mail {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	background-color: #009552;
	border-radius: 5px
}

.btn--mail span {
	width: 100%;
	color: #fff
}

.section--mt {
	margin-top: 75px
}

@media (min-width: 1000px) {
	.section--mt {
		margin-bottom: 135px
	}
}

@media (min-width: 1280px) {
	.section--mt {
		margin-top: 185px
	}
}

.section--mb {
	margin-bottom: 75px
}

@media (min-width: 1000px) {
	.section--mb {
		margin-bottom: 135px
	}
}

@media (min-width: 1280px) {
	.section--mb {
		margin-bottom: 185px
	}
}

.section--pt {
	padding-top: 75px
}

@media (min-width: 1000px) {
	.section--pt {
		padding-bottom: 135px
	}
}

@media (min-width: 1280px) {
	.section--pt {
		padding-top: 185px
	}
}

.section--pb {
	padding-bottom: 75px
}

@media (min-width: 1000px) {
	.section--pb {
		padding-bottom: 135px
	}
}

@media (min-width: 1280px) {
	.section--pb {
		padding-bottom: 185px
	}
}

.section__titleWrap {
	margin-bottom: 70px;
	text-align: center
}

.section__title {
	margin-bottom: 15px;
	color: #009653;
	font-size: 14px;
	font-weight: 600
}

.section__subTitle {
	color: #292929;
	font-weight: 600;
	font-size: 36px
}

.section.contact {
	position: relative;
	background-color: #effff8
}

.section.faqs {
	background-color: #e6f5ee
}

.section.process {
	background-color: #e6f5ee
}

.section.requestCta {
	margin: 0
}

@media (min-width: 1000px) {
	.section.vehicleHeader {
		margin: 130px 0
	}
}

@media (min-width: 1000px) {
	.section.vehicleDescription {
		margin: 130px 0
	}
}

.section--spacing {
	padding: 75px 0
}

@media (min-width: 1000px) {
	.section--spacing {
		padding: 185px 0
	}
}

/** Loading **/

.loading_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1000000;
	display: none
}

.loading_overlay svg {
	position: absolute;
	transform: translate(-50%, -50%) scale(1.6);
	left: 50%;
	top: 50%
}

.loading_overlay svg path {
	fill: #fff
}

.loading_overlay svg rect {
	fill: #fff
}

/** END Loading **/

/** Banner **/

.banner {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center center
}

.banner:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 17vw;
	background-image: url("../images/slant.svg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 5
}

.banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(-140deg, rgba(0, 149, 82, 0.8) 0%, rgba(172, 219, 51, 0.8) 100%)
}

.banner--green:before {
	background-image: url("../images/slant-green.svg")
}

.banner--sub {
	height: 55vh
}

@media (min-width: 1000px) {
	.banner--sub {
		height: 70vh
	}
}

.banner--four {
	height: 80vh
}

.banner--four:before {
	display: none
}

.banner--four .banner__content {
	margin-top: 40vh
}

.banner__block {
	position: relative;
	height: 100%
}

.banner__block .container,
.banner__block .row {
	height: 100%
}

.banner__content {
	position: relative;
	width: 100%;
	margin-top: 30vh;
	text-align: center;
	color: #fff;
	z-index: 5
}

.banner__bigTextWrap {
	position: relative;
	z-index: -1
}

.banner__bigText {
	display: block;
	font-size: 22vw;
	font-weight: 700;
	opacity: 0.1;
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%)
}

@media (min-width: 1000px) {
	.banner__bigText {
		font-size: 15vw
	}
}

.banner__time {
	display: block;
	font-size: 23px;
	margin-bottom: 10px
}

.banner__headlineText {
	margin-bottom: 5px;
	font-size: 34px;
	font-weight: 600
}

@media (min-width: 1000px) {
	.banner__headlineText {
		font-size: 40px
	}
}

.banner__headlineTitle {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 300
}

@media (min-width: 1000px) {
	.banner__headlineTitle {
		font-size: 30px
	}
}

.banner__united {
	display: block;
	margin: 70px auto 0 auto;
	max-width: 120px
}

.banner__vans {
	position: absolute;
	width: 55vh;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	z-index: 5
}

@media (min-width: 576px) {
	.banner__vans {
		width: 55vh
	}
}

@media (min-width: 870px) {
	.banner__vans {
		width: 50vh
	}
}

@media (min-width: 1000px) {
	.banner__vans {
		width: 55vh
	}
}

@media (min-width: 1280px) {
	.banner__vans {
		width: 62vh;
		bottom: -65px
	}
}

.banner .btn:hover span {
	color: #fff
}

.banner__image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%
}

/** END Banner **/

/** Request CTA  **/

.requestCta {
	padding: 135px 0;
	background: linear-gradient(90deg, #039753 0%, #8bc445 100%);
	text-align: center;
	color: #fff
}

.requestCta__title {
	font-size: 25px
}

@media (min-width: 1000px) {
	.requestCta__title {
		font-size: 35px
	}
}

.requestCta p {
	font-size: 18px
}

@media (min-width: 1000px) {
	.requestCta p {
		font-size: 25px
	}
}

/** END Request CTA  **/

/** Footer  **/

.footer__topWrap {
	padding: 100px 0 65px 0;
	border-bottom: 1px solid #e0e0e0
}

.footer__logo {
	display: inline-block
}

.footer__logo img {
	width: 130px
}

@media (min-width: 1000px) {
	.footer__logo img {
		width: 150px
	}
}

.footer__bvrla {
	text-align: right;
	margin-left: auto
}

@media (min-width: 1000px) {
	.footer__bvrla {
		text-align: initial;
		margin-right: auto
	}
}

.footer__bvrla img:not(:last-child) {
	margin-right: 50px
}

.footer__call {
	display: none
}

@media (min-width: 1000px) {
	.footer__call {
		display: block;
		width: 235px;
		text-align: right
	}
}

.footer__call a {
	color: #292929;
	font-size: 16px;
	font-weight: 600
}

.footer__call span {
	color: #009653;
	font-size: 31px
}

.footer__callM {
	display: block
}

@media (min-width: 1000px) {
	.footer__callM {
		display: none
	}
}

.footer__callMText {
	width: 235px;
	text-align: center;
	margin: 40px auto 0 auto
}

.footer__callMText a {
	color: #292929;
	font-size: 16px;
	font-weight: 600
}

.footer__callMText span {
	color: #009653;
	font-size: 31px
}

.footer__menu-wrap {
	display: none
}

@media (min-width: 1000px) {
	.footer__menu-wrap {
		display: block
	}
}

.footer__accordionWrap {
	padding: 0 5%
}

@media (min-width: 1000px) {
	.footer__accordionWrap {
		padding: 0
	}
}

.footer__accordion {
	display: block
}

@media (min-width: 1000px) {
	.footer__accordion {
		display: none
	}
}

.footer__menu-title {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600
}

.footer__menus {
	padding: 65px 0 65px 0
}

@media (min-width: 1000px) {
	.footer__menus {
		padding: 65px 0 185px 0
	}
}

.footer__nav ul {
	margin: 0 0 30px 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none
}

@media (min-width: 1000px) {
	.footer__nav ul {
		margin: 0
	}
}

.footer__nav ul li {
	margin-bottom: 10px
}

.footer__nav ul li a {
	font-size: 16px;
	color: #292929
}

.footer__nav ul li a:hover {
	color: #8cbd3e
}

.footer__nav ul li.current-menu-item a {
	color: #8cbd3e
}

.footer__nav ul li:last-child {
	margin-bottom: 0
}

.footer__nav ul#menu-sister-companies {
	margin-bottom: 25px
}

.footer__address p {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	color: #292929
}

.footer__address a {
	font-size: 16px;
	color: #8cbd3e;
	text-decoration: underline
}

.footer__address a:hover {
	color: #292929
}

.footer__copyright {
	border-top: 1px solid #e0e0e0
}

.footer__copyright-wrap {
	padding: 20px 0
}

@media (min-width: 1000px) {
	.footer__copyright-wrap {
		padding: 40px 0 35px 0
	}
}

.footer__copyright-text {
	margin-bottom: 15px;
	text-align: center;
	color: #292929
}

@media (min-width: 1000px) {
	.footer__copyright-text {
		margin: 0;
		text-align: left
	}
}

.footer__made {
	text-align: center
}

@media (min-width: 1000px) {
	.footer__made {
		text-align: right
	}
}

.footer__swish {
	display: block;
	margin: 0 auto 0 auto;
	height: 25px;
	width: 124px
}

@media (min-width: 1000px) {
	.footer__swish {
		margin: 0 0 0 auto
	}
}

.footer__swish img {
	max-width: 100%
}

.footer .social {
	display: -ms-flexbox;
	display: flex
}

@media (min-width: 1000px) {
	.footer .social {
		padding: 0
	}
}

.footer .social li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 20px
}

.footer .social__icon {
	display: block;
	width: 20px;
	height: 20px
}

.footer .social__icon path,
.footer .social__icon circle {
	transition: all 0.3s ease
}

.footer .social__icon:hover svg path,
.footer .social__icon:hover svg circle {
	fill: #009653
}

/** END Footer  **/

/** Miscellaneous  **/


/** Houdini 2 **/

.houdini-heading .houdini-toggle {
	position: relative;
	width: 100%;
	text-align: inherit;
	background: inherit;
	display: block;
	padding: 20px 5% 20px 5%;
	font-size: 18px;
	font-weight: 600;
}

@media (min-width: 1000px) {
	.houdini-heading .houdini-toggle {
		padding: 40px 25px 40px 45px
	}
}

/** ENS Houdini 2 **/