@font-face {font-family: 'glyphs';src: url('glyph-font/fontello.woff2?85731134') format('woff2'),url('glyph-font/fontello.woff?85731134') format('woff');font-weight: normal;font-style: normal;}

*, *:after, *:before {box-sizing: border-box; min-height: 0vw;}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ul{list-style:none;}
a{margin:0; padding:0; font-size:100%; background:transparent; text-decoration:none; color:inherit;}
table{border-collapse:collapse; border-spacing:0;}

:root {
	--rgX-1: .25rem; 
	--rgX-2: .5rem; 
	--rgX-3: .75rem; 
	--rgX-4: 1rem; 
	--rgX-5: 1.25rem; 
	--rgX-6: 1.5rem; 
	--rgX-7: 1.75rem;
	--bGaps-1: calc(2 * var(--rgX-1));
	--bGaps-2: calc(2 * var(--rgX-2));
	--bGaps-3: calc(2 * var(--rgX-3));
	--bGaps-4: calc(2 * var(--rgX-4));
	--bGaps-5: calc(2 * var(--rgX-5));
	--bGaps-6: calc(2 * var(--rgX-6));
	--bGaps-7: calc(2 * var(--rgX-7));
	
	--centered-wrap_gX: 25px;
	
	--fSizeDOC: 16px;
	--fSizeMD_L: 0.9375rem;
	--fSizeMD: 0.875rem;
	--fSizeSM: 0.8125rem;
	--fSizeXS: 0.75rem;
	
	/* clamp range 360-1483 */
	--article__h1: clamp(1.933rem, 1.75124rem + 0.80784vw, 2.5rem);
	--article__h2: clamp(1.733rem, 1.58746rem + 0.64684vw, 2.187rem);
	--article__h3: clamp(1.533rem, 1.42337rem + 0.48727vw, 1.875rem);
	--article__h4: clamp(1.333rem, 1.25959rem + 0.32627vw, 1.562rem);
	--article__h5: clamp(1.2rem, 1.18397rem + 0.07124vw, 1.25rem);
	--article__h6: clamp(1rem, 0.95993rem + 0.17809vw, 1.125rem);

	--weightLight: 300;
	--weightNormal: 400;
	--weightSemiBold: 600;
	--weightBold: 700;

	--colorPrimary: #a4324b;
	--colorPrimaryHover: #b5435c;
	--colorSecondary: #5c5452;
	--colorSecondaryHover: #797271;	
	--colorGreyL: #ececee;

	--colorError: #ff0000;
	--colorSuccess: #69bb14;
	
	--bgColorPrimary: #952637;
	--bgColorPrimaryHover: #b33c4e;
	--bgColorPrimaryRGB: 149,38,55;
	--bgColorSecondary: var(--colorSecondary);
	--bgColorSecondaryHover: var(--colorSecondaryHover);
	--bgColorGreyL: var(--colorGreyL);
	
	--bgColorError: var(--colorError);
	--bgColorErrorRGB: 232,0,0;
	--bgColorSuccess: #69bb14;
	--bgColorSuccessRGB: 105,187,20;

	--btnLH: 1.2222;
	--btnRds: 3px;
	--btnFS: 1.125rem;
	--btnFS-sm: 0.9375rem;
	--btnPd: 0.44em 0.72em;
	--btnPd-sm: 0.45em 0.86em;
	
	--fldFS: var(--btnFS);
	--fldFS-sm: var(--btnFS-sm);
	--fldLH: var(--btnLH);
	--fldPd: var(--btnPd);
	--fldPd-sm: var(--btnPd-sm);
	--fldRds: var(--btnRds);
		
}
@media screen and (max-width: 480px){
	:root {
		--fSizeDOC: 15px;
		--centered-wrap_gX: 19px;
	}
}

html {-webkit-text-size-adjust: 100%; font-size: var(--fSizeDOC);}
body {color: #000; background-color: #fff; font: var(--weightNormal) 1rem/1.5 'Open sans', sans-serif; margin-left: auto; margin-right: auto;}
body.frontpage {background-color: var(--bgColorGreyL);}
body, .main-wrap {overflow-x: clip;}

h1, h2, h3, h4, h5, h6, .pForm__title, .page-title, .modal-title {margin-bottom: 1.2rem; font-weight: normal; line-height: 1.2; letter-spacing: -0.5px;}
img, svg {max-width: 100%; height: auto;}
img {float: none; padding: 0;}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), label[for], input[type="submit"], [role="button"], .toggleNext, .chk-item {cursor: pointer;}
p{margin: 0 0 0.625rem 0;}
hr {height: 0; box-sizing: content-box; margin-top: 1.2rem; margin-bottom: 1.2rem; border: 0; border-bottom: 1px solid #e6e6e6;}
sub, sup {position: relative; font-size: 0.85em; line-height: 1; vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.2em;}
label {display: block;}
input, button, select, optgroup, textarea {-webkit-appearance: none; border: none; border-radius: 0; margin: 0; padding: 0; font-weight: inherit; font-family: inherit; font-size: inherit; line-height: inherit; color: #000;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0; border-style: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type=number] {-moz-appearance: textfield;}
[type="checkbox"], [type="radio"] {opacity: 0; position: absolute; z-index: -1;}

pre {background-color: #e1e4ec; border: 1px solid #e1e4ec; padding: 5px 10px; margin-bottom: 15px;}
blockquote {position: relative; line-height: 1.7; padding: 1.666rem; margin-bottom: 27px; background-color: var(--bgColorGreyL); border-radius: 3px;}
blockquote .caption {position: absolute; top: 0; padding: 0.36em 0 0 3em; font-size: 1.11em; line-height: 1;}
blockquote:before {display: block; margin-bottom: 30px; content: '\E809'; line-height: 1em; font-size: 1.45rem; color: var(--colorPrimary);}
blockquote p:last-child {margin-bottom: 0;}
@media screen and (max-width: 400px){
	blockquote:before {margin-bottom: 18px; font-size: 1.15em;}
	blockquote .caption {padding: 0.2em 0 0 2.5em;}
}

/* ============================= grid minified ================================ */
.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:1rem;padding-left:1rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{width:8.333333%}.col-2{width:16.666667%}.col-3{width:25%}.col-4{width:33.333333%}.col-5{width:41.666667%}.col-6{width:50%}.col-7{width:58.333333%}.col-8{width:66.666667%}.col-9{width:75%}.col-10{width:83.333333%}.col-11{width:91.666667%}.col-12{width:100%}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{flex:0 0 auto}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.offset-12{margin-left:100%}@media (min-width: 401px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:none}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{flex:0 0 auto}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.333333%}.offset-xs-2{margin-left:16.666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.333333%}.offset-xs-5{margin-left:41.666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.333333%}.offset-xs-8{margin-left:66.666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.333333%}.offset-xs-11{margin-left:91.666667%}.offset-xs-12{margin-left:100%}}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{flex:0 0 auto}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.offset-sm-12{margin-left:100%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{flex:0 0 auto}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.offset-md-12{margin-left:100%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{flex:0 0 auto}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.offset-lg-12{margin-left:100%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{flex:0 0 auto}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.offset-xl-12{margin-left:100%}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 401px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}.flex-xs-wrap{flex-wrap:wrap!important}.flex-xs-nowrap{flex-wrap:nowrap!important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}.align-content-xs-start{align-content:flex-start!important}.align-content-xs-end{align-content:flex-end!important}.align-content-xs-center{align-content:center!important}.align-content-xs-between{align-content:space-between!important}.align-content-xs-around{align-content:space-around!important}.align-content-xs-stretch{align-content:stretch!important}.align-self-xs-auto{align-self:auto!important}.align-self-xs-start{align-self:flex-start!important}.align-self-xs-end{align-self:flex-end!important}.align-self-xs-center{align-self:center!important}.align-self-xs-baseline{align-self:baseline!important}.align-self-xs-stretch{align-self:stretch!important}}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}
/* ============================= grid minified ================================ */

/* ============================ display minified ============================== */
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (min-width:401px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-flex{display:flex!important}}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}}
/* ============================ display minified ============================== */

/* ========================== rgx and gaps minified =========================== */
.rgX-0{margin-left:0!important;margin-right:0!important}.rgX-0>*{padding-left:0!important;padding-right:0!important}.rgX-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-0>*,.bGapsLast-0>:last-child{margin-bottom:0!important}.bGaps-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}@media (min-width:401px){.rgX-xs-0{margin-left:0!important;margin-right:0!important}.rgX-xs-0>*{padding-left:0!important;padding-right:0!important}.rgX-xs-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-xs-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-xs-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-xs-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-xs-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-xs-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-xs-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-xs-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-xs-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-xs-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-xs-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-xs-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-xs-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-xs-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-xs-0>*{margin-bottom:0!important}.bGaps-xs-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-xs-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-xs-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-xs-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-xs-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-xs-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-xs-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-xs-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-xs-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-xs-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-xs-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-xs-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-xs-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-xs-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:576px){.rgX-sm-0{margin-left:0!important;margin-right:0!important}.rgX-sm-0>*{padding-left:0!important;padding-right:0!important}.rgX-sm-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-sm-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-sm-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-sm-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-sm-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-sm-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-sm-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-sm-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-sm-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-sm-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-sm-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-sm-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-sm-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-sm-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-sm-0>*{margin-bottom:0!important}.bGaps-sm-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-sm-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-sm-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-sm-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-sm-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-sm-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-sm-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-sm-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-sm-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-sm-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-sm-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-sm-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-sm-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-sm-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:768px){.rgX-md-0{margin-left:0!important;margin-right:0!important}.rgX-md-0>*{padding-left:0!important;padding-right:0!important}.rgX-md-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-md-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-md-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-md-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-md-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-md-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-md-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-md-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-md-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-md-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-md-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-md-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-md-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-md-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-md-0>*{margin-bottom:0!important}.bGaps-md-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-md-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-md-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-md-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-md-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-md-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-md-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-md-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-md-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-md-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-md-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-md-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-md-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-md-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:992px){.rgX-lg-0{margin-left:0!important;margin-right:0!important}.rgX-lg-0>*{padding-left:0!important;padding-right:0!important}.rgX-lg-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-lg-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-lg-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-lg-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-lg-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-lg-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-lg-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-lg-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-lg-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-lg-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-lg-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-lg-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-lg-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-lg-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-lg-0>*{margin-bottom:0!important}.bGaps-lg-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-lg-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-lg-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-lg-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-lg-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-lg-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-lg-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-lg-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-lg-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-lg-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-lg-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-lg-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-lg-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-lg-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:1200px){.rgX-xl-0{margin-left:0!important;margin-right:0!important}.rgX-xl-0>*{padding-left:0!important;padding-right:0!important}.rgX-xl-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-xl-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-xl-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-xl-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-xl-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-xl-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-xl-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-xl-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-xl-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-xl-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-xl-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-xl-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-xl-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-xl-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-xl-0>*{margin-bottom:0!important}.bGaps-xl-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-xl-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-xl-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-xl-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-xl-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-xl-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-xl-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-xl-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-xl-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-xl-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-xl-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-xl-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-xl-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-xl-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}
/* ========================== rgx and gaps minified =========================== */

/* ============================= modal minified =============================== */
.collapsing,.modal,.modal-open{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}.modal{display:none;position:fixed;z-index:5010;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:100%;margin-left:auto;margin-right:auto;}.modal-content{position:relative;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,.15);background-clip:padding-box;outline:0;border-radius:4px;}.modal-backdrop{position:fixed;z-index:5005;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.7}.modal-body{position:relative;padding:48px 35px 38px 35px;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.modal-dialog{padding: 0 12.5px; max-width:520px;}.modal-sm{max-width:455px}.modal-md{max-width:640px}.modal-lg{max-width:800px}.modal-xl{max-width:1200px}

.vertical-alignment-helper {display: flex; justify-content: center; height: 100%; width: 100%; pointer-events:none;}
.vertical-align-center {pointer-events:none; margin-top: auto; margin-bottom: auto;}
.modal-content {width:inherit; max-width:inherit; height:inherit; margin: 0 auto; pointer-events: all;}

.modal-content .close-btn {position: absolute; top: 0.25rem; right: 0.25rem;}
.modal-body > *:last-child {margin-bottom: 0;}
@media screen and (max-width: 400px){.modal-body {padding-left: 20px; padding-right: 20px;}}
.modal-content .btn-wrap:last-child {padding-top: 17px;}

/* ============================= modal minified =============================== */

/* ================================== slick-slider ====================================== */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;}.slick-slider .slick-list,.slick-slider .slick-track{display:flex;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;}.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{visibility:hidden;height:100%;min-height:1px}.slick-slide .slide-img{width:100%;display:block}.slick-slide.slick-loading .slide-img{display:none}.slick-slide.dragging .slide-img{pointer-events:none}.slick-initialized .slick-slide{visibility:visible}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;}.slick-arrow.slick-hidden{display:none}
.slick-slider video {width: 100%; display: block;}

.pSlider, .article-slider, .social-slider, .feat-slider, .feat-slider-tabs {visibility: hidden;}
.slick-initialized.slick-slider {visibility:visible}

.slick-arrow {background: none; border: none; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2.05rem; width: 1.2em; height: 2em; position: absolute; z-index: 11; top: 50%; transform: translateY(-50%);}
.slick-arrow.slick-disabled {display: none !important;}
.slick-arrow:hover {color: var(--colorPrimary);}
.slick-prev {left: 0; margin-left: 10px;}
.slick-next {right: 0; margin-right: 10px;}
.slick-arrow:before {display: block; text-align: center; color: inherit; line-height: normal;}
.slick-prev:before {content: '\E820';}
.slick-next:before {content: '\E822';}

.slick-list + .slick-dots {padding-top: 12px;}
.slick-dots-wrap {position: absolute; left: 0; right: 0; bottom: 0; z-index: 12;}
.slick-dots-wrap .slick-dots {padding: 0;}
.slick-dots {display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0.5rem; column-gap: 12px; /*padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);*/}
.slick-dots li {margin: 0 0 0.5rem 0;}
.slick-dots li:only-child {display: none;}
.slick-dots button {background: #ccc; width: 0.75em; height: 0.75em; border-radius: 50%; text-indent: -9999px; display: block;}
.slick-dots .slick-active button, .slick-dots li:hover button {background: var(--bgColorPrimary);}

/* ================================= lightgallery ====================================== */
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}#lg-zoom-out,.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{opacity:.5;pointer-events:none}@font-face{font-family:lg;src:url(lg-fonts/lg.eot?n1z373);src:url(lg-fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(lg-fonts/lg.woff?n1z373) format("woff"),url(lg-fonts/lg.ttf?n1z373) format("truetype"),url(lg-fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:greyscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-outer .lg-toogle-thumb,.lg-toolbar .lg-icon{color:#999;font-size:24px;line-height:27px;outline:0;text-align:center;cursor:pointer}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover,.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share,.lg-toolbar .lg-icon:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{animation:.3s lg-right-end;position:relative}.lg-outer.lg-left-end .lg-object{animation:.3s lg-left-end;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{float:right;height:47px;padding:10px 0;width:50px;text-decoration:none!important;background:0 0;border:none;box-shadow:none;transition:color .2s linear}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0, 0, .25, 1),opacity .35s cubic-bezier(0, 0, .25, 1),color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform 250ms cubic-bezier(0, 0, .25, 1),opacity 250ms cubic-bezier(0, 0, .25, 1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object{cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:4px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;height:39px;padding:5px 0;position:absolute;right:20px;top:-39px;width:50px;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../images/lg/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../images/lg/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../images/lg/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-backdrop.in,.lg-css3.lg-fade .lg-item.lg-current,.lg-outer .lg-has-html5:hover .lg-video-play,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play,.lg-outer.lg-visible,.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../images/lg/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../images/lg/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-empty-html,.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play,.lg-outer.lg-hide-download #lg-download{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 80ms}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0, 0, .25, 1)}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0, 0, .25, 1),top .3s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0,0,0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1,1,1);transition:transform .3s cubic-bezier(0, 0, .25, 1),opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s,transform .15s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;transition:box-shadow .3s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear,visibility 0s linear .5s,opacity .18s linear}.lg-outer #lg-share,.lg-outer .lg{position:relative}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;transition:opacity .15s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-backdrop,.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{transition:opacity .15s;opacity:0}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer .lg{overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../images/lg/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item,.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0, 0, .25, 1),opacity .1s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0, 0, .25, 1),opacity .1s}
/* ================================= lightgallery ====================================== */

/* ====================== USEFUL GLOBALS ===================== */
.custom-icon, .slick-arrow:before, .breadcrumbs > ul > li:before, .sideMenu__item:after, .sideMenu__item li:after, .search:after, .sliderBtn:after, .article ul li:before, .acrdn__h:after, .goaccordion > h3:after, .subItem__cntn li:before, .bulleted-list li:before, .chkd-list li:before, [type="checkbox"] + label:after, [type="radio"] + label:after, .chk-btn:after, .chk-item:after, blockquote:before {font-family: "glyphs"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
.custom-icon {display: inline-block; text-decoration: none; width: 1em; text-align: center; line-height: 1em;}

.centered-wrap {width: 100%; margin-left: auto; margin-right: auto; padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);}
@media screen and (min-width: 1200px){.centered-wrap {width: 93vw;}}
.maxWidth1384, .main-content-wrap > :not([class*="maxWidth"]) {max-width: 1384px;}
.maxWidth1362 {max-width: 1362px;}
.maxWidth1472 {max-width: 1472px;}
.maxWidth1165 {max-width: 1165px;}
.logo .logo__a {display: inline-block; vertical-align: top;}
.logo, .logo__a, .logo__img {display: block;}
.clearfix:after {display: table; content: ''; clear: both;}
.block-imgs img, .block-imgs svg {display: block;}
hr.inv {border-bottom-color: transparent;}
hr.thick {border-bottom: 2px solid #626669;}
.grecaptcha-badge {visibility: hidden;}
.pRel {position: relative;}
.italic {font-style: italic;}
.weight100 {font-weight: 100;}
.weight200 {font-weight: 200;}
.weight300 {font-weight: 300;}
.weight400 {font-weight: 400;}
.weight500 {font-weight: 500;}
.weight600 {font-weight: 600;}
.weight700 {font-weight: 700;}
.weight800 {font-weight: 800;}
.weight900 {font-weight: 900;}
.weightLight {font-weight: var(--weightLight);}
.weightNormal {font-weight: var(--weightNormal);}
.weightSemiBold {font-weight: var(--weightSemiBold);}
.weightBold, b, strong {font-weight: var(--weightBold);}
.line-height_1-2 {line-height: 1.2;}
.line-height_1-33 {line-height: 1.33;}
.has-underline a, .has-hover-underline a:hover, .underline, .hover-underline:hover, .subItem__cntn a:not([class*="btn"]), .staffItem__cntn a:not([class*="btn"]) {text-decoration: underline;}
.has-underline.has-hover-underline a:hover, .underline.hover-underline:hover, .subItem__cntn a:not([class*="btn"]):hover, .staffItem__cntn a:not([class*="btn"]):hover {text-decoration: none;}
.line-through {text-decoration: line-through;}
.fSizeL {font-size: var(--fSizeL);}
.fSizeDOC {font-size: var(--fSizeDOC);}
.fSizeMD_M {font-size: var(--fSizeMD_M);}
.fSizeMD_L {font-size: var(--fSizeMD_L);}
.fSizeMD {font-size: var(--fSizeMD);}
.fSizeSM {font-size: var(--fSizeSM);}
.fSizeXS {font-size: var(--fSizeXS);}
.h100 {height: 100%;}
.w100 {width: 100%;}
.full-bleed {width: 100vw; margin-left: 50%; transform: translateX(-50%);}
.txtAlignC, .center {text-align: center;}
.txtAlignR, .right {text-align: right;}
.txtAlignL, .left {text-align: left;}
.pd-0 {padding: 0!important;}
.pdX-0 {padding-left: 0!important; padding-right: 0!important;}
.pdY-0 {padding-top: 0!important; padding-bottom: 0!important;}
.pdBox1 {padding: var(--centered-wrap_gX);}
.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0;}
.overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10;}
.img-overlay {background-size: cover!important; background-repeat: no-repeat!important; background-position: center center!important; backface-visibility: hidden;}
.absoluteC {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 11;}
.icon-video, .icon-link {background: url('../images/icons/icon-link.svg') no-repeat 0 0/ 59px auto; width: 59px; height: 57px; display: block; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; pointer-events: none;}
.icon-video {background-image: url('../images/icons/icon-play.svg'); background-size: 100% auto; width: 63px; height: 63px;}
button.close, .rstd {padding: 0; background-image: none; background-color: transparent; border: 0; -webkit-appearance: none; appearance: none;}
.close-btn {border-radius: 50%; width: 2.6em; height: 2.6em; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: normal; border: none; background-color: var(--bgColorPrimary); color: #fff;}
.close-btn .custom-icon {line-height: normal;}
.close-btn:hover {background-color: var(--bgColorPrimaryHover); color: #fff;}

.content-preview {max-height: 14rem; position: relative; overflow: hidden; transition: max-height 1s ease-in-out 0s;}
.content-preview:after {display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 6.66rem; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}

@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
.loader {display: block; border-style: solid; border-color: var(--bgColorPrimary); border-top-color: transparent; border-radius: 50%; animation: spin 2s linear infinite; margin-left: auto; margin-right: auto;}
.loader-xl {border-width: 0.888em; width: 6.666em; height: 6.666em;}
.loader-lg {border-width: 0.555em; width: 4.444em; height: 4.444em;}
.loader-md {border-width: 0.333em; width: 2.777em; height: 2.777em;}
.loader-sm {border-width: 0.2em; width: 1.5em; height: 1.5em;}

.loading {position: fixed; z-index: 999; overflow: visible; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 50px; height: 50px;}
.loading:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.5);}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {/* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.loading:not(:required):after {content: ''; display: block; font-size: 10px; width: 50px; height: 50px; margin-top: -0.5em; border: 15px solid var(--bgColorPrimary); border-radius: 100%; border-bottom-color: transparent; animation: spin 1s linear 0s infinite;}

.bgPrimary, .daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker .drp-buttons .btn-primary {background-color: var(--bgColorPrimary);}
.bgSecondary {background-color: var(--bgColorSecondary);}
.bgWhite {background-color: #fff;}
.bgBlack {background-color: #000;}
.bgGrey {background-color: #f2f2f2;}
.bgGrey2 {background-color: #ebebeb;}
.bgMuted {background-color: #f8f8f8;}

.colorPrimary, .hover-colorPrimary:hover, .has-colorPrimary > *, .has-hover-colorPrimary > *:hover, /*.article a:not([class*="btn"]),*/ .link-color, .links-list a {color: var(--colorPrimary);}
.colorPrimary.hover-colorPrimary:hover, .has-colorPrimary.has-hover-colorPrimary:hover > * {color: var(--colorPrimaryHover);}
.colorSecondary, .hover-colorSecondary:hover {color: var(--colorSecondary);}
.colorSecondary.hover-colorSecondary:hover {color: var(--colorSecondaryHover);}
.colorWhite, .daterangepicker .drp-buttons .btn-primary {color: #fff;}
.colorBlack, .hover-colorBlack:hover {color: #000;}
.colorGrey {color: #a8a8a8;}
.colorSuccess {color: var(--colorSuccess);}
.colorError {color: var(--colorError);}

.colorGreen {color: #58c52d;}
.colorRed {color: #e72727;}

/* ========================== BTNS =========================== */
.c-btn {--btnColor: #000; -ms-touch-action: manipulation; touch-action: manipulation; user-select: none; display: inline-block; vertical-align: top; margin-bottom: 0; text-align: center; cursor: pointer; background-image: none; background-color: transparent; color: var(--btnColor); border: 1px solid transparent; padding: var(--btnPd); font: var(--weightNormal) var(--btnFS)/var(--btnLH) 'Open sans', sans-serif; position: relative; border-radius: var(--btnRds); transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s; letter-spacing: 0;}
.c-btn-inner {display: block; position: relative;}
.c-btn-inner:after {display: block; content: ''; position: absolute; top: calc(100% + 1px); width: 100%; height: 1px; background-color: var(--btnColor); z-index: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;}
.c-btn:hover .c-btn-inner:after, .underline2 .underline2__line, .hover-underline2:hover .underline2__line {opacity: 1; transform: translateY(0);}
.c-btn:focus {outline: 3px solid rgba(0,0,0,0.1);}

.underline2, .hover-underline2 {display: inline-block; position: relative;}
.underline2__line {display: flex; align-items: center; overflow: hidden; position: absolute; top: 100%; width: 100%; height: 1px; z-index: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s; pointer-events: none;}
.underline2__color {width: 100%;}
.underline2:hover .underline2__line {opacity: 0; transform: translateY(8px);}

.c-btn-primary, .c-btn-submit {--btnColor: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}
.c-btn-primary:hover, .c-btn-submit:hover {border-color: var(--bgColorPrimaryHover); background: var(--bgColorPrimaryHover);}

.c-btn-primaryL {--btnColor: #fff; border-color: #b76e79; background: #b76e79;}
.c-btn-primaryL:hover {--btnColor: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}

.c-btn-black {--btnColor: #fff; border-color: #000; background: #000;}
.c-btn-black:hover {--btnColor: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}

.c-btn-white {--btnColor: #000; border-color: #fff; background: #fff;}
.c-btn-white:hover {--btnColor: #000; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}

.c-btn-reset, .c-btn-grey {--btnColor: #000; border-color: #ececee; background: #ececee;}
.c-btn-reset:hover, .c-btn-grey:hover {--btnColor: #000; border-color: #f3f3f3; background: #f3f3f3;}

.c-btn-outline-primary {--btnColor: var(--colorPrimary); border-color: var(--bgColorPrimary); background: transparent;}
.c-btn-outline-primary:hover {--btnColor: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}

.c-btn-outline-grey {--btnColor: #000; border-color: #c5c5c5; background: transparent;}
.c-btn-outline-grey:hover {--btnColor: #000; border-color: #d7d7d7; background: #d7d7d7;}

.c-btn-outline-white {--btnColor: #fff; border-color: #fff; background: transparent;}
.c-btn-outline-white:hover {--btnColor: #fff; border-color: #fff; background: transparent; opacity: 0.8;}

.c-btn[disabled], .c-btn.disabled {pointer-events: none; opacity: 0.33; /*color: #626669;*/}
/*.c-btn-primary[disabled], .c-btn-primary.disabled {opacity: 0.3;}
.c-btn-dark[disabled] {background: #8c8c8c; border-color: #8c8c8c; color: #ebebeb;}
.c-btn-outline-dark[disabled] {background: transparent; border-color: #8c8c8c; color: #8c8c8c;}*/

.c-btn-sm {padding: var(--btnPd-sm); font-size: var(--btnFS-sm);}

p[style*="center"] > .gobutton {margin-left: 10px;}
p[style*="center"] > .gobutton:last-child {margin-right: 10px;}
p[style*="right"] > .gobutton.c-btn {margin-left: 8px; margin-right: 0;}
.gobutton.c-btn {margin-right: 8px; margin-bottom: 10px;}
.gobutton.c-btn:last-child {margin-right: 0;}

.c-btn-block {display: block; width: 100%;}

.btn-group {margin: 0 -6px;}
.btn-group .c-btn, .btn-group [class*="button"] {margin: 0 6px 9px 6px; display: inline-block; vertical-align: top;}

/* menu-btn */
.menu-tgl-btn {background: #fff; border: none; display: none; position: relative; cursor: pointer; width: 57px; height: 57px; overflow: hidden;}
@media (hover: hover) {.menu-tgl-btn:hover {background: var(--bgColorPrimaryHover);}}
.menu-tgl-btn__wrap {left: 0; top: 0; right: 0; bottom: 0; margin: auto; position: absolute; width: 21px; height: 14px; display: block; z-index: 3;}
.menu-tgl-btn__bar {display: block; position: absolute; height: 2px; background-color: var(--bgColorPrimary); opacity: 1; left: 0; right: 0; transition: .25s ease-in-out; transform-origin: top;}
.menu-tgl-btn__bar1 {top: 0;}
.menu-tgl-btn__bar2, .menu-tgl-btn__bar3 {top: 50%; transform: translateY(-50%);}
.menu-tgl-btn__bar4 {top: 100%; transform: translateY(-100%);}
.menu-tgl-btn.active .menu-tgl-btn__bar1 {top: 50%; width: 0%; left: 50%;}
.menu-tgl-btn.active .menu-tgl-btn__bar2 {transform: rotate(45deg) translateY(-50%);}
.menu-tgl-btn.active .menu-tgl-btn__bar3 {transform: rotate(-45deg) translateY(-50%);}
.menu-tgl-btn.active .menu-tgl-btn__bar4 {top: 50%; width: 0%; left: 50%;}

.enlgBtn {background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.242' height='52.242' viewBox='0 0 52.242 52.242'%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 39.181h39.181V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 52.242)'%3E%3Cpath d='M39.181 19.59C39.181 8.771 30.411 0 19.591 0S.001 8.771.001 19.59c0 10.82 8.77 19.591 19.59 19.591s19.59-8.77 19.59-19.59' fill='%23e1e2e3'/%3E%3Cpath d='M16.403 9.65H10.51l6.348 6.347-.723.72-6.347-6.345v5.892h-1.02V8.629h7.635zM22.811 9.65V8.629h7.635v7.635h-1.02v-5.892l-6.346 6.346-.723-.721 6.348-6.347zM9.789 28.136l6.347-6.348.722.723-6.347 6.347h5.893v1.021H8.768v-7.636h1.02zM23.08 21.789l6.346 6.348v-5.893h1.021v7.635h-7.636v-1.021h5.893l-6.347-6.347z' fill='%2331333d'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/ 100% auto; display: block; width: 40px; height: 40px;}
.enlgBtn:hover {opacity: 0.8;}
/*
.scrolltop {opacity: 0; visibility: hidden; position: fixed; bottom: var(--centered-wrap_gX); right: var(--centered-wrap_gX); height: 3.86rem; width: 3.86rem; background: #8c061f url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.354' height='14.839' viewBox='0 0 26.354 14.839'%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 11.129h19.765V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M.943 13.14l.716.718L13.158 2.361l11.535 11.536.717-.719L13.142.942z' fill='%23fff'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 14.839)'%3E%3Cpath d='M19.058 1.246l-9.201 9.177-9.15-9.15.539-.538 8.623 8.623 8.65-8.651z' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/ 20px auto; transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s; z-index: 802; color: #fff;}
.scrolltop:hover {background-color: var(--bgColorPrimaryHover);}
.sticky-btn .scrolltop {opacity: 1; visibility: visible; cursor: pointer;}
@media screen and (max-width: 767px){
	.scrolltop {right: 15px; bottom: 15px; box-shadow: 0 0 0 4px rgba(255,255,255,0.9);}
}
@media screen and (max-width: 575px){
	.scrolltop {width: 3rem; height: 3rem;}
}*/

/* ====================== FORM ELEMENTS ====================== */
/* checkbox */
/* label */
[type="checkbox"] + label, [type="radio"] + label, .chk-item {position: relative; line-height: 1.2; padding: 0.32em 0 0.2em 2.5em; cursor: pointer; display: block;}
/* base */
[type="checkbox"] + label:before, [type="radio"] + label:before, [type="checkbox"] + label:after, [type="radio"] + label:after, .chk-item:before, .chk-item:after {content: ''; position: absolute; left: 0; top: 0; width: 2.13em; height: 2.13em; font-size: 0.833em; color: #000; display: flex; align-items: center; justify-content: center; border-radius: 3px; transition: all 0.2s ease-in-out 0s;}
[type="checkbox"] + label:before, [type="radio"] + label:before, .chk-item:before {border: 1px solid #dcdcdc; background-color: #fff;}
[type="radio"]:not(.rnd-exmpt) + label:before {border-radius: 50% !important;}
/* check */
[type="checkbox"] + label:after, [type="radio"] + label:after, .chk-item:after {content: '\E813'; opacity: 0;}
/* checked */
[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before, .chk-item.active:before {}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after, .chk-item.active:after {opacity: 1;}

/* sizing */
@media screen and (min-width: 576px) {
	[type="checkbox"].sizeXL + label, [type="radio"].sizeXL + label, .chk-item.sizeXL {padding: 0.6em 0 0.53em 3.2em;}
	[type="checkbox"].sizeXL + label:before, [type="radio"].sizeXL + label:before, [type="checkbox"].sizeXL + label:after, [type="radio"].sizeXL + label:after, .chk-item.sizeXL:before, .chk-item.sizeXL:after {left: 0; top: 1px; width: 1.416em; height: 1.416em; font-size: 1.6rem; border-radius: 0;}
}
/* disabled */
[type="checkbox"]:disabled + label, [type="radio"]:disabled + label {color: #8b8b8b; cursor: default;}
/*[type="checkbox"]:disabled + label:before, [type="radio"]:disabled + label:before {border-color: #d6d6d6;}*/
/* rtl */
.chk-r[type="checkbox"] + label, .chk-r[type="radio"] + label  {padding: 0 30px 0 0;}
.chk-r[type="checkbox"] + label:before, .chk-r[type="radio"] + label:before, .chk-r[type="checkbox"] + label:after, .chk-r[type="radio"] + label:after {left: auto; right: 0;}

/* c-form */
.c-form-wrap {margin-bottom: 3rem;}
.c-form-wrap[class*="bg"] {padding: var(--centered-wrap_gX); box-shadow: 0 0 24px 4px rgba(0,0,0,0.07); border-radius: 9px;}
.c-form {line-height: 1.2;}
.c-field, .slctBtn, .select2-search__field {background-image: none; background-repeat: no-repeat; background-color: #fff; border: 1px solid #dcdcdc; width: 100%; line-height: var(--fldLH); font-size: var(--fldFS); padding: var(--fldPd); padding-left: 0.5em; border-radius: var(--fldRds); text-align: left; outline: 1px solid transparent; outline-offset: 2px; transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
textarea.c-field {height: auto!important; line-height: 1.45!important; display: block;}
.c-field:focus, .slctBtn:focus, .select2-search__field:focus, .amnt-ctrl .c-field:focus, [type="checkbox"]:focus + label:before, [type="radio"]:focus + label:before, .chk-item:focus:before {border-color: rgba(0,0,0,0.4); box-shadow: 0 0 0 0.14705rem rgba(0,0,0,0.07);}

.c-field.has-error, .slctBtn.has-error, .select2-search__field.has-error, .amnt-ctrl .c-field.has-error, [type="checkbox"].has-error + label:before, [type="radio"].has-error + label:before, .chk-item.has-error:before {border-color: var(--bgColorError); box-shadow: 0 0 0 0.2rem rgba(var(--bgColorErrorRGB),0.12), 0 0 0 1px var(--bgColorError);}
.loadInput {position: relative;}
.loadInput .loadInput__i {right: 9px; top: 50%; position: absolute; transform: translateY(-50%);}
.loadInput .c-field {padding-right: 40px;}
.c-field[disabled] {opacity: 0.65; pointer-events: none;}

.c-field-sm {font-size: var(--fldFS-sm); padding: var(--fldPd-sm);}

.c-field::placeholder {color: inherit; opacity: 0.5;}
.c-field::-ms-input-placeholder {color: inherit; opacity: 0.5;}

.c-field[class*="date"] {padding-right: 2.4em; min-width: 7rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 4V3h-1v1H8V3H7v1H3v17h13l5-5V4h-4ZM8 5h8v2H8ZM4 5h3v2H4Zm16 10.33L15.44 20H15v-5h5ZM20 14h-6v6H4V8h3v1h1V8h8v1h1V8h3Zm0-7h-3V5h3Z'%3E%3C/path%3E%3C/svg%3E"); background-position: right 0.5rem center; background-size: 1.411em auto; cursor: pointer;}

select.c-field, .slctBtn {-moz-appearance: none; -webkit-appearance: none; padding-right: 2.4em; background-image: url("data:image/svg+xml,%3Csvg width='9.948' height='5.7620001' viewBox='0 0 9.9480002 5.7620001' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m 9.717,0.231 c 0.154,0.154 0.231,0.355 0.231,0.557 0,0.201 -0.077,0.403 -0.231,0.557 L 5.531,5.531 C 5.383,5.679 5.183,5.762 4.974,5.762 4.765,5.762 4.565,5.679 4.417,5.531 L 0.231,1.345 c -0.308,-0.308 -0.308,-0.806 0,-1.114 0.308,-0.308 0.806,-0.308 1.114,0 L 4.974,3.86 8.603,0.231 c 0.308,-0.308 0.806,-0.308 1.114,0' /%3E%3C/svg%3E%0A"); background-position: right 0.85em center; background-size: 0.6em auto; transition: background-image 0.2s ease-in-out 0s;}
select.c-field:focus, .slctBtn.act {background-image: url("data:image/svg+xml,%3Csvg width='9.948' height='5.7620001' viewBox='0 0 9.9480002 5.7620001' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 9.717,5.531 C 9.871,5.377 9.948,5.176 9.948,4.974 9.948,4.773 9.871,4.571 9.717,4.417 L 5.531,0.231 C 5.383,0.083 5.183,0 4.974,0 4.765,0 4.565,0.083 4.417,0.231 L 0.231,4.417 c -0.308,0.308 -0.308,0.806 0,1.114 0.308,0.308 0.806,0.308 1.114,0 L 4.974,1.902 8.603,5.531 c 0.308,0.308 0.806,0.308 1.114,0' /%3E%3C/svg%3E%0A");}
select::-ms-expand {display: none;}
.slctBtn {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-width: 5rem;}
.slctBtn.select2-selection {height: auto;}
.slctBtn.select2-selection .select2-selection__rendered {padding-left: 0; padding-right: 0;}
.select2-results__option {line-height: 1.2; font-size: 15px;}

.slctDD {position: relative; z-index: 11;}
.slctDD__menu {background-color: #fff; box-shadow: 0 0 6px 2px rgba(0,0,0,0.07); border-radius: 5px; color: #000; padding: 10px; position: absolute; top: calc(100% + 2px); left: 0; z-index: 100; text-align: left; width: 245px; font-size: var(--fSizeMD_M);}
.slctDD__menu_i {padding: 5px;}
.slctDD__menu .c-btn {font-size: 0.66rem;}
/*.slctDD__menu .dd-hd .srt-btn {display: block; position: relative; padding-left: 1.5em;}
.slctDD__menu .dd-hd .srt-btn .custom-icon {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.slctDD__menu .dd-hd .slctAll .custom-icon {color: #a8c03f; font-size: 0.7333em; margin: -0.01666em 0 0;}
.slctDD__menu .dd-hd .dsmsAll .custom-icon {color: #b50000; font-size: 0.6666em; margin: 0.06em 0 0 0.2em;}*/
.slctDD__menu hr {margin-top: 0;}
.slctDD__menu_i.vScroll {max-height: 13rem; overflow-y: auto; scrollbar-color: #888 #f1f1f1; scrollbar-width: thin;}
.slctDD__menu_i.vScroll::-webkit-scrollbar {width: 0.6666em;}
.slctDD__menu_i.vScroll::-webkit-scrollbar-track {background: #f1f1f1;}
.slctDD__menu_i.vScroll::-webkit-scrollbar-thumb {background: #888;}
.slctDD__menu_i.vScroll::-webkit-scrollbar-thumb:hover {background: var(--bgColorSecondary);}
.slctDD__list {padding-bottom: 2px; line-height: 1.2;}
.slctDD__list li {margin-bottom: 0.8em;}
.slctDD__list a:hover {color: var(--colorSecondary); text-decoration: underline;}
.slctDD__list [type="checkbox"] + label {padding-top: 0.15em;}

.success-msg, .error-msg, .warning-msg, .info-msg {margin: 0.6rem 0; padding: 0.75rem 1rem; border-radius: 0.4rem; background-color: #fbfbfb; color: rgba(0,0,0,0.9); border: 2px solid rgba(0,0,0,0.07);}
.success-msg {background-color: rgba(var(--bgColorSuccessRGB),0.08); border-color: rgba(var(--bgColorSuccessRGB),0.17);}
.error-msg {background-color: rgba(var(--bgColorErrorRGB),0.05); border-color: rgba(var(--bgColorErrorRGB),0.17);}
.warning-msg {background-color: #fff4ed;}
.info-msg {background-color: #eff5fd;}
[class*="msg"] ~ [class*="msg"] {margin-top: 0;}

/* ========================= LISTS =========================== */
.aLnkList {padding-top: 10px;}
.aLnkList__l:not(:last-child) {margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #191919;}
.aLnkItem {display: block; line-height: 1.2;}
.aLnkItem > .row {margin-bottom: calc(-0.5 * var(--centered-wrap_gX));}
.aLnkItem > .row > * {margin-bottom: calc(0.5 * var(--centered-wrap_gX));}
.aLnkItem .colorGrey {color: inherit;}
.aLnkItem .col-xs-auto {top: 0.25em;}
.aLnkItem .col-xs {font-size: 1.2222em;}
@media screen and (min-width: 768px){
	.aLnkItem > .row {margin-left: -1.7777em; margin-right: -1.7777em;}
	.aLnkItem > .row > * {padding-left: 1.7777em; padding-right: 1.7777em;}
}

.bulleted-list li, .subItem__cntn li {padding-left: 1.2em; margin-bottom: 0.95em; position: relative; line-height: 1.2;}
.bulleted-list li:last-child, .subItem__cntn li:last-child {margin-bottom: 0!important;}
.bulleted-list li:before, .subItem__cntn li:before {display: block; color: #000; position: absolute; top: 1.75em; left: 0.07em; font-size: 0.4em; content: '\E812'; transform: translateY(-50%);}

.chkd-list li {line-height: 1.2; padding-left: 1.75em; margin-bottom: 0.6em; position: relative; background: url("data:image/svg+xml,%3Csvg xml:space='preserve' width='17.832' height='17.832' viewBox='0 0 17.832 17.832' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1.33333 0 0 -1.33333 0 17.832)'%3E%3Cpath d='M13.315 7.58a6.563 6.563 0 0 1-.387 1.512 6.768 6.768 0 0 1-.445.934.422.422 0 0 1-.556.148.406.406 0 0 1-.148-.555 5.812 5.812 0 0 0 .782-2.932A5.881 5.881 0 0 0 6.687.812 5.882 5.882 0 0 0 .812 6.687 5.88 5.88 0 0 0 9.62 11.78a.416.416 0 0 1 .554.15.407.407 0 0 1-.148.554 6.684 6.684 0 0 1-3.338.891C3 13.374 0 10.374 0 6.687 0 3 3 0 6.687 0a6.695 6.695 0 0 1 6.628 7.58' fill='%238d0620'/%3E%3Cpath d='M9.62 9.888 6.111 5.505l-1.57 1.978a.411.411 0 0 1-.65 0 .602.602 0 0 1 0-.726L5.8 4.353a.415.415 0 0 1 .323-.165c.124 0 .24.058.325.165l3.82 4.808a.602.602 0 0 1 0 .727.41.41 0 0 1-.649 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top 0.14em/ 0.95em auto;}
.chkd-list li:last-child {margin-bottom: 0!important;}

.files-list{margin-bottom: 50px;}
.files-list li {margin-bottom: 25px;}
.files-list li:last-child {margin-bottom: 0;}
.files-list li a {display: inline-block; vertical-align: top; position: relative; line-height: 1.2; padding-left: 38px;}
.files-list li .icon, .file-icn {display: flex; position: relative; width: 23px; height: 29px; align-items: center; justify-content: center; padding: 5px 0 0 0; font-style: normal; font-weight: var(--weightSemiBold); font-size: 8px; border: 2px solid #000; color: var(--colorPrimary);}
.files-list li .icon {position: absolute; left: 0; bottom: 0; top: 0; margin: auto 0;}
.files-list li .icon:before, .files-list li .icon:after, .file-icn:before, .file-icn:after {display: block; content: ''; position: absolute; top: -2px; right: -2px; width: 0; height: 0; border-style: solid;}
.files-list li .icon:before, .file-icn:before {border-width: 8px 0 0 8px; border-color: transparent; border-left-color: var(--bgColorPrimary);}
.files-list li .icon:after, .file-icn:after {border-style: solid; border-width: 0 8px 8px 0; border-color: transparent #fff transparent transparent;}
.files-list li a:hover{text-decoration: underline;}
.icn-txt .icn.file-icn {transform: none; bottom: 0; top: 0; margin: auto 0;}

.links-list {margin-bottom: 30px;}
.links-list li {margin-bottom: 4px; position: relative; padding-left: 25px;}
.links-list li:before {background: url("data:image/svg+xml,%3Csvg width='24' height='28' viewBox='0 0 24 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23808285' d='M 3.6015625 0 C 1.6060867 0 0 1.6060867 0 3.6015625 L 0 24.398438 C 0 26.393913 1.6060867 28 3.6015625 28 L 20.398438 28 C 22.393913 28 24 26.393913 24 24.398438 L 24 22.15625 L 21.826172 22.15625 L 21.826172 23.498047 C 21.826172 24.712366 20.847132 25.689453 19.632812 25.689453 L 4.3671875 25.689453 C 3.1528679 25.689453 2.1738281 24.712366 2.1738281 23.498047 L 2.1738281 4.5019531 C 2.1738281 3.2876335 3.1528679 2.3105469 4.3671875 2.3105469 L 19.632812 2.3105469 C 20.847132 2.3105469 21.826172 3.2876335 21.826172 4.5019531 L 21.826172 5.84375 L 24 5.84375 L 24 3.6015625 C 24 1.6060867 22.393913 0 20.398438 0 L 3.6015625 0 z ' /%3E%3Cpath fill='%2358595b' d='M 16.839686,8.28136 V 19.718641 L 24,13.759721 Z' /%3E%3C/svg%3E%0A") no-repeat left center/ 100% auto; content: ''; position: absolute; left: 0; top: 0; width: 12px; height: 100%;}

.subList-wrap, .aLnkList-wrap, .feat-slider-combo, .staffList-wrap, .sRsltList-wrap, .colset-pageform {margin-bottom: 3.5rem; margin-bottom: clamp(2.7rem, 1.56198rem + 5.05788vw, 6.25rem);}
.subList__r, .staffList__r {display: flex; flex-wrap: wrap;}
.subItem, .staffItem {display: flex; flex-direction: column; width: 100%; height: 100%;}
.subItem__thumb, .staffItem__thumb {display: block;}
.subItem__img, .staffItem__img {display: block; width: 100%;}
.subItem__title, .staffItem__title {font-weight: var(--weightBold);}
.subItem > :last-child, .subItem__cntn > :last-child, .staffItem__cntn > :last-child, .sRsltItem__cntn > :last-child {margin-bottom: 0!important;}

.subBList__r, .subGList__r {margin: 0 0 -30px -1.891074130105900151285930408472%;}
.subBList__c, .subGList__c {width: 100%; padding: 0 0 0 1.855976243504083147735708982925%; margin: 0 0 30px 0; width: 25%;}

.subBItem, .subGItem {background-color: var(--bgColorGreyL); font-size: 0.9375rem; border-radius: 5px; overflow: hidden;}
.subBItem__thumb, .subGItem__thumb {flex: 0 0 auto;}
.subBItem__cntn, .subGItem__cntn {padding: 8%; flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; height: 100%;}
.subBItem__cntn > *, .subRItem__cntn > * {margin-bottom: 1.5em;}
.subBItem__cntn li:not(:last-child), .subRItem__cntn li:not(:last-child) {margin-bottom: 0.6em;}
.subBItem__title, .subGItem__title {font-size: 1.2em;}
.subBItem__cntn .subItem__title {margin-bottom: 0.5em;}
.subBItem__btn_wrap {margin-top: auto;}
@media screen and (max-width: 1104px){.subBList__c, .subGList__c {width: 33.3333%;}}
@media screen and (max-width: 739px){.subBList__c, .subGList__c {width: 50%;}}
@media screen and (max-width: 500px){.subBItem, .subGItem {font-size: 0.8rem;}}

.subRList__l:not(:last-child) {margin-bottom: 2rem;}
.subRItem__cntn {background-color: var(--bgColorGreyL); padding: calc(1.5 * var(--centered-wrap_gX)); border-radius: 0 0 5px 5px;}
.subRItem__title {margin-bottom: 1em; font-weight: var(--weightNormal);}
.subItem__thumb {border-radius: 5px 5px 0 0;}
@media screen and (min-width: 768px){
	.subRItem__r {display: flex; align-items: center;}
	.subRList__l:nth-child(odd) .subRItem__r {flex-direction: row-reverse;}
	.subRItem__c {width: 50%;}
	.subItem__thumb {border-radius: 0;}
	.subRItem__cntn {position: relative; z-index: 1; padding: 12.7%; border-radius: 5px;}
	.subRList__l:nth-child(odd) .subRItem__cntn {margin-right: -8.8%;}
	.subRList__l:nth-child(even) .subRItem__cntn {margin-left: -8.8%;}
	.subRItem__btn_wrap {padding-top: 1em;}
}

.subGItem__cntn {padding-bottom: 1.5em;}

.staffList__r {margin: 0 -3.0704815073272854152128401953943% -4.1979010494752623688155922038981%;}
.staffList__c {padding: 0 2.8928336620644312952005259697567%; margin: 0 0 3.9550536404149981284121165893312%; width: 25%;}
.staffItem__cntn {padding: 1.6em 0 0; position: relative; text-align: center;}
.staffItem__cntn p {line-height: 1.7;}
.staffItem__cntn a[href*="mailto"] {word-wrap: break-word;}
.staffItem__cntn a[href*="mailto"], .staffItem__cntn a[href*="tel"] {font-size: 0.88em;}
.staffItem__title {margin-bottom: 0.55em; font-size: var(--article__h6)!important;}
@media screen and (max-width: 1049px){.staffList__c {width: 33.3333%;}}
@media screen and (max-width: 672px){
	.staffList__r {margin-bottom: -2rem;}
	.staffList__c {margin: 0 0 2rem;width: 50%;}
}
@media screen and (max-width: 359px){
	.staffList__c {width: 100%;}
	.staffItem {margin: 0 auto; max-width: 224px;}
}
.article .staffItem {max-width: 292px; margin: 0 0 2rem;}

.sRsltItem__c:not(:last-child) {border-bottom: 1px solid #000; padding-bottom: var(--bGaps-1);}
.sRsltItem {font-size: 0.88rem; display: block;}
.sRsltItem__title:hover a {color: var(--colorSecondary);}
.sRsltItem__c1 {font-weight: var(--weightSemiBold);}
.sRsltItem__cntn {margin-bottom: 0.5rem;}
.sRsltItem__title {font-size: 1.375rem; margin-bottom: 0.2rem;}
.sRsltItem__btn_wrap {padding-top: 0.2rem; padding-bottom: 1rem;}
.sRsltItem__cntn:last-child .sRsltItem__btn_wrap {padding-bottom: 0;}
@media screen and (min-width: 768px){
	.sRsltItem__c1 {width: 8rem;}
	.sRsltItem__c:not(:last-child) {border-right: 1px solid #000; border-bottom: none; padding-bottom: 0; padding-top: 0.25rem; text-align: right;}
}

/* ========================== MISC =========================== */
.breadcrumbs {font-size: var(--fSizeXS); line-height: 1.2; color: #939393; width: 100%; padding-top: 1.5rem;}
.breadcrumbs > ul {display: flex; flex-wrap: wrap; margin: 0 0 -1em 0;}
.breadcrumbs > ul > li {padding: 0 0 0 1.25em; margin: 0 1.25em 1em 0; position: relative;}
.breadcrumbs > ul > li:first-child {padding-left: 0;}
.breadcrumbs > ul > li:last-child {margin-right: 0;}
.breadcrumbs > ul > li:not(:first-child):before {content: '\E822'; display: block; transform: translate(-50%, -50%); position: absolute; font-size: 0.55em; top: 1.25em; left: 0;}
.breadcrumbs a {display: block;}
.breadcrumbs a:hover {text-decoration: underline;}
@media screen and (min-width: 1280px){
	.breadcrumbs {padding-top: 0; position: relative; top: 1.5rem; height: 0;}
	.breadcrumbs > ul {justify-content: flex-end;}
}

.data-table table {width: 100%; line-height: 1.2;}
.data-table td, .data-table th {text-align: left; padding: calc(1.1875em / 2) calc(1.1875em / 4); border-bottom: 1px solid #d8d8d8;}
.data-table tr:last-child > * {border-bottom: none;}
.data-table td:first-child, .plain-table1 td:first-child {padding-left: 0;}
.data-table td:last-child, .plain-table1 td:last-child {padding-right: 0;}
@media screen and (min-width: 768px){.data-table td, .data-table th {padding: 1.1875em calc(1.1875em / 2);}}

.plain-table1 td {padding: var(--bGaps-1) var(--bGaps-1) 0 var(--bGaps-1);}
.plain-table1 tr:first-child td {padding-top: 0;}

.goaccordion {margin-bottom: 2rem; font-size: var(--article__h6)!important;}
.goaccordion > h3 {cursor: pointer; font-size: 1em!important; font-weight: var(--weightNormal)!important; margin: 0.625rem 0 0 0!important; padding: 1.72em 5.22em 1.72em 2.22em; color: #000!important; background-color: var(--bgColorGreyL); position: relative; border-radius: 4px; transition: color 0.2s ease-in-out 0s;}
.goaccordion > h3:after {transition: transform 0.2s ease-in-out 0s; display: block; content: '\E821'; position: absolute; right: 6em; top: 5.4em; font-size: 0.4em;}
.goaccordion > h3:hover {color: var(--colorPrimary)!important;}
.goaccordion > h3.act {color: var(--colorPrimary)!important; border-bottom-color: transparent;}
.goaccordion > h3.act:after {transform: translateY(-35%) rotate(180deg);}
.goaccordion > div {display: none; border: 2px solid var(--bgColorGreyL); border-top: none; border-radius: 0 0 4px 4px; margin-top: -2px; padding: 1.27em 2.22em;}
.goaccordion > div > *:last-child {margin-bottom: 0;}
@media screen and (max-width: 480px){
	.goaccordion > h3 {padding-left: 1.4em;}
	.goaccordion > div {padding-left: 1.4em; padding-right: 1.4em;}
}

.gallery {margin-bottom: 40px;}
.gallery ul {margin-left: calc(-1 * var(--centered-wrap_gX)); margin-bottom: calc(-1 * var(--centered-wrap_gX)); display: flex; flex-wrap: wrap;}
.gallery li {padding-left: var(--centered-wrap_gX); margin-bottom: var(--centered-wrap_gX); width: 25%;}
.gallery img {display: block; margin: 0 auto;}
.gallery .thumb {display: block;}
.gallery .title {display: block; padding: 12px 0 0 0; line-height: 1.2;}
/*@media screen and (min-width: 1200px){
	.gallery {padding-top: 1.8rem;}
	.gallery ul {margin-left: -55px; margin-bottom: -55px;}
	.gallery li {padding-left: 55px; margin-bottom: 55px;}
}*/
@media screen and (max-width: 768px){.gallery li {width: 33.333333333%;}}
@media screen and (max-width: 577px){.gallery li {width: 50%;}}
@media screen and (max-width: 480px){	
	.gallery ul {margin-left: -15px; margin-bottom: -15px;}
	.gallery li {padding-left: 15px; margin-bottom: 15px;}
}	
@media screen and (max-width: 320px){.gallery li {width: 100%;}}

.mppTitle:first-child {padding-top: 3px;}
.mppTitle {margin-bottom: 10px; line-height: 1.2; font-weight: 700;}
.mppRow {display: flex; align-items: center; margin-left: -10px;}
.mppRow__clm {padding-left: 10px;}
.mppRow__clm:only-child {width: 100%;}
.mppRow__clm1 {width: 28%;}
.mppRow__clm1 + .mppRow__clm {width: 72%;}
.mppRow__clm1 img {display: block;}
.mppRow__clm2 {font-size: 11px;}
.mppRow__clm2 a:hover {text-decoration: underline;}
.mppRow__clm2 .sep {margin: 0 5px; white-space: break-spaces;}
.mppRow__clm2 > * {margin-top: 0; margin-bottom: 5px !important;}
.mppRow__clm2 > *:last-child {margin-bottom: 0 !important;}
.leaflet-popup-content {min-width: 250px;}
.leaflet-popup-content-wrapper {border-radius: 6px !important;}
.leaflet-container {background: #f0f1f6 !important;}
.leaflet-container a.leaflet-popup-close-button {color: #000 !important;}
.leaflet-map-pane .custom-svg-icon {display: flex; align-items: flex-end; justify-content: center;}
.leaflet-map-pane .custom-svg-icon > * {max-width: none; flex: 0 0 auto;}

.pill {font-size: 0.875em; font-weight: var(--weightSemiBold); line-height: 1.2; padding: 0.2142em 0.6428em; border-radius: 0.45em; display: inline-block; vertical-align: top;}
a.pill:hover/* .custom-icon:hover*/ {opacity: 0.7;}
.pill .custom-icon {font-size: 0.8em; position: relative; top: -0.09em;}
.pill-green {color: #fff; background-color: #5cd264;}
.pill-red {color: #fff; background-color: #c86567;}
.pill-primary {color: #fff; background-color: var(--bgColorPrimary);}
.pills {position: absolute; top: 0.5em; right: 0.5em; z-index: 1; pointer-events: none;}
.pills li {margin-bottom: 0.3125em; text-align: right;}

.price-row {line-height: 1.2;}
.price-row > * {margin-right: 8px; display: inline-block; vertical-align: baseline;}
.price-row > *:last-child {margin-right: 0;}
.price-row .line-through {font-size: 0.8333em; color: #000;}

.rspnsvEmbd {margin-bottom: 1.94rem; position: relative; padding-bottom: 56%; overflow: hidden; background-color: #cbcbcb;}
.rspnsvEmbd iframe, .rspnsvEmbd object, .rspnsvEmbd embed, .rspnsvEmbd__i {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.scroll-notice {display: none; justify-content: center; align-items: center; line-height: 1; font-size: 14px; color: var(--colorPrimary);}
.scroll-notice .custom-icon {margin: 0 7px;}

.tpLbl-wrap {position:absolute; z-index: 101; margin: 12px 0; font-size: 13.5px;}
.tpLbl {position: relative; display: flex; width: 11em;}
.tpLbl__cntn {display: block; padding: 0.444em 0.5925em 0.37em 0.5925em; min-width: 2.48em; line-height: 1.4; color: #fff; font-weight: 300; background-color: #191919;}
.tpLbl__arw {position: absolute; display: block; z-index: -1;}
.tpLbl__arw_i {display: block; width: 1.111em; color: #191919;}

.rdmrBox {min-height: 200px; position: relative; display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.rdmrBox > :not(.rdmrBox__btn) {width: 100%;}
.rdmrBox__cntn {display: none; padding-bottom: 30px;}
.rdmrBox__intro {position: absolute; top: 0; left: 0; width: 100%; height: 140px; overflow: hidden; background-color: #fff;}
.rdmrBox__intro:after {display: block; content: ''; height: 38px; position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); pointer-events: none;}
.rdmrBox__btn {margin-top: auto; position: relative;}
.preview-short {transition: opacity 0.8s ease-in-out 0s;/*duration 2x toggleSlide kiirust*/}
.preview-active .preview-short {opacity: 0;}

/* feat-slider */
.feat-slider-wrap {z-index: 1;}
.feat-slider .slide-inner {display: block; position: relative;}

.feat-slider-tabs-wrap {z-index: 2;}
.feat-slider-tabs .slick-slide {padding: 30px 22px; border-radius: 5px; background-color: #fff; transition: transform .15s ease-in-out; height: auto;}
.feat-slider-tabs .slide-inner {display: flex; flex-direction: column; width: 100%; height: 100%;}
.feat-slider-tabs .slide-inner > * {margin-bottom: 18px;}
.feat-slider-tabs .article > * {margin-bottom: 15px;}
.feat-slider-tabs .slick-dots {position: static;}
@media screen and (min-width: 1251px){
	.feat-slider-tabs .slick-track {transform: translate3d(0px, 0px, 0px) !important; width: 100% !important;}
	.feat-slider-tabs .slick-slide {width: 25%;}
}
@media screen and (min-width: 681px){
	.feat-slider-tabs .slick-list {overflow: visible;}
	.feat-slider-tabs .slick-track {margin-left: 0; margin-right: 0; display: flex;}
	.feat-slider-tabs .slick-slide.slick-current {box-shadow: 0 0 50px -20px rgba(0,0,0,.4); transform: translateY(-40px);}
}/*
@media screen and (max-width: 680px){
	.feat-slider-tabs .slick-slide.slick-current {background-color: #f7f7f7;}
}*/

/* cModal */
.cModal-wrap {position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 900;}
.cModal-wrap .cModal-close-btn {position: absolute; top: 0; right: 0; width: auto;}
.cModal-wrap .inr-wrap2 > .cModal-close-btn {color: #fff; padding: 15px; font-size: 1rem;}
.cModal-wrap .cModal-body > .cModal-close-btn {width: 2.4em; height: 2.4em; font-size: 0.8rem; line-height: calc(2.4em - 1px); border-radius: 50%; background: #1a1a1a; color: #fff; box-shadow: 0 0 0 2px #fff; transform: translate(50%,-50%);}
.cModal-wrap .cModal-close-btn:hover {opacity: 0.6;}
.cModal-wrap .cModal-body > .cModal-close-btn:hover {opacity: 1; background: #444;}
.cModal-wrap:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background:rgba(0,0,0,0.7); pointer-events: none;}
.cModal-wrap > .inr-wrap1 {position: absolute; top: 0; bottom: 0; left: 0; width:100%; overflow-y: auto; display:flex; z-index: 2;}
.cModal-wrap > .inr-wrap1 > .inr-wrap2 {padding: 25px 12.5px; margin: auto; width: 100%;}
.cModal-body {position: relative; background-color: #fff; padding: 40px 30px 30px 30px; max-width: 900px; width: 100%; margin: auto; color: #000; font-size: 1rem; line-height: 1.5;}
@media screen and (max-width: 480px){.cModal-body {padding-left: 19px!important; padding-right: 19px!important;}}

/* html == .gdpr-modal.cModal-wrap > .inr-wrap1 > inr-wrap2 > .gdpr-modal-body */
.gdpr-modal:before {background-color: rgba(0,0,0,0.3);}
.gdpr-modal-body {max-width: 640px; margin: auto; position: relative; padding: 34px 33px 38px 33px; font-size: 15px; background-color: #fdfcfa; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.12);}
@media screen and (min-width: 421px){.gdpr-modal .intro-row {line-height: 1.85;}}
.gdpr-modal .intro-row {margin-bottom: 1.4rem;}
.gdpr-modal p {margin-bottom: 22px;}
.gdpr-modal .cookie-form, .gdpr-modal p:last-child {margin-bottom: 0;}
@media screen and (max-width: 767px){
	.gdpr-modal-body {padding: 25px;}
}
@media screen and (max-width: 480px){
	.gdpr-modal-body {padding: 20px 15px 15px 15px;}
	.gdpr-modal .cookie-form .sbmt-row {padding-top: 10px;}
	.gdpr-modal .title-primary {margin-bottom: 14px;}
}

/* hover states, zoom-img */
.hover-zoom, .gallery .thumb, .article .main-img .thumb, .subItem__thumb, .staffItem__thumb {overflow: hidden; display: block;}
.zoom-img, .article .main-img img, .gallery img, .goimage999 .swipebox img, .subItem__img, .staffItem__img/*, .sclScrlItem__img*/ {display: block; transition: transform 0.2s ease-in-out 0s; width: 100%; backface-visibility: hidden;}
.hover-zoom:hover .zoom-img, .gallery a:hover .thumb img, .article .main-img .thumb:hover img, .goimage999 .swipebox:hover img, .subItem:hover .subItem__img, .staffItem:hover .staffItem__img/*, .sclScrlItem:hover .sclScrlItem__img*/ {transform: scale(1.07);}
.logo:hover .logo__img {opacity: 0.8;} 
.bulleted-list li a:hover {text-decoration: underline;}

/* ===================== pForm ===================== */
.required {color: #f10909; font-size: 13px; font-weight: 600; vertical-align: top;}
.legend {font-size: 13px; color: #a1a1a1; padding: 4px 0;}
.element-error {color: var(--colorError); padding: 0.4rem 0 0; font-size: 13px;}

.pForm {max-width: 650px; font-size: 1rem; line-height: 1.5; margin-bottom: 3rem;}
.pForm__r {margin-bottom: 1rem;}
.pForm__r:last-child {margin-bottom: 0;}
.pForm__lbl {display: block; line-height: 1.2;}
.pForm__fld_w {padding-top: 0.5rem;}
.pForm__txt {color: #a1a1a1; font-size: var(--fSizeSM);}
.pForm .pForm__title2 {margin: 0; padding-top: 0.75rem;}
.pForm .chks-toggle {padding: 0.75em; border-radius: 0.4em; position: relative; top: -0.5em;}
.pForm .chks-toggle > * {width: 1.1em; display: block;}
.pForm__chcks {padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: var(--weightLight);}
.pForm__chcks > :not(:last-child) {margin-bottom: 0.5rem;}
.pForm [for*="terms"] > span {font-size: 0.9em; padding-top: 0.08em; display: block; color: #a1a1a1;}
.pForm__r.pForm__rTerms {padding-top: 0.75rem; padding-bottom: 0.75rem;}
.pFormBtns__r {display: flex; flex-wrap: wrap; margin: 0 -0.375rem -0.75rem;}
.pFormBtns__c {margin: 0 0 0.75rem; padding: 0 0.375rem;}

/* =============== goSlides, goblock ========================= */
.article .goSlides img {display: block; width: 100%;}

.article .goblock {display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; margin-bottom: 1.4rem; padding: 0.85em; font-size: 3rem; line-height: 1.1; background-color: #f1f1f1;}
@media screen and (max-width: 1199px) {.article .goblock {font-size: 2.5rem;}}
@media screen and (max-width: 991px) {.article .goblock {font-size: 2.2rem;}}
@media screen and (max-width: 768px) {.article .goblock {font-size: 2rem;}}
@media screen and (max-width: 575px) {.article .goblock {font-size: 1.8rem;}}
.article .goblock > * {line-height: inherit;}
.article .bgFirst {background-color: var(--bgColorPrimary); color: #fff;}
.article .bgSecond {background-color: var(--bgColorSecondary); color: #fff;}

/* ========================= ARTICLE ========================= */
.article{line-height: 1.7; margin-bottom: 3rem; margin-bottom: clamp(2.7rem, 2.28326rem + 1.85218vw, 4rem);}
.article > *:last-child, .article li:last-child, .article .row > * > *:last-child, .article .goblock>:last-child {margin-bottom: 0 !important;}
.intro-article {margin-left: auto; margin-right: auto;}

.page-title, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .pForm .pForm__title, .modal-body .title-primary, .links-list .title, .social-scrl-sctn-title, .staffList__title {margin-bottom: 1.7rem; font-weight: var(--weightNormal);}
.page-title, .article h1, .intro-article {margin-bottom: 2.35rem; margin-bottom: clamp(1.5rem, 0.95503rem + 2.42208vw, 3.2rem);}
.article__h1, .page-title, .article h1 {font-size: 2.2165rem; font-size: var(--article__h1);}
.article__h2, .article h2, .gdpr-modal .title-primary, .subRItem__title {font-size: 1.96rem; font-size: var(--article__h2);}
.article__h3, .article h3, .pForm .pForm__title1, .links-list .title, .staffList__title, .modal-body .title-primary {font-size: 1.704rem; font-size: var(--article__h3);}
.article__h4, .article h4, .pForm .pForm__title2 {font-size: 1.4475rem; font-size: var(--article__h4);}
.article__h5, .article h5 {font-size: 1.225rem; font-size: var(--article__h5);}
.article__h6, .article h6 {font-size: 1.0625rem; font-size: var(--article__h6);}
.staffList__title {font-weight: var(--weightSemiBold); margin-bottom: 2rem;}

.article i {font-weight: 400;}

.article > ul, .article > ol, .article [class*="col"] > ul, .article [class*="col"] > ol, .article .goaccordion div > ul, .article .goaccordion div > ol {margin-bottom: 1.9em;}
.article ul ul, .article ul ol, .article ol ol, .article ol ul {padding-top: 5px;}
.article li{position: relative; margin-bottom: 1rem; line-height: 1.2;}

.article ul ul {padding-left: 1.2em;}
.article ul li {padding-left: 1.2em;}
.article ul li:before {display: block; position: absolute; top: 1.75em; left: 0.07em; font-size: 0.4em; content: '\E812'; transform: translateY(-50%); color: #000;}
.article ul ol li:before {display: none;}
.article ul ol li {padding: 0;}

.article ol {padding-left: 1em;}
.article ol > li {padding-left: 0.25em;}
.article ol ol, .article ul ol {padding-left: 1.2em;}

.responsive-table, .article .table-wrap {overflow-x: auto;}
.article .table-wrap table {margin-bottom: 0;}
.article .table-wrap, .article table {margin-bottom: 3rem;}
.article .table-wrap {padding-top: 2rem; padding-bottom: 2rem;}
.article table {border-collapse: separate; width: 100%;}
.article caption {color: #fff; background-color: #2a2a2a; text-align: left; padding: 5px 20px;}
.article tr > * {padding: 0.75rem 1rem 0.75rem 1rem; text-align: left;}
.article th {font-weight: normal; color: #fff; background-color: var(--bgColorPrimary);}
.article tr:nth-child(even) > * {background-color: #ececee;}
.article tr:last-child > * {border-bottom-color: transparent;}
.article tr > :first-child {border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.article tr > :last-child {border-top-right-radius: 5px; border-bottom-right-radius: 5px;}

.article table.noborder, .article table.noborder td, .article table.noborder th{border: none;}

.article table p {margin: 0;}
.article p {margin: 0 0 1.25rem 0; line-height: 1.9;}
.article a:not([class*="btn"]), .links-list a {text-decoration: underline;}
.article a:hover, .links-list a:hover {text-decoration: none;}
.article [class*="btn"] {vertical-align: baseline;}
.article .main-img {width: 39%;}
.article .main-img a, .article .main-img .thumb, .article .main-img img {display: block;}
.article .main-img .thumb {position: relative; z-index: 1; overflow: visible;}
.article .main-img img {margin: 0 auto; padding: 0.7rem; border: 1px solid #e8e8e8; border-radius: 50%;}
@media screen and (max-width: 480px){.article img {display: block; float: none; margin: 0 auto 12px auto; width: auto;}}
img.floatLeft, .article .img-left {float: left; margin: 3.75rem 3.75rem 0 0; text-align: left;}
img.floatRight, .article .img-right {float: right; margin: 3.75rem 0 0 3.75rem; text-align: right;}
.article .row .main-img {width: auto; float: none; margin: 0;}
.article .row {margin-bottom: 3.9rem;}
.article [class*="col-"] iframe {max-width: 100%;}
.last-edited {color: #939393; letter-spacing: 0.25px;}
@media screen and (min-width: 1200px){.last-edited {padding-top: 1.5rem;}}
.max1 {max-width: 1000px; margin: 0 auto;}

@media screen and (min-width: 768px){
	.article :not(.row):not(h1) + .row {padding-top: 1rem;}
	.article [class*="col-md"] p img {border-left: 30px solid transparent; border-right: 30px solid transparent;}
}
@media screen and (min-width: 1200px){
	.article .row {margin-left: -20px; margin-right: -20px;}
	.article .row > * {padding-left: 20px; padding-right: 20px;}
}
@media screen and (max-width: 767px){
	.article > .row {margin-bottom: 1.5rem;}
	.article [class*="col-md"]:not(:last-child) {margin-bottom: 1.1rem;}
	.article [class*="col-md"] .main-img, .article [class*="col-md"] > img {float: left; display: block; position: relative; left: 50%; transform: translateX(-50%);}
}
@media screen and (max-width: 575px){
	.article .main-img {float: none; width: auto; margin: 0; margin-bottom: 20px;}
	.article .main-img img {width: 100%;}
}

.govideo iframe {display: inline-block; vertical-align: top; margin-bottom: 2rem;}
.goimage999 .swipebox {display: block; position: relative; overflow: hidden;}

/* ========================= LAYOUT STYLED =================== */
/* =========================================================== */
.topRibbon-holder {--topRibbonHeight: 57px; --leftPush: calc(var(--topLogoFS) * 23.5); min-height: var(--topRibbonHeight);}
#topHeader {background-color: #fff; position: relative; top: 0; left: 0; width: 100%; z-index: 803;}
.topRibbon-holder.is-stuck #topHeader {position: fixed;}
#topRibbon-wrap {background-color: #ececee;}
#topRibbon-wrap > .centered-wrap {width: 100%;}
#topRibbon {height: var(--topRibbonHeight); display: flex; align-items: center; position: relative; font-size: 0.9375em; color: #1a1a1a;}
.topLogo {height: var(--topRibbonHeight); display: flex; align-items: center; justify-content: center; background-color: #fff; padding: 0 1.5%; font-size: var(--topLogoFS);}
.topLogo__img {width: 4.5em;}

.trSel {position: relative; font-size: 1em;}
.trSel__btn {display: flex; align-items: center; padding-left: 0.55em; padding-right: 0.55em; font-size: 1em; border-radius: 0.33em;}
.trSel__btn .custom-icon {width: auto; display: block; flex: 0 0 auto; font-size: 0.33em; margin-left: 1.2em; transform: translateY(0.25em); transition: transform 0.4s ease-in-out 0s;}
.trSel__btn.act .custom-icon {transform: translateY(-0.3em) rotate(-180deg);}

.trSel__dd .c-btn:focus {outline-offset: -2px;}

.langSel {color: #48484a;}
.clinicSel .dd-lbl {display: none;}
.clinicSel .dd-lbl .c-btn {padding-left: 0; padding-right: 0.4em;}

@media screen and (min-width: 1280px){
	#topRibbon .c-btn {color: inherit;}
	#topRibbon .c-btn:focus {outline-color: rgba(255,255,255,0.25);}
	.trSel__dd .c-btn:focus {outline-offset: -6px;}
	
	.clinicSel .trSel__btn, .langSel .trSel__btn {display: none;}
	.trSel__dd .c-btn {padding-left: 0.5em; padding-right: 0.5em;}
	.trSel__dd {display: block!important;}
	.trSel__dd_i {display: flex;}
	.trSel__dd_i > * {position: relative;}
	.trSel__dd_i > *:after {content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 0; height: 75%; margin: auto 0; border-right: 1px solid #ccc;}
	.trSel__dd_i > *:last-child:after, .clinicSel .dd-lbl:after {display: none;}
	
	.trBook .trSel__btn {padding: 0.375em 0.8em; font-size: 1.066em;}
	
	.clinicSel .dd-lbl {display: block;}
	.clinicSel .trSel__dd_i > :not(.dd-lbl) {margin-right: 0.25em; padding-right: 0.25em;}
	
	.langSel .trSel__dd .c-btn {padding: 0.375em 0.5em; font-size: 1.066em;}
	.langSel .trSel__dd .active .c-btn {font-weight: var(--weightBold);}
}
@media screen and (max-width: 1279px){
	.trSel__dd_i {position: absolute; top: calc(100% + 1px); left: 50%; transform: translateX(-50%); background-color: #fff; box-shadow: 0 0 2px 3px rgba(0,0,0,0.09); padding: 0.55em; border-radius: 3px; color: #000;}
	.trSel__dd .c-btn {font-size: 0.933em; padding: 0.3em;}
}

.search-wrap {flex: 0 0 auto; position: relative; z-index: 811;}
.search {position: relative; /*font-size: 1.6em; padding: 0.39em;*/ display: flex; align-items: center; color: #9c9c9c;}
.search__bd {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.25); z-index: -1; visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear; pointer-events: none;}
.search__e {background: none; border: 1px solid transparent; font-size: 1em; border-radius: 0.3em; color: inherit;}
.search__b {position: relative; display: flex; align-items: center; justify-content: center; font-size: 1.4em; width: 1.19em; height: 1.19em; isolation: isolate;}
.search__b:before {content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 200%; height: 200%; z-index: -1;}
.search__b:hover {color: var(--colorPrimary);}
.search__f {color: #000; outline: none; pointer-events: none; position: absolute; right: 0; width: 0; padding: 0.33em 2em 0.33em 0.33em; /*font-size: 0.81em;*/ box-shadow: 0 0 0 4px transparent; transition: background 0.4s ease-in-out 0s, width 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0.35s; z-index: 1;}
.search__reset {outline: none; cursor: pointer; pointer-events: none; color: var(--colorPrimary); position: absolute; top: 50%; transform: translateY(-50%); right: 0.5em; font-size: 0.625em; width: 1.625em; height: 1.625em; border-radius: 50%; opacity: 0; transition: opacity 0.2s ease-in-out 0s; z-index: 1;}
.search__reset:hover {color: var(--colorPrimaryHover);}
.search:not(.act) .search__f {transition-delay: 0s;}
.search.act:valid .search__reset {opacity: 1; transition-delay: 0.3s;}
.search.act .search__f, .search.act .search__reset, .search.act .search__bd {pointer-events: all;}
.search.act .search__f  {width: 17em; background: #fff; box-shadow: 0 0 0 3px var(--colorPrimary);}
.search.act .search__bd {visibility: visible; opacity: 1; transition-delay: 0s;}

.search__f::placeholder {color: #fff; opacity: 0.5;}
.search__f::-ms-input-placeholder {color: #fff; opacity: 0.5;}

@media screen and (min-width: 1280px){
	.search:after {content: '\E838'; display: flex; align-self: flex-end; justify-content: flex-end; font-size: 1.24em; width: 1.428em; height: 100%; line-height: normal; padding-bottom: 0.25em;}
	.search__f {width: 11em; position: static; border-radius: 0; border-bottom-color: rgba(0,0,0,0.16); font-size: 1.066em; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0; pointer-events: all;}
	.search__b {display: none;}
	.search__f:focus {border-bottom-color: rgba(0,0,0,0.3);}
	
	.search__reset {color: rgba(0,0,0,0.5); font-size: 0.75em; right: 3.35em;}
	.search__reset:hover {color: rgba(0,0,0,0.9);}
	
	.search:valid .search__reset {opacity: 1; transition-delay: 0.3s; pointer-events: all;}
}/*
@media screen and (min-width: 1025px) and (max-width: 1279px){.search__f {width: 15em;}}
@media screen and (min-width: 1025px) and (max-width: 1080px){.search__f {width: 10em;}}*/

.mMenuDD-parent {position: relative;}
.mMenu {line-height: 1.2;}
.mMenu__lnk, .mMenuDD__lnk {display: block;}
.mMenu__lnk {font-size: 1.125em;}
/*.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {}*/
.item-active.mMenu__lnk {font-weight: var(--weightBold); color: var(--colorPrimary);}
.mMenu .submenu-toggle {position: absolute; display: flex; align-items: center; justify-content: center; top: 0.45em; right: 0.65em; height: 1.9em; width: 2em; border: none; border-radius: 0; padding: 0; color: inherit; z-index: 2; background: none; outline: 2px solid transparent; outline-offset: -2px; transition: transform 0.4s ease-in-out 0s;}
.mMenu .submenu-toggle .custom-icon {font-size: 0.5em; width: auto; color: var(--bgColorPrimary);}
.mMenu .submenu-toggle:focus {outline-color: var(--bgColorPrimary);}
.mMenu .opened .submenu-toggle {transform: rotate(-180deg);}
.mMenuDD__r {background-color: var(--colorGreyL);}
.mMenuDD__lnk {font-size: 0.9375em;}
.mMenuDD .mMenuDD__lnk:hover {color: var(--colorPrimaryHover);}

@media screen and (min-width: 1280px){
	.topRibbon-holder {--topLogoFS: 0.9375rem; min-height: 183px;}
	#topRibbon, .m__inner_wrap_i_i {padding-left: var(--leftPush); transition: padding-left 0.45s ease-in-out 0s;}
	#topRibbon .search-wrap {order: -1;}
	.topLogo + * {margin-left: auto; padding-left: 1.6em;}
	
	.langSel {order: 20; margin-left: 2em; margin-right: -0.75em;}
	.topLogo, .topLogo__a, .topLogo__img {transition: all 0.45s ease-in-out 0s;}
	
	.topRibbon-holder.is-stuck {--topLogoFS: 0.5rem;}
	.topRibbon-holder.is-stuck .topLogo {border-radius: 0;}
	.topRibbon-holder.is-stuck #topHeader {box-shadow: 0 0 3px 2px rgba(0,0,0,0.09);}
	.topRibbon-holder.is-stuck .m__inner_wrap_i_i {height: 64px;}

	.topLogo {position: absolute; z-index: 812; left: 0; top: 0; height: auto; align-items: flex-start; padding: 2.9866em 0 2.3875em; border-radius: 0 0 0.65em 0.65em; box-shadow: 0 0 37px 0 rgba(0,0,0,0.13); width: 17.875em;}
	.topLogo__a {display: block; width: 100%; max-width: 66.5%; margin: 0 auto;}
	.topLogo__img {width: 100%;}
	.menu-bd {display: none;}
	#main-menus {display: block!Important;}
	#main-menus .m__inner_wrap {display: block!Important;}
	.m__inner_wrap {background: #fff; background: linear-gradient(to bottom,  #fbfbfb 0%,#ffffff 50%,#f8f8f8 100%);}
	.m__inner_wrap_i {max-width: 1472px; width: 100%; padding: 0 var(--centered-wrap_gX); margin: 0 auto;}
	.m__inner_wrap_i_i {height: 126px; display: flex; align-items: center; justify-content: flex-end; transition: height 0.3s ease-in-out 0s;}
	.m__inner_wrap_i_i > :not(:last-child) {margin-right: 4%;}
	.mMenu {flex: 1 1 auto;}
	.mMenu__r {display: flex; flex-wrap: wrap; justify-content: flex-end; padding: 0.3em 0 0 0; margin-right: -0.35em;}
	.mMenu__c {display: flex; align-items: center; margin: 0 0 0 3.2em; margin: 0 0 0 clamp(1.2rem, -2.84073rem + 6.51731vw, 3.2rem);}
	.mMenu__lnk {display: flex; align-items: center; text-align: center; padding: 0.25em 0;}
	.mMenu__lnk_i {display: block;}
	.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {color: var(--bgColorPrimary);}
	.mMenu .submenu-toggle {position: static; width: 1.875em; margin: 0 -0.25em; outline-offset: -6px; flex: 0 0 auto; /*pointer-events: none;*/}
	/*.mMenu .submenu-toggle:focus {outline: none;}*/
	.mMenu .submenu-toggle .custom-icon {position: relative; top: 0.25em; font-size: 0.35em;}
	
	.mMenuDD {/*display: block!important;*/ text-align: left; position: absolute; left: -1.3em; top: 100%; z-index: 806; width: 210px; padding-top: 2px; color: #000; /*visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;*/}
	.mMenuDD__r {background-color: #fff; padding: 1.3em 1.3em 1.2em 1.3em; box-shadow: 0 1px 4px 2px rgba(0,0,0,0.07); border-radius: 4px;}
	.mMenuDD__c:not(:last-child) {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ededed;}
	
	.mMenu__c:hover .submenu-toggle {transform: translateY(2%) rotate(180deg);}
	/*.mMenu__c:hover > .mMenuDD {visibility: visible; opacity: 1; transition-delay: 0s;}*/

}
@media screen and (min-width: 1280px) and (max-width: 1660px){
	.mMenu__c:last-child .mMenuDD {left: auto; right: 0; text-align: right;}
}
@media screen and (min-width: 1280px) and (max-width: 1350px){
	.topRibbon-holder {--topLogoFS: 0.75rem; font-size: 0.953125rem;}
}
@media screen and (max-width: 1279px){
	#topHeader {box-shadow: 0 0 3px 2px rgba(0,0,0,0.09);}
	#topRibbon > :not(:last-child) {margin-right: 4%;}
	#topRibbon-wrap > .centered-wrap {padding-right: var(--topRibbonHeight); padding-left: 0;}
	#topRibbon {padding-right: 4%;}
	
	.topLogo + * {margin-left: auto;}
	
	.mMenuLogo {display: none;}
	.menu-bd {pointer-events: none; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; background-color: rgba(0,0,0,0.5); visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;}
	.main-menus-active {overflow: hidden; height: 100%;}
	.main-menus-active .menu-bd {visibility: visible; opacity: 1; transition-delay: 0s;}
	#main-menus {--menuBarW: 350px; display: flex; flex-direction: column; align-items: flex-end; position: absolute; top: 0; right: 0; color: #000; margin-right: 0!important; text-align: center;}
	#main-menus .menu-tgl-btn {display: block; height: var(--topRibbonHeight); width: var(--topRibbonHeight);}
	#main-menus .m__inner_wrap {display: flex; flex-direction: column; align-items: flex-end; top: var(--topRibbonHeight); bottom: 0; right: 0; margin-left: 0; z-index: 200; position: fixed; width: 100%; transform: translateX(100%); overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; transition: transform 0s ease-in-out 0s;}
	#main-menus .m__inner_wrap.shown {transform: translateX(0); transition-duration: 0.5s;}
	#main-menus .m__inner_wrap::-webkit-scrollbar {display: none;}
	#main-menus .m__inner_wrap_i {width: var(--menuBarW);}
	#main-menus .m__inner_wrap_i_i {background: #fff; box-shadow: 0 6px 9px 0 rgba(0,0,0,0.09); border-top: 2px solid #e6e5e3; min-height: calc(100vh - (var(--topRibbonHeight) + 1px));}
	.mMenu__c {display: block; margin: 0;}
	.mMenu__c:not(:first-child) {border-top: 1px solid #f1f1f1;}
	.mMenuDD-parent .mMenu__lnk {padding-left: 3em; padding-right: 3em;}
	.mMenu__lnk {padding: 0.73333em;}

	.mMenuDD__r {padding: 1.3333em; padding-bottom: 1.1333em;}
	.mMenuDD__c {margin-bottom: 12px;}
	.mMenuDD__c:last-child {margin-bottom: 0;}
	.mMenu .submenu-toggle.active {transform: scaleY(-1);}
	
}
@media screen and (max-width: 680px){
	.trBook {display: none;}
}
@media screen and (min-width: 681px){.mMenu__c.mMenu__cBK {display: none;}}
@media screen and (max-width: 575px){
	.topRibbon-holder {--topRibbonHeight: 52px;}
	.mMenu .submenu-toggle {right: 0.55em;}
}
@media screen and (max-width: 410px){#topRibbon {font-size: 0.866em;}}
@media screen and (max-width: 425px){
	#main-menus {--menuBarW: 100%;}
}
@media screen and (max-width: 359px){#topRibbon {font-size: 0.8em;}}
@media screen and (max-width: 330px){#topRibbon {font-size: 0.733em;}}
@media screen and (max-width: 300px){#topRibbon {font-size: 0.66em;}}

@keyframes widthTo100 {0% { width: 0; }100% { width: 100%; }}
.slick-progress-nav .slick-dots button {overflow: hidden; position: relative; border-radius: 0.5em; background: rgba(255,255,255,0.6)!important;}
.slick-progress-nav .slick-dots :not(.slick-active) button:hover {background: var(--bgColorPrimary)!important;}
.slick-progress-nav .slick-dots button:after {display: block; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: var(--bgColorPrimary); z-index: 1;}
.slick-progress-nav .slick-dots .slick-active button {width: 2em;}
.slick-progress-nav .slick-dots .slick-active button:after {animation: widthTo100 4s forwards linear 0s 1;}
.slick-progress-nav:hover .slick-dots .slick-active button:after {animation-play-state: paused;}

.sliderBtns {display: flex;}
.sliderBtns__r {margin: 0 0 -1em -1em;}
.sliderBtns__c {padding: 0 0 0 1em; margin: 0 0 1em 0; width: 100%;}
.sliderBtn {background: var(--bgColorPrimary); position: relative; display: flex; flex-direction: column; justify-content: center; color: #fff; height: 2.43em; font-size: 1.875em; line-height: 1; font-weight: var(--weightSemiBold); border-radius: 0.35em; padding: 0 2em 0 0.76em;}
.sliderBtn__size1 {font-size: 0.666em; margin-bottom: 0.3em;}
.sliderBtn__size2 {font-size: 0.4em;}
.sliderBtn:after {content: '\E81e'; display: block; font-size: 0.8em; position: absolute; top: 50%; transform: translateY(-50%); right: 0.833em;}
.sliderBtn:hover {background: var(--bgColorPrimaryHover);}
.sliderBtn2 {background: var(--bgColorSecondary);}
.sliderBtn2:hover {background: var(--bgColorSecondaryHover);}

.pSlider-wrap {max-width: 1700px; width: 100%; margin: 0 auto; position: relative;}
.pSlider .slick-list, .pSlider .slick-track {display: block;}
.pSlider .slick-track:after {display: table; content: ''; display: block;}
.pSlider .slick-slide {float: left;}
.pSlider-wrap.has-bd .slick-slide:before {content: ''; display: block; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; background-color: rgba(var(--bgColorPrimaryRGB), 0.5);}
.pSlider .overlay {display: flex; flex-direction: column; justify-content: center; max-width: 1358px; width: 100%; padding: 3% var(--centered-wrap_gX); line-height: 1.35;}
.pSliderClms__r {margin: 0 0 -2em -2em;}
.pSliderClms__c {padding: 0 0 0 2em; margin: 0 0 2em 0;}
.pSlider .overlay__cntn {max-width: 35em;}
.pSlider .overlay__cntn ul li {line-height: 1.35;}
.pSlider .overlay__cntn > * {margin-bottom: 2.5em;}
.pSlider .overlay__cntn > *:last-child {margin-bottom: 0!important;}
.pSlider .overlay__cntn .title1__txt {display: block; font-weight: var(--weightSemiBold); font-size: 3.125em; line-height: 1.1; margin-bottom: 0;}
.pSlider .overlay__cntn .title2__txt {display: block; font-weight: var(--weightSemiBold); font-size: 1em; margin-bottom: 0;}
.pSlider .overlay__cntn .c-btn {font-size: 1em; padding: 0.583125em 1.3125em;}
.pSlider-wrap .slick-dots-wrap {width: 100%; max-width: 1483px; bottom: 0.3rem;}
.pSlider-wrap .slick-dots {justify-content: flex-end;}
.pSlider-wrap .slick-dots li:not(.slick-active):not(:hover) button {background: rgba(255,255,255,0.6);}

@media screen and (min-width: 576px){
	.pSlider-wrap .slick-dots-wrap {bottom: 2%;}
	.pSlider .slide-media-sm {display:none!important;}
	.pSlider .slide-img {height: clamp(28.75rem, 25.29686rem + 9.59206vw, 34.1875rem); object-fit: cover;}
	
	.sliderBtns {max-width: 25em; margin-left: auto;}
	
	/*.pSliderClms__c1 {flex: 1 1 auto;}
	.pSliderClms__c2 {flex: 0 0 auto;}*/
	.pSlider .overlay {font-size: clamp(0.75rem, 0.59123rem + 0.44101vw, 1rem);}
	.pSlider .slick-slide:before {content: ''; display: block; position: absolute; top: 0; right: 0; width: calc(50% + 320px); height: 100%; z-index: 1; background: url('../images/bg-slider-cntn.png') no-repeat right center/ 45.0427% auto, linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 20%,rgba(255,255,255,1) 34%); z-index: 1;}
}
@media screen and (max-width: 991px){
	.pSlider .overlay__cntn .title1__txt {font-size: 2.7em;}
	.pSlider-wrap .slick-dots {justify-content: center;}
}
@media screen and (max-width: 767px){
	.sliderBtn {font-size: 1.55em;}
}
@media screen and (max-width: 575px){
	.pSlider .slide-media-lg {display:none!important;}
	.pSlider .overlay {font-size: 0.875rem; background-color: #b5b7ba; position: static; padding: var(--centered-wrap_gX)/* var(--centered-wrap_gX) calc(2 * var(--centered-wrap_gX)) var(--centered-wrap_gX)*/;}
	
	.sliderBtn {font-size: 1.4em;}
	
	.pSliderClms__r {flex-direction: column;}
	
	.pSlider .overlay {position: relative;}
	.pSlider .overlay__cntn > * {margin-bottom: 1.5em;}
	.pSlider .overlay__cntn .title1__txt {font-size: 2em;}
	
	.pSlider-wrap:has(.slick-dots-wrap li:nth-child(2)) .overlay {padding-bottom: 3rem;}
	.pSlider-wrap:not(:has(.slick-dots-wrap li:nth-child(2))) .overlay {padding-bottom: 1.5rem;}
}

.featBox {background-color: #fff; padding: 2.5rem 2.43rem; border-radius: 4px; box-shadow: 0 0 15px 3px rgba(0,0,0,0.07);}
@media screen and (min-width: 576px){.featBox {padding-bottom: 3.5rem;}}
.featBox p {line-height: 1.7;}
.featBox > :last-child {margin-top: auto;}

.crewRbn-wrap {background: #fff; background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 25%);}
.crewRbn {padding: 2.25rem 0;}

.fpArticles-all {padding: 0 1rem;}
.article-slider .slick-arrow {margin: 0; border-radius: 5px;}
.article-slider .slick-prev {transform: translate(-25%, -50%);}
.article-slider .slick-next {transform: translate(25%, -50%);}
@media screen and (min-width: 576px){
	.article-slider {padding: 0 2.4rem;}
	.fpArticles-all {padding: 0 3.4rem;}
}
@media screen and (max-width: 575px){
	.article-slider .slick-arrow {background: rgba(0,0,0,0.1); font-size: 1.8rem;}
	.article-slider .slick-prev {transform: translate(-5%, -50%);}
	.article-slider .slick-next {transform: translate(5%, -50%);}
}
@media screen and (max-width: 400px){
	.article-slider {margin: 0 -0.75rem;}
}
.article-slider .slick-slide {padding: 1rem;}

.main-content-wrap {padding: 3.25rem 0 4.75rem; padding: clamp(2.2rem, 1.52680rem + 2.99199vw, 4.3rem) 0 clamp(3.5rem, 2.69858rem + 3.56189vw, 6rem);}
.frontpage .main-content-wrap {padding-bottom: clamp(3rem, 2.35886rem + 2.84951vw, 5rem);}
.main-content {position: relative;}
@media screen and (min-width: 1280px){
	.main-content-wrap {padding-top: 4.475rem; padding-top: clamp(2.2rem, 0.74141rem + 6.48264vw, 6.75rem);}
}

.titleBox {margin-bottom: 3rem; margin-bottom: clamp(3rem, 2.63855rem + 1.60643vw, 4rem);}

.cClms {position: relative; margin-bottom: 3.5rem; margin-bottom: clamp(3.5rem, 3.32759rem + 0.86207vw, 4rem);}
.cClms__r {display: flex; margin: 0 0 -3.1rem 0; position: relative; z-index: 1;}
.cClms__c {margin-bottom: 3.1rem; max-width: 100%;}
.cClms__c > :last-child {margin-bottom: 0!important;}
@media screen and (min-width: 1025px){
	.cClms__c1 {flex: 0 0 auto; width: 22.8%;}
	.cClms__c2 {flex: 1 1 auto;}
	.cClms__c1 + .cClms__c2 {margin-left: auto; padding-left: 3.4795%; max-width: 1024px;}
}
@media screen and (max-width: 1024px){
	.cClms__r {flex-wrap: wrap;}
	.cClms__c {width: 100%;}
}

.sideMenu-wrap {position: -webkit-sticky; position: sticky; top: 8rem; z-index: 11;}
.sideMenu {width: 100%; position: relative; z-index: 1;}
.sideMenu__m {line-height: 1.2; letter-spacing: 0.5px;}
.sideMenu__item {position: relative; display: block; padding: 0.9375em 1.0625em 0.9375em 1.8em; border-bottom: 1px solid #e6e6e6;}
/*.sideMenu__item:after, .sideMenu__item li:after {display: block; content: '\E822'; position: absolute; top: 2.75em; left: 1em; font-size: 0.6em; color: #000; line-height: normal; transform: translateY(-50%);}
.sideMenu__item li:after {top: 1.1em; left: 0; font-size: 0.6em;}*/
.sideMenu__lnk {display: block; position: relative; font-size: 1.125em;}
.sideMenu__item ul {padding-top: 0.3em;}
.sideMenu__item ul ul {font-size: 0.9em; padding: 0.7em 0 1em 1.3em;}
.sideMenu__item li {margin-top: 0.4em; padding: 0 0 0 1em; position: relative;}
.sideMenu__item.item-active > .sideMenu__lnk, .sideMenu__item .item-active > a, .sideMenu__lnk:hover, .sideMenu__item li:hover > a, .scroll-menu-item-active {color: var(--colorPrimary);}
.sideMenu .item-active > a {font-weight: var(--weightBold);}

.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -5rem;}
.sScrlSctn-wrap {position: relative;}
.sScrlSctn {padding: 5rem 0; margin-top: -4rem;}
@media screen and (max-width: 991px){
	.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -3rem;}
	.sScrlSctn {padding: 3rem 0; margin-top: -2rem;}
}

.search2 .c-field {border-color: var(--colorPrimary);}
.search2 .c-field:focus {border-color: var(--colorPrimaryHover);}
.search-intro {margin-bottom: 2.6rem;}

.filters-wrap {margin-bottom: 3rem; margin-bottom: clamp(3rem, 2.75957rem + 1.06857vw, 3.75rem);}
.filters .c-btn {font-size: 0.9375em; text-align: left;}
.filters .label-btn {min-width: 5.2em;}
.filters .bunch-col > .row {flex-wrap: nowrap;}
@media screen and (max-width: 1500px){
	.filters .bunch-col:first-child {margin-top: 0; padding-top: 0;}
	.filters .bunch-col:not(:first-child):after {content: ''; display: block; position: absolute; bottom: 100%; border-bottom: 1px solid #efecec; width: calc(100% - 0.5rem);}
	.filters .bunch-col {width: 100%; padding-top: 0.5rem; position: relative;}
	.filters .label-btn {min-width: 0; width: 8em; text-align: right;}
}
@media screen and (max-width: 767px){
	.filters {font-size: 0.9375rem;}
	.filters > .row > :nth-child(2) {border-left: 1px solid #efecec;}

	.filters .bunch-col {margin-top: 0.5rem;}
	.filters .bunch-col > .row {flex-direction: column;}
	.filters .label-btn {width: auto; text-align: left;}
}

.defList > :not(:last-child) {margin-bottom: 0.625rem;}
.defBox {display: block; padding: 2.1rem 2.375rem 2rem; border: 1px solid #e6e6e6; border-radius: 5px; transition: border-color 0.3s ease-in-out 0s;}
.defBox p {line-height: 1.8;}
.defBox:hover, .defBox:focus {border-color: #c88a97;}
.defBox:focus {outline: none;}
@media screen and (max-width: 1024px){
	.defBox {padding: 1.6rem 1.8rem 1.5rem;}
	.defList > :not(:last-child) {margin-bottom: 1rem;}
}

#prDtls {max-width: 1310px; margin: 0 auto 3rem auto;}
@media screen and (max-width: 767px){
	.prDtlsArticle__img {width: 40%!important; float: left!important; margin: 0 1.5rem 0.75rem 0!important;}
}

.lctnsClms {/*padding-top: 1rem; padding-top: clamp(0rem, -0.64114rem + 2.84951vw, 2rem);*/ margin-bottom: 3rem; margin-bottom: clamp(3rem, 2.71950rem + 1.24666vw, 3.875rem);}
.lctnsMap {padding-bottom: 69.84%;}

.fpArticle {margin: 0 auto; /*max-width: 440px;*/}
@media screen and (min-width: 992px){.fpArticleList__c:first-child:nth-last-child(2), .fpArticleList__c:first-child:nth-last-child(2) ~ .fpArticleList__c {width: 50%;}}
.fpArticle__thumb_i {overflow: hidden; display: block;}
.fpArticle__cntn {padding: 2.375rem 0.9375rem;}
.fpArticle__cntn > * {margin-bottom: 1.375rem;}
.fpArticle__title {margin-bottom: 0.9375rem;}
@media screen and (min-width: 576px) and (max-width: 991px){
	.fpArticle {max-width: none; background: linear-gradient(to bottom, #efefef 0%,#ffffff 150px);}
	.fpArticle__thumb {width: 50%;}
	.fpArticle__cntn {padding-left: 1.5rem;}
}

.clpsed-trstn-box {box-sizing: content-box; height: 0; opacity: 0; overflow: hidden; transition: all .4s;}
.act + .clpsed-trstn-box {opacity: 1; pointer-events: auto; padding-top: 0.5em; padding-bottom: 1.5em;}

.acrdn {margin-bottom: 2rem;}
.acrdn__h {cursor: pointer; margin: 0.625rem 0 0 0; background-color: var(--bgColorGreyL); position: relative; border-radius: 4px; transition: color 0.2s ease-in-out 0s; padding: 1.72em 5.22em 1.72em 2.22em;}
.acrdn__h:after {transition: transform 0.2s ease-in-out 0s; display: block; content: '\E821'; position: absolute; right: 6em; top: 5.4em; font-size: 0.4em;}
.acrdn__h:hover {color: var(--colorPrimary);}
.acrdn__h.act {color: var(--colorPrimary); border-bottom-color: transparent;}
.acrdn__h.act:after {transform: translateY(-35%) rotate(180deg);}
.acrdn__b {box-sizing: content-box; height: 0; opacity: 0; overflow: hidden; transition: all .4s; pointer-events: none; border: 2px solid var(--bgColorGreyL); border-top: none; border-radius: 0 0 4px 4px; margin-top: -2px; padding-left: 2.22em; padding-right: 2.22em;}
.acrdn__b > * {margin-bottom: 1rem;}
.acrdn__h.act + * {opacity: 1; pointer-events: auto; padding-top: 1.7em; padding-bottom: 1.27em;}
.enquiryCntn {max-width: 972px;}
.enquiryForm-wrap {border-radius: 5px; padding: 2.22em; background-color: var(--bgColorGreyL); border: 2px solid #eae6e5;}
.enquiryCntn .enquiryForm {max-width: 500px;}
@media screen and (max-width: 480px){
	.acrdn__h, .acrdn__b {padding-left: 1.4em;}
	.acrdn__b {padding-right: 1.4em;}
	.enquiryForm-wrap {padding: 2em 1.4em;}
}

.bbleList {padding: 2rem 0;}
.bbleList__r {display: flex; justify-content: center; margin: 0 0 0 -1.116538%;}
.bbleList__c {flex: 0 0 auto; width: 20%; padding: 1.794340% 0 0 1.104209%;}

.bble {perspective: 1000px;}
.bble__i {border: 1px solid #bd97a7; border-radius: 50%; background-color: #fff; position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d;}
.bble__i:before {padding-bottom: 100%; content: ''; display: block;}
.bble:hover .bble__i {transform: rotateY(180deg);}
.bble__img {width: 80%;}
.bble__side {display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; width: 100%; height: 100%; top: 0; left: 0; padding: 12%; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.bble__txt {margin-bottom: 0;}
.bble__back {transform: rotateY(180deg); background-color: #fff;}

@media screen and (min-width: 821px){
	.bbleList__r:nth-child(2) .bbleList__c:first-child, .bbleList__r:nth-child(4) .bbleList__c:first-child {margin-left: 20%;}
	.bbleList__r {margin-top: -1.814375%;}
	.bbleList__c {padding-top: 0;}
	.bble {font-size: clamp(0.75rem, 0.26014rem + 0.95465vw, 1rem);}
}
@media screen and (max-width: 705px){.bble {font-size: clamp(0.5625rem, 0.10598rem + 2.02899vw, 1rem);}}
@media screen and (max-width: 820px){
	.bbleList__r {flex-wrap: wrap;}
	.bbleList__c {width: 33.3333%;}
}

.social-slider .slick-list {position: relative; z-index: 2; margin: 0 calc(-0.5 * var(--centered-wrap_gX));}
.social-slider .slick-slide {padding: 0 calc(0.5 * var(--centered-wrap_gX));}
@media screen and (min-width: 768px){
	.social-slider .slick-list {margin: 0 -1rem;}
	.social-slider .slick-slide {padding: 0 1rem;}
}
.social-slider .slick-arrow {margin: 0; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1)); height: auto; width: calc(25% - 1.5rem); top: 0; z-index: 1; aspect-ratio: 1;}
.social-slider .slick-arrow:hover {color: #fff;}
.social-slider .slick-prev {left: auto; right: 100%; transform: translateX(calc(50% - 2rem));}
.social-slider .slick-next {right: auto; left: 100%; transform: translateX(calc(-50% + 2rem));}
@media screen and (max-width: 1199px){.social-slider {margin: 0 2rem;}}
@media screen and (max-width: 893px){.social-slider .slick-arrow {width: calc(33.3333% - 1.5rem);}}
@media screen and (max-width: 650px){.social-slider .slick-arrow {width: calc(50% - 0.75rem);}}
@media screen and (max-width: 480px){
	.social-slider {margin: 0 12%;}
	.social-slider .sclScrlItem {margin: 0 auto; width: 100%; max-width: 300px;}
	
	.social-slider .slick-arrow {width: clamp(0rem, 0.00000rem + 66.66667vw, 20rem);}
}
@media screen and (max-width: 433px){
	.social-slider .slick-arrow {}
}

/* social-scroller */
.main-content-wrap + .social-scrl-sctn {padding-top: 0;}
.social-scrl-sctn {padding: 3rem 0; padding: clamp(2rem, 1.21781rem + 3.47640vw, 4.44rem) 0; overflow: hidden;}
.scroller .scroller-frame {overflow: hidden;}
.scroller .scroller-item {float: left; height: 100%; padding: 0; cursor: pointer;}

.scroller .scrollbar {height: 12px; background: #e9e9e9; line-height: 0; margin-top: 1rem; border-radius: 0;}
.frontpage .scroller .scrollbar {background: #d1d1d1;}
.scroller .scrollbar .handle {width: 100px; height: 12px; position: relative; cursor: pointer; background: var(--bgColorPrimary); border-radius: 0;}
.scroller .scrollbar .handle .mousearea {position: absolute; left: 0; width: 100%; height: 12px;}
.scroller .scrollbar .handle .icon {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1em; font-size: 8px; color: #fff;}
.frontpage .scroller .scrollbar .handle .icon {color: #d1d1d1;}
.scroller .scrollbar .handle:hover, .scroller .scrollbar .dragged {background: var(--bgColorPrimaryHover);}
.scroller-regular .scroller-item {width: 302px; margin-right: 35px;}
.scroller-regular .scroller-item:last-child {margin-right: 0!important;}

.sclScrlItem {line-height: 1.4; display: flex; flex-direction: column; height: 100%; width: 100%; font-size: 0.9375rem;}
.sclScrlItem__thumb {overflow: hidden; position: relative;}
.sclScrlItem__img {width: 100%; display: block;}
.sclScrlItem__img:not(:hover) {filter: grayscale(1);}
.sclScrlItem__title {font-weight: var(--weightLight);}
.sclScrlItem__cntn {position: relative; height: 5em; padding: 1.1em 6%; overflow: hidden;}
.sclScrlItem__cntn > * {margin-bottom: 8px;}
.sclScrlItem__cntn:after {display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}
.frontpage .sclScrlItem__cntn:after {background: linear-gradient(to bottom, rgba(236,236,238,0) 0%,rgba(236,236,238,1) 100%);}
@media screen and (max-width: 1250px){.scroller-regular .scroller-item {width: 260px; margin-right: var(--centered-wrap_gX);}}
@media screen and (max-width: 991px){.scroller-regular .scroller-item {width: 230px;}}
@media screen and (max-width: 680px){
	.scroller-regular .scroller-item {width: 200px;}
	.sclScrlItem {font-size: 15px;}
	.sclScrlItem__cntn {padding-left: 5px; padding-right: 5px;}
}

.sclBtn {font-size: 1.4375rem; width: 2.043em; height: 2.043em; display: flex; align-items: center; justify-content: center; text-align: center; border: 2px solid var(--bgColorPrimary); border-radius: 50%;}
.sclBtn:hover {opacity: 0.8; text-decoration: none!important;}

#footer-wrap {border-top: 2px solid #ececee; background: #fff url("data:image/svg+xml,%3Csvg width='213.29156' height='127.16252' viewBox='0 0 213.29156 127.16252' xmlns='http://www.w3.org/2000/svg' fill='%23f8f8f8'%3E%3Cpath d='M 40.763673,1.89135e-4 40.700693,12.00458 c 2.445999,-0.70999 4.912332,-1.05696 7.340332,-1.04296 l 0.05127,-10.22315086 c -0.297,-0.061 -0.582555,-0.17333 -0.893555,-0.21533 -2.069,-0.393 -4.244059,-0.52895 -6.435059,-0.522950005 z M 34.546876,0.56414914 c -2.384,0.412 -4.767536,1.07574006 -7.123536,1.92774006 L 32.720216,15.92011 c 1.955,-1.422 4.141414,-2.58073 6.524414,-3.42773 z M 52.36963,1.9498992 49.724122,11.05244 c 2.482,0.178 4.899384,0.71277 7.192384,1.57177 l 2.189941,-7.5600608 c -0.704,-0.385 -1.398094,-0.78752 -2.121094,-1.18652 -1.402,-0.884 -2.967723,-1.45473 -4.615723,-1.92773 z m -31.233399,3.37207 c -0.769,0.421 -1.553847,0.84201 -2.318847,1.43701 -1.200001,0.933 -2.366458,1.96782 -3.543458,2.98682 L 26.358399,22.54414 c 1.355,-2.053 3.008016,-3.91647 4.916016,-5.52247 z m 40.88086,1.48974 -3.924316,6.2724608 c 2.254,0.972 4.362742,2.25764 6.260743,3.82764 l 3.008788,-4.81787 c -0.873999,-1.07 -1.820059,-2.3130108 -2.685058,-2.9370108 l -1.517578,-1.33887 -0.763184,-0.67529 z M 142.32715,11.06416 c -2.14603,0.0184 -4.27017,0.11908 -6.35742,0.31933 l 6.59912,45.779299 c 3.226,-1.272 6.71756,-2.072566 10.37256,-2.330566 L 144.48047,11.07294 c -0.71975,-0.0115 -1.43798,-0.0149 -2.15332,-0.009 z m 17.15332,1.71826 -6.16113,42.021971 c 0.715,-0.042 1.43365,-0.07178 2.16064,-0.07178 2.84001,0 5.59656,0.333008 8.22657,0.958008 l 3.99609,-40.631839 c -2.723,-0.897 -5.46117,-1.67637 -8.22217,-2.27637 z m -36.63134,0.93896 c -2.80701,0.757 -5.45979,1.66926 -8.05079,2.63526 l 19.02833,45.887693 c 2.57599,-2.077001 5.49813,-3.794641 8.68212,-5.056641 z m -53.336433,1.35205 -3.688476,3.14942 c 1.746999,1.686 3.26214,3.6361 4.49414,5.8081 l 2.187012,-1.87207 c -0.227,-0.818 -0.447012,-1.63498 -0.687012,-2.47998 -0.478,-1.167 -1.105007,-2.32192 -1.708007,-3.54492 -0.155001,-0.362 -0.394657,-0.70255 -0.597657,-1.06055 z M 8.8154297,16.45185 7.4868166,18.54218 5.7890627,21.3415 c -0.2570001,0.468 -0.4384766,0.99324 -0.6884767,1.46924 l 17.564942,8.534178 c 0.524,-2.424 1.391336,-4.749138 2.569336,-6.911138 z M 182.01709,21.58173 163.91895,55.746285 c 3.921,0.958 7.55374,2.570219 10.76074,4.699219 L 189.12013,26.2458 c -0.663,-0.533 -1.42018,-1.08229 -3.07618,-2.23828 -1.352,-0.822 -2.68986,-1.62079 -4.02686,-2.42579 z m -82.315425,2.37744 c -2.517,1.57301 -4.769857,3.317118 -6.922853,4.891119 L 126.85401,70.0915 c 1.779,-2.862999 4.04101,-5.435652 6.68701,-7.618652 z m -26.690921,0.20801 -2.040527,1.11621 c 0.624,1.256 1.178074,2.561757 1.601074,3.947758 0.298,0.972 0.519731,1.949757 0.69873,2.926758 0.097,-0.787 0.190645,-1.596473 0.285645,-2.459473 -0.211,-1.679 -0.133922,-3.596253 -0.544922,-5.531253 z M 1.4033204,32.576851 C 0.76832035,34.952851 0.278,37.388448 0,39.864449 l 22.419434,0.915527 c -0.391,-2.475999 -0.420004,-4.943262 -0.104004,-7.343262 z M 200.29395,37.132515 174.80859,60.53193 c 3.16701,2.124 5.91613,4.751207 8.09913,7.762207 l 22.22314,-24.030762 c -0.54099,-0.902001 -0.97806,-1.856864 -1.56006,-2.734863 -1.065,-1.482 -2.13485,-2.958996 -3.27685,-4.395997 z m -123.314945,4.82666 c 0,0 -2.868109,6.250017 -2.912109,6.416016 L 122.14454,77.9123 c 0.25699,-0.318998 1.16064,-1.433018 2.16064,-2.666018 0.616,-1.634996 1.37604,-3.207145 2.26904,-4.702145 z m -53.96045,1.611329 -22.78564483,8.856445 c 0.33799999,2.445 0.84162113,4.87395 1.53662113,7.272949 L 25.935059,50.299996 c -1.128,-1.834 -2.068539,-3.820563 -2.727539,-5.976563 -0.076,-0.25 -0.120965,-0.501929 -0.188965,-0.752929 z m 50.841799,5.746582 c -0.325001,0.549 -0.645067,1.080754 -1.018067,1.697754 -0.642,0.694 -1.173906,1.70191 -2.003906,2.48291 -0.468,0.563 -1.092246,1.090117 -1.677246,1.620117 l 29.58545,34.608403 c 2.181005,-1.375005 4.141865,-2.882303 6.005855,-4.258305 z M 26.928223,51.81025 7.0957033,72.067575 c 0.4660002,0.786 0.8505859,1.61516 1.3505862,2.38916 0.9259995,1.269997 1.8662615,2.569732 2.8432615,3.802732 L 32.002442,57.099801 c -1.919,-1.497 -3.628218,-3.273551 -5.074219,-5.289551 z m 41.345216,4.174804 c -1.088,0.865001 -2.311898,1.727872 -3.670898,2.567872 -0.81,0.496 -1.696141,0.939051 -2.619141,1.352051 L 78.634277,98.62373 c 2.422005,-0.668002 4.737375,-1.448272 6.984375,-2.30127 z m 142.993651,2.507813 -28.22607,9.993165 c 2.093,2.934 3.65213,6.22114 4.55713,9.74414 l 25.41944,-11.364257 c -0.37701,-2.834001 -0.95049,-5.608048 -1.7505,-8.373048 z M 35.085938,59.157906 21.011719,87.737007 c 0.58,0.457005 1.235875,0.944175 2.671875,1.95117 1.184001,0.697005 2.334977,1.39866 3.500977,2.09766 L 41.91504,61.862008 c -2.401,-0.574 -4.698102,-1.486102 -6.829102,-2.704102 z m 25.504395,1.349121 c -2.157999,0.831 -4.563973,1.43484 -7.146973,1.73584 l 6.379396,38.685053 c 2.502999,0.03 4.980742,-0.0386 7.385742,-0.2666 z m -16.404785,1.79004 -4.55127,35.157713 c 2.372001,0.783 4.745043,1.457145 7.144044,1.973145 L 51.57715,62.398141 c -0.264,0.012 -0.533805,0.0067 -0.799805,0.01172 -2.227,0.252999 -4.437797,0.202206 -6.591797,-0.112794 z m 143.459482,16.125 c 0.55599,2.226 0.85986,4.541318 0.85986,6.924315 0,4.366005 -0.99255,8.515463 -2.76856,12.272461 -0.484,1.271002 -0.96563,2.414047 -1.36962,3.227047 l 0.0571,0.0234 c -1.58501,2.45 -5.10718,6.59676 -7.20117,8.44776 l 0.0264,0.0249 c -2.305,1.671 -6.94817,4.20069 -9.61817,5.17968 l 5.92676,11.99708 c 2.743,-0.46901 5.46834,-1.23424 8.19434,-2.21924 l -4.20112,-14.65723 11.42578,11.4082 c 0.892,-0.479 1.7882,-0.96052 2.6792,-1.66552 1.368,-1.053 2.70333,-2.25335 4.06934,-3.42335 l -10.86329,-14.92089 18.29444,7.19091 1.51611,-2.39062 1.96728,-3.22559 c 0.295,-0.53799 0.49977,-1.13943 0.78077,-1.69042 l -18.93604,-11.002445 23.20019,-0.231443 c 0.73001,-2.733997 1.28794,-5.526975 1.60694,-8.375977 z m -56.10352,28.001953 c 0.357,0.71599 0.73395,1.44094 1.10595,2.18994 0.16,0.413 0.43983,0.81007 0.67383,1.22607 l 1.44434,-0.65771 c -1.14,-0.852 -2.21612,-1.7743 -3.22412,-2.7583 z m 5.23828,4.15283 -0.97558,2.67773 c 0.99499,1.234 2.09781,2.66112 3.09081,3.39111 l 1.73145,1.53223 0.89062,0.78223 0.43213,0.38525 4.16895,-4.64062 c -3.369,-0.922 -6.51238,-2.32393 -9.33838,-4.12793 z m 30.85107,4.0459 c -2.733,0.772 -7.70241,1.41883 -10.5454,1.42383 -0.26201,-0.024 -0.55322,-0.064 -0.84522,-0.10401 -0.253,0.005 -0.50526,0.0191 -0.76026,0.0191 -3.093,0 -6.0819,-0.40411 -8.92089,-1.14111 l -1.25977,6.51562 c 0.808,0.46 1.61317,0.90649 2.43018,1.37549 1.615,1.021 3.41652,1.67231 5.31152,2.21631 l 3.8335,-8.34228 1.0957,9.73388 c 0.35,0.077 0.68139,0.20656 1.02539,0.24756 2.39,0.454 4.88632,0.60673 7.40332,0.59473 z' /%3E%3C/svg%3E%0A") no-repeat left calc(100% + 120px) top 25px/ 512px auto; position: relative; z-index: 1;}
#footer {padding: 3.125rem 0 3.625rem; font-size: 0.9375em; color: #414141;}
#footer .article a:not([class*="btn"]) {color: inherit;}
#footer li a:hover, #footer p a:not([class*="btn"]) {text-decoration: underline;}
#footer p a:not([class*="btn"]):hover {text-decoration: none;}
.fCntn {max-width: 370px;}
.fCntn li:not(:last-child) {margin-bottom: 0.05em;}
.fCntn > * {margin-bottom: 1.5em;}
.fCntn h4 {margin-bottom: 0.2em;}
.fScls {margin-top: -0.37em;}

#footer2-wrap {position: relative; background-color: #414141; color: #fff;}
#footer2 {padding: 1.3rem 0; line-height: 1.222; font-size: var(--fSizeXS);}
#footer2 a:not([class]) {text-decoration: underline;}
#footer2 a:not([class]):hover {text-decoration: none;}

.fClms__c1 {width: 18%;}
.fClms__c2 {width: 14.5%;}
.fClms__c3 {width: 23%;}
.fClms__c4 {width: 25.5%;}
.fClms__c5 {width: 19%;}

@media screen and (min-width: 768px) {
	.fClms__c4 {padding-left: 10%!important; position: relative;}
	.fClms__c4:before {content: ''; display: block; border-left: 1px solid #ececee; position: absolute; left: 18%; top: 0; height: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.fClms__c1 {order: 1; width: 25%; align-self: center;}
	.fClms__c5 {order: 2; width: 75%; display: flex; flex-direction: column; justify-content: center;}
	.fClms__c2 {order: 3;}
	.fClms__c3 {order: 4;}
	.fClms__c4 {order: 5;}
	.fClms__c2 {position: static;}
	.fClms__c2:before {position: absolute; left: 1.75rem; width: calc(100% - (2 * 1.75rem)); height: 1px; transform: translateY(-1.5rem); content: ''; display: block; background-color: #ececee;}
	.fClms__c2, .fClms__c3, .fClms__c4 {padding-top: 1.5rem; width: 33.3333%;}
}
@media screen and (min-width: 576px) and (max-width: 767px){
	.fClms__c {width: 50%;}
	.fClms__c5 {width: 100%;}
}


@media screen and (max-width: 575px){
	#footer {text-align: center;}
	#footer .scls > .row {justify-content: center!important;}
	#footer .bulleted-list:after {clear: both; display: table; content: '';}
	#footer .bulleted-list ul {float: left; position: relative; left: 50%; text-align: left; transform: translateX(-50%);}
	.fSlgn br {display: none;}
	.fClms__r {flex-direction: column; align-items: center;}
	.fClms__c {width: auto; max-width: 70%;}
	
	#footer2 {text-align: center;}
	#footer2 nav .row {align-items: center; flex-direction: column;}
}

/* ====================== MEDIA QUERIES ====================== */
/* =========================================================== */
@media screen and (min-height: 650px){
	.main-wrap {display: flex; flex-direction: column; min-height: 100vh;}
	.social-scrl-sctn, #footer-wrap {margin-top: auto;}
	.social-scrl-sctn ~ #footer-wrap {margin-top: 0;}
}
/*
overflow-x is not in use
@media screen and (min-width: 1025px){.main-wrap {overflow: hidden;}}
@media screen and (max-width: 1024px){body {overflow-x: hidden;}}
@media screen and (max-width: 680px){.main-wrap {overflow-x: hidden;}}*/