

/* Start:/local/templates/main/template_styles.css?1674816768232205*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  border-radius: 0;
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  width: auto;
  transition: all 0.2s; }

.dlist {
  list-style: none;
  margin: 0;
  padding: 0; }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --scroll-width: 0;
  /* Base font-size */
  --base-fz: 16px;
  --f-min: 12;
  --f-min-px: 12px;
  --f-max: 16;
  --vw-min: 1024;
  --vw-min-px: 1024px;
  --vw-max: 1920;
  --font-family1: PTSansPro, "sans-serif";
  --font-family2: ClearSans, "OpenSans", "Helvetica Neue", "sans-serif";
  --font-family3: PTSansPro, "OpenSans", "Helvetica Neue", "sans-serif"; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*=Out] {
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/main/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #FFF;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span {
      width: 40px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #6abfbc; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-prev, .slick-next {
  background: transparent;
  line-height: 0;
  font-size: 0;
  outline: none;
  z-index: 1;
  border: none;
  color: transparent;
  cursor: pointer; }

.slick-next svg {
  transform: rotate(180deg); }

.carousel {
  position: relative;
  box-sizing: border-box; }

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

html.with-fancybox {
  scroll-behavior: auto; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.compensate-for-scrollbar {
  padding-right: 0 !important; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
; }

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

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px
  ; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px
; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

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

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.fi {
  width: 36px;
  height: 46px;
  padding: 10px 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none;
  display: block; }
  .fi:before, .fi:after {
    position: absolute;
    content: '';
    pointer-events: none; }
  .fi:before {
    left: 0;
    top: 0;
    height: 100%;
    left: 0;
    background-color: #007bff;
    right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .fi:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #66b0ff;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2); }
  .fi:hover {
    transform: translate(0, -5px); }
  .fi-content {
    background-color: #007bff;
    top: 10px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 21px 0.3em 0;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    .fi-content a {
      color: #fff; }

.fi-doc.fi:before {
  background-color: #47b8f7; }

.fi-doc.fi:after {
  border-left-color: #87d1fa; }

.fi-doc.fi .fi-content {
  background-color: #47b8f7;
  color: #ffffff; }

.fi-docx.fi:before {
  background-color: #47b8f7; }

.fi-docx.fi:after {
  border-left-color: #87d1fa; }

.fi-docx.fi .fi-content {
  background-color: #47b8f7;
  color: #ffffff; }

.fi-log.fi:before {
  background-color: #accff3; }

.fi-log.fi:after {
  border-left-color: #e6f0fb; }

.fi-log.fi .fi-content {
  background-color: #accff3;
  color: #ffffff; }

.fi-txt.fi:before {
  background-color: #8bc6d6; }

.fi-txt.fi:after {
  border-left-color: #bcdee7; }

.fi-txt.fi .fi-content {
  background-color: #8bc6d6;
  color: #ffffff; }

.fi-wps.fi:before {
  background-color: #297eff; }

.fi-wps.fi:after {
  border-left-color: #6ba6ff; }

.fi-wps.fi .fi-content {
  background-color: #297eff;
  color: #ffffff; }

.fi-csv.fi:before {
  background-color: #579704; }

.fi-csv.fi:after {
  border-left-color: #7cd806; }

.fi-csv.fi .fi-content {
  background-color: #579704;
  color: #ffffff; }

.fi-dat.fi:before {
  background-color: #0463ea; }

.fi-dat.fi:after {
  border-left-color: #3587fc; }

.fi-dat.fi .fi-content {
  background-color: #0463ea;
  color: #ffffff; }

.fi-ppt.fi:before {
  background-color: #f7974a; }

.fi-ppt.fi:after {
  border-left-color: #fabb89; }

.fi-ppt.fi .fi-content {
  background-color: #f7974a;
  color: #ffffff; }

.fi-pptx.fi:before {
  background-color: #f7974a; }

.fi-pptx.fi:after {
  border-left-color: #fabb89; }

.fi-pptx.fi .fi-content {
  background-color: #f7974a;
  color: #ffffff; }

.fi-xml.fi:before {
  background-color: #0e886b; }

.fi-xml.fi:after {
  border-left-color: #14c49a; }

.fi-xml.fi .fi-content {
  background-color: #0e886b;
  color: #ffffff; }

.fi-mp3.fi:before {
  background-color: #156aea; }

.fi-mp3.fi:after {
  border-left-color: #5291ef; }

.fi-mp3.fi .fi-content {
  background-color: #156aea;
  color: #ffffff; }

.fi-wav.fi:before {
  background-color: #36af14; }

.fi-wav.fi:after {
  border-left-color: #4be520; }

.fi-wav.fi .fi-content {
  background-color: #36af14;
  color: #ffffff; }

.fi-avi.fi:before {
  background-color: #40c1e6; }

.fi-avi.fi:after {
  border-left-color: #7bd4ee; }

.fi-avi.fi .fi-content {
  background-color: #40c1e6;
  color: #ffffff; }

.fi-mov.fi:before {
  background-color: #ff5838; }

.fi-mov.fi:after {
  border-left-color: #ff907a; }

.fi-mov.fi .fi-content {
  background-color: #ff5838;
  color: #ffffff; }

.fi-mp4.fi:before {
  background-color: #4163b4; }

.fi-mp4.fi:after {
  border-left-color: #6d89ca; }

.fi-mp4.fi .fi-content {
  background-color: #4163b4;
  color: #ffffff; }

.fi-3ds.fi:before {
  background-color: #015051; }

.fi-3ds.fi:after {
  border-left-color: #029192; }

.fi-3ds.fi .fi-content {
  background-color: #015051;
  color: #ffffff; }

.fi-max.fi:before {
  background-color: #02b4b6; }

.fi-max.fi:after {
  border-left-color: #03f4f7; }

.fi-max.fi .fi-content {
  background-color: #02b4b6;
  color: #ffffff; }

.fi-gif.fi:before {
  background-color: #aaaaaa; }

.fi-gif.fi:after {
  border-left-color: #cbcbcb; }

.fi-gif.fi .fi-content {
  background-color: #aaaaaa;
  color: #ffffff; }

.fi-ai.fi:before {
  background-color: #f67503; }

.fi-ai.fi:after {
  border-left-color: #fd983f; }

.fi-ai.fi .fi-content {
  background-color: #f67503;
  color: #ffffff; }

.fi-svg.fi:before {
  background-color: #e6a420; }

.fi-svg.fi:after {
  border-left-color: #edbc5c; }

.fi-svg.fi .fi-content {
  background-color: #e6a420;
  color: #ffffff; }

.fi-pdf.fi:before {
  background-color: #ff5757; }

.fi-pdf.fi:after {
  border-left-color: #ff9999; }

.fi-pdf.fi .fi-content {
  background-color: #ff5757;
  color: #ffffff; }

.fi-xls.fi:before {
  background-color: #86d44c; }

.fi-xls.fi:after {
  border-left-color: #aae181; }

.fi-xls.fi .fi-content {
  background-color: #86d44c;
  color: #ffffff; }

.fi-xlsx.fi:before {
  background-color: #6cbf2e; }

.fi-xlsx.fi:after {
  border-left-color: #8ed758; }

.fi-xlsx.fi .fi-content {
  background-color: #6cbf2e;
  color: #ffffff; }

.fi-sql.fi:before {
  background-color: #157efb; }

.fi-sql.fi:after {
  border-left-color: #56a2fc; }

.fi-sql.fi .fi-content {
  background-color: #157efb;
  color: #ffffff; }

.fi-exe.fi:before {
  background-color: #0e63ab; }

.fi-exe.fi:after {
  border-left-color: #1386e8; }

.fi-exe.fi .fi-content {
  background-color: #0e63ab;
  color: #ffffff; }

.fi-js.fi:before {
  background-color: #f0db4f; }

.fi-js.fi:after {
  border-left-color: #f5e78c; }

.fi-js.fi .fi-content {
  background-color: #f0db4f;
  color: #323330; }

.fi-html.fi:before {
  background-color: #e54c21; }

.fi-html.fi:after {
  border-left-color: #ec7c5c; }

.fi-html.fi .fi-content {
  background-color: #e54c21;
  color: #ffffff; }

.fi-xhtml.fi:before {
  background-color: #55a9ef; }

.fi-xhtml.fi:after {
  border-left-color: #92c8f5; }

.fi-xhtml.fi .fi-content {
  background-color: #55a9ef;
  color: #ffffff; }

.fi-css.fi:before {
  background-color: #264de4; }

.fi-css.fi:after {
  border-left-color: #617deb; }

.fi-css.fi .fi-content {
  background-color: #264de4;
  color: #ffffff; }

.fi-asp.fi:before {
  background-color: #5c2d91; }

.fi-asp.fi:after {
  border-left-color: #7c3dc3; }

.fi-asp.fi .fi-content {
  background-color: #5c2d91;
  color: #ffffff; }

.fi-ttf.fi:before {
  background-color: #14444b; }

.fi-ttf.fi:after {
  border-left-color: #22737f; }

.fi-ttf.fi .fi-content {
  background-color: #14444b;
  color: #ffffff; }

.fi-dll.fi:before {
  background-color: #960a4a; }

.fi-dll.fi:after {
  border-left-color: #d40e69; }

.fi-dll.fi .fi-content {
  background-color: #960a4a;
  color: #ffffff; }

.fi-7z.fi:before {
  background-color: #f63; }

.fi-7z.fi:after {
  border-left-color: #ff9875; }

.fi-7z.fi .fi-content {
  background-color: #f63;
  color: #ffffff; }

.fi-zip.fi:before {
  background-color: #49acc5; }

.fi-zip.fi:after {
  border-left-color: #7bc3d5; }

.fi-zip.fi .fi-content {
  background-color: #49acc5;
  color: #ffffff; }

.fi-rar.fi:before {
  background-color: #49acc5; }

.fi-rar.fi:after {
  border-left-color: #7bc3d5; }

.fi-rar.fi .fi-content {
  background-color: #49acc5;
  color: #ffffff; }

.fi-c.fi:before {
  background-color: #3747a5; }

.fi-c.fi:after {
  border-left-color: #5767c7; }

.fi-c.fi .fi-content {
  background-color: #3747a5;
  color: #ffffff; }

.fi-cs.fi:before {
  background-color: #013467; }

.fi-cs.fi:after {
  border-left-color: #0255a9; }

.fi-cs.fi .fi-content {
  background-color: #013467;
  color: #ffffff; }

.fi-java.fi:before {
  background-color: #ea2c2e; }

.fi-java.fi:after {
  border-left-color: #f0686a; }

.fi-java.fi .fi-content {
  background-color: #ea2c2e;
  color: #ffffff; }

.fi-jsp.fi:before {
  background-color: #e5000c; }

.fi-jsp.fi:after {
  border-left-color: #ff2834; }

.fi-jsp.fi .fi-content {
  background-color: #e5000c;
  color: #161419; }

.fi-swift.fi:before {
  background-color: #f32a20; }

.fi-swift.fi:after {
  border-left-color: #f6665f; }

.fi-swift.fi .fi-content {
  background-color: #f32a20;
  color: #ffffff; }

.fi-torrent.fi:before {
  background-color: #55ac44; }

.fi-torrent.fi:after {
  border-left-color: #7bc56d; }

.fi-torrent.fi .fi-content {
  background-color: #55ac44;
  color: #ffffff; }

.fi-php.fi:before {
  background-color: #4f5b93; }

.fi-php.fi:after {
  border-left-color: #717db3; }

.fi-php.fi .fi-content {
  background-color: #4f5b93;
  color: #ffffff; }

.fi-hh.fi:before {
  background-color: #505050; }

.fi-hh.fi:after {
  border-left-color: #717171; }

.fi-hh.fi .fi-content {
  background-color: #505050;
  color: #ffffff; }

.fi-go.fi:before {
  background-color: #e0ebf5; }

.fi-go.fi:after {
  border-left-color: white; }

.fi-go.fi .fi-content {
  background-color: #e0ebf5;
  color: #000000; }

.fi-py.fi:before {
  background-color: #ffd542; }

.fi-py.fi:after {
  border-left-color: #ffe484; }

.fi-py.fi .fi-content {
  background-color: #ffd542;
  color: #3472a3; }

.fi-rss.fi:before {
  background-color: #fd8b33; }

.fi-rss.fi:after {
  border-left-color: #feb075; }

.fi-rss.fi .fi-content {
  background-color: #fd8b33;
  color: #ffffff; }

.fi-rb.fi:before {
  background-color: #a20d01; }

.fi-rb.fi:after {
  border-left-color: #e41201; }

.fi-rb.fi .fi-content {
  background-color: #a20d01;
  color: #ffffff; }

.fi-psd.fi:before {
  background-color: #181040; }

.fi-psd.fi:after {
  border-left-color: #2c1d75; }

.fi-psd.fi .fi-content {
  background-color: #181040;
  color: #3db6f2; }

.fi-png.fi:before {
  background-color: #dc7460; }

.fi-png.fi:after {
  border-left-color: #e8a496; }

.fi-png.fi .fi-content {
  background-color: #dc7460;
  color: #ffffff; }

.fi-bmp.fi:before {
  background-color: #459fa0; }

.fi-bmp.fi:after {
  border-left-color: #69bdbe; }

.fi-bmp.fi .fi-content {
  background-color: #459fa0;
  color: #ffffff; }

.fi-vb.fi:before {
  background-color: #19aad9; }

.fi-vb.fi:after {
  border-left-color: #4ac3ea; }

.fi-vb.fi .fi-content {
  background-color: #19aad9;
  color: #ffffff; }

.fi-jpg.fi:before {
  background-color: #316294; }

.fi-jpg.fi:after {
  border-left-color: #4683c2; }

.fi-jpg.fi .fi-content {
  background-color: #316294;
  color: #ffffff; }

.fi-jpeg.fi:before {
  background-color: #316294; }

.fi-jpeg.fi:after {
  border-left-color: #4683c2; }

.fi-jpeg.fi .fi-content {
  background-color: #316294;
  color: #ffffff; }

.fi-lex.fi:before {
  background-color: #2263a9; }

.fi-lex.fi:after {
  border-left-color: #3784d7; }

.fi-lex.fi .fi-content {
  background-color: #2263a9;
  color: #ffffff; }

.fi-size-xs.fi {
  width: 28.8px;
  height: 36.8px;
  padding-top: 8px; }
  .fi-size-xs.fi:before {
    right: 8px; }
  .fi-size-xs.fi:after {
    border-top-width: 8px;
    border-left-width: 8px; }
  .fi-size-xs.fi .fi-content {
    top: 8px;
    padding-top: 16.8px;
    font-size: 8px; }

.fi-size-sm.fi {
  width: 36px;
  height: 46px;
  padding-top: 10px; }
  .fi-size-sm.fi:before {
    right: 10px; }
  .fi-size-sm.fi:after {
    border-top-width: 10px;
    border-left-width: 10px; }
  .fi-size-sm.fi .fi-content {
    top: 10px;
    padding-top: 21px;
    font-size: 10px; }

.fi-size-md.fi {
  width: 43.2px;
  height: 55.2px;
  padding-top: 12px; }
  .fi-size-md.fi:before {
    right: 12px; }
  .fi-size-md.fi:after {
    border-top-width: 12px;
    border-left-width: 12px; }
  .fi-size-md.fi .fi-content {
    top: 12px;
    padding-top: 25.2px;
    font-size: 12px; }

.fi-size-lg.fi {
  width: 54px;
  height: 69px;
  padding-top: 15px; }
  .fi-size-lg.fi:before {
    right: 15px; }
  .fi-size-lg.fi:after {
    border-top-width: 15px;
    border-left-width: 15px; }
  .fi-size-lg.fi .fi-content {
    top: 15px;
    padding-top: 31.5px;
    font-size: 15px; }

.fi-size-xl.fi {
  width: 72px;
  height: 92px;
  padding-top: 20px; }
  .fi-size-xl.fi:before {
    right: 20px; }
  .fi-size-xl.fi:after {
    border-top-width: 20px;
    border-left-width: 20px; }
  .fi-size-xl.fi .fi-content {
    top: 20px;
    padding-top: 42px;
    font-size: 20px; }

.fi-content-xs .fi-content {
  font-size: 11px;
  padding-top: 55%; }

@keyframes showMobileMenu {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes showSubMenu {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes showSearch {
  0% {
    width: 0; }
  100% {
    width: var(--search-width); } }

@keyframes iconShow {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0); }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1); } }

@keyframes logo-anim {
  90%, 100% {
    stroke-dasharray: 360 0; } }

@keyframes moveRight {
  0% {
    opacity: 0;
    transform: translateX(-0.5rem); }
  50% {
    opacity: 1; }
  100% {
    transform: translateX(0.375rem);
    opacity: 0; } }

@keyframes drawSvg {
  to {
    stroke-dashoffset: 0; } }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: var(--base-fz); }
  @media (max-width: 768px) {
    html {
      font-size: 13px; } }

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

/**
 * Basic styles for links
 */
a {
  color: currentColor;
  text-decoration: none; }
  a:hover {
    color: #40a3a1; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-NarrowExtraBold';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowExtraBold.eot");
  src: local("☞PT Sans Pro Narrow Extra Bold"), local("PTSansPro-NarrowExtraBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowExtraBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowExtraBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-NarrowDemi';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowDemi.eot");
  src: local("☞PT Sans Pro Narrow Demi"), local("PTSansPro-NarrowDemi"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowDemi.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowDemi.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowDemi.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowDemi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-BlackItalic.eot");
  src: local("☞PT Sans Pro Black Italic"), local("PTSansPro-BlackItalic"), url("/local/templates/main/fonts/ptsans/PTSansPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-BlackItalic.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-BlackItalic.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-ExtraCondExtBd';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondExtBd.eot");
  src: local("☞PT Sans Pro Extra Condensed  Extra Bold"), local("PTSansPro-ExtraCondExtBd"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondExtBd.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondExtBd.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondExtBd.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondExtBd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Bold.eot");
  src: local("☞PT Sans Pro Bold"), local("PTSansPro-Bold"), url("/local/templates/main/fonts/ptsans/PTSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Bold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Bold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-ExtraCondBold';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBold.eot");
  src: local("☞PT Sans Pro Extra Condensed Bold"), local("PTSansPro-ExtraCondBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBoldItalic.eot");
  src: local("☞PT Sans Pro Extra Bold Italic"), local("PTSansPro-ExtraBoldItalic"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBoldItalic.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBoldItalic.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-Caption';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Caption.eot");
  src: local("☞PT Sans Pro Caption"), local("PTSansPro-Caption"), url("/local/templates/main/fonts/ptsans/PTSansPro-Caption.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Caption.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Caption.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Caption.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-CondDemi';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-CondDemi.eot");
  src: local("☞PT Sans Pro Condensed Demi"), local("PTSansPro-CondDemi"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondDemi.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondDemi.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondDemi.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondDemi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-NarrowBold';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBold.eot");
  src: local("☞PT Sans Pro Narrow Bold"), local("PTSansPro-NarrowBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-ExtraCondLight';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondLight.eot");
  src: local("☞PT Sans Pro Extra Condensed Light"), local("PTSansPro-ExtraCondLight"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondLight.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondLight.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Italic.eot");
  src: local("☞PT Sans Pro Italic"), local("PTSansPro-Italic"), url("/local/templates/main/fonts/ptsans/PTSansPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Italic.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Italic.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Light.eot");
  src: local("☞PT Sans Pro Light"), local("PTSansPro-Light"), url("/local/templates/main/fonts/ptsans/PTSansPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Light.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Light.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-LightItalic.eot");
  src: local("☞PT Sans Pro Light Italic"), local("PTSansPro-LightItalic"), url("/local/templates/main/fonts/ptsans/PTSansPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-LightItalic.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-LightItalic.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-DemiItalic';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-DemiItalic.eot");
  src: local("☞PT Sans Pro Demi Italic"), local("PTSansPro-DemiItalic"), url("/local/templates/main/fonts/ptsans/PTSansPro-DemiItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-DemiItalic.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-DemiItalic.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-DemiItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-Narrow';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Narrow.eot");
  src: local("☞PT Sans Pro Narrow"), local("PTSansPro-Narrow"), url("/local/templates/main/fonts/ptsans/PTSansPro-Narrow.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Narrow.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Narrow.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Narrow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-CaptionBold';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-CaptionBold.eot");
  src: local("☞PT Sans Pro Caption Bold"), local("PTSansPro-CaptionBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-CaptionBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-CaptionBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-CaptionBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-CaptionBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-CondBlack';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-CondBlack.eot");
  src: local("☞PT Sans Pro Condensed Black"), local("PTSansPro-CondBlack"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBlack.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBlack.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBlack.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-NarrowLight';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowLight.eot");
  src: local("☞PT Sans Pro Narrow Light"), local("PTSansPro-NarrowLight"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowLight.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowLight.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-ExtraCond';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCond.eot");
  src: local("☞PT Sans Pro Extra Condensed"), local("PTSansPro-ExtraCond"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCond.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCond.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCond.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-CondLight';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-CondLight.eot");
  src: local("☞PT Sans Pro Condensed Light"), local("PTSansPro-CondLight"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondLight.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondLight.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Regular.eot");
  src: local("☞PT Sans Pro"), local("PTSansPro-Regular"), url("/local/templates/main/fonts/ptsans/PTSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Regular.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Regular.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-NarrowBlack';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBlack.eot");
  src: local("☞PT Sans Pro Narrow Black"), local("PTSansPro-NarrowBlack"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBlack.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBlack.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBlack.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-NarrowBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-Cond';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Cond.eot");
  src: local("☞PT Sans Pro Condensed"), local("PTSansPro-Cond"), url("/local/templates/main/fonts/ptsans/PTSansPro-Cond.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Cond.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Cond.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Cond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-Demi';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Demi.eot");
  src: local("☞PT Sans Pro Demi"), local("PTSansPro-Demi"), url("/local/templates/main/fonts/ptsans/PTSansPro-Demi.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Demi.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Demi.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-BoldItalic.eot");
  src: local("☞PT Sans Pro Bold Italic"), local("PTSansPro-BoldItalic"), url("/local/templates/main/fonts/ptsans/PTSansPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-BoldItalic.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-BoldItalic.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-ExtraCondDemi';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondDemi.eot");
  src: local("☞PT Sans Pro Extra Condensed Demi"), local("PTSansPro-ExtraCondDemi"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondDemi.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondDemi.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondDemi.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondDemi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBold.eot");
  src: local("☞PT Sans Pro Extra Bold"), local("PTSansPro-ExtraBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-CondExtraBold';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-CondExtraBold.eot");
  src: local("☞PT Sans Pro Condensed Extra Bold"), local("PTSansPro-CondExtraBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondExtraBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondExtraBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-CondBold';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-CondBold.eot");
  src: local("☞PT Sans Pro Condensed Bold"), local("PTSansPro-CondBold"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBold.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBold.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-CondBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-Black.eot");
  src: local("☞PT Sans Pro Black"), local("PTSansPro-Black"), url("/local/templates/main/fonts/ptsans/PTSansPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-Black.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-Black.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: 'PTSansPro-ExtraCondBlack';
  src: url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBlack.eot");
  src: local("☞PT Sans Pro Extra Condensed Black"), local("PTSansPro-ExtraCondBlack"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBlack.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBlack.woff2") format("woff2"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBlack.woff") format("woff"), url("/local/templates/main/fonts/ptsans/PTSansPro-ExtraCondBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

/**
 * Basic typography style for copy text
 */
body {
  color: #4e4e4e;
  font-size: 1rem;
  font-weight: 300;
  font-family: var(--font-family1);
  font-style: normal; }
  @media (max-width: 1600px) {
    body {
      zoom: .9; } }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: calc(50% - 45rem);
  /* 3 */
  padding-right: calc(50% - 45rem);
  /* 3 */
  width: 100%;
  /* 1 */ }
  @media (max-width: 1200px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1024px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 2560px) {
    .container {
      padding-left: 20rem;
      padding-right: 20rem; } }

.container--left {
  padding-left: 58px; }

.container--right {
  padding-right: 87px; }

.container--inner {
  padding: 0 80px;
  width: 100%; }
  @media (max-width: 768px) {
    .container--inner {
      padding: 0 20px; } }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden:not(:focus),
main input[type="radio"],
main input[type="checkbox"],
input[type="radio"].hide,
input[type="checkbox"].hide {
  position: absolute;
  clip: rect(0 0 0 0);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden; }

.header-top {
  background: #fff;
  position: relative; }
  .header-top:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 6px;
    background-color: #003c71; }
  @media (max-width: 1024px) {
    .header-top.nav-open .nav-list {
      display: flex;
      animation: showMobileMenu .15s 1 ease;
      margin-top: 20px;
      width: 100%; } }

.header-sitemap {
  margin-right: 40px; }

.header-search {
  margin-right: 40px; }

.header-lang {
  text-transform: uppercase;
  font-weight: bold; }

.header-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .header-nav:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 6px;
    background-color: #40a3a1; }
  @media (max-width: 1024px) {
    .header-nav {
      flex-direction: column-reverse;
      padding: 10px 0; } }

.nav-bg.active:before {
  content: '';
  position: absolute;
  top: 96px;
  width: 100%;
  background-color: #dfeaf9;
  box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.16);
  height: 285px;
  left: 0;
  z-index: 100; }

.nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .nav-list > li {
    display: flex;
    align-items: center;
    padding: 17px 0; }
    @media (max-width: 1024px) {
      .nav-list > li {
        padding: 5px 0; } }
    .nav-list > li:last-child a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
      /* IE6-9 */ }
    @media (max-width: 1024px) {
      .nav-list > li:last-child a:after {
        content: none; } }
  .nav-list__link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    position: relative;
    padding: 20px 22px; }
    @media (max-width: 1024px) {
      .nav-list__link {
        padding: 10px 22px; } }
    .nav-list__link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
      /* IE6-9 */ }
    @media (max-width: 1000px) {
      .nav-list__link {
        font-size: 12px; } }
    @media (max-width: 1440px) {
      .nav-list__link {
        font-size: 13px; } }
  .nav-list__sub {
    position: absolute;
    top: 85%;
    left: 0;
    max-width: 78.90625vw;
    display: none;
    z-index: 25; }
    .nav-list__sub:before {
      content: '';
      position: absolute;
      top: 20px;
      left: -50vw;
      width: 150vw;
      height: 100%;
      background-color: #dfeaf9;
      box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.16);
      z-index: -1; }
    @media (max-width: 1024px) {
      .nav-list__sub {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .nav-list__sub:before {
        content: none; } }
  .nav-list__is-submenu:focus-within .nav-list__sub,
  .nav-list__is-submenu:hover .nav-list__sub {
    display: block;
    animation: showSubMenu 0.4s 1 ease; }
    @media (max-width: 1024px) {
      .nav-list__is-submenu:focus-within .nav-list__sub,
      .nav-list__is-submenu:hover .nav-list__sub {
        display: none;
        animation: none;
        width: 100%; } }
  .this-page .nav-list__link::after,
  .nav-list__is-submenu:focus-within .nav-list__link::after,
  .nav-list__is-submenu:hover .nav-list__link::after {
    opacity: 0.5;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s 0.3s; }
    @media (max-width: 1024px) {
      .this-page .nav-list__link::after,
      .nav-list__is-submenu:focus-within .nav-list__link::after,
      .nav-list__is-submenu:hover .nav-list__link::after {
        display: none; } }
  @media (max-width: 1024px) {
    .nav-list {
      display: none;
      flex-direction: column;
      align-items: flex-start; }
      .nav-list > li {
        display: block;
        width: 100%;
        position: relative;
        padding-right: 40px; }
      .nav-list__link {
        font-size: 15px; }
      .nav-list__sub {
        position: static;
        margin-right: -40px;
        max-width: none; }
      .nav-list > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; } }

.nav-sub-menu {
  padding-top: 1.25rem; }
  .nav-sub-menu__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    color: #000;
    box-shadow: 0 0 32px 1px rgba(var(--black-rgb), 0.5);
    padding: 60px 0; }
    @media (max-width: 1024px) {
      .nav-sub-menu__wrap {
        padding: 10px 0;
        grid-gap: 20px; }
        .nav-sub-menu__wrap .nav-sub-menu__list:first-child {
          display: none; } }
    @media (max-width: 480px) {
      .nav-sub-menu__wrap {
        grid-template-columns: auto;
        grid-gap: 20px; } }
  .nav-sub-menu__list:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d84c0', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */ }
  .nav-sub-menu__list > li {
    list-style: none; }
  .nav-sub-menu__list:first-child {
    padding: 0; }
  .nav-sub-menu__list:not(.dlist) {
    margin-bottom: 0;
    min-width: 16.66667vw;
    position: relative;
    min-height: 150px; }
    @media (max-width: 1024px) {
      .nav-sub-menu__list:not(.dlist) {
        padding-left: 15px;
        min-height: auto; } }
    .nav-sub-menu__list:not(.dlist) > li::before {
      transform: translateY(-1px); }
    @media (max-width: 1024px) {
      .nav-sub-menu__list:not(.dlist) > li {
        padding-left: 15px; }
        .nav-sub-menu__list:not(.dlist) > li:not(:last-child) {
          margin-bottom: 10px; } }
  .nav-sub-menu__link {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.71429em; }
    .nav-sub-menu__link[href]:hover {
      text-decoration: underline; }
    @media (max-width: 768px) {
      .nav-sub-menu__link {
        font-size: 12px; } }
  .nav-sub-menu__section {
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: bold;
    color: #000; }

.sub-sub-menu {
  padding-left: 10px;
  margin-top: 15px; }
  .sub-sub-menu__link {
    font-family: var(--font-family2);
    font-size: 1rem;
    line-height: 1.875em;
    font-weight: 600;
    color: var(--dark-tan); }
    @media (max-width: 768px) {
      .sub-sub-menu__link {
        line-height: 2; } }

.nav-bottom-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: var(--space-20);
  justify-content: space-between; }
  .nav-bottom-list > li:not(:last-child) {
    margin-right: var(--space-30); }
  .nav-bottom-list__link {
    color: var(--white-two); }
    @media (max-width: 1280px) {
      .nav-bottom-list__link {
        font-size: 12px; } }
  @media (max-width: 768px) {
    .nav-bottom-list {
      display: none; } }

.nav-bottom-wrap {
  display: flex;
  flex-wrap: wrap; }

.nav-bottom-info {
  display: flex; }

.mobile-sub-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 40px;
  padding: 2px 0 0;
  border: 2px solid white; }
  .js-open .mobile-sub-menu-button svg {
    transform: scale(1, -1); }
  @media (min-width: 1025px) {
    .mobile-sub-menu-button {
      display: none; } }

.button-mobile-nav {
  position: absolute;
  line-height: 0;
  padding: 0 10px 0 0;
  width: 40px;
  height: 40px;
  z-index: 999; }
  @media (min-width: 1025px) {
    .button-mobile-nav {
      display: none; } }

.button-mobile-nav__open,
.button-mobile-nav__close {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.button-mobile-nav__open {
  display: block; }
  .nav-open .button-mobile-nav__open {
    display: none; }

.button-mobile-nav__close {
  display: none; }
  .nav-open .button-mobile-nav__close {
    display: block;
    animation: iconShow 0.3s 1; }

.header-bg {
  background: url(/local/templates/main/images/header-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  z-index: -1;
  position: absolute;
  top: 100px;
  left: 0; }
  @media (max-width: 768px) {
    .header-bg {
      top: 10px; } }

.header-nav-info {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .header-nav-info {
      justify-content: right;
      width: 100%; } }

.header-main {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .header-main {
      justify-content: center;
      flex-direction: column; } }
  @media (max-width: 768px) {
    .header-main {
      justify-content: center; } }

.header-logo--text {
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .header-logo {
    padding: 20px 0; } }

.logo__link {
  display: flex;
  align-items: center; }

.logo-text__text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.21875rem;
  color: #002648;
  margin-left: 30px;
  line-height: 1.5;
  letter-spacing: 1.4px; }

.search-box {
  background-color: #dfeaf9;
  box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.16);
  transition: all 400ms;
  visibility: hidden;
  position: absolute;
  padding: 35px 0;
  opacity: 0;
  width: 100%;
  top: 108%; }
  .search-box.active {
    visibility: visible;
    transform: translateY(0px) scale(1);
    opacity: 1; }
  .search-box__form {
    position: relative; }
  .search-box__group {
    width: 100%; }
  .search-box__input {
    width: 100%;
    height: auto;
    padding-right: 2.5rem;
    font-weight: bold; }
  .search-box-btn {
    display: block;
    line-height: 0; }
  .search-box__btn {
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 0;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    border: none; }

.beta {
  background-color: #fff;
  text-align: center;
  display: block; }

footer {
  background: url(/local/templates/main/images/footer-bg.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 30px;
  padding: 70px 0;
  width: 100%; }

.footer-logo {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .footer-logo {
      flex-wrap: wrap;
      justify-content: center; } }
  .footer-logo .logo-text {
    width: 67px; }
  .footer-logo .logo-text__text {
    color: #fff; }
  .footer-logo-second {
    margin-left: 33px; }
    @media (max-width: 768px) {
      .footer-logo-second {
        margin-top: 50px; } }

.footer-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
  margin-top: 44px;
  grid-gap: 25px; }
  @media (max-width: 768px) {
    .footer-info {
      grid-template-columns: 1fr; } }
  .footer-info__item:not(:last-child) {
    margin-right: 50px; }
    @media (max-width: 768px) {
      .footer-info__item:not(:last-child) {
        margin-right: 0; } }
  .footer-info__text {
    align-items: center;
    font-size: 1.125rem;
    display: flex;
    color: #fff; }
    .footer-info__text:not(:last-child) {
      margin-bottom: 30px; }
  .footer-info .icon {
    margin-right: 10px;
    color: #648fc1; }

.footer-phone {
  display: flex; }

.social-list {
  display: flex;
  align-items: center; }
  .social-list__item:not(:last-child) {
    margin-right: 25px; }
  .social-list__item a {
    color: #648fc1; }

.breadcrumb {
  padding-top: 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .breadcrumb:before {
    content: '';
    position: absolute;
    top: -20px;
    width: 100%;
    height: 1px;
    background-color: #a0a0a0; }
  .breadcrumb-item {
    text-transform: uppercase;
    color: #003c71;
    font-size: 1rem;
    font-weight: bold; }
    .breadcrumb-item .fa {
      padding: 0 10px; }

.pagenavigation {
  padding-top: 25px;
  border-top: 1px solid #a0a0a0;
  position: relative;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pagenavigation-nums {
    display: flex; }
  .pagenavigation__pager {
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #517bbb;
    color: #517bbb;
    height: 44px;
    width: 44px;
    margin: 0 5px;
    transition: all .3s linear; }
    .pagenavigation__pager:hover {
      background-color: #517bbb;
      color: #fff; }
  .pagenavigation__current {
    background-color: #517bbb;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #517bbb;
    color: #fff;
    height: 44px;
    width: 44px;
    margin: 0 5px; }
  .pagenavigation__disable {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
    height: 44px;
    width: 44px;
    display: flex; }
  .pagenavigation-next svg {
    transform: rotate(180deg); }

.search-wrap {
  margin: 40px 0; }

.sitemap {
  margin-top: 20px; }
  .sitemap-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
    grid-gap: 40px; }
    @media (max-width: 768px) {
      .sitemap-item {
        grid-template-columns: 1fr;
        grid-gap: 10px; } }
  .sitemap__section {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.875rem;
    color: #000; }
  .sitemap-list {
    padding-left: 40px;
    min-height: 150px;
    position: relative; }
    @media (max-width: 768px) {
      .sitemap-list {
        min-height: auto; } }
    .sitemap-list:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%, #6086c1 50%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
      /* IE6-9 */ }
  .sitemap-sub {
    line-height: 1.5; }
    .sitemap-sub__link {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.125rem;
      color: #000; }

/*	СТИЛИЗАЦИЯ ЧЕКБОКСОВ И РАДИО КНОПОК	*/
.checkbox-b,
.radio-b {
  display: inline-block; }

.checkbox-b > label::before,
.radio-b > label::before,
.checkbox-b > label::after,
.radio-b > label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border-radius: 0.1em;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
  border: .0715em solid #bbb;
  background-color: #fff;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease; }

.radio-b > label::before,
.radio-b > label::after {
  border-radius: 20px; }

.radio-b > label::after,
.checkbox-b > label::after {
  box-shadow: none;
  border: none; }

.checkbox-b > label::after,
.radio-b > label::after {
  top: 3px;
  left: 9px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  -webkit-transform: scale(0);
  transform: scale(0); }

.radio-b > label::after {
  width: 14px;
  height: 14px;
  background-color: #d05401;
  top: 5px;
  left: 15px; }

.checkbox-b > label::after {
  width: 16px;
  height: 16px;
  margin-left: -6px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23d05401%22%20viewBox%3D%220%200%20442.533%20442.533%22%3E%3Cpath%20d%3D%22M434.539%2098.499l-38.828-38.828c-5.324-5.328-11.799-7.993-19.41-7.993-7.618%200-14.093%202.665-19.417%207.993L169.59%20247.248l-83.939-84.225c-5.33-5.33-11.801-7.992-19.412-7.992-7.616%200-14.087%202.662-19.417%207.992L7.994%20201.852C2.664%20207.181%200%20213.654%200%20221.269c0%207.609%202.664%2014.088%207.994%2019.416l103.351%20103.349%2038.831%2038.828c5.327%205.332%2011.8%207.994%2019.414%207.994%207.611%200%2014.084-2.669%2019.414-7.994l38.83-38.828L434.539%20137.33c5.325-5.33%207.994-11.802%207.994-19.417.004-7.611-2.669-14.084-7.994-19.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0; }

.radio-b > input:checked + label::after,
.checkbox-b > input:checked + label::after {
  transform: scale(1); }

.checkbox-b > label,
.radio-b > label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 8px;
  display: flex;
  align-items: center; }

.checkbox-b > label:nth-of-type(2),
.radio-b > label:nth-of-type(2) {
  cursor: pointer; }

button {
  border: 0;
  background: 0 0; }

.btn {
  display: inline-block;
  background-color: #40a3a1;
  padding: 15px 40px;
  border-radius: 5px; }

.input_txt,
.g-input {
  font-size: 1.125rem;
  min-height: 50px;
  width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-weight: 400;
  border: 1px solid #c7d6ea;
  background-color: #fff;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.07); }
  .input_txt:focus,
  .g-input:focus {
    outline: none; }

textarea.g-input {
  min-height: 20vh;
  max-height: 100%;
  resize: vertical;
  line-height: 1.5;
  border: 1px solid #c7d6ea;
  background-color: #fff;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
  padding-top: 0.625em;
  padding-bottom: 0.625em; }

.js-tooltip[aria-expanded="true"] ~ .arrow-select,
.arrow-select.open,
.arrow-select:focus,
select:focus {
  background-image: linear-gradient(45deg, var(--color) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--color) 50%);
  background-position: calc(100% - calc(18px + var(--move))) 50%, calc(100% - calc(calc(18px + var(--size)) + var(--move))) 50%, calc(100% - 2.5em) 0.5em;
  background-size: var(--size) var(--size), var(--size) var(--size), 1px 1.5em;
  background-repeat: no-repeat; }

.input-focus {
  position: relative;
  display: flex;
  align-items: flex-end; }
  .input-focus__label {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black);
    transition: all 0.3s;
    z-index: 0; }
  .input-focus.text-in .input-focus__label,
  .input-focus:focus-within .input-focus__label,
  .input-focus.active:focus-within .input-focus__label {
    transform: translateY(-110%);
    font-size: 0.875rem;
    color: var(--white-two);
    left: var(--space-10);
    top: 0; }

.error-input {
  position: relative; }
  .error-input input {
    border: 2px solid red; }
  .error-input__text {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: red; }

.red {
  color: red; }

.inner-page ul:not(.dlist),
.inner-page ol:not(.dlist) {
  margin: 0 0 var(--space-35);
  padding: 0;
  list-style: none; }
  .inner-page ul:not(.dlist) > li,
  .inner-page ol:not(.dlist) > li {
    position: relative;
    padding-left: 25px; }
    .inner-page ul:not(.dlist) > li:last-child,
    .inner-page ol:not(.dlist) > li:last-child {
      margin-bottom: 0; }
    .inner-page ul:not(.dlist) > li::before,
    .inner-page ol:not(.dlist) > li::before {
      content: "\2022";
      display: block;
      position: absolute;
      left: 0;
      top: 0.625rem;
      width: 12px;
      height: 12px;
      margin-left: 3px;
      flex-shrink: 0;
      line-height: 0;
      background-repeat: no-repeat;
      background-position: 0 0;
      color: #337cb5; }
  @media (max-width: 768px) {
    .inner-page ul:not(.dlist),
    .inner-page ol:not(.dlist) {
      margin: 0 0 30px; } }

.inner-content ol:not(.dlist) {
  counter-reset: item; }
  .inner-content ol:not(.dlist) > li {
    counter-increment: item; }
    .inner-content ol:not(.dlist) > li::before {
      content: counter(item) ".";
      font-size: 1rem;
      font-weight: bold;
      color: var(--dark-tan);
      background: none;
      top: 0.8125rem; }

.form-group {
  margin-bottom: 20px; }
  .form-group label {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.125rem;
    display: block;
    color: #000; }
  .form-group__split {
    display: flex;
    justify-content: space-between; }
    .form-group__split .form-group {
      width: 47%; }

.select-item {
  position: relative;
  cursor: pointer; }
  .select-item:hover .select-item-content {
    transform: scaleY(1);
    opacity: 1; }
  .select-item-select {
    font-weight: 600;
    align-items: center;
    display: flex;
    padding: 0 0 4px; }
    .select-item-select .icon {
      padding-left: 10px; }
    .select-item-select svg {
      transform: rotate(90deg); }
  .select-item-content {
    position: absolute;
    background-color: #fff;
    z-index: 14;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: .2s ease;
    transform: scaleY(0);
    transform-origin: top;
    padding: 0 10px;
    opacity: 0;
    width: 100px; }
  .select-item__item {
    transition: 50ms linear;
    align-items: center;
    display: flex;
    padding: 8px 0; }
    .select-item__item:hover {
      color: #2f9ab9; }

.news-detail-share {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap; }

.share-item {
  margin-right: 15px; }

.share__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 95px;
  background-color: #cdd1da; }
  .share__link.fb {
    background-color: #1875f2; }
  .share__link.wp {
    background-color: #00ba3a; }
  .share__link.vk {
    background-color: #4f7fba; }
  .share__link.ok {
    background-color: #f7931e; }
  .share__link.tg {
    background-color: #2aa4e0; }

.aside-search {
  position: absolute;
  top: 0;
  width: 0;
  overflow: hidden;
  display: none; }
  .aside-search-wrap {
    position: relative; }
    .aside-search-wrap:focus-within .aside-search {
      display: block;
      width: 20rem;
      animation: showSearch .4s 1 ease; }
  .aside-search-btn {
    display: block;
    line-height: 0; }

main {
  padding-top: 46px;
  overflow: hidden; }

.main-news .owl-nav button, .partners-list .owl-nav button, .news-tabs-lists .owl-nav button {
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transition: all .3s linear;
  position: absolute;
  display: flex;
  border: 1px solid #517bbb !important;
  height: 40px;
  width: 40px;
  color: #517bbb !important;
  top: 45%; }
  .main-news .owl-nav button:hover, .partners-list .owl-nav button:hover, .news-tabs-lists .owl-nav button:hover {
    background-color: #4ba8a6 !important;
    border-color: #4ba8a6 !important;
    color: #fff !important; }
  .main-news .owl-nav button.owl-prev, .partners-list .owl-nav button.owl-prev, .news-tabs-lists .owl-nav button.owl-prev {
    left: -80px; }
    .main-news .owl-nav button.owl-prev svg, .partners-list .owl-nav button.owl-prev svg, .news-tabs-lists .owl-nav button.owl-prev svg {
      transform: rotate(180deg); }
  .main-news .owl-nav button.owl-next, .partners-list .owl-nav button.owl-next, .news-tabs-lists .owl-nav button.owl-next {
    right: -80px; }

.slider-item {
  position: relative;
  height: 600px; }
  @media (max-width: 768px) {
    .slider-item {
      height: 46vh; } }

.slider-img {
  position: relative; }
  @media (max-width: 768px) {
    .slider-img {
      position: absolute;
      height: 100%; }
      .slider-img img {
        height: 100%; } }
  .slider-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .slider-img img {
    width: 100%;
    object-fit: cover; }

.slider-info {
  position: absolute;
  top: 52%;
  left: 3.75em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3.75em 0;
  width: 45%; }
  @media (max-width: 1024px) {
    .slider-info {
      top: 0;
      bottom: 0;
      width: 60%; } }
  @media (max-width: 768px) {
    .slider-info {
      position: absolute;
      padding: 40px 15px;
      bottom: 4%;
      width: 100%;
      left: 0;
      top: 0; } }

.slider-head {
  position: absolute;
  top: 0;
  left: 3.75em;
  padding-top: 3.4375em; }

.slider-top {
  display: flex;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px; }

.slider__date {
  margin-right: 30px;
  display: flex;
  align-items: center; }

.slider__view {
  display: flex;
  align-items: center; }

.slider .icon {
  margin-right: 10px; }

.slider__desc {
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  padding-top: 20px;
  line-height: 1.5; }

.main-slider {
  clear: both; }
  .main-slider .owl-dots {
    position: absolute;
    right: 100px;
    top: 86%; }

.label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  background-color: #40a3a1;
  padding: 8px 15px;
  text-align: center;
  border-radius: 5px; }
  .label.l-important {
    background-color: transparent; }
  .label.l-blue {
    background-color: #003c71; }
  @media (max-width: 768px) {
    .label {
      font-size: 0.625rem; } }

.main-news:not(.owl-carousel) {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 768px) {
    .main-news:not(.owl-carousel) {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px 0; } }

.main-news-item {
  padding: 10px 30px;
  position: relative;
  height: 160px; }
  .main-news-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d84c0', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */ }
  .main-news-item:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d84c0', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */ }
  .main-news-item-top {
    display: flex;
    align-items: center;
    padding-top: 5px; }
  .main-news-item__dateview {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-right: 20px; }
    .main-news-item__dateview .icon {
      margin-right: 10px; }
  .main-news-item-content {
    margin-top: 25px; }
  .main-news-item__link {
    color: #337cb5;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5; }
    .main-news-item__link:hover {
      text-decoration: underline; }
  @media (max-width: 768px) {
    .main-news-item {
      padding: 10px 8px;
      height: auto; }
      .main-news-item:before {
        content: none; }
      .main-news-item:after {
        content: none !important; } }

.main-news-box .full-link__btn {
  margin-top: 52px; }

.full-link__btn {
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  background-color: #517bbb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  width: 180px; }
  .full-link__btn:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23fff'%3E%3Cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375-12.5-12.5-12.5-32.75 0-45.25L242.8 256 73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .full-link__btn.btn-second {
    background-color: #4ba8a6;
    color: #fff; }

.main-news-tabs {
  margin-top: 88px; }

.main-news-blocks {
  margin-top: 65px; }

.section-top {
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  align-items: center;
  flex-wrap: wrap;
  display: flex; }

.section-caption {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 768px) {
    .section-caption {
      margin-bottom: 10px; } }

.js-main-slider-parent {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  visibility: hidden;
  transition: all .3s 0s; }
  .js-main-slider-parent.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible;
    transition-delay: .2s; }

.news-tabs-list {
  display: flex; }
  .news-tabs-list > li:not(:last-child) {
    margin-right: 18px; }
  .news-tabs-list > li.active .news-tabs__link {
    color: #337cb5; }
    .news-tabs-list > li.active .news-tabs__link:before {
      content: '';
      background: #337cb5;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -12px;
      left: 0; }

.news-tabs__link {
  cursor: pointer;
  border: 0;
  background: 0 0;
  position: relative;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 10px; }
  .news-tabs__link:hover {
    color: #2f9ab9; }

.news-tabs-slideitem {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 24px; }
  @media (max-width: 768px) {
    .news-tabs-slideitem {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }

.news-tabs-item {
  position: relative; }
  .news-tabs-item:first-child .news-tabs__thumb {
    position: relative;
    height: 100%; }
    .news-tabs-item:first-child .news-tabs__thumb img {
      width: 100%;
      object-fit: cover; }
    .news-tabs-item:first-child .news-tabs__thumb:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
  .news-tabs-item:first-child .news-tabs-info {
    position: absolute;
    top: 56%;
    left: 0;
    padding: 0 60px; }
  .news-tabs-item:first-child .news-tabs-top {
    padding-top: 0; }
  .news-tabs-item:first-child .news-tabs__preview {
    padding-top: 52px; }
  .news-tabs-item:first-child .news-tabs__dateview {
    font-size: 1.125rem;
    color: #fff; }
  .news-tabs-item:first-child .news-tabs-item__link {
    color: #fff;
    line-height: 1.5;
    font-size: 1.5rem; }
  @media (max-width: 1024px) {
    .news-tabs-item:first-child {
      bottom: 6%;
      padding: 0 20px; } }
  @media (max-width: 768px) {
    .news-tabs-item:first-child .news-tabs__thumb {
      position: relative;
      height: auto; }
      .news-tabs-item:first-child .news-tabs__thumb:before {
        content: none; }
    .news-tabs-item:first-child .news-tabs-info {
      position: relative;
      padding: 0;
      top: 0; }
    .news-tabs-item:first-child .news-tabs-top {
      padding-top: 0; }
    .news-tabs-item:first-child .news-tabs__preview {
      padding-top: 0; }
    .news-tabs-item:first-child .news-tabs__dateview {
      font-size: 1rem;
      color: #4e4e4e; }
    .news-tabs-item:first-child .news-tabs-item__link {
      color: #337cb5;
      line-height: 1.5;
      font-size: 1rem; } }
  .news-tabs-item__link {
    font-weight: bold;
    color: #337cb5;
    font-size: 1.125rem; }
    .news-tabs-item__link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 768px) {
      .news-tabs-item__link {
        font-size: 1rem; } }

.news-tabs-head {
  position: absolute;
  padding: 0 60px;
  top: 50px;
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .news-tabs-head {
      padding: 0 20px;
      top: 20px; } }
  @media (max-width: 768px) {
    .news-tabs-head {
      padding: 0;
      top: 5%;
      left: 5%; } }

.news-tabs-top {
  display: flex;
  align-items: center;
  padding-top: 28px; }
  @media (max-width: 768px) {
    .news-tabs-top {
      padding-top: 10px; } }

.news-tabs__dateview {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 26px; }
  .news-tabs__dateview .icon {
    margin-right: 14px; }

.news-tabs__preview {
  position: relative;
  padding-top: 25px;
  font-size: 1.5rem;
  text-transform: none; }
  @media (max-width: 768px) {
    .news-tabs__preview {
      padding-top: 0; } }
  .news-tabs__preview:before {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 22px;
    left: 0; }

.main-info-block {
  background: url(/local/templates/main/images/main-info-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 152px;
  position: relative; }
  @media (max-width: 768px) {
    .main-info-block {
      margin-top: 10px; } }

.main-info-about {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .main-info-about .full-link__btn {
    margin-top: 90px; }
  .main-info-about:before {
    content: '';
    position: absolute;
    top: 0;
    width: 48%;
    height: 3px;
    background-color: #4ba8a6; }
  .main-info-about__bg {
    position: absolute;
    right: 0;
    top: -54px; }
    @media (max-width: 1024px) {
      .main-info-about__bg {
        width: 50%; } }
    @media (max-width: 768px) {
      .main-info-about__bg {
        display: none; } }
  .main-info-about__text {
    width: 50%; }
    @media (max-width: 768px) {
      .main-info-about__text {
        width: 100%; } }
  .main-info-about__caption {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    margin-top: 80px;
    padding-bottom: 35px;
    line-height: 1.3; }
    @media (max-width: 768px) {
      .main-info-about__caption {
        margin-top: 40px; } }
    .main-info-about__caption:before {
      content: '';
      position: absolute;
      width: 10%;
      height: 2px;
      background-color: #66b9e1;
      bottom: 0;
      left: 0; }
  .main-info-about-photos {
    position: absolute;
    right: 260px;
    top: 94px;
    height: 85%;
    background-color: #517bbb;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.33); }
    @media (max-width: 1024px) {
      .main-info-about-photos {
        right: 20px;
        height: 500px; } }
    @media (max-width: 768px) {
      .main-info-about-photos {
        margin-bottom: 40px;
        position: relative;
        right: 0; } }
  .main-info-about-download {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 20px 30px; }
    .main-info-about-download__link {
      font-size: 1.125rem;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      display: flex;
      margin-top: 32px;
      justify-content: space-between; }
      .main-info-about-download__link > span.link__text {
        width: 70%; }

.main-info__text {
  margin-top: 44px;
  width: 80%;
  font-size: 1.125rem;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .main-info__text {
      width: 100%; } }

.main-info-statistic {
  margin-top: 114px;
  display: grid;
  grid-template-columns: repeat(5, 1fr); }
  @media (max-width: 1024px) {
    .main-info-statistic {
      grid-template-columns: repeat(2, 1fr); } }

.statistic-item {
  padding: 0 30px;
  position: relative;
  height: 160px;
  display: flex; }
  @media (max-width: 768px) {
    .statistic-item {
      padding: 0 15px; } }
  .statistic-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d84c0', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */ }
  .statistic-item:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(93, 132, 192, 0) 0%, #5d84c0 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d84c0', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */ }
  .statistic-item-data {
    margin-left: 25px; }
  .statistic-item__count {
    font-size: 4.5rem;
    font-weight: bold;
    color: #517bbb; }
    @media (max-width: 768px) {
      .statistic-item__count {
        font-size: 2.5rem; } }
  .statistic-item__text {
    text-transform: uppercase;
    font-weight: bold; }

.main-info-people {
  display: flex;
  flex-wrap: wrap;
  margin-top: 85px; }
  .main-info-people-block {
    flex: 1; }
    .main-info-people-block:last-child {
      margin-left: 100px;
      margin-top: 15px; }
    .main-info-people-block__head {
      color: #40a3a1;
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: bold; }
    .main-info-people-block__caption {
      margin-top: 10px;
      font-size: 2.25rem;
      text-transform: uppercase;
      font-weight: bold;
      color: #000; }
    .main-info-people-block__img {
      margin-top: 15px;
      position: relative;
      padding-bottom: 44px; }
      .main-info-people-block__img:before {
        content: '';
        position: absolute;
        width: 10%;
        height: 2px;
        background-color: #66b9e1;
        bottom: 0;
        left: 0; }
    .main-info-people-block__desc {
      margin-bottom: 75px;
      margin-top: 40px;
      font-size: 1.125rem;
      line-height: 1.5; }

.main-map-tabs {
  background: url(/local/templates/main/images/map.png) no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 40px 0; }
  .main-map-tabs-list {
    display: flex; }
    .main-map-tabs-list > li:not(:last-child) {
      margin-right: 18px; }
    .main-map-tabs-list > li.active .main-map-tabs__link {
      color: #337cb5; }
      .main-map-tabs-list > li.active .main-map-tabs__link:before {
        content: '';
        background: #337cb5;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: -12px;
        left: 0; }
  .main-map-tabs__link {
    cursor: pointer;
    border: 0;
    background: 0 0;
    position: relative;
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 10px; }

.main-map-blocks {
  margin-top: 154px;
  padding-left: calc(70% - 78rem); }

.main-partners-tabs-list {
  display: flex; }
  .main-partners-tabs-list > li:not(:last-child) {
    margin-right: 18px; }
  .main-partners-tabs-list > li.active .main-partners-tabs__link {
    color: #337cb5; }
    .main-partners-tabs-list > li.active .main-partners-tabs__link:before {
      content: '';
      background: #337cb5;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -12px;
      left: 0; }

.main-partners-tabs__link {
  cursor: pointer;
  border: 0;
  background: 0 0;
  position: relative;
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 10px; }

.partners-list {
  margin-top: 55px; }
  .partners-list:not(.owl-carousel) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 42px; }
    @media (max-width: 1024px) {
      .partners-list:not(.owl-carousel) {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .partners-list:not(.owl-carousel) {
        grid-template-columns: 1fr; } }

.partners-item {
  background-color: #fff;
  border: 5px solid #d6efff;
  padding: 30px;
  height: 376px; }
  .partners-item__photo {
    text-align: center; }
  .partners-item__name {
    margin-top: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #337cb5;
    line-height: 1.5; }

.main-world-news {
  padding: 30px 0; }
  .main-world-news .main-news {
    margin: 75px 0; }

.page-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.25rem;
  padding: 15px 0;
  color: #000; }

.inner-page {
  background-color: rgba(255, 255, 255, 0.7);
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
  display: flex; }
  @media (max-width: 768px) {
    .inner-page {
      flex-direction: column;
      margin-top: 20px; } }

.inner-detail {
  flex: 1;
  overflow: hidden; }
  .inner-detail__title {
    font-weight: bold;
    font-size: 1.875rem;
    position: relative;
    padding: 20px 0;
    color: #000; }
    @media (max-width: 768px) {
      .inner-detail__title {
        padding: 5px;
        margin: 5px 0; } }
    .inner-detail__title:before {
      content: '';
      background-color: #66b9e1;
      position: absolute;
      height: 2px;
      width: 50px;
      left: 0;
      top: 100%; }
  .inner-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.125rem;
    padding-top: 50px; }
  .inner-detail-date-view {
    display: flex; }
    .inner-detail-date-view .icon {
      margin-right: 14px; }
  .inner-detail__dateview {
    margin-right: 26px; }

.aside {
  width: 330px;
  margin-left: 30px; }
  @media (max-width: 768px) {
    .aside {
      width: 100%;
      margin-left: 0; } }
  .aside-nav {
    background-color: #e9f2fa;
    padding: 15px 40px; }
    .aside-nav__title {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.875rem;
      position: relative;
      padding: 20px 0;
      color: #000; }
      .aside-nav__title:before {
        content: '';
        background-color: #66b9e1;
        position: absolute;
        height: 2px;
        width: 50px;
        left: 0;
        top: 100%; }

.aside-box {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .aside-box {
      margin-top: 20px; } }
  .aside-box.p15 {
    padding: 15px 40px; }
    @media (max-width: 768px) {
      .aside-box.p15 {
        padding: 5px 20px; } }
  .aside-box__title {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 1.125rem;
    color: #000; }

.aside-news-item {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .aside-news-item {
      margin-bottom: 20px; } }
  .aside-news-item .main-news-item-top {
    margin-bottom: 20px; }

.aside-news__link {
  font-weight: bold;
  color: #337cb5; }

.aside-banner {
  position: relative; }
  .aside-banner-text {
    padding: 20px 30px;
    position: absolute;
    bottom: 50px;
    left: 0; }
  .aside-banner__link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125rem;
    color: #fff; }

.right-menu {
  text-transform: uppercase;
  line-height: 2;
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 40px; }
  .right-menu li {
    position: relative; }
    .right-menu li a {
      color: #000; }
      .right-menu li a.active {
        color: #40a3a1; }
        .right-menu li a.active:before {
          content: '';
          background-color: #40a3a1;
          position: absolute;
          height: 12px;
          width: 20px;
          left: -40px;
          top: 12px; }

.inner-files {
  margin: 40px 0; }
  .inner-files__title {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000; }

.files-item {
  display: flex;
  margin-bottom: 20px;
  position: relative; }
  .files-item-wrap {
    margin-left: 20px; }
  .files-item-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #000; }
  .files-item-info {
    display: flex;
    margin-top: 5px; }
  .files-item__info {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
    color: #4c4c4c; }

.source {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #a0a0a0;
  width: 100%; }

.head-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  color: #474747;
  margin-top: 28px; }
  @media (max-width: 768px) {
    .head-filter {
      flex-wrap: wrap; } }
  .head-filter-wrap {
    margin-top: 20px; }
    .head-filter-wrap a {
      display: flex;
      align-items: center; }
      .head-filter-wrap a .icon {
        margin-left: 10px; }
      .head-filter-wrap a.active {
        color: #40a3a1; }

.horizontal-menu {
  display: flex;
  flex-wrap: wrap; }
  .horizontal-menu li:not(:last-child) {
    margin-right: 30px; }
  .horizontal-menu li a {
    padding-bottom: 10px; }
    .horizontal-menu li a:hover {
      color: #40a3a1; }
    .horizontal-menu li a.active {
      border-bottom: 2px solid #015ca3;
      color: #015ca3; }

.filter {
  display: flex;
  align-items: center;
  padding: 50px;
  background: #dfeaf9;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.12); }
  .filter-wrap {
    display: none;
    position: relative;
    overflow: hidden; }
    .filter-wrap:before {
      content: '';
      position: absolute;
      right: 0;
      width: 10%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='m960 95.888-256.224.001V32.113c0-17.68-14.32-32-32-32s-32 14.32-32 32v63.76h-256v-63.76c0-17.68-14.32-32-32-32s-32 14.32-32 32v63.76H64c-35.344 0-64 28.656-64 64v800c0 35.343 28.656 64 64 64h896c35.344 0 64-28.657 64-64v-800c0-35.329-28.656-63.985-64-63.985zm0 863.985H64v-800h255.776v32.24c0 17.679 14.32 32 32 32s32-14.321 32-32v-32.224h256v32.24c0 17.68 14.32 32 32 32s32-14.32 32-32v-32.24H960v799.984zM736 511.888h64c17.664 0 32-14.336 32-32v-64c0-17.664-14.336-32-32-32h-64c-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32zm0 255.984h64c17.664 0 32-14.32 32-32v-64c0-17.664-14.336-32-32-32h-64c-17.664 0-32 14.336-32 32v64c0 17.696 14.336 32 32 32zm-192-128h-64c-17.664 0-32 14.336-32 32v64c0 17.68 14.336 32 32 32h64c17.664 0 32-14.32 32-32v-64c0-17.648-14.336-32-32-32zm0-255.984h-64c-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32h64c17.664 0 32-14.336 32-32v-64c0-17.68-14.336-32-32-32zm-256 0h-64c-17.664 0-32 14.336-32 32v64c0 17.664 14.336 32 32 32h64c17.664 0 32-14.336 32-32v-64c0-17.68-14.336-32-32-32zm0 255.984h-64c-17.664 0-32 14.336-32 32v64c0 17.68 14.336 32 32 32h64c17.664 0 32-14.32 32-32v-64c0-17.648-14.336-32-32-32z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      transform: rotateZ(12deg) translate(-22px, 22px);
      opacity: .6; }
  .filter.active {
    display: flex; }
  .filter__year {
    font-weight: bold;
    font-size: 1.125rem;
    background-color: transparent;
    border: none;
    margin-right: 25px;
    padding-right: 5px;
    outline: none; }
  .filter__months {
    text-transform: uppercase;
    z-index: 50; }
    @media (max-width: 768px) {
      .filter__months {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
    .filter__months span {
      font-weight: bold;
      margin-right: 30px;
      color: #919191; }
      .filter__months span.has-year {
        color: #001a2e;
        cursor: pointer; }

.news-list {
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  grid-gap: 24px;
  display: grid; }
  @media (max-width: 768px) {
    .news-list {
      grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); } }

.news-thumb {
  height: 248px; }
  .news-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.news-item {
  position: relative; }
  .news-item:first-child, .news-item:nth-child(8) {
    grid-column-end: span 2; }
    @media (max-width: 768px) {
      .news-item:first-child, .news-item:nth-child(8) {
        grid-column-end: 2; } }
    @media (min-width: 393px) and (min-height: 851px) {
      .news-item:first-child, .news-item:nth-child(8) {
        grid-column-end: span 2; } }
    .news-item:first-child .news-thumb, .news-item:nth-child(8) .news-thumb {
      height: auto;
      width: 100%; }
      .news-item:first-child .news-thumb:before, .news-item:nth-child(8) .news-thumb:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.6) 60%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
    .news-item:first-child .news-info, .news-item:nth-child(8) .news-info {
      position: absolute;
      padding: 0 60px;
      bottom: 10%;
      left: 0; }
      @media (max-width: 768px) {
        .news-item:first-child .news-info, .news-item:nth-child(8) .news-info {
          padding: 0 20px; } }
    .news-item:first-child .news-tabs__dateview, .news-item:nth-child(8) .news-tabs__dateview {
      font-size: 1.125rem;
      color: #fff; }
    .news-item:first-child .news-tabs__preview, .news-item:nth-child(8) .news-tabs__preview {
      padding-top: 52px; }
    .news-item:first-child .news-tabs-item__link, .news-item:nth-child(8) .news-tabs-item__link {
      font-size: 1.5rem;
      line-height: 1.5;
      color: #fff; }

.news-head {
  position: absolute;
  padding: 0 60px;
  top: 50px;
  display: flex;
  align-items: center; }

.management-list {
  padding-right: 88px;
  padding-top: 50px;
  flex: 1; }
  @media (max-width: 768px) {
    .management-list {
      padding-right: 0; } }

.management-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px; }

.management-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.management-photo {
  margin-right: 50px; }
  @media (max-width: 768px) {
    .management-photo {
      margin-right: 0;
      width: 100%; }
      .management-photo img {
        width: 100%;
        object-fit: cover; } }

.management-head {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .management-head__info:first-child {
    flex: 1; }
  .management-head__flag {
    object-fit: cover;
    height: 60px;
    width: 80px; }

.management__post {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #40a3a1; }

.management__name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 28px;
  color: #000; }
  .management__name:before {
    content: '';
    background-color: #66b9e1;
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    top: 100%; }

@media (max-width: 768px) {
  .management__info {
    font-size: 1.2rem;
    padding: 20px 0; } }

.contacts-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .contacts-head {
      flex-direction: column;
      margin-top: 20px; }
      .contacts-head li {
        margin-bottom: 20px; } }
  .contacts-head address {
    padding-left: 80px;
    font-weight: bold;
    font-style: normal;
    font-size: 1.125rem;
    position: relative;
    color: #000; }
    @media (max-width: 768px) {
      .contacts-head address {
        padding-left: 40px;
        margin-bottom: 10px; } }
    .contacts-head address p {
      margin: 0; }
    .contacts-head address:before {
      content: '';
      background-repeat: no-repeat;
      position: absolute;
      height: 60px;
      width: 60px;
      left: 0;
      top: 0; }
      @media (max-width: 768px) {
        .contacts-head address:before {
          height: 30px;
          width: 30px; } }

.contacts-phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 66'%3E%3Cpath fill-rule='evenodd' fill='%2340A3A1' d='M29.298.851h1.509c1.053 1.335 3.145 1.93 3.143 4.275L30.932 8.27c-1.307.852-2.284-.199-2.263-1.634.222-.165.448-.423.629-.629-4.185.11-7.475 1.588-10.438 2.892-8.544 3.762-13.287 11.176-15.593 21.252-.488.316-.62.501-1.509.503-.357-.306-.672-.568-1.006-.88-.022-3.32 1.698-7.387 3.018-9.557.723-1.189 1.117-2.389 1.886-3.521 3.382-4.976 8.455-8.979 14.336-11.444 1.84-.771 3.882-1.135 5.91-1.634 1.004-.248 2.632.033 3.396-.504-.518-.341-.65-.732-.629-1.634.101-.129.044-.035.126-.252.183-.107.36-.228.503-.377Zm16.473 6.288c.778-.003 1.273.221 1.509.754.373.448.209 1.027 0 1.509-.485.288-.686.486-1.509.503-.123-.1-.345-.182-.503-.252-.288-.485-.486-.686-.503-1.509.343-.396.638-.647 1.006-1.005Zm4.527 3.143c2.078.124 4.842 4.184 5.91 5.659 2.631 3.633 4.188 7.03 5.533 12.072 1.784 6.688-.323 15.788-2.766 19.994.552-.213.879-.201 1.509-.125.467.668.762.454.754 1.634-.094.135-.075.119-.126.378-.957.371-4.35 2.084-5.407 1.383-.869-.304-.727-1.229-1.006-2.138-.503-1.642-1.623-4.151 1.132-3.898.397.399.704.469.88 1.132.101-.129.045-.035.126-.252 1.025-1.27 1.238-3.282 1.761-5.03 2.568-8.593-.394-17.911-4.15-23.264-.997-1.42-2.3-2.804-3.521-4.024-.714-.713-1.568-1.001-1.761-2.263.132-.181.196-.494.252-.755l.88-.503ZM1.507 32.792l.88.125c.44.586.65.731.629 1.887-.432.293-.433.552-1.132.628-.209.104-.325.03-.755 0-.44-.585-.65-.731-.628-1.886.309-.217.706-.495 1.006-.754ZM4.65 46.498c1.25-.024 4.556.829 5.031 1.509 1.473 1.805-1.514 2.088-1.635 2.264.493.347.647.897 1.006 1.383.726.982 2.569 3.056 3.521 3.773 3.732 2.808 7.455 5.003 12.701 6.413 3.694.993 9.064.762 12.449-.252.639-.191 3.984-1.19 4.275-1.131.526.106.8.574 1.132.88.009 2.252-1.957 2.141-3.647 2.641-2.887.853-9.736 1.696-13.455.754-6.605-1.673-11.863-3.945-15.97-8.048-1.197-1.196-2.557-2.497-3.521-3.898-.176-.255-.971-1.54-1.006-1.383-.38.556-.293 1.012-1.006 1.257-.179.121-.412.123-.755.126-.473-.431-.92-.393-1.006-1.258-.264-.551.802-3.553 1.006-4.401l.88-.629Zm41.121 11.947c1.764-.072 2.232 1.741 1.006 2.515-.26.209-.523.24-1.006.251-.292-.244-.534-.302-.755-.629-.808-.972.217-1.712.755-2.137Z'/%3E%3Cpath fill-rule='evenodd' fill='%23003C71' d='M35.082 15.689c6.769-.093 11.069 3.701 13.33 8.174.472.934 2.319 6.392.754 7.168-.253.238-.557.323-1.006.377-.363-.289-.688-.266-.88-.754-.542-.725-.399-3.288-.754-4.276-.859-2.386-2.481-4.568-4.402-5.91-1.204-.841-2.817-1.482-4.401-1.886-1.262-.322-2.928.227-3.395-.881-.21-.26-.24-.522-.252-1.005.339-.347.66-.668 1.006-1.007Zm-14.587 1.132c.749.079 1.703.172 2.264.503.894.528 1.547 1.422 2.263 2.138 1.384 1.383 2.768 2.764 4.15 4.15.755.757 2.063 2.068 1.76 3.772-.197 1.109-.573 2.013-1.131 2.767-.579.78-1.315.75-1.384 2.138 1.444 1.131 3.521 4.744 5.659 4.778.361-.56.85-.862 1.383-1.257 4.605-3.41 8.034 2.123 10.438 4.526 1.042 1.043 3.337 2.547 2.766 5.031-.836 3.638-4.503 5.364-8.048 6.287-1.055.275-2.998.235-4.024 0-1.337-.306-2.278-.282-3.395-.754-3.006-1.27-5.02-3.762-7.168-5.911-2.178-2.177-4.671-4.192-6.539-6.664l-1.383-1.258c-1.349-1.349-2.729-2.897-3.521-4.778-1.51-3.587-.864-8.914.88-11.695.62-.99 1.671-2.375 2.641-3.018.661-.439 1.677-.311 2.389-.755Zm-.251 2.767c-2.876 2.294-5.171 6.754-3.144 11.569 1.104 2.623 3.286 4.292 5.156 6.162l6.79 6.79c1.674 1.674 3.147 3.429 5.533 4.401 3.8 1.549 11.333-.251 11.318-4.149a349.82 349.82 0 0 0-5.03-5.156c-.836-.836-1.238-1.844-2.893-1.886-.98.821-2.321 2.163-3.646 2.515-1.045.276-2.345-.258-2.893-.629l-1.886-2.012c-1.376-1.377-3.378-2.592-3.898-4.779-.659-2.772 2.41-3.261 2.515-5.658-2.151-2.646-4.615-4.811-7.042-7.168h-.88Zm14.838 3.521c4.383-.065 7.735 3.125 7.168 7.545-.415.31-.419.557-1.132.629-.209.104-.325.03-.754 0-.159-.22-.513-.403-.629-.629l-.126-1.509c-.185-.68-.671-1.677-1.132-2.138-1.381-1.382-4.28-.472-4.401-2.892.339-.346.66-.667 1.006-1.006Z'/%3E%3C/svg%3E"); }

.contacts-email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Cpath fill-rule='evenodd' fill='%2340A3A1' d='M8.763 3.157v22.602c1.138.754 1.999 2 2.955 2.955l6.943 6.943 6.943 6.943c1.002 1.002 2.312 1.911 3.102 3.103.16-.135.013.011.148-.148l20.091-19.943V3.157H36.24c-1.521 0-4.062.327-3.693-1.477.273-1.335 2.87-.887 4.432-.887h13.739c.151.119.04.053.295.148.899 3.127.304 8.951.296 12.705l5.909 5.761v33.977c-.311.405-.311 1.023-.591 1.478-.522.845-1.711 1.962-2.659 2.363-1.961.83-8.73.296-11.523.296H15.854c-5.392 0-12.171.99-14.477-2.216C-.089 53.268.49 48.351.49 44.964V19.407l5.909-5.761V1.384c.271-.189.253-.29.591-.443.88-.551 3.502-.148 4.728-.148 3.865 0 9.537-.531 13 .148.148.504.284.711.295 1.477-.271.19-.253.291-.591.444-.711.609-3.051.295-4.284.295H8.763Zm19.5-2.364h1.182c.669.945.837 2.28-.886 2.364-.325-.308-.545-.253-.739-.739-.487-.65-.011-1.142.443-1.625ZM6.252 17.043c-.776 1.16-2.466 1.891-2.955 3.25l3.102 2.955c.021-1.245.324-5.466-.147-6.205Zm45.057 0V23.1h.147l2.955-3.102-3.102-2.955Zm3.545 5.91L43.036 34.919l-3.398 3.25 14.921 15.068c-.028.204.147-.296.147-.296.218-.474.148-1.369.148-2.068V28.862c0-.978.141-5.744 0-5.909Zm-52 .295v22.011c0 1.726-.412 7.037.295 7.978l10.785-10.932c1.011-1.012 3.516-2.831 3.988-4.136L2.854 23.248Zm35.011 16.693c-.533.814-1.39 1.391-2.068 2.068a9259.622 9259.622 0 0 1-4.432 4.432c-.815.816-1.409 1.996-2.806 2.216-2.046-2-4.183-3.887-6.205-5.909-.811-.811-1.662-2.247-2.807-2.659L4.775 55.009c3.857.43 8.444.148 12.556.148h32.205c.909 0 2.786.279 3.398-.148l-3.694-3.841-11.375-11.227Z'/%3E%3Cpath fill-rule='evenodd' fill='%23003C71' d='M27.229 7.884c8.121-.157 12.299 3.721 13.739 10.194.151.678-.045 1.767-.148 2.215-.709 3.086-.994 4.748-3.25 6.205-.77.497-2.482 1.159-3.841.591-.885-.37-1.342-1.229-1.92-1.921-1.063 1.445-3.985 2.054-5.909 1.034-2.103-1.112-2.89-3.304-3.398-6.056-.13-.702.27-1.865.443-2.364 1.268-3.643 4.514-5.824 8.568-3.398v-.147c-.082-.398.027-.831.591-1.034.668-.417 1.583.062 1.773.591v2.954c0 2.438-.231 5.35.148 7.534.51.33.594.553 1.477.591.804-.562 1.563-.625 2.068-1.477.94-1.587 1.278-5.115.443-7.091-1.703-4.032-8.048-8.265-13.591-5.023-3.269 1.912-7.219 7.439-4.432 12.853 1.861 3.612 4.577 4.904 9.307 5.761.476.698.681.994.296 1.92-1.764.838-4.419-.113-5.909-.886-4.001-2.076-5.671-4.562-6.796-9.603-.21-.942-.264-2.522 0-3.545.946-3.657 2.919-6.521 5.762-8.273.873-.538 2.111-1.032 3.102-1.329.578-.173 1.062-.027 1.477-.296Zm.739 7.83c-.127.096-.465.197-.591.295-2.797.686-3.286 6.876-.443 7.83.681.659 1.79.371 2.659.148.279-.402.78-.655 1.034-1.034 1.344-2.01.816-5.691-.886-6.796-.423-.343-1.007-.438-1.773-.443Z'/%3E%3C/svg%3E"); }

.contacts-address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 61'%3E%3Cpath fill-rule='evenodd' fill='%2340A3A1' d='M10.651.852h4.543c5.041 1.292 8.456 4.183 10.181 8.771.394 1.049.198 1.893.47 3.133.25 1.141.196 2.91-.157 4.072-.719 2.375-1.965 4.108-3.132 5.953-.887 1.4-1.453 2.848-2.35 4.229-1.394 2.147-2.883 4.42-4.229 6.579-.261.418-1.086 1.878-.94 2.036.028.044 1.253 1.723 1.253 1.723h9.868c1.388.921 2.892.81 3.916 2.193a8 8 0 0 1 1.253 2.663c.442 1.798-.377 3.368-.94 4.229-.864 1.322-1.832 2.279-3.446 2.819-1.165.391-2.974.157-4.385.157H10.338c-1.285.355-1.559 1.369-2.35 2.193-.062 1.277-.166 2.356.47 3.289 1.671 2.45 11.897.708 15.507 1.566.158.535.302.755.313 1.567-.287.201-.268.308-.626.47-.764.664-5.515.313-7.049.313h-6.108c-3.066-.739-6.686-3.911-4.856-8.302 2.071-4.969 9.138-3.759 15.977-3.759h4.699c1.284-.358 1.559-1.367 2.349-2.193.07-1.273.164-2.362-.47-3.289-1.323-1.936-8.5-1.311-11.904-1.253-.801 1.784-3.326 3.185-5.482 1.723-.642-.436-.893-1.312-1.41-1.88-.059-.804-.304-1.557 0-2.35.287-.747 1.398-1.569 1.41-2.036-.428-1.425-1.615-2.6-2.35-3.759-1.706-2.694-3.017-5.439-4.699-8.145-.874-1.406-2.133-2.837-2.819-4.386-1.671-3.769-.963-9.665.94-12.531 1.387-2.09 3.695-3.963 6.108-5.012.795-.346 1.968-.304 2.663-.783Zm.627 2.506c-.535.344-1.209.221-1.88.47-1.92.712-3.916 2.192-5.012 3.759-1.699 2.427-2.587 7.077-1.097 10.494.563 1.292 1.628 2.46 2.35 3.603 1.703 2.697 3.002 5.449 4.699 8.145.794 1.262 2.051 2.529 2.506 4.073.126-.16.056-.043.157-.313 1.654-1.684 2.767-4.662 4.072-6.736 1.784-2.834 4.93-6.768 5.952-10.025 1.974-6.286-2.579-11.518-6.578-13-1.428-.529-3.226-.487-5.169-.47Zm.94 4.385c8.371-.147 8.741 10.406 1.409 12.062-4.383.989-7.951-4.539-6.265-8.459.511-1.188 1.939-2.629 3.133-3.133.568-.239 1.243-.164 1.723-.47Zm-.314 2.664c-1.987 1.784-2.834 1.866-1.879 5.325.65.462 1.163 1.174 2.036 1.41 2.223.6 3.866-1.163 4.229-2.506.311-1.154-.268-2.105-.47-2.82-1.253-.848-1.58-1.431-3.916-1.409Zm.47 27.254c-.32.508-.468.632-.47 1.567.508.32.632.467 1.567.469.32-.507.468-.631.47-1.566-.508-.321-.632-.468-1.567-.47Zm15.664 18.483.94.157c.393.587.622.636.626 1.723-.793.56-1.079.931-2.193.47-.583-1.196-.171-1.698.627-2.35Z'/%3E%3Cpath fill-rule='evenodd' fill='%23003C71' d='M45.581 20.275c7.562-.149 11.407 2.982 13.627 8.145.626 1.453 1.615 4.645.94 7.205-1.113 4.221-3.76 7.807-5.952 11.121-1.213 1.834-2.354 3.759-3.603 5.639-.383.577-1.3 1.537-1.253 2.036.427.616 1.135 1.127 1.41 1.88.947 2.588-1.208 3.648-2.35 4.699-2.101.003-3.125-.176-4.072-1.253l-.47-.94H33.207c-.16-.126-.043-.056-.314-.157-.92-1.346-.72-1.455.314-2.506h10.651c.381-.814.949-1.197 1.41-1.88-1.385-1.121-3.017-4.746-4.073-6.422-3.28-5.202-10.433-12.888-5.325-21.146 1.481-2.394 3.863-4.491 6.578-5.638.922-.39 2.279-.249 3.133-.783Zm.94 2.506c-.776.465-2.139.31-2.976.626-1.679.633-3.548 1.945-4.543 3.289-1.55 2.095-3.163 6.457-1.723 10.025.591 1.464 1.568 2.679 2.35 3.916 1.329 2.105 2.428 4.157 3.759 6.265 1.201 1.903 2.702 3.735 3.759 5.796h.157v-.156c1.65-1.674 2.64-4.245 3.916-6.266 2.112-3.345 5.083-6.499 6.265-10.651.385-1.349.179-3.578-.156-4.699-1.449-4.845-4.549-8.171-10.808-8.145Zm-.313 4.542c3.271-.076 5.353 1.067 6.422 3.133 1.909 3.689-.689 7.735-3.603 8.615-4.44 1.341-9.033-3.006-7.675-7.362.544-1.747 1.985-3.402 3.602-4.073.423-.175.919-.1 1.254-.313Zm.626 2.506c-.819.518-1.803.484-2.349 1.253-1.939 2.726.154 4.199 1.566 5.483 3.051.209 4.647-.811 4.542-4.229-1.154-1.306-1.281-2.435-3.759-2.507Zm-.157 26.628c-.32.508-.468.632-.469 1.567.507.32.631.468 1.566.47.32-.508.468-.632.47-1.567-.238-.159-.308-.234-.47-.47h-1.097Z'/%3E%3C/svg%3E"); }

.contacts-map {
  margin-top: 50px; }

.feedback {
  background-color: #dfeaf9;
  margin-top: 40px;
  padding: 40px; }
  .feedback-head {
    margin-bottom: 40px; }
  .feedback-title {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    color: #000; }
    .feedback-title:before {
      content: '';
      background-color: #66b9e1;
      position: absolute;
      height: 2px;
      width: 50px;
      left: 0;
      top: 100%; }
    .feedback-title-sub {
      margin-top: 20px;
      font-size: 1.125rem;
      color: #000; }

/*
.contacts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact {
  &-item {
    width: 240px;
    margin-bottom: 30px;
  }

  &-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    &:after {
      content: "";
      display: block;
      clear: both;
    }

    img {
      float: left;
    }

    span {
      font-size: rem(18);
      font-weight: bold;
      padding-left: 10px;
    }
  }

  &-text {
    > b {
      font-weight: bold;
      font-size: rem(18);
      display: block;
      margin-bottom: 10px;
    }

    > p {
      color: #6e6e6e;
      font-size: 1.07692308em;

      > a {
        color: inherit;
      }
    }

    .soc_link {
      margin-top: 0;
    }
  }

  &-map {
    width: 100%;
    height: auto;
  }

}*/
.document-list {
  padding: 50px 80px 0;
  flex: 1; }
  @media (max-width: 768px) {
    .document-list {
      padding: 0; } }

.document-item {
  display: flex;
  margin-bottom: 40px; }
  .document-item .full-link__btn {
    margin-top: 40px; }

.document-type {
  margin-right: 30px; }

.document__name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000; }

.document__size {
  font-weight: bold;
  font-size: 1.125rem;
  position: relative;
  padding-bottom: 20px;
  color: #4c4c4c; }
  .document__size:before {
    content: '';
    background-color: #66b9e1;
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    top: 100%; }

.document__desc {
  font-size: 1.125rem;
  margin-top: 30px; }

.gallery-carousel-wrap {
  position: relative;
  margin-top: 40px; }

.gallery-carousel .slick-arrow {
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  transition: all .3s linear;
  position: absolute;
  display: flex;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  color: #fff;
  bottom: 45px; }
  .gallery-carousel .slick-arrow.slick-prev {
    left: 8%; }
  .gallery-carousel .slick-arrow.slick-next {
    right: 10%; }
  .gallery-carousel .slick-arrow:hover {
    background-color: #4ba8a6;
    border-color: #4ba8a6;
    color: #fff; }

.gallery-item {
  transition: all .3s linear;
  cursor: pointer; }
  .gallery-item:hover {
    opacity: .8; }
  .gallery-item img {
    object-fit: cover;
    width: 100%; }

.gallery-thumb {
  margin-top: 20px;
  position: relative; }
  .gallery-thumb__item {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px; }
    .gallery-thumb__item img {
      width: 100%;
      object-fit: cover; }
    .gallery-thumb__item:not(.slick-current):before {
      content: '';
      background-color: #000;
      opacity: .5;
      width: 100%;
      height: 100%;
      position: absolute; }
  .gallery-thumb .slick-arrow {
    position: absolute;
    top: 40px;
    right: -50px; }
    .gallery-thumb .slick-arrow.slick-prev {
      transform: translate(-20px, -2px); }
    .gallery-thumb .slick-arrow.slick-next {
      transform: translate(30px, 0px); }
  .gallery-thumb .owl-nav {
    transform: translateY(-50%);
    position: absolute;
    overflow: hidden;
    right: -70px;
    top: 50%; }
    .gallery-thumb .owl-nav button {
      color: #97b0d6 !important;
      font-size: 2.25rem !important; }
      .gallery-thumb .owl-nav button.owl-prev {
        margin-right: 20px; }

.gallery-detail {
  padding: 0 80px;
  flex: 1;
  overflow: hidden; }
  @media (max-width: 768px) {
    .gallery-detail {
      padding: 0 20px;
      width: 100%; } }
  .gallery-detail .gallery-carousel-wrap {
    width: 100%;
    float: left;
    max-width: 84%;
    margin-right: 30px; }
    @media (max-width: 768px) {
      .gallery-detail .gallery-carousel-wrap {
        max-width: 100%;
        margin-right: 0; } }
  .gallery-detail .gallery-thumb {
    max-width: 13%;
    width: 100%;
    float: left;
    padding: 20px 0 0; }
    @media (max-width: 1024px) {
      .gallery-detail .gallery-thumb {
        max-width: 100%; } }
    .gallery-detail .gallery-thumb .slick-arrow {
      transform: translateX(-50%);
      position: absolute;
      bottom: -40px;
      left: 50%;
      top: auto; }
      .gallery-detail .gallery-thumb .slick-arrow.slick-prev svg {
        transform: rotate(90deg); }
      .gallery-detail .gallery-thumb .slick-arrow.slick-next svg {
        transform: translate(-2px, 40px) rotate(-90deg); }

.magnifying {
  position: absolute;
  z-index: 1;
  right: 40px;
  color: #fff;
  top: 30px; }

.photogallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(323px, 1fr));
  grid-gap: 24px;
  flex: 1; }

.photogallery-item {
  position: relative; }
  .photogallery-item:hover {
    transform: translate(0, -50%); }

.photogallery-thumb {
  height: 100%; }
  .photogallery-thumb:before {
    content: '';
    background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .photogallery-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.photogallery-top {
  display: flex;
  margin-bottom: 20px; }

.photogallery__info {
  transition: transform 0.35s, transform 0.35s;
  font-weight: bold;
  margin-right: 20px;
  color: #fff; }

.photogallery-info {
  position: absolute;
  padding: 0 30px;
  left: 0;
  top: 56%; }

.photogallery-name {
  font-weight: bold; }

.link-white {
  line-height: 1.5;
  color: #fff; }

.video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }

.video-info {
  font-weight: bold;
  margin-top: 20px;
  color: #4c4c4c; }

.video-name {
  font-weight: bold;
  margin-top: 30px;
  font-size: 1.125rem;
  color: #000; }

@media (max-width: 768px) {
  .video-list {
    grid-template-columns: 1fr; }
  .video-item, .video-js {
    width: 100%; } }

.search-page form {
  margin: 40px 0; }

.search-page-item {
  margin-top: 40px; }

.search-page-results {
  margin-top: 40px; }
  .search-page-results__caption {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    color: #000; }
    .search-page-results__caption:before {
      content: '';
      background-color: #66b9e1;
      position: absolute;
      height: 2px;
      bottom: 0;
      width: 50px;
      left: 0; }
  .search-page-results__desc {
    margin-top: 40px; }
  .search-page-results__result {
    font-size: 1.5rem;
    color: #000; }

.search-page-breadcrumb {
  margin-top: 20px; }

.countries {
  position: relative;
  width: 1500px;
  height: 450px; }
  .countries-wrap {
    display: flex; }
  .countries-map {
    -webkit-filter: drop-shadow(0 32px 18px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 32px 18px rgba(0, 0, 0, 0.1)); }
  .countries-info {
    background-color: #648dc2;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.33);
    position: absolute;
    right: calc(100% - 98rem);
    top: -94px;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .countries-info {
        right: 50%;
        transform: translateX(50%); } }
    @media (max-width: 768px) {
      .countries-info {
        margin-top: 20px;
        position: relative;
        right: 0;
        top: 0; } }
    .countries-info-link {
      position: absolute;
      bottom: 20px;
      left: 0;
      padding: 20px 30px; }
    .countries-info__link {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.125rem;
      color: #fff;
      display: flex;
      margin-top: 32px;
      justify-content: space-between; }
      .countries-info__link .link__text {
        width: 60%; }
    .countries-info__close {
      display: none;
      position: absolute;
      top: 20px;
      right: 20px;
      color: #fff;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .countries-info__close {
          display: block; } }
  .countries-mobile {
    display: none; }
    @media (max-width: 768px) {
      .countries-mobile {
        display: block; } }

.current-country img {
  object-fit: cover;
  width: 100%; }

.country {
  background-image: url(/local/templates/main/images/maps/flag.png);
  background-repeat: no-repeat;
  position: absolute;
  transform-style: preserve-3d;
  cursor: pointer;
  transition: all .3s linear; }
  .country:before {
    content: '';
    position: absolute;
    top: 85%;
    width: 4px;
    height: 160px;
    background: #a4abb8;
    left: 45%;
    transform: translateZ(-1px); }
  .country:hover {
    transform: translateY(-8px); }
  .country.active:before {
    background: #c72129;
    box-shadow: 0px 0px 7px 4px rgba(255, 255, 255, 0.5); }
  .country-name {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    right: -20px;
    transform: rotate(-90deg);
    top: 225px;
    width: 100%; }

.country-1 {
  width: 102px;
  height: 173px;
  background-position: -541px -1px;
  left: 666px;
  top: -145px; }

.country-2 {
  width: 106px;
  height: 169px;
  background-position: -1px -1px;
  left: 750px;
  top: -30px; }
  .country-2 .country-name {
    right: -30px; }

.country-3 {
  width: 111px;
  height: 180px;
  background-position: -323px -1px;
  left: 193px;
  top: -115px; }

.country-4 {
  width: 103px;
  height: 178px;
  background-position: -743px -1px;
  left: 259px;
  top: -93px; }

.country-5 {
  width: 104px;
  height: 177px;
  background-position: -217px -1px;
  left: 399px;
  top: -78px; }

.country-6 {
  width: 96px;
  height: 176px;
  background-position: -645px -1px;
  left: 468px;
  top: -65px; }

.country-7 {
  width: 106px;
  height: 183px;
  background-position: -109px -1px;
  left: 543px;
  top: -24px; }

.country-8 {
  width: 103px;
  height: 178px;
  background-position: -436px -1px;
  left: 322px;
  top: -42px; }
  .country-8:before {
    height: 170px; }
  .country-8 .country-name {
    right: -30px; }

.map-hover {
  cursor: pointer;
  transition: all .5s ease-in-out; }
  .map-hover.active, .map-hover:hover {
    fill: #ea8781; }

.main-info-about-download__link:hover .circle-arrow, .countries-info__link:hover .circle-arrow {
  color: #4ba8a6;
  background-color: #fff; }

.circle-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  transition: all .3s linear; }
  .circle-arrow:hover {
    color: #4ba8a6;
    background-color: #fff; }

@media (max-width: 768px) {
  .statistic-item-data {
    margin-left: 14px; }
  .statistic-item__icon svg {
    width: 40px; }
  .main-info-people-block {
    flex: auto; }
    .main-info-people-block:last-child {
      margin-left: 0; }
  .main-map-blocks {
    margin: 40px 0; }
  .countries {
    display: none; }
    .countries-wrap {
      display: block; }
  .horizontal-menu li:not(:last-child) {
    margin-bottom: 20px; } }

/* End */
/* /local/templates/main/template_styles.css?1674816768232205 */
