@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 21, 2022 */
@font-face {
  font-family: 'Noto Serif';
  src: url("../fonts/notoserif-regular-webfont.woff2") format("woff2"), url("../fonts/notoserif-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto Serif';
  src: url("../fonts/notoserif-italic-webfont.woff2") format("woff2"), url("../fonts/notoserif-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Noto Serif';
  src: url("../fonts/notoserif-bold-webfont.woff2") format("woff2"), url("../fonts/notoserif-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Noto Serif';
  src: url("../fonts/notoserif-bolditalic-webfont.woff2") format("woff2"), url("../fonts/notoserif-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

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

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

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

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*
 * Mapplic - Custom Interactive Map Plugin by @sekler
 * Version 7.1
 * https://www.mapplic.com/
 */
/* STYLES */
.mapplic-element {
  position: relative;
  overflow: hidden;
  font-size: 0;
  height: 420px; }

.mapplic-element input,
.mapplic-element button,
.mapplic-element a,
.mapplic-element a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none !important; }

.mapplic-element a:focus {
  outline: none; }

.mapplic-element > * {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.mapplic-element.mapplic-loading > * {
  opacity: 0; }

.mapplic-element strong {
  color: #333; }

/* Preloader & Error */
.mapplic-element.mapplic-loading {
  background: url(../images/mapplic/loader.gif) no-repeat center; }

.mapplic-element.mapplic-error {
  background: url(../images/mapplic/error-icon.png) no-repeat center; }

/* Scrollbars */
/* Firefox */
.mapplic-element * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fdfdfd; }

/* Chrome, Edge, and Safari */
.mapplic-element *::-webkit-scrollbar {
  width: 12px; }

.mapplic-element *::-webkit-scrollbar-track {
  background-color: #fdfdfd; }

.mapplic-element *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #fdfdfd;
  box-sizing: border-box; }

.mapplic-element .mapplic-tooltip * {
  scrollbar-color: #ddd #fff; }

.mapplic-element .mapplic-tooltip *::-webkit-scrollbar-track {
  background-color: #fff; }

.mapplic-element .mapplic-tooltip *::-webkit-scrollbar-thumb {
  border: 3px solid #fff; }

/* Map container */
.mapplic-container {
  display: inline-block;
  position: relative;
  width: 70%;
  height: 100%; }

.mapplic-map {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }

/* Map layer */
.mapplic-layer img {
  width: 100%; }

.mapplic-map .mapplic-map-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Animation and stuff */
.mapplic-layer {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }

.mapplic-layer.mapplic-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.mapplic-layer.mapplic-hidden {
  pointer-events: none;
  display: none; }

.mapplic-layer.mapplic-layer-up {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

.mapplic-layer.mapplic-layer-down {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }

/* Hand cursor */
.mapplic-map.mapplic-zoomable .mapplic-map-image {
  cursor: url(../images/mapplic/openhand.cur), default; }

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
  cursor: url(../images/mapplic/closedhand.cur), move; }

/* Marker types */
.mapplic-pin {
  background-color: #fb7575;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  position: absolute !important;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapplic-pin:before {
  box-sizing: content-box !important; }

.mapplic-pin.hide {
  display: none; }

.mapplic-pin.mapplic-active {
  display: block !important; }

.mapplic-pin.pin-label {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-decoration: none; }

.mapplic-pin.pin-text {
  background: transparent !important;
  border-radius: 0;
  color: #666; }

.mapplic-pin {
  background-color: #dd3333;
  border-color: #dd3333;
  background-image: none;
  background-size: contain;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 21px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.mapplic-pin.pin-square {
  background-color: #0071A1;
  border-color: #0071A1;
  border-radius: 0; }

.mapplic-pin.pin-square.pin-bordered:before {
  border-radius: 0; }

.mapplic-pin.pin-rounded {
  background-color: #6b9b26;
  border-color: #6b9b26;
  border-radius: 4px; }

.mapplic-pin.pin-rounded.pin-bordered:before {
  border-radius: 7px; }

.mapplic-pin.pin-sm {
  margin: -5px 0 0 -5px;
  font-size: 0;
  width: 10px;
  height: 10px; }

.mapplic-pin.pin-sm.pin-rounded {
  border-radius: 3px; }

.mapplic-pin.pin-lg {
  margin: -14px 0 0 -14px;
  font-size: 15px;
  line-height: 30px;
  width: 28px;
  height: 28px;
  box-sizing: border-box; }

.mapplic-pin.pin-bordered {
  background-color: white !important;
  background-image: none;
  color: #333 !important;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px; }

.mapplic-pin.pin-bordered:before {
  border-color: inherit;
  border-style: solid;
  border-radius: 50%;
  border-width: 3px;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -3px;
  top: -3px; }

.mapplic-pin.pin-triangle {
  margin-top: -20px;
  -webkit-transform-origin: 50% 140%;
      -ms-transform-origin: 50% 140%;
          transform-origin: 50% 140%; }

.mapplic-pin.pin-triangle:before {
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 2px; }

/* classic */
.mapplic-pin.pin-classic {
  background-color: #f23543;
  background-image: none;
  border-color: #f23543;
  border-radius: 10px;
  line-height: 22px !important;
  width: 20px;
  height: 20px;
  margin-top: -22px;
  margin-left: -10px;
  -webkit-transform-origin: 50% 140%;
      -ms-transform-origin: 50% 140%;
          transform-origin: 50% 140%; }

.mapplic-pin.pin-classic:before {
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 2px; }

.mapplic-pin.pin-marker {
  background-color: #fcac2b;
  border-color: #fcac2b;
  background-image: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-top: -9px;
  margin-left: -9px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.mapplic-pin.pin-marker:before {
  border-color: inherit;
  border-style: solid;
  border-width: 6px;
  border-radius: 50%;
  content: '';
  display: block;
  opacity: 0.2;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -6px;
  top: -6px; }

.mapplic-pin.pin-disk {
  background-color: white !important;
  background-image: none;
  border-color: #f19819;
  border-radius: 8px;
  color: #333 !important;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.mapplic-pin.pin-disk:before {
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 16px;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -3px;
  top: -3px; }

.mapplic-pin.pin-ribbon {
  background-color: #46b450;
  background-image: none;
  border-color: #46b450;
  border-radius: 2px 2px 2px 0;
  height: 16px;
  line-height: 16px;
  min-width: 10px;
  width: auto;
  padding: 0 3px;
  margin-left: -8px;
  margin-top: -20px;
  -webkit-transform-origin: 8px 20px;
      -ms-transform-origin: 8px 20px;
          transform-origin: 8px 20px; }

.mapplic-pin.pin-ribbon:after {
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0px; }

.mapplic-pin.pin-ribbon:before {
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: inherit;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 0px; }

.mapplic-pin.pin-dot {
  background-color: transparent !important;
  background-image: none;
  border-color: #29afa1;
  border-radius: 0;
  color: #333 !important;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  min-width: 10px;
  width: auto;
  padding: 0 3px;
  margin-left: 4px;
  margin-top: -8px;
  -webkit-transform-origin: -4px 8px;
      -ms-transform-origin: -4px 8px;
          transform-origin: -4px 8px; }

.mapplic-pin.pin-dot:before {
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 12px;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 5px;
  left: -7px; }

.mapplic-pin.pin-image {
  background-size: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 0 !important;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%; }

.mapplic-pin.pin-icon {
  background-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 0 !important;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%; }

.mapplic-pin.pin-circle {
  background: none !important;
  border: 2px solid #fb7575;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.mapplic-pin.pin-transparent {
  background-image: none;
  background-color: #795ecd;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.5 !important;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.mapplic-pin.pin-md {
  border-radius: 50%;
  margin-left: -10px;
  margin-top: -10px;
  line-height: 20px;
  width: 20px;
  height: 20px; }

.mapplic-pin.pin-pulse {
  background-color: #007CBA; }

.mapplic-pin.pin-pulse:before {
  content: '';
  border: 2px solid #888;
  border-radius: 30px;
  height: inherit;
  width: inherit;
  top: -2px;
  left: -2px;
  position: absolute;
  -webkit-animation: pulsate 1.8s ease-out;
          animation: pulsate 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
  box-sizing: content-box; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.0; }
  25% {
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1.6, 1.6);
    opacity: 0.0; } }

/* Minimap */
.mapplic-minimap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: 12px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapplic-minimap-layer {
  line-height: 0; }

.mapplic-minimap img {
  width: 100%; }

.mapplic-minimap-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.mapplic-minimap .mapplic-minimap-active {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0; }

.mapplic-minimap-background {
  width: 140px !important;
  -webkit-filter: blur(2px); }

/* UI Buttons */
.mapplic-button {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  border-radius: 0;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding: 0;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.mapplic-element .mapplic-button:focus,
.mapplic-button:hover,
.mapplic-button:focus {
  background-color: #fff; }

.mapplic-container > .mapplic-button {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  position: absolute;
  margin: 12px; }

.mapplic-icon {
  box-sizing: content-box;
  fill: #222;
  width: 16px;
  height: 16px;
  margin: 6px;
  position: absolute;
  top: 0;
  left: 0; }

/* Clear Button */
.mapplic-clear-button {
  background-size: 16px 16px;
  display: none;
  font-size: 0;
  bottom: 69px;
  right: 0; }

/* Zoom Buttons */
.mapplic-zoom-buttons {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  margin: 12px;
  position: absolute;
  right: 0;
  bottom: 0; }

.mapplic-zoom-buttons button {
  display: block; }

.mapplic-zoom-buttons button:disabled {
  background-color: #eee;
  cursor: default; }

button.mapplic-zoomin-button {
  background-size: 10px 10px;
  border-bottom: 1px solid #eee; }

button.mapplic-zoomout-button {
  background-size: 10px 10px; }

/* Fullscreen */
.mapplic-fullscreen {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  z-index: 99980; }

.mapplic-fullscreen-button {
  background-size: 14px 14px;
  top: 0;
  left: 0; }

.mapplic-fullscreen-button .mapplic-icon-fullscreen-exit,
.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen {
  display: none; }

.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen-exit {
  display: block; }

.mapplic-fullscreen .mapplic-container {
  width: 80%; }

.mapplic-fullscreen .mapplic-sidebar {
  width: 20%; }

/* Levels (old) */
.mapplic-levels {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px; }

.mapplic-levels > * {
  display: block;
  box-sizing: border-box; }

.mapplic-levels-select {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #2f3435;
  margin: 0;
  padding: 8px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  outline: none;
  -webkit-appearance: none; }

.mapplic-levels button {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 4px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  height: 50%;
  width: 20px;
  position: absolute;
  right: 0; }

.mapplic-levels .mapplic-levels-down {
  bottom: 0; }

.mapplic-levels .mapplic-icon {
  width: 8px;
  height: 4px;
  margin: 0;
  margin-left: -4px;
  margin-top: -2px;
  left: 50%;
  top: 50%; }

.mapplic-levels button:disabled {
  background-color: #eee;
  cursor: default; }

.mapplic-levels {
  display: none; }

/* new switcher */
.mapplic-level-switcher {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 12px; }

.mapplic-level-switcher button {
  background-color: #f8f8f8;
  border-radius: 0;
  color: #888;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  padding: 4px 10px;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  border: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: relative; }

.mapplic-level-switcher button:hover {
  background-color: #f8f8f8; }

.mapplic-level-switcher button:focus {
  outline: none; }

.mapplic-level-switcher button.mapplic-selected {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #222;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  z-index: 100; }

/* SIDEBAR */
.mapplic-sidebar {
  width: 30%;
  height: 100%;
  padding: 12px;
  position: relative;
  box-sizing: border-box; }

.mapplic-sidebar-right .mapplic-sidebar {
  float: right; }

.mapplic-sidebar-right .mapplic-container {
  float: none; }

.mapplic-sidebar > * {
  pointer-events: auto; }

.mapplic-container {
  float: right; }

/* toggle */
.mapplic-sidebar-toggle {
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin: 0 !important;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.mapplic-dynamic-sidebar:not(.mapplic-portrait) .mapplic-container {
  -webkit-transition: width 0.4s;
  transition: width 0.4s; }

.mapplic-portrait .mapplic-sidebar-toggle {
  display: none; }

.mapplic-sidebar-right .mapplic-sidebar-toggle {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mapplic-sidebar-toggle,
.mapplic-sidebar-toggle:hover,
.mapplic-element .mapplic-sidebar-toggle:focus,
.mapplic-element .mapplic-sidebar-toggle:active {
  background-color: rgba(0, 0, 0, 0.2); }

.mapplic-hidden-sidebar .mapplic-sidebar-toggle {
  margin: 0 12px !important; }

.mapplic-sidebar-toggle .mapplic-icon-sidebar {
  fill: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.mapplic-hidden-sidebar .mapplic-sidebar-toggle .mapplic-icon-sidebar {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mapplic-sidebar {
  -webkit-transition: margin 0.4s, opacity 0.4s;
  transition: margin 0.4s, opacity 0.4s; }

.mapplic-hidden-sidebar .mapplic-container {
  width: 100%; }

.mapplic-element.mapplic-hidden-sidebar:not(.mapplic-portrait) .mapplic-sidebar {
  margin-left: -30%;
  opacity: 0; }

.mapplic-sidebar-right.mapplic-hidden-sidebar:not(.mapplic-portrait) .mapplic-sidebar {
  margin-left: 0;
  margin-right: -30%; }

/* tags row */
.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-filter-tags {
  display: block; }

.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-sidebar-header {
  max-height: 110px; }

.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-list-container {
  top: 122px; }

/* dim */
.mapplic-sidebar-dim {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  bottom: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  pointer-events: none; }

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-sidebar-dim {
  opacity: 0.1;
  pointer-events: auto; }

/* search */
.mapplic-sidebar-header {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 16px 20px;
  position: absolute;
  right: 12px;
  left: 12px;
  z-index: 2;
  max-height: 80px;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s; }

.mapplic-sidebar.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-sidebar-header {
  max-height: 80%; }

.mapplic-sidebar-header > .mapplic-icon {
  margin-left: 20px;
  margin-top: 32px; }

.mapplic-search-input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 22px !important;
  font-family: inherit;
  line-height: 22px;
  width: 100%;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 50px 0 30px !important; }

.mapplic-search-input::-webkit-input-placeholder {
  opacity: 0.5;
  font-weight: 400; }

.mapplic-search-input:-ms-input-placeholder {
  opacity: 0.5;
  font-weight: 400; }

.mapplic-search-input::placeholder {
  opacity: 0.5;
  font-weight: 400; }

input.mapplic-search-input:focus {
  outline: none !important; }

.mapplic-search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.mapplic-search-clear {
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 28px;
  left: 16px;
  width: 24px;
  height: 24px; }

.mapplic-search-active .mapplic-search-clear {
  display: block; }

.mapplic-search-active .mapplic-icon.mapplic-icon-magnifier {
  display: none; }

.mapplic-search-clear:hover,
.mapplic-search-clear:active,
.mapplic-search-clear:focus {
  background: none;
  outline: none; }

.mapplic-search-clear .mapplic-icon.mapplic-icon-cross {
  width: 12px;
  height: 12px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

/* .mapplic-search-clear:hover .mapplic-icon-cross { transform: rotate(180deg); } */
.mapplic-search-toggle {
  background: transparent;
  border-radius: 50% !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  margin: 0;
  padding: 4px;
  top: 24px;
  right: 20px;
  width: 34px;
  height: 34px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.mapplic-search-toggle:hover,
.mapplic-search-toggle:focus {
  background-color: transparent; }

.mapplic-sidebar-filterable .mapplic-search-toggle {
  display: block; }

.mapplic-search-toggle .mapplic-icon {
  margin: 9px; }

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-search-toggle {
  background-color: #f4f4f4; }

.mapplic-icon.mapplic-icon-cross {
  width: 8px;
  height: 8px;
  padding: 8px; }

/* Search Disabled */
.mapplic-sidebar-nosearch .mapplic-list-container {
  top: 12px; }

/* Tags */
.mapplic-filter-tags {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  display: none;
  margin: 10px 0; }

.mapplic-tag {
  background-color: #aaa;
  border-radius: 12px;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 9px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 6px;
  padding: 0 8px;
  display: inline-block; }

.mapplic-tag > span {
  background-image: url(../images/mapplic/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 6px;
  opacity: 0.4; }

/* Sidebar list */
.mapplic-list-container {
  background-color: #fdfdfd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  bottom: 12px;
  top: 92px;
  right: 12px;
  left: 12px;
  padding: 0;
  margin: 0;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  -webkit-overflow-scrolling: touch; }

.mapplic-list-container li {
  margin: 0 !important; }

.mapplic-list-container h4 {
  font-size: 16px !important;
  font-weight: 400 !important; }

.mapplic-list-container .mapplic-dir-item a {
  padding: 12px 20px 12px 18px; }

/* Filters */
.mapplic-filter {
  margin: 10px -20px -6px -20px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-filter {
  opacity: 1; }

.mapplic-filter > ul {
  padding: 0 !important;
  margin: 0 !important; }

.mapplic-filter h5 {
  color: #aaa;
  font-size: 10px;
  margin: 5px 20px;
  font-weight: 400; }

.mapplic-list-category {
  margin: 0 !important; }

.mapplic-list-category > a {
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f3434 !important;
  display: block;
  margin: 6px 10px;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.mapplic-list-category > a:hover,
.mapplic-list-category > a:focus {
  background-color: #f8f8f8; }

.mapplic-list-category h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin: 0; }

.mapplic-list-category h4.mapplic-margin {
  margin-top: 9px; }

.mapplic-about {
  color: #aaa;
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px; }

/* Thumbnail */
.mapplic-list-category .mapplic-thumbnail {
  background-color: #aaa;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px; }

.mapplic-list-category .mapplic-thumbnail-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: bold;
  line-height: 22px; }

.mapplic-thumbnail {
  border-radius: 0px;
  box-shadow: none !important;
  margin-right: 10px;
  float: left;
  width: 50px;
  height: 50px;
  object-fit: cover; }

.mapplic-thumbnail-placeholder {
  background-color: #eee;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 8px 4px;
  width: 50px;
  height: 50px;
  text-align: center; }

.mapplic-list-category > a .mapplic-list-count {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
  opacity: 0.5; }

.mapplic-dir-item[data-location=init] {
  display: none !important; }

.mapplic-dir-item > a {
  border-left: 2px solid transparent;
  padding: 10px 20px 10px 18px;
  text-decoration: none;
  -webkit-transition: border, background-color 0.1s;
  transition: border, background-color 0.1s; }

.mapplic-sidebar .mapplic-dir-item > a:hover,
.mapplic-sidebar .mapplic-dir-item > a:focus,
.mapplic-sidebar .mapplic-dir-item.mapplic-active > a {
  background-color: #f4f4f4;
  padding: 12px 20px; }

/* Directory */
.mapplic-dir > h3 {
  border-bottom: 2px solid #fafafa;
  font-size: 32px;
  line-height: 60px;
  font-weight: 300;
  margin: 20px 0;
  padding-bottom: 0; }

.mapplic-dir > h3 > span {
  border-bottom: 2px solid #888;
  display: inline-block;
  font-weight: 600;
  margin-bottom: -2px; }

.mapplic-dir ul {
  padding-left: 0;
  list-style: none; }

.mapplic-dir.mapplic-dir-results {
  margin-top: 40px;
  display: none; }

.mapplic-dir-results-clear {
  background-color: #fafafa;
  border: none;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  margin-left: 20px;
  padding: 10px 12px;
  outline: none;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.mapplic-dir-results-clear .mapplic-icon-cross {
  padding: 0;
  margin: 0 0 0 6px;
  position: static;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.mapplic-dir-results-clear:hover .mapplic-icon-cross {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.mapplic-dir-results-clear:hover,
.mapplic-dir-results-clear:active {
  background-color: #eee; }

.mapplic-dir.mapplic-dir-horizontal ul {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 40px; }

.mapplic-dir.mapplic-dir-horizontal .mapplic-dir-item {
  white-space: normal;
  display: inline-block; }

.mapplic-dir-item {
  border-color: #888; }

.mapplic-dir-item a {
  display: block;
  padding: 12px 0;
  -webkit-transition: background-color 0.2s, padding 0.2s;
  transition: background-color 0.2s, padding 0.2s;
  box-sizing: border-box;
  text-decoration: none !important;
  line-height: 0 !important; }

.mapplic-dir-item a:focus {
  outline: none; }

.mapplic-dir-item a::after {
  content: "";
  clear: both;
  display: table;
  overflow: auto; }

.mapplic-dir-item a:hover,
.mapplic-dir-item a:focus,
.mapplic-dir-item.mapplic-active > a {
  background-color: #fafafa;
  padding: 12px; }

.mapplic-dir-item.mapplic-active > a {
  border-color: inherit; }

.mapplic-dir-item h4 {
  color: #222;
  font-size: 14px;
  margin: 4px 0 !important;
  font-weight: 600;
  line-height: 20px !important;
  display: inline-block; }

.mapplic-dir-grid ul {
  margin: 0 -20px; }

.mapplic-dir-grid .mapplic-dir-item {
  margin-bottom: 20px;
  text-align: center; }

.mapplic-dir-grid.mapplic-dir-columns .mapplic-dir-item {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.mapplic-dir-grid .mapplic-dir-item h4 {
  font-size: 16px;
  margin-bottom: 10px; }

.mapplic-dir-grid .mapplic-dir-item a {
  padding: 20px; }

.mapplic-dir-grid .mapplic-thumbnail {
  margin-bottom: 12px;
  float: none;
  width: 100%;
  min-height: 180px; }

.mapplic-dir-grid .mapplic-thumbnail-placeholder {
  line-height: 160px;
  font-weight: bold;
  font-size: 42px; }

@media screen and (max-width: 992px) {
  .mapplic-dir-grid.mapplic-dir-columns .mapplic-dir-item {
    width: 33%; } }

@media screen and (max-width: 600px) {
  .mapplic-dir-grid.mapplic-dir-columns .mapplic-dir-item {
    width: 50%; } }

/* dir view */
.mapplic-dir-view {
  position: relative; }

.mapplic-dir-view button {
  position: absolute;
  right: 30px;
  top: 0; }

/* dir search */
.mapplic-dir-search {
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 36px;
  outline: none;
  padding: 12px 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s; }

.mapplic-dir-search::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal !important; }

.mapplic-dir-search:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal !important; }

.mapplic-dir-search::placeholder {
  color: #ccc;
  font-weight: normal !important; }

.mapplic-dir-search:focus {
  background-color: #fafafa;
  padding: 12px 20px; }

.mapplic-dir-filter {
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 22px 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  -moz-appearance: none;
  -webkit-appearance: none; }

.mapplic-dir-filter:focus {
  background-color: #fafafa;
  padding: 22px 20px; }

/* Tooltip */
.mapplic-tooltip {
  display: none;
  position: absolute;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  padding-bottom: 30px;
  pointer-events: none; }

.mapplic-tooltip:after {
  content: '';
  border-color: #fff transparent transparent transparent !important;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -7px;
  margin-top: -33px;
  /* SHIFT */ }

.mapplic-tooltip-wrap {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  min-width: 120px;
  pointer-events: auto;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  margin-top: -32px;
  /* SHIFT */
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }

.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: 17px;
  /* SHIFT */ }

.mapplic-tooltip-bottom.mapplic-tooltip:after {
  border-color: transparent transparent #fff transparent !important;
  border-width: 0 7px 8px 7px;
  margin-top: 10px; }

.mapplic-tooltip-body {
  padding: 16px; }

.mapplic-tooltip-body:focus {
  outline: none; }

.mapplic-tooltip-body::after {
  content: '';
  clear: both;
  display: table; }

.mapplic-tooltip img {
  max-width: 100%; }

.mapplic-tooltip-title {
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 12px 0 0 !important; }

.mapplic-hovertip,
.mapplic-hovertip > .mapplic-tooltip-wrap {
  pointer-events: none; }

.mapplic-hovertip > .mapplic-tooltip-wrap {
  min-width: 20px;
  padding: 6px 14px; }

.mapplic-hovertip .mapplic-tooltip-title {
  margin: 0 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.mapplic-tooltip-content {
  margin-top: 10px;
  margin-bottom: 6px;
  max-height: 160px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.mapplic-tooltip .mapplic-thumbnail {
  border-radius: 50% !important;
  width: 48px;
  height: 48px;
  margin-right: 12px; }

.mapplic-tooltip-description,
.mapplic-tooltip p {
  font-size: 13px;
  line-height: 22px;
  margin: 0; }

.mapplic-tooltip p {
  margin-top: 0;
  margin-bottom: 6px !important; }

.mapplic-tooltip-description p:last-child {
  margin: 0; }

.mapplic-popup-link {
  background-color: #888;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  float: right;
  margin-top: 4px;
  padding: 4px 8px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s; }

.mapplic-popup-link:hover {
  background-color: #666;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important; }

.mapplic-tooltip-close {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 36px;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 0.5;
  z-index: 100;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.mapplic-tooltip-close:hover {
  opacity: 1.0; }

.mapplic-tooltip-close .mapplic-icon {
  background-color: #fff;
  border-radius: 50%; }

/* Lightbox */
.mapplic-lightbox-title {
  color: #333;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px; }

.mapplic-lightbox {
  background-color: #fff;
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.mapplic-lightbox:after {
  content: '';
  display: block;
  clear: both; }

.mapplic-lightbox-description,
.mapplic-lightbox p {
  font-size: 18px;
  line-height: 28px; }

.mapplic-popup-image {
  outline: none; }

.mfp-bg {
  z-index: 99981 !important; }

.mfp-wrap {
  z-index: 99982 !important; }

.mfp-content {
  z-index: 99983 !important; }

/* Lightbox animation */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

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

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

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

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

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

/* Toggle */
.mapplic-toggle {
  display: block;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin: 6px 0;
  min-width: 20px;
  min-height: 20px; }

.mapplic-toggle > .mapplic-toggle-circle {
  background-color: #aaa;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.mapplic-toggle:before {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  box-sizing: content-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px; }

.mapplic-toggle > input {
  display: none; }

.mapplic-toggle > input:checked + span {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); }

.mapplic-list-category {
  position: relative; }

.mapplic-list-category .mapplic-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  box-sizing: border-box; }

/* Legend */
.mapplic-legend {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 12px;
  padding: 0 8px;
  position: absolute;
  left: 0;
  bottom: 0; }

.mapplic-legend-label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 6px 0;
  padding-left: 28px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.mapplic-legend-key {
  background-color: #aaa;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 8px; }

/* Reveal */
.mapplic-revealed {
  visibility: visible !important; }

/* Portrait mode */
.mapplic-portrait.mapplic-element {
  height: auto !important; }

.mapplic-portrait .mapplic-container,
.mapplic-portrait .mapplic-sidebar {
  float: none;
  width: 100% !important; }

.mapplic-portrait .mapplic-sidebar {
  min-height: 600px;
  max-height: 1000px;
  position: relative; }

.mapplic-portrait .mapplic-tooltip {
  max-width: 240px; }

.mapplic-portrait .mapplic-minimap-background {
  width: 100px !important; }

/* Map */
.mapplic-map svg {
  width: 100%;
  height: 100%; }

.mapplic-element svg a {
  cursor: pointer; }

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.mapplic-map-image *[id^=MNOINT],
.mapplic-map-image *[id^=nopointer] {
  pointer-events: none; }

[id^=MLOC] .mapplic-clickable,
[id^=landmark] .mapplic-clickable {
  cursor: pointer; }

/* Developer tools */
.mapplic-coordinates {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  position: absolute;
  margin: 10px;
  margin-left: -80px;
  padding: 4px 6px;
  font-size: 14px;
  top: 0;
  left: 50%;
  pointer-events: none; }

/* IE workaround */
@media all and (-ms-high-contrast: none) {
  .mapplic-zoomout-button {
    background: #fff url(../images/mapplic/ie/minus.svg) no-repeat center !important; }
  .mapplic-zoomin-button {
    background: #fff url(../images/mapplic/ie/plus.svg) no-repeat center !important; }
  .mapplic-clear-button {
    background: #fff url(../images/mapplic/ie/reset.svg) no-repeat center !important; }
  .mapplic-fullscreen-button {
    background: #fff url(../images/mapplic/ie/fullscreen.svg) no-repeat center !important; }
  .mapplic-fullscreen .mapplic-fullscreen-button {
    background: #fff url(../images/mapplic/ie/fullscreen-exit.svg) no-repeat center !important; }
  .mapplic-levels .mapplic-levels-up {
    background: #fff url(../images/mapplic/ie/arrow-up.svg) no-repeat center !important; }
  .mapplic-levels .mapplic-levels-down {
    background: #fff url(../images/mapplic/ie/arrow-down.svg) no-repeat center !important; }
  .mapplic-search-clear {
    background: #fff url(../images/mapplic/ie/cross.svg) no-repeat center !important; } }

/* Accessibility */
.mapplic-accessible.mapplic-element input:focus,
.mapplic-accessible.mapplic-element button:focus,
.mapplic-accessible.mapplic-element a:focus,
.mapplic-accessible.mapplic-element select:focus,
.mapplic-accessible.mapplic-element *[aria-modal="true"] {
  z-index: 1000;
  outline: solid rgba(0, 115, 170, 0.15);
  outline-offset: 2px; }

.mapplic-accessible.mapplic-element input.mapplic-search-input:focus {
  outline: solid rgba(0, 115, 170, 0.15);
  outline-offset: 6px; }

.mapplic-accessible.mapplic-element input:focus {
  outline-offset: 6px; }

.mapplic-accessible.mapplic-element select:focus {
  position: relative; }

/* SKINS */
/* mapplic-booking */
.mapplic-booking .mapplic-active,
.mapplic-booking .mapplic-active > * {
  fill: #A8D865; }

.mapplic-booking .unavailable,
.mapplic-booking .unavailable > * {
  fill: #F7B332;
  opacity: 1;
  cursor: default; }

/* INTERACTIVE ELEMENTS */
/* clickable elements */
.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s; }

/* hovered elements */
/* active elements */
/* Default Style */
.defaultstyle.mapplic-clickable:not(g), g.defaultstyle.mapplic-clickable > * {
  fill: #70899C; }

.defaultstyle.mapplic-highlight:not(g), g.defaultstyle.mapplic-highlight > *, .defaultstyle.mapplic-clickable:not(g):hover, g.defaultstyle.mapplic-clickable:hover > * {
  fill: #596D7E; }

.defaultstyle.mapplic-active:not(g), g.defaultstyle.mapplic-active > * {
  fill: #4D5E6D !important; }

/* Init shape */
[id^=MLOC] > #init, [id^=landmark] > #init, svg > #items > #init {
  visibility: hidden; }

/* Highlight */
.mapplic-filtered .mapplic-pin {
  opacity: 0.4 !important; }

.mapplic-filtered .mapplic-pin.mapplic-highlight {
  display: block !important;
  opacity: 1 !important; }

.mapplic-filtered svg [id^=MLOC] > *,
.mapplic-filtered svg [id^=landmark] > * {
  opacity: 0.4 !important; }

.mapplic-filtered .mapplic-clickable.mapplic-highlight {
  opacity: 1 !important; }

/* CUSTOM STYLES */
.mapplic-image,
.mapplic-tooltip-wrap {
  max-width: 300px !important; }

/* tooltip width */
.mapplic-tooltip-content {
  max-height: 160px; }

/* tooltip height */
.mapplic-image {
  height: 160px !important;
  object-fit: cover; }

/* example custom pin */
.mapplic-pin.my-new-pin {
  /* replace 'my-new-pin' with the name of your pin */
  background-image: url(../images/mapplic/my-new-pin.png);
  /* define the path to image file */
  background-size: 20px 30px;
  width: 20px;
  height: 30px;
  margin-left: -10px;
  /* negative margins are used for */
  margin-top: -15px;
  /* defining the pin's origin */ }

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.menu .drop, .icons-list, .sidebar-block .article-nav, .section-05 .resources-block .resources-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #00353E;
  background: #fff;
  font: 13px/1.36 "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 42px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 1em; }

a {
  color: inherit; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  font-size: 14px;
  line-height: 1.24;
  margin: 0;
  padding: 0;
  border-style: none; }
  @media (min-width: 480px) {
    form,
    fieldset {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    form,
    fieldset {
      font-size: 21px; } }

form p {
  margin: 0 0 .65em; }

@media (min-width: 768px) {
  form .radio-block {
    margin: 0 0 0 17px; } }

@media (min-width: 768px) {
  form .columns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 15px; } }

@media (min-width: 768px) {
  form .columns-block .column {
    width: 50%; } }

fieldset {
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    fieldset {
      margin: 0 0 25px; } }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #8BCAD5;
  background: none;
  padding: 7px 10px;
  outline: none; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    box-shadow: 0 0 16px #fff;
    color: #fff; }
    input[type='text']:focus::-webkit-input-placeholder,
    input[type='tel']:focus::-webkit-input-placeholder,
    input[type='email']:focus::-webkit-input-placeholder,
    input[type='search']:focus::-webkit-input-placeholder,
    input[type='password']:focus::-webkit-input-placeholder,
    textarea:focus::-webkit-input-placeholder {
      color: #fff; }
    input[type='text']:focus::-moz-placeholder,
    input[type='tel']:focus::-moz-placeholder,
    input[type='email']:focus::-moz-placeholder,
    input[type='search']:focus::-moz-placeholder,
    input[type='password']:focus::-moz-placeholder,
    textarea:focus::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    input[type='text']:focus:-moz-placeholder,
    input[type='tel']:focus:-moz-placeholder,
    input[type='email']:focus:-moz-placeholder,
    input[type='search']:focus:-moz-placeholder,
    input[type='password']:focus:-moz-placeholder,
    textarea:focus:-moz-placeholder {
      color: #fff; }
    input[type='text']:focus:-ms-input-placeholder,
    input[type='tel']:focus:-ms-input-placeholder,
    input[type='email']:focus:-ms-input-placeholder,
    input[type='search']:focus:-ms-input-placeholder,
    input[type='password']:focus:-ms-input-placeholder,
    textarea:focus:-ms-input-placeholder {
      color: #fff; }
    input[type='text']:focus.placeholder,
    input[type='tel']:focus.placeholder,
    input[type='email']:focus.placeholder,
    input[type='search']:focus.placeholder,
    input[type='password']:focus.placeholder,
    textarea:focus.placeholder {
      color: #fff; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.8); }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: rgba(255, 255, 255, 0.8); }

label {
  display: none; }
  label.label-container {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    margin: 0 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    label.label-container:last-child {
      margin: 0; }
    label.label-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      label.label-container input:checked ~ .checkmark {
        background: #F8D379; }
      label.label-container input:checked ~ .checkmark:after {
        display: block; }
    label.label-container .checkmark {
      width: 20px;
      height: 20px;
      position: relative;
      min-width: 20px;
      border: 2px solid #F8D379; }
      label.label-container .checkmark:after {
        width: 8px;
        height: 13px;
        content: '';
        position: absolute;
        top: 0;
        left: 4px;
        display: none;
        border: solid #00353E;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  min-height: 100px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  cursor: pointer; }

body {
  background: #E1ECED;
  font-size: 14px;
  line-height: 1.38; }
  @media (min-width: 480px) {
    body {
      font-size: 19px; } }
  @media (min-width: 768px) {
    body {
      background: -webkit-linear-gradient(right, #F9FDFC 0, #F3F9F8 50%, #E1ECED 100%);
      background: linear-gradient(to left, #F9FDFC 0, #F3F9F8 50%, #E1ECED 100%); } }
  @media (min-width: 1600px) {
    body {
      font-size: 26px; } }

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

p {
  margin-bottom: 1.38em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400; }

h1 {
  font-size: 42px;
  line-height: 1.37; }
  @media (min-width: 480px) {
    h1 {
      font-size: 62px; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 82px;
      line-height: 1.2; } }

h2 {
  font-size: 36px;
  color: #E5A20A;
  font-style: italic; }
  @media (min-width: 480px) {
    h2 {
      font-size: 40px; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 72px; } }

h3 {
  font-size: 22px; }
  @media (min-width: 480px) {
    h3 {
      font-size: 32px; } }
  @media (min-width: 1600px) {
    h3 {
      font-size: 54px; } }

h4 {
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #EF3B24; }
  @media (min-width: 480px) {
    h4 {
      font-size: 31px; } }
  @media (min-width: 1600px) {
    h4 {
      font-size: 42px; } }

h5 {
  font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  color: #EF3B24;
  font-weight: 500; }
  @media (min-width: 480px) {
    h5 {
      font-size: 27px; } }
  @media (min-width: 1600px) {
    h5 {
      font-size: 36px; } }

h6 {
  font-size: 18px;
  color: #EF3B24;
  font-style: italic; }
  @media (min-width: 480px) {
    h6 {
      font-size: 22px; } }
  @media (min-width: 1600px) {
    h6 {
      font-size: 26px; } }

.hide {
  display: none !important; }

.container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  @media (min-width: 390px) {
    .container {
      max-width: 1720px;
      padding: 0 40px; } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.uptitle {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #024854;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .uptitle {
      margin: 0 0 25px; } }

.logo {
  width: 175px;
  display: block;
  min-width: 100px; }
  @media (min-width: 1024px) {
    .logo {
      width: 180px;
      min-width: 150px; } }
  .logo img {
    display: block; }

.shadow, .btn, .post-block > .img-holder img, .columns-block img, .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-wrap {
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  overflow: hidden; }
  @media (min-width: 768px) {
    .shadow, .btn, .post-block > .img-holder img, .columns-block img, .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-wrap {
      border-radius: 12px;
      box-shadow: 0 0 32px rgba(0, 0, 0, 0.25); } }

@media (min-width: 768px) {
  .border-left {
    padding: 0 0 0 20px;
    border-left: 4px solid #D9EDEF; } }

@media (min-width: 1024px) {
  .border-left {
    padding: 0 0 0 30px; } }

.decoration-holder {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzcuMjIgMzMiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojOGJjYWQ1O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6M3B4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0i0KHQu9C+0LlfMS0yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDEiPjxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfMTMiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDEzIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xLjUsMjEuNUgzM2w3LjY4LTIwLDkuNzUsMzAsMy44NS0xMEg4Nkw5Mi4zNyw4LjM1LDk5LjMxLDIxLjVoMTQuNTdsMy45Mi00LDMuNjYsNGg4bDMuNC00LDIuODgsNGgwbC0yLjg4LTQtMy40LDRoLThsLTMuNjYtNC0zLjkyLDRIOTkuMzFMOTIuMzcsOC4zNCw4NiwyMS41SDU0LjMybC0zLjg1LDEwLTkuNzUtMzBMMzMsMjEuNVoiLz48L2c+PC9nPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom; }
  @media (min-width: 768px) {
    .decoration-holder {
      width: 100%;
      bottom: -10px;
      height: 33px;
      left: -40px;
      width: calc(100% + 40px); } }
  @media (min-width: 1850px) {
    .decoration-holder {
      left: -140px;
      width: calc(100% + 100px); } }
  .decoration-holder:before, .decoration-holder:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    bottom: 6px;
    left: 0;
    background: #8BCAD5;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .decoration-holder:before, .decoration-holder:after {
        height: 3px;
        bottom: 10px; } }
  .decoration-holder:before {
    left: -50vw;
    right: calc(100% - 1px); }
  .decoration-holder:after {
    left: 82px;
    right: 0; }
    @media (min-width: 768px) {
      .decoration-holder:after {
        left: 135px; } }
  .decoration-holder.orange {
    width: 100%;
    left: -100px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNzcuMjIgMzMiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojZjI2NTIyO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6M3B4O308L3N0eWxlPjwvZGVmcz48ZyBpZD0i0KHQu9C+0LlfMiIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0i0KHQu9C+0LlfMS0yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDEiPjxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfMTIiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDEyIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xLjUsMjEuNUg3M2w3LjY4LTIwLDkuNzUsMzAsMy44NS0xMEgxMjZsNi40MS0xMy4xNSw2Ljk0LDEzLjE1aDE0LjU3bDMuOTItNCwzLjY2LDRoOGwzLjQtNCwyLjg4LDRoMGwtMi44OC00LTMuNCw0aC04bC0zLjY2LTQtMy45Miw0SDEzOS4zMUwxMzIuMzcsOC4zNCwxMjYsMjEuNUg5NC4zMmwtMy44NSwxMC05Ljc1LTMwTDczLDIxLjVaIi8+PC9nPjwvZz48L3N2Zz4=");
    background-position: left -40px bottom; }
    @media (max-width: 1849px) {
      .decoration-holder.orange {
        left: -20px; } }
    .decoration-holder.orange:before, .decoration-holder.orange:after {
      background: #F26522; }
    .decoration-holder.orange:after {
      right: 20%; }
      @media (max-width: 767px) {
        .decoration-holder.orange:after {
          left: 66px; } }
      @media (max-width: 1599px) {
        .decoration-holder.orange:after {
          right: 33%; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  gap: 0 20px;
  padding: 5px 0;
  min-height: 80px; }
  @media (max-width: 767px) {
    .menu {
      position: absolute;
      top: 52px;
      left: 0;
      width: 100%;
      padding: 0 20px;
      font-size: 30px;
      height: 0;
      min-height: 0; } }
  @media (max-width: 389px) {
    .menu {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .menu {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .menu {
      gap: 0 30px;
      font-size: 18px; } }
  @media (min-width: 1600px) {
    .menu {
      gap: 0 80px; } }
  @media (max-width: 767px) {
    .menu .hide {
      display: inline-block; } }
  .menu .drop {
    font-weight: 500; }
    @media (max-width: 767px) {
      .menu .drop {
        width: 100%;
        height: 100%;
        -webkit-transition: top 0s ease .3s, left 0s ease .3s, opacity .3s ease;
        transition: top 0s ease .3s, left 0s ease .3s, opacity .3s ease;
        position: fixed;
        top: -9999px;
        left: -9999px;
        background: -webkit-linear-gradient(bottom, #8E274F 0%, #B2466F 100%);
        background: linear-gradient(to top, #8E274F 0%, #B2466F 100%);
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 400;
        opacity: 0; } }
    @media (min-width: 768px) {
      .menu .drop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        gap: 0 15px; } }
    .menu .drop a {
      display: block;
      padding: 15px 40px; }
      @media (max-width: 389px) {
        .menu .drop a {
          padding: 15px 30px; } }
      @media (min-width: 768px) {
        .menu .drop a {
          -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
          transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
          text-decoration: none;
          border-radius: 8px;
          padding: 5px 10px; } }
      @media (min-width: 1024px) {
        .menu .drop a {
          padding: 10px 15px; } }
      @media (min-width: 768px) {
        .menu .drop a:hover, .menu .drop a.active {
          background: rgba(0, 0, 0, 0.3);
          border-color: none; } }
    @media (max-width: 767px) {
      .menu .drop li {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 767px) {
      .menu .drop li:last-child {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (min-width: 768px) {
      .menu .drop li:last-child {
        line-height: 0; } }
    @media (min-width: 768px) {
      .menu .drop .scroll-top a {
        -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
        transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
        width: 40px;
        height: 40px;
        position: relative;
        display: inline-block;
        border-radius: 50%;
        border: 2px solid #fff;
        text-indent: -9999px;
        overflow: hidden; }
        .menu .drop .scroll-top a:hover {
          background: rgba(0, 0, 0, 0.3);
          border-color: transparent; }
        .menu .drop .scroll-top a:before, .menu .drop .scroll-top a:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 12px;
          left: 50%; }
        .menu .drop .scroll-top a:before {
          width: 14px;
          height: 14px;
          -webkit-transform: translateX(-50%) rotate(-135deg);
              -ms-transform: translateX(-50%) rotate(-135deg);
                  transform: translateX(-50%) rotate(-135deg);
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff; }
        .menu .drop .scroll-top a:after {
          width: 2px;
          height: 16px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: #fff; } }
  .menu .nav-opener {
    display: none; }
    @media (max-width: 767px) {
      .menu .nav-opener {
        width: 64px;
        height: 64px;
        position: relative;
        display: inline-block;
        background: -webkit-linear-gradient(bottom, #8E274F 0%, #B2466F 100%);
        background: linear-gradient(to top, #8E274F 0%, #B2466F 100%);
        border-radius: 50%;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 0 0 auto;
        line-height: 0; }
        .menu .nav-opener:before, .menu .nav-opener:after,
        .menu .nav-opener span {
          -webkit-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
          transition: top 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
          content: '';
          position: absolute;
          top: 30px;
          left: 15px;
          display: inline-block;
          background: #fff;
          border-radius: 4px;
          width: 34px;
          min-height: 4px; }
        .menu .nav-opener:before {
          top: calc(30px - 10px); }
        .menu .nav-opener:after {
          top: calc(30px + 10px);
          width: 19px; } }
  .menu.nav-active .nav-opener {
    background: none; }
    .menu.nav-active .nav-opener:before {
      top: calc(30px - 5px);
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menu.nav-active .nav-opener span {
      top: calc(30px - 5px);
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu.nav-active .nav-opener:after {
      opacity: 0; }
  .menu.nav-active .drop {
    -webkit-transition: top 0s ease, left 0s ease, opacity .3s ease;
    transition: top 0s ease, left 0s ease, opacity .3s ease;
    top: 0;
    left: 0;
    opacity: 1; }

.scroll-to {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  position: absolute;
  top: -45px;
  right: -20px;
  display: none;
  text-align: center;
  color: #ADB0AF;
  font-size: 18px;
  font-weight: 500;
  z-index: 200; }
  @media (min-width: 768px) {
    .scroll-to {
      display: block;
      top: -70px;
      max-width: 60px; } }
  @media (min-width: 1024px) {
    .scroll-to {
      padding: 60px 0 0;
      top: -120px; } }
  @media (min-width: 1850px) {
    .scroll-to {
      top: -65px;
      right: -100px; } }
  @media (min-width: 1024px) {
    .scroll-to:hover {
      color: #469BAA; } }
  @media (min-width: 1024px) {
    .scroll-to:hover .arrow {
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 1024px) {
    .scroll-to:hover .arrow span {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); } }
  @media (max-width: 1023px) {
    .scroll-to .text {
      display: none; } }
  .scroll-to .arrow {
    -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    @media (min-width: 1024px) {
      .scroll-to .arrow {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.1);
        box-shadow: none; } }
    .scroll-to .arrow span {
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      width: 100%;
      height: 100%;
      display: block; }
      @media (min-width: 1024px) {
        .scroll-to .arrow span {
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0); } }
      .scroll-to .arrow span:before, .scroll-to .arrow span:after {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .scroll-to .arrow span:before {
        width: 20px;
        height: 20px;
        -webkit-transform: translateX(-50%) rotate(-135deg);
            -ms-transform: translateX(-50%) rotate(-135deg);
                transform: translateX(-50%) rotate(-135deg);
        border-bottom: 4px solid #469BAA;
        border-right: 4px solid #469BAA; }
      .scroll-to .arrow span:after {
        width: 4px;
        height: 24px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #469BAA; }
  .scroll-to.next {
    top: auto;
    bottom: -45px; }
    @media (min-width: 1024px) {
      .scroll-to.next {
        padding: 0 0 60px;
        bottom: -110px; } }
    @media (min-width: 1850px) {
      .scroll-to.next {
        bottom: -80px; } }
    @media (min-width: 1024px) {
      .scroll-to.next .arrow {
        top: auto;
        bottom: 0; } }
    .scroll-to.next span:before, .scroll-to.next span:after {
      top: auto;
      bottom: 14px; }
    .scroll-to.next span:before {
      -webkit-transform: translateX(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }

.icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  margin: 20px 0 0; }
  @media (min-width: 768px) {
    .icons-list {
      gap: 0 12px; } }
  @media (min-width: 1024px) {
    .icons-list {
      gap: 0 20px;
      margin: 35px 0 0; } }
  .icons-list li {
    -webkit-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    width: 64px;
    opacity: 0; }
    .icons-list li:nth-child(1) {
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .icons-list li:nth-child(2) {
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
    .icons-list li:nth-child(3) {
      -webkit-transition-delay: 300ms;
              transition-delay: 300ms; }
    .icons-list li:nth-child(4) {
      -webkit-transition-delay: 400ms;
              transition-delay: 400ms; }
    .icons-list li:nth-child(5) {
      -webkit-transition-delay: 500ms;
              transition-delay: 500ms; }
    .icons-list li:nth-child(6) {
      -webkit-transition-delay: 600ms;
              transition-delay: 600ms; }
    .icons-list li:nth-child(7) {
      -webkit-transition-delay: 700ms;
              transition-delay: 700ms; }
    .icons-list li:nth-child(8) {
      -webkit-transition-delay: 800ms;
              transition-delay: 800ms; }
    .icons-list li:nth-child(9) {
      -webkit-transition-delay: 900ms;
              transition-delay: 900ms; }
    .icons-list li:nth-child(10) {
      -webkit-transition-delay: 1000ms;
              transition-delay: 1000ms; }
  .icons-list.in-viewport li {
    opacity: 1; }

.btn {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: inline-block;
  padding: 5px 15px;
  background: #469BAA;
  border: none;
  border-radius: 32px;
  font: 600 14px/1.2 "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  outline: none; }
  @media (min-width: 480px) {
    .btn {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .btn {
      padding: 10px 20px; } }
  @media (min-width: 1600px) {
    .btn {
      font-size: 21px;
      padding: 10px 30px; } }
  .btn:hover {
    background: #8BCAD5;
    text-decoration: none; }

.clock-block {
  position: relative; }
  .clock-block:before {
    content: '';
    display: block;
    background: #EF3B24;
    width: 2.5%;
    height: 34%;
    border-radius: 15px;
    position: absolute;
    top: 23.5%;
    left: 48.5%;
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  .clock-block.in-viewport:before {
    -webkit-animation: rotate 60s infinite linear;
            animation: rotate 60s infinite linear; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

.figure-column .progressbar {
  display: none; }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-navigation,
.fancybox-caption {
  display: none; }

.fancybox-slide {
  padding: 0; }

.fancybox-close-small {
  width: 70px;
  height: 70px;
  padding: 0; }
  .fancybox-close-small:hover {
    background: none; }

.popup-holder {
  display: none; }

.lightbox-demo {
  max-width: 1000px;
  width: 100%;
  background: -webkit-linear-gradient(top, #8E274F 0%, #B2466F 100%);
  background: linear-gradient(to bottom, #8E274F 0%, #B2466F 100%);
  padding: 0;
  color: #fff; }
  .lightbox-demo .video-holder {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }
    .lightbox-demo .video-holder iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.quote-block {
  background: -webkit-linear-gradient(45deg, #00353E 0, #378593 100%);
  background: linear-gradient(45deg, #00353E 0, #378593 100%);
  padding: 40px 20px;
  font-size: 18px;
  line-height: 1.17;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5); }
  @media (min-width: 480px) {
    .quote-block {
      font-size: 27px; } }
  @media (min-width: 1024px) {
    .quote-block {
      min-height: 450px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1600px) {
    .quote-block {
      padding: 50px;
      font-size: 36px;
      line-height: 1.17;
      min-height: 780px; } }
  .quote-block q {
    display: inline-block;
    font-size: 21px;
    color: #F8D379;
    margin: 0 0 .71em; }
    @media (min-width: 480px) {
      .quote-block q {
        font-size: 31px; } }
    @media (min-width: 1600px) {
      .quote-block q {
        font-size: 42px; } }
  .quote-block .name {
    font-style: italic; }

.quote_bordered-block {
  position: relative;
  font-size: 21px;
  line-height: 1.17;
  color: #469BAA;
  text-align: center;
  padding: 30px 0;
  max-width: 1090px;
  margin: 0 auto 60px !important; }
  @media (min-width: 480px) {
    .quote_bordered-block {
      font-size: 31px; } }
  @media (min-width: 1024px) {
    .quote_bordered-block {
      margin: 0 auto 130px !important; } }
  @media (min-width: 1600px) {
    .quote_bordered-block {
      font-size: 42px;
      padding: 65px 0; } }
  .quote_bordered-block:before, .quote_bordered-block:after {
    content: '';
    display: block;
    width: 260px;
    height: 3px;
    background: #D9EDEF;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .quote_bordered-block:after {
    top: auto;
    bottom: 0; }
  .quote_bordered-block q {
    display: inline-block;
    font-weight: 500;
    color: #EF3B24;
    margin: 0 0 1.19em; }
  .quote_bordered-block .name {
    font-style: italic; }

.numbers-block {
  color: #469BAA;
  font-size: 18px;
  line-height: 1.5; }
  @media (min-width: 480px) {
    .numbers-block {
      font-size: 27px; } }
  @media (min-width: 1600px) {
    .numbers-block {
      font-size: 36px; } }
  .numbers-block h2 {
    line-height: 1.2; }
  .numbers-block h2,
  .numbers-block p {
    margin: 0; }
  .numbers-block .img-holder {
    max-width: 450px;
    margin: 20px 0 0; }
    @media (min-width: 1024px) {
      .numbers-block .img-holder {
        max-width: 610px;
        margin: 40px 0 0; } }
  .numbers-block .img-column {
    width: 100px; }
    @media (min-width: 1024px) {
      .numbers-block .img-column {
        width: 200px; } }
  @media (max-width: 767px) {
    .numbers-block .post-column {
      margin: 0 0 25px; } }
  @media (min-width: 768px) {
    .numbers-block .post-column {
      width: calc(100% - 130px); } }
  @media (min-width: 1024px) {
    .numbers-block .post-column {
      width: calc(100% - 265px); } }
  .numbers-block.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .numbers-block.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.post-block h5 {
  margin: 0 0 1.1em; }

.post-block > .img-holder {
  margin: 0 auto 20px; }
  @media (min-width: 768px) {
    .post-block > .img-holder {
      margin: 0 0 40px; } }
  @media (min-width: 1024px) {
    .post-block > .img-holder {
      margin: 0 0 125px; } }
  .post-block > .img-holder:not(:only-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px; }
    @media (min-width: 768px) {
      .post-block > .img-holder:not(:only-child) {
        gap: 0 30px; } }
  @media (min-width: 1024px) {
    .post-block > .img-holder.small-offset {
      margin: 0 0 60px; } }

.post-block .post-holder .img-holder {
  max-width: 450px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .post-block .post-holder .img-holder {
      max-width: 670px;
      margin: 40px auto; } }
  @media (min-width: 1024px) {
    .post-block .post-holder .img-holder {
      margin: 60px auto; } }

.columns-block {
  margin: 0 0 20px; }
  @media (min-width: 480px) {
    .columns-block {
      font-size: 15px; } }
  @media (min-width: 650px) {
    .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 30px; } }
  @media (min-width: 1600px) {
    .columns-block {
      font-size: 21px;
      margin: 0 0 65px; } }
  .columns-block h5 {
    font-family: "Noto Serif", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-style: italic; }
  @media (min-width: 480px) {
    .columns-block .btn {
      margin: 15px 0 0; } }
  @media (min-width: 1600px) {
    .columns-block .btn {
      margin: 25px 0 0; } }
  .columns-block .img-column {
    margin: 0 0 20px; }
    @media (min-width: 650px) {
      .columns-block .img-column {
        margin: 0;
        max-width: 470px;
        width: calc(50% - 15px); } }
    @media (min-width: 1024px) {
      .columns-block .img-column {
        width: calc(51.6% - 15px); } }
  @media (min-width: 650px) {
    .columns-block .post-column {
      max-width: 430px;
      width: calc(50% - 15px); } }
  @media (min-width: 1024px) {
    .columns-block .post-column {
      width: calc(48.4% - 15px); } }
  .columns-block.small-columns {
    margin: 0 0 80px; }
    @media (min-width: 768px) {
      .columns-block.small-columns {
        margin: 0 0 60px; } }
    .columns-block.small-columns .btn {
      margin: 0; }
    @media (min-width: 650px) {
      .columns-block.small-columns .img-column {
        max-width: 320px;
        width: calc(35% - 15px); } }
    @media (min-width: 1024px) {
      .columns-block.small-columns .img-column {
        width: calc(35.4% - 15px); } }
    @media (min-width: 650px) {
      .columns-block.small-columns .post-column {
        max-width: 570px;
        width: calc(65% - 15px); } }
    @media (min-width: 1024px) {
      .columns-block.small-columns .post-column {
        width: calc(64.6% - 15px); } }
  .columns-block.large-columns {
    font-size: 14px;
    line-height: 1.38; }
    @media (min-width: 480px) {
      .columns-block.large-columns {
        font-size: 19px; } }
    @media (min-width: 1600px) {
      .columns-block.large-columns {
        font-size: 26px; } }
    .columns-block.large-columns h5 {
      display: none; }
      @media (min-width: 768px) {
        .columns-block.large-columns h5 {
          font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-style: normal;
          color: #B71F59;
          margin: 0 0 1.78em;
          display: block; } }
    @media (min-width: 768px) {
      .columns-block.large-columns .img-column {
        max-width: 740px; } }
    @media (min-width: 1600px) {
      .columns-block.large-columns .img-column {
        width: calc(49% - 15px); } }
    @media (min-width: 768px) {
      .columns-block.large-columns .post-column {
        max-width: 810px; } }
    @media (min-width: 1600px) {
      .columns-block.large-columns .post-column {
        width: calc(51% - 15px); } }

.map-block .mapplic-clear-button {
  visibility: hidden; }

.map-block .mapplic-map {
  -webkit-transition: none !important;
  transition: none !important; }

.map-block .mapplic-pin {
  opacity: 0; }

.map-block .heading-block {
  color: #B71F59; }
  @media (min-width: 768px) {
    .map-block .heading-block {
      text-align: center; } }
  .map-block .heading-block h5 {
    color: inherit; }

@media (min-width: 768px) {
  .map-block .description-block {
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 15px; } }

.map-block .description-block #mapplic {
  overflow: visible;
  z-index: 1; }
  @media (min-width: 768px) {
    .map-block .description-block #mapplic {
      width: 77%; } }
  .map-block .description-block #mapplic .mapplic-tooltip {
    max-width: none;
    width: 30%; }
    @media (min-width: 1024px) {
      .map-block .description-block #mapplic .mapplic-tooltip {
        width: 45%; } }
    .map-block .description-block #mapplic .mapplic-tooltip:after {
      display: none; }
    .map-block .description-block #mapplic .mapplic-tooltip.mapplic-hovertip {
      padding: 0;
      width: auto; }
      .map-block .description-block #mapplic .mapplic-tooltip.mapplic-hovertip .mapplic-tooltip-wrap {
        width: auto !important;
        margin: 0;
        border-radius: 30px; }
    .map-block .description-block #mapplic .mapplic-tooltip strong {
      color: #024854; }
    .map-block .description-block #mapplic .mapplic-tooltip p {
      font-size: 10px;
      line-height: 1.19;
      color: #024854; }
      @media (min-width: 480px) {
        .map-block .description-block #mapplic .mapplic-tooltip p {
          font-size: 15px; } }
      @media (min-width: 1600px) {
        .map-block .description-block #mapplic .mapplic-tooltip p {
          font-size: 21px; } }
    .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-wrap {
      border-radius: 8px;
      background: #fff;
      width: 100% !important;
      max-width: 600px !important;
      -webkit-transform: translate(-30%, -70%);
          -ms-transform: translate(-30%, -70%);
              transform: translate(-30%, -70%); }
      @media (min-width: 1700px) {
        .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-wrap {
          width: 600px !important;
          -webkit-transform: translate(-50%, -70%);
              -ms-transform: translate(-50%, -70%);
                  transform: translate(-50%, -70%); } }
      .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-wrap h4 {
        color: #00353E;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
    .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-close {
      opacity: 1; }
      .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-close .mapplic-icon {
        width: 24px;
        height: 24px;
        fill: #EF3B24;
        padding: 0; }
    .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-body {
      padding: 30px 30px 25px; }
      .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-body .mapplic-tooltip-title {
        display: none; }
      .map-block .description-block #mapplic .mapplic-tooltip .mapplic-tooltip-body .mapplic-tooltip-content {
        margin: 0;
        max-height: none; }

.map-block .description-block .descriptions-list {
  font-size: 14px;
  line-height: 1.15; }
  @media (min-width: 480px) {
    .map-block .description-block .descriptions-list {
      font-size: 15px; } }
  @media (min-width: 768px) {
    .map-block .description-block .descriptions-list {
      width: 33%; } }
  @media (min-width: 1600px) {
    .map-block .description-block .descriptions-list {
      font-size: 21px; } }
  .map-block .description-block .descriptions-list strong {
    font-weight: 400;
    color: #B71F59; }
    @media (min-width: 768px) {
      .map-block .description-block .descriptions-list strong {
        font-weight: 700;
        color: #024854; } }
  .map-block .description-block .descriptions-list > div {
    border-radius: 8px; }
    @media (max-width: 767px) {
      .map-block .description-block .descriptions-list > div {
        border: 2px solid #469BAA;
        border-radius: 4px;
        margin: 0 0 -2px; } }
    @media (min-width: 768px) {
      .map-block .description-block .descriptions-list > div {
        position: relative; } }
    .map-block .description-block .descriptions-list > div > a {
      padding: 10px 15px; }
      @media (max-width: 767px) {
        .map-block .description-block .descriptions-list > div > a {
          display: block;
          padding: 4px 10px; } }
  @media (min-width: 768px) {
    .map-block .description-block .descriptions-list > :not(.desktop) {
      display: none; } }
  .map-block .description-block .descriptions-list .btn-close {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px; }
    .map-block .description-block .descriptions-list .btn-close:before, .map-block .description-block .descriptions-list .btn-close:after {
      width: 24px;
      height: 3px;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      background: #EF3B24; }
    .map-block .description-block .descriptions-list .btn-close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  @media (min-width: 768px) {
    .map-block .description-block .descriptions-list .opener {
      -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
      display: inline-block;
      padding: 10px 15px;
      border: 2px solid #469BAA;
      border-radius: 8px;
      margin: 0 0 15px;
      background: #fff; } }
  @media (min-width: 1600px) {
    .map-block .description-block .descriptions-list .opener {
      font-size: 21px; } }
  @media (min-width: 768px) {
    .map-block .description-block .descriptions-list .opener:hover {
      background: #469BAA;
      color: #fff;
      text-decoration: none; } }
  .map-block .description-block .descriptions-list .drop-block {
    padding: 0 10px; }
    @media (min-width: 768px) {
      .map-block .description-block .descriptions-list .drop-block {
        padding: 0;
        padding: 30px 30px 10px;
        background: #fff;
        max-width: 600px;
        width: 600px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-radius: 8px;
        box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        z-index: 10; } }

#main {
  position: relative;
  overflow: hidden; }
  #main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #main .content {
    position: relative;
    padding: 50px 0 0; }
    @media (min-width: 1600px) {
      #main .content {
        padding: 110px 0 0; } }
    #main .content > div {
      margin: 0 0 80px; }
      @media (min-width: 1024px) {
        #main .content > div {
          margin: 0 0 130px; } }
      #main .content > div.numbers-block {
        margin: 0 0 80px; }
        @media (min-width: 1024px) {
          #main .content > div.numbers-block {
            margin: 0 0 130px; } }
        @media (min-width: 1600px) {
          #main .content > div.numbers-block {
            margin: 0 0 230px; } }
    @media (min-width: 650px) {
      #main .content .columns-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 650px) {
      #main .content .three-columns {
        max-width: 1240px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 -15px; } }
    @media (min-width: 1600px) {
      #main .content .three-columns {
        margin: 0 -30px; } }
    #main .content .three-columns .img-holder {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        #main .content .three-columns .img-holder {
          margin: 0 0 25px; } }
      @media (min-width: 1600px) {
        #main .content .three-columns .img-holder {
          margin: 0 0 35px; } }
    @media (min-width: 650px) {
      #main .content .three-columns .post-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    #main .content .three-columns .column {
      margin: 0 0 60px; }
      @media (min-width: 650px) {
        #main .content .three-columns .column {
          width: calc(50% - 30px);
          margin: 0 15px 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (min-width: 768px) {
        #main .content .three-columns .column {
          width: calc(33.333% - 30px);
          max-width: 360px; } }
      @media (min-width: 1600px) {
        #main .content .three-columns .column {
          width: calc(33.333% - 60px);
          margin: 0 30px 100px; } }
    @media (min-width: 650px) {
      #main .content .four-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 -15px 80px; } }
    @media (min-width: 1024px) {
      #main .content .four-columns {
        margin: 0 -15px 130px; } }
    @media (min-width: 1600px) {
      #main .content .four-columns {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #main .content .four-columns .img-holder {
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        #main .content .four-columns .img-holder {
          margin: 0 0 25px; } }
      @media (min-width: 1600px) {
        #main .content .four-columns .img-holder {
          margin: 0 0 35px; } }
    @media (min-width: 650px) {
      #main .content .four-columns .post-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    #main .content .four-columns .column {
      margin: 0 0 60px; }
      @media (min-width: 650px) {
        #main .content .four-columns .column {
          width: calc(50% - 30px);
          margin: 0 15px 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media (min-width: 768px) {
        #main .content .four-columns .column {
          width: calc(33.333% - 30px); } }
      @media (min-width: 1024px) {
        #main .content .four-columns .column {
          width: calc(25% - 30px); } }
      @media (min-width: 1600px) {
        #main .content .four-columns .column {
          max-width: 360px;
          margin: 0 15px 100px; } }
    @media (min-width: 768px) {
      #main .content.border-left {
        padding-left: 30px; } }
    @media (min-width: 1600px) {
      #main .content.border-left {
        padding-left: 65px; } }

@media (min-width: 768px) {
  .sticky-wrap-sidebar-block {
    width: 35%; } }

@media (min-width: 1600px) {
  .sticky-wrap-sidebar-block {
    width: 42%; } }

.sidebar-block {
  display: none; }
  @media (min-width: 768px) {
    .sidebar-block {
      display: block;
      max-width: 615px;
      height: calc(100vh - 80px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .sidebar-block .sidebar-container {
    padding: 30px 30px 30px 0; }
  .sidebar-block .section-title {
    position: relative;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .sidebar-block .section-title {
        padding: 0 0 15px;
        margin: 0 0 30px; } }
    @media (min-width: 1600px) {
      .sidebar-block .section-title {
        margin: 0 0 55px; } }
  @media (min-width: 768px) {
    .sidebar-block .article-nav {
      counter-reset: list;
      margin: 0 0 -35px; } }
  .sidebar-block .article-nav li {
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .sidebar-block .article-nav li {
        margin: 0 0 35px;
        word-wrap: break-word;
        font-weight: 500;
        font-size: 22px; } }
    @media (min-width: 1024px) {
      .sidebar-block .article-nav li {
        word-wrap: unset; } }
    @media (min-width: 1600px) {
      .sidebar-block .article-nav li {
        font-size: 30px; } }
    @media (min-width: 768px) {
      .sidebar-block .article-nav li.active {
        color: #B71F59; } }
    @media (max-width: 767px) {
      .sidebar-block .article-nav li:not(.active) {
        display: none; } }
  .sidebar-block .article-nav a {
    display: block; }
    .sidebar-block .article-nav a:hover {
      opacity: .8; }
    @media (min-width: 768px) {
      .sidebar-block .article-nav a:before {
        counter-increment: list;
        content: counter(list) ". "; } }

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  @media (min-width: 768px) {
    #header {
      background: -webkit-linear-gradient(top, #8E274F 0%, #B2466F 100%);
      background: linear-gradient(to bottom, #8E274F 0%, #B2466F 100%); } }
  #header .container {
    padding: 0 20px; }
    @media (min-width: 768px) {
      #header .container {
        padding: 0 40px; } }
  @media (max-width: 767px) {
    #header .logo {
      display: none; } }

.section-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  line-height: 1.17;
  color: #fff;
  padding: 0;
  min-height: calc(100vh - 80px);
  height: 100vh;
  overflow: hidden;
  z-index: 10; }
  @media (min-width: 768px) {
    .section-intro {
      font-size: 31px;
      color: #00353E;
      height: auto; } }
  @media (min-width: 1600px) {
    .section-intro {
      font-size: 42px; } }
  .section-intro h1 {
    margin: 0;
    font-style: italic; }
    @media (min-width: 768px) {
      .section-intro h1 {
        color: #1C6E7C; } }
    .section-intro h1 strong {
      margin: 0 0 0 1.8em;
      font-style: normal; }
      @media (max-width: 389px) {
        .section-intro h1 strong {
          margin: 0 0 0 1em; } }
      @media (min-width: 768px) {
        .section-intro h1 strong {
          color: #00353E; } }
  @media (max-width: 479px) {
    .section-intro .btn {
      margin-top: -10px;
      font-size: 18px; } }
  .section-intro .container {
    z-index: 2; }
  .section-intro .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      .section-intro .logo {
        display: none; } }
  .section-intro .heading-block {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 30px; }
    @media (min-width: 768px) {
      .section-intro .heading-block {
        padding: 0 0 35px; } }
    @media (min-width: 1600px) {
      .section-intro .heading-block {
        padding: 0 0 65px;
        margin: 0 0 50px; } }
  .section-intro .scroll-down {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    color: #ADB0AF;
    font-size: 21px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .section-intro .scroll-down {
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 0 35px; } }
    @media (min-width: 1024px) {
      .section-intro .scroll-down {
        padding: 0 0 60px; } }
    @media (min-width: 768px) {
      .section-intro .scroll-down:hover .arrow span:before {
        bottom: -5px; } }
    @media (min-width: 768px) {
      .section-intro .scroll-down:hover .arrow span:after {
        height: 55px;
        bottom: -4px; } }
    @media (max-width: 767px) {
      .section-intro .scroll-down .text {
        display: none; } }
    .section-intro .scroll-down .arrow {
      -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
      width: 50px;
      height: 50px;
      position: relative;
      display: block;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      @media (min-width: 768px) {
        .section-intro .scroll-down .arrow {
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: none;
          box-shadow: none; } }
      .section-intro .scroll-down .arrow span {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        width: 100%;
        height: 100%;
        display: block; }
        .section-intro .scroll-down .arrow span:before, .section-intro .scroll-down .arrow span:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 14px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
        @media (max-width: 767px) {
          .section-intro .scroll-down .arrow span:before {
            width: 20px;
            height: 20px;
            -webkit-transform: translateX(-50%) rotate(45deg);
                -ms-transform: translateX(-50%) rotate(45deg);
                    transform: translateX(-50%) rotate(45deg);
            border-bottom: 4px solid #469BAA;
            border-right: 4px solid #469BAA; } }
        @media (min-width: 768px) {
          .section-intro .scroll-down .arrow span:before {
            -webkit-transition: bottom 0.2s ease-in-out;
            transition: bottom 0.2s ease-in-out;
            height: 0;
            width: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 7px solid #fff;
            content: '';
            bottom: -1px;
            left: 50%; } }
        .section-intro .scroll-down .arrow span:after {
          width: 4px;
          height: 24px;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          background: #469BAA; }
          @media (min-width: 768px) {
            .section-intro .scroll-down .arrow span:after {
              -webkit-transition: height 0.2s ease-in-out, bottom 0.2s ease-in-out;
              transition: height 0.2s ease-in-out, bottom 0.2s ease-in-out;
              bottom: 0;
              display: block;
              width: 2px;
              height: 50px;
              background: #fff;
              -webkit-transform: trnaslateX(-50%);
                  -ms-transform: trnaslateX(-50%);
                      transform: trnaslateX(-50%); } }
  .section-intro .background-video video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateX(calc((100% - 100vw) / 2)) translateY(calc((100% - 100vh) / 2));
        -ms-transform: translateX(calc((100% - 100vw) / 2)) translateY(calc((100% - 100vh) / 2));
            transform: translateX(calc((100% - 100vw) / 2)) translateY(calc((100% - 100vh) / 2)); }
  .section-intro .intro-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 75px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: auto;
    min-height: 700px; }
    @media (min-width: 768px) {
      .section-intro .intro-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .section-intro .intro-container:before, .section-intro .intro-container:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0; }
    .section-intro .intro-container:before {
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(left, #F9FDFC 0, #D5E4E6 30%, rgba(255, 255, 255, 0) 70%);
      background: linear-gradient(to right, #F9FDFC 0, #D5E4E6 30%, rgba(255, 255, 255, 0) 70%); }
      @media (max-width: 767px) {
        .section-intro .intro-container:before {
          display: none; } }
    .section-intro .intro-container:after {
      width: 100%;
      height: 250px;
      background: -webkit-linear-gradient(bottom, #00353E 0, rgba(0, 0, 0, 0) 70%);
      background: linear-gradient(to top, #00353E 0, rgba(0, 0, 0, 0) 70%); }
      @media (max-width: 767px) {
        .section-intro .intro-container:after {
          height: 100%; } }
    .section-intro .intro-container .fp-scrollable {
      position: relative; }
  .section-intro .intro-wrapper {
    max-width: 550px; }

.content-block {
  width: 100%; }
  @media (min-width: 768px) {
    .content-block:not(:only-child) {
      width: 65%;
      max-width: 950px; } }
  @media (min-width: 1600px) {
    .content-block:not(:only-child) {
      width: 58%; } }
  .content-block:not(:only-child) .section-title,
  .content-block:not(:only-child) .article-title {
    display: none; }
    @media (max-width: 767px) {
      .content-block:not(:only-child) .section-title,
      .content-block:not(:only-child) .article-title {
        display: block; } }
  @media (min-width: 768px) {
    .content-block:not(:only-child) .fixed-position {
      display: none; } }
  .content-block .section-title,
  .content-block .article-title {
    position: relative;
    background: -webkit-linear-gradient(right, #F9FDFC 0, #F3F9F8 50%, #E1ECED 100%);
    background: linear-gradient(to left, #F9FDFC 0, #F3F9F8 50%, #E1ECED 100%);
    z-index: 11; }
    @media (max-width: 767px) {
      .content-block .section-title,
      .content-block .article-title {
        background: #E1ECED;
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        margin: 0 -40px;
        padding: 0 90px 0 40px; } }
    @media (max-width: 389px) {
      .content-block .section-title,
      .content-block .article-title {
        margin: 0 -30px;
        padding: 0 90px 0 30px; } }
    .content-block .section-title h3,
    .content-block .article-title h3 {
      margin: 0; }
  .content-block .section-title {
    padding-top: 30px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .content-block .section-title {
        position: relative;
        padding-top: 100px;
        padding-bottom: 30px; }
        .content-block .section-title:before, .content-block .section-title:after {
          content: '';
          display: block;
          background: #E1ECED;
          position: absolute;
          top: 0;
          left: -50vw;
          right: 100%;
          height: 100%; }
        .content-block .section-title:after {
          background: #F9FDFC;
          right: -50vw;
          left: 100%; } }
    @media (min-width: 1600px) {
      .content-block .section-title {
        padding-top: 120px;
        padding-bottom: 45px; } }
    @media (max-width: 767px) {
      .content-block .section-title .decoration-holder {
        display: none; } }
  .content-block .article-title {
    padding-bottom: 10px;
    z-index: 10; }
    @media (min-width: 768px) {
      .content-block .article-title {
        display: none; } }
  .content-block .fixed-position .section-title,
  .content-block .fixed-position .article-title {
    margin: 0; }

@media (min-width: 768px) {
  .section-01 #article-01-01 .content {
    padding-top: 130px; } }

@media (min-width: 1600px) {
  .section-01 #article-01-01 .content {
    padding-top: 190px; } }

.section-02 {
  background: #FFFBF4; }
  @media (min-width: 768px) {
    .section-02 {
      background: -webkit-linear-gradient(left, #FFFBF4 0, #fff 100%);
      background: linear-gradient(to right, #FFFBF4 0, #fff 100%); } }
  @media (min-width: 768px) {
    .section-02 #article-02-01 .content {
      padding-top: 130px; } }
  @media (min-width: 1600px) {
    .section-02 #article-02-01 .content {
      padding-top: 190px; } }
  .section-02 .content-block .section-title {
    background: #FFFBF4; }
    @media (min-width: 768px) {
      .section-02 .content-block .section-title {
        background: -webkit-linear-gradient(left, #FFFBF4 0, #fff 100%);
        background: linear-gradient(to right, #FFFBF4 0, #fff 100%); } }
    @media (min-width: 768px) {
      .section-02 .content-block .section-title:before, .section-02 .content-block .section-title:after {
        background: #FFFBF4; }
      .section-02 .content-block .section-title:after {
        background: #fff; } }
  .section-02 .content-block .article-title {
    background: #FFFBF4; }
  .section-02 .post-block .logo-02 {
    max-width: 182px; }
    @media (min-width: 768px) {
      .section-02 .post-block .logo-02 {
        margin: 40px 0;
        max-width: 365px; } }
    @media (min-width: 1024px) {
      .section-02 .post-block .logo-02 {
        margin: 60px 0; } }

.section-04 {
  background: #FFFBF4; }
  @media (min-width: 768px) {
    .section-04 {
      background: -webkit-linear-gradient(left, #FFFBF4 0, #fff 100%);
      background: linear-gradient(to right, #FFFBF4 0, #fff 100%); } }
  .section-04 .content-block .section-title {
    background: #FFFBF4; }
    @media (min-width: 768px) {
      .section-04 .content-block .section-title {
        background: -webkit-linear-gradient(left, #FFFBF4 0, #fff 100%);
        background: linear-gradient(to right, #FFFBF4 0, #fff 100%); } }
    @media (min-width: 768px) {
      .section-04 .content-block .section-title:before, .section-04 .content-block .section-title:after {
        background: #FFFBF4; }
      .section-04 .content-block .section-title:after {
        background: #fff; } }
  .section-04 .content-block .article-title {
    background: #FFFBF4; }

.section-05 {
  background: #024854;
  color: #fff; }
  @media (min-width: 768px) {
    .section-05 {
      background: -webkit-linear-gradient(left, #00353E 0, #024854 100%);
      background: linear-gradient(to right, #00353E 0, #024854 100%); } }
  .section-05 h5 {
    color: #F8D379; }
  .section-05 .columns-block.large-columns h5 {
    color: #F8D379; }
  .section-05 .content-block .section-title {
    background: #024854; }
    @media (min-width: 768px) {
      .section-05 .content-block .section-title {
        background: -webkit-linear-gradient(left, #00353E 0, #024854 100%);
        background: linear-gradient(to right, #00353E 0, #024854 100%); } }
    @media (min-width: 768px) {
      .section-05 .content-block .section-title:before, .section-05 .content-block .section-title:after {
        background: #00353E; }
      .section-05 .content-block .section-title:after {
        background: #024854; } }
  .section-05 .content-block .article-title {
    background: #024854; }
  .section-05 .form-block {
    max-width: 1365px;
    margin: 0 auto 60px !important; }
    @media (min-width: 1024px) {
      .section-05 .form-block {
        margin: 0 auto 130px !important; } }
    .section-05 .form-block .columns-block {
      margin: 0; }
    .section-05 .form-block .thanks-holder {
      display: none; }
  .section-05 .resources-block {
    color: #8BCAD5; }
    .section-05 .resources-block .resources-list {
      margin: 0 0 30px; }
      .section-05 .resources-block .resources-list li {
        -webkit-transition: padding 0.2s ease-in-out;
        transition: padding 0.2s ease-in-out;
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 0 25px; }
        .section-05 .resources-block .resources-list li:hover {
          padding: 0 0 0 35px;
          color: #F8D379; }
        .section-05 .resources-block .resources-list li:before {
          height: 0;
          width: 0;
          border-bottom: 4px solid transparent;
          border-left: 15px solid #F8D379;
          border-top: 4px solid transparent;
          content: '';
          position: absolute;
          top: .4em;
          left: 1px; }
          @media (min-width: 480px) {
            .section-05 .resources-block .resources-list li:before {
              top: .5em; } }
          @media (min-width: 768px) {
            .section-05 .resources-block .resources-list li:before {
              top: .6em; } }
    .section-05 .resources-block .columns-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      font-size: 14px;
      line-height: 1.38; }
      @media (min-width: 480px) {
        .section-05 .resources-block .columns-block {
          font-size: 19px; } }
      @media (min-width: 1600px) {
        .section-05 .resources-block .columns-block {
          font-size: 26px; } }
      @media (min-width: 768px) {
        .section-05 .resources-block .columns-block {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .section-05 .resources-block .columns-block h5 {
        font-family: "Work Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-style: normal; }
      @media (min-width: 768px) {
        .section-05 .resources-block .columns-block .left-column {
          width: calc(50% - 15px); } }
      @media (min-width: 1024px) {
        .section-05 .resources-block .columns-block .left-column {
          max-width: 470px;
          width: calc(29.57% - 15px); } }
      @media (min-width: 768px) {
        .section-05 .resources-block .columns-block .right-column {
          width: calc(50% - 15px); } }
      @media (min-width: 1024px) {
        .section-05 .resources-block .columns-block .right-column {
          max-width: 1090px;
          width: calc(70.43% - 15px); } }
    @media (min-width: 1024px) {
      .section-05 .resources-block .columns-lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1024px) {
      .section-05 .resources-block .columns-lists .resources-list {
        width: calc(50% - 15px); } }
    .section-05 .resources-block .columns-lists .resources-list:first-child {
      margin: 0; }
/*# sourceMappingURL=main.css.map */