@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.ttf?3laj6y") format("truetype"), url("../fonts/icomoon/icomoon.woff?3laj6y") format("woff"), url("../fonts/icomoon/icomoon.svg?3laj6y#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^=i-],
.search-choice-clear,
.img-txt-slider .swiper-btn-next,
.img-txt-slider .swiper-btn-prev,
.accordion .opener:before,
.sliding-menu li .sliding-menu__back:before,
.sliding-menu .sliding-menu__nav:after,
[class*=" i-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.i-x:before {
	content: "\e906";
}

.i-instagram:before {
	content: "\e908";
}

.i-right:before,
.img-txt-slider .swiper-btn-next:before {
	content: "\e909";
}

.i-left:before,
.img-txt-slider .swiper-btn-prev:before {
	content: "\e90a";
}

.i-search:before {
	content: "\e905";
}

.i-clear:before,
.search-choice-clear:before,
.accordion .opener:before {
	content: "\e907";
}

.i-facebook:before {
	content: "\e900";
}

@font-face {
	font-family: "Karmina Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/KarminaSans400.woff2") format("woff2"), url("../fonts/KarminaSans400.ttf") format("truetype");
}
@font-face {
	font-family: "Karmina Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/KarminaSans700.woff2") format("woff2"), url("../fonts/KarminaSans700.ttf") format("truetype");
}
@font-face {
	font-family: "Karmina Sans";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/KarminaSans400Italic.woff2") format("woff2"), url("../fonts/KarminaSans400Italic.ttf") format("truetype");
}
@font-face {
	font-family: "Karmina";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Karmina400.woff2") format("woff2"), url("../fonts/Karmina400.ttf") format("truetype");
}
@font-face {
	font-family: "Karmina";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Karmina700.woff2") format("woff2"), url("../fonts/Karmina700.ttf") format("truetype");
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.entry:after,
.commentlist .comment-author:after,
.navigation-single:after,
.search-form p:after,
#search_block p:after,
.post-password-form p:after,
.search-form:after,
#search_block:after,
.post-password-form:after,
.widget:after {
	content: "";
	display: block;
	clear: both;
}

.grid-staff-img img,
.grid-card-img img,
.img-txt-slider-img img,
.grid-img-3 > div img,
.bio-popup-img img,
.bg-str img {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.grid-staff-img,
.grid-card-img,
.img-txt-slider-img,
.grid-img-3 > div,
.bio-popup-img,
.bg-str {
	position: relative;
	overflow: hidden;
}
.grid-staff-img:before,
.grid-card-img:before,
.img-txt-slider-img:before,
.grid-img-3 > div:before,
.bio-popup-img:before,
.bg-str:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.sidebar-list-item:before,
.search-choice-clear,
.ico-square,
.card-ico,
.grid-members > div,
.vslider-img,
.popup-wrapper .mfp-close,
.accordion .opener:before,
.accordion .opener:after,
.footer-bottom-policy-btn,
.footer-bottom-policy,
.footer-bottom-nav-row,
.footer-subscribe,
.footer-subscribe-inner,
.header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sliding-menu li a,
.sliding-menu li .sliding-menu__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.mx-a {
	margin-left: auto;
	margin-right: auto;
}

.a-center {
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.txt-accent h1,
.txt-brand h1,
.txt-green-inside strong h1,
.txt-green h1,
.txt-white h1,
.txt-accent h2,
.txt-brand h2,
.txt-green-inside strong h2,
.txt-green h2,
.txt-white h2,
.txt-accent h3,
.txt-brand h3,
.txt-green-inside strong h3,
.txt-green h3,
.txt-white h3,
.txt-accent h4,
.txt-brand h4,
.txt-green-inside strong h4,
.txt-green h4,
.txt-white h4,
.txt-accent h5,
.txt-brand h5,
.txt-green-inside strong h5,
.txt-green h5,
.txt-white h5,
.txt-accent h6,
.txt-brand h6,
.txt-green-inside strong h6,
.txt-green h6,
.txt-white h6,
.txt-accent p:not([class]),
.txt-brand p:not([class]),
.txt-green-inside strong p:not([class]),
.txt-green p:not([class]),
.txt-white p:not([class]) {
	color: inherit;
}

.txt-white {
	color: #fff;
}

.txt-green {
	color: var(--green-color);
}

.txt-green-inside strong {
	font-weight: inherit;
	color: var(--green-color);
}

.txt-brand {
	color: var(--brand-color);
}

.txt-accent {
	color: var(--accent-color);
}

.main .p-white-o p {
	color: rgba(255, 255, 255, 0.75);
}

.resources-list-title a:before,
.grid-res-tittle a:before,
.bt-tittle a:before,
.bt-item:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.txt-c {
	text-align: center;
}

.txt-l {
	text-align: left;
}

.txt-r {
	text-align: right;
}

.hstack,
.social-list,
.nav-sub,
.nav-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}
.hstack > div,
.social-list > div,
.nav-sub > div,
.nav-main > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
}
.vstack > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.grid {
	--grid-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: var(--grid-gap);
}
.grid > div {
	min-width: 1px;
}
.grid._col-1 {
	grid-template-columns: 1fr;
}

.mt-0,
.my-0 {
	margin-top: 0rem;
}

.mb-0,
.my-0 {
	margin-bottom: 0rem;
}

.pt-0,
.py-0 {
	padding-top: 0rem;
}

.pb-0,
.py-0 {
	padding-bottom: 0rem;
}

.mt-1,
.my-1 {
	margin-top: 1rem;
}

.mb-1,
.my-1 {
	margin-bottom: 1rem;
}

.pt-1,
.py-1 {
	padding-top: 1rem;
}

.pb-1,
.py-1 {
	padding-bottom: 1rem;
}

.mt-2,
.my-2 {
	margin-top: 2rem;
}

.mb-2,
.my-2 {
	margin-bottom: 2rem;
}

.pt-2,
.py-2 {
	padding-top: 2rem;
}

.pb-2,
.py-2 {
	padding-bottom: 2rem;
}

.mt-3,
.my-3 {
	margin-top: 3rem;
}

.mb-3,
.my-3 {
	margin-bottom: 3rem;
}

.pt-3,
.py-3 {
	padding-top: 3rem;
}

.pb-3,
.py-3 {
	padding-bottom: 3rem;
}

.mt-4,
.my-4 {
	margin-top: 4rem;
}

.mb-4,
.my-4 {
	margin-bottom: 4rem;
}

.pt-4,
.py-4 {
	padding-top: 4rem;
}

.pb-4,
.py-4 {
	padding-bottom: 4rem;
}

.mt-5,
.my-5 {
	margin-top: 5rem;
}

.mb-5,
.my-5 {
	margin-bottom: 5rem;
}

.pt-5,
.py-5 {
	padding-top: 5rem;
}

.pb-5,
.py-5 {
	padding-bottom: 5rem;
}

.mt-6,
.my-6 {
	margin-top: 6rem;
}

.mb-6,
.my-6 {
	margin-bottom: 6rem;
}

.pt-6,
.py-6 {
	padding-top: 6rem;
}

.pb-6,
.py-6 {
	padding-bottom: 6rem;
}

.mt-7,
.my-7 {
	margin-top: 7rem;
}

.mb-7,
.my-7 {
	margin-bottom: 7rem;
}

.pt-7,
.py-7 {
	padding-top: 7rem;
}

.pb-7,
.py-7 {
	padding-bottom: 7rem;
}

.mt-8,
.my-8 {
	margin-top: 8rem;
}

.mb-8,
.my-8 {
	margin-bottom: 8rem;
}

.pt-8,
.py-8 {
	padding-top: 8rem;
}

.pb-8,
.py-8 {
	padding-bottom: 8rem;
}

.mt-9,
.my-9 {
	margin-top: 9rem;
}

.mb-9,
.my-9 {
	margin-bottom: 9rem;
}

.pt-9,
.py-9 {
	padding-top: 9rem;
}

.pb-9,
.py-9 {
	padding-bottom: 9rem;
}

.mt-10,
.my-10 {
	margin-top: 10rem;
}

.mb-10,
.my-10 {
	margin-bottom: 10rem;
}

.pt-10,
.py-10 {
	padding-top: 10rem;
}

.pb-10,
.py-10 {
	padding-bottom: 10rem;
}

.mt-12,
.my-12 {
	margin-top: 12rem;
}

.mb-12,
.my-12 {
	margin-bottom: 12rem;
}

.pt-12,
.py-12 {
	padding-top: 12rem;
}

.pb-12,
.py-12 {
	padding-bottom: 12rem;
}
.gg-0 {
	grid-gap: 0px;
}

.gx-0 {
	-webkit-column-gap: 0px;
	   -moz-column-gap: 0px;
	        column-gap: 0px;
}

.gy-0 {
	row-gap: 0px;
}

.gg-1 {
	grid-gap: 10px;
}

.gx-1 {
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}

.gy-1 {
	row-gap: 10px;
}

.gg-2 {
	grid-gap: 20px;
}

.gx-2 {
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}

.gy-2 {
	row-gap: 20px;
}

.gg-3 {
	grid-gap: 30px;
}

.gx-3 {
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
}

.gy-3 {
	row-gap: 30px;
}

.gg-4 {
	grid-gap: 40px;
}

.gx-4 {
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}

.gy-4 {
	row-gap: 40px;
}

.gg-5 {
	grid-gap: 50px;
}

.gx-5 {
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
}

.gy-5 {
	row-gap: 50px;
}

.gg-6 {
	grid-gap: 60px;
}

.gx-6 {
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
	        column-gap: 60px;
}

.gy-6 {
	row-gap: 60px;
}

.gg-7 {
	grid-gap: 70px;
}

.gx-7 {
	-webkit-column-gap: 70px;
	   -moz-column-gap: 70px;
	        column-gap: 70px;
}

.gy-7 {
	row-gap: 70px;
}

.gg-8 {
	grid-gap: 80px;
}

.gx-8 {
	-webkit-column-gap: 80px;
	   -moz-column-gap: 80px;
	        column-gap: 80px;
}

.gy-8 {
	row-gap: 80px;
}

.gg-9 {
	grid-gap: 90px;
}

.gx-9 {
	-webkit-column-gap: 90px;
	   -moz-column-gap: 90px;
	        column-gap: 90px;
}

.gy-9 {
	row-gap: 90px;
}

.gg-10 {
	grid-gap: 100px;
}

.gx-10 {
	-webkit-column-gap: 100px;
	   -moz-column-gap: 100px;
	        column-gap: 100px;
}

.gy-10 {
	row-gap: 100px;
}
.mw-350 {
	max-width: 350px;
}

.mw-400 {
	max-width: 400px;
}

.mw-450 {
	max-width: 450px;
}

.mw-500 {
	max-width: 500px;
}

.mw-550 {
	max-width: 550px;
}

.mw-600 {
	max-width: 600px;
}

.mw-650 {
	max-width: 650px;
}

.mw-700 {
	max-width: 700px;
}

.mw-750 {
	max-width: 750px;
}

.mw-760 {
	max-width: 760px;
}

.mw-800 {
	max-width: 800px;
}

.mw-850 {
	max-width: 850px;
}

.footer-subscribe-form_wrapper {
	width: 100%;
}
.footer-subscribe-form_wrapper.gform_wrapper.gravity-theme .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 0;
}
.footer-subscribe-form_wrapper.gform_wrapper.gravity-theme .gfield {
	z-index: 1;
}
.footer-subscribe-form_wrapper .gfield--type-text,
.footer-subscribe-form_wrapper .gfield--type-email {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.footer-subscribe-form_wrapper .gfield--type-text input,
.footer-subscribe-form_wrapper .gfield--type-email input {
	height: 38px;
	padding: var(--btn-y) var(--input-x) !important;
	font-size: var(--btn-fz);
	line-height: normal;
	color: var(--input-color);
	background-color: var(--input-bg-color);
	text-align: left;
	-webkit-appearance: none;
	outline: none;
	max-width: 100%;
	width: 100%;
	border: none !important;
	border-radius: 20px;
}
.footer-subscribe-form_wrapper .gfield--type-html {
	padding-right: 5rem;
}
.footer-subscribe-form_wrapper .gfield--type-submit input {
	height: 38px;
	width: 160px;
	border-radius: 20px;
	line-height: 1 !important;
}
.footer-subscribe-form_wrapper.gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
}
.footer-subscribe-form_wrapper .field_for_hack {
	position: relative;
}
.footer-subscribe-form_wrapper .field_for_hack::before {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(300% + 160px);
	z-index: -1;
	border-radius: 20px;
}

.a-hidden {
	opacity: 0;
}

.a-visible {
	opacity: 1;
}

.animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: 300ms;
	        animation-delay: 300ms;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		        transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		        transform: translate3d(0, 50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	        animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
}

@-webkit-keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		        transform: translate3d(-50px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50px, 0, 0);
		        transform: translate3d(-50px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
.fadeLeft {
	-webkit-animation-name: fadeLeft;
	        animation-name: fadeLeft;
}

@-webkit-keyframes fadeRigth {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		        transform: translate3d(50px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes fadeRigth {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(50px, 0, 0);
		        transform: translate3d(50px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
.fadeRigth {
	-webkit-animation-name: fadeRigth;
	        animation-name: fadeRigth;
}

.btn,
.contacts_full .gform_wrapper.gravity-theme input[type=submit],
.contacts_full .gform_wrapper.gravity-theme button[type=submit],
.footer-subscribe input[type=submit],
.forminator-button-submit,
.footer-subscribe-form_wrapper .gfield--type-submit input {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-style: solid;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
	font-weight: bold;
	padding: var(--btn-y) var(--btn-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: 1.1;
	color: var(--base-text-color);
	background-color: var(--lblue-color);
	border-color: var(--lblue-color);
}
.btn:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.footer-subscribe input[type=submit]:hover,
.forminator-button-submit:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.footer-subscribe input[type=submit]:hover,
.forminator-button-submit:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input:hover {
	text-decoration: none;
}
.btn .btn-brand,
.btn .contacts_full .gform_wrapper.gravity-theme input[type=submit],
.contacts_full .gform_wrapper.gravity-theme .btn input[type=submit],
.btn .contacts_full .gform_wrapper.gravity-theme button[type=submit],
.contacts_full .gform_wrapper.gravity-theme .btn button[type=submit],
.contacts_full .gform_wrapper.gravity-theme input[type=submit] .btn-brand,
.contacts_full .gform_wrapper.gravity-theme input[type=submit] input[type=submit],
.contacts_full .gform_wrapper.gravity-theme input[type=submit] button[type=submit],
.contacts_full .gform_wrapper.gravity-theme button[type=submit] .btn-brand,
.contacts_full .gform_wrapper.gravity-theme button[type=submit] input[type=submit],
.contacts_full .gform_wrapper.gravity-theme button[type=submit] button[type=submit],
.btn .footer-subscribe input[type=submit],
.footer-subscribe .btn input[type=submit],
.footer-subscribe input[type=submit] .btn-brand,
.footer-subscribe input[type=submit] .contacts_full .gform_wrapper.gravity-theme input[type=submit],
.footer-subscribe input[type=submit] .contacts_full .gform_wrapper.gravity-theme button[type=submit],
.footer-subscribe input[type=submit] input[type=submit],
.forminator-button-submit .btn-brand,
.forminator-button-submit .contacts_full .gform_wrapper.gravity-theme input[type=submit],
.contacts_full .gform_wrapper.gravity-theme .forminator-button-submit input[type=submit],
.forminator-button-submit .contacts_full .gform_wrapper.gravity-theme button[type=submit],
.contacts_full .gform_wrapper.gravity-theme .forminator-button-submit button[type=submit],
.forminator-button-submit .footer-subscribe input[type=submit],
.footer-subscribe .forminator-button-submit input[type=submit],
.footer-subscribe-form_wrapper .gfield--type-submit input .btn-brand,
.footer-subscribe-form_wrapper .gfield--type-submit input .contacts_full .gform_wrapper.gravity-theme input[type=submit],
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit input input[type=submit],
.footer-subscribe-form_wrapper .gfield--type-submit input .contacts_full .gform_wrapper.gravity-theme button[type=submit],
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit input button[type=submit],
.btn .footer-subscribe-form_wrapper .gfield--type-submit input,
.contacts_full .gform_wrapper.gravity-theme input[type=submit] .footer-subscribe-form_wrapper .gfield--type-submit input,
.contacts_full .gform_wrapper.gravity-theme button[type=submit] .footer-subscribe-form_wrapper .gfield--type-submit input,
.footer-subscribe input[type=submit] .footer-subscribe-form_wrapper .gfield--type-submit input,
.forminator-button-submit .footer-subscribe-form_wrapper .gfield--type-submit input,
.footer-subscribe-form_wrapper .gfield--type-submit .btn input,
.footer-subscribe-form_wrapper .gfield--type-submit .contacts_full .gform_wrapper.gravity-theme input[type=submit] input,
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit input[type=submit] input,
.footer-subscribe-form_wrapper .gfield--type-submit .contacts_full .gform_wrapper.gravity-theme button[type=submit] input,
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit button[type=submit] input,
.footer-subscribe-form_wrapper .gfield--type-submit .forminator-button-submit input,
.footer-subscribe-form_wrapper .gfield--type-submit input input {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn .btn-brand:hover,
.btn .contacts_full .gform_wrapper.gravity-theme input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme .btn input[type=submit]:hover,
.btn .contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme .btn button[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit] .btn-brand:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit] input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit] button[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit] .btn-brand:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit] input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit] button[type=submit]:hover,
.btn .footer-subscribe input[type=submit]:hover,
.footer-subscribe .btn input[type=submit]:hover,
.footer-subscribe input[type=submit] .btn-brand:hover,
.footer-subscribe input[type=submit] .contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.footer-subscribe input[type=submit] input[type=submit]:hover,
.forminator-button-submit .btn-brand:hover,
.forminator-button-submit .contacts_full .gform_wrapper.gravity-theme input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme .forminator-button-submit input[type=submit]:hover,
.forminator-button-submit .contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme .forminator-button-submit button[type=submit]:hover,
.forminator-button-submit .footer-subscribe input[type=submit]:hover,
.footer-subscribe .forminator-button-submit input[type=submit]:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input .btn-brand:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input .contacts_full .gform_wrapper.gravity-theme input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit input input[type=submit]:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input .contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit input button[type=submit]:hover,
.btn .footer-subscribe-form_wrapper .gfield--type-submit input:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit] .footer-subscribe-form_wrapper .gfield--type-submit input:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit] .footer-subscribe-form_wrapper .gfield--type-submit input:hover,
.footer-subscribe input[type=submit] .footer-subscribe-form_wrapper .gfield--type-submit input:hover,
.forminator-button-submit .footer-subscribe-form_wrapper .gfield--type-submit input:hover,
.footer-subscribe-form_wrapper .gfield--type-submit .btn input:hover,
.footer-subscribe-form_wrapper .gfield--type-submit .contacts_full .gform_wrapper.gravity-theme input[type=submit] input:hover,
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit input[type=submit] input:hover,
.footer-subscribe-form_wrapper .gfield--type-submit .contacts_full .gform_wrapper.gravity-theme button[type=submit] input:hover,
.contacts_full .gform_wrapper.gravity-theme .footer-subscribe-form_wrapper .gfield--type-submit button[type=submit] input:hover,
.footer-subscribe-form_wrapper .gfield--type-submit .forminator-button-submit input:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input input:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

.btn-brand,
.contacts_full .gform_wrapper.gravity-theme input[type=submit],
.contacts_full .gform_wrapper.gravity-theme button[type=submit],
.footer-subscribe input[type=submit],
.footer-subscribe-form_wrapper .gfield--type-submit input {
	color: #fff;
	background-color: var(--brand-color);
	border-color: var(--brand-color);
}
.btn-brand:hover,
.contacts_full .gform_wrapper.gravity-theme input[type=submit]:hover,
.contacts_full .gform_wrapper.gravity-theme button[type=submit]:hover,
.footer-subscribe input[type=submit]:hover,
.footer-subscribe-form_wrapper .gfield--type-submit input:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

.btn-accent {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-accent:hover {
	color: #fff;
	background-color: var(--base-text-color);
	border-color: var(--base-text-color);
}

.btn-link {
	--btn-link-underline-color: var(--yellow-color);
	font-weight: bold;
	font-size: var(--btn-fz);
	line-height: 1.1;
	display: inline-block;
	position: relative;
	padding-bottom: 7px;
}
.btn-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	height: 5px;
	background-color: var(--yellow-color);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.btn-link:hover:before {
	background-color: var(--accent-color);
}

.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 15px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%;
}

form,
fieldset {
	border: none;
	display: block;
	padding: 0;
	margin: 0 0 var(--vertical-rhythm) 0;
	color: var(--base-text-color);
}

label {
	display: block;
	font-weight: 700;
	font-size: var(--label-fz);
	line-height: 1.2;
	color: var(--label-color);
	margin: 0 0 8px;
}
label a {
	text-decoration: underline;
}
label a:hover {
	text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
textarea {
	padding: var(--btn-y) var(--input-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: normal;
	color: var(--input-color);
	background-color: var(--input-bg-color);
	border-color: var(--input-border-color);
	border-style: solid;
	border-width: 1px;
	text-align: left;
	-webkit-appearance: none;
	outline: none;
	max-width: 100%;
	width: 100%;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
textarea:focus {
	border-width: 1px;
	border-style: solid;
	border-color: var(--input-focus-border-color);
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=file]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=date]:focus:-moz-placeholder,
input[type=file]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
}

input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=file]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=file]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=file]:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 1;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=file]::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	-moz-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	-ms-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

textarea {
	resize: none;
	vertical-align: top;
	width: 100%;
	height: 250px;
}

/* button, */
input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
	padding: var(--btn-y) var(--input-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: 1.2;
	color: #fff;
	background-color: --accent-color;
	border-color: --accent-color;
	border-style: solid;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button[type=submit]:hover {
	color: var(--base-text-color);
	background-color: transparent;
	border-color: var(--accent-color-dark);
}

input[type=reset] {
	margin-bottom: 13px;
}

input[type=file] {
	max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.forminator-error-message {
	display: block;
	padding: 5px var(--input-x);
	font-size: var(--label-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: normal;
	background-color: var(--error-bg-color);
	margin-top: 5px;
}

.forminator-error,
.forminator-error-message,
.forminator-required {
	color: var(--error-color);
}

.forminator-description {
	font-size: var(--label-fz);
	color: var(--label-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5px;
}
.forminator-description span {
	margin-left: auto;
}

.forminator-response-message:not(:last-child) {
	margin-bottom: var(--vertical-rhythm);
}
.forminator-response-message.forminator-accessible {
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
}

.forminator-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 calc(var(--form-col-gutter) * -1) var(--form-row-margin);
}
.forminator-row:last-child {
	margin-bottom: 0;
}

.forminator-col {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 var(--form-col-gutter);
}
.forminator-col.forminator-col-4 .forminator-row[data-multiple=true] {
	display: block;
}
.forminator-col.forminator-col-4 .forminator-row[data-multiple=true] .forminator-col:not(:last-child) {
	margin-bottom: var(--form-row-margin);
}

.forminator-input {
	width: 100%;
	display: block;
	max-width: unset;
	min-width: unset;
}
.forminator-input-with-icon {
	position: relative;
}
.forminator-input-with-icon .forminator-icon-calendar {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 15px;
	line-height: 1;
	color: var(--input-color);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.forminator-input-with-icon .forminator-icon-calendar:before {
	display: inline-block;
	vertical-align: top;
}
.forminator-input-with-icon .forminator-datepicker {
	padding-left: 35px;
}
.forminator-input-with-suffix {
	position: relative;
}
.forminator-input-with-suffix .forminator-input {
	padding-right: 60px;
}
.forminator-input-with-suffix .forminator-suffix {
	font-size: var(--label-fz);
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.intl-tel-input.forminator-phone {
	display: block;
}

.forminator-option,
.forminator-checkbox,
.forminator-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.forminator-option-inline,
.forminator-checkbox-inline,
.forminator-radio-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.forminator-option-inline:not(:last-child),
.forminator-checkbox-inline:not(:last-child),
.forminator-radio-inline:not(:last-child) {
	margin-right: 1em;
}
.forminator-option .jcf-checkbox,
.forminator-option .jcf-radio,
.forminator-checkbox .jcf-checkbox,
.forminator-checkbox .jcf-radio,
.forminator-radio .jcf-checkbox,
.forminator-radio .jcf-radio {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.forminator-option span,
.forminator-checkbox span,
.forminator-radio span {
	pointer-events: all;
}
.forminator-multiselect {
	padding: 8px;
	border: 1px solid var(--input-border-color);
}
.forminator-multiselect .forminator-option {
	font-weight: 400;
	padding: var(--btn-y) calc(var(--input-x) - 8px);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: normal;
	color: var(--input-color);
	background-color: var(--input-bg-color);
	border-color: var(--input-border-color);
	pointer-events: all;
	border-radius: var(--input-radius);
}
.forminator-multiselect .forminator-option:last-of-type {
	margin-bottom: 0;
}
.forminator-multiselect .forminator-option.jcf-label-active {
	color: white;
	background-color: var(--brand-color);
}
.forminator-multiselect .jcf-checkbox {
	display: none;
}
.forminator-signature {
	position: relative;
	font-size: var(--btn-fz);
	background-color: var(--input-bg-color);
	border: 1px solid var(--input-border-color);
	border-radius: var(--input-radius);
	padding: var(--btn-y) var(--input-x);
}
.forminator-signature .forminator-signature--container + div {
	position: absolute !important;
	top: 7px;
	right: 7px;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
}
.forminator-signature .forminator-signature--container + div img {
	width: auto;
	height: auto;
}
.forminator-calendar {
	border: 1px solid var(--form-theme-color);
	border-radius: var(--input-radius);
	background-color: #fbfbfb;
	overflow: hidden;
}
.forminator-calendar .ui-datepicker-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #e6e6e6;
	padding: 10px;
}
.forminator-calendar .ui-datepicker-prev,
.forminator-calendar .ui-datepicker-next {
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	background-color: var(--form-theme-color);
	border-radius: var(--input-radius);
	cursor: pointer;
}
.forminator-calendar .ui-datepicker-prev .ui-icon,
.forminator-calendar .ui-datepicker-next .ui-icon {
	font-size: 0;
	line-height: 0;
}
.forminator-calendar .ui-datepicker-prev .ui-icon:before,
.forminator-calendar .ui-datepicker-next .ui-icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 13px;
	background-size: 100% auto;
	margin: -6.5px 0 0 -3.5px;
}
.forminator-calendar .ui-datepicker-prev {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.forminator-calendar .ui-datepicker-prev .ui-icon:before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3Mi40LDUwNS4yYzkuMS05LjEsOS4xLTIzLjgsMC0zMi45TDU2LjEsMjU2TDI3Mi40LDM5LjdjOS4xLTkuMSw5LjEtMjMuOCwwLTMyLjljLTkuMS05LjEtMjMuOC05LjEtMzIuOSwwCglMNi44LDIzOS41QzIuNCwyNDMuOSwwLDI0OS44LDAsMjU2YzAsNi4yLDIuNSwxMi4xLDYuOCwxNi41bDIzMi43LDIzMi43QzI0OC42LDUxNC4zLDI2My4zLDUxNC4zLDI3Mi40LDUwNS4yeiIvPgo8L3N2Zz4K");
}
.forminator-calendar .ui-datepicker-next {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.forminator-calendar .ui-datepicker-next .ui-icon:before {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyNzkuMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMjc5LjIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzkuMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCw2LjhjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45TDIyMy4xLDI1Nkw2LjgsNDcyLjNjLTkuMSw5LjEtOS4xLDIzLjgsMCwzMi45czIzLjgsOS4xLDMyLjksMGwyMzIuNy0yMzIuNwoJYzQuNC00LjQsNi44LTEwLjMsNi44LTE2LjVzLTIuNS0xMi4xLTYuOC0xNi41TDM5LjcsNi44QzMwLjYtMi4zLDE1LjktMi4zLDYuOCw2Ljh6Ii8+Cjwvc3ZnPgo=");
}
.forminator-calendar .ui-datepicker-title {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 10px;
	margin: 0 -5px;
}
.forminator-calendar .ui-datepicker-month,
.forminator-calendar .ui-datepicker-year {
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: block;
	color: var(--input-color);
	border: 1px solid var(--form-theme-color);
	border-radius: var(--input-radius);
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 13px;
	line-height: normal;
	height: 28px;
	padding: 0 5px;
	margin: 0 5px;
}
.forminator-calendar .ui-datepicker-calendar {
	font-size: 13px;
	margin-bottom: 0;
}
.forminator-calendar .ui-datepicker-calendar thead {
	background-color: #f8f8f8;
}
.forminator-calendar .ui-datepicker-calendar tbody {
	background-color: #fdfdfd;
}
.forminator-calendar .ui-datepicker-calendar tbody tr:first-child td {
	padding-top: 15px;
}
.forminator-calendar .ui-datepicker-calendar tbody tr:last-child td {
	padding-bottom: 15px;
}
.forminator-calendar .ui-datepicker-calendar th,
.forminator-calendar .ui-datepicker-calendar td {
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 5px;
}
.forminator-calendar .ui-datepicker-calendar th:first-child,
.forminator-calendar .ui-datepicker-calendar td:first-child {
	padding-left: 10px;
}
.forminator-calendar .ui-datepicker-calendar th:last-child,
.forminator-calendar .ui-datepicker-calendar td:last-child {
	padding-right: 10px;
}
.forminator-calendar .ui-datepicker-calendar td {
	font-size: 1em;
}
.forminator-calendar .ui-datepicker-calendar th {
	font-size: 0.92em;
	color: #333;
}
.forminator-calendar .ui-datepicker-calendar .ui-state-default {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	color: #777;
	padding: 2px;
	border-radius: var(--input-radius);
}
.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-active {
	color: white;
	background-color: var(--form-theme-color);
	border-color: var(--form-theme-color);
}
.forminator-calendar .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
	border-color: var(--form-theme-color);
	color: var(--form-theme-color);
}

.forminator-uploaded-files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px 0 0;
	margin: -10px;
}
.forminator-uploaded-file {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 120px;
	        flex: 0 0 120px;
	padding: 10px;
}
.forminator-uploaded-file--content {
	position: relative;
}
.forminator-uploaded-file--title,
.forminator-uploaded-file--size {
	font-size: var(--label-fz);
	word-break: break-all;
	margin-bottom: 0.5em;
}
.forminator-uploaded-file--title:last-child,
.forminator-uploaded-file--size:last-child {
	margin-bottom: 0;
}
.forminator-uploaded-file--title {
	font-weight: 700;
	font-size: var(--label-fz);
}
.forminator-uploaded-file--size {
	font-size: calc(var(--label-fz) * 0.9);
}
.forminator-uploaded-file--delete {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0;
	height: auto;
	width: 18px;
	height: 18px;
	font-size: 16px;
	line-height: 1;
	border: none;
	border-radius: 100%;
	overflow: hidden;
	background-color: transparent;
}
.forminator-uploaded-file--delete .forminator-icon-close {
	display: inline-block;
	vertical-align: top;
	color: white;
}
.forminator-uploaded-file--delete .forminator-icon-close:before {
	display: inline-block;
	vertical-align: top;
}
.forminator-img-preview {
	width: 100%;
	height: auto;
	padding-top: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

/* custom checkbox styles */
.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background-color: var(--input-bg-color);
	border: 1px solid var(--lblue-color);
	margin: 0 0.5em 0 0;
	height: var(--checkbox-size);
	width: var(--checkbox-size);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 var(--checkbox-size);
	        flex: 0 0 var(--checkbox-size);
}
.jcf-checkbox:hover span {
	background-color: var(--lblue-color);
}

.jcf-checkbox span {
	position: absolute;
	height: 9px;
	width: 9px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	background-color: transparent;
}

.jcf-checkbox input[type=checkbox] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked {
	border-color: var(--base-text-color);
}
.jcf-checkbox.jcf-checked span {
	background-color: var(--base-text-color);
}

/* custom radio styles */
.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid var(--input-border-color);
	border-radius: 50%;
	margin: 0 0.5em 0 0;
	height: var(--radio-size);
	width: var(--radio-size);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 var(--radio-size);
	        flex: 0 0 var(--radio-size);
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: var(--form-theme-color);
	border-radius: 100%;
}

.jcf-radio input[type=radio] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid var(--input-border-color);
	background: #fff;
	min-width: 0;
	width: 100%;
	padding: var(--btn-y) var(--input-x);
	font-size: var(--btn-fz);
	border-radius: var(--input-radius);
	border-width: var(--btn-b);
	line-height: 1.2;
	padding-right: 24px;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	min-height: 1.2em;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select .jcf-select-opener:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 13px;
	height: 7px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSIyNzkuM3B4IiB2aWV3Qm94PSIwIDAgNTEyIDI3OS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgMjc5LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTUwNS4yLDYuOGMtOS4xLTkuMS0yMy44LTkuMS0zMi45LDBMMjU2LDIyMy4xTDM5LjcsNi44Yy05LjEtOS4xLTIzLjgtOS4xLTMyLjksMGMtOS4xLDkuMS05LjEsMjMuOCwwLDMyLjlsMjMyLjcsMjMyLjcKCWM0LjQsNC40LDEwLjMsNi44LDE2LjUsNi44czEyLjEtMi41LDE2LjUtNi44TDUwNS4yLDM5LjdDNTE0LjMsMzAuNiw1MTQuMywxNS45LDUwNS4yLDYuOHoiLz4KPC9zdmc+Cg==");
	background-size: 100% auto;
	margin-top: -3.5px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid var(--input-border-color);
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px var(--input-x);
	color: var(--input-color);
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

html {
	font-size: var(--rem-base);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: constant(safe-area-inset);
	padding: env(safe-area-inset);
}

body {
	color: var(--base-text-color);
	font: var(--base-font-size)/var(--base-line-height) "Karmina Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
.contacts_title,
.card-title,
h3,
.h3,
.sidebar-title,
.job-list-title,
.bio-popup-inner .bio-popup-title,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.search-title,
.h,
.h-xl {
	line-height: 1.2;
	font-weight: 400;
	color: var(--h1-h6-color);
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
.contacts_title:last-child,
.card-title:last-child,
h3:last-child,
.h3:last-child,
.sidebar-title:last-child,
.job-list-title:last-child,
.bio-popup-inner .bio-popup-title:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
.search-title:last-child,
.h:last-child,
.h-xl:last-child {
	margin-bottom: 0px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
.contacts_title a,
.card-title a,
h3 a,
.h3 a,
.sidebar-title a,
.job-list-title a,
.bio-popup-inner .bio-popup-title a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.search-title a,
.h a,
.h-xl a {
	color: inherit;
	font-size: inherit;
}

h1,
.h1,
h2,
.h2,
.contacts_title,
.card-title,
h3,
.h3,
.sidebar-title,
.job-list-title,
.bio-popup-inner .bio-popup-title {
	font-family: "Karmina";
	line-height: 1;
}
h1.mb-1,
.h1.mb-1,
h2.mb-1,
.h2.mb-1,
.mb-1.contacts_title,
.mb-1.card-title,
h3.mb-1,
.h3.mb-1,
.mb-1.sidebar-title,
.mb-1.job-list-title,
.bio-popup-inner .mb-1.bio-popup-title {
	margin-bottom: 1rem;
}
h1.mb-2,
.h1.mb-2,
h2.mb-2,
.h2.mb-2,
.mb-2.contacts_title,
.mb-2.card-title,
h3.mb-2,
.h3.mb-2,
.mb-2.sidebar-title,
.mb-2.job-list-title,
.bio-popup-inner .mb-2.bio-popup-title {
	margin-bottom: 2rem;
}
h1.mb-3,
.h1.mb-3,
h2.mb-3,
.h2.mb-3,
.mb-3.contacts_title,
.mb-3.card-title,
h3.mb-3,
.h3.mb-3,
.mb-3.sidebar-title,
.mb-3.job-list-title,
.bio-popup-inner .mb-3.bio-popup-title {
	margin-bottom: 3rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
.search-title {
	font-family: "Karmina Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	font-size: var(--h1);
	margin: 0 0 0.3em;
}

h2,
.h2,
.contacts_title,
.card-title {
	font-size: var(--h2);
	margin: 0 0 0.4em;
}

h3,
.h3,
.sidebar-title,
.job-list-title,
.bio-popup-inner .bio-popup-title {
	font-size: var(--h3);
	margin: 0 0 0.5em;
}

h4,
.h4 {
	font-size: var(--h4);
	font-weight: 700;
	margin: 0 0 0.6em;
}

h5,
.h5 {
	font-size: var(--h5);
	margin: 0 0 0.7em;
}

h6,
.h6,
.search-title {
	font-size: var(--h6);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	margin: 0 0 5px;
}
h6 small,
.h6 small,
.search-title small {
	font-size: 15px;
	font-weight: 400;
}

p,
.p {
	margin-bottom: 4rem;
	margin-top: 0;
}
p:last-child,
.p:last-child {
	margin-bottom: 0px;
}
p:not([class]),
.p:not([class]) {
	color: rgba(0, 35, 55, 0.75);
}
p a:not([class]),
.p a:not([class]) {
	text-decoration: underline;
}

.p {
	font: var(--base-font-size)/var(--base-line-height) "Karmina Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

p.p-small,
.p-small p {
	font-size: 16px;
	color: var(--base-text-color);
	margin-bottom: 10px;
}
p.p-small:last-child,
.p-small p:last-child {
	margin-bottom: 0px;
}

a {
	color: var(--base-link-color);
	text-decoration: none;
	-webkit-transition: all var(--animation-duration) var(--animation-timing-function);
	transition: all var(--animation-duration) var(--animation-timing-function);
}
a:not([class]):hover {
	color: var(--accent-color);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0px;
}
ul:last-child,
ol:last-child {
	margin-bottom: 0px;
}
ul li,
ol li {
	list-style: none;
}

.accordion._v2 ol:not([class]),
.accordion._v2 ul:not([class]),
#sidebar ol:not([class]),
#sidebar ul:not([class]),
.entry ol:not([class]),
.entry ul:not([class]),
ul.list-style,
ol.list-style {
	--line-height-li: var(--base-line-height, 1.2);
	margin: 0 0 1.2em 0;
	color: var(--base-text-color);
	font-size: 16px;
	line-height: 1.5;
}
.accordion._v2 ol:not([class]):last-child,
.accordion._v2 ul:not([class]):last-child,
#sidebar ol:not([class]):last-child,
#sidebar ul:not([class]):last-child,
.entry ol:not([class]):last-child,
.entry ul:not([class]):last-child,
ul.list-style:last-child,
ol.list-style:last-child {
	margin-bottom: 0px;
}
.accordion._v2 ol:not([class]) li,
.accordion._v2 ul:not([class]) li,
#sidebar ol:not([class]) li,
#sidebar ul:not([class]) li,
.entry ol:not([class]) li,
.entry ul:not([class]) li,
ul.list-style li,
ol.list-style li {
	line-height: var(--line-height-li);
	padding-left: 20px;
	position: relative;
}
.accordion._v2 ol:not([class]) li + li,
.accordion._v2 ul:not([class]) li + li,
#sidebar ol:not([class]) li + li,
#sidebar ul:not([class]) li + li,
.entry ol:not([class]) li + li,
.entry ul:not([class]) li + li,
ul.list-style li + li,
ol.list-style li + li {
	margin-top: 15px;
}
.accordion._v2 ol:not([class]) ul,
.accordion._v2 ul:not([class]) ul,
#sidebar ol:not([class]) ul,
#sidebar ul:not([class]) ul,
.entry ol:not([class]) ul,
.entry ul:not([class]) ul,
ul.list-style ul,
ol.list-style ul {
	margin-bottom: 0;
	margin-top: 15px;
}
.accordion._v2 ol:not([class]) ol,
.accordion._v2 ul:not([class]) ol,
#sidebar ol:not([class]) ol,
#sidebar ul:not([class]) ol,
.entry ol:not([class]) ol,
.entry ul:not([class]) ol,
ul.list-style ol,
ol.list-style ol {
	margin-bottom: 0;
	margin-top: 15px;
}
.accordion._v2 ol:not([class]) p,
.accordion._v2 ul:not([class]) p,
#sidebar ol:not([class]) p,
#sidebar ul:not([class]) p,
.entry ol:not([class]) p,
.entry ul:not([class]) p,
ul.list-style p,
ol.list-style p {
	font-size: 16px;
	color: var(--base-text-color);
}
.accordion._v2 ol:not([class]) p:not(:last-child),
.accordion._v2 ul:not([class]) p:not(:last-child),
#sidebar ol:not([class]) p:not(:last-child),
#sidebar ul:not([class]) p:not(:last-child),
.entry ol:not([class]) p:not(:last-child),
.entry ul:not([class]) p:not(:last-child),
ul.list-style p:not(:last-child),
ol.list-style p:not(:last-child) {
	margin-bottom: 5px;
}
.accordion._v2 ol:not([class]) p strong,
.accordion._v2 ul:not([class]) p strong,
#sidebar ol:not([class]) p strong,
#sidebar ul:not([class]) p strong,
.entry ol:not([class]) p strong,
.entry ul:not([class]) p strong,
ul.list-style p strong,
ol.list-style p strong {
	font-size: 20px;
}

.accordion._v2 ul:not([class]) > li,
#sidebar ul:not([class]) > li,
.entry ul:not([class]) > li,
ul.list-style > li {
	padding-left: 15px;
}
.accordion._v2 ul:not([class]) > li:before,
#sidebar ul:not([class]) > li:before,
.entry ul:not([class]) > li:before,
ul.list-style > li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: calc(0.5em * var(--line-height-li));
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: var(--accent-color);
}
.accordion._v2 ul:not([class])._v2 > li:before,
#sidebar ul:not([class])._v2 > li:before,
.entry ul:not([class])._v2 > li:before,
ul.list-style._v2 > li:before {
	content: "";
	top: calc(0.7em * var(--line-height-li));
}
.accordion._v2 ul:not([class]).mb-6,
#sidebar ul:not([class]).mb-6,
.entry ul:not([class]).mb-6,
ul.list-style.mb-6 {
	margin-bottom: 6rem;
}

#sidebar ol:not([class]),
.entry ol:not([class]),
ol.list-style {
	counter-reset: list;
}
#sidebar ol:not([class]) > li,
.entry ol:not([class]) > li,
ol.list-style > li {
	padding-left: 22px;
}
#sidebar ol:not([class]) > li:before,
.entry ol:not([class]) > li:before,
ol.list-style > li:before {
	content: counter(list) ".";
	counter-increment: list;
	position: absolute;
	top: 0;
	left: 0px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.2em;
}
table th {
	font-size: var(--base-font-size);
	color: var(--base-text-color);
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #979797;
}
table th + th {
	text-align: center;
}
table td {
	font-size: var(--base-font-size);
	color: var(--base-text-color);
	padding: 10px 15px;
	border-bottom: 1px solid #979797;
}
table td + td {
	text-align: center;
}

pre {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em;
}

blockquote {
	font-size: 25px;
	color: var(--base-text-color);
	background: transparent;
	border-left: 6px solid #ececec;
	padding: 5px 0 5px 28px;
	margin: 0 0 1.2em;
}

dl {
	margin: 0 0 1.2em 0;
}
dl dt {
	float: left;
	clear: left;
	font-weight: bold;
	padding: 10px 5px;
}
dl dd {
	margin-left: 0;
	padding: 10px 0;
}

hr {
	margin: 3rem 0;
	border-top: 1px solid var(--lblue-color);
}

* {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
*:after,
*:before {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.container,
html #branda-cookie-notice .cookie-notice-container {
	width: 100%;
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	max-width: calc(1134px + var(--gutter) * 2);
}
.container._xl,
html #branda-cookie-notice ._xl.cookie-notice-container {
	max-width: calc(1324px + var(--gutter) * 2);
}
.container._lg,
html #branda-cookie-notice ._lg.cookie-notice-container {
	max-width: calc(1200px + var(--gutter) * 2);
}
.container._sm,
html #branda-cookie-notice ._sm.cookie-notice-container {
	max-width: calc(770px + var(--gutter) * 2);
}

html,
body {
	height: 100%;
}

.wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	overflow: clip;
}

.main,
.header,
.footer {
	min-width: 0;
}

.bg-str:before {
	padding-top: 56.25%;
}
.nav-main {
	grid-gap: 30px;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
}
.nav-main > li a {
	border-bottom: 5px solid transparent;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
	line-height: 1.1;
	display: inline-block;
}
.nav-main > li:hover a,
.nav-main > li.current-menu-item a {
	border-color: var(--nav-b-color);
	color: inherit;
}
.nav-main > li:nth-of-type(6n+1) a {
	--nav-b-color: var(--yellow-color);
}
.nav-main > li:nth-of-type(6n+2) a {
	--nav-b-color: var(--orange-color);
}
.nav-main > li:nth-of-type(6n+3) a {
	--nav-b-color: var(--accent-color);
}
.nav-main > li:nth-of-type(6n+4) a {
	--nav-b-color: var(--green-color);
}
.nav-main > li:nth-of-type(6n+5) a {
	--nav-b-color: var(--blue-color);
}
.nav-main > li:nth-of-type(6n+6) a {
	--nav-b-color: var(--brand-color);
}

.nav-sub {
	grid-gap: 15px;
	margin-bottom: 0;
	font-size: 15px;
	align-self: initial;
	color: rgba(0, 35, 55, 0.75);
}
.nav-sub a:hover {
	color: #002337;
}

.txt-gray-opacity {
	color: rgba(0, 35, 55, 0.75);
}
.txt-gray-opacity a:hover {
	color: #002337;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.bg-brand {
	background-color: var(--brand-color);
}

.bg-gray {
	background-color: var(--gray-color);
}

.bg-orange {
	background-color: var(--orange-color);
}

.b-bottom {
	border-bottom: 1px solid var(--lblue-color);
}

.b-top {
	border-top: 1px solid var(--lblue-color);
}

.grad-bottom,
.popup-wrapper,
.grad-top {
	--grad-height: 10px;
	position: relative;
	margin-bottom: var(--grad-height);
}
.grad-bottom:after,
.popup-wrapper:after,
.grad-top:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0px;
	right: 0;
	height: var(--grad-height);
	background-image: -webkit-gradient(linear, left top, right top, from(var(--yellow-color)), color-stop(7%, var(--yellow-color)), color-stop(7%, var(--accent-color)), color-stop(26%, var(--accent-color)), color-stop(26%, var(--green-color)), color-stop(41%, var(--green-color)), color-stop(41%, var(--orange-color)), color-stop(69%, var(--orange-color)), color-stop(69%, var(--yellow-color)), color-stop(74%, var(--yellow-color)), color-stop(74%, var(--blue-color)), color-stop(85%, var(--blue-color)), color-stop(85%, var(--accent-color)), to(var(--accent-color)));
	background-image: linear-gradient(to right, var(--yellow-color) 0%, var(--yellow-color) 7%, var(--accent-color) 7%, var(--accent-color) 26%, var(--green-color) 26%, var(--green-color) 41%, var(--orange-color) 41%, var(--orange-color) 69%, var(--yellow-color) 69%, var(--yellow-color) 74%, var(--blue-color) 74%, var(--blue-color) 85%, var(--accent-color) 85%, var(--accent-color) 100%);
}
.grad-bottom._grad-v2:after,
._grad-v2.popup-wrapper:after,
.grad-top._grad-v2:after {
	background-image: -webkit-gradient(linear, left top, right top, from(var(--accent-color)), color-stop(16%, var(--accent-color)), color-stop(16%, var(--blue-color)), color-stop(26%, var(--blue-color)), color-stop(26%, var(--yellow-color)), color-stop(30%, var(--yellow-color)), color-stop(30%, var(--orange-color)), color-stop(58%, var(--orange-color)), color-stop(58%, var(--green-color)), color-stop(74%, var(--green-color)), color-stop(74%, var(--accent-color)), color-stop(93%, var(--accent-color)), color-stop(93%, var(--yellow-color)), to(var(--yellow-color)));
	background-image: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color) 16%, var(--blue-color) 16%, var(--blue-color) 26%, var(--yellow-color) 26%, var(--yellow-color) 30%, var(--orange-color) 30%, var(--orange-color) 58%, var(--green-color) 58%, var(--green-color) 74%, var(--accent-color) 74%, var(--accent-color) 93%, var(--yellow-color) 93%, var(--yellow-color) 100%);
}
.grad-bottom._grad-v3:after,
.popup-wrapper:after,
.grad-top._grad-v3:after {
	background-image: -webkit-gradient(linear, left top, right top, from(var(--accent-color)), color-stop(20%, var(--accent-color)), color-stop(20%, var(--blue-color)), color-stop(38%, var(--blue-color)), color-stop(38%, var(--yellow-color)), color-stop(43%, var(--yellow-color)), color-stop(43%, var(--orange-color)), color-stop(80%, var(--orange-color)), color-stop(80%, var(--green-color)), to(var(--green-color)));
	background-image: linear-gradient(to right, var(--accent-color) 0%, var(--accent-color) 20%, var(--blue-color) 20%, var(--blue-color) 38%, var(--yellow-color) 38%, var(--yellow-color) 43%, var(--orange-color) 43%, var(--orange-color) 80%, var(--green-color) 80%, var(--green-color) 100%);
}

.grad-top {
	margin-top: var(--grad-height);
	margin-bottom: initial;
}
.grad-top:after {
	top: initial;
	bottom: 100%;
}

.breadcrumb-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	grid-gap: 5px;
	font-size: 15px;
	letter-spacing: 2.2px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--text-color-075);
}
.breadcrumb-list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.breadcrumb-list li + li:before {
	content: "/";
	padding-right: 5px;
	display: inline-block;
	color: currentColor;
}

.mtn-4 {
	margin-top: -4rem;
}

.c-table {
	font-family: "Karmina Sans";
}
.c-table td,
.c-table th {
	font-size: 2rem;
	padding: 2rem 3rem;
	border-color: var(--lblue-color);
}
.c-table th {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border: none;
}
.c-table thead {
	background-color: var(--gray-color);
}
.c-table thead th:nth-of-type(2) {
	font-size: 2.5rem;
}
.c-table tbody td:nth-of-type(1) {
	color: var(--text-color-075);
}
.c-table tbody td:nth-of-type(2) {
	font-weight: 700;
}

.header-menu-wrapper {
	color: var(--base-text-color);
	position: relative;
	padding: 4rem 0;
	z-index: 2;
}
.header-menu-wrapper .container,
.header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page-header {
	--header-height: 98px;
	position: sticky;
	top: 0px;
	z-index: 9990;
	background-color: #fff;
}
.page-header .logo {
	display: block;
}
.page-header .logo img {
	max-width: 210px;
}

.header-top {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	grid-gap: 2rem;
}

.header-menu-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 0;
	grid-gap: 10px;
}

.btn-search {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	color: var(--orange-color);
}
.btn-search:hover {
	color: var(--accent-color);
}

.nav-btn-mob {
	display: none;
}
.mm-open .nav-btn-mob {
	display: none;
}

.nav-search {
	max-width: 24px;
	overflow: hidden;
	position: relative;
	border-radius: var(--input-radius);
	-webkit-transition: max-width 0.2s ease, background-color 0.3s ease;
	transition: max-width 0.2s ease, background-color 0.3s ease;
	background-color: transparent;
	margin-bottom: 0;
}
.nav-search._open {
	max-width: 200px;
}
.nav-search .nav-search__input {
	border: 1px solid transparent;
	border-radius: 0;
	padding: 7px 28px 7px 13px;
}
.nav-search .nav-search__input:focus,
.nav-search .nav-search__input:active,
.nav-search._open .nav-search__input {
	border: 1px solid var(--accent-color);
	background-color: transparent;
}
.nav-search .nav-search__button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: var(--orange-color);
	font-size: 18px;
	padding: 0;
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: 0 0;
	width: 24px;
}
.nav-search .nav-search__button:hover {
	background: 0 0;
	color: var(--accent-color);
}
.nav-search .nav-search__button .icon-search {
	display: inline-block;
	vertical-align: top;
}

.footer-subscribe-wrapper {
	background-color: #eee;
	padding: 4rem 0;
}

.footer-subscribe-inner {
	padding: 0 2rem;
	grid-gap: 5rem;
}
.footer-subscribe-inner form,
.footer-subscribe-inner .h5 {
	margin-bottom: 0;
}
.footer-subscribe-inner form {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.footer-subscribe-inner .h5 {
	font-size: 2.2rem;
	font-weight: 700;
}

.footer-subscribe {
	grid-gap: 10px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}
.footer-subscribe input:not([type=submit]) {
	border: none;
	background-color: #fff;
	color: var(--text-color-075);
}
.footer-bottom-nav-row {
	grid-gap: 40px 2rem;
	padding: 3rem 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-bottom-logo img {
	max-width: 210px;
}

.footer-bottom-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	grid-gap: 1rem;
}

.footer-bottom-policy {
	padding: 4rem 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	grid-gap: 2rem;
}

.footer-bottom-policy-btn {
	grid-gap: 4rem;
}

.social-list {
	grid-gap: 1.8rem;
	font-size: 26px;
	line-height: 0.8;
}

.footer-bottom-policy-txt p {
	font-size: 15px;
	text-align: right;
}
.footer-bottom-policy-txt p:not(:last-child) {
	margin-bottom: 5px;
}
.footer-bottom-policy-txt p em {
	font-style: normal;
	display: inline-block;
}

.nav {
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1;
}

.header-menu {
	--nav-b-color: var(--brand-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 3rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-menu li {
	position: relative;
	padding: 0;
	margin: 0;
}
.header-menu li:after,
.header-menu li:before {
	display: none;
}
.header-menu li > ul {
	font-size: 2rem;
	padding: 3rem 5rem;
	position: absolute;
	display: none;
	background-color: var(--gray-color);
}
.header-menu li > ul .sub-arrow {
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent var(--base-text-color);
}
.header-menu a {
	display: block;
	position: relative;
	padding: 0px 0px;
	color: inherit;
}
.header-menu a:hover,
.header-menu a.highlighted {
	color: inherit;
}
.header-menu a.has-submenu {
	padding-right: 0px;
}
.header-menu a .sub-arrow {
	display: none;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 0;
	height: 0;
	margin: 0;
	border-width: 5px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-style: solid dashed dashed dashed;
	border-color: var(--base-text-color) transparent transparent transparent;
}
.header-menu > li > a:hover {
	border-color: var(--nav-b-color);
}
.header-menu > li.current-menu-item a {
	border-color: var(--nav-b-color);
}
.header-menu > li:nth-of-type(6n+1) a {
	--nav-b-color: var(--yellow-color);
}
.header-menu > li:nth-of-type(6n+2) a {
	--nav-b-color: var(--orange-color);
}
.header-menu > li:nth-of-type(6n+3) a {
	--nav-b-color: var(--accent-color);
}
.header-menu > li:nth-of-type(6n+4) a {
	--nav-b-color: var(--green-color);
}
.header-menu > li:nth-of-type(6n+5) a {
	--nav-b-color: var(--blue-color);
}
.header-menu > li:nth-of-type(6n+6) a {
	--nav-b-color: var(--brand-color);
}

.nav-opener {
	display: none;
	width: 30px;
	height: 30px;
	position: relative;
	background-color: transparent;
	outline: none;
	border: none;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background-color: var(--orange-color);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -1.5px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 15%;
}
.nav-opener:after {
	top: 85%;
}
.nav-opener:hover {
	opacity: 0.9;
}

.nav-drop {
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.nav-active {
	overflow: hidden;
}
.nav-active .nav-opener span {
	opacity: 0;
}
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 50%;
}
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.sliding-menu {
	position: relative;
	overflow: hidden;
	text-align: left;
}
.sliding-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sliding-menu li + li {
	margin-top: 40px;
}
.sliding-menu li a,
.sliding-menu li .sliding-menu__nav {
	grid-gap: 40px;
	padding: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
	text-decoration: none;
	border-width: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: color 250ms ease;
	transition: color 250ms ease;
	cursor: pointer;
}
.sliding-menu li a:hover,
.sliding-menu li .sliding-menu__nav:hover {
	color: var(--accent-color);
}
.sliding-menu .active a {
	color: var(--accent-color);
}
.sliding-menu .sliding-menu__nav:after {
	content: "\e909";
	color: var(--orange-color);
	font-size: 40px;
}
.sliding-menu li .sliding-menu__back {
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 2px;
}
.sliding-menu li .sliding-menu__back:after {
	display: none;
}
.sliding-menu li .sliding-menu__back:before {
	content: "\e90a";
	color: var(--orange-color);
	font-size: 40px;
}

.sliding-menu__panel {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

.m-menu {
	position: absolute;
	left: -9999px;
}

.accordion {
	--a-size: 74px;
	padding: 0;
	list-style: none;
	width: 100%;
	padding-left: calc(var(--a-size) + 1rem);
}
.accordion li + li {
	margin-top: 1rem;
}
.accordion .slide {
	margin-top: 3px;
	padding: 2rem 3.5rem 4rem;
	background: var(--gray-color);
}
.accordion .opener {
	font-size: 3rem;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding: 14px 3.5rem;
	background: var(--gray-color);
	position: relative;
	min-height: var(--a-size);
}
.accordion .opener:before,
.accordion .opener:after {
	position: absolute;
	top: 0px;
	left: -1rem;
	width: var(--a-size);
	height: var(--a-size);
	color: #fff;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion .opener:after {
	content: "";
	background-color: var(--green-color);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	z-index: 0;
}
.accordion .opener:before {
	background-color: transparent;
	-webkit-transform: translateX(-100%) rotate(45deg);
	        transform: translateX(-100%) rotate(45deg);
	z-index: 1;
}
.accordion .opener:hover:after {
	background-color: var(--brand-color);
}
.accordion .opener:hover:before {
	background-color: transparent;
}
.accordion .active .opener:before {
	-webkit-transform: translateX(-100%) rotate(0deg);
	        transform: translateX(-100%) rotate(0deg);
}
.accordion p {
	margin-bottom: 2rem;
}
.accordion p:last-child {
	margin-bottom: 0;
}
.accordion._v2 {
	--a-size: 30px;
	padding-left: 7rem;
}
.accordion._v2 li + li {
	margin-top: 4rem;
}
.accordion._v2 .slide {
	background: none;
	padding: 10px 0 0;
}
.accordion._v2 .opener {
	padding: 0px;
	background: none;
	font-size: 20px;
	line-height: 1.25;
	position: relative;
}
.accordion._v2 .opener:before {
	font-size: 3rem;
	left: -3rem;
	color: var(--accent-color);
}
.accordion._v2 .opener:after {
	display: none;
}
.accordion._v2 .opener:hover:before {
	color: var(--brand-color);
}
.accordion._v2 p {
	font-size: 16px;
}
.accordion._v2 ul:not([class]) li {
	font-size: 16px;
}
.accordion._v2 ul:not([class]) li a {
	font-weight: 700;
}
.accordion._v2 ul:not([class]) li + li {
	margin-top: 12px;
}

/**
 * Swiper 11.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 25, 2023
 */
/* FONT_START */
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
   --swiper-preloader-color: var(--swiper-theme-color);
   --swiper-wrapper-transition-timing-function: initial;
   */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
	width: 100%;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
	/*
   --swiper-navigation-top-offset: 50%;
   --swiper-navigation-sides-offset: 10px;
   --swiper-navigation-color: var(--swiper-theme-color);
   */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform-origin: center;
	        transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */
:root {
	/*
   --swiper-pagination-color: var(--swiper-theme-color);
   --swiper-pagination-left: auto;
   --swiper-pagination-right: 8px;
   --swiper-pagination-bottom: 8px;
   --swiper-pagination-top: auto;
   --swiper-pagination-fraction-color: inherit;
   --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
   --swiper-pagination-progressbar-size: 4px;
   --swiper-pagination-bullet-size: 8px;
   --swiper-pagination-bullet-width: 8px;
   --swiper-pagination-bullet-height: 8px;
   --swiper-pagination-bullet-border-radius: 50%;
   --swiper-pagination-bullet-inactive-color: #000;
   --swiper-pagination-bullet-inactive-opacity: 0.2;
   --swiper-pagination-bullet-opacity: 1;
   --swiper-pagination-bullet-horizontal-gap: 4px;
   --swiper-pagination-bullet-vertical-gap: 6px;
   */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	        transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
   --swiper-scrollbar-border-radius: 10px;
   --swiper-scrollbar-top: auto;
   --swiper-scrollbar-bottom: 4px;
   --swiper-scrollbar-left: auto;
   --swiper-scrollbar-right: 4px;
   --swiper-scrollbar-sides-offset: 1%;
   --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
   --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
   --swiper-scrollbar-size: 4px;
   */
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	    touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	    touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	        filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99900;
	overflow: hidden;
	position: fixed;
	background: var(--base-text-color);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99901;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 99905;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 99904;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 99906;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.85;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* popup-wrapper */
.popup-wrapper {
	position: relative;
	background: #fff;
	padding: 6rem 9rem 2rem 6rem;
	width: auto;
	max-width: 930px;
	margin: 20px auto;
}
.popup-wrapper .mfp-close {
	right: calc(100% + 28px);
	color: #fff;
	opacity: 1;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 2px;
	border: 3px solid #fff;
	line-height: 1;
	font-size: 40px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.popup-wrapper .mfp-close:hover {
	opacity: 0.7;
}

.bio-popup-inner {
	display: grid;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	grid-template-columns: 22.5rem 1fr;
	grid-gap: 7rem;
}
.bio-popup-inner .bio-popup-title {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-gap: 5px;
}
.bio-popup-inner .bio-popup-title span {
	font-size: 18px;
	font-weight: 400;
	color: var(--text-color-050);
}
.bio-popup-inner .bio-popup-post {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.bio-popup-inner p {
	font-size: 16px;
	margin-bottom: 15px;
}
.bio-popup-inner p:last-child {
	margin-bottom: 0;
}

.bio-popup-img:before {
	padding-top: 100%;
}
.bio-popup-txt {
	border-top: 1px solid var(--lblue-color);
	padding-top: 2rem;
	margin-top: 2rem;
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color-075);
}

.widget {
	margin-bottom: var(--vertical-rhythm);
}
.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}
#wp-calendar caption {
	padding: 10px;
}
#wp-calendar th,
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td {
	background: transparent;
}

/* Typography */
.comment-form p {
	overflow: hidden;
	padding: 0 12px 24px;
	margin: 0;
}
.comment-form label {
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
}
.comment-form textarea,
.comment-form input:not([type=submit]) {
	margin: 0 4px 0 0;
	width: 100%;
	background: transparent;
	border: 1px solid #e2e2e2;
	outline: none;
}
.comment-form textarea:focus,
.comment-form input:not([type=submit]):focus {
	border: 1px solid #2b2e38;
}
.comment-form textarea {
	width: 100%;
	margin: 0;
	height: 115px;
}
.comment-form input[type=submit] {
	display: block;
	float: none;
	width: 100%;
	background: #2b2e38;
	border: 1px solid #2b2e38;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-top: 11px;
}
.comment-form input[type=submit]:hover {
	background: transparent;
	color: #2b2e38;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 33.3%;
	float: left;
}

.post-password-form label {
	display: block;
}
.post-password-form input[type=password] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form,
#search_block,
.post-password-form {
	margin: 0 0 1.2em 0;
}
.search-form input,
#search_block input,
.post-password-form input {
	float: left;
}
.search-form input[type=search],
.search-form input[type=text],
.search-form input[type=password],
#search_block input[type=search],
#search_block input[type=text],
#search_block input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text],
.post-password-form input[type=password] {
	border-radius: 20px;
	margin: 0 4px 0 0;
	width: 144px;
	min-width: auto;
}
.search-form *[type=submit],
#search_block *[type=submit],
.post-password-form *[type=submit] {
	padding: var(--btn-y) var(--input-x);
	font-size: var(--btn-fz);
	border-radius: var(--btn-r);
	border-width: var(--btn-b);
	line-height: 1.2;
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-style: solid;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
.search-form *[type=submit]:hover,
#search_block *[type=submit]:hover,
.post-password-form *[type=submit]:hover {
	color: var(--base-text-color);
	background-color: transparent;
	border-color: var(--accent-color-dark);
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.commentlist {
	margin: 0 0 var(--vertical-rhythm);
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 var(--vertical-rhythm) 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: var(--vertical-rhythm);
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
#calendar_wrap table a {
	font-size: inherit;
}

.navigation,
.navigation-comments,
.pagination {
	padding: 40px 0 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--base-text-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 5px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 5px;
	height: 3rem;
	min-width: 3rem;
	background-color: var(--gray-color);
}
.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background-color: var(--brand-color);
	color: #fff;
}
.navigation .page-numbers:hover,
.navigation .page-numbers:active,
.navigation-comments .page-numbers:hover,
.navigation-comments .page-numbers:active,
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
	background-color: var(--brand-color);
	color: #fff;
}
.navigation .page-numbers span,
.navigation-comments .page-numbers span,
.pagination .page-numbers span {
	line-height: 0.9;
	height: 16px;
}
.navigation .current,
.navigation-comments .current,
.pagination .current {
	background-color: var(--brand-color);
	color: #fff;
}
.navigation .prev,
.navigation-comments .prev,
.pagination .prev {
	padding: 10px 0;
}
.navigation .prev span,
.navigation-comments .prev span,
.pagination .prev span {
	margin-right: 5px;
}
.navigation .next,
.navigation-comments .next,
.pagination .next {
	padding: 10px 0;
}
.navigation .next span,
.navigation-comments .next span,
.pagination .next span {
	margin-left: 5px;
}
.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	color: var(--accent-color);
}
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	pointer-events: none;
}
.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	color: var(--brand-color);
}
.navigation .next a:hover,
.navigation .next a:active,
.navigation .prev a:hover,
.navigation .prev a:active,
.navigation .al a:hover,
.navigation .al a:active,
.navigation .ar a:hover,
.navigation .ar a:active,
.navigation-comments .next a:hover,
.navigation-comments .next a:active,
.navigation-comments .prev a:hover,
.navigation-comments .prev a:active,
.navigation-comments .al a:hover,
.navigation-comments .al a:active,
.navigation-comments .ar a:hover,
.navigation-comments .ar a:active,
.pagination .next a:hover,
.pagination .next a:active,
.pagination .prev a:hover,
.pagination .prev a:active,
.pagination .al a:hover,
.pagination .al a:active,
.pagination .ar a:hover,
.pagination .ar a:active {
	color: var(--brand-color-dark);
}
.navigation .next a span,
.navigation .prev a span,
.navigation .al a span,
.navigation .ar a span,
.navigation-comments .next a span,
.navigation-comments .prev a span,
.navigation-comments .al a span,
.navigation-comments .ar a span,
.pagination .next a span,
.pagination .prev a span,
.pagination .al a span,
.pagination .ar a span {
	line-height: 1.4;
}

.navigation-single {
	margin-bottom: var(--vertical-rhythm);
}
.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.navigation-single .next {
	float: right;
}

/* Begin Images */
img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	clear: both;
	max-width: 100%;
	/* Image does not overflow the content area */
	text-align: center;
	margin: 0 0 1.2em 0;
}
.wp-caption.alignnone {
	margin: 0 0 1.2em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 100%;
	margin: 0 0 10px;
}
.wp-caption p {
	margin: 0.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto var(--vertical-rhythm);
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.no-margin {
	margin: 0;
}

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 var(--vertical-rhythm) var(--vertical-rhythm) 0;
}

.alignright {
	float: right;
	margin: 0 0 var(--vertical-rhythm) var(--vertical-rhythm);
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/
.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}
.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.mejs-container {
	margin-bottom: var(--vertical-rhythm);
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.24;
	margin-bottom: 12px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.ar {
	max-width: 50%;
}

.al,
.navigation .next {
	float: left;
	padding-right: 10px;
}
.al a,
.navigation .next a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-align: left;
}
.al a span,
.navigation .next a span {
	margin-right: 5px;
}

.ar,
.navigation .prev {
	float: right;
	padding-left: 10px;
}
.ar a,
.navigation .prev a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	text-align: right;
}
.ar a span,
.navigation .prev a span {
	margin-left: 5px;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}
.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 15px 20px;
	display: block;
	margin: 0 0 1.2em 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite {
	display: block;
	padding-top: 5px;
	font-weight: bold;
	font-size: 17px;
	color: #637b8c;
}

blockquote p:before,
q:before {
	content: open-quote;
}

blockquote p:after,
q:after {
	content: close-quote;
}

blockquote q + p:before,
blockquote p + p:before,
blockquote q + p:after,
blockquote p + p:after {
	display: none;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */
.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

/* Comments*/
#comments,
#reply-title {
	margin: 20px 0;
	font-weight: bold;
	font-size: 28px;
	color: var(--base-text-color);
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.5em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: 0.5em;
}
.commentlist .comment-author b {
	font-size: 19px;
	line-height: 1.5;
	color: var(--base-text-color);
}

.commentlist .comment-content {
	font-family: inherit;
	line-height: 1.4;
	color: var(--base-text-color);
	padding-left: 67px;
	margin-top: -26px;
}

.commentlist .comment-metadata {
	margin-bottom: 2em;
	margin-top: -30px;
	padding-left: 67px;
	text-decoration: underline;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--base-text-color);
	padding-left: 67px;
	margin-top: -5px;
}
.comment-body .reply a {
	color: inherit;
}
.comment-body .reply a:hover {
	opacity: 0.7;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

html div.wpcf7-response-output {
	border: 2px solid #398f14;
	padding: 5px 15px;
	margin: 5px 0;
}
html div.wpcf7-response-output.wpcf7-validation-errors {
	border-color: red;
}

.error input:not([type=submit]) {
	border-color: red !important;
}

/* Galleries */
.widget .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
}

.gallery-item {
	max-width: 50%;
	margin: 0;
	padding: 0 10px 1.5em;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	        filter: opacity(60%);
}
.gallery-item img {
	-webkit-transition: -webkit-filter var(--animation-duration) ease-in;
	transition: -webkit-filter var(--animation-duration) ease-in;
	transition: filter var(--animation-duration) ease-in;
	transition: filter var(--animation-duration) ease-in, -webkit-filter var(--animation-duration) ease-in;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.gallery-item dt {
	float: none;
	padding: 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
	width: auto;
	margin: 4px 10px 0 0;
}

#content {
	padding: 40px 0 20px 0;
	overflow: hidden;
}
#content .content-holder {
	margin: 0 267px 0 0;
	padding: 0 40px 0 0;
}
#content .row-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -20px;
}
#content .row-post .post {
	width: 50%;
	margin: 0 0 55px;
	padding: 0 20px;
}
#content .row-post .post-img {
	margin-bottom: 14px;
	overflow: hidden;
}
#content .row-post .post-img a {
	display: block;
}
#content .row-post .post-img a:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
#content .row-post .post-img img {
	width: 100%;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#content .row-post .post-content .entry-content p:last-child {
	margin-bottom: 0;
}
#content .row-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#content .row-col .post {
	margin: 0 0 40px;
	width: 100%;
}
#content .row-col .post-img {
	margin-bottom: 0;
	overflow: hidden;
	margin-right: 20px;
	max-width: 376px;
	float: left;
}
#content .row-col .post-img a {
	display: block;
}
#content .row-col .post-img a:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
#content .row-col .post-img img {
	width: 100%;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#content .row-col .post-content .entry-content p:last-child {
	margin-bottom: 0;
}
#content .entry-content strong {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.4;
	color: var(--base-text-color);
	margin-bottom: 16px;
	display: inline-block;
}
#content .entry-category {
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
}
#content .entry-title h1,
#content .entry-title h3 {
	margin-bottom: 3px;
}
#content .meta {
	margin-bottom: 35px;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
}
#content strong {
	display: inline-block;
}

#sidebar {
	float: right;
	width: 267px;
	margin: 40px 0 0 40px;
	padding: 27px 25px;
}
#sidebar .widget {
	margin-bottom: 45px;
}
#sidebar .widget:last-child {
	margin-bottom: 0;
}
#sidebar .widget:last-child ul {
	margin-bottom: 0;
}
#sidebar .widget h3 {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 21px;
}
#sidebar .widget ul li {
	font-size: 18px;
	line-height: 26px;
	padding-left: 0;
}
#sidebar .widget ul li:before {
	display: none;
}
#sidebar .widget ul li a {
	color: #2b2e38;
}
#sidebar .widget ul li a:hover {
	color: #4c5263;
}
#sidebar .widget ul li .date {
	font-family: inherit;
	font-style: normal;
	font-size: 15px;
	line-height: 21px;
	color: #637b8c;
}
#sidebar .widget ul li .date:hover {
	color: var(--brand-color-dark);
}
#sidebar .widget ul li .url {
	color: #637b8c;
}
#sidebar .widget ul li .url:hover {
	color: var(--brand-color-dark);
}
#sidebar .widget_recent_posts ul li a {
	display: block;
}
#sidebar .widget_recent_comments ul li {
	font-size: 16px;
	line-height: 23px;
}
#sidebar .widget_search input[type=search] {
	width: 144px;
}

.block {
	width: 100%;
	background: #f9f9f9;
	float: left;
	padding: 0 20px;
}
.block form {
	margin-top: 30px;
	margin: 0 -12px;
}
.block #respond {
	width: 100%;
	margin: 0;
}
/* Gallery */
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 1em 2em;
	text-align: left;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	        filter: opacity(60%);
}
.gallery-item img {
	-webkit-transition: -webkit-filter var(--animation-duration) ease-in;
	transition: -webkit-filter var(--animation-duration) ease-in;
	transition: filter var(--animation-duration) ease-in;
	transition: filter var(--animation-duration) ease-in, -webkit-filter var(--animation-duration) ease-in;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.gallery-item dt {
	float: none;
	padding: 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.content-area {
	padding-top: 20px;
}

.form-allowed-tags code {
	white-space: pre-line;
}

.hentry > img {
	margin-bottom: 16px;
}

.page-site-header {
	margin-top: 40px;
	position: relative;
}
.page-site-header:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 50%;
}
.page-site-header img {
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.entry {
	width: 100%;
}
html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
	padding-left: 5px;
}
html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:last-child {
	padding-right: 5px;
}
html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:first-child {
	padding-left: 5px;
}
html #branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column:last-child {
	padding-right: 5px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.grid-img-3 {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 1fr 1fr 243px;
}
.grid-img-3 > div:before {
	padding-top: 100%;
}
.grid-img-3 > div.span-2 {
	grid-column-start: span 2;
}
.grid-img-3 > div.span-2:before {
	padding-top: initial;
}
.grid-img-3 > div.span-3 {
	grid-column-start: span 3;
}
.grid-img-3 > div.span-3:before {
	padding-top: 35.84%;
}
.h-underline {
	--h-underline-color: var(--yellow-color);
}
.h-underline strong {
	font-weight: inherit;
	background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, transparent), color-stop(25%, var(--h-underline-color)), color-stop(40%, var(--h-underline-color)), color-stop(40%, transparent), to(transparent));
	background-image: linear-gradient(to top, transparent, transparent 25%, var(--h-underline-color) 25%, var(--h-underline-color) 40%, transparent 40%, transparent);
}

.bg-img {
	background-color: var(--brand-color);
	background-size: cover;
	background-position: center;
	background-image: url("../img/img4.jpg");
}

.bg-ico {
	background-size: 754px 754px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-image: url("../img/bg1.png");
}

.bg-line {
	position: relative;
}
.bg-line:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 107rem;
	right: 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("../img/bg3.png");
}

.grid-vslider {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.grid-vslider > div {
	min-width: 1px;
}

.vslider,
.vslider-reverse {
	min-height: 485px;
	height: 485px;
}
.vslider .swiper-wrapper,
.vslider-reverse .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}
.vslider img,
.vslider-reverse img {
	max-width: 120px;
	width: auto;
	height: auto;
	max-height: 85px;
	padding: 15px;
}
.vslider .swiper-slide,
.vslider-reverse .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.vslider-img {
	border: 1px solid var(--lblue-color);
	height: 100%;
}

.img-txt-slider .swiper-slide {
	height: auto;
}
.img-txt-slider .swiper-btns {
	position: absolute;
	bottom: 30px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-gap: 60px;
	z-index: 1;
	font-size: 24px;
}
.img-txt-slider .swiper-btns:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 2px;
	height: 3rem;
	z-index: 1;
	background-color: var(--lblue-color);
}
.img-txt-slider .swiper-btn-prev,
.img-txt-slider .swiper-btn-next {
	color: var(--accent-color);
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.img-txt-slider .swiper-btn-prev:hover,
.img-txt-slider .swiper-btn-next:hover {
	color: var(--brand-color);
}
.img-txt-slider-inner {
	height: 100%;
	display: grid;
	grid-template-columns: minmax(30%, 43%) 1fr;
}

.img-txt-slider-img:before {
	padding-top: 100%;
}
.img-txt-slider-txt {
	padding: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: var(--gray-color);
}

.grid-card {
	--grid-work-border-c: var(--brand-color);
	grid-gap: 3rem;
	text-align: left;
}
.grid-card > div {
	position: relative;
	background-color: #fff;
}
.grid-card > div:hover .grid-card-img:after {
	opacity: 0.5;
}
.grid-card a:hover {
	color: inherit;
}
.grid-card a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
}
.grid-card > div.green,
.grid-card > div:nth-of-type(5n+1) {
	--grid-work-border-c: var(--green-color);
}
.grid-card > div.blue,
.grid-card > div:nth-of-type(5n+2) {
	--grid-work-border-c: var(--blue-color);
}
.grid-card > div.yellow,
.grid-card > div:nth-of-type(5n+3) {
	--grid-work-border-c: var(--yellow-color);
}
.grid-card > div.orange,
.grid-card > div:nth-of-type(5n+4) {
	--grid-work-border-c: var(--orange-color);
}
.grid-card > div.brand,
.grid-card.all-brand > div,
.grid-card > div:nth-of-type(5n+5) {
	--grid-work-border-c: var(--brand-color);
}

.grid-card-img {
	border-bottom: 10px solid var(--grid-work-border-c);
}
.grid-card-img:before {
	padding-top: 64.13%;
}
.grid-card-img:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	background-color: var(--grid-work-border-c);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.grid-card-txt {
	padding: 15px 20px;
}
._col-2 .grid-card-txt {
	padding: 3rem;
}
.grid-card-txt .grid-card-tittle {
	font-size: 3rem;
}
.grid-card-txt .grid-card-tittle:not(:last-child) {
	margin-bottom: 5px;
}
.grid-card-txt h5 {
	font-size: 20px;
	font-weight: 700;
}
.grid-card-txt h5:not(:last-child) {
	margin-bottom: 5px;
}

.grid-card-tittle {
	font-family: "Karmina Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 3rem;
}
.grid-card-tittle:not(:last-child) {
	margin-bottom: 5px;
}
.grid-card-tittle._sm {
	font-size: 20px;
}
.grid-card-tittle._sm:not(:last-child) {
	margin-bottom: 5px;
}

.hero-wrapper {
	padding: 7rem 0;
	background-color: var(--accent-color);
	position: relative;
}
.hero-wrapper .container,
.hero-wrapper html #branda-cookie-notice .cookie-notice-container,
html #branda-cookie-notice .hero-wrapper .cookie-notice-container {
	position: relative;
	z-index: 1;
}
.hero-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60rem;
	z-index: 0;
	mix-blend-mode: multiply;
	background-size: auto 100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("../img/bg2.png");
}
.hero-wrapper h1 {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 3rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hero-wrapper h1 img {
	max-width: 4rem;
}

.grid-cta {
	--grid-cta-indent: 20rem;
	grid-gap: 6rem var(--grid-cta-indent);
}
.grid-cta > div + div {
	position: relative;
}
.grid-cta > div + div:before {
	content: "";
	position: absolute;
	top: -4rem;
	bottom: -4rem;
	left: calc(var(--grid-cta-indent) / -2);
	width: 1px;
	background-color: #4b6270;
}
.grid-cta h2,
.grid-cta h3,
.grid-cta p {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.grid-members {
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 3rem;
	margin-top: 3rem;
}
.grid-members > div:nth-of-type(5n+1) {
	-webkit-animation-delay: 200ms;
	        animation-delay: 200ms;
}
.grid-members > div:nth-of-type(5n+2) {
	-webkit-animation-delay: 400ms;
	        animation-delay: 400ms;
}
.grid-members > div:nth-of-type(5n+3) {
	-webkit-animation-delay: 600ms;
	        animation-delay: 600ms;
}
.grid-members > div:nth-of-type(5n+4) {
	-webkit-animation-delay: 800ms;
	        animation-delay: 800ms;
}
.grid-members > div:nth-of-type(5n+5) {
	-webkit-animation-delay: 1000ms;
	        animation-delay: 1000ms;
}
.grid-members a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.grid-members > div {
	height: 13rem;
	position: relative;
	padding: 15px;
	border: 1px solid var(--lblue-color);
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
.grid-members > div:hover {
	border-color: var(--base-text-colo);
}
.grid-members > div img {
	max-height: calc(13rem - 15px);
}

.grid-staff {
	--br-color: var(--brand-color);
	--br-color-hover: var(--br-color);
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 4rem 3rem;
	margin-top: 3rem;
}
.grid-staff > div:nth-of-type(5n+1) {
	-webkit-animation-delay: 200ms;
	        animation-delay: 200ms;
}
.grid-staff > div:nth-of-type(5n+2) {
	-webkit-animation-delay: 400ms;
	        animation-delay: 400ms;
}
.grid-staff > div:nth-of-type(5n+3) {
	-webkit-animation-delay: 600ms;
	        animation-delay: 600ms;
}
.grid-staff > div:nth-of-type(5n+4) {
	-webkit-animation-delay: 800ms;
	        animation-delay: 800ms;
}
.grid-staff > div:nth-of-type(5n+5) {
	-webkit-animation-delay: 1000ms;
	        animation-delay: 1000ms;
}
.grid-staff > div {
	position: relative;
}
.grid-staff > div:hover {
	--br-color: var(--accent-color);
}
.grid-staff > div:nth-of-type(4n+1):hover {
	--br-color: var(--green-color);
}
.grid-staff > div:nth-of-type(4n+2):hover {
	--br-color: var(--blue-color);
}
.grid-staff > div:nth-of-type(4n+3):hover {
	--br-color: var(--yellow-color);
}
.grid-staff > div:nth-of-type(4n+4):hover {
	--br-color: var(--orange-color);
}
.grid-staff p:not([class]) {
	font-size: 15px;
	line-height: 1.3;
}
.grid-staff a:hover {
	color: inherit;
}
.grid-staff a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.grid-staff._no-link > div:hover {
	--br-color: var(--brand-color);
}

.grid-staff-title {
	font-size: 20px;
	margin-bottom: 5px;
	letter-spacing: normal;
	text-transform: none;
	font-family: "Karmina";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-gap: 5px;
}
.grid-staff-title span {
	font-size: 15px;
	font-weight: 400;
	color: var(--text-color-050);
}

.grid-staff-img {
	margin-bottom: 8px;
	border-bottom: 10px solid var(--br-color);
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
.grid-staff-img:before {
	padding-top: 96.04%;
}
.card-item {
	--card-ico-color: var(--accent-color);
}
.card-item + .card-item {
	margin-top: 6rem;
}
.card-item.accent,
.card-item:nth-of-type(4n+1) {
	--card-ico-color: var(--accent-color);
}
.card-item.green,
.card-item:nth-of-type(4n+2) {
	--card-ico-color: var(--green-color);
}
.card-item.blue,
.card-item:nth-of-type(4n+3) {
	--card-ico-color: var(--blue-color);
}
.card-item.orange,
.card-item:nth-of-type(4n+4) {
	--card-ico-color: var(--orange-color);
}

.card-top {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 5px;
}

.card-title {
	line-height: 1;
	min-height: 100px;
	padding: 28px 36px;
	background-color: var(--gray-color);
}

.card-ico {
	background-color: var(--card-ico-color);
	padding: 2rem;
	width: 100px;
	height: 100px;
}
.card-ico img {
	max-width: 5.5rem;
}

.card-info {
	padding: 2.5rem 8rem 0rem 140px;
}

.grid-res .grid-res-item {
	color: var(--base-text-color);
	text-align: left;
}

.grid-res-item,
.bt-item {
	--res-border-color: var(--brand-color);
	padding: 20px 26px;
	background-color: #fff;
	color: var(--base-text-color);
	text-align: left;
	position: relative;
	z-index: 1;
}
.grid-res-item:nth-of-type(3n+1),
.bt-item:nth-of-type(3n+1) {
	-webkit-animation-delay: 200ms;
	        animation-delay: 200ms;
}
.grid-res-item:nth-of-type(3n+2),
.bt-item:nth-of-type(3n+2) {
	-webkit-animation-delay: 400ms;
	        animation-delay: 400ms;
}
.grid-res-item:nth-of-type(3n+3),
.bt-item:nth-of-type(3n+3) {
	-webkit-animation-delay: 600ms;
	        animation-delay: 600ms;
}
.grid-res-item:before,
.bt-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background-color: var(--res-border-color);
	opacity: 0;
}
.grid-res-item:hover:before,
.bt-item:hover:before {
	opacity: 1;
}
.grid-res-item.yellow,
.grid-res-item:nth-of-type(3n+1),
.bt-item.yellow,
.bt-item:nth-of-type(3n+1) {
	--res-border-color: var(--yellow-color);
}
.grid-res-item.accent,
.grid-res-item:nth-of-type(3n+2),
.bt-item.accent,
.bt-item:nth-of-type(3n+2) {
	--res-border-color: var(--accent-color);
}
.grid-res-item.green,
.grid-res-item:nth-of-type(3n+3),
.bt-item.green,
.bt-item:nth-of-type(3n+3) {
	--res-border-color: var(--green-color);
}
.grid-res-item p,
.bt-item p {
	font-size: 16px;
}

.bt-item {
	border-top: 10px solid var(--res-border-color);
}
.bt-item:after {
	content: "";
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background-color: var(--res-border-color);
	opacity: 0;
	z-index: -1;
}
.bt-item:hover:after {
	opacity: 0.1;
}
.bt-item:hover:before {
	opacity: 0;
}
.bt-item:before {
	opacity: 0.25;
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--res-border-color);
}
.bt-item.green,
.bt-item:nth-of-type(5n+1) {
	--res-border-color: var(--green-color);
}
.bt-item.accent,
.bt-item:nth-of-type(5n+2) {
	--res-border-color: var(--accent-color);
}
.bt-item.blue,
.bt-item:nth-of-type(5n+3) {
	--res-border-color: var(--blue-color);
}
.bt-item.orange,
.bt-item:nth-of-type(5n+4) {
	--res-border-color: var(--orange-color);
}
.bt-item.yellow,
.bt-item:nth-of-type(5n+5) {
	--res-border-color: var(--yellow-color);
}
._grid-bt-v2 .bt-item:after {
	display: none;
}
._grid-bt-v2 .bt-item:hover:before {
	opacity: 1;
}

.grid-res-tag {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.3px;
	color: var(--text-color-075);
	margin-bottom: 5px;
	text-transform: uppercase;
}

.grid-res-tittle,
.bt-tittle {
	font-family: "Karmina Sans";
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 7px;
}
.grid-res-tittle a:hover,
.bt-tittle a:hover {
	color: inherit;
}
.grid-res-tittle a:before,
.bt-tittle a:before {
	content: "";
}

.ico-square {
	padding: 1.5rem;
	width: 8rem;
	height: 8rem;
	background-color: var(--ico-square-bg);
}
.ico-square img {
	max-width: 4rem;
}

.grid-ico > div {
	--ico-square-bg: var(--accent-color);
}
.grid-ico > div.accent,
.grid-ico > div:nth-of-type(3n+1) {
	--ico-square-bg: var(--accent-color);
}
.grid-ico > div.green,
.grid-ico > div:nth-of-type(3n+2) {
	--ico-square-bg: var(--green-color);
}
.grid-ico > div.blue,
.grid-ico > div:nth-of-type(3n+3) {
	--ico-square-bg: var(--blue-color);
}
.grid-ico .ico-square {
	margin-bottom: 15px;
}

.job-list {
	--job-list-indent: 4rem;
}
.job-list li {
	padding-top: var(--job-list-indent);
	border-top: 1px solid var(--base-text-color);
}
.job-list li + li {
	margin-top: var(--job-list-indent);
}
.job-list li:last-child {
	border-bottom: 1px solid var(--base-text-color);
	padding-bottom: var(--job-list-indent);
}
.job-list p {
	margin-bottom: 10px;
}

.job-list-title {
	font-family: "Karmina Sans";
	font-size: 3rem;
	font-weight: 700;
}

.detail-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	grid-gap: 10px 3rem;
}

.detail-info-tag {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--text-color-075);
}

.detail-info-date {
	font-size: 14px;
	color: rgba(109, 121, 128, 0.7);
}

.news-list {
	--news-list-indent: 4rem;
	margin-top: 4.5rem;
}
.news-list li {
	padding-top: var(--news-list-indent);
	border-top: 1px solid var(--base-text-color);
}
.news-list li + li {
	margin-top: var(--news-list-indent);
}
.news-list li:last-child {
	border-bottom: 1px solid var(--base-text-color);
	padding-bottom: var(--news-list-indent);
}
.news-list p {
	margin-bottom: 20px;
}
.news-list time {
	display: block;
	font-size: 16px;
	color: var(--text-color-075);
}

.news-list-title {
	font-size: 3rem;
	margin-bottom: 10px;
	font-weight: 700;
}
.news-list-title a:hover {
	color: inherit;
	text-decoration: underline;
}

.resources-list {
	--resources-list-color: var(--green-color);
	color: var(--base-text-color);
}
.resources-list li {
	position: relative;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 22.6rem;
	position: relative;
}
.resources-list li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	width: 10px;
	opacity: 0;
	background-color: var(--resources-list-color);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.resources-list li:hover:before {
	opacity: 1;
}
.resources-list li + li {
	margin-top: 2rem;
}
.resources-list li.green,
.resources-list li:nth-of-type(4n+1) {
	--resources-list-color: var(--green-color);
}
.resources-list li.blue,
.resources-list li:nth-of-type(4n+2) {
	--resources-list-color: var(--blue-color);
}
.resources-list li.yellow,
.resources-list li:nth-of-type(4n+3) {
	--resources-list-color: var(--yellow-color);
}
.resources-list li.orange,
.resources-list li:nth-of-type(4n+4) {
	--resources-list-color: var(--orange-color);
}
.resources-list time {
	display: block;
	color: #6d7980;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 7px;
}
.resources-list a:hover {
	color: inherit;
}
.resources-list._v2 .resources-list-left {
	background-color: #edf0f2;
}
.resources-list._v2 .resources-list-right {
	background-color: #dee4e8;
}

.resources-list-left {
	padding: 2rem 3rem;
}

.resources-list-right {
	padding: 2rem 2rem;
	background-color: var(--gray-color);
}

.resources-list-title {
	font-family: "Karmina Sans";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}
.resources-list-title a:before {
	content: "";
}

.resources-list-tag {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.resources-list-desc {
	font-size: 12px;
}

.search-wrapper {
	display: grid;
	grid-template-columns: 19.5rem 1fr;
	grid-gap: 10rem;
}

.search-filter {
	color: var(--base-text-color);
}

.search-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-gap: 5;
	margin-bottom: 2rem;
}
.search-field button {
	background-color: transparent;
	border: 0;
	font-size: 16px;
	cursor: pointer;
	color: var(--accent-color);
	padding-left: 0;
}
.search-field input {
	color: var(--base-text-color);
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 5px;
	font-size: 16px;
	border-radius: 0;
}
.search-field input:focus {
	border: 0;
	border-bottom: 1px solid currentColor;
}

.search-filter-title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px solid currentColor;
}

.search-filter-list:not(:last-child) {
	margin-bottom: 6rem;
}
.search-filter-list li + li {
	margin-top: 10px;
}
.search-filter-list label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 2px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 16px;
}
.search-filter-list label:hover .jcf-checkbox.jcf-unchecked span {
	background-color: var(--lblue-color);
}
.search-filter-list .jcf-checkbox {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.search-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	grid-gap: 2.5rem;
	padding-top: 3px;
}

.search-choice-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	grid-gap: 5px;
	font-size: 16px;
	line-height: 1.1;
}

.search-choice-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	grid-gap: 10px 20px;
}

.search-choice-clear {
	font-size: 0;
	width: 15px;
	height: 15px;
	padding: 1px;
	cursor: pointer;
	border: 0px;
}
.search-choice-clear:before {
	font-size: 12px;
}
.search-choice-clear:hover {
	background-color: var(--brand-color);
	color: #ccc;
}

.search-choice-clear-all {
	border: 0;
	padding: 0;
	background: 0 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: var(--text-color-075);
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	cursor: pointer;
}

.sidebar-wrapper {
	display: grid;
	grid-template-columns: 1fr 250px;
	grid-gap: 2.5rem;
}

.sidebar-content {
	padding-right: 4rem;
	border-right: 1px solid var(--lblue-color);
}

.sidebar-list {
	counter-reset: list;
}

.sidebar-list-item {
	padding-left: 7rem;
	position: relative;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	border-bottom: 1px solid var(--lblue-color);
}
.sidebar-list-item:before {
	content: counter(list);
	counter-increment: list;
	font-family: "Karmina Sans";
	font-size: 2.5rem;
	line-height: 1;
	color: #fff;
	padding: 5px 5px 7px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-0.6rem);
	        transform: translateY(-0.6rem);
	width: 4rem;
	height: 4rem;
	background-color: var(--green-color);
	-webkit-transition: background 0.5s ease 0.5s;
	transition: background 0.5s ease 0.5s;
}
.sidebar-list-item._active:before {
	background-color: var(--base-text-color);
}
.sidebar-list-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.sidebar-nav {
	counter-reset: list;
	position: sticky;
	top: 180px;
}
.sidebar-nav li {
	padding-left: 10px;
	margin-left: 15px;
	border-left: 2px solid var(--green-color);
	position: relative;
	font-family: "Karmina Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}
.sidebar-nav li:before {
	content: counter(list);
	counter-increment: list;
	font-family: "Karmina Sans";
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: -15px;
}
.sidebar-nav li a {
	font-family: "Karmina Sans";
	font-weight: 700;
	line-height: 1.2;
	font-size: 16px;
	color: var(--text-color-060);
}
.sidebar-nav li a:hover,
.sidebar-nav li a._active {
	color: var(--base-text-color);
}
.sidebar-nav li._active a {
	color: var(--base-text-color);
}

.contacts_title {
	margin-bottom: 5rem;
}

.contacts_full {
	display: grid;
	grid-gap: 10rem;
	grid-template-columns: 1fr 250px;
}
.contacts_full form {
	margin-bottom: 0;
}
.contacts_full .gform_required_legend {
	display: none;
}
.contacts_full .gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px;
	font-weight: 400;
	color: var(--base-text-color);
}
.contacts_full .gform_wrapper.gravity-theme .gfield_required {
	color: inherit;
}
.contacts_full .gform_wrapper.gravity-theme input[type=text],
.contacts_full .gform_wrapper.gravity-theme input[type=tel],
.contacts_full .gform_wrapper.gravity-theme input[type=email],
.contacts_full .gform_wrapper.gravity-theme input[type=search],
.contacts_full .gform_wrapper.gravity-theme input[type=password],
.contacts_full .gform_wrapper.gravity-theme input[type=url],
.contacts_full .gform_wrapper.gravity-theme input[type=number],
.contacts_full .gform_wrapper.gravity-theme textarea {
	background-color: var(--gray-color);
	color: var(--base-text-color);
	border-radius: 0;
	height: 5.7rem;
	padding: 1rem 2rem;
}
.contacts_full .gform_wrapper.gravity-theme input[type=submit],
.contacts_full .gform_wrapper.gravity-theme button[type=submit] {
	line-height: initial !important;
}
.contacts_full .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 16rem;
}
.contacts_full .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
	padding-right: 0;
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.nav-main {
		grid-gap: 15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer-subscribe-inner {
		grid-gap: 20px;
		padding: 0;
	}
	.header-menu {
		grid-gap: 16px;
	}
	.popup-wrapper {
		max-width: 830px;
	}
	.grid-img-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.search-wrapper {
		grid-gap: 5rem;
	}
}
@media (max-width: 1080px) {
	#sidebar {
		width: 30%;
	}
}
@media (max-width: 1024px) {
	.txt-lg-c {
		text-align: center;
	}
	.txt-lg-l {
		text-align: left;
	}
	.txt-lg-r {
		text-align: right;
	}
	.br-lg-none br {
		display: none;
	}
	.f-lg-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.gg-lg-0 {
		grid-gap: 0px;
	}
	.gx-lg-0 {
		-webkit-column-gap: 0px;
		   -moz-column-gap: 0px;
		        column-gap: 0px;
	}
	.gy-lg-0 {
		row-gap: 0px;
	}
	.gg-lg-1 {
		grid-gap: 10px;
	}
	.gx-lg-1 {
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
	.gy-lg-1 {
		row-gap: 10px;
	}
	.gg-lg-2 {
		grid-gap: 20px;
	}
	.gx-lg-2 {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.gy-lg-2 {
		row-gap: 20px;
	}
	.gg-lg-3 {
		grid-gap: 30px;
	}
	.gx-lg-3 {
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
	.gy-lg-3 {
		row-gap: 30px;
	}
	.gg-lg-4 {
		grid-gap: 40px;
	}
	.gx-lg-4 {
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
	.gy-lg-4 {
		row-gap: 40px;
	}
	.gg-lg-5 {
		grid-gap: 50px;
	}
	.gx-lg-5 {
		-webkit-column-gap: 50px;
		   -moz-column-gap: 50px;
		        column-gap: 50px;
	}
	.gy-lg-5 {
		row-gap: 50px;
	}
	.gg-lg-6 {
		grid-gap: 60px;
	}
	.gx-lg-6 {
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		        column-gap: 60px;
	}
	.gy-lg-6 {
		row-gap: 60px;
	}
	.gg-lg-7 {
		grid-gap: 70px;
	}
	.gx-lg-7 {
		-webkit-column-gap: 70px;
		   -moz-column-gap: 70px;
		        column-gap: 70px;
	}
	.gy-lg-7 {
		row-gap: 70px;
	}
	.gg-lg-8 {
		grid-gap: 80px;
	}
	.gx-lg-8 {
		-webkit-column-gap: 80px;
		   -moz-column-gap: 80px;
		        column-gap: 80px;
	}
	.gy-lg-8 {
		row-gap: 80px;
	}
	.gg-lg-9 {
		grid-gap: 90px;
	}
	.gx-lg-9 {
		-webkit-column-gap: 90px;
		   -moz-column-gap: 90px;
		        column-gap: 90px;
	}
	.gy-lg-9 {
		row-gap: 90px;
	}
	.gg-lg-10 {
		grid-gap: 100px;
	}
	.gx-lg-10 {
		-webkit-column-gap: 100px;
		   -moz-column-gap: 100px;
		        column-gap: 100px;
	}
	.gy-lg-10 {
		row-gap: 100px;
	}
	html {
		font-size: calc(var(--rem-base) - 1.5px);
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.d-lg-none {
		display: none;
	}
	.header-menu-wrapper {
		padding: 20px 0;
	}
	.nav-btn-mob {
		display: block;
		margin-top: 40px;
		padding-bottom: 20px;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
	.footer-subscribe-inner {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-subscribe-inner .h5 {
		width: 100%;
	}
	.footer-subscribe {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		background-color: transparent;
		border-radius: 0px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.footer-subscribe input:not([type=submit]) {
		width: 100%;
	}
	.footer-bottom-nav-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer-bottom-nav {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		grid-gap: 15px 0.5rem;
	}
	.nav {
		padding: 30px 20px;
		background-color: var(--gray-color);
	}
	.header-menu {
		display: none;
	}
	.header-menu li > ul {
		position: static;
		padding: 0;
	}
	.header-menu a.highlighted .sub-arrow:before {
		content: "-";
	}
	.header-menu a .sub-arrow {
		width: 25px;
		height: 25px;
		right: 15px;
		border: 0;
		background-color: rgba(0, 0, 0, 0);
		border-radius: 4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0;
	}
	.header-menu a .sub-arrow:before {
		content: "+";
		color: #fff;
	}
	.nav-opener {
		display: block;
	}
	.nav-drop {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		overflow: auto;
		height: 0;
		background-color: var(--gray-color);
	}
	.nav-active .nav-drop {
		height: calc(100vh - var(--header-height));
	}
	.m-menu {
		position: relative;
		left: auto;
	}
	.popup-wrapper {
		margin: 50px auto 20px;
	}
	.popup-wrapper .mfp-close {
		right: initial;
		left: 10px;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		top: -10px;
	}
	.bio-popup-inner {
		grid-gap: 30px;
	}
	.bg-line:before {
		width: 80%;
	}
	.vslider img,
	.vslider-reverse img {
		max-width: calc(100% - 15px);
	}
	.img-txt-slider .swiper-btns {
		bottom: 15px;
		right: 3rem;
		grid-gap: 30px;
	}
	.img-txt-slider-txt {
		padding: 5rem 3rem;
	}
	.grid-cta {
		--grid-cta-indent: 80px;
	}
	.grid-staff {
		grid-gap: 3rem 2rem;
	}
	.sidebar-wrapper {
		grid-template-columns: 1fr;
	}
	.sidebar-content {
		border-right: none;
		padding-right: 0;
	}
	.sidebar-list-item {
		padding-left: 40px;
	}
	.sidebar-aside {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.sidebar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		grid-gap: 10px;
	}
	.contacts_full {
		grid-gap: 30px;
	}
}
@media (max-width: 1023px) {
	.footer-subscribe-form_wrapper.gform_wrapper.gravity-theme .gform_fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		gap: 10px;
	}
	.footer-subscribe-form_wrapper .gfield--type-html {
		padding-right: 0;
		padding-bottom: 10px;
	}
	.footer-subscribe-form_wrapper .field_for_hack::before {
		display: none;
	}
	.comment-form textarea,
	.comment-form input:not([type=submit]) {
		width: 100%;
	}
	img.alignright {
		max-width: 50%;
	}
	img.alignleft {
		max-width: 50%;
	}
	.divider {
		height: 40px;
	}
	#wpadminbar {
		display: none !important;
	}
	:root {
		margin-top: 0 !important;
	}
	.admin-bar .main-header {
		margin-top: 0 !important;
	}
}
@media (max-width: 1000px) {
	#content .row-post {
		margin: 0 -10px;
	}
	#content .row-post .post {
		padding: 0 10px;
	}
	.block {
		padding-bottom: 30px;
	}
	#content,
	#sidebar {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	#content {
		padding: 20px 0;
	}
	#sidebar {
		padding: 20px;
	}
	#wp-calendar {
		max-width: 320px;
	}
	.page-site-header {
		margin-top: 20px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.main > .container,
	html #branda-cookie-notice .main > .cookie-notice-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
        * Remove all paddings around the image on small screen
        */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.mx-md-gutter {
		margin-left: calc(var(--gutter) * -1);
		margin-right: calc(var(--gutter) * -1);
	}
	.txt-md-c {
		text-align: center;
	}
	.txt-md-l {
		text-align: left;
	}
	.txt-md-r {
		text-align: right;
	}
	.br-md-none br {
		display: none;
	}
	.f-md-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.grid {
		grid-template-columns: 1fr;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0px;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0px;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0px;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0px;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 10px;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 10px;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 10px;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 10px;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 20px;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 20px;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 20px;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 20px;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 30px;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 30px;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 30px;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 30px;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 40px;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 40px;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 40px;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 40px;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 50px;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 50px;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 50px;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 50px;
	}
	.mt-md-6,
	.my-md-6 {
		margin-top: 60px;
	}
	.mb-md-6,
	.my-md-6 {
		margin-bottom: 60px;
	}
	.pt-md-6,
	.py-md-6 {
		padding-top: 60px;
	}
	.pb-md-6,
	.py-md-6 {
		padding-bottom: 60px;
	}
	.mt-md-7,
	.my-md-7 {
		margin-top: 70px;
	}
	.mb-md-7,
	.my-md-7 {
		margin-bottom: 70px;
	}
	.pt-md-7,
	.py-md-7 {
		padding-top: 70px;
	}
	.pb-md-7,
	.py-md-7 {
		padding-bottom: 70px;
	}
	.mt-md-8,
	.my-md-8 {
		margin-top: 80px;
	}
	.mb-md-8,
	.my-md-8 {
		margin-bottom: 80px;
	}
	.pt-md-8,
	.py-md-8 {
		padding-top: 80px;
	}
	.pb-md-8,
	.py-md-8 {
		padding-bottom: 80px;
	}
	.mt-md-9,
	.my-md-9 {
		margin-top: 90px;
	}
	.mb-md-9,
	.my-md-9 {
		margin-bottom: 90px;
	}
	.pt-md-9,
	.py-md-9 {
		padding-top: 90px;
	}
	.pb-md-9,
	.py-md-9 {
		padding-bottom: 90px;
	}
	.mt-md-10,
	.my-md-10 {
		margin-top: 100px;
	}
	.mb-md-10,
	.my-md-10 {
		margin-bottom: 100px;
	}
	.pt-md-10,
	.py-md-10 {
		padding-top: 100px;
	}
	.pb-md-10,
	.py-md-10 {
		padding-bottom: 100px;
	}
	.mt-md-12,
	.my-md-12 {
		margin-top: 120px;
	}
	.mb-md-12,
	.my-md-12 {
		margin-bottom: 120px;
	}
	.pt-md-12,
	.py-md-12 {
		padding-top: 120px;
	}
	.pb-md-12,
	.py-md-12 {
		padding-bottom: 120px;
	}
	.gg-md-0 {
		grid-gap: 0px;
	}
	.gx-md-0 {
		-webkit-column-gap: 0px;
		   -moz-column-gap: 0px;
		        column-gap: 0px;
	}
	.gy-md-0 {
		row-gap: 0px;
	}
	.gg-md-1 {
		grid-gap: 10px;
	}
	.gx-md-1 {
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
	.gy-md-1 {
		row-gap: 10px;
	}
	.gg-md-2 {
		grid-gap: 20px;
	}
	.gx-md-2 {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
	.gy-md-2 {
		row-gap: 20px;
	}
	.gg-md-3 {
		grid-gap: 30px;
	}
	.gx-md-3 {
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
	.gy-md-3 {
		row-gap: 30px;
	}
	.gg-md-4 {
		grid-gap: 40px;
	}
	.gx-md-4 {
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
	.gy-md-4 {
		row-gap: 40px;
	}
	.gg-md-5 {
		grid-gap: 50px;
	}
	.gx-md-5 {
		-webkit-column-gap: 50px;
		   -moz-column-gap: 50px;
		        column-gap: 50px;
	}
	.gy-md-5 {
		row-gap: 50px;
	}
	.gg-md-6 {
		grid-gap: 60px;
	}
	.gx-md-6 {
		-webkit-column-gap: 60px;
		   -moz-column-gap: 60px;
		        column-gap: 60px;
	}
	.gy-md-6 {
		row-gap: 60px;
	}
	.gg-md-7 {
		grid-gap: 70px;
	}
	.gx-md-7 {
		-webkit-column-gap: 70px;
		   -moz-column-gap: 70px;
		        column-gap: 70px;
	}
	.gy-md-7 {
		row-gap: 70px;
	}
	.gg-md-8 {
		grid-gap: 80px;
	}
	.gx-md-8 {
		-webkit-column-gap: 80px;
		   -moz-column-gap: 80px;
		        column-gap: 80px;
	}
	.gy-md-8 {
		row-gap: 80px;
	}
	.gg-md-9 {
		grid-gap: 90px;
	}
	.gx-md-9 {
		-webkit-column-gap: 90px;
		   -moz-column-gap: 90px;
		        column-gap: 90px;
	}
	.gy-md-9 {
		row-gap: 90px;
	}
	.gg-md-10 {
		grid-gap: 100px;
	}
	.gx-md-10 {
		-webkit-column-gap: 100px;
		   -moz-column-gap: 100px;
		        column-gap: 100px;
	}
	.gy-md-10 {
		row-gap: 100px;
	}
	html {
		font-size: calc(var(--rem-base) - 2px);
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.d-md-none {
		display: none;
	}
	.c-table td,
	.c-table th {
		padding: 15px;
	}
	.header-menu-wrapper .container,
	.header-menu-wrapper html #branda-cookie-notice .cookie-notice-container,
	html #branda-cookie-notice .header-menu-wrapper .cookie-notice-container {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer-bottom-policy {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.footer-bottom-policy-btn {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.accordion {
		--a-size: 50px;
	}
	.accordion .slide {
		padding: 10px 15px;
	}
	.accordion .opener {
		padding: 7px 15px;
	}
	.accordion._v2 {
		padding-left: 30px;
	}
	.accordion._v2 .opener:before {
		left: -5px;
	}
	.popup-wrapper {
		padding: 30px;
	}
	.bio-popup-inner {
		grid-template-columns: 120px 1fr;
		grid-gap: 15px;
	}
	#calendar_wrap table td,
	#calendar_wrap table th {
		font-size: 15px;
	}
	.bg-ico {
		background-position: 40vw bottom;
		background-size: 400px 400px;
	}
	.bg-line:before {
		display: none;
	}
	.grid-vslider {
		position: relative;
		grid-gap: 10px;
	}
	.grid-vslider:before {
		content: "";
		position: absolute;
		top: 0px;
		left: calc(var(--gutter) * -1);
		right: calc(var(--gutter) * -1);
		height: 1px;
		background-color: var(--lblue-color);
	}
	.img-txt-slider-inner {
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-wrapper:before {
		background-image: url("../img/bg2-mob.png");
	}
	.grid-cta > div + div:before {
		display: none;
	}
	.grid-members {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}
	.grid-staff {
		grid-template-columns: repeat(3, 1fr);
	}
	.card-title {
		min-height: 70px;
		padding: 23px 20px;
	}
	.card-ico {
		width: 70px;
		height: 70px;
	}
	.card-ico img {
		max-width: 35px;
	}
	.card-info {
		padding: 15px 15px 0rem 95px;
	}
	.resources-list li {
		grid-template-columns: 1fr 150px;
	}
	.resources-list-left {
		padding: 10px 19px;
	}
	.resources-list-right {
		padding: 10px 20px;
	}
	.sidebar-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contacts_full {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 767px) {
	.forminator-row {
		display: block;
	}
	.forminator-col:not(:last-child) {
		margin-bottom: var(--form-row-margin);
	}
	.widget ul {
		padding-left: 0;
	}
	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px 15px;
	}
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 0.2em;
	}
	.posts-list .post {
		margin: 0 0 20px;
	}
	.commentlist {
		margin-left: 0;
	}
	.commentlist .comment {
		padding: 0;
	}
	.divider {
		display: none;
	}
	#sidebar {
		width: 100%;
	}
}
@media (max-width: 667px) {
	html {
		font-size: calc(var(--rem-base) - 2.5px);
	}
	h1.mb-sm-0,
	.h1.mb-sm-0,
	h2.mb-sm-0,
	.h2.mb-sm-0,
	.mb-sm-0.contacts_title,
	.mb-sm-0.card-title,
	h3.mb-sm-0,
	.h3.mb-sm-0,
	.mb-sm-0.sidebar-title,
	.mb-sm-0.job-list-title,
	.bio-popup-inner .mb-sm-0.bio-popup-title {
		margin-bottom: 0.4em;
	}
	.accordion._v2 ul:not([class]).mb-6,
	#sidebar ul:not([class]).mb-6,
	.entry ul:not([class]).mb-6,
	ul.list-style.mb-6 {
		margin-bottom: 4rem;
	}
	table th {
		padding: 10px 5px;
	}
	table td {
		padding: 7px 5px;
	}
	.page-header {
		--header-height: 82px;
	}
	.page-header .logo img {
		max-width: 150px;
	}
	.footer-bottom-logo img {
		max-width: 150px;
	}
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		width: 100%;
		float: none;
	}
	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 7px 5px;
	}
	img.alignright {
		float: right;
		margin: 0 0 10px var(--vertical-rhythm);
	}
	img.alignleft {
		float: left;
		margin: 0 var(--vertical-rhythm) 10px 0;
	}
	.alignleft {
		float: none;
		margin: 0 auto 10px;
	}
	.alignright {
		float: none;
		margin: 0 auto 10px;
	}
	#content .row-post {
		margin: 0;
	}
	#content .row-post .post {
		padding: 0;
		margin: 0 0 20px;
	}
	#content .row-post .post {
		width: 100%;
	}
	#content .row-col .post {
		margin: 0 0 20px;
	}
	#content .row-col .post-img {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#content .meta {
		margin: 0 0 15px;
	}
	input[type=reset] + input[type=submit] {
		margin-top: 10px;
	}
	.img-txt-slider-inner {
		grid-template-columns: 1fr;
	}
	.resources-list li {
		grid-template-columns: 1fr;
	}
	.resources-list._v2 {
		margin-top: 5rem;
	}
	.search-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.search-filter-list:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (max-width: 666px) {
	#wp-calendar {
		width: 100%;
	}
	.comment-body .reply {
		padding-bottom: 0;
	}
	.parent.comment .comment {
		margin-left: 5%;
	}
}
@media (max-width: 568px) {
	.popup-wrapper {
		padding: 15px;
	}
	.bio-popup-inner {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 567px) {
	html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	html #branda-cookie-notice .cookie-notice-container .branda-cn-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width: 480px) {
	.nav-main {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.nav-main > li {
		width: calc(50% - 8px);
	}
	.footer-bottom-nav-row {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.footer-bottom-nav .nav-sub {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		width: 100%;
		grid-gap: 20px;
	}
	.sliding-menu li a,
	.sliding-menu li .sliding-menu__nav {
		font-size: 30px;
		grid-gap: 20px;
	}
	.sliding-menu .sliding-menu__nav:after {
		font-size: 30px;
	}
	.sliding-menu li .sliding-menu__back {
		font-size: 25px;
	}
	.sliding-menu li .sliding-menu__back:before {
		font-size: 30px;
	}
	.grid-members {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-staff {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-title {
		padding: 23px 15px;
	}
	.card-info {
		padding: 15px 0 0;
	}
	.search-choice {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (max-width: 479px) {
	.forminator-uploaded-file {
		width: 33.3333%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}
@media (max-width: 375px) {
	html {
		overflow-x: hidden;
		font-size: calc(var(--rem-base) - 3px);
	}
	#calendar_wrap table td,
	#calendar_wrap table th {
		font-size: 14px;
	}
	.product-thumb {
		padding: 5px;
	}
}
@media (min-width: 30em) {
	.gallery {
		margin: 0 -0.5em;
	}
	.gallery-item {
		padding: 0 0.5em 1.8em;
	}
	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}
@media (min-width: 768px) and (max-width: 849px) {
	figure.alignleft {
		float: none;
	}
	figure.alignright {
		float: none;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}
@media (min-width: 48em) {
	/* Gallery Columns */
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}
@media (min-width: 769px) {
	.grid._col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid._col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid > div.span-2 {
		grid-column-start: span 2;
	}
	.grid > div.span-3 {
		grid-column-start: span 3;
	}
	.grid > div.span-4 {
		grid-column-start: span 4;
	}
}
@media (min-width: 1024px) {
	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}
@media (min-width: 1025px) {
	.grid._col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.footer-subscribe-form_wrapper.gform_wrapper.gravity-theme .gfield_validation_message {
		position: absolute;
		width: 210px;
	}
	.header-bottom {
		margin-top: 15px;
	}
	.header-menu li > ul li + li {
		margin-top: 3rem;
	}
	.header-menu li > ul a {
		color: inherit;
	}
	.header-menu li > ul a:hover {
		color: inherit;
		text-decoration: underline;
	}
	.header-menu > li > a {
		border-bottom: 5px solid transparent;
		-webkit-transition: border 0.3s ease;
		transition: border 0.3s ease;
	}
	.sidebar-nav li + li {
		margin-top: 3.2rem;
	}
}
@media (min-width: 1366px) {
	/* Gallery Columns */
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}
