/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

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

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

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

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

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

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

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

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: unset; color: #000; }

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

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

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

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

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

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

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

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

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

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

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

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

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

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

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

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

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

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

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

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

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

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

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

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

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

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

.slick-list:focus { outline: none; }

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

.slick-slider .slick-track, .slick-slider .slick-list { -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; left: 0; top: 0; display: block; }

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

.slick-track:after { clear: both; }

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

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

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

.slick-slide img { display: block; }

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

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

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

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

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

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

.content-right > * { margin: 0 0 0 auto; }

.relative { position: relative; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }

.ir:before { content: ""; display: block; width: 0; height: 150%; }

.hidden { display: none !important; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

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

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

.cf:after, .clearfix:after { clear: both; }

.cf, .clearfix { *zoom: 1; }

.block { display: block; }

.inline-block { display: inline-block; }

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

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

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

.text-justify { text-align: justify; }

.left { float: left; }

.right { float: right; }

.uppercase { text-transform: uppercase; }

.debug { outline: solid gold 1px; }

.debug-background { background: rgba(255, 215, 0, 0.2) !important; }

.rspimg { display: block; width: 100%; height: auto; }

.error { color: #ed4b47; }

ul, ol, .prefooter .list1, .wysiwyg > ul, .wysiwyg ol, .fold__item ul { margin: 0; padding: 0; list-style: none; }

.anime--visible { opacity: 1; }

.anime--invisible { opacity: 0.001; }

.mt0 { margin-top: 0px !important; }

.mt4 { margin-top: 4px !important; }

.mt12 { margin-top: 12px !important; }

.mt16 { margin-top: 16px !important; }

.mt20 { margin-top: 20px !important; }

.mt24 { margin-top: 24px !important; }

.mt32 { margin-top: 32px !important; }

.mt36 { margin-top: 36px !important; }

.mt42 { margin-top: 42px !important; }

.mt48 { margin-top: 48px !important; }

.mt52 { margin-top: 52px !important; }

.mt60 { margin-top: 60px !important; }

.mt80 { margin-top: 80px !important; }

.mt100 { margin-top: 100px !important; }

.mt120 { margin-top: 120px !important; }

.mt140 { margin-top: 140px !important; }

.mt160 { margin-top: 160px !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt40 { margin-top: 40px !important; }

.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0px !important; }

.mr4 { margin-right: 4px !important; }

.mr12 { margin-right: 12px !important; }

.mr16 { margin-right: 16px !important; }

.mr20 { margin-right: 20px !important; }

.mr24 { margin-right: 24px !important; }

.mr32 { margin-right: 32px !important; }

.mr36 { margin-right: 36px !important; }

.mr42 { margin-right: 42px !important; }

.mr48 { margin-right: 48px !important; }

.mr52 { margin-right: 52px !important; }

.mr60 { margin-right: 60px !important; }

.mr80 { margin-right: 80px !important; }

.mr100 { margin-right: 100px !important; }

.mr120 { margin-right: 120px !important; }

.mr140 { margin-right: 140px !important; }

.mr160 { margin-right: 160px !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

.mr25 { margin-right: 25px !important; }

.mr30 { margin-right: 30px !important; }

.mr40 { margin-right: 40px !important; }

.mr50 { margin-right: 50px !important; }

.mb0 { margin-bottom: 0px !important; }

.mb4 { margin-bottom: 4px !important; }

.mb12 { margin-bottom: 12px !important; }

.mb16 { margin-bottom: 16px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb24 { margin-bottom: 24px !important; }

.mb32 { margin-bottom: 32px !important; }

.mb36 { margin-bottom: 36px !important; }

.mb42 { margin-bottom: 42px !important; }

.mb48 { margin-bottom: 48px !important; }

.mb52 { margin-bottom: 52px !important; }

.mb60 { margin-bottom: 60px !important; }

.mb80 { margin-bottom: 80px !important; }

.mb100 { margin-bottom: 100px !important; }

.mb120 { margin-bottom: 120px !important; }

.mb140 { margin-bottom: 140px !important; }

.mb160 { margin-bottom: 160px !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb50 { margin-bottom: 50px !important; }

.ml0 { margin-left: 0px !important; }

.ml4 { margin-left: 4px !important; }

.ml12 { margin-left: 12px !important; }

.ml16 { margin-left: 16px !important; }

.ml20 { margin-left: 20px !important; }

.ml24 { margin-left: 24px !important; }

.ml32 { margin-left: 32px !important; }

.ml36 { margin-left: 36px !important; }

.ml42 { margin-left: 42px !important; }

.ml48 { margin-left: 48px !important; }

.ml52 { margin-left: 52px !important; }

.ml60 { margin-left: 60px !important; }

.ml80 { margin-left: 80px !important; }

.ml100 { margin-left: 100px !important; }

.ml120 { margin-left: 120px !important; }

.ml140 { margin-left: 140px !important; }

.ml160 { margin-left: 160px !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml25 { margin-left: 25px !important; }

.ml30 { margin-left: 30px !important; }

.ml40 { margin-left: 40px !important; }

.ml50 { margin-left: 50px !important; }

.mv0 { margin-top: 0px !important; margin-bottom: 0px !important; }

.mv4 { margin-top: 4px !important; margin-bottom: 4px !important; }

.mv12 { margin-top: 12px !important; margin-bottom: 12px !important; }

.mv16 { margin-top: 16px !important; margin-bottom: 16px !important; }

.mv20 { margin-top: 20px !important; margin-bottom: 20px !important; }

.mv24 { margin-top: 24px !important; margin-bottom: 24px !important; }

.mv32 { margin-top: 32px !important; margin-bottom: 32px !important; }

.mv36 { margin-top: 36px !important; margin-bottom: 36px !important; }

.mv42 { margin-top: 42px !important; margin-bottom: 42px !important; }

.mv48 { margin-top: 48px !important; margin-bottom: 48px !important; }

.mv52 { margin-top: 52px !important; margin-bottom: 52px !important; }

.mv60 { margin-top: 60px !important; margin-bottom: 60px !important; }

.mv80 { margin-top: 80px !important; margin-bottom: 80px !important; }

.mv100 { margin-top: 100px !important; margin-bottom: 100px !important; }

.mv120 { margin-top: 120px !important; margin-bottom: 120px !important; }

.mv140 { margin-top: 140px !important; margin-bottom: 140px !important; }

.mv160 { margin-top: 160px !important; margin-bottom: 160px !important; }

.mv5 { margin-top: 5px !important; margin-bottom: 5px !important; }

.mv10 { margin-top: 10px !important; margin-bottom: 10px !important; }

.mv15 { margin-top: 15px !important; margin-bottom: 15px !important; }

.mv20 { margin-top: 20px !important; margin-bottom: 20px !important; }

.mv25 { margin-top: 25px !important; margin-bottom: 25px !important; }

.mv30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.mv40 { margin-top: 40px !important; margin-bottom: 40px !important; }

.mv50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.mh0 { margin-right: 0px !important; margin-left: 0px !important; }

.mh4 { margin-right: 4px !important; margin-left: 4px !important; }

.mh12 { margin-right: 12px !important; margin-left: 12px !important; }

.mh16 { margin-right: 16px !important; margin-left: 16px !important; }

.mh20 { margin-right: 20px !important; margin-left: 20px !important; }

.mh24 { margin-right: 24px !important; margin-left: 24px !important; }

.mh32 { margin-right: 32px !important; margin-left: 32px !important; }

.mh36 { margin-right: 36px !important; margin-left: 36px !important; }

.mh42 { margin-right: 42px !important; margin-left: 42px !important; }

.mh48 { margin-right: 48px !important; margin-left: 48px !important; }

.mh52 { margin-right: 52px !important; margin-left: 52px !important; }

.mh60 { margin-right: 60px !important; margin-left: 60px !important; }

.mh80 { margin-right: 80px !important; margin-left: 80px !important; }

.mh100 { margin-right: 100px !important; margin-left: 100px !important; }

.mh120 { margin-right: 120px !important; margin-left: 120px !important; }

.mh140 { margin-right: 140px !important; margin-left: 140px !important; }

.mh160 { margin-right: 160px !important; margin-left: 160px !important; }

.mh5 { margin-right: 5px !important; margin-left: 5px !important; }

.mh10 { margin-right: 10px !important; margin-left: 10px !important; }

.mh15 { margin-right: 15px !important; margin-left: 15px !important; }

.mh20 { margin-right: 20px !important; margin-left: 20px !important; }

.mh25 { margin-right: 25px !important; margin-left: 25px !important; }

.mh30 { margin-right: 30px !important; margin-left: 30px !important; }

.mh40 { margin-right: 40px !important; margin-left: 40px !important; }

.mh50 { margin-right: 50px !important; margin-left: 50px !important; }

.pt0 { padding-top: 0px !important; }

.pt4 { padding-top: 4px !important; }

.pt12 { padding-top: 12px !important; }

.pt16 { padding-top: 16px !important; }

.pt20 { padding-top: 20px !important; }

.pt24 { padding-top: 24px !important; }

.pt32 { padding-top: 32px !important; }

.pt36 { padding-top: 36px !important; }

.pt42 { padding-top: 42px !important; }

.pt48 { padding-top: 48px !important; }

.pt52 { padding-top: 52px !important; }

.pt60 { padding-top: 60px !important; }

.pt80 { padding-top: 80px !important; }

.pt100 { padding-top: 100px !important; }

.pt120 { padding-top: 120px !important; }

.pt140 { padding-top: 140px !important; }

.pt160 { padding-top: 160px !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt25 { padding-top: 25px !important; }

.pt30 { padding-top: 30px !important; }

.pt40 { padding-top: 40px !important; }

.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }

.pr4 { padding-right: 4px !important; }

.pr12 { padding-right: 12px !important; }

.pr16 { padding-right: 16px !important; }

.pr20 { padding-right: 20px !important; }

.pr24 { padding-right: 24px !important; }

.pr32 { padding-right: 32px !important; }

.pr36 { padding-right: 36px !important; }

.pr42 { padding-right: 42px !important; }

.pr48 { padding-right: 48px !important; }

.pr52 { padding-right: 52px !important; }

.pr60 { padding-right: 60px !important; }

.pr80 { padding-right: 80px !important; }

.pr100 { padding-right: 100px !important; }

.pr120 { padding-right: 120px !important; }

.pr140 { padding-right: 140px !important; }

.pr160 { padding-right: 160px !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr25 { padding-right: 25px !important; }

.pr30 { padding-right: 30px !important; }

.pr40 { padding-right: 40px !important; }

.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }

.pb4 { padding-bottom: 4px !important; }

.pb12 { padding-bottom: 12px !important; }

.pb16 { padding-bottom: 16px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb24 { padding-bottom: 24px !important; }

.pb32 { padding-bottom: 32px !important; }

.pb36 { padding-bottom: 36px !important; }

.pb42 { padding-bottom: 42px !important; }

.pb48 { padding-bottom: 48px !important; }

.pb52 { padding-bottom: 52px !important; }

.pb60 { padding-bottom: 60px !important; }

.pb80 { padding-bottom: 80px !important; }

.pb100 { padding-bottom: 100px !important; }

.pb120 { padding-bottom: 120px !important; }

.pb140 { padding-bottom: 140px !important; }

.pb160 { padding-bottom: 160px !important; }

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb25 { padding-bottom: 25px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }

.pl4 { padding-left: 4px !important; }

.pl12 { padding-left: 12px !important; }

.pl16 { padding-left: 16px !important; }

.pl20 { padding-left: 20px !important; }

.pl24 { padding-left: 24px !important; }

.pl32 { padding-left: 32px !important; }

.pl36 { padding-left: 36px !important; }

.pl42 { padding-left: 42px !important; }

.pl48 { padding-left: 48px !important; }

.pl52 { padding-left: 52px !important; }

.pl60 { padding-left: 60px !important; }

.pl80 { padding-left: 80px !important; }

.pl100 { padding-left: 100px !important; }

.pl120 { padding-left: 120px !important; }

.pl140 { padding-left: 140px !important; }

.pl160 { padding-left: 160px !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl25 { padding-left: 25px !important; }

.pl30 { padding-left: 30px !important; }

.pl40 { padding-left: 40px !important; }

.pl50 { padding-left: 50px !important; }

.pv0 { padding-top: 0px !important; padding-bottom: 0px !important; }

.pv4 { padding-top: 4px !important; padding-bottom: 4px !important; }

.pv12 { padding-top: 12px !important; padding-bottom: 12px !important; }

.pv16 { padding-top: 16px !important; padding-bottom: 16px !important; }

.pv20 { padding-top: 20px !important; padding-bottom: 20px !important; }

.pv24 { padding-top: 24px !important; padding-bottom: 24px !important; }

.pv32 { padding-top: 32px !important; padding-bottom: 32px !important; }

.pv36 { padding-top: 36px !important; padding-bottom: 36px !important; }

.pv42 { padding-top: 42px !important; padding-bottom: 42px !important; }

.pv48 { padding-top: 48px !important; padding-bottom: 48px !important; }

.pv52 { padding-top: 52px !important; padding-bottom: 52px !important; }

.pv60 { padding-top: 60px !important; padding-bottom: 60px !important; }

.pv80 { padding-top: 80px !important; padding-bottom: 80px !important; }

.pv100 { padding-top: 100px !important; padding-bottom: 100px !important; }

.pv120 { padding-top: 120px !important; padding-bottom: 120px !important; }

.pv140 { padding-top: 140px !important; padding-bottom: 140px !important; }

.pv160 { padding-top: 160px !important; padding-bottom: 160px !important; }

.pv5 { padding-top: 5px !important; padding-bottom: 5px !important; }

.pv10 { padding-top: 10px !important; padding-bottom: 10px !important; }

.pv15 { padding-top: 15px !important; padding-bottom: 15px !important; }

.pv20 { padding-top: 20px !important; padding-bottom: 20px !important; }

.pv25 { padding-top: 25px !important; padding-bottom: 25px !important; }

.pv30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.pv40 { padding-top: 40px !important; padding-bottom: 40px !important; }

.pv50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.ph0 { padding-right: 0px !important; padding-left: 0px !important; }

.ph4 { padding-right: 4px !important; padding-left: 4px !important; }

.ph12 { padding-right: 12px !important; padding-left: 12px !important; }

.ph16 { padding-right: 16px !important; padding-left: 16px !important; }

.ph20 { padding-right: 20px !important; padding-left: 20px !important; }

.ph24 { padding-right: 24px !important; padding-left: 24px !important; }

.ph32 { padding-right: 32px !important; padding-left: 32px !important; }

.ph36 { padding-right: 36px !important; padding-left: 36px !important; }

.ph42 { padding-right: 42px !important; padding-left: 42px !important; }

.ph48 { padding-right: 48px !important; padding-left: 48px !important; }

.ph52 { padding-right: 52px !important; padding-left: 52px !important; }

.ph60 { padding-right: 60px !important; padding-left: 60px !important; }

.ph80 { padding-right: 80px !important; padding-left: 80px !important; }

.ph100 { padding-right: 100px !important; padding-left: 100px !important; }

.ph120 { padding-right: 120px !important; padding-left: 120px !important; }

.ph140 { padding-right: 140px !important; padding-left: 140px !important; }

.ph160 { padding-right: 160px !important; padding-left: 160px !important; }

.ph5 { padding-right: 5px !important; padding-left: 5px !important; }

.ph10 { padding-right: 10px !important; padding-left: 10px !important; }

.ph15 { padding-right: 15px !important; padding-left: 15px !important; }

.ph20 { padding-right: 20px !important; padding-left: 20px !important; }

.ph25 { padding-right: 25px !important; padding-left: 25px !important; }

.ph30 { padding-right: 30px !important; padding-left: 30px !important; }

.ph40 { padding-right: 40px !important; padding-left: 40px !important; }

.ph50 { padding-right: 50px !important; padding-left: 50px !important; }

body { color: #231f20; scroll-behavior: smooth; }

a { color: #1b83aa; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

a:link, a:active, a:visited, a:hover { text-decoration: none; outline: 0; }

a:active, a:visited { outline: 0; }

p, .wysiwyg table td { font-family: "Inter", sans-serif; font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; padding: 0; margin: 0 0 20px 0; color: #231f20; font-weight: 400; }

h1, h2, .wysiwyg > h2, h3, .wysiwyg > h3, h4, .wysiwyg > h4, h5, h6 { font-family: "Inter", sans-serif; color: #231f20; }

h1 { font-size: 20px; font-size: 2rem; line-height: 22px; line-height: 2.2rem; margin: 0; padding: 0; font-weight: 700; }

h1 a { color: #192440; }

h1 a:hover { color: #1b83aa; }

@media screen and (min-width: 480px) { h1 { font-size: 30px; font-size: 3rem; line-height: 40px; line-height: 4rem; } }

@media screen and (min-width: 1024px) { h1 { font-size: 42px; font-size: 4.2rem; line-height: 42px; line-height: 4.2rem; } }

h2, .wysiwyg > h2 { font-size: 26px; font-size: 2.6rem; line-height: 28px; line-height: 2.8rem; margin: 0 0 10px; padding: 0; font-weight: 600; }

@media screen and (min-width: 768px) { h2, .wysiwyg > h2 { font-size: 36px; font-size: 3.6rem; line-height: 42px; line-height: 4.2rem; } }

h3, .wysiwyg > h3 { font-size: 24px; font-size: 2.4rem; line-height: 30px; line-height: 3rem; margin: 0 0 20px; padding: 0; font-weight: 600; }

@media screen and (min-width: 768px) { h3, .wysiwyg > h3 { font-size: 32px; font-size: 3.2rem; line-height: 36px; line-height: 3.6rem; } }

h4, .wysiwyg > h4 { font-size: 20px; font-size: 2rem; line-height: 28px; line-height: 2.8rem; margin: 0; padding: 0; }

@media screen and (min-width: 1024px) { h4, .wysiwyg > h4 { font-size: 24px; font-size: 2.4rem; line-height: 28px; line-height: 2.8rem; } }

h5 { font-size: 22px; font-size: 2.2rem; line-height: 30px; line-height: 3rem; margin: 0; padding: 0; font-weight: 600; }

.p { font-size: 14px; font-size: 1.4rem; line-height: 18px; line-height: 1.8rem; padding: 0; margin-bottom: 15px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; color: #231f20; }

html { font-size: 62.5%; }

body { font-family: "Inter", sans-serif; font-size: 100%; line-height: 1.5; }

html, body { width: 100%; height: 100%; }

figure { position: relative; margin: 0; padding: 0; font-size: 0; }

.container, .page__header_inner { max-width: 1800px; margin: 0 auto; padding-right: 10px; padding-left: 10px; }

@media screen and (min-width: 1024px) { .container, .page__header_inner { padding-right: 20px; padding-left: 20px; } }

.container--xlg { max-width: 1200px; margin: 0 auto; padding-right: 10px; padding-left: 10px; }

@media screen and (min-width: 1024px) { .container--xlg { padding-right: 20px; padding-left: 20px; } }

.relative { position: relative; }

body.admin-bar .header { top: 36px !important; }

@media screen and (min-width: 768px) { body.admin-bar .header { top: 32px !important; } }

body { overflow-x: hidden; }

body.locked { overflow: hidden; height: 100%; width: 100%; position: fixed; }

body.locked-modal { overflow: hidden; height: 100%; width: 100%; }

#moove_gdpr_save_popup_settings_button { -webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; -ms-border-radius: 20px !important; -o-border-radius: 20px !important; border-radius: 20px !important; right: auto !important; left: 20px !important; opacity: 0.8; -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); }

.grecaptcha-badge { display: none; }

.form__fieldset .cf7_download:before, .form__fieldset .cf_date_1:after, .form__fieldset .cf_date_2:after, .wysiwyg > ul li:before, .wysiwyg ol li:before, .tab-label::after, .fold__item ul li:before { font-family: 'zo'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@font-face { font-family: 'zo'; src: url("../fonts/zo.eot?dn08qp"); src: url("../fonts/zo.eot?dn08qp#iefix") format("embedded-opentype"), url("../fonts/zo.ttf?dn08qp") format("truetype"), url("../fonts/zo.woff?dn08qp") format("woff"), url("../fonts/zo.svg?dn08qp#zo") format("svg"); font-weight: normal; font-style: normal; font-display: block; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'zo' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-clock:before { content: "\e900"; color: #8391ca; }

.icon-credit:before { content: "\e901"; color: #fff; }

.icon-mail:before { content: "\e902"; color: #8391ca; }

.icon-guote:before { content: "\e903"; color: #cf0808; }

.icon-bag:before { content: "\e904"; color: #8391ca; }

.icon-heart:before { content: "\e905"; color: #fff; }

.icon-instagram:before { content: "\e906"; color: #cf0808; font-weight: 600; display: block; }

.icon-star:before { content: "\e907"; }

.icon-tw:before { content: "\e908"; color: #cf0808; }

.icon-phone:before { content: "\e909"; color: #8391ca; }

.icon-search:before { content: "\e90a"; color: #231f20; }

.icon-in:before { content: "\e90b"; color: #cf0808; }

.icon-shipping:before { content: "\e90c"; color: #fff; }

.icon-support:before { content: "\e90d"; color: #fff; }

.icon-viewing:before { content: "\e90e"; color: #fff; }

.icon-arrow-small-down:before { content: "\e90f"; }

.icon-arrow-small-left:before { content: "\e910"; }

.icon-arrow-small-right:before { content: "\e911"; }

.icon-arrow-small-up:before { content: "\e912"; }

.icon-facebook:before { content: "\e91a"; }

.header { position: fixed; top: 0; left: 0; right: 0; height: auto; padding: 0; z-index: 10; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: transparent; z-index: 999; background: #fff; padding: 10px 0; -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); }

.header .hide-nav { display: block; }

@media screen and (min-width: 1400px) { .header { height: auto; padding: 0; }
  .header .hide-nav { display: none; } }

.header.nav_up { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0); box-shadow: 0px 0px 40px rgba(0, 0, 0, 0); }

.header.nav_down { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -o-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); background: #fff; }

.header__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }

.header__inner_item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 33%; }

.header__inner_item:nth-child(1) { -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; }

.header__inner_item:nth-child(2) { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

.header__inner_item:nth-child(3) { -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }

.header__inner_img { width: 200px; }

.header__inner .cartDesktop { display: block; }

.header__inner .cartMobile { display: block; margin: 0 0 0 auto; }

@media screen and (min-width: 1400px) { .header__inner .cartMobile { display: none; } }

.header__inner .nav__search { font-size: 16px; font-size: 1.6rem; padding: 5px 10px 0 0; display: block; margin: 0; }

.header__inner .nav__search i { font-weight: 700; }

.header__inner_langs { display: none; }

@media screen and (min-width: 1400px) { .header__inner_langs { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }
  .header__inner_langs li { font-size: 13px; font-size: 1.3rem; line-height: 13px; line-height: 1.3rem; color: #fff; color: #fff; padding: 0 10px; border-right: #727171 1px solid; color: #ffffff; }
  .header__inner_langs li a { color: #999696; } }

.menu { position: fixed; top: 70px; bottom: 0; left: 0; width: 100%; background-color: #000; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; }

@media screen and (min-width: 1400px) { .menu { position: static; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; background-color: transparent; top: 0; width: auto; margin: 0; overflow-y: unset; } }

.menu .hide-nav { display: block; }

@media screen and (min-width: 1400px) { .menu .hide-nav { display: none; } }

.menu.is_open { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -o-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); background-color: #000; }

.menu__wrapper { height: 100%; }

.menu ul { padding: 30px 0 20px; }

@media screen and (min-width: 1400px) { .menu ul { font-size: 0px; font-size: 0rem; padding: 0; }
  .menu ul li { display: inline-block; position: relative; }
  .menu ul li.has__children:after { content: '\e90f'; font-family: 'zo'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; font-size: 0.7rem; position: absolute; bottom: 20px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .menu ul li .toggle { display: none; visibility: hidden; }
  .menu ul li a { color: #231f20; font-weight: 600; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; text-transform: uppercase; padding: 30px 10px; font-size: 14px; font-size: 1.4rem; line-height: 18px; line-height: 1.8rem; }
  .menu ul li ul { display: none; -webkit-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; -moz-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; -o-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; position: fixed; width: 100%; left: 0; background-color: #000; padding: 15px 0; text-align: left; -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); }
  .menu ul li ul li { display: inline-block; width: 25%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 8px 15px; }
  .menu ul li ul li a { background-color: #000; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; border-bottom: 1px solid #fff; padding: 15px 0; font-weight: 500; color: #fff; }
  .menu ul li ul li.has__children:after { content: '\e90f'; font-family: 'zo'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; font-size: 0.7rem; position: absolute; bottom: 25px; right: 20px; left: unset; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #fff; }
  .menu ul li ul li.has__children ul { display: none; -webkit-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; -moz-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; -o-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; position: absolute; width: 350px; left: 0; background-color: #000; padding: 15px 0; text-align: left; -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); }
  .menu ul li ul li.has__children ul .container, .menu ul li ul li.has__children ul .page__header_inner { display: flex; flex-direction: column; padding: 0; }
  .menu ul li ul li.has__children ul .container li, .menu ul li ul li.has__children ul .page__header_inner li { width: 100%; }
  .menu ul li ul li.has__children ul li { display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 8px 24px; }
  .menu ul li ul li.has__children ul li a { background-color: #000; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; border-bottom: 1px solid #fff; padding: 15px 0; font-weight: 500; color: #fff; }
  .menu ul li ul li.has__children ul li.has__children:after { content: '\e90f'; font-family: 'zo'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; font-size: 0.7rem; position: absolute; bottom: 30px; right: 20px; left: unset; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  .menu ul li ul li.has__children ul li.has__children ul { display: none; -webkit-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; -moz-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; -o-transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; transition: opacity 0.4s ease-in-out 0.15s, visibility 0.05s linear 0.4s; position: absolute; width: 100%; left: 350px !important; top: -15px; background-color: #1b83aa; padding: 15px 0; text-align: left; -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); }
  .menu ul li ul li.has__children ul li.has__children ul li { display: inline-block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 8px 15px; }
  .menu ul li ul li.has__children ul li.has__children ul li a { background-color: #1b83aa; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; border-bottom: 1px solid #fff; padding: 15px 0; font-weight: 500; color: #fff; }
  .menu ul li ul li.has__children ul li.has__children ul li.has__children:after { content: '\e90f'; font-family: 'zo'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; font-size: 0.7rem; position: absolute; bottom: 20px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #000; }
  .menu ul li ul li.has__children ul li.has__children:hover ul { display: block; -webkit-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; -moz-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; -o-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; z-index: 2; }
  .menu ul li ul li.has__children ul li.has__children:hover li { position: relative; }
  .menu ul li ul li.has__children ul li.has__children:hover li a { text-align: left; }
  .menu ul li ul li.has__children ul li.has__children:hover li a:hover { color: #000; }
  .menu ul li ul li.has__children ul li.has__children:hover li .children { display: none; z-index: 1; }
  .menu ul li ul li.has__children:hover ul { display: block; -webkit-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; -moz-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; -o-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; z-index: 2; }
  .menu ul li ul li.has__children:hover li { position: relative; }
  .menu ul li ul li.has__children:hover li a { text-align: left; }
  .menu ul li ul li.has__children:hover li a:hover { color: #000; }
  .menu ul li ul li.has__children:hover li .children { display: none; z-index: 1; }
  .menu ul li:hover ul { display: block; -webkit-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; -moz-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; -o-transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; transition: visibility 0.2s linear 0.25s, opacity 0.5s ease-in-out 0.25s; z-index: 2; }
  .menu ul li:hover li { position: relative; }
  .menu ul li:hover li a { text-align: left; }
  .menu ul li:hover li .children { display: none; z-index: 1; }
  .menu ul .has__children ul.children { background: #1b83aa; border-bottom: none; }
  .menu ul .has__children ul.children a { background-color: #1b83aa; } }

.menu__item { text-align: center; position: relative; }

.menu__item_sub.has__children, .menu__item_sub2.has__children { position: relative; }

.menu__item a { color: #fff; font-size: 15px; font-size: 1.5rem; line-height: 16px; line-height: 1.6rem; display: inline-block; vertical-align: middle; padding: 16px 20px 14px; text-align: left; font-weight: 600; position: relative; letter-spacing: 1px; text-transform: uppercase; }

.menu__item .toggle { display: inline-block; font-size: 12px; font-size: 1.2rem; position: relative; height: 40px; width: 40px; position: absolute; top: 2px; right: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; color: #fff; }

.menu__item .toggle.is_open { color: #1b83aa; }

.menu__item .toggle:hover { opacity: 1; }

.menu__item .toggle i { position: absolute; top: 50%; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); }

.menu .children { display: none; padding: 5px 0; }

.menu .children li a { font-size: 12px; font-size: 1.2rem; font-weight: 500; padding: 12px 16px; text-align: center; }

.menu .has__children ul.children { background: #222; border-bottom: 1px solid #fff; }

.menu__toggle { display: inline-block; width: 20px; height: 40px; position: relative; }

.menu__toggle span, .menu__toggle span:before, .menu__toggle span:after { display: block; width: 16px; height: 2px; background-color: #192440; position: absolute; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.menu__toggle span { left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.menu__toggle span:before { content: ''; -webkit-transform: translateY(-6px); -moz-transform: translateY(-6px); -o-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); }

.menu__toggle span:after { content: ''; -webkit-transform: translateY(6px); -moz-transform: translateY(6px); -o-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); }

.menu__toggle.is_open span { background-color: rgba(255, 255, 255, 0); }

.menu__toggle.is_open span:before { -webkit-transform: translateY(0px) rotate(-135deg); -moz-transform: translateY(0px) rotate(-135deg); -o-transform: translateY(0px) rotate(-135deg); -ms-transform: translateY(0px) rotate(-135deg); transform: translateY(0px) rotate(-135deg); }

.menu__toggle.is_open span:after { -webkit-transform: translateY(0px) rotate(135deg); -moz-transform: translateY(0px) rotate(135deg); -o-transform: translateY(0px) rotate(135deg); -ms-transform: translateY(0px) rotate(135deg); transform: translateY(0px) rotate(135deg); }

.btn, .form__submit input { font-family: "Inter", sans-serif; display: inline-block; border: none; outline: none; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; padding: 10px 20px; color: #fff; font-weight: 500; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; letter-spacing: 1px; text-transform: uppercase; }

@media screen and (min-width: 480px) { .btn, .form__submit input { padding: 20px 50px; } }

.btn .text, .form__submit input .text, .btn .icon, .form__submit input .icon { display: inline-block; vertical-align: middle; }

.btn--black { border: 2px solid #231f20; background-color: #231f20; }

.btn--black:hover { border: 2px solid #231f20; background-color: #231f20; opacity: 0.9; }

.btn--blue { border: 2px solid #192440; background-color: #192440; }

.btn--blue:hover { border: 2px solid #1b83aa; background-color: #1b83aa; }

.btn--iconsingle { box-shadow: none; font-size: 12px; font-size: 1.2rem; line-height: 24px; line-height: 2.4rem; padding: 0; margin: 0 0 15px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; color: #CF0808; font-weight: 500; }

.btn--iconsingle:nth-child(1) { padding-right: 15px; }

.btn--iconsingle:nth-child(2) { padding-left: 15px; }

.btn--iconsingle a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; color: #111; }

.btn--iconsingle a:hover { color: #111; }

.btn--iconsingle .icon i:before { color: #192440; }

@media screen and (min-width: 768px) { .btn--iconsingle { font-size: 14px; font-size: 1.4rem; } }

.card { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; width: 100%; }

.card__link { display: block; }

.card__figure { position: relative; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card__figure img { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card__img { display: block; width: 100%; height: auto; }

.card__title { position: relative; margin: 0; margin-bottom: 10px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; font-weight: 600; }

.card__excerpt { font-size: 16px; font-size: 1.6rem; line-height: 28px; line-height: 2.8rem; padding: 0 20px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; color: #231f20; }

@media screen and (min-width: 768px) { .card__excerpt { font-size: 18px; font-size: 1.8rem; } }

.card__data { position: relative; padding: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--01 .card__link { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; }

@media screen and (min-width: 1024px) { .card--01 .card__link { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; } }

@media screen and (min-width: 1200px) { .card--01 .card__link { width: 70%; } }

.card--01 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0; width: 100%; max-width: 220px; }

@media screen and (min-width: 480px) { .card--01 .card__figure { max-width: 500px; } }

@media screen and (min-width: 1024px) { .card--01 .card__figure { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; margin: 0; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.card--01 .card__data { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-width: 100%; padding: 0; margin: 0; }

@media screen and (min-width: 1024px) { .card--01 .card__data { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 20px 0 0 0; margin: 0; max-width: 500px; } }

.card--01 .card__data h1 { text-align: center; }

@media screen and (min-width: 1024px) { .card--01 .card__data h1 { text-align: left; } }

.card--01 .card__excerpt { font-size: 16px; font-size: 1.6rem; line-height: 18px; line-height: 1.8rem; padding: 0; margin: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; color: #192440; }

@media screen and (min-width: 768px) { .card--01 .card__excerpt { font-size: 18px; font-size: 1.8rem; line-height: 22px; line-height: 2.2rem; } }

.card--01 .card__btn { margin-top: 15px; }

@media screen and (min-width: 480px) { .card--01 .card__btn { margin-top: 30px; } }

.card--01 .card__price { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; width: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #1b83aa; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; color: #fff; margin: 0 auto; }

@media screen and (min-width: 480px) { .card--01 .card__price { padding: 10px; font-size: 20px; font-size: 2rem; line-height: 30px; line-height: 3rem; } }

@media screen and (min-width: 1024px) { .card--01 .card__price { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin: 0; } }

.card--01 .card__price bdi { color: #fff; }

.card--01 .card__price del { color: #000000; padding-right: 10px; }

.card--01 .card__price del span { color: #000000; margin-left: -5px; }

.card--01 .card__price del span bdi { color: #000; }

.card--01 .card__price ins { text-decoration: none; }

.card--01 .card__price ins span.woocommerce-Price-amount.amount bdi { color: #ffffff; }

.card--01 .card__price ins span.woocommerce-Price-amount.amount bdi span { color: #ffffff; margin-left: -5px; }

.card--02 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: reverse; -webkit-box-orient: vertical; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media screen and (min-width: 768px) { .card--02 { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.card--02 .card__link { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.card--02 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0 auto; width: 100%; }

.card--02 .card__figure_img { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; position: relative; background-position: center; padding-bottom: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.card--02 .card__figure_img:hover { opacity: 0.9; }

.card--02 .card__data { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute; bottom: 20px; text-align: left; padding: 0 20px; }

@media screen and (min-width: 768px) { .card--02 .card__data { padding: 0 40px; } }

.card--02 .card__boxB { width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #000000; max-width: 100%; padding: 10px; position: unset; text-align: left; }

.card--02 .card__boxB h2, .card--02 .card__boxB p, .card--02 .card__boxB .wysiwyg table td, .wysiwyg table .card--02 .card__boxB td { color: #fff; text-align: center; margin: 0; }

@media screen and (min-width: 1024px) { .card--02 .card__boxB { position: absolute; right: 250px; top: 115px; max-width: 220px; padding: 30px 40px 30px 30px; }
  .card--02 .card__boxB h2, .card--02 .card__boxB p, .card--02 .card__boxB .wysiwyg table td, .wysiwyg table .card--02 .card__boxB td { text-align: left; } }

.card--02 .card__boxR { width: 100%; height: 100%; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #CF0808; max-width: 100%; }

.card--02 .card__boxR h2, .card--02 .card__boxR p, .card--02 .card__boxR .wysiwyg table td, .wysiwyg table .card--02 .card__boxR td { color: #fff; text-align: center; margin: 0; }

@media screen and (min-width: 1024px) { .card--02 .card__boxR { padding: 30px 30px 40px 30px; max-width: 220px; }
  .card--02 .card__boxR h2, .card--02 .card__boxR p, .card--02 .card__boxR .wysiwyg table td, .wysiwyg table .card--02 .card__boxR td { text-align: left; } }

.card--02 .card__excerpt { font-size: 16px; font-size: 1.6rem; line-height: 18px; line-height: 1.8rem; padding: 0; margin: 0 0 10px 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; color: #000; }

@media screen and (min-width: 768px) { .card--02 .card__excerpt { font-size: 18px; font-size: 1.8rem; line-height: 22px; line-height: 2.2rem; margin: 0 0 20px 0; } }

.card--02 .card__btn { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--02 .card__cat { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--03 .card__link { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

.card--03 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0 auto; width: 100%; }

.card--03 .card__figure_img { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; position: relative; background-position: center; padding-bottom: 100%; }

.card--03 .card__figure img { height: 300px; object-fit: contain; }

.card--03 .card__data { text-align: center; }

.card--03 .card__title { font-size: 16px; font-size: 1.6rem; line-height: 18px; line-height: 1.8rem; padding: 0 20px; margin: 0 0 20px 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .card--03 .card__title { font-size: 20px; font-size: 2rem; line-height: 24px; line-height: 2.4rem; } }

.card--03 .card__price { font-size: 17px; font-size: 1.7rem; line-height: 21px; line-height: 2.1rem; }

.card--03 .card__price bdi { color: #000; }

.card--03 .card__price del { color: #A9ABB4; }

.card--03 .card__price del span { color: #A9ABB4; }

.card--03 .card__price del span bdi { color: #A9ABB4; }

.card--03 .card__price ins { text-decoration: none; }

.card--03 .card__price ins span.woocommerce-Price-amount.amount bdi { color: #CF0808; }

.card--03 .card__price ins span.woocommerce-Price-amount.amount bdi span { color: #CF0808; }

.card--03 .card__price ins span.woocommerce-Price-amount.amount bdi span bdi { color: #CF0808; }

.card--03 .card__cat { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

.card--03 .card__cat a { color: #fff; }

.card--04 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; }

@media screen and (min-width: 768px) { .card--04 { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.card--04 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0 auto; width: 100%; }

@media screen and (min-width: 768px) { .card--04 .card__figure { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; margin: 0; padding-right: 50px; } }

.card--04 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 50px; width: 100%; }

@media screen and (min-width: 768px) { .card--04 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding-top: 0; } }

.card--04 .card__excerpt { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; padding: 0; margin: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--04 .card__btn { margin-top: 30px; }

.card--04 .card__cat { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--04 .card__name { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; color: #192440; font-weight: 600; margin: 20px 0; }

.card--05 { width: 100%; }

@media screen and (min-width: 600px) { .card--05 { width: 49%; } }

@media screen and (min-width: 1200px) { .card--05 { width: 300px; } }

.card--05 .card__link { text-align: center; }

@media screen and (min-width: 600px) { .card--05 .card__link { text-align: left; } }

.card--05 .card__figure img { width: 100%; height: 100%; object-fit: cover; }

@media screen and (min-width: 1200px) { .card--05 .card__figure img { width: 300px; height: 300px; } }

.card--05 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 0 0 0; }

@media screen and (min-width: 768px) { .card--05 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 1 50%; -moz-box-flex: 0; -moz-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } }

.card--05 .card__excerpt { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; padding: 0; margin: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--05 .card__btn { margin-top: 30px; }

.card--05 .card__cat { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--05 .card__name { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; color: #192440; font-weight: 600; margin: 20px 0; }

.card--05 .card__timestamp { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; font-weight: 500; }

.card--05.card--reverse { width: 100%; padding: 50px 0 0 0; }

@media screen and (min-width: 600px) { .card--05.card--reverse { width: 49%; padding: 0; } }

@media screen and (min-width: 768px) { .card--05.card--reverse { padding: 0; } }

@media screen and (min-width: 1200px) { .card--05.card--reverse { width: 70%; padding: 0 0 0 20px; max-width: unset; } }

.card--05.card--reverse .card__link { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-align: center; }

@media screen and (min-width: 600px) { .card--05.card--reverse .card__link { text-align: left; } }

@media screen and (min-width: 1200px) { .card--05.card--reverse .card__link { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

@media screen and (min-width: 1200px) { .card--05.card--reverse .card__data { padding: 0 0 0 20px; } }

.card--06 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }

@media screen and (min-width: 1024px) { .card--06 { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.card--06 .card__link:hover .card__title { color: #1b83aa; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.card--06 .card__link:hover .card__figure img { opacity: 0.8; }

.card--06 .card__title { margin: 15px 0 10px; }

.card--06 .card__excerpt { font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; padding: 0; }

.card--07 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; }

@media screen and (min-width: 768px) { .card--07 { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.card--07 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0 auto; width: 100%; }

@media screen and (min-width: 768px) { .card--07 .card__figure { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; margin: 0; } }

.card--07 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; width: 100%; text-align: center; }

@media screen and (min-width: 768px) { .card--07 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 90px 0 0; text-align: left; } }

.card--07 .card__excerpt { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; padding: 0; margin: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--07 .card__btn { margin-top: 30px; }

.card--07 .card__cat { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--07 .card__name { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; color: #192440; font-weight: 600; margin: 20px 0; }

.card--08 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-top: 50px; width: 100%; }

@media screen and (min-width: 768px) { .card--08 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 50px 0 0; } }

.card--08 .card__excerpt { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; padding: 0; margin: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--08 .card__btn { margin-top: 30px; }

.card--08 .card__cat { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--08 .card__name { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; color: #192440; font-weight: 600; margin: 20px 0; }

.card--09 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; }

@media screen and (min-width: 768px) { .card--09 { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.card--09 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -moz-box-flex: 0; -moz-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0 auto; width: 100%; }

@media screen and (min-width: 768px) { .card--09 .card__figure { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; margin: 0; } }

.card--09 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 30px 0 0; width: 100%; }

@media screen and (min-width: 768px) { .card--09 .card__data { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 0 0 50px; } }

@media screen and (min-width: 1200px) { .card--09 .card__data { padding: 0 0 0 100px; } }

.card--09 .card__excerpt { font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; padding: 0; margin: 0; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.card--09 .card__btn { margin-top: 30px; }

.card--09 .card__cat { font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; }

.card--09 .card__name { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; color: #192440; font-weight: 600; margin: 20px 0; }

fieldset { margin: 0; padding: 0; border: none; }

input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-form .fieldset-cf7mls { padding: 0; }

.fieldset-cf7mls-wrapper { padding: 0; margin: 0; }

.fieldset-cf7mls-wrapper h3.form__label { color: #192440; text-align: center; margin-bottom: 30px; font-weight: 600; }

.cf7mls_progress_bar { margin-bottom: 50px; }

.cf7mls_next.action-button, .cf7mls_back.action-button, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step { margin: 10px; font-size: 15px; border: 0 none; border-radius: 5px; min-width: 150px; }

.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-acceptance-missing { display: inline-block; margin: 20px 10px !important; padding: 10px 30px !important; border: 2px solid #e74c3c !important; background: #e74c3c; font-size: 12px; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; clear: both; width: -webkit-fill-available; }

.wpcf7-mail-sent-ok { border: 2px solid #192440 !important; background: #192440; }

span.wpcf7-not-valid-tip { color: #e74c3c; font-size: 12px; font-weight: normal; display: block; padding: 5px 30px; }

* { -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; outline: none !important; }

.acceptance span { font-size: 14px; font-size: 1.4rem; line-height: 24px; line-height: 2.4rem; padding: 0; margin: 0; color: #231f20; font-weight: 400; }

.form { position: relative; }

.form__wrap { position: relative; min-height: 100px; }

.form__wrap .loader { position: relative; display: block; margin: 30px auto; text-align: center; line-height: 1; }

.form__fieldset { position: relative; margin: 0 0 25px; padding: 0; border: 0; }

.form__fieldset .cf7_download { position: relative; margin-bottom: 15px; }

.form__fieldset .cf7_download:before { content: '\e910'; font-size: 50px; font-size: 5rem; position: absolute; top: -70px; left: 0; color: #E0E0E0; right: 0; }

.form__fieldset.radiobutton { margin: 20px 0; }

.form__fieldset label.error { margin: 9px 0 0 10px; color: #e0204d; font-size: 12px; font-size: 1.2rem; }

.form__fieldset .btn, .form__fieldset .form__submit input, .form__submit .form__fieldset input { margin-top: 20px; padding: 15px 20px; font-size: 15px; }

@media screen and (min-width: 768px) { .form__fieldset .btn, .form__fieldset .form__submit input, .form__submit .form__fieldset input { margin-top: 40px; padding: 20px 40px; } }

.form__fieldset .cf_date_1:after, .form__fieldset .cf_date_2:after { content: "\e918"; position: absolute; bottom: -5px; right: 10px; font-size: 25px; font-size: 2.5rem; color: #192440; }

.form__fieldset input[type="checkbox"] { width: 13px; height: auto; }

.form__fieldset .acceptance { margin-top: 20px; }

.form__label { position: relative; display: block; margin: 10px 10px 10px 0; color: #525252; text-transform: uppercase; }

.form__label--radio, .form__label--checkbox { margin: 0 0 5px 0; padding: 0; font-size: 14px; font-size: 1.4rem; text-transform: none; font-weight: 500; }

.form__label--radio a, .form__label--checkbox a { color: #e58287; border-bottom: 1px solid transparent !important; }

.form__label--radio a:hover, .form__label--checkbox a:hover { border-color: #e58287; }

.form__label--radio i, .form__label--checkbox i { float: left; position: relative; top: 2px; }

.form__label--radio span, .form__label--checkbox span { display: block; margin-left: 25px; }

.form__textfield, .form__fieldset input { background-color: #fff; margin: 0; padding: 0 20px; width: 100%; height: 48px; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #231f20; font-size: 14px; font-size: 1.4rem; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); }

@media screen and (min-width: 768px) { .form__textfield, .form__fieldset input { height: 58px; padding: 0 30px; } }

.form__textfield:focus, .form__fieldset input:focus { border-color: #192440; color: #192440; }

.form__textfield::-webkit-input-placeholder, .form__fieldset input::-webkit-input-placeholder { color: #7a8a9b; }

.form__textfield:-moz-placeholder, .form__fieldset input:-moz-placeholder { color: #7a8a9b; }

.form__textfield::-moz-placeholder, .form__fieldset input::-moz-placeholder { color: #7a8a9b; }

.form__textfield:-ms-input-placeholder, .form__fieldset input:-ms-input-placeholder { color: #7a8a9b !important; }

.form__textfield.error, .form__fieldset input.error { border-color: #e0204d; }

.form__select { margin: 0; padding: 0 10px; width: 100%; height: 48px; border: 1px solid #c6c3c8; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #717171; font-size: 14px; font-size: 1.4rem; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }

.form__select:focus { border: 1px solid #e58287; }

.form__select.error { border-color: #e0204d; }

.form__textarea, .form__fieldset textarea { background-color: #fff; padding: 30px; width: 100%; height: 160px; background: #FFF; border: none; font-size: 14px; font-size: 1.4rem; color: #192440; resize: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

@media screen and (min-width: 768px) { .form__textarea, .form__fieldset textarea { height: 130px; } }

.form__textarea:focus, .form__fieldset textarea:focus { border-color: #192440; color: #192440; }

.form__textarea::-webkit-input-placeholder, .form__fieldset textarea::-webkit-input-placeholder { color: #7a8a9b; }

.form__textarea:-moz-placeholder, .form__fieldset textarea:-moz-placeholder { color: #7a8a9b; }

.form__textarea::-moz-placeholder, .form__fieldset textarea::-moz-placeholder { color: #7a8a9b; }

.form__textarea:-ms-input-placeholder, .form__fieldset textarea:-ms-input-placeholder { color: #7a8a9b !important; }

.form__textarea.error, .form__fieldset textarea.error { border-color: #e0204d; }

.form__submit { position: relative; width: 200px; }

.form__submit input { padding: 10px 30px; border: 2px solid #CF0808; background-color: #CF0808; }

.form__submit input:hover { border: 2px solid #e58287; background-color: #e58287; }

.form__submit .icon { position: absolute; top: 29px; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); right: 20px; color: #fff; font-size: 16px; font-size: 1.6rem; cursor: pointer; }

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
input.wpcf7-form-control.wpcf7-file { height: 220px; line-height: 20px; text-align: center; top: 50%; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); font-family: "Poppins", sans-serif; letter-spacing: 1px; color: #5766C1; font-size: 10px; }

@keyframes border-one { 0% { width: 0; }
  10% { width: 100%; }
  100% { width: 100%; } }

@keyframes border-two { 0% { height: 0; }
  10% { height: 0%; }
  20% { height: 100%; }
  100% { height: 100%; } }

@keyframes border-three { 0% { width: 0; }
  20% { width: 0%; }
  30% { width: 100%; }
  100% { width: 100%; } }

@keyframes border-four { 0% { height: 0; }
  30% { height: 0%; }
  40% { height: 100%; }
  100% { height: 100%; } }

@keyframes line-one { 0% { left: 25%;
    width: 0; }
  40% { left: 25%;
    width: 0%; }
  43% { left: 25%;
    width: 50%; }
  52% { left: 25%;
    width: 50%; }
  54% { left: 25%;
    width: 0%; }
  55% { right: 25%;
    left: auto; }
  63% { width: 10%;
    right: 25%;
    left: auto; }
  100% { width: 10%;
    right: 25%;
    left: auto; } }

@keyframes line-two { 0% { width: 0; }
  42% { width: 0%; }
  45% { width: 50%; }
  53% { width: 50%; }
  54% { width: 0%; }
  60% { width: 50%; }
  100% { width: 50%; } }

@keyframes line-three { 0% { width: 0; }
  45% { width: 0%; }
  48% { width: 50%; }
  51% { width: 50%; }
  52% { width: 0%; }
  100% { width: 0%; } }

@keyframes box { 0% { opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px; }
  55% { margin-left: 0px;
    height: 50px;
    width: 40px; }
  60% { margin-left: 0px;
    height: 35px;
    width: 50px; }
  74% { msthin-left: 0; }
  80% { margin-left: -50px;
    opacity: 1; }
  90% { height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0; }
  100% { opacity: 0; } }

@-webkit-keyframes icon-beat { 0% { -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  100% { -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes icon-beat { 0% { -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  100% { -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.prefooter { background: #eff4f8; position: relative; padding: 30px 0 0; }

@media screen and (min-width: 1024px) { .prefooter { padding: 50px 0 0; } }

.prefooter h5 { margin-bottom: 20px; }

.prefooter__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; margin-bottom: 0; border-top: 1px solid #fff; }

@media screen and (min-width: 1024px) { .prefooter__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin-bottom: 50px; padding-top: 50px; } }

.prefooter__item { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-bottom: 25px; }

@media screen and (min-width: 1024px) { .prefooter__item { -webkit-box-flex: 0; -webkit-flex: 0 0 30%; -moz-box-flex: 0; -moz-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; margin-bottom: 0; } }

.prefooter__item span { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; margin: 0 5px 10px 0; display: block; }

.prefooter__item a { font-size: 16px; font-size: 1.6rem; line-height: 18px; line-height: 1.8rem; }

.prefooter__item a span { display: inline-block; }

.prefooter__item_social { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-top: 24px; }

.prefooter__item_social i { font-size: 18px; font-size: 1.8rem; }

.prefooter__item_social i:before { color: #231f20; }

.prefooter__item_social a { margin-right: 10px; }

.prefooter__bottom { padding: 25px 0; border-top: 1px solid #fff; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: reverse; -webkit-box-orient: vertical; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

@media screen and (min-width: 1200px) { .prefooter__bottom { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.prefooter__bottom_item img { padding: 0 10px 15px 0; height: 35px; }

.prefooter__bottom_item:last-of-type { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

@media screen and (min-width: 1200px) { .prefooter__bottom_item img { padding: 0 0 0 10px; } }

.prefooter__bottom span { font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2rem; text-align: center; display: block; }

.prefooter__bottom span a { color: #231f20; }

.prefooter__img img { margin: 0 0 15px; width: 300px; }

.prefooter .list1 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overflow: hidden; }

@media screen and (min-width: 768px) { .prefooter .list1 { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.prefooter .list1 li { margin: 0 0 10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .prefooter .list1 li { -webkit-box-flex: 1; -webkit-flex: 1 0 calc(50% - 10px); -moz-box-flex: 1; -moz-flex: 1 0 calc(50% - 10px); -ms-flex: 1 0 calc(50% - 10px); flex: 1 0 calc(50% - 10px); -webkit-box-flex: 1; -webkit-flex: 1 0 50%; -moz-box-flex: 1; -moz-flex: 1 0 50%; -ms-flex: 1 0 50%; flex: 1 0 50%; } }

.prefooter .list1 li a { color: #231f20; font-size: 15px; font-size: 1.5rem; line-height: 19px; line-height: 1.9rem; font-weight: 500; }

.prefooter .list1 li a:hover { color: #1b83aa; }

.prefooter .list2 { margin-top: 20px; }

.prefooter .list2 a { color: #231f20; text-decoration: underline; }

.prefooter .list2 a:hover { color: #1b83aa; }

.prefooter .list2 li { position: relative; padding-left: 25px; }

.prefooter .list2 li:nth-child(1):before { font-weight: 400; font-size: 15px; font-family: 'zo'; content: '\e909'; left: 0; position: absolute; }

.prefooter .list2 li:nth-child(2):before { font-weight: 400; font-size: 15px; font-family: 'zo'; content: '\e900'; left: 0; position: absolute; }

.prefooter .list2 li:nth-child(3):before { font-weight: 400; font-size: 15px; font-family: 'zo'; content: '\e902'; left: 0; position: absolute; color: #fff; }

.footer { padding: 10px 0; background-color: #c76b6f; background-image: radial-gradient(#a56164 33%, transparent 33%); background-size: 3px 3px; }

@media screen and (min-width: 1024px) { .footer { padding: 20px 0; } }

.footer__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; padding: 0 25px; }

@media screen and (min-width: 1024px) { .footer__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.footer__inner p, .footer__inner .wysiwyg table td, .wysiwyg table .footer__inner td { font-size: 12px; font-size: 1.2rem; margin: 0; color: #fff; }

.page__header { position: relative; padding: 100px 0 50px; }

@media screen and (min-width: 768px) { .page__header { padding: 180px 0 130px; } }

.page__header_info { width: 50%; margin: 0 auto 0 0; }

.page__header h2 { z-index: 1; position: relative; color: #000; }

.page__header .breadcrumb { margin: 20px 0; font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2rem; color: #000000; z-index: 1; position: relative; }

.page__header_inner { position: relative; }

.page__header_blog { padding: 100px 0 0; }

@media screen and (min-width: 479px) { .page__header_blog { padding: 150px 0 0; } }

.page__header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); z-index: 1; }

@media screen and (min-width: 1200px) { .page__header::before { content: none; } }

.page__header:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../img/single.jpg); background-repeat: repeat-x; background-position: top; background-size: cover; }

.page--single .page__header:after { background-image: url(../img/single.jpg); }

.page__wrapper { padding: 25px 0; }

@media screen and (min-width: 768px) { .page__wrapper { padding: 50px 0; } }

.page__wrapper_inner { margin-bottom: 50px; }

@media screen and (min-width: 768px) { .page__wrapper_inner { margin-bottom: 0; } }

.page__wrapper .contact_form { max-width: 1000px; margin: 0; }

.page__wrapper .contact_form .center { text-align: center; }

@media screen and (min-width: 768px) { .page__wrapper .contact_form { margin: 0 auto; } }

.page__wrapper .woocommerce-breadcrumb { display: none; }

.page__wrapper .question { background: #D8D8D8; padding: 50px 0; margin: 50px 0 0; }

@media screen and (min-width: 768px) { .page__wrapper .question { padding: 100px 0; margin: 0; } }

.page__content { padding: 0; max-width: 1200px; margin: 0 auto; }

.page__content .woocommerce-breadcrumb { display: none; }

.page__content p, .page__content .wysiwyg table td, .wysiwyg table .page__content td { text-align: left; margin: 0 0 20px 0; }

.page__content_inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; margin-bottom: 20px; }

@media screen and (min-width: 768px) { .page__content_inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.page__content_inner img { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 313px; margin: 0 auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }

@media screen and (min-width: 768px) { .page__content_inner img { -webkit-box-flex: 0; -webkit-flex: 0 0 30%; -moz-box-flex: 0; -moz-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; } }

.page__content_inner div { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .page__content_inner div { -webkit-box-flex: 70%; -webkit-flex: 70%; -moz-box-flex: 70%; -moz-flex: 70%; -ms-flex: 70%; flex: 70%; padding-left: 50px; } }

.page__content .ceo { margin: 50px auto; max-width: 1000px; text-align: center; }

@media screen and (min-width: 768px) { .page__content .ceo { margin: 100px auto; } }

.page__content .ceo .card__title { font-size: 22px; font-size: 2.2rem; line-height: 32px; line-height: 3.2rem; font-style: italic; }

.page__content .ceo .card__title:after { content: ''; border-bottom: 1px solid #C9CBD6; width: 80px; position: absolute; bottom: -25px; left: 50%; transform: perspective(1px) translate(-50%, -50%); }

.page__content .ceo .card__excerpt { margin: 50px 0; font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; }

.page__content .ceo .card__name span { display: block; }

.page__content .ceo .card__name span:first-of-type { font-size: 19px; font-size: 1.9rem; line-height: 24px; line-height: 2.4rem; font-weight: 700; padding-bottom: 5px; }

.page__content .ceo .card__name span:last-of-type { font-size: 17px; font-size: 1.7rem; line-height: 21px; line-height: 2.1rem; font-weight: 400; }

.page__single { margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 768px) { .page__single { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: 50px 0 0; } }

.page__single .heading { color: #fff; }

.page__single_item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .page__single_item:first-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 30%; -moz-box-flex: 0; -moz-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; } }

.page__single_item:last-of-type { padding: 50px 0 0; }

@media screen and (min-width: 768px) { .page__single_item:last-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 70%; -moz-box-flex: 0; -moz-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; padding: 0 0 0 50px; } }

.page__single_item .single_img { width: 100%; height: auto; max-width: 100%; overflow: hidden; background-repeat: no-repeat; background-size: contain; background-position: top; margin: 0 auto; padding-bottom: 100%; }

.page__related { margin: 50px 0 0; }

.page__related h2.heading { margin: 0 0 30px 0; }

.page.page--contact .section { padding: 0; }

.page.page--contact .section p, .page.page--contact .section .wysiwyg table td, .wysiwyg table .page.page--contact .section td { max-width: 1000px; margin: 0 auto; text-align: center; }

.page.page--contact .contact { padding: 50px 0; }

@media screen and (min-width: 768px) { .page.page--contact .contact { padding: 100px 0; } }

.page.page--contact .contact__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }

@media screen and (min-width: 768px) { .page.page--contact .contact__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.page.page--contact .contact__inner_item:first-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .page.page--contact .contact__inner_item:first-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 70%; -moz-box-flex: 0; -moz-flex: 0 0 70%; -ms-flex: 0 0 70%; flex: 0 0 70%; display: block; } }

.page.page--contact .contact__inner_item:first-of-type h2 { margin: 0 0 20px 0; }

.page.page--contact .contact__inner_item:last-of-type { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; padding: 50px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .page.page--contact .contact__inner_item:last-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 30%; -moz-box-flex: 0; -moz-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; padding: 0 0 0 50px; } }

@media screen and (min-width: 1024px) { .page.page--contact .contact__inner_item:last-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 30%; -moz-box-flex: 0; -moz-flex: 0 0 30%; -ms-flex: 0 0 30%; flex: 0 0 30%; padding: 0 0 0 80px; } }

.page.page--contact .contact__inner_item:last-of-type ul.list2 { margin-top: 5px 0 20px 0; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 a { color: #192440; text-decoration: underline; font-size: 16px; font-size: 1.6rem; line-height: 18px; line-height: 1.8rem; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 a span { display: inline-block; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 a:hover { color: #1b83aa; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 li { position: relative; padding-left: 25px; margin: 0 0 15px 0; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 li span { font-size: 15px; font-size: 1.5rem; line-height: 22px; line-height: 2.2rem; margin: 0 5px 10px 0; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 li:nth-child(1):before { font-weight: 400; font-size: 15px; font-family: 'zo'; content: '\e909'; left: 0; position: absolute; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 li:nth-child(2):before { font-weight: 400; font-size: 15px; font-family: 'zo'; content: '\e900'; left: 0; position: absolute; }

.page.page--contact .contact__inner_item:last-of-type ul.list2 li:nth-child(3):before { font-weight: 400; font-size: 15px; font-family: 'zo'; content: '\e902'; left: 0; position: absolute; }

.page.page--contact .contact__inner_item:last-of-type .social i { font-size: 18px; font-size: 1.8rem; }

.page.page--contact .contact__inner_item:last-of-type .social a { margin-right: 10px; }

.page .team { padding: 0 0 50px; }

@media screen and (min-width: 768px) { .page .team { padding: 0 0 100px; } }

.page .team .fold__slider { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin: 25px -10px 0; }

@media screen and (min-width: 768px) { .page .team .fold__slider { margin: 50px -10px 0; } }

.page .team .fold__slider .container, .page .team .fold__slider .page__header_inner { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); top: unset; bottom: -50px; z-index: 1; text-align: center; }

.page .team .fold__slider .container .fold__dots_team li, .page .team .fold__slider .page__header_inner .fold__dots_team li { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin: 0 5px; }

@media screen and (min-width: 480px) { .page .team .fold__slider .container .fold__dots_team li, .page .team .fold__slider .page__header_inner .fold__dots_team li { margin: 0 10px; } }

.page .team .fold__item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 100%; -webkit-flex: 100%; -moz-box-flex: 100%; -moz-flex: 100%; -ms-flex: 100%; flex: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }

@media screen and (min-width: 480px) { .page .team .fold__item { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; } }

@media screen and (min-width: 768px) { .page .team .fold__item { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -moz-box-flex: 0; -moz-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; } }

.page .team .section__title { margin: 10px 0 10px; }

.page .team .section p, .page .team .section .wysiwyg table td, .wysiwyg table .page .team .section td { max-width: 600px; margin: 0 auto; text-align: center; }

.page .team .card--02 .card__data { bottom: 30px; }

.page .team .card--04 { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.page .team .card--04 .card__figure { flex: 0 0 24%; padding-right: 0; }

.page .team__btn { margin: 0 auto; text-align: center; padding: 100px 0 0; }

.page .section { padding: 20px 0 0; }

@media screen and (min-width: 768px) { .page .section { padding: 60px 0 20px; } }

.page .section__subtitle { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; font-weight: 600; color: #231f20; text-transform: uppercase; }

.page .section__subtitle span { color: #231f20; }

.page .section__title { margin: 10px 0; padding: 0; }

@media screen and (min-width: 480px) { .page .section__title { margin: 10px 0 30px; } }

.page .collection__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }

@media screen and (min-width: 768px) { .page .collection__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.page .collection__item { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 768px) { .page .collection__item { width: 49%; } }

.page .collection__item .top .card__figure_img { padding-bottom: 48%; }

.page .collection__item .bottom { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; margin: 0 0 4% 0; }

.page .collection__item .bottom .l { width: 100%; padding-right: 4%; }

.page .collection__item .bottom .r { width: 100%; }

@media screen and (min-width: 768px) { .page .collection__item .bottom .l { width: 48%; padding-right: 0; }
  .page .collection__item .bottom .r { width: 48%; } }

.page .collection__item:first-of-type .bottom { margin: 4% 0 0 0; }

.page .collection__item:last-of-type { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: reverse; -webkit-box-orient: vertical; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

@media screen and (min-width: 768px) { .page .collection__item:last-of-type { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.page .collection__item:last-of-type .top { margin: 4% 0 4% 0; }

@media screen and (min-width: 768px) { .page .collection__item:last-of-type .top { margin: 0; } }

.page .new--davos { background: #eff4f8; margin: 100px 0 0; padding-bottom: 100px; }

.page .new--antony { margin: 0 0 100px; }

.page .new .slick-slider { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

.page .new .slick-slider .slick-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.page .new .slick-slider .slick-list .fold__item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

.page .new .slick-slider .slick-list .fold__item li.product { width: 100% !important; flex: unset !important; padding: 0 15px !important; }

.page .favorite { margin: 0; }

.page .favorite .slick-slider { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

.page .favorite .slick-slider .slick-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.page .favorite .slick-slider .slick-list .fold__item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

.page .favorite .slick-slider .slick-list .fold__item li.product { width: 100% !important; flex: unset !important; padding: 0 15px !important; }

.page .action__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin: 50px 0; }

.page .action__item { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .page .action__item { width: 48%; } }

.page .action__item:first-of-type .card__data { top: 60px; }

.page .action__item:first-of-type .card__title { margin: 10px 0 30px; }

.page .action__item:last-of-type { padding-right: 70px; }

.page .action .card__figure_img { min-height: 520px; padding-bottom: 0; }

.page .info { background: #eff4f8; padding: 50px 0 0; }

.page .info__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin: 0; }

@media screen and (min-width: 768px) { .page .info__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin: 0 -15px; } }

.page .info__box { width: 100%; padding: 0 0 30px; }

@media screen and (min-width: 768px) { .page .info__box { width: 30%; padding: 0 15px; } }

.page .info__box h5 { position: relative; padding: 0 0 0 40px; }

.page .info__box:nth-child(1) h5:before { font-weight: 400; font-size: 25px; font-family: 'zo'; content: '\e90c'; left: 0; position: absolute; }

.page .info__box:nth-child(2) h5:before { font-weight: 400; font-size: 25px; font-family: 'zo'; content: '\e901'; left: 0; position: absolute; }

.page .info__box:nth-child(3) h5:before { font-weight: 400; font-size: 25px; font-family: 'zo'; content: '\e90d'; left: 0; position: absolute; }

.page .info p, .page .info .wysiwyg table td, .wysiwyg table .page .info td { margin: 10px 0 0; font-size: 15px; font-size: 1.5rem; line-height: 21px; line-height: 2.1rem; }

.page .testimonials { margin-bottom: 30px; }

@media screen and (min-width: 768px) { .page .testimonials { margin-bottom: 100px; } }

.page--single .woocommerce a { text-decoration: underline; }

.page--404 span { position: relative; font-size: 200px; font-size: 20rem; line-height: 200px; line-height: 20rem; margin: 0 0 25px; padding: 0 0 15px; color: #000; font-weight: 600; text-align: center; display: block; }

.page--404 .page__404_content { text-align: center; padding: 50px 0; }

@media screen and (min-width: 480px) { .page--404 .page__404_content { padding: 50px 0 100px; } }

.page--404 .page__404_content .desc { max-width: 1000px; margin: 50px auto; }

.page--singleblog h3 { text-align: left; max-width: 100%; }

.page--singleblog h3:after { left: 0; width: 100%; margin-left: 0; }

.page--singleblog .page__single_img { margin: 20px auto 40px; }

.page--singleblog p, .page--singleblog .wysiwyg table td, .wysiwyg table .page--singleblog td { text-align: left; }

.page:before:hover { background: #192440; }

.page__title { text-align: center; position: relative; }

.page__title h2 { margin: 20px auto 40px; }

.page__title .pagenav { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; margin: 30px 0; }

@media screen and (min-width: 480px) { .page__title .pagenav { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; margin: 50px 0; } }

.page__title .pagenav a { font-size: 14px; font-size: 1.4rem; line-height: 26px; line-height: 2.6rem; color: #BDBDBD; font-weight: 500; }

.page__title .pagenav__onlink { color: #2F3B85 !important; font-weight: 600 !important; }

.page__video iframe { width: 100%; }

.page__gallery { background-color: #F7F7F7; padding: 0 0 80px; margin-top: 0; }

@media screen and (min-width: 768px) { .page__gallery { padding: 150px 0 80px; margin-top: -100px; } }

.page__gallery_post { padding: 0 0 50px; }

.page__archive { padding: 0 0 50px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; -webkit-justify-content: space-evenly; -moz-justify-content: space-evenly; justify-content: space-evenly; width: 100%; }

@media screen and (min-width: 768px) { .page__archive { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.page__archive_sidebar { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 0; }

@media screen and (min-width: 768px) { .page__archive_sidebar { -webkit-box-flex: 0; -webkit-flex: 0 0 20%; -moz-box-flex: 0; -moz-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; padding-right: 50px; } }

.page__archive_sidebar .products { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.page__archive_sidebar .products li { width: 100% !important; margin: 0 0 10px !important; }

.page__archive_sidebar .woocommerce-loop-category__title { font-size: 13px !important; font-size: 1.3rem !important; line-height: 20px !important; line-height: 2rem !important; padding: 0 !important; }

.page__archive_products { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 0; }

@media screen and (min-width: 768px) { .page__archive_products { -webkit-box-flex: 0; -webkit-flex: 0 0 80%; -moz-box-flex: 0; -moz-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%; padding-left: 30px; } }

.page__archive_products li.product { text-align: center; }

.page__archive .woocommerce-pagination { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; position: relative; margin: 20px 0 0 0; }

.page__archive .woocommerce-pagination .prev.page-numbers, .page__archive .woocommerce-pagination .next.page-numbers { color: #fff; }

.page__archive .woocommerce-pagination .page-numbers { border: none; }

.page__archive .woocommerce-pagination .page-numbers li { font-size: 14px; font-size: 1.4rem; width: 40px; height: 40px; margin: 0 10px 10px 0; background-color: #1b83aa; color: #fff; border: 2px solid #1b83aa; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; cursor: pointer; }

.page__archive .woocommerce-pagination .page-numbers li:hover { background-color: #1b83aa; border: 2px solid #1b83aa; color: #fff; opacity: 0.7; }

.page__archive .woocommerce-pagination .page-numbers li .current { background-color: #1b83aa; border: 2px solid #1b83aa; color: #fff; opacity: 1; }

.page__archive .woocommerce-pagination .page-numbers li a { line-height: 22px; font-size: 15px; font-weight: 400; padding: 0.5em; min-width: 1em; display: block; color: #fff; }

.page__archive .woocommerce-pagination .page-numbers li a:hover { background: none; color: #fff; }

.page__archive .woocommerce-pagination .page-numbers li span { line-height: 18px; font-size: 15px; font-weight: 400; padding: 0.5em; min-width: 1em; display: block; }

.page__singlearrows { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 0; }

.page__singlearrows a { text-transform: none; letter-spacing: 0; }

@media screen and (min-width: 480px) { .page__singlearrows { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.page__singleblog { max-width: 900px; margin: 0 auto 40px; border-bottom: 1px solid #BDBDBD; }

.page__timestamp { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; color: #231f20; font-weight: 500; font-size: 12px; font-size: 1.2rem; text-transform: capitalize; }

.page__timestamp_autor { font-weight: 700; }

.page__timestamp .space { margin: 0 5px; }

.news { background: #D8D8D8; padding: 50px 0; margin: 50px 0 30px; }

@media screen and (min-width: 1200px) { .news { padding: 100px 0; margin: 100px 0 0; } }

.news__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media screen and (min-width: 1200px) { .news__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.news__title { width: 100%; padding: 0 0 30px 0; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 1200px) { .news__title { text-align: left; } }

@media screen and (min-width: 1200px) { .news__title { width: 25%; padding: 0 35px 0 0; } }

.news__title p, .news__title .wysiwyg table td, .wysiwyg table .news__title td { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; text-transform: uppercase; font-weight: 600; letter-spacing: 4px; margin: 0 auto 10px; display: block; width: max-content; color: #1b83aa; }

@media screen and (min-width: 1200px) { .news__title p, .news__title .wysiwyg table td, .wysiwyg table .news__title td { margin: 0 0 10px 0; } }

.news__title h2 { margin-bottom: 40px; }

.news__col { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; width: 100%; }

@media screen and (min-width: 600px) { .news__col { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

@media screen and (min-width: 1200px) { .news__col { width: 75%; } }

.news__pagination { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; position: relative; }

.news__pagination .prev.page-numbers, .news__pagination .next.page-numbers { display: none; }

.news__pagination .page-numbers { font-size: 14px; font-size: 1.4rem; width: 50px; height: 50px; margin-right: 10px; background-color: #231f20; color: #fff; border: 2px solid #111111; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); }

.news__pagination .page-numbers:hover { background-color: #111111; border: 2px solid #111111; color: #fff; }

.news__pagination .current { background-color: #111111; color: #fff; border: 2px solid #111111; }

.news--davos { background: #f0fcff; }

.blog__heading { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

.blog__heading_item:nth-child(2) { display: none; }

@media screen and (min-width: 768px) { .blog__heading_item:nth-child(2) { display: block; } }

.blog__foot { display: block; }

@media screen and (min-width: 768px) { .blog__foot { display: none; } }

.blog__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin: 0 -10px; }

.blog__item { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 50px; }

@media screen and (min-width: 479px) { .blog__item { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; } }

@media screen and (min-width: 768px) { .blog__item { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -moz-box-flex: 0; -moz-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; } }

.blog__item_btn { margin: 20px auto 0; }

.blog__pagination { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; position: relative; }

.blog__pagination .prev.page-numbers, .blog__pagination .next.page-numbers { display: none; }

.blog__pagination .page-numbers { font-size: 14px; font-size: 1.4rem; width: 40px; height: 40px; margin-right: 10px; background-color: #1b83aa; color: #fff; border: 2px solid #1b83aa; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; cursor: pointer; -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3); }

.blog__pagination .page-numbers:hover { background-color: #000; border: 2px solid #000; color: #fff; }

.blog__pagination .current { background-color: #000; color: #fff; border: 2px solid #000; }

.wysiwyg > h2:before { display: none; }

.wysiwyg > p span, .wysiwyg table .wysiwyg > td span { color: #e58287; }

.wysiwyg > p a, .wysiwyg table .wysiwyg > td a { color: #111111; text-decoration: underline; }

.wysiwyg > p a:hover, .wysiwyg table .wysiwyg > td a:hover { color: #000; }

.wysiwyg > p strong, .wysiwyg table .wysiwyg > td strong { font-weight: 700; }

.wysiwyg > img { max-width: 100%; }

.wysiwyg .entry-content img, .wysiwyg .comment-content img, .wysiwyg .widget img { max-width: 100%; }

.wysiwyg img[class*="align"], .wysiwyg img[class*="wp-image-"] { max-width: 100%; height: auto; }

.wysiwyg img.size-full { max-width: 100%; width: auto; }

.wysiwyg .wp-caption { max-width: 100%; }

.wysiwyg .aligncenter { display: block; margin: 0 auto; }

.wysiwyg .alignleft { float: left; margin: 0 15px 15px 0; }

.wysiwyg .alignright { float: right; margin: 0 0 15px 15px; }

.wysiwyg figcaption { margin-bottom: 20px; font-size: 13px; font-size: 1.3rem; }

.wysiwyg > blockquote { display: block; margin: 15px 10px 15px 15px; padding: 2px 0 2px 10px; font-size: 16px; font-size: 1.6rem; line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 2px solid; font-style: italic; }

@media screen and (min-width: 1024px) { .wysiwyg > blockquote { margin: 25px 10px 25px 35px; padding: 2px 0 2px 10px; } }

.wysiwyg table { width: 100%; }

.wysiwyg > ul, .wysiwyg ol { list-style-position: inside; margin-bottom: 20px; }

.wysiwyg > ul li, .wysiwyg ol li { position: relative; margin: 0 0 10px 0; padding: 0 10px 0 15px; font-size: 16px; font-size: 1.6rem; line-height: 26px; line-height: 2.6rem; font-weight: 400; }

@media screen and (min-width: 768px) { .wysiwyg > ul li, .wysiwyg ol li { padding: 0 10px 0 30px; } }

.wysiwyg > ul li:before, .wysiwyg ol li:before { content: "\e905"; color: #111111; font-size: 12px; font-size: 1.2rem; position: absolute; top: 13px; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.wysiwyg > ul li ul, .wysiwyg ol li ul { margin: 20px 0; }

.location { position: relative; padding-top: 30px; }

@media screen and (min-width: 768px) { .location { padding-top: 50px; } }

.location .container, .location .page__header_inner { position: relative; }

.location .acf-map { width: 100%; height: 400px; }

@media screen and (min-width: 768px) { .location .acf-map { height: 500px; } }

.location__box { position: relative; z-index: 4; background: #fff; padding: 20px; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 479px) { .location__box { position: absolute; top: -50px; right: 10px; } }

@media screen and (min-width: 768px) { .location__box { padding: 20px 40px 40px; } }

@media screen and (min-width: 1024px) { .location__box { padding: 30px 60px 60px; } }

.location__box strong { font-size: 22px; font-size: 2.2rem; margin-bottom: 15px; display: block; font-weight: 500; }

.location__box a { margin-top: 40px; }

.location__box p, .location__box .wysiwyg table td, .wysiwyg table .location__box td { margin: 0; }

.newsletter__wrap { position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; margin-bottom: 15px; }

.newsletter__wrap input { border: 1px solid #C9CBD6; border-right: none; padding: 12px 10px; width: 100%; font-size: 14px; font-size: 1.4rem; }

.newsletter__wrap .btn, .newsletter__wrap .form__submit input, .form__submit .newsletter__wrap input { font-size: 13px; font-size: 1.3rem; line-height: 20px; line-height: 2rem; padding: 10px; letter-spacing: 0; width: 35%; }

.newsletter__wrap_form { width: 65%; }

.register { width: 100%; }

.register .one-half.first, .register .one-half.sec { width: 100% !important; }

@media screen and (min-width: 768px) { .register .one-half.first, .register .one-half.sec { width: 48.7179487179% !important; } }

.register .one-half.sec { margin-left: 0 !important; }

@media screen and (min-width: 768px) { .register .one-half.sec { margin-left: 2.5641% !important; } }

.register .nf-form-fields-required { display: none; }

.register .nf-fu-fileinput-button { height: 50px; padding: 0 20px; background: #111111; border: 2px solid #111111; }

.register .nf-fu-fileinput-button:hover { border: 2px solid #111111; background-color: #00000099; }

.register .nf-field-element textarea { height: 150px; }

.register input.ninja-forms-field, .register textarea.ninja-forms-field { color: #fff; font-size: 14px; font-size: 1.4rem; line-height: 18px; line-height: 1.8rem; display: inline-block; vertical-align: middle; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 500; position: relative; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; color: #000; border: none; border-bottom: 1px solid #C9CBD6; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }

.register label { font-size: 15px; font-size: 1.5rem; line-height: 18px; line-height: 1.8rem; color: #000; font-weight: 600 !important; }

.register .nf-error-msg { color: #cb161d; font-size: 13px; font-size: 1.3rem; line-height: 16px; line-height: 1.6rem; }

.register .nf-field-container { margin-bottom: 15px; }

.register .nf-field-label { margin-bottom: 5px; }

.register .nf-form-hp { display: none; }

.register #nf-field-10, .register #nf-field-15 { color: #fff; cursor: pointer; width: auto; padding: 12px 40px; margin: 20px auto 0; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; border: 2px solid #1b83aa; background-color: #1b83aa; text-transform: uppercase; letter-spacing: 1px; }

.register #nf-field-10:hover, .register #nf-field-15:hover { border: 2px solid #000; background-color: #000; }

@media screen and (min-width: 479px) { .register #nf-field-10, .register #nf-field-15 { margin: 20px 0 0 0; } }

.register #nf-field-14-wrap { display: flex; align-items: center; }

.register .checkbox-wrap .nf-field-label { margin: 0 0 0 20px; padding: 0; }

.register .label-right .checkbox-wrap .nf-field-element { width: 10px; }

.tab { /* Accordion styles */ width: 100%; color: white; margin: 10px 0; padding: 0; box-sizing: border-box; overflow: hidden; }

.tab #chck1, .tab #chck2, .tab #chck3, .tab #chck4, .tab #chck5, .tab #chck6, .tab #chck7, .tab #chck8, .tab #chck9, .tab #chck10, .tab #chck11, .tab #chck12, .tab #chck13, .tab #chck14, .tab #chck15, .tab #chck16, .tab #chck17, .tab #chck18, .tab #chck19, .tab #chck20, .tab #chck21 { position: absolute; opacity: 0; z-index: -1; }

.tab__inner { padding: 15px; border: 1px solid #C9CBD6; border-top: none; }

.tab-label { display: flex; justify-content: space-between; padding: 1em; color: #000000; font-weight: bold; cursor: pointer; font-weight: 600; font-size: 16px; line-height: 24px; border: 1px solid #C9CBD6; }

@media screen and (min-width: 480px) { .tab-label { font-size: 18px; line-height: 26px; } }

.tab-label::after { content: "\e90f"; width: 1em; height: 1em; text-align: center; transition: all .35s; top: 5px; position: relative; padding-left: 10px; }

.tab-content { max-height: 0; padding: 0; color: #595B66; transition: all .35s; }

.tab-close { display: flex; justify-content: flex-end; padding: 1em; font-size: 0.75em; background: #000; cursor: pointer; }

.tab-close:hover { background: black; }

.tab input:checked + .tab-label::after { transform: rotate(180deg); }

.tab input:checked ~ .tab-content { max-height: 100vh; margin: 0; transition: all .35s; }

.banner { position: relative; margin: 0 0 50px; }

@media screen and (min-width: 768px) { .banner { margin: 100px 0 10px; } }

.banner .first { display: none; }

@media screen and (min-width: 768px) { .banner .first { display: inline-block; } }

.banner .second { display: table; margin: 0 auto; }

@media screen and (min-width: 768px) { .banner .second { display: none; } }

.banner .card--02 .card__figure_img { padding-bottom: 44%; background-size: contain; }

@media screen and (min-width: 768px) { .banner .card--02 .card__figure_img { padding-bottom: 46%; background-size: cover; } }

.banner .card--02 .card__data { position: relative; padding: 20px 20px 0 20px; background: #fff; max-width: 100%; height: max-content; margin: 0; text-align: center; }

@media screen and (min-width: 768px) { .banner .card--02 .card__data { position: absolute; padding: 40px; max-width: 530px; top: 0; margin: 40px; text-align: left; } }

.page--about .banner { margin: 0; }

@media screen and (min-width: 1024px) { .page--about .banner { margin: 200px 0 0; } }

.page--about .banner .card--02 .card__data { position: relative; padding: 0; max-width: 100%; top: 3px; margin: 0; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; z-index: 1; }

@media screen and (min-width: 1024px) { .page--about .banner .card--02 .card__data { position: absolute; top: -200px; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: left; } }

.page--about .banner .card--02 .card__figure { padding: 0; }

@media screen and (min-width: 1024px) { .page--about .banner .card--02 .card__figure { padding: 0; } }

.page--about .banner .card--02 .card__figure_img { padding-bottom: 39%; background-size: contain; }

@media screen and (min-width: 1024px) { .page--about .banner .card--02 .card__figure_img { padding-bottom: 40%; background-size: cover; } }

.page--about .banner .card__title { max-width: 100%; margin-bottom: 50px; }

@media screen and (min-width: 1024px) { .page--about .banner .card__title { max-width: 570px; margin-bottom: 0; } }

.banner__product .card__figure_img { padding-bottom: 80%; }

.banner__product .card__figure_img:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #ffffffa3; }

@media screen and (min-width: 479px) { .banner__product .card__figure_img { padding-bottom: 48%; }
  .banner__product .card__figure_img:after { background: -moz-linear-gradient(bottom, rgba(18, 38, 50, 0) 0%, #122632 100%); background: -webkit-linear-gradient(bottom, rgba(18, 38, 50, 0) 0%, #979797 100%); background: linear-gradient(to bottom, rgba(18, 38, 50, 0) 0%, #979797 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00122632', endColorstr='#122632',GradientType=0 ); } }

.banner__product .card__data { max-width: 550px; bottom: 40px; text-align: center; }

@media screen and (min-width: 479px) { .banner__product .card__data { text-align: left; } }

.banner .btn, .banner .form__submit input, .form__submit .banner input { margin-top: 30px; }

@media screen and (min-width: 768px) { .banner .btn, .banner .form__submit input, .form__submit .banner input { margin-top: 20px; } }

.partners { padding: 50px 0; }

@media screen and (min-width: 768px) { .partners { padding: 30px 0 60px; } }

.partners h3 { text-align: center; }

.partners__inner { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }

@media screen and (min-width: 768px) { .partners__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.partners__title { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; width: 100%; }

.partners__title p, .partners__title .wysiwyg table td, .wysiwyg table .partners__title td { margin: 0 auto 20px; }

@media screen and (min-width: 768px) { .partners__title { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -moz-box-flex: 0; -moz-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; padding: 0 10px; }
  .partners__title p, .partners__title .wysiwyg table td, .wysiwyg table .partners__title td { margin: 0; } }

.partners__items { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -moz-box-flex: 0; -moz-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (min-width: 768px) { .partners__items { -webkit-box-flex: 0; -webkit-flex: 0 0 75%; -moz-box-flex: 0; -moz-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } }

.partners__items .partners__item img { max-width: 160px; width: 100%; }

.partners__items a:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }

.partners__items img { margin: 10px 0; -webkit-transition: all .15s linear; transition: all .15s linear; }

.partners__img { display: block; position: relative; width: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; padding-bottom: 50%; border: 1px solid #F5F5F5; }

.partners .fold__item { height: auto; padding: 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.partners .fold__item:after { display: none; }

@media screen and (min-width: 1200px) { .partners .fold__item { padding: 0 10px; } }

.partners .fold__arrows_item { color: #333; }

.woocommerce div.product div.summary { display: flex; flex-wrap: wrap; flex-direction: column; }

.woocommerce div.product .product_title { display: flex; order: 1; }

.woocommerce div.product p.price, .woocommerce div.product .wysiwyg table td.price, .wysiwyg table .woocommerce div.product td.price, .woocommerce .woocommerce div.product span.price { color: #111; font-size: 35px; line-height: 35px; display: flex; order: 2; margin-bottom: 40px; }

.woocommerce .product form.cart { display: flex; align-items: center; flex-direction: row; margin-bottom: 40px; order: 3; }

@media screen and (max-width: 980px) { .woocommerce .product form.cart { flex-direction: column; align-items: center; margin-bottom: 20px; } }

.woocommerce .product-type-simple form.cart { display: flex; align-items: center; flex-direction: row; margin-bottom: 40px; order: 3; }

.woocommerce .product-type-variable form.cart { display: flex; align-items: center; flex-direction: column-reverse; margin-bottom: 40px; order: 3; width: 100%; }

.woocommerce .product form.cart .variations { width: 100%; margin: 20px 0; padding: 10px 0; border: 1px solid #A9ABB4; display: flex; justify-content: flex-start; align-items: center; }

.woocommerce .single_variation_wrap { display: flex; flex-direction: column; justify-content: flex-start; width: 100%; }

.woocommerce .single_variation_wrap bdi { font-size: 25px; padding-right: 15px; }

.woocommerce .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled { display: flex; justify-content: flex-start; width: 100%; }

.woocommerce p.stock, .woocommerce .wysiwyg table td.stock, .wysiwyg table .woocommerce td.stock, .woocommerce p.stock.in-stock, .woocommerce .wysiwyg table td.stock.in-stock, .wysiwyg table .woocommerce td.stock.in-stock { margin: 0 !important; font-size: 15px !important; color: #cf0808 !important; }

.woocommerce .product form.cart .reset_variations { font-size: 12px !important; }

.woocommerce .product form.cart .variations select { min-width: 50% !important; margin-right: 10px !important; border: 1px solid #A9ABB4; padding: 3px 5px; font-size: 12px; }

.woocommerce .product form.cart .variations th { text-align: left !important; }

.woocommerce .product form.cart .variations label { font-weight: 400 !important; font-size: 15px !important; line-height: 25px; margin-right: 10px; }

.woocommerce .product form.cart .variations label option { font-size: 12px; }

.woocommerce .wc-block-components-notice-banner.is-success { background-color: transparent; border-color: #D8D8D8; }

.woocommerce .wc-block-components-notice-banner.is-success > svg { background-color: #cf0808; }

.woocommerce #tab-description { display: none !important; }

.woocommerce .product--btn { display: flex; order: 3; margin-bottom: 20px; width: fit-content; }

.woocommerce .product_meta { display: flex; flex-direction: column; order: 4; font-size: 14px; font-size: 1.4rem; line-height: 20px; line-height: 2rem; padding: 0; margin: 0 0 30px 0; color: #111111; font-weight: 400; }

.woocommerce .available { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; padding: 0; margin: 0 0 20px 0; color: #111111; font-weight: 500; display: flex; flex-direction: column; order: 4; }

.woocommerce .woocommerce-product-details__short-description { display: flex; flex-direction: column; order: 5; padding-top: 30px; border-top: 1px solid #D8D8D8; }

.woocommerce .woocommerce-product-details__short-description p, .woocommerce .woocommerce-product-details__short-description .wysiwyg table td, .wysiwyg table .woocommerce .woocommerce-product-details__short-description td { margin-bottom: 10px; color: #000000; }

.woocommerce .woocommerce-breadcrumb { margin: 20px 0; font-size: 15px; font-size: 1.5rem; line-height: 20px; line-height: 2rem; color: #1b83aa; z-index: 1; position: relative; }

.woocommerce .woocommerce-breadcrumb__divider { color: #000; }

.woocommerce a.button.wc-backward { border: 2px solid #1b83aa; background-color: #1b83aa; font-size: 13px; font-size: 1.3rem; line-height: 18px; line-height: 1.8rem; padding: 10px; letter-spacing: 2px; text-transform: uppercase; color: #fff; font-weight: 500; border-radius: 0; }

.woocommerce a.button.wc-backward:hover { border: 2px solid #1b83aa; background-color: #a70707; }

.woocommerce button.button { font-size: 12px; line-height: 16px; font-weight: 400; background: #1b83aa !important; border: 1px solid #1b83aa; color: #fff !important; padding: 15px 10px; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; opacity: 1 !important; }

@media screen and (min-width: 479px) { .woocommerce button.button { font-size: 14px; line-height: 18px; letter-spacing: 4px; } }

.woocommerce button.button:hover { background: #000 !important; border: 1px solid #000; color: #fff; }

.woocommerce button.button:disabled[disabled]:hover { background-color: #000000; }

.woocommerce #place_order:hover { background-color: #cf0808 !important; }

.woocommerce a.checkout-button.button.alt.wc-forward { background-color: #cf0808 !important; color: #fff; font-size: 16px; line-height: 28px; font-weight: 400; border: 1px solid #cf0808; -webkit-font-smoothing: antialiased; text-transform: uppercase; letter-spacing: 4px; }

.woocommerce a.checkout-button.button.alt.wc-forward:hover { background-color: #000 !important; border: 1px solid #000 !important; color: #fff; }

.woocommerce form .form-row input.input-text, .woocommerce .woocommerce form .form-row textarea, .woocommerce form .form-row textarea { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0; background: #F7F7F7; padding: 10px; }

.woocommerce #customer_details { margin-bottom: 50px; }

.woocommerce .qty_button { line-height: 18px; color: #A9ABB4; }

.woocommerce .quantity .qty { width: 50px; text-align: center; font-size: 30px; height: 48px; color: #111; border: none; }

.woocommerce ul.products li.product .button { background-color: #cf0808; color: #fff; font-size: 14px; line-height: 18px; font-weight: 400; border: 1px solid #cf0808; -webkit-font-smoothing: antialiased; margin: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 2px; padding: 15px 10px; }

.woocommerce ul.products li.product .button:hover { background-color: #000000; border: 1px solid #000000; color: #fff; }

.woocommerce .wc-block-components-notice-banner { font-size: 15px; }

.woocommerce .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward { text-decoration-line: unset; text-underline-position: unset; line-height: unset; color: #000000 !important; font-weight: 400; opacity: 1; }

.woocommerce #add_payment_method #payment ul.payment_methods li, .woocommerce .woocommerce-cart #payment ul.payment_methods li, .woocommerce .woocommerce-checkout #payment ul.payment_methods li { color: #fff; font-size: 15px; }

.woocommerce #add_payment_method #payment div.payment_box p:last-child, .woocommerce #add_payment_method #payment div.payment_box .wysiwyg table td:last-child, .wysiwyg table .woocommerce #add_payment_method #payment div.payment_box td:last-child, .woocommerce .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce .woocommerce-cart #payment div.payment_box .wysiwyg table td:last-child, .wysiwyg table .woocommerce .woocommerce-cart #payment div.payment_box td:last-child, .woocommerce .woocommerce-checkout #payment div.payment_box p:last-child, .woocommerce .woocommerce-checkout #payment div.payment_box .wysiwyg table td:last-child, .wysiwyg table .woocommerce .woocommerce-checkout #payment div.payment_box td:last-child { color: #fff; font-size: 15px; }

.woocommerce .woocommerce-checkout #payment div.payment_box { background-color: #cf0808; color: #fff; }

.woocommerce .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar { background-color: #CF0808; }

.woocommerce .yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle { border: 4px solid #CF0808; background-color: #CF0808; }

.woocommerce .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .woocommerce .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, .woocommerce .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single { background-color: #CF0808; font-size: 12px; }

.woocommerce .irs--round { margin-top: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; }

@media screen and (min-width: 768px) { .woocommerce .irs--round { padding: 0; } }

.woocommerce .related.products { margin-top: 50px; display: inline-block; }

.woocommerce .related.products h2 { text-align: center; margin-bottom: 30px; }

.woocommerce .woocommerce-loop-product__link .price { font-size: 17px !important; font-weight: 400 !important; }

.woocommerce .coupon input { padding: 15px 10px !important; text-align: center; line-height: 18px !important; font-size: 13px !important; text-transform: uppercase; border-radius: 0; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] { padding: 15px 10px !important; text-align: center; line-height: 18px !important; font-size: 13px !important; text-transform: uppercase; border-radius: 0; }

.woocommerce img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail { width: 150px; }

.woocommerce .woocommerce-cart-form__cart-item.cart_item .woocommerce-Price-amount.amount { font-size: 17px; color: #000; }

.woocommerce table.shop_table { border-radius: 0 !important; border-top: none; margin-bottom: 50px; }

.woocommerce .cart_totals table.shop_table.shop_table_responsive { border: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce .product-name a { font-size: 17px; color: #000; font-weight: 600; }

.woocommerce .wc-proceed-to-checkout a.button.alt { padding: 10px 0; border-radius: 0; }

.woocommerce table.shop_table thead { display: none; }

.woocommerce .woocommerce-cart-form .quantity { border: 1px solid #A9ABB4; margin: 0 auto; display: inline-flex; }

.woocommerce .wc-block-components-notice-banner.is-info { background-color: #cf080800; border-color: #D8D8D8; }

.woocommerce .wc-block-components-notice-banner { border-radius: 0; color: #000000; margin: 0; }

.woocommerce .wc-block-components-notice-banner.is-info > svg { background-color: #cf0808; }

.woocommerce ul.products.columns-4 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; margin: 0 -10px; }

@media screen and (min-width: 479px) { .woocommerce ul.products.columns-4 { margin: 0; } }

.woocommerce li.product { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 10px !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 0 50px 0 !important; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100% !important; }

@media screen and (min-width: 479px) { .woocommerce li.product { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -moz-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50% !important; } }

@media screen and (min-width: 768px) { .woocommerce li.product { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -moz-box-flex: 0; -moz-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25% !important; } }

.woocommerce li.product h2 { font-size: 16px !important; line-height: 20px; }

@media screen and (min-width: 768px) { .woocommerce li.product h2 { font-size: 18px !important; line-height: 22px !important; } }

.woocommerce li.product .price { font-size: 17px !important; color: #000 !important; margin-bottom: 15px !important; display: block; }

.woocommerce li.product a.button, .woocommerce li.product a.btn { border: 2px solid #231f20; background-color: #231f20; color: #fff; font-size: 14px; line-height: 20px; font-weight: 400; margin: 0; border-radius: 0; text-transform: uppercase; letter-spacing: 1px; padding: 15px 20px; }

.woocommerce li.product a.button:hover, .woocommerce li.product a.btn:hover { border: 2px solid #231f20; background-color: #231f20; opacity: 0.9; }

.woocommerce li.product span.onsale { left: 15px !important; }

.woocommerce li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail { width: 100%; margin-bottom: 15px; }

.woocommerce span.onsale { min-height: unset; min-width: unset; padding: 10px 15px; font-weight: 500; position: absolute; line-height: 16px; left: 0 !important; margin: 0; border-radius: 0; background-color: #cf0808; color: #fff; font-size: 13px; z-index: 9; width: max-content; margin: 0 auto !important; top: 0 !important; }

.woocommerce bdi { color: #000; }

.woocommerce del { color: #A9ABB4; }

.woocommerce del span { color: #A9ABB4; }

.woocommerce del span bdi { color: #A9ABB4; }

.woocommerce ins { font-weight: 400 !important; text-decoration: none; }

.woocommerce ins span.woocommerce-Price-amount.amount bdi { color: #CF0808; }

.woocommerce ins span.woocommerce-Price-amount.amount bdi span { color: #CF0808; }

.woocommerce ins span.woocommerce-Price-amount.amount bdi span bdi { color: #CF0808; }

.woocommerce .summary.entry-summary del { margin-right: 0; }

.woocommerce .woocommerce-result-count { width: 100%; text-align: center; color: #000; }

@media screen and (min-width: 768px) { .woocommerce .woocommerce-result-count { width: unset; text-align: unset; } }

.woocommerce .woocommerce-ordering { width: 100%; }

@media screen and (min-width: 768px) { .woocommerce .woocommerce-ordering { width: auto; } }

.woocommerce .woocommerce-ordering select { border: 1px solid #000; padding: 10px 10px 10px 10px; margin-bottom: 30px; font-size: 13px; width: 100%; text-align: center; }

@media screen and (min-width: 768px) { .woocommerce .woocommerce-ordering select { width: 100%; margin-bottom: 0; } }

.woocommerce .woocommerce-tabs.wc-tabs-wrapper { display: none; }

.woocommerce .woocommerce-notices-wrapper { margin-bottom: 50px; }

.woocommerce .woocommerce-form-login-toggle { display: none; }

.woocommerce .woocommerce-terms-and-conditions-wrapper p, .woocommerce .woocommerce-terms-and-conditions-wrapper .wysiwyg table td, .wysiwyg table .woocommerce .woocommerce-terms-and-conditions-wrapper td { color: #fff; }

.woocommerce .woocommerce-checkout #payment { background: #000000; border-radius: 0; }

.woocommerce .woocommerce-checkout #payment div.payment_box::before { border: 1em solid #cf0808 !important; border-right-color: transparent !important; border-left-color: transparent !important; border-top-color: transparent !important; }

.woocommerce .woocommerce-checkout #payment ul.payment_methods { border-bottom: unset; }

.woocommerce .woocommerce-account-fields { display: none; }

.woocommerce #sidebar { display: none; }

.woocommerce #mx_custom_checkout_field { margin: 50px 0 0; }

.woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout { margin-bottom: 50px; }

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce .woocommerce-page #content table.cart .product-thumbnail, .woocommerce .woocommerce-page table.cart .product-thumbnail { display: flex !important; justify-content: center; margin: 0; }

@media screen and (min-width: 768px) { .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce .woocommerce-page #content table.cart .product-thumbnail, .woocommerce .woocommerce-page table.cart .product-thumbnail { display: none; } }

.woocommerce .woocommerce table.shop_table_responsive tr td, .woocommerce .woocommerce-page table.shop_table_responsive tr td { text-align: center !important; }

@media screen and (min-width: 768px) { .woocommerce .woocommerce table.shop_table_responsive tr td, .woocommerce .woocommerce-page table.shop_table_responsive tr td { text-align: right; } }

.woocommerce td.product-remove a { margin: 0 auto -15px; }

@media screen and (min-width: 768px) { .woocommerce td.product-remove a { margin: 0; } }

.woocommerce .coupon { display: flex; }

.woocommerce .woocommerce-cart table.cart td.actions .coupon .input-text { margin: 0 10px 0 0; }

.woocommerce table.cart td.actions .coupon .button { width: 50% !important; }

@media screen and (min-width: 768px) { .woocommerce table.cart td.actions .coupon .button { width: auto !important; } }

.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce .woocommerce-page table.cart td.actions .coupon .button, .woocommerce .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce .woocommerce-page table.cart td.actions .coupon input { width: 50% !important; }

@media screen and (min-width: 768px) { .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce .woocommerce-page table.cart td.actions .coupon .button, .woocommerce .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce .woocommerce-page table.cart td.actions .coupon input { width: auto !important; } }

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child { border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce div.product form.cart .button { width: auto !important; }

@media screen and (min-width: 768px) { .woocommerce div.product form.cart .button { width: auto; } }

.search_box { position: fixed; z-index: 1000; background-color: rgba(0, 0, 0, 0.9); top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s; -moz-transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s; -o-transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s; transition: opacity 0.2s ease-in-out, visibility 0.05s linear 0.2s; cursor: url(../assets/img/cancel.svg); }

.search_box--visible { opacity: 1; visibility: visible; -webkit-transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s; -moz-transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s; -o-transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s; transition: visibility 0.05s linear, opacity 0.2s ease-in-out 0.05s; }

.search_box__wrapper { position: absolute; position: absolute; top: 50%; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; max-width: 400px; }

.search_box__close { position: absolute; top: 0; right: 0; margin-top: 20px; margin-right: 20px; color: #FFF; font-size: 36px; font-size: 3.6rem; line-height: 36px; line-height: 3.6rem; }

.search_box__input { width: 100%; background-color: #1b83aa; border: none; padding: 18px 50px 18px 16px; height: 50px; color: #fff; font-size: 16px; font-size: 1.6rem; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; font-family: "Inter", sans-serif; }

.search_box__input::-webkit-input-placeholder { color: #fff; }

.search_box__input::-moz-placeholder { color: #fff; }

.search_box__input:-ms-input-placeholder { color: #fff; }

.search_box__input:-moz-placeholder { color: #fff; }

.search_box__submit { right: 20px; position: absolute; top: 50%; -webkit-transform: perspective(1px) translateY(-50%); -ms-transform: perspective(1px) translateY(-50%); transform: perspective(1px) translateY(-50%); color: #fff; font-size: 16px; font-size: 1.6rem; display: block; height: 50px; padding: 14px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.search_box__submit:hover { background-color: rgba(255, 255, 255, 0.35); -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

.search_box__submit i:before { color: #fff; }

@media screen and (min-width: 1024px) { .search_box__wrapper { padding: 0; }
  .search_box__submit { right: 0; } }

.search_page { background-color: #F5F5F5; padding: 14px 24px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 16px; font-size: 1.6rem; position: relative; }

.search_page ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #1d1d1b; font-weight: 600; opacity: 1; /* Firefox */ }

.search_page__input { border: none; background: inherit; width: 100%; outline: none; }

.search_page__submit { color: #1d1d1b; }

.search_page__submit .icon-search { position: absolute; right: 0; top: 0; height: 100%; width: 48px; cursor: pointer; }

.search_page__submit .icon-search:before { content: "\e916"; position: absolute; top: 50%; left: 50%; font-size: 12px; font-size: 1.2rem; color: #1d1d1b; position: absolute; top: 50%; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); }

.fold { text-align: center; }

@media screen and (min-width: 768px) { .fold { text-align: unset; } }

.fold__wrap { position: relative; }

.fold__item ul { list-style-position: inside; margin-bottom: 40px; }

.fold__item ul li { position: relative; margin: 0 0 15px 0; padding: 0 10px 0 15px; font-size: 16px; font-size: 1.6rem; line-height: 26px; line-height: 2.6rem; font-weight: 400; color: #fff; }

@media screen and (min-width: 768px) { .fold__item ul li { padding: 0 10px 0 30px; } }

.fold__item ul li:before { content: "\e905"; color: #fff; font-size: 12px; font-size: 1.2rem; position: absolute; top: 13px; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; }

@media screen and (min-width: 768px) { .fold__item ul li:before { display: block; } }

.fold__item img { width: auto; height: 100%; }

@media screen and (min-width: 768px) { .fold__item img { width: 100%; height: auto; } }

.fold__item .container, .fold__item .page__header_inner { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); z-index: 1; text-align: center; }

.fold__item_title { color: #231f20; margin: 0 0 40px; font-size: 50px; font-size: 5rem; line-height: 55px; line-height: 5.5rem; }

.fold__item_subtitle { margin: 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; line-height: 3rem; font-weight: 600; text-transform: uppercase; }

.fold__item_btn .btn, .fold__item_btn .form__submit input, .form__submit .fold__item_btn input { font-size: 12px; font-size: 1.2rem; line-height: 16px; line-height: 1.6rem; padding: 10px 20px; border-radius: 50px; }

.fold--hero .fold__item { position: relative; height: 100vh; display: flex !important; }

.fold--hero .fold__img { position: relative; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }

.fold__content { z-index: 1; content: ""; position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(90deg, #eff4f8 50%, rgba(255, 255, 255, 0) 100%); }

.fold__content_inner { bottom: 50px; position: absolute; padding: 50px 200px 50px 50px; max-width: 730px; }

.fold__img { position: relative; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: right center; }

.fold__dots { position: absolute; left: 50%; -webkit-transform: perspective(1px) translate(-50%, -50%); -ms-transform: perspective(1px) translate(-50%, -50%); transform: perspective(1px) translate(-50%, -50%); z-index: 1; bottom: 5%; }

.fold__dots li { float: left; margin: 0 10px 0 0; }

.fold__dots li button { border: none; outline: none; box-shadow: none; text-indent: -9999px; background-color: #fff; width: 12px; height: 12px; padding: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; cursor: pointer; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; }

.fold__dots li.slick-active button { background-color: #231f20; width: 40px; }

.fold__arrows_item { position: absolute; top: 30%; font-size: 24px; font-size: 2.4rem; color: #231f20; cursor: pointer; pointer-events: all; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; z-index: 9; }

.fold__arrows_item.arrow-next { right: -20px; }

.fold__arrows_item.arrow-prev { left: -20px; }

.fold__btn { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; margin: 30px 0 0; }

.fold__btn .btn--red { padding: 20px 50px; }

.fold--epigen .fold__arrows_item { color: #333; }

.fold--epigen .fold__item { height: 60vh; }

.fold--epigen .fold__item:after { display: none; }

.fold--epigen .fold__img { position: relative; width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center; }

/*# sourceMappingURL=base.min.css.map */
