/* $thin: 100;
$extra_light: 200; */
/*! 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: #ff0; 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: "Poppins", cursive; /* 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; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 9000; -webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ -webkit-backface-visibility: hidden; outline: none; }

.pswp * { box-sizing: border-box; }

.pswp img { max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ opacity: 0.001; will-change: opacity; /* for open/close transition */ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */ cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */ cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.pswp--dragging .pswp__img { /* autoprefixer: off */ cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; transform: translateZ(0); -webkit-backface-visibility: hidden; will-change: opacity; }

.pswp__scroll-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }

.pswp__container, .pswp__zoom-wrap { -ms-touch-action: none; touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img { -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; }

.pswp__zoom-wrap { position: absolute; width: 100%; -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; /* for open/close transition */ transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg { will-change: opacity; /* for open/close transition */ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none; transition: none; }

.pswp__container, .pswp__zoom-wrap { -webkit-backface-visibility: hidden; }

.pswp__item { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; }

.pswp__img { position: absolute; width: auto; height: auto; top: 0; left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder { -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img { width: 100% !important; height: auto !important; left: 0; top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC; }

.pswp__error-msg a { color: #CCC; text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/* 1. Buttons */
/* <button> css reset */
.pswp__button { width: 44px; height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; transition: opacity 0.2s; box-shadow: none; }

.pswp__button:focus, .pswp__button:hover { opacity: 1; }

.pswp__button:active { outline: none; opacity: 0.9; }

.pswp__button::-moz-focus-inner { padding: 0; border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close { opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before { background: url(../img/default-skin.png) 0 0 no-repeat; background-size: 264px 88px; width: 44px; height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before { background-image: url(../img/default-skin.png); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: none; } }

.pswp__button--close { background-position: 0 -44px; }

.pswp__button--share { background-position: -44px -44px; }

.pswp__button--fs { display: none; }

.pswp--supports-fs .pswp__button--fs { display: block; }

.pswp--fs .pswp__button--fs { background-position: -44px 0; }

.pswp__button--zoom { display: none; background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom { display: block; }

.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right { background: none; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute; }

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

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

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before { content: ''; top: 35px; background-color: #333333; height: 52px; width: 52px; position: absolute; }

.pswp__button--arrow--left:before { left: 6px; background-position: -130px -35px; }

.pswp__button--arrow--right:before { right: 6px; background-position: -85px -35px; }

/* 2. Share modal/popup and links */
.pswp__counter, .pswp__share-modal { -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.pswp__share-modal { display: block; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 9100; opacity: 0; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity; }

.pswp__share-modal--hidden { display: none; }

.pswp__share-tooltip { z-index: 9120; position: absolute; background: #FFF; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); transform: translateY(6px); transition: transform 0.25s; -webkit-backface-visibility: hidden; will-change: transform; }

.pswp__share-tooltip a { display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px; }

.pswp__share-tooltip a:hover { text-decoration: none; color: #000; }

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */ border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child { border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in { opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip { transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a { padding: 16px 12px; }

a.pswp__share--facebook:before { content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid rgba(0, 0, 0, 0); border-bottom-color: #FFF; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none; }

a.pswp__share--facebook:hover { background: #3E5C9A; color: #FFF; }

a.pswp__share--facebook:hover:before { border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover { background: #55ACEE; color: #FFF; }

a.pswp__share--pinterest:hover { background: #CCC; color: #CE272D; }

a.pswp__share--download:hover { background: #DDD; }

/* 3. Index indicator ("1 of X" counter) */
.pswp__counter { position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px; }

/* 4. Caption */
.pswp__caption { position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px; }

.pswp__caption small { font-size: 11px; color: #BBB; }

.pswp__caption__center { text-align: left; max-width: 600px; margin: 0 auto; font-size: 14px; padding: 12px 24px 10px; line-height: 20px; color: #222; }

.pswp__caption--empty { display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake { visibility: hidden; }

/* 5. Loading indicator (preloader) You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */
.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr; }

.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }

.pswp__preloader--active { opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */ background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active { opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn { background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0; }

.pswp--css_animation .pswp__preloader__cut { /*  The idea of animating inner circle is based on Polymer ("material") loading indicator  by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */ position: relative; width: 7px; height: 14px; overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut { box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin: 0; }

@media screen and (max-width: 1024px) { .pswp__preloader { position: relative; left: auto; top: auto; margin: 0; float: right; } }

@keyframes clockwise { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

@keyframes donut-rotate { 0% { transform: rotate(0); }
  50% { transform: rotate(-140deg); }
  100% { transform: rotate(0); } }

/* 6. Additional styles */
/* root element of UI */
.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 9050; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar { position: absolute; left: 0; top: 0; height: 44px; width: 100%; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { -webkit-backface-visibility: hidden; will-change: opacity; transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }

.pswp__top-bar, .pswp__caption { background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: white; }

.pswp__ui--fit .pswp__top-bar { background-color: #047e89; }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar { opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */ opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display: none; }

.pswp__element--disabled { display: none !important; }

.pswp--minimal--dark .pswp__top-bar { background: none; }

[data-simplebar] { position: relative; z-index: 0; overflow: hidden; -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] { display: flex; }

.simplebar-scroll-content { overflow-x: hidden; overflow-y: scroll; min-width: 100%; box-sizing: content-box; }

.simplebar-content { overflow-x: scroll; overflow-y: hidden; box-sizing: border-box; min-height: 100%; }

.simplebar-track { z-index: 50; position: absolute; right: 0; bottom: 0; width: 11px; }

.simplebar-scrollbar { position: absolute; right: 0px; border-radius: 7px; min-height: 10px; width: 8px; opacity: 0; transition: opacity 0.2s linear; background: black; background-clip: padding-box; }

.simplebar-track:hover .simplebar-scrollbar { /* When hovered, remove all transitions from drag handle */ opacity: 0.4; transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible { opacity: 0.4; }

.simplebar-track.horizontal { left: 0; width: auto; height: 11px; }

.simplebar-track.vertical { top: 0; }

.horizontal.simplebar-track .simplebar-scrollbar { right: auto; top: 2px; height: 7px; min-height: 0; min-width: 10px; width: auto; }

.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, .fold__item ul, .weare__text > ul, .weare__text ol, .wysiwyg > ul, .wysiwyg ol { 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: #666; scroll-behavior: smooth; font-family: "Poppins", cursive; }

a { color: #047e89; -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; }

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

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

a:hover { color: #047e89; }

p, .wysiwyg table td { font-size: 16px; font-size: 1.6rem; line-height: 28px; line-height: 2.8rem; padding: 0; margin: 0 0 15px 0; color: #666; font-weight: 400; }

.heading { position: relative; margin: 0; padding: 0; }

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

.heading--center:after { content: ''; position: absolute; bottom: 0; left: 50%; height: 3px; width: 50px; margin-left: -25px; background-color: #7216cf; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

h1, h2, .wysiwyg > h2, h3, .wysiwyg > h3, h4, .wysiwyg > h4, h5, h6 { font-family: "Caveat Brush", cursive; position: relative; font-weight: 100; color: #333333; }

h1 { font-size: 40px; font-size: 4rem; line-height: 42px; line-height: 4.2rem; margin: 0 0 10px; font-weight: 100; }

@media screen and (min-width: 768px) { h1 { font-size: 50px; font-size: 5rem; line-height: 50px; line-height: 5rem; } }

@media screen and (min-width: 1200px) { h1 { font-size: 80px; font-size: 8rem; line-height: 90px; line-height: 9rem; } }

h2, .wysiwyg > h2 { position: relative; font-size: 30px; font-size: 3rem; line-height: 38px; line-height: 3.8rem; margin: 0 0 10px; }

@media screen and (min-width: 768px) { h2, .wysiwyg > h2 { font-size: 40px; font-size: 4rem; line-height: 50px; line-height: 5rem; } }

h3, .wysiwyg > h3 { position: relative; font-size: 20px; font-size: 2rem; line-height: 26px; line-height: 2.6rem; margin: 0 0 15px; padding: 0; }

@media screen and (min-width: 768px) { h3, .wysiwyg > h3 { font-size: 34px; font-size: 3.4rem; line-height: 40px; line-height: 4rem; } }

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

h5 { font-size: 18px; font-size: 1.8rem; line-height: 26px; line-height: 2.6rem; margin: 0; padding: 0; color: #4b97c2; }

.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: #666; }

html { font-size: 62.5%; }

body { font-size: 100%; line-height: 1.5; }

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

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

.container { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.container--middle { position: relative; max-width: 1400px; margin: 0 auto; padding: 0 20px; }

.container--full { position: relative; max-width: 1600px; margin: 0 auto; padding: 0 20px; }

.locked .header { background: #047e89; }

.center { text-align: center; }

.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; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #333; }

::-moz-placeholder { /* Firefox 19+ */ color: #333; }

:-ms-input-placeholder { /* IE 10+ */ color: #333; }

:-moz-placeholder { /* Firefox 18- */ color: #333; }

.fold__item ul li:before, .card--04 .card__figure .iconCta:before, .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, .newsletter__figure .iconCta:before, .tab-label::after { 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?r0zgih"); src: url("../fonts/zo.eot?r0zgih#iefix") format("embedded-opentype"), url("../fonts/zo.ttf?r0zgih") format("truetype"), url("../fonts/zo.woff?r0zgih") format("woff"), url("../fonts/zo.svg?r0zgih#icomoon") 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-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-video:before { content: "\ea1c"; }

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

.icon-instagram:before { content: "\ea92"; }

.icon-youtube:before { content: "\ea9d"; }

.icon-search:before { content: "\e986"; }

.fade-in { opacity: 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; }

.fade-in.animated { opacity: 1; }

.fade-up { opacity: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -o-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }

.fade-up.animated { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.fade-down { opacity: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -o-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }

.fade-down.animated { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.fade-right { opacity: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }

.fade-right.animated { opacity: 1; }

@media screen and (min-width: 768px) { .fade-right { opacity: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -webkit-transform: translateX(50px); -moz-transform: translateX(50px); -o-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
  .fade-right.animated { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } }

.fade-left { opacity: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }

.fade-left.animated { opacity: 1; }

@media screen and (min-width: 768px) { .fade-left { opacity: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; -webkit-transform: translateX(-50px); -moz-transform: translateX(-50px); -o-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
  .fade-left.animated { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } }

.delay-1 { transition-delay: 0.1s; }

.delay-2 { transition-delay: 0.2s; }

.delay-3 { transition-delay: 0.3s; }

.delay-4 { transition-delay: 0.4s; }

.delay-5 { transition-delay: 0.5s; }

.delay-6 { transition-delay: 0.6s; }

.delay-7 { transition-delay: 0.7s; }

.delay-8 { transition-delay: 0.8s; }

.delay-9 { transition-delay: 0.9s; }

.delay-10 { transition-delay: 1s; }

.delay-11 { transition-delay: 1.1s; }

.delay-12 { transition-delay: 1.2s; }

.delay-13 { transition-delay: 1.3s; }

.delay-14 { transition-delay: 1.4s; }

.delay-15 { transition-delay: 1.5s; }

.delay-16 { transition-delay: 1.6s; }

.delay-17 { transition-delay: 1.7s; }

.delay-18 { transition-delay: 1.8s; }

.delay-19 { transition-delay: 1.9s; }

.delay-20 { transition-delay: 2s; }

.delay-21 { transition-delay: 2.1s; }

.delay-22 { transition-delay: 2.2s; }

.delay-23 { transition-delay: 2.3s; }

.delay-24 { transition-delay: 2.4s; }

.delay-25 { transition-delay: 2.5s; }

.delay-26 { transition-delay: 2.6s; }

.delay-27 { transition-delay: 2.7s; }

.delay-28 { transition-delay: 2.8s; }

.delay-29 { transition-delay: 2.9s; }

.delay-30 { transition-delay: 3s; }

.delay-31 { transition-delay: 3.1s; }

.delay-32 { transition-delay: 3.2s; }

.delay-33 { transition-delay: 3.3s; }

.delay-34 { transition-delay: 3.4s; }

.delay-35 { transition-delay: 3.5s; }

.delay-36 { transition-delay: 3.6s; }

.delay-37 { transition-delay: 3.7s; }

.delay-38 { transition-delay: 3.8s; }

.delay-39 { transition-delay: 3.9s; }

.delay-40 { transition-delay: 4s; }

@-webkit-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 100%; } }

@-moz-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 100%; } }

@-ms-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 100%; } }

@-o-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 100%; } }

@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 100%; } }

/* overlay at start */
.mfp-fade.mfp-bg { opacity: 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; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content { opacity: 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; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.slick-slide { cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; }

.slick-slide.grabbing { cursor: grabbing; cursor: -moz-grabbing; cursor: -webkit-grabbing; }

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

.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: #047e89e6; z-index: 999; }

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

@media screen and (min-width: 1200px) { .header { 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); background: #047e89; }

.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: #047e89; }

.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; padding: 10px 0; }

.header__inner_img img { width: 100px; }

@media screen and (min-width: 480px) { .header__inner_img img { width: 130px; } }

@media screen and (min-width: 1200px) { .header__inner_img img { width: 150px; } }

.header__social { display: none; }

@media screen and (min-width: 1200px) { .header__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; }
  .header__social_item { margin: 0 0 0 10px; }
  .header__social_item:first-of-type { margin: 0; }
  .header__social_item a { display: block; position: relative; width: 40px; height: 40px; background: #f90031; border: 2px solid #f90031; -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; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; -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); }
  .header__social_item a:hover { background: #231f20; border: 2px solid #231f20; -webkit-box-shadow: inset 3px 3px 5px #000; -moz-box-shadow: inset 3px 3px 5px #000; box-shadow: inset 3px 3px 5px #000; }
  .header__social_item a i { color: #fff; 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%); font-size: 16px; font-size: 1.6rem; } }

.menu { position: fixed; top: 97px; bottom: 0; left: 0; width: 100%; background-color: #047e89; -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: 480px) { .menu { top: 119px; } }

@media screen and (min-width: 1200px) { .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 0 0 auto; overflow-y: unset; } }

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

@media screen and (min-width: 1200px) { .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%); }

.menu__wrapper { height: 100%; }

.menu__list { padding: 20px; }

@media screen and (min-width: 1200px) { .menu__list { font-size: 0px; font-size: 0rem; padding: 0; }
  .menu__list > li { display: inline-block; position: relative; margin-left: 10px; }
  .menu__list > 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: 5px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #fff; }
  .menu__list > li .toggle { display: none; visibility: hidden; }
  .menu__list > li a { color: #fff; padding: 15px 20px; font-weight: 500; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; } }

@media screen and (min-width: 1200px) and (min-width: 1400px) { .menu__list > li a { padding: 15px 25px; } }

@media screen and (min-width: 1200px) { .menu__list > li a:hover { color: #047e89; background-color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
  .menu__list > li .children { visibility: hidden; opacity: 0; display: block; -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: 300px; left: -90px; top: 60px; background-color: #c79faa; padding: 15px 0; text-align: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
  .menu__list > li .children li { display: inline-block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 8px 15px; }
  .menu__list > li .children li a { background-color: #c79faa; -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-size: 14px; font-size: 1.4rem; font-weight: 500; color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
  .menu__list > li .children li a:hover { color: #dde6ef; border-bottom: 1px solid #dde6ef; border-radius: unset; }
  .menu__list > li:hover:before { width: 100%; }
  .menu__list > li:hover .children { visibility: visible; opacity: 1; -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__list > li:hover .menu__item_sub { position: relative; }
  .menu__list > li:hover .menu__item_sub .toggle { display: block; visibility: visible; }
  .menu__list > li:hover .menu__item_sub .children { display: none; z-index: 1; }
  .menu__list > li.current { background: none; }
  .menu__list > li.current a { color: #333333; background-color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
  .menu__list > li.current:before { width: 100%; } }

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

.menu__item_sub.has__children { position: relative; }

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

.menu__item a:hover { color: #047e89; background-color: #fff; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

.menu__item .toggle { display: inline-block; font-size: 14px; font-size: 1.4rem; height: 40px; width: auto; position: absolute; top: 3px; right: 15px; -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; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

@media screen and (min-width: 1200px) { .menu__item .toggle { height: 50px; width: 50px; top: 7px; } }

.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__item .toggle i:before { font-size: 16px; font-size: 1.6rem; }

.menu__item .toggle.is_open { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); color: #fff; }

.menu__cart { color: #FFF; font-size: 17px; font-size: 1.7rem; line-height: 18px; line-height: 1.8rem; display: inline-block; vertical-align: middle; padding: 16px 20px 14px; text-align: center; color: #fff; font-weight: 500; position: relative; }

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

.menu .children li a { font-size: 14px; font-size: 1.4rem; font-weight: 500; padding: 12px 16px; }

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

.menu__toggle span, .menu__toggle span:before, .menu__toggle span:after { position: absolute; display: block; width: 25px; height: 2px; background-color: #fff; -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-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

@media screen and (min-width: 480px) { .menu__toggle span, .menu__toggle span:before, .menu__toggle span:after { height: 3px; } }

.menu__toggle span { left: 12px; top: 50%; }

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

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

.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); }

.fold__wrap { position: relative; }

.fold__item { 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: 100%; height: 100%; }

@media screen and (min-width: 768px) { .fold__item img { width: 100%; height: auto; } }

.fold__item .container--full { 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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.fold__item .container--full .btn, .fold__item .container--full .form__submit input, .form__submit .fold__item .container--full input { margin-top: 20px; }

.fold__item_title { position: relative; font-size: 50px; font-size: 5rem; line-height: 60px; line-height: 6rem; color: #fff; font-weight: 100; margin: 0 20px 50px; }

.fold__item_title:before { content: ""; position: absolute; width: 50px; height: 5px; background: #047e89; 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: -30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }

@media screen and (min-width: 1024px) { .fold__item_title { font-size: 70px; font-size: 7rem; line-height: 80px; line-height: 8rem; color: #fff; }
  .fold__item_title:before { height: 8px; } }

@media screen and (min-width: 1200px) { .fold__item_title { font-size: 90px; font-size: 9rem; line-height: 100px; line-height: 10rem; } }

.fold__item_title span { color: #fff; }

.fold__item_subtitle p, .fold__item_subtitle .wysiwyg table td, .wysiwyg table .fold__item_subtitle td { color: #fff; font-size: 40px; font-size: 4rem; line-height: 50px; line-height: 5rem; margin: 10px 0; }

@media screen and (min-width: 1024px) { .fold__item_subtitle p, .fold__item_subtitle .wysiwyg table td, .wysiwyg table .fold__item_subtitle td { font-size: 50px; font-size: 5rem; line-height: 60px; line-height: 6rem; } }

@media screen and (min-width: 1200px) { .fold__item_subtitle p, .fold__item_subtitle .wysiwyg table td, .wysiwyg table .fold__item_subtitle td { font-size: 70px; font-size: 7rem; line-height: 80px; line-height: 8rem; margin: 10px 0; } }

.fold__img { width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; position: relative; background-position: top center; }

.fold__img:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); }

.fold__dots { position: absolute; bottom: 0; z-index: 1; top: unset; }

@media screen and (min-width: 1024px) { .fold__dots { left: 100px; transform: unset; 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: #e2cfbe; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; 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; }

.fold__dots li.slick-active button { background-color: #f48a61; -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.fold__dots_home ul.slick-dots { 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-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.fold__dots_home li { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin: 5px; }

@media screen and (min-width: 1024px) { .fold__dots_home li { margin: 0 5px; } }

.fold__dots_home li button { border: none; outline: none; box-shadow: none; text-indent: -9999px; background-color: #fff; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; 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; }

.fold__dots_home li.slick-active button { background-color: #f90031; -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.fold__arrows_item { position: absolute; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 20px; font-size: 2rem; line-height: 20px; line-height: 2rem; width: 20px; height: 20px; color: #fff; 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: 1; }

@media screen and (min-width: 768px) { .fold__arrows_item { font-size: 40px; font-size: 4rem; line-height: 40px; line-height: 4rem; width: 40px; height: 40px; } }

.fold__arrows_item.arrow-next { right: 10px; top: 50%; }

.fold__arrows_item.arrow-prev { left: 10px; top: 50%; }

.fold--about .fold__img { height: 50vh; }

.btn, .form__submit input { display: inline-block; border: none; outline: none; font-size: 16px; font-size: 1.6rem; line-height: 22px; line-height: 2.2rem; color: #fff; padding: 15px 40px; -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; width: max-content; letter-spacing: 0; }

@media screen and (min-width: 1024px) { .btn, .form__submit input { font-size: 20px; font-size: 2rem; line-height: 24px; line-height: 2.4rem; letter-spacing: 1px; } }

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

.btn--default { border: 2px solid #047e89; background-color: #047e89; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; color: #fff; }

.btn--default:hover { border: 2px solid #047e89; background-color: #fff; color: #047e89; }

.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; font-weight: 100; }

.card__title a { position: relative; font-weight: 700; color: #666; 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__title a:hover { color: #f90031; -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__excerpt { font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem; 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; color: #333333; font-weight: 600; }

@media screen and (min-width: 768px) { .card__excerpt { font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; } }

.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__cat { position: relative; display: inline-block; color: rgba(65, 73, 77, 0.8); }

.card__cat:hover { color: #121516; }

.card__cat:after { display: block; content: ""; position: absolute; top: 100%; margin-top: -3px; left: 0; width: 100%; height: 2px; background-color: #f48a61; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition: all .15s ease-out; transition: all .15s ease-out; z-index: -1; }

.card__cat:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1); }

.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: auto; background-repeat: no-repeat; position: relative; background-position: center; background-attachment: fixed; -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__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--04 { position: relative; 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-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) { .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; -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--04 .card__figure { 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; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: start; -moz-justify-content: start; justify-content: start; margin: 0 auto; }

@media screen and (min-width: 768px) { .card--04 .card__figure { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 0; -webkit-flex: 0 0 40%; -moz-box-flex: 0; -moz-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; margin: 0 0 15px; } }

.card--04 .card__figure img { position: relative; padding: 15px 14px 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -moz-border-radius: 22px; -ms-border-radius: 22px; -o-border-radius: 22px; border-radius: 22px; object-fit: cover; min-height: auto; min-width: auto; width: 100%; height: 100%; }

@media screen and (min-width: 768px) { .card--04 .card__figure img { min-height: 400px; min-width: 400px; padding: 30px 34px 34px; -webkit-border-radius: 46px; -moz-border-radius: 46px; -ms-border-radius: 46px; -o-border-radius: 46px; border-radius: 46px; } }

@media screen and (min-width: 1024px) { .card--04 .card__figure img { min-height: 500px; min-width: 500px; } }

.card--04 .card__figure:before { display: block; content: ""; position: absolute; z-index: -1; width: 120px; height: 273px; background-image: url(../img/triangles.png); background-repeat: no-repeat; }

.card--04 .card__figure:after { display: block; content: ""; position: absolute; z-index: -1; width: 120px; height: 273px; right: 0; bottom: 0; background-position: 100% 100%; background-image: url(../img/triangles.png); background-repeat: no-repeat; }

.card--04 .card__figure .iconCta { position: absolute; z-index: 10; left: 0; bottom: 0; -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; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; width: 100px; height: 100px; border-radius: 50%; font-size: 40px; color: #f48a61; -webkit-transition: all 86ms ease-out; transition: all 86ms ease-out; background: #fff; -webkit-box-shadow: 0 4px 16px #ede4dc; box-shadow: 0 4px 16px #ede4dc; }

.card--04 .card__figure .iconCta:before { content: "\e926"; color: #f48a61; font-size: 40px; font-size: 4rem; }

@media screen and (min-width: 768px) { .card--04 .card__figure .iconCta { width: 140px; height: 140px; } }

.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; margin: 50px 0; }

@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-left: 0; margin: 0; } }

@media screen and (min-width: 1024px) { .card--04 .card__data { padding-left: 100px; } }

.card--04 .card__title { margin-bottom: 20px; }

.card--04 .card__cat { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); padding-bottom: 1px; margin-bottom: 10px; text-transform: uppercase; }

.card--04 .card__cat:hover { color: #121516; }

.card--04 .card__cat:after { display: block; content: ""; position: absolute; top: 100%; margin-top: -3px; left: 0; width: 100%; height: 2px; background-color: #f48a61; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-transition: all .15s ease-out; transition: all .15s ease-out; z-index: -1; }

.card--04 .card__cat:hover:after { -webkit-transform: scaleX(1); transform: scaleX(1); }

.card--04 .card__autor { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); padding: 25px 0; display: none; }

.card--04 .card__cta { margin-top: 20px; }

.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; }

@media screen and (min-width: 768px) { .card--04 .card__excerpt { font-size: 16px; font-size: 1.6rem; line-height: 26px; line-height: 2.6rem; } }

.card--04 .card__breadcrumb { position: absolute; top: 0; left: 0; font-size: 12px; font-size: 1.2rem; line-height: 16px; line-height: 1.6rem; padding: 0; display: none; }

.card--04 .card__breadcrumb a { color: rgba(65, 73, 77, 0.8); font-weight: 500; }

.card--04 .card__breadcrumb a:hover { color: #f48a61; }

@media screen and (min-width: 768px) { .card--04 .card__breadcrumb { left: 0; top: -20px; display: block; } }

@media screen and (min-width: 1024px) { .card--04 .card__breadcrumb { left: 100px; } }

.card--08 { 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; }

.card--08 .card__link:hover .card__title { color: #047e89; -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--08 .card__figure { -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%; }

.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%; background: #dde6ef; padding: 20px; font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: #047e89; text-align: center; margin-top: 25px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

@media screen and (min-width: 768px) { .card--08 .card__data { padding: 20px; } }

.card--08 .card__data_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; margin-top: 10px; }

.card--08 .card__data_inner .card__date { display: block; margin-bottom: 10px; }

@media screen and (min-width: 768px) { .card--08 .card__data_inner .card__date { margin-bottom: 20px; } }

.card--08 .card__cat { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; margin: 0 0 10px; padding-bottom: 1px; text-transform: uppercase; }

.card--08 .card__autor { 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; font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); display: none; }

.card--08 .card__autor:after { display: inline-flex; content: ""; width: 4px; height: 4px; overflow: hidden; background-color: #41494d; border-radius: 50%; margin-left: 16px; margin-right: 16px; }

.card--09 { border: 1px solid #f2f2f2; padding: 30px 10px 30px 0; }

.card--09 .card__link { 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; }

@media screen and (min-width: 768px) { .card--09 .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-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.card--09 .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: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; margin: 0 auto; width: 100%; }

@media screen and (min-width: 768px) { .card--09 .card__figure { width: 20%; margin: 0; } }

.card--09 .card__figure_img { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; width: 130px; height: 130px; background-size: contain; background-repeat: no-repeat; background-position: center; }

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

@media screen and (min-width: 768px) { .card--09 .card__data { width: 60%; } }

.card--09 .card__data_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: 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; margin-top: 20px; }

.card--09 .card__data h2 { margin: 5px 0; }

.card--09 .card__title { margin: 5px 0; }

.card--09 .card__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; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .card--09 .card__btn { width: 30%; padding-left: 0; } }

.card--09 .card__btn .btn, .card--09 .card__btn .form__submit input, .form__submit .card--09 .card__btn input { padding: 10px 30px; }

@media screen and (min-width: 768px) { .card--09 .card__btn .btn, .card--09 .card__btn .form__submit input, .form__submit .card--09 .card__btn input { padding: 15px 60px; } }

.card--09 .card__date { font-size: 14px; font-size: 1.4rem; line-height: 16px; line-height: 1.6rem; font-weight: 700; color: #047e89; margin-right: 10px; }

.card--09 .card__time { font-size: 14px; font-size: 1.4rem; line-height: 16px; line-height: 1.6rem; font-weight: 500; color: #047e89; }

.card--10 { 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-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; background: #fff; }

@media screen and (min-width: 480px) { .card--10 { -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; } }

.card--10 .card__figure { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; width: 100%; }

.card--10 .card__figure_img { height: 250px; background-size: cover; background-position: center; }

@media screen and (min-width: 480px) { .card--10 .card__figure { width: 50%; }
  .card--10 .card__figure_img { height: 200px; } }

.card--10 .card__data { width: 100%; text-align: center; padding: 40px 20px; box-sizing: border-box; }

@media screen and (min-width: 480px) { .card--10 .card__data { width: 45%; text-align: left; padding: 0 40px; } }

.card--10 .card__data h3 { margin: 5px 0; }

.weare { background: #dde6ef; margin-top: 8px; }

.weare__title { text-align: center; padding-right: 40px; width: 100%; display: flex; flex-direction: column; margin: 0 0 0 auto; }

@media screen and (min-width: 768px) { .weare__title { margin: 0; width: 35%; text-align: right; } }

@media screen and (min-width: 1200px) { .weare__title { padding-right: 80px; } }

.weare__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; padding: 50px 0; }

@media screen and (min-width: 768px) { .weare__inner { -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) { .weare__inner { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: 100px 80px 80px; } }

.weare__text { 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-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; padding: 0; z-index: 1; }

.weare__text > ul, .weare__text ol { list-style-position: inside; margin-bottom: 20px; }

.weare__text > ul li, .weare__text ol 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; }

@media screen and (min-width: 768px) { .weare__text > ul li, .weare__text ol li { padding: 0 10px 0 25px; } }

.weare__text > ul li a, .weare__text ol li a { color: #047e89; border-bottom: 1px solid transparent; }

.weare__text > ul li a:hover, .weare__text ol li a:hover { color: #047e89; border-color: #047e89; }

@media screen and (min-width: 768px) { .weare__text { width: 65%; } }

.weare__text p, .weare__text .wysiwyg table td, .wysiwyg table .weare__text td { font-size: 16px; font-size: 1.6rem; line-height: 28px; line-height: 2.8rem; padding: 0; margin: 0 0 20px 0; color: #666; font-weight: 400; text-align: center; }

@media screen and (min-width: 768px) { .weare__text p, .weare__text .wysiwyg table td, .wysiwyg table .weare__text td { text-align: left; font-size: 18px; font-size: 1.8rem; line-height: 30px; line-height: 3rem; } }

.weare__text_btn { margin: 20px auto 0; }

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

.weare__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-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; width: 100%; margin-bottom: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .weare__figure { width: 70%; -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: 0; } }

.weare__figure img { position: relative; max-width: 120px; object-fit: contain; height: 140px; margin: 30px 0 0; }

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

.weare__figure_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-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; width: 90%; }

.weare__figure_item:nth-child(2) { border-right: unset; border-left: unset; border-top: 2px solid #bfbfbf; border-bottom: 2px solid #bfbfbf; }

@media screen and (min-width: 768px) { .weare__figure_item { width: 30%; }
  .weare__figure_item:nth-child(2) { border-right: 2px solid #bfbfbf; border-left: 2px solid #bfbfbf; border-top: unset; border-bottom: unset; } }

.weare__figure_item span { margin: 40px 0; }

.weare__figure_item p, .weare__figure_item .wysiwyg table td, .wysiwyg table .weare__figure_item td { margin: 0; padding: 0 10px; }

.weare__figure:before { display: none; }

.weare__figure:after { display: none; }

.weare__btn { text-align: center; margin-top: 0; z-index: 1; position: relative; }

@media screen and (min-width: 768px) { .weare__btn { margin-top: 50px; } }

.weare.weare0 .weare__title { padding-right: 0; width: 100%; margin: 0 0 20px auto; }

@media screen and (min-width: 768px) { .weare.weare0 .weare__title { padding-right: 40px; width: 30%; } }

@media screen and (min-width: 1200px) { .weare.weare0 .weare__title { padding-right: 80px; margin: 0 0 0 auto; } }

.weare.weare1 { background: #f2f2f2; }

.weare.weare1 .weare__title { width: 70%; padding-top: 0; padding-right: 0; padding-bottom: 20px; }

@media screen and (min-width: 480px) { .weare.weare1 .weare__title { width: 50%; padding-right: 20px; padding-top: 30px; } }

@media screen and (min-width: 768px) { .weare.weare1 .weare__title { width: 30%; } }

.weare.weare2 .weare__inner { padding: 50px 0 0; -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) { .weare.weare2 .weare__inner { -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) { .weare.weare2 .weare__inner { padding: 100px 80px 0; } }

.weare.weare2 .weare__title { text-align: left; padding-left: 0; padding-right: 0; margin: 0; width: 70%; }

@media screen and (min-width: 480px) { .weare.weare2 .weare__title { width: 50%; } }

@media screen and (min-width: 768px) { .weare.weare2 .weare__title { padding-left: 40px; } }

@media screen and (min-width: 1200px) { .weare.weare2 .weare__title { padding-left: 80px; } }

.weare.weare2 .weare__title h2 { font-weight: 500; }

.weare.weare2 .weare__text { text-align: left; margin: 0 0 0 auto; }

@media screen and (min-width: 768px) { .weare.weare2 .weare__text { text-align: right; } }

.weare.weare3 .weare__inner { padding: 50px 0; }

@media screen and (min-width: 1200px) { .weare.weare3 .weare__inner { padding: 100px 40px; } }

.weare.weare3 .weare__title { width: 90%; padding-right: 0; }

@media screen and (min-width: 480px) { .weare.weare3 .weare__title { width: 60%; } }

@media screen and (min-width: 768px) { .weare.weare3 .weare__title { padding-right: 40px; width: 40%; } }

@media screen and (min-width: 1200px) { .weare.weare3 .weare__title { width: 35%; } }

.weare.weare3 .weare__figure { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.weare.weare3 .weare__figure img { position: unset; max-width: unset; object-fit: unset; height: unset; }

.weare.weare3 .weare__figure_item { width: 100%; margin-bottom: 25px; }

.weare.weare3 .btn, .weare.weare3 .form__submit input, .form__submit .weare.weare3 input { margin: 0 0 0 auto; }

.weare.weare4 { background: #f2f2f2; position: relative; }

.weare.weare4 .weare__inner { padding: 60px 0; }

@media screen and (min-width: 1200px) { .weare.weare4 .weare__inner { padding: 60px 50px; } }

.weare.weare4 .weare__title { padding-right: 0; margin: 0; text-align: left; }

@media screen and (min-width: 768px) { .weare.weare4 .weare__title { padding-right: 50px; } }

.weare.weare4 .weare__content { width: 100%; }

@media screen and (min-width: 768px) { .weare.weare4 .weare__content { width: 65%; } }

.weare.weare4 .weare__text { background: #ffffffab; padding: 30px 20px 0; box-sizing: content-box; width: auto; }

@media screen and (min-width: 768px) { .weare.weare4 .weare__text { padding: 30px 40px 0; } }

.weare.weare4 .weare__btn { margin: 5px 0 0 0; padding: 20px 40px; text-align: right; background: #ffffffab; }

.weare.weare4:before { content: ""; position: absolute; width: 45%; height: 100%; background-image: url(../img/lotus.png); background-repeat: no-repeat; right: 22%; bottom: 0; background-position: bottom; background-size: contain; }

.weare.weare5 { position: relative; background: #f2f2f2; }

.weare.weare5 .weare__inner { padding: 50px 0; border-bottom: 8px solid #ffffff; }

@media screen and (min-width: 1200px) { .weare.weare5 .weare__inner { padding: 100px 80px 60px; } }

.weare.weare5 .weare__title { position: relative; padding-right: 0; margin: 0 0 30px 0; text-align: left; }

.weare.weare5 .weare__title:before { content: ""; position: absolute; width: 8px; height: 100%; background: #fff; background-repeat: no-repeat; right: 15%; bottom: 0; background-position: center; display: none; }

@media screen and (min-width: 768px) { .weare.weare5 .weare__title:before { display: block; } }

@media screen and (min-width: 768px) { .weare.weare5 .weare__title { padding-right: 140px; margin: 0 0 0 auto; text-align: right; } }

.weare.weare5:before { content: ""; position: absolute; width: 50%; height: 80%; background-image: url(../img/lotus.png); background-repeat: no-repeat; right: 16%; bottom: 0; background-position: center; background-size: contain; opacity: 0.5; }

.weare.weare6 { background: #f2f2f2; }

.weare.weare6 .weare__inner { padding: 50px 0; }

@media screen and (min-width: 1200px) { .weare.weare6 .weare__inner { padding: 80px 70px 60px; } }

.weare.weare6 .weare__title { padding-right: 0; width: 70%; }

@media screen and (min-width: 768px) { .weare.weare6 .weare__title { width: 35%; padding-right: 40px; } }

@media screen and (min-width: 1200px) { .weare.weare6 .weare__title { padding-right: 80px; } }

.weare.weare7 h1 { margin-bottom: 20px; }

@media screen and (min-width: 768px) { .weare.weare7 h1 { margin-bottom: 50px; } }

.weare.weare7 .weare__title { text-align: left; margin: 0 0 20px 0; -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; width: 100%; padding-right: 0; }

@media screen and (min-width: 768px) { .weare.weare7 .weare__title { -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: right; width: 35%; padding-right: 40px; } }

.weare.weare7 .weare__title_figure img { max-width: 200px; margin: 0; }

@media screen and (min-width: 768px) { .weare.weare7 .weare__title_figure img { max-width: 250px; margin: 0 auto; } }

@media screen and (min-width: 1200px) { .weare.weare7 .weare__title_figure img { margin: 0 -35px 0 auto; } }

.weare.weare8 { position: relative; }

.weare.weare8:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/joga_pozadina.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }

.weare.weare8:after { content: ""; position: absolute; width: 100%; height: 80%; background-image: url(../img/joga.png); background-repeat: no-repeat; bottom: 20px; background-position: bottom; background-size: contain; opacity: 0.4; z-index: 0; }

@media screen and (min-width: 768px) { .weare.weare8:after { height: 50%; bottom: 60px; opacity: 1; } }

.weare.weare8 .weare__inner { padding: 60px 0; }

@media screen and (min-width: 768px) { .weare.weare8 .weare__inner { padding: 100px 80px 450px; } }

.weare.weare8 .weare__title { position: relative; padding-right: 0; margin: 0 0 15px; text-align: left; width: 100%; }

.weare.weare8 .weare__title:before { content: ""; position: absolute; width: 8px; height: 100%; background: #fff; background-repeat: no-repeat; right: 15%; bottom: 0; background-position: center; display: none; }

@media screen and (min-width: 480px) { .weare.weare8 .weare__title { width: 50%; } }

@media screen and (min-width: 768px) { .weare.weare8 .weare__title { padding-right: 140px; margin: 0 0 0 auto; text-align: right; }
  .weare.weare8 .weare__title:before { display: block; } }

.weare.weare9 { position: relative; background: #f2f2f2; }

.weare.weare9 .weare__inner { padding: 50px 0 100px; }

@media screen and (min-width: 1200px) { .weare.weare9 .weare__inner { padding: 100px 80px 200px; } }

.weare.weare9 .weare__title { position: relative; padding-right: 0; margin: 0; text-align: left; width: 90%; }

.weare.weare9 .weare__title:before { content: ""; position: absolute; width: 8px; height: 100%; background: #d0e6fa; background-repeat: no-repeat; right: 15%; bottom: 0; background-position: center; display: none; }

@media screen and (min-width: 480px) { .weare.weare9 .weare__title { width: 50%; } }

@media screen and (min-width: 768px) { .weare.weare9 .weare__title { padding-right: 140px; margin: 0 0 0 auto; text-align: right; }
  .weare.weare9 .weare__title:before { display: block; } }

.weare.weare9 .weare__text { position: relative; }

.weare.weare9 .weare__text:before { content: ""; position: absolute; width: 100%; height: 35%; background-image: url(../img/stop.png); background-repeat: no-repeat; right: 0; bottom: -180px; background-position: center; background-size: contain; display: none; }

@media screen and (min-width: 768px) { .weare.weare9 .weare__text:before { height: 25%; bottom: 40px; background-position: right; }
  .weare.weare9 .weare__text:before:before { display: block; } }

@media screen and (min-width: 1200px) { .weare.weare9 .weare__text:before { height: 30%; } }

.weare.weare10 { position: relative; }

.weare.weare10:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/ratnik-pozadina.png); background-repeat: no-repeat; background-position: center; background-size: contain; top: -50px; bottom: -50px; right: -50px; z-index: -1; }

.weare.weare10 .container { position: relative; }

.weare.weare10 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/ratnik.png); background-repeat: no-repeat; top: -85px; background-position: bottom; background-size: contain; z-index: 0; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare10 .container:after { background-position: right; } }

@media screen and (min-width: 1200px) { .weare.weare10 .container:after { opacity: 1; } }

.weare.weare10 .weare__inner { padding: 100px 0 200px; }

@media screen and (min-width: 1200px) { .weare.weare10 .weare__inner { padding: 100px 80px 200px; } }

.weare.weare10 .weare__title { position: relative; padding: 0; text-align: left; z-index: 2; width: 100%; }

.weare.weare10 .weare__title:before { content: ""; position: absolute; width: 50px; height: 8px; background: #d0e6fa; right: 0; bottom: 0; }

.weare.weare10 .weare__title h1 { margin-bottom: 20px; }

@media screen and (min-width: 768px) { .weare.weare10 .weare__title { width: 50%; }
  .weare.weare10 .weare__title:before { right: 15%; } }

@media screen and (min-width: 1200px) { .weare.weare10 .weare__title { padding: 0 0 0 150px; width: 35%; } }

.weare.weare11 { position: relative; background: #f2f2f2; }

.weare.weare11:before { content: ""; position: absolute; width: 75%; height: 95%; background-image: url(../img/put-pozadina.png); background-repeat: no-repeat; background-position: bottom; background-size: contain; bottom: 0; left: 0; z-index: 0; opacity: 0.3; }

@media screen and (min-width: 1200px) { .weare.weare11:before { opacity: 1; } }

.weare.weare11 .container { position: relative; }

.weare.weare11 .container:after { content: ""; position: absolute; width: 80%; height: 100%; background-image: url(../img/put.png); background-repeat: no-repeat; bottom: 0; left: 0; background-position: bottom; background-size: contain; z-index: 1; max-width: 300px; opacity: 0.1; }

@media screen and (min-width: 768px) { .weare.weare11 .container:after { max-width: 400px; } }

@media screen and (min-width: 1200px) { .weare.weare11 .container:after { left: 16%; opacity: 1; } }

.weare.weare11 .weare__inner { padding: 80px 0; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; margin-top: -85px; }

@media screen and (min-width: 480px) { .weare.weare11 .weare__inner { padding: 150px 0 130px; } }

@media screen and (min-width: 1200px) { .weare.weare11 .weare__inner { padding: 150px 80px 130px; } }

.weare.weare11 .weare__title { position: relative; width: 100%; padding: 0; text-align: left; }

.weare.weare11 .weare__title:before { content: ""; position: absolute; width: 50px; height: 8px; background: #ffffff; left: 0; bottom: -25px; }

.weare.weare11 .weare__title h1 { margin-bottom: 20px; }

@media screen and (min-width: 768px) { .weare.weare11 .weare__title { width: 50%; } }

.weare.weare12 { position: relative; background: #f2f2f2; }

.weare.weare12 .weare__inner { padding: 50px 0; }

@media screen and (min-width: 1200px) { .weare.weare12 .weare__inner { padding: 100px 80px; } }

.weare.weare12 .weare__title { position: relative; padding-right: 0; width: 100%; text-align: left; }

.weare.weare12 .weare__title:before { content: ""; position: absolute; width: 8px; height: 100%; background: #fff; background-repeat: no-repeat; right: 15%; bottom: 0; background-position: center; display: none; }

@media screen and (min-width: 768px) { .weare.weare12 .weare__title { padding-right: 140px; width: 35%; text-align: right; }
  .weare.weare12 .weare__title:before { display: block; } }

.weare.weare13 .weare__text p, .weare.weare13 .weare__text .wysiwyg table td, .wysiwyg table .weare.weare13 .weare__text td { color: #fff; font-weight: 600; }

.weare.weare13 .weare__inner { padding: 0; }

@media screen and (min-width: 1200px) { .weare.weare13 .weare__inner { padding: 0 80px 0 20px; } }

.weare.weare13 .weare__title { width: 100%; margin: 0 0 30px auto; }

@media screen and (min-width: 768px) { .weare.weare13 .weare__title { width: 50%; margin: 0 0 0 auto; } }

.weare.weare13 .btn, .weare.weare13 .form__submit input, .form__submit .weare.weare13 input { margin: 30px 0 0 auto; padding: 10px 50px; }

.weare.weare14 .weare__inner { padding: 50px 0 30px; }

@media screen and (min-width: 1200px) { .weare.weare14 .weare__inner { padding: 100px 80px 80px; } }

.weare.weare14 .weare__inner_item { position: relative; 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; width: 100%; }

@media screen and (min-width: 768px) { .weare.weare14 .weare__inner_item { width: 40%; } }

.weare.weare14 .weare__inner_item:first-of-type:before { content: ""; position: absolute; width: 8px; height: 100%; background: #f2f2f2; right: -25%; display: none; }

@media screen and (min-width: 768px) { .weare.weare14 .weare__inner_item:first-of-type:before { display: block; } }

.weare.weare14 .weare__inner_item:first-of-type .weare__title { text-align: right; }

.weare.weare14 .weare__inner_item:first-of-type .weare__text { text-align: left; margin-bottom: 30px; }

@media screen and (min-width: 768px) { .weare.weare14 .weare__inner_item:first-of-type .weare__text { text-align: right; margin-bottom: 0; } }

.weare.weare14 .weare__title { text-align: left; padding-right: 0; width: 100%; display: flex; flex-direction: column; }

.weare.weare14 .weare__title h1 { margin: 0; }

.weare.weare14 .weare__title h2 { margin: 0 0 20px 0; }

@media screen and (min-width: 768px) { .weare.weare14 .weare__title h2 { margin: 0 0 50px 0; } }

.weare.weare14 .weare__text { width: 100%; }

.weare.weare15 { position: relative; }

.weare.weare15:before { content: ""; position: absolute; width: 75%; height: 86%; background-image: url(../img/trening-bg.png); background-repeat: no-repeat; background-position: bottom; background-size: contain; bottom: 30px; left: 0; }

.weare.weare15 .weare__inner { padding: 60px 0 20px; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }

@media screen and (min-width: 1200px) { .weare.weare15 .weare__inner { padding: 130px 60px 120px; } }

.weare.weare15 .weare__title { position: relative; width: 100%; padding-right: 0; text-align: right; margin: 0 0 20px auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .weare.weare15 .weare__title { padding-right: 80px; width: 50%; margin: 0 0 0 auto; } }

.weare.weare15 .weare__text { position: relative; }

.weare.weare15 .weare__text:before { content: ""; position: absolute; width: 70px; height: 15px; background: #d0e6fa; right: 10px; bottom: 0; }

@media screen and (min-width: 1200px) { .weare.weare15 .weare__text:before { bottom: -40px; } }

.weare.weare16 .weare__title { position: relative; width: 100%; padding-right: 0; text-align: right; margin: 0 0 20px auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .weare.weare16 .weare__title { padding-right: 80px; width: 30%; margin: 0 0 0 auto; } }

@media screen and (min-width: 1200px) { .weare.weare16 .weare__title { width: 50%; } }

.weare.weare16 .weare__text { position: relative; }

.weare.weare16 .weare__text:before { content: ""; position: absolute; width: 70px; height: 15px; background: #fff; right: 10px; bottom: -40px; }

.weare.weare16 .weare__text p, .weare.weare16 .weare__text .wysiwyg table td, .wysiwyg table .weare.weare16 .weare__text td { color: #fff; }

.weare.weare16 .weare__inner { padding: 0; }

@media screen and (min-width: 1200px) { .weare.weare16 .weare__inner { padding: 0 85px; } }

.weare.weare17 { position: relative; }

.weare.weare17 .container { position: relative; }

.weare.weare17 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/kata.png); background-repeat: no-repeat; bottom: 0; left: 22%; background-position: bottom; background-size: contain; z-index: 0; max-width: 300px; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare17 .container:after { opacity: 1; left: 10%; } }

@media screen and (min-width: 1200px) { .weare.weare17 .container:after { left: 22%; } }

.weare.weare17 .weare__inner { padding: 100px 0; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }

@media screen and (min-width: 1200px) { .weare.weare17 .weare__inner { padding: 100px 0; } }

.weare.weare17 .weare__title { position: relative; width: 100%; padding: 0; text-align: left; z-index: 1; }

@media screen and (min-width: 768px) { .weare.weare17 .weare__title { width: 50%; } }

.weare.weare18 { position: relative; background: #f7f7f7; margin-top: -24px; }

.weare.weare18 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/kumite.png); background-repeat: no-repeat; left: 0; bottom: 0; background-position: bottom; background-size: contain; max-width: 880px; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare18 .container:after { opacity: 1; } }

@media screen and (min-width: 1200px) { .weare.weare18 .container:after { left: 5%; } }

.weare.weare18 .weare__inner { padding: 50px 0; }

@media screen and (min-width: 768px) { .weare.weare18 .weare__inner { padding: 100px 0 525px; } }

.weare.weare18 .weare__title { position: relative; padding-right: 0; width: 100%; }

.weare.weare18 .weare__title:before { content: ""; position: absolute; width: 8px; height: 100%; background: #fff; background-repeat: no-repeat; right: 8%; bottom: 0; background-position: center; display: none; }

@media screen and (min-width: 768px) { .weare.weare18 .weare__title { width: 40%; padding-right: 80px; }
  .weare.weare18 .weare__title:before { display: block; } }

@media screen and (min-width: 1200px) { .weare.weare18 .weare__title { padding-right: 100px; } }

.weare.weare18 .weare__text { width: 100%; }

@media screen and (min-width: 768px) { .weare.weare18 .weare__text { width: 60%; } }

.weare.weare19 { position: relative; }

.weare.weare19 .container { position: relative; }

.weare.weare19 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/dachi.png); background-repeat: no-repeat; bottom: 0; right: 0; background-position: center; background-size: contain; z-index: 1; max-width: 350px; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare19 .container:after { opacity: 1; } }

.weare.weare19 .weare__inner { padding: 100px 0; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; }

.weare.weare19 .weare__title { position: relative; width: 100%; padding: 0; text-align: left; margin: 0; }

@media screen and (min-width: 768px) { .weare.weare19 .weare__title { width: 55%; } }

@media screen and (min-width: 1200px) { .weare.weare19 .weare__title { padding: 0 0 0 200px; width: 50%; } }

.weare.weare20 { position: relative; background: #f2f2f2; margin-top: -30px; }

.weare.weare20:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/geri.png); background-repeat: no-repeat; left: 0; bottom: -15px; background-position: bottom; background-size: contain; max-width: 930px; opacity: 0.2; }

@media screen and (min-width: 480px) { .weare.weare20:after { bottom: -20px; } }

@media screen and (min-width: 768px) { .weare.weare20:after { left: 20%; opacity: 1; bottom: -31px; } }

.weare.weare20 .weare__inner { padding: 50px 0 100px; }

@media screen and (min-width: 768px) { .weare.weare20 .weare__inner { padding: 100px 0 500px; } }

.weare.weare20 .weare__title { position: relative; padding-right: 0; width: 100%; }

.weare.weare20 .weare__title:before { content: ""; position: absolute; width: 8px; height: 100%; background: #fff; background-repeat: no-repeat; right: 15%; bottom: 0; background-position: center; display: none; }

@media screen and (min-width: 768px) { .weare.weare20 .weare__title { width: 50%; padding-right: 140px; }
  .weare.weare20 .weare__title:before { display: block; } }

.weare.weare21 { position: relative; }

.weare.weare21 .container { position: relative; }

.weare.weare21 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/uke.png); background-repeat: no-repeat; bottom: 0; right: 0; background-position: bottom; background-size: contain; z-index: 1; max-width: 400px; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare21 .container:after { opacity: 1; } }

.weare.weare21 .weare__inner { padding: 70px 0; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; }

.weare.weare21 .weare__title { position: relative; width: 100%; padding: 0; text-align: left; }

@media screen and (min-width: 768px) { .weare.weare21 .weare__title { width: 50%; } }

@media screen and (min-width: 1200px) { .weare.weare21 .weare__title { padding: 0 0 0 200px; } }

.weare.weare22 { position: relative; background: #f2f2f2; margin-top: -10px; }

.weare.weare22 .container { position: relative; }

.weare.weare22 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/tsuki.png); background-repeat: no-repeat; left: 0; bottom: 0; background-position: bottom; background-size: contain; max-width: 500px; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare22 .container:after { opacity: 1; } }

.weare.weare22 .weare__inner { padding: 50px 0 100px; }

@media screen and (min-width: 768px) { .weare.weare22 .weare__inner { padding: 100px 0 220px; } }

.weare.weare22 .weare__title { position: relative; padding-right: 0; width: 100%; }

.weare.weare22 .weare__title:before { content: ""; position: absolute; width: 8px; height: 50%; background: #fff; background-repeat: no-repeat; right: 15%; top: 0; background-position: center; display: none; }

@media screen and (min-width: 768px) { .weare.weare22 .weare__title { padding-right: 140px; width: 50%; }
  .weare.weare22 .weare__title:before { display: block; } }

.weare.weare23 { position: relative; margin-bottom: -10px; }

.weare.weare23 .container { position: relative; }

.weare.weare23 .container:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url(../img/uchi.png); background-repeat: no-repeat; bottom: 0; left: 15%; background-position: bottom; background-size: contain; z-index: 1; max-width: 350px; opacity: 0.2; }

@media screen and (min-width: 768px) { .weare.weare23 .container:after { left: 0; opacity: 1; } }

@media screen and (min-width: 1200px) { .weare.weare23 .container:after { left: 12%; } }

.weare.weare23 .weare__inner { padding: 100px 0; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }

.weare.weare23 .weare__title { position: relative; width: 100%; padding: 0; text-align: left; }

@media screen and (min-width: 768px) { .weare.weare23 .weare__title { width: 55%; } }

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: #047e89; 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 #047e89 !important; background: #047e89; }

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: #666; 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: #047e89; }

.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: #9d60a1; border-bottom: 1px solid transparent !important; }

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

.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: #666; 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: #047e89; color: #047e89; }

.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 #9d60a1; }

.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: #047e89; 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: #047e89; color: #047e89; }

.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 #4b97c2; background-color: #4b97c2; }

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

.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: #dde6ef; margin-top: 8px; padding: 40px 0 0; }

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

.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; -webkit-box-align: normal; -ms-flex-align: normal; -webkit-align-items: normal; -moz-align-items: normal; align-items: normal; }

@media screen and (min-width: 768px) { .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; } }

.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%; -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; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; margin-bottom: 50px; }

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

.prefooter__item:nth-child(2) { padding: 0; }

@media screen and (min-width: 768px) { .prefooter__item:nth-child(2) { border-left: 8px solid #fff; border-right: 8px solid #fff; padding: 0 15px; } }

.prefooter__item_title { font-size: 30px; font-size: 3rem; line-height: 36px; line-height: 3.6rem; margin: 0 0 20px 0; color: #333333; font-weight: 100; }

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

.prefooter__item .btn, .prefooter__item .form__submit input, .form__submit .prefooter__item input { padding: 10px 25px; position: relative; margin-top: 5px; }

@media screen and (min-width: 1024px) { .prefooter__item .btn, .prefooter__item .form__submit input, .form__submit .prefooter__item input { padding: 10px 50px; position: absolute; bottom: 0; } }

.prefooter__item .menu__list { padding: 0; }

.prefooter__item .menu__list > li { display: block; }

.prefooter__item .menu__list > li.current a { border-radius: unset; background-color: transparent; }

.prefooter__item .menu__item a { font-size: 16px; font-size: 1.6rem; line-height: 28px; line-height: 2.8rem; padding: 0; margin: 0 0 20px 0; color: #666; font-weight: 400; text-transform: none; letter-spacing: 0; text-align: center; color: unset; }

.prefooter__item .menu__item a:hover { color: #047e89; background-color: transparent; -webkit-border-radius: unset; -moz-border-radius: unset; -ms-border-radius: unset; -o-border-radius: unset; border-radius: unset; }

.prefooter__img img { max-width: 180px; margin: 0 auto; }

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

.footer { padding: 20px 0; background-color: #047e89; }

.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: 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: 480px) { .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 p, .footer .wysiwyg table td, .wysiwyg table .footer td { font-size: 12px; font-size: 1.2rem; margin: 0; color: #fff; }

.footer a { font-size: 12px; font-size: 1.2rem; margin: 0; color: #fff; }

.footer a:hover { text-decoration: underline; }

.timeline { margin-bottom: 40px; }

@media screen and (min-width: 1024px) { .timeline { margin-bottom: 80px; } }

.timeline p, .timeline .wysiwyg table td, .wysiwyg table .timeline td { text-align: center; margin: 50px 20px; font-size: 16px; font-size: 1.6rem; }

@media screen and (min-width: 1024px) { .timeline p, .timeline .wysiwyg table td, .wysiwyg table .timeline td { font-size: 20px; font-size: 2rem; } }

.timeline h2:before { border: none; }

.timeline__wrapper { position: relative; }

.timeline__wrapper:before { content: ''; position: absolute; top: 0; left: 50%; margin-left: -12px; height: 100%; width: 24px; z-index: 1; background: linear-gradient(to bottom, #f9f9f9, #f9f9f9); -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; -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); }

.timeline__wrapper .reverse { background-color: #F9F9F9; }

.timeline__section_wrapper { padding: 100px 0 50px; }

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

.timeline__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-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; padding: 0; }

@media screen and (min-width: 1024px) { .timeline__inner { -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; } }

.timeline__inner:before { width: 26px; height: 26px; left: 50%; top: 5%; margin-left: -13px; position: absolute; content: ''; border-radius: 50%; background: #047e89; z-index: 4; box-shadow: 0 0 0 8px #fff, inset 2px 0 0 rgba(0, 0, 0, 0), 1px 6px 6px 6px rgba(0, 0, 0, 0.36); }

@media screen and (min-width: 1024px) { .timeline__inner:before { top: unset; } }

.timeline__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%; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; z-index: 3; margin-bottom: 0; }

@media screen and (min-width: 1024px) { .timeline__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%; margin-bottom: 0; } }

.timeline__year { font-size: 50px; font-size: 5rem; font-weight: 700; color: #4b97c2; width: 100%; display: flex; justify-content: flex-end; padding-right: 0; margin-top: -70px; }

@media screen and (min-width: 1024px) { .timeline__year { padding-right: 50px; margin-top: 0; } }

.timeline--reverse { 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: 1024px) { .timeline--reverse { -webkit-box-direction: reverse; -webkit-box-orient: horizontal; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.timeline--reverse .timeline__year { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; padding-left: 0; }

@media screen and (min-width: 1024px) { .timeline--reverse .timeline__year { -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; padding-left: 50px; } }

.timeline--reverse .card__data { -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%; margin: 20px; }

.timeline--reverse .card__figure { -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%; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }

.timeline--reverse .card__figure img { max-width: 170px; margin: 0 auto; }

@media screen and (min-width: 480px) { .timeline--reverse .card__figure img { max-width: 230px; } }

@media screen and (min-width: 1024px) { .timeline--reverse .card__figure img { margin: 0; } }

.timeline--reverse .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; margin-top: 50px; }

@media screen and (min-width: 1024px) { .timeline--reverse .card--04 { -webkit-box-direction: reverse; -webkit-box-orient: horizontal; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-top: 0; padding-right: 50px; } }

.timeline--reverse .card--04:before { right: 0; left: unset; }

.timeline--reverse .card--04 .card__content { text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

@media screen and (min-width: 1024px) { .timeline--reverse .card--04 .card__content { text-align: right; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; } }

.news { padding: 0; }

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

.news .btn, .news .form__submit input, .form__submit .news input { margin: 50px auto 0; display: block; }

.news__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; }

.news__heading_item:nth-child(2) { display: none; }

@media screen and (min-width: 768px) { .news__heading_item:nth-child(2) { display: block; } }

.news__foot { display: block; }

@media screen and (min-width: 768px) { .news__foot { display: none; } }

.news__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-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; position: relative; margin: 0; }

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

.news__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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px; }

@media screen and (min-width: 480px) { .news__item { -webkit-box-flex: 0; -webkit-flex: 0 0 48%; -moz-box-flex: 0; -moz-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%; padding: 0 10px; margin-bottom: 50px; } }

@media screen and (min-width: 1200px) { .news__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%; } }

.news__item_btn { margin: 20px auto 0; }

.news__item figure.card__figure img { -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

.news--bio .news__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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px; }

@media screen and (min-width: 768px) { .news--bio .news__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%; padding: 0 10px; margin-bottom: 50px; } }

.news--bio .news__item_btn { margin: 20px auto 0; }

.news--bio .news__item figure.card__figure img { height: unset; object-fit: unset; margin: 0 auto; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

@media screen and (min-width: 768px) { .news--bio .news__item figure.card__figure img { height: 330px; width: 330px; object-fit: cover; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; } }

@media screen and (min-width: 1200px) { .news--bio .news__item figure.card__figure img { height: 500px; width: 500px; } }

.news--child .news__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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px; }

@media screen and (min-width: 480px) { .news--child .news__item { -webkit-box-flex: 0; -webkit-flex: 0 0 48%; -moz-box-flex: 0; -moz-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%; padding: 0 10px; margin-bottom: 50px; } }

.news__pagination { 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; 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: 40px; height: 40px; margin-right: 10px; background-color: #333333; color: #fff; border: 2px solid #333333; 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; }

@media screen and (min-width: 768px) { .news__pagination .page-numbers { width: 50px; height: 50px; } }

.news__pagination .page-numbers:hover { background-color: #047e89; border: 2px solid #047e89; color: #fff; }

.news__pagination .current { background-color: #047e89; color: #fff; border: 2px solid #047e89; }

.news--bio { background-color: #c79faa; }

.news--bio h3 { margin: 0; color: #c79faa; }

.news--child { background-color: #edb7ad; }

.news--child h3 { margin: 0; color: #c79faa; }

.news--child .news__item figure.card__figure img { -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; height: unset; }

.news--trening { padding: 30px 0; }

@media screen and (min-width: 768px) { .news--trening { padding: 30px 0 60px; } }

.news--trening .section__title { margin: 0 0 50px !important; text-align: center !important; }

@media screen and (min-width: 768px) { .news--trening .section__title { margin: 60px 0 100px !important; } }

.news--trening .card--09 { padding: 20px; }

@media screen and (min-width: 768px) { .news--trening .card--09 { padding: 30px 10px 30px 0; } }

.news--trening .card--09 .card__link { -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; }

@media screen and (min-width: 768px) { .news--trening .card--09 .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; } }

.news--trening .card--09 .card__data { text-align: center; padding: 30px 0; }

@media screen and (min-width: 768px) { .news--trening .card--09 .card__data { text-align: unset; padding: 0 20px; } }

.news--trening .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; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

@media screen and (min-width: 768px) { .news--trening .news__inner { -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; } }

.news--trening .news__item { padding: 0; margin-bottom: 20px; -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%; }

.news--sastavnice { background: #f7f7f7; padding: 30px 0; }

.news--sastavnice .news__inner { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

.news--sastavnice .news__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%; padding: 0 10px; margin-bottom: 20px; }

@media screen and (min-width: 480px) { .news--sastavnice .news__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) { .news--sastavnice .news__item { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333%; -moz-box-flex: 0; -moz-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } }

@media screen and (min-width: 1200px) { .news--sastavnice .news__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%; } }

.news--sastavnice .news__item:nth-child(odd) .card__figure_img { background: #f2f2f2; }

.news--sastavnice .news__item:nth-child(even) .card__figure_img { background: #ebebeb; }

.news--sastavnice .news__item .card__figure .card__figure_img { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; padding-bottom: 100%; }

.news--sastavnice .card--08 .card__data { padding: 20px; }

.wysiwyg > h2:before { display: none; }

.wysiwyg > h3 { margin-bottom: 20px; }

.wysiwyg > p span, .wysiwyg table .wysiwyg > td span { color: #047e89; }

.wysiwyg > p a, .wysiwyg table .wysiwyg > td a { color: #047e89; border-bottom: 1px solid transparent; }

.wysiwyg > p a:hover, .wysiwyg table .wysiwyg > td a:hover { color: #047e89; border-color: #047e89; }

.wysiwyg > p strong, .wysiwyg table .wysiwyg > td strong { font-weight: 700; color: #333333; }

.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 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: #333333; }

@media screen and (min-width: 768px) { .wysiwyg > ul li, .wysiwyg ol li { padding: 0 10px 0 25px; } }

.wysiwyg > ul li:before, .wysiwyg ol li:before { content: "\e911"; color: #047e89; 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 a, .wysiwyg ol li a { color: #047e89; border-bottom: 1px solid transparent; }

.wysiwyg > ul li a:hover, .wysiwyg ol li a:hover { color: #047e89; border-color: #047e89; }

.location { position: relative; padding: 50px 0 0; }

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

.location .container { position: relative; background-color: #dde6ef; margin-bottom: 8px; }

.location .acf-map { width: 100%; height: 400px; }

@media screen and (min-width: 768px) { .location .acf-map { height: 650px; } }

.location__box { position: relative; z-index: 4; background: unset; padding: 0; height: 100%; width: 100%; 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; }

@media screen and (min-width: 768px) { .location__box { position: absolute; background: #fffc; top: 0; right: 0; width: 300px; padding: 20px; text-align: left; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; height: 30vh; } }

@media screen and (min-width: 768px) { .location__box { padding: 30px; } }

@media screen and (min-width: 1024px) { .location__box { padding: 60px; } }

.location__box_inner { padding: 50px 0; }

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

.location__box p, .location__box .wysiwyg table td, .wysiwyg table .location__box td { font-size: 20px; font-size: 2rem; margin-bottom: 15px; display: block; color: #333333; }

.location__box a { margin-top: 30px; padding: 10px 50px; }

.newsletter { position: relative; padding: 50px 0; }

.newsletter__bg { background: #fffaf5; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%); }

.newsletter__bg:before { content: ""; background-repeat: no-repeat; position: absolute; background-image: url(../img/section-newsletter-logo.png); width: 609px; height: 241px; bottom: 0; left: 108px; }

.newsletter__inner { 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-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; margin-top: 10px; }

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

.newsletter__text { 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; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0; width: 100%; margin-top: 60px; }

@media screen and (min-width: 768px) { .newsletter__text { -webkit-box-flex: 0; -webkit-flex: 0 0 48%; -moz-box-flex: 0; -moz-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-top: 0; } }

.newsletter__text p, .newsletter__text .wysiwyg table td, .wysiwyg table .newsletter__text td { margin: 20px 0; }

.newsletter__figure { 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; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; width: 100%; }

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

.newsletter__figure img { position: relative; padding: 15px 14px 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -moz-border-radius: 22px; -ms-border-radius: 22px; -o-border-radius: 22px; border-radius: 22px; }

@media screen and (min-width: 768px) { .newsletter__figure img { padding: 30px 34px 34px; -webkit-border-radius: 48px; -moz-border-radius: 48px; -ms-border-radius: 48px; -o-border-radius: 48px; border-radius: 48px; } }

.newsletter__figure:before { display: block; content: ""; position: absolute; z-index: -1; width: 120px; height: 273px; background-image: url(../img/triangles.png); background-repeat: no-repeat; }

.newsletter__figure:after { display: block; content: ""; position: absolute; z-index: -1; width: 120px; height: 273px; right: 0; bottom: 0; background-position: 100% 100%; background-image: url(../img/triangles.png); background-repeat: no-repeat; }

.newsletter__figure .iconCta { position: absolute; z-index: 10; left: 0; bottom: -25px; -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; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; width: 100px; height: 100px; border-radius: 50%; font-size: 40px; color: #f48a61; -webkit-transition: all 86ms ease-out; transition: all 86ms ease-out; background: #fff; -webkit-box-shadow: 0 4px 16px #ede4dc; box-shadow: 0 4px 16px #ede4dc; }

.newsletter__figure .iconCta:before { content: "\e945"; color: #f48a61; font-size: 40px; font-size: 4rem; }

@media screen and (min-width: 768px) { .newsletter__figure .iconCta { width: 140px; height: 140px; left: -28px; } }

.newsletter__btn { text-align: center; margin-top: 0; z-index: 1; position: relative; }

@media screen and (min-width: 768px) { .newsletter__btn { margin-top: 50px; } }

.newsletter__form { position: relative; margin-top: 40px; 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; }

.newsletter__form_input { margin: 0; padding: 0 50px 0 20px; width: 100%; height: 60px; background: #FFF; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; font-size: 14px; font-size: 1.4rem; -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); }

.newsletter__form > button { position: relative; right: 0; top: 10px; width: 100%; height: 60px; color: #FFF; background: #f48a61; border: 2px solid #f48a61; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; font-size: 14px; font-size: 1.4rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; -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; }

.newsletter__form > button:hover { cursor: pointer; border: 2px solid #f27220; background-color: #f27220; }

@media screen and (min-width: 768px) { .newsletter__form { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .newsletter__form button { position: absolute; width: 160px; top: 0; -webkit-border-radius: 0 30px 30px 0; -moz-border-radius: 0 30px 30px 0; -ms-border-radius: 0 30px 30px 0; -o-border-radius: 0 30px 30px 0; border-radius: 0 30px 30px 0; } }

.newsletter .sib_signup_form { position: relative; text-align: right; }

@media screen and (min-width: 1024px) { .newsletter .sib_signup_form { -webkit-box-flex: 0; -webkit-flex: 0 1 32.20339%; -moz-box-flex: 0; -moz-flex: 0 1 32.20339%; -ms-flex: 0 1 32.20339%; flex: 0 1 32.20339%; } }

.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-requiplava { display: none; }

.register .nf-fu-fileinput-button { height: 50px; padding: 0 20px; background: #7216cf; border: 2px solid #7216cf; }

.register .nf-fu-fileinput-button:hover { border: 2px solid #7216cf; background-color: #83c774b3; }

.register input.ninja-forms-field, .register textarea.ninja-forms-field { color: #333333; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2rem; display: inline-block; vertical-align: middle; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: 400; 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; border: none; border-bottom: 2px solid #e1e1e1; background: transparent; }

.register label { font-size: 14px; font-size: 1.4rem; line-height: 18px; line-height: 1.8rem; color: #333333; font-weight: 400 !important; letter-spacing: 0.5px; display: none; }

.register .nf-form-fields-required { display: none; }

.register label#nf-label-field-12 { display: block; }

.register .nf-error-msg { color: #cb161d; font-size: 13px; font-size: 1.3rem; line-height: 16px; line-height: 1.6rem; padding-left: 15px; }

.register .nf-field-container { margin-bottom: 15px; }

.register .nf-field-container a { color: #047e89; }

.register .nf-field-label { margin-bottom: 5px; }

.register .nf-form-hp { display: none; }

.register #nf-field-13 { -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; color: #fff; cursor: pointer; width: auto; padding: 12px 40px; margin-top: 20px; font-size: 18px; font-size: 1.8rem; line-height: 22px; line-height: 2.2rem; border: 2px solid #047e89; background-color: #047e89; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

.register #nf-field-13:hover { border: 2px solid #231f20; background-color: #231f20; }

.register #nf-field-14-wrap { display: flex; align-items: center; }

.register .checkbox-wrap .nf-field-label { margin: 0; padding-left: 10px; }

.register .label-right .checkbox-wrap .nf-field-element { width: 10px; }

.team { background: transparent url(../img/hero-bg-pulse.png) 0 0 no-repeat; margin: 50px 0 0; }

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

.team__subtitle { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); }

.team__title { margin: 20px 0 0; padding: 0; font-size: 22px; font-size: 2.2rem; line-height: 28px; line-height: 2.8rem; }

@media screen and (min-width: 768px) { .team__title { font-size: 30px; font-size: 3rem; line-height: 36px; line-height: 3.6rem; } }

.team__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: 30px -10px 0; }

@media screen and (min-width: 768px) { .team__inner { margin: 50px -10px; } }

.team__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: 768px) { .team__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%; margin-bottom: 50px; } }

.team__item_btn { margin: 20px auto 0; }

@media screen and (min-width: 1024px) { .team__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%; } }

.partners { margin: 60px 0 0; }

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

.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; }

.advice { position: relative; padding: 80px 0; }

.advice:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%); background: #fffaf5; z-index: -2; }

.advice:before { content: ""; background-repeat: no-repeat; position: absolute; background-image: url(../img/triangles.png); width: 120px; height: 273px; right: 0; top: 0; }

.advice__subtitle { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); }

.advice__title { margin: 10px 0 20px; padding: 0; }

.advice__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-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }

.advice__text { position: relative; 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; -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: 30px; }

@media screen and (min-width: 768px) { .advice__text { -webkit-box-flex: 0; -webkit-flex: 0 0 45%; -moz-box-flex: 0; -moz-flex: 0 0 45%; -ms-flex: 0 0 45%; flex: 0 0 45%; margin-top: 0; } }

.advice__text p, .advice__text .wysiwyg table td, .wysiwyg table .advice__text td { margin: 0 0 20px; }

.advice__text:before { content: ""; background-repeat: no-repeat; position: absolute; background-image: url(../img/hf-icon.svg); width: 60px; height: 60px; left: -80px; top: 0; }

.advice__figure { 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; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; }

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

.advice__figure img { position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }

.advice__btn { text-align: center; margin-top: 0; z-index: 1; position: relative; }

@media screen and (min-width: 768px) { .advice__btn { margin-top: 50px; } }

.question { position: relative; padding: 80px 0 0; }

.question__bg { background: #fffaf5; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; clip-path: polygon(0 0, 100% 13%, 100% 87%, 0 100%); }

.question__bg:after { background-image: url(../img/section-faq-bottom.png); width: 412px; height: 253px; bottom: 0; left: 0; display: block; content: ""; background-repeat: no-repeat; z-index: -1; position: absolute; }

.question__bg:before { display: block; content: ""; background-repeat: no-repeat; z-index: -1; position: absolute; background-image: url(../img/section-faq-top.png); width: 620px; height: 200px; top: 0; left: 555px; }

.question__subtitle { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); }

.question__title { margin: 20px 0 0; padding: 0; font-size: 22px; font-size: 2.2rem; line-height: 28px; line-height: 2.8rem; padding-right: 0; text-decoration: underline; -moz-text-decoration-color: #f48a61; text-decoration-color: #f48a61; }

@media screen and (min-width: 768px) { .question__title { font-size: 30px; font-size: 3rem; line-height: 36px; line-height: 3.6rem; padding-right: 70px; } }

.question__inner { 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-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; margin-top: 10px; }

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

.question__text { 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; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 0; width: 100%; margin-top: 30px; }

@media screen and (min-width: 768px) { .question__text { -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-left: 100px; margin-top: 0; } }

.question__text p, .question__text .wysiwyg table td, .wysiwyg table .question__text td { margin: 20px 0; }

.question__text p span, .question__text .wysiwyg table td span, .wysiwyg table .question__text td span { color: #f48a61; font-weight: 700; }

.question__figure { 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; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; width: 100%; }

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

.question__figure img { position: relative; padding: 15px 14px 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 22px; -moz-border-radius: 22px; -ms-border-radius: 22px; -o-border-radius: 22px; border-radius: 22px; }

@media screen and (min-width: 768px) { .question__figure img { padding: 30px 34px 34px; -webkit-border-radius: 48px; -moz-border-radius: 48px; -ms-border-radius: 48px; -o-border-radius: 48px; border-radius: 48px; } }

.question__figure:before { display: block; content: ""; position: absolute; z-index: -1; width: 120px; height: 273px; background-image: url(../img/triangles.png); background-repeat: no-repeat; }

.question__figure:after { display: block; content: ""; position: absolute; z-index: -1; width: 120px; height: 273px; right: 0; bottom: 0; background-position: 100% 100%; background-image: url(../img/triangles.png); background-repeat: no-repeat; }

.question__figure .iconCta { position: absolute; z-index: 10; left: -28px; bottom: -25px; -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; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; width: 143px; height: 143px; border-radius: 50%; font-size: 40px; color: #f48a61; -webkit-transition: all 86ms ease-out; transition: all 86ms ease-out; background: #fff; -webkit-box-shadow: 0 4px 16px #ede4dc; box-shadow: 0 4px 16px #ede4dc; }

.question__btn { text-align: center; margin-top: 0; z-index: 1; position: relative; }

@media screen and (min-width: 768px) { .question__btn { margin-top: 50px; } }

.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: #f90031; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; 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: "Poppins", cursive; }

.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; }

@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%); }

.gallery { padding: 40px 0 0; margin: 0; }

.gallery__list { 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: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -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; font-size: 0; margin: 0; padding: 0; }

@media screen and (min-width: 1024px) { .gallery__list { margin: 0 -10px; } }

.gallery__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-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; }

@media screen and (min-width: 768px) { .gallery__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: 1024px) { .gallery__item { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333%; -moz-box-flex: 0; -moz-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } }

@media screen and (min-width: 1200px) { .gallery__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%; } }

.gallery__item a { position: relative; display: block; }

.gallery__item a:hover img { filter: none; }

.gallery__item a:hover:after { opacity: 0; }

.gallery__item_img img { height: 250px; object-fit: cover; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; }

.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: #fff; cursor: pointer; font-size: 16px; line-height: 24px; border: 1px solid #C9CBD6; }

.tab-label:hover { color: #f90031; -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; }

@media screen and (min-width: 480px) { .tab-label { font-size: 18px; line-height: 26px; } }

.tab-label::after { position: relative; content: "\e90f"; width: 1em; height: 1em; text-align: center; transition: all .35s; top: 5px; }

.tab-content { max-height: 0; padding: 0; color: #666; 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 { color: #f90031; -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; }

.tab input:checked + .tab-label::after { transform: rotate(180deg); color: #f90031; }

.tab input:checked ~ .tab-content { max-height: 100vh; margin: 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; }

.banner { position: relative; margin: 40px 0 0; }

@media screen and (min-width: 1200px) { .banner { margin: 80px 0 0; } }

.banner .card--02 .card__figure_img { height: 628px; }

@media screen and (min-width: 768px) { .banner .card--02 .card__figure_img { height: 800px; } }

.banner .card--02 .card__data { position: absolute; padding: 40px 20px; background: #21abcaa6; max-width: 100%; height: max-content; margin: 0; text-align: center; bottom: 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; -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; }

@media screen and (min-width: 768px) { .banner .card--02 .card__data { position: absolute; padding: 20px 20px 0 20px; max-width: 800px; top: 0; left: 15%; margin: 0; text-align: center; clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0 100%); height: 100%; } }

.banner .card--02 .card__data img { max-width: 180px; margin-bottom: 45px; }

.banner .card--02 .card__data h1, .banner .card--02 .card__data h2, .banner .card--02 .card__data h3 { color: #fff; margin: 0 0 15px; }

.banner .card--02 .card__data_social a { display: block; position: relative; width: 60px; height: 60px; background: #ffff; -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; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

.banner .card--02 .card__data_social a:hover { background: #333333; }

.banner .card--02 .card__data_social a:hover i { color: #fff; }

.banner .card--02 .card__data_social a i { color: #333333; 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%); font-size: 30px; font-size: 3rem; -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; }

.banner .btn, .banner .form__submit input, .form__submit .banner input { margin: 30px 0; }

.box { margin-top: 10px; padding: 40px 0; }

.box__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: normal; -ms-flex-align: normal; -webkit-align-items: normal; -moz-align-items: normal; align-items: normal; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

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

.box__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%; 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-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; text-align: center; background: #f2f2f2; margin-bottom: 2%; min-height: auto; padding: 40px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (min-width: 768px) { .box__item { -webkit-box-flex: 0; -webkit-flex: 0 0 49%; -moz-box-flex: 0; -moz-flex: 0 0 49%; -ms-flex: 0 0 49%; flex: 0 0 49%; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; min-height: 450px; padding: 30px; text-align: left; } }

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

.box__item h1 { font-size: 30px; font-size: 3rem; line-height: 34px; line-height: 3.4rem; margin: 0 0 30px 0; font-weight: 600; }

.box__item p, .box__item .wysiwyg table td, .wysiwyg table .box__item td { margin: 0; }

.box--clanovi { margin-top: 0; padding: 60px 0; }

@media screen and (min-width: 768px) { .box--clanovi { padding: 60px 0 100px; } }

.box--clanovi .section { margin-bottom: 60px !important; text-align: center; }

@media screen and (min-width: 768px) { .box--clanovi .section { text-align: left; } }

.box--clanovi .box__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: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; margin: 0 -10px; }

@media screen and (min-width: 1024px) { .box--clanovi .box__inner { -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } }

.box--clanovi .box__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%; margin-bottom: 0; min-height: auto; background: unset; padding: 0; margin-bottom: 20px; }

@media screen and (min-width: 768px) { .box--clanovi .box__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%; padding: 0 10px; } }

@media screen and (min-width: 1024px) { .box--clanovi .box__item { -webkit-box-flex: 0; -webkit-flex: 0 0 33.333%; -moz-box-flex: 0; -moz-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; } }

.box--clanovi .box__item:nth-child(odd) .box__item_title { background: #ddedfb; }

.box--clanovi .box__item:nth-child(even) .box__item_title { background: #d0e6fa; }

.box--clanovi .box__item_title { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px; }

@media screen and (min-width: 768px) { .box--clanovi .box__item_title { padding: 70px 50px 20px; } }

.box--clanovi .box__item_title h3 { margin: 0; }

.box--clanovi .box__item_text { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid #ebebeb; background: #fff; padding: 30px 50px; }

.box--clanovi .box__item p, .box--clanovi .box__item .wysiwyg table td, .wysiwyg table .box--clanovi .box__item td { font-size: 18px; font-size: 1.8rem; line-height: 28px; line-height: 2.8rem; color: #4d4d4d; }

.vision { margin-top: 0; padding: 0; }

@media screen and (min-width: 768px) { .vision { padding: 40px 0; margin-top: 10px; } }

.vision__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: normal; -ms-flex-align: normal; -webkit-align-items: normal; -moz-align-items: normal; align-items: normal; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

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

.vision__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%; 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-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: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; text-align: left; margin-bottom: 2%; padding: 20px 20px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.vision__item:nth-child(2) { background: #f2f2f2; }

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

@media screen and (min-width: 1024px) { .vision__item { padding: 30px; } }

.vision__item h2 { margin: 0 0 15px 0; font-weight: 800; }

@media screen and (min-width: 768px) { .vision__item h2 { margin: 0 0 30px 0; } }

.page { overflow-x: hidden; }

.page--home .news { margin-top: 8px; padding: 50px 0 30px; }

.page--home .news h1 { color: #fff; margin-bottom: 50px; }

@media screen and (min-width: 768px) { .page--home .news { padding: 100px 0; }
  .page--home .news h1 { margin-bottom: 100px; } }

.page--home .fold__img { height: 100vh; }

@media screen and (min-width: 480px) { .page--home .fold__img { height: 60vh; } }

@media screen and (min-width: 768px) { .page--home .fold__img { height: 100vh; } }

.page--news .news { margin: 50px 0 30px; }

@media screen and (min-width: 768px) { .page--news .news { margin: 80px 0 60px; } }

.page--news .card--08 .card__data { padding: 10px 0; }

@media screen and (min-width: 768px) { .page--news .card--08 .card__data { padding: 20px; } }

.page .section { margin-bottom: 40px; }

.page .section__subtitle { font-size: 12px; font-size: 1.2rem; line-height: 14px; line-height: 1.4rem; font-weight: 700; color: rgba(65, 73, 77, 0.8); text-transform: uppercase; }

.page .section__title { margin: 10px 0 20px; padding: 0; text-align: center; }

.page__header_single { margin-top: 121px; }

@media screen and (min-width: 1024px) { .page__header_single { margin-top: 135px; } }

.page__header_article { height: 100%; position: relative; padding: 110px 0 0; background-image: url(../img/hero-bg-logo-alt.png); background-repeat: no-repeat; background-position: 0 140px; background-color: #fffaf5; margin-bottom: 30px; }

@media screen and (min-width: 768px) { .page__header_article { height: 440px; padding: 150px 0 0; }
  .page__header_article .card--04 .card__data { margin-top: -100px; } }

.page__header_page { position: relative; background: #dde6ef; margin-top: 97px; padding: 70px 0; }

@media screen and (min-width: 480px) { .page__header_page { margin-top: 119px; } }

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

@media screen and (min-width: 1200px) { .page__header_page { padding: 150px 0 100px; margin-top: 133px; } }

.page__header_page:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: repeat-x; background-position: bottom; background-size: cover; }

.page__header_page .container { width: 100%; max-width: 800px; 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; }

.page__header_page .title { position: relative; color: #333333; font-size: 30px; font-size: 3rem; line-height: 40px; line-height: 4rem; margin: 30px 0; text-transform: uppercase; font-weight: 100; font-family: "Caveat Brush", cursive; }

.page__header_page .title:before { content: ""; position: absolute; width: 50px; height: 3px; background: #047e89; 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: -15px; }

@media screen and (min-width: 768px) { .page__header_page .title { font-size: 60px; font-size: 6rem; line-height: 60px; line-height: 6rem; margin: 20px 0 60px; }
  .page__header_page .title:before { height: 5px; bottom: -30px; } }

.page__header_breadcrumb { font-size: 12px; font-size: 1.2rem; line-height: 16px; line-height: 1.6rem; margin: 0 0 10px; font-weight: 500; }

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

.page__header_breadcrumb a { color: #666; }

.page__header_breadcrumb a:hover { color: #f90031; }

.page__header_breadcrumb em { color: #f90031; }

.page__header_icon { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-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; position: relative; }

.page__header_icon img { width: 40px; }

.page__header_icon h1 { margin: 15px 0 0; }

@media screen and (min-width: 768px) { .page__header_icon { -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .page__header_icon img { position: absolute; left: -80px; width: 60px; }
  .page__header_icon h1 { margin: 0; } }

.page__header_desc { font-size: 21px; font-size: 2.1rem; line-height: 28px; line-height: 2.8rem; margin: 20px 0 0 0; }

.page__wrapper_inner { margin-bottom: 50px; }

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

.page__wrapper .contact_form { margin: 50px 0 0; }

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

.page__title:before { content: ""; position: absolute; width: 50px; height: 5px; background: #333333; 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: -30px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }

@media screen and (min-width: 768px) { .page__title:before { bottom: -40px; } }

.page__title_info { margin-top: 15px; }

.page__title_info span { font-size: 20px; font-size: 2rem; line-height: 20px; line-height: 2rem; color: #047e89; }

.page__content { padding: 30px 0; }

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

.page--404 .title { position: relative; font-size: 100px; font-size: 10rem; line-height: 100px; line-height: 10rem; margin: 0 0 25px; padding: 0 0 15px; color: #666; font-weight: 600; text-align: center; display: block; }

.page--404 .title:after { content: ''; position: absolute; bottom: 0; left: 50%; height: 4px; width: 50px; margin-left: -25px; background-color: #f90031; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }

.page--404 .page__content { text-align: center; }

.page--404 .page__content .desc { margin: 0 0 60px; }

.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: #047e89; }

.page__gallery_post { padding: 0 0 50px; }

.page__single { margin: 70px 0 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; -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: normal; -ms-flex-align: normal; -webkit-align-items: normal; -moz-align-items: normal; align-items: normal; }

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

@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; } }

.page__single_item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 50px; }

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

.page__single_item:first-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 35%; -moz-box-flex: 0; -moz-flex: 0 0 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; }

.page__single_item:last-of-type { -webkit-box-flex: 0; -webkit-flex: 0 0 62%; -moz-box-flex: 0; -moz-flex: 0 0 62%; -ms-flex: 0 0 62%; flex: 0 0 62%; }

.page__single img { display: block; height: auto; width: 100%; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

.page__singleblog { max-width: 900px; margin: 0 auto 40px; border-bottom: 1px solid #BDBDBD; }

/*# sourceMappingURL=base.min.css.map */
