@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;800;900&display=swap");
/*!
Theme Name: Myrage
Theme URI: http://myrage.be
Author: myrage
Author URI: http://myrage.be
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: myrage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import "./css/wp.css";
button {
  cursor: pointer;
}
:root {
  --color1: #707070;
  --color2: #b8b5b5;
  --activeColor: #00AFC4;
  --buttonHover: #A2DAFF;
  --greyLight: #FAFAFA;
  --linkFooter: #ACACAC;
  --borderNav: #E0E0E0;
  --drap: #676767;
  --fontFamily: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* 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;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 40px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 40px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 40px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 40px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.8571428571px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.8571428571px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*# sourceMappingURL=hamburgers.css.map */
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--fontFamily);
}
body main {
  padding-top: 60px;
  padding-bottom: 60px;
}
a {
  text-decoration: none;
  outline: none !important;
  color: var(--color1);
}
a:visited {
  color: var(--color1);
}
.hamburger {
  background-color: #1F9AA9;
  width: 64px;
  height: 64px;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
}
.hamburger:hover {
  opacity: 1;
  background-color: #1b8693;
}
.hamburger.is-active:hover {
  opacity: 1;
  background-color: #1b8693;
}
@media screen and (min-width: 640px) {
  .hamburger {
    width: 102px;
    height: 102px;
  }
}
@media screen and (min-width: 1227px) {
  .hamburger {
    display: none;
  }
}
.topbar {
  width: 100%;
  height: 64px;
}
@media screen and (min-width: 640px) {
  .topbar {
    height: 102px;
  }
}
.topbar .container {
  padding-right: 0;
}
@media screen and (max-width: 1339.98px) {
  .topbar .container {
    padding-right: 30px;
  }
}
@media screen and (max-width: 782px) {
  .topbar .container {
    padding-left: 6%;
    margin-left: 0;
    margin-right: 0;
  }
}
.topbar .title {
  flex: 1 1 auto;
}
.topbar .title h1 {
  font-size: 30px;
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
  font-weight: 600;
}
.topbar .title h1 a, .topbar .title h1 a:hover, .topbar .title h1 a:visited {
  color: inherit;
}
@media screen and (max-width: 782px) {
  .topbar .title h1 {
    width: calc(100% - 102px);
  }
}
.topbar .lang {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-align: right;
  margin: 0;
  padding: 0;
  flex: 0 1 auto;
}
@media screen and (max-width: 1226.98px) {
  .topbar .lang {
    display: none;
  }
}
.topbar .lang li {
  text-transform: uppercase;
}
.topbar .lang li:not(:last-child):after {
  content: "|";
  padding-left: 15px;
  padding-right: 15px;
}
.topbar .lang li.current-lang {
  pointer-events: none;
}
.topbar .lang li.current-lang a {
  opacity: 0.5;
  font-weight: 400;
}
.topbar .lang a {
  font-weight: 800;
  color: var(--colo1);
}
.container {
  max-width: calc(100% - 30px);
  height: 100%;
  margin: 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1226.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    margin: 0 auto;
    max-width: 1281px;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container {
    margin: 0 auto;
    max-width: 1281px;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.btn-primary {
  display: block;
  padding: 9px 53px;
  border-radius: 8px;
  background-color: #70B3FC;
  color: white;
  transition: all 0.2s 0s linear;
}
.btn-primary:hover {
  color: white;
  background-color: #3e98fb;
}
.btn-primary:visited {
  color: white;
}
.btn-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--greyLight);
  border-radius: 100%;
  transition: all 0.2s 0s linear;
}
@media screen and (min-width: 640px) {
  .btn-slide {
    width: 62px;
    height: 62px;
  }
}
.btn-slide:hover {
  background-color: var(--buttonHover);
}
.btn-slide:hover i {
  color: white;
}
.btn-slide i {
  font-size: 20px;
  color: black;
}
body.admin-bar nav.menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar nav.menu {
    top: 46px;
  }
}
body.admin-bar .hamburger {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .hamburger {
    top: 46px;
  }
}
body.admin-bar .navContainer {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .navContainer {
    top: 46px;
  }
}
nav.menu {
  width: 100%;
  height: 51px;
  box-shadow: 0 16px 16px -16px rgba(0, 0, 0, 0.16);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}
@media screen and (max-width: 1226.98px) {
  nav.menu {
    display: none;
  }
}
nav.menu .container {
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
nav.menu #primary-menu {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
nav.menu #primary-menu > li {
  position: relative;
}
nav.menu #primary-menu > li.current_page_item > a, nav.menu #primary-menu > li.current-page-parent > a {
  color: var(--activeColor);
  border-top: 5px solid var(--activeColor);
}
nav.menu #primary-menu > li > a {
  display: block;
  text-decoration: none;
  color: var(--color1, #000000);
  border-top: 5px solid transparent;
  padding: 10px 15px 17px;
  font-weight: 600;
}
nav.menu #primary-menu > li > a:hover {
  color: var(--activeColor);
}
nav.menu #primary-menu > li > ul {
  position: absolute;
  top: 51px;
  left: -15px;
  display: none;
  background-color: white;
  width: 230px;
  border-top: 5px solid var(--activeColor);
  box-shadow: 0 20px 16px -16px rgba(0, 0, 0, 0.16);
}
nav.menu #primary-menu > li > ul > li {
  position: relative;
}
nav.menu #primary-menu > li > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
nav.menu #primary-menu > li > ul > li:hover.menu-item-has-children:after {
  background-color: rgba(0, 0, 0, 0.05);
}
nav.menu #primary-menu > li > ul > li.menu-item-has-children:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-color: #F9F9F9;
  content: "";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav.menu #primary-menu > li > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--borderNav);
}
nav.menu #primary-menu > li > ul > li > a {
  display: block;
  padding: 20px 0 20px 25px;
  color: var(--color1);
}
nav.menu #primary-menu > li > ul > li:hover > ul {
  display: block;
}
nav.menu #primary-menu > li > ul > li > ul {
  position: absolute;
  top: -5px;
  left: -24px;
  transform: translate3d(100%, 0, 0);
  display: none;
  background-color: white;
  width: 230px;
  border-top: 5px solid var(--activeColor);
  box-shadow: 0 20px 16px -16px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
nav.menu #primary-menu > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid var(--borderNav);
}
nav.menu #primary-menu > li > ul > li > ul > li > a {
  display: block;
  padding: 20px 0 20px 25px;
  color: var(--color1);
}
nav.menu #primary-menu > li > ul > li > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
nav.menu #primary-menu > li > ul > li > ul > li:hover.menu-item-has-children:after {
  background-color: rgba(0, 0, 0, 0.05);
}
nav.menu #primary-menu > li:hover > ul {
  display: block;
}
nav.menu .searchBlock {
  top: 0;
  right: 0;
  position: absolute;
  background-color: var(--greyLight);
  height: 100%;
  width: calc(240px + (408 - 240) * ((100vw - 1227px) / (1920 - 1227)));
}
nav.menu .searchBlock .search {
  background-color: transparent;
  border: none;
  height: 100%;
}
nav.menu .searchBlock .search:hover, nav.menu .searchBlock .search:active, nav.menu .searchBlock .search:focus, nav.menu .searchBlock .search:visited, nav.menu .searchBlock .search:link {
  border: none;
  box-shadow: none;
  outline: none;
}
nav.menu .searchBlock .searchButton {
  background-color: transparent;
  border: none;
  height: 100%;
  padding: 15px;
}
.d-none {
  display: none;
}
.headerImage {
  background: #00AFC4;
  height: 200px;
  background-size: cover;
  background-image: var(--background);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.headerImage:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--drap);
  z-index: 0;
  opacity: 30%;
}
.headerImage .container {
  position: relative;
  z-index: 1;
}
.headerImage .container p, .headerImage .container h1, .headerImage .container h2, .headerImage .container h3, .headerImage .container h4, .headerImage .container h5, .headerImage .container h6 {
  margin-bottom: 0;
  color: white;
}
.headerImage * {
  color: white;
  font-weight: bold;
}
.slider {
  overflow: hidden;
  height: 46.2239583333vh;
  position: relative;
}
.slider .slick-list {
  height: 100%;
}
.slider .slick-track {
  height: 100%;
}
.slider .slick-slide > div {
  height: 100%;
}
.slider picture {
  height: 100%;
}
.slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #676767;
  opacity: 0.3;
  z-index: 1;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 2;
  width: 62px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: all 0.2s 0s linear;
}
.slider .slick-prev:before, .slider .slick-next:before {
  display: none;
}
.slider .slick-prev:hover, .slider .slick-next:hover {
  background-color: white;
}
.slider .slick-prev i, .slider .slick-next i {
  font-size: 20px;
  color: black;
}
.slider .slick-prev {
  left: 10px;
}
.slider .slick-next {
  right: 10px;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.footerSite {
  padding-top: 40px;
  position: relative;
  min-height: 446px;
  background-color: white;
}
@media (min-width: 1200px) {
  .footerSite {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1297.98px) {
  .footerSite iframe {
    width: 100%;
  }
}
@media screen and (min-width: 1298px) and (max-width: 1710.98px) {
  .footerSite iframe {
    width: 100%;
    top: 446px;
    right: 0;
  }
}
@media screen and (min-width: 1711px) {
  .footerSite iframe {
    top: 0;
    right: 0;
  }
}
.footerSite .container {
  align-items: flex-start;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .footerSite .container {
    max-width: 100%;
  }
}
.footerSite .container > div.footerSite--1 {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.footerSite .container > div.footerSite--1 img {
  width: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1297.98px) {
  .footerSite .container > div.footerSite--1 {
    text-align: left;
    width: calc((100% / 24) * (24 / 3)) !important;
  }
}
@media screen and (min-width: 1298px) {
  .footerSite .container > div.footerSite--1 {
    text-align: left;
    width: calc((100% / 24) * (24 / 6)) !important;
  }
}
.footerSite .container > div.footerSite--2 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1297.98px) {
  .footerSite .container > div.footerSite--2 {
    text-align: left;
    width: calc((100% / 24) * (24 / 3)) !important;
  }
}
@media screen and (min-width: 1298px) {
  .footerSite .container > div.footerSite--2 {
    text-align: left;
    width: calc((100% / 24) * (24 / 4)) !important;
  }
}
.footerSite .container > div.footerSite--3 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1297.98px) {
  .footerSite .container > div.footerSite--3 {
    text-align: left;
    width: calc((100% / 24) * (24 / 3)) !important;
  }
}
@media screen and (min-width: 1298px) {
  .footerSite .container > div.footerSite--3 {
    text-align: left;
    width: calc((100% / 24) * (24 / 5)) !important;
  }
}
.footerSite .container > div.footerSite--3 ul {
  margin: 15px 0;
}
.footerSite .container > div.footerSite--3 ul li a {
  padding: 5px;
}
.footerSite .container > div.footerSite--3 ul li > ul {
  display: none;
}
@media (min-width: 992px) {
  .footerSite .container > div.footerSite--3 ul {
    margin: 0;
  }
}
.footerSite .container > div.footerSite--4 {
  position: static;
}
@media screen and (max-width: 1297.98px) {
  .footerSite .container > div.footerSite--4 {
    width: 100%;
    height: 446px;
  }
}
@media screen and (min-width: 1298px) {
  .footerSite .container > div.footerSite--4 {
    width: calc((100% / 24) * (24 / 2.608549)) !important;
  }
}
.footerSite .container > div.footerSite--4 a {
  display: block;
  width: 100%;
  height: 446px;
  overflow: hidden;
}
.footerSite .container > div.footerSite--4 img {
  width: 100%;
  transform-origin: center center;
  transform: scale(4);
  max-width: none;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1297.98px) {
  .footerSite .container > div.footerSite--4 img {
    transform-origin: center center;
    transform: scale(2);
  }
}
.footerSite .container ul li {
  line-height: 1;
  margin-bottom: 14px;
}
.footerSite .container ul li > ul {
  display: none;
}
.footerSite .container ul li a {
  color: var(--color1);
}
.footerSite .container ul li a:hover {
  color: var(--activeColor);
}
.copyright {
  background-color: var(--greyLight);
  color: var(--linkFooter);
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.copyright a {
  color: var(--linkFooter);
  font-weight: 600;
}
.copyright a:hover {
  color: var(--activeColor);
}
.copyright .container {
  justify-content: space-between;
}
.copyright--left {
  flex: 1 1 100%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.copyright--left ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
}
.copyright--left ul li a {
  display: block;
  padding: 5px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .copyright--left {
    flex: 0 0 auto;
    justify-content: flex-start;
    flex-direction: row;
  }
  .copyright--left ul {
    justify-content: flex-start;
  }
  .copyright--left ul li a {
    display: block;
    padding: 15px;
    width: auto;
  }
}
.copyright--right {
  height: 100%;
  flex: 1 1 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .copyright--right {
    flex: 0 0 auto;
    text-align: right;
  }
}
.block {
  padding: 40px 0 30px;
}
@media (min-width: 1200px) {
  .block {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 768.98px) {
  .block--title {
    padding-bottom: 30px;
  }
}
.block-blog--slider, .block-jobs--slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768.98px) {
  .block-blog--slider, .block-jobs--slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
  }
}
.block-blog--slider .block--item, .block-jobs--slider .block--item {
  padding: 30px 15px;
}
@media screen and (max-width: 768.98px) {
  .block-blog--slider .block--item, .block-jobs--slider .block--item {
    padding: 7px;
    width: 50%;
  }
}
@media screen and (max-width: 639.98px) {
  .block-blog--slider .block--item, .block-jobs--slider .block--item {
    padding: 0 0 23px;
    width: 100%;
  }
}
.block-blog--slider .block--item > article, .block-jobs--slider .block--item > article {
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.29);
  background-color: white;
  min-height: 537px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-blog--slider .block--item > article a, .block-jobs--slider .block--item > article a {
  color: #404040;
}
.block-blog--slider .block--item > article a *, .block-jobs--slider .block--item > article a * {
  color: #404040;
}
.block-blog--slider .block--item .img, .block-jobs--slider .block--item .img {
  width: 100%;
}
.block-blog--slider .block--item img, .block-jobs--slider .block--item img {
  width: 100%;
  object-fit: cover;
}
.block-blog--slider .block--item--header, .block-jobs--slider .block--item--header {
  padding: 30px 30px 15px;
}
.block-blog--slider .block--item--content, .block-jobs--slider .block--item--content {
  padding: 0 30px;
}
.block-blog--slider .block--item--footer, .block-jobs--slider .block--item--footer {
  padding: 30px 30px 33px;
}
.block-blog--slider .block--item--footer .block--link, .block-jobs--slider .block--item--footer .block--link {
  padding-bottom: 9px;
  border-bottom: 1px solid black;
  color: #5D6A72;
  font-weight: bold;
}
.block-blog div.container + footer, .block-jobs div.container + footer {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .block-blog div.container + footer, .block-jobs div.container + footer {
    display: none;
  }
}
.block--switchSlide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768.98px) {
  .block--switchSlide {
    display: none;
  }
}
.block--switchSlide .seeAll {
  display: none;
}
@media (min-width: 768px) {
  .block--switchSlide .seeAll {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    color: #707070;
    font-size: 20px;
    font-weight: 800;
  }
  .block--switchSlide .seeAll:hover {
    color: #1F9AA9;
  }
  .block--switchSlide .seeAll i {
    margin-left: 10px;
  }
}
.block--switchSlide a {
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .block--switchSlide a {
    margin-left: 20px;
  }
}
.block-jobs {
  position: relative;
}
.block-jobs:before {
  content: "";
  display: block;
  width: 100%;
  height: 616px;
  background-color: #FAFAFA;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1;
}
.article {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wp-block-quote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.5em;
}
.wp-block-quote:before, .wp-block-quote:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  font-size: 36px;
  flex: 0 1 auto;
  align-self: auto;
}
.wp-block-quote:before {
  content: "";
}
.wp-block-quote:after {
  content: "";
  align-self: flex-end;
}
.wp-block-quote * {
  font-size: 42px;
  color: #7D7D7D;
  flex: 1 1 auto;
  align-self: auto;
  line-height: 1.5;
  padding-right: 18px;
  padding-left: 18px;
}
.wp-block-quote *:only-child {
  margin-bottom: 0;
}
.wp-block-quote *:last-child {
  margin-bottom: 0;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.wp-block-image {
  margin-bottom: 1.5em;
}
h1, .h1 {
  font-size: 50px;
  font-size: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #707070;
}
h1.big, .h1.big {
  font-size: 40px;
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}
h2, .h2 {
  font-size: 25px;
  font-size: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
  color: #707070;
}
h3, .h3 {
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
h4, .h4 {
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
h5, .h5 {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
h6, .h6 {
  font-size: 14px;
}
.block-home {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .block-home {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.block-home .home--left {
  width: 100%;
}
@media screen and (max-width: 1226.98px) {
  .block-home .home--left {
    width: 100%;
    order: 1;
  }
}
.block-home .home--left .play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-home .home--left .play i {
  background-color: #787878;
  display: block;
  width: 90px;
  height: 64px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-home .home--left .play:hover i {
  background-color: red;
}
.block-home .home--left-degrid {
  position: relative;
  width: 100%;
  min-width: 100%;
  flex: 1 0 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1226.98px) {
  .block-home .home--left-degrid {
    width: 100%;
    position: relative;
  }
}
.block-home .home--left-degrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-home .home--right {
  width: calc((100% / 24) * 16);
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1226.98px) {
  .block-home .home--right {
    padding: 0;
    width: 100%;
    order: 0;
  }
}
@media (min-width: 1200px) {
  .block-home .home--right {
    padding: 60px 61px 60px 54px;
  }
}
.block-home .home--right h2 {
  line-height: 1.3;
  font-size: 42px;
  font-size: calc(20px + (42 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: var(--activeColor);
  margin-bottom: 30px;
}
.block-home .home--right a {
  font-weight: bold;
}
.block-home .home--right a:hover {
  color: var(--activeColor);
}
.block-home .home--right a:not(.phone, .mail):after {
  content: "";
  font: var(--fa-font-solid);
  padding-left: 5px;
  font-size: 14px;
}
body.page-child main {
  position: relative;
  overflow: initial !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768.98px) {
  body.page-child main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body.page-child main .container {
  align-items: flex-start;
}
body.page-child main aside {
  width: calc((100% / 24) * 5);
  border-right: 1px solid var(--color1);
  position: relative;
}
@media screen and (max-width: 991.98px) {
  body.page-child main aside {
    display: none;
  }
}
body.page-child main aside .subMenu {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}
body.page-child main aside .subMenu .linkMenu {
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 15px;
  padding-left: 0px;
  transition: all 0.1s 0s linear;
}
body.page-child main aside .subMenu .linkMenuSub {
  padding-left: 10px;
  color: var(--color2);
}
body.page-child main aside .subMenu .linkMenuSub:hover {
  padding-left: 30px;
}
body.page-child main aside .subMenu .linkMenuSub--active {
  padding-left: 10px;
  pointer-events: none;
  color: var(--activeColor);
}
body.page-child main aside .subMenu .linkMenuSub--active:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--activeColor);
  float: left;
  margin-right: 5px;
  position: relative;
  transform: translate3d(0, 50%, 0);
  margin-top: 10px;
}
body.page-child main aside .subMenu .linkMenu:hover {
  padding-left: 20px;
}
body.page-child main aside .subMenu .linkMenu--active {
  padding-left: 0;
  pointer-events: none;
  color: var(--activeColor);
}
body.page-child main aside .subMenu .linkMenu--active:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--activeColor);
  float: left;
  margin-right: 5px;
  position: relative;
  transform: translate3d(0, 50%, 0);
  margin-top: 10px;
}
body.page-child main section {
  width: calc((100% / 24) * (24 - 6));
}
@media (min-width: 1200px) {
  body.page-child main section {
    margin-left: calc((100% / 24) * 1);
    padding-left: 30px;
  }
}
body.page-child main section.content h2 {
  margin-bottom: 60px;
}
.wp-block-gallery, .gallery {
  margin: 0;
}
.wp-block-gallery a, .gallery a {
  pointer-events: none;
}
.wp-block-gallery-columns-3, .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .wp-block-gallery-columns-3, .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .wp-block-gallery-columns-3, .gallery-columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-gallery-columns-5, .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767.98px) {
  .wp-block-gallery-columns-5, .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .wp-block-gallery-columns-5, .gallery-columns-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wp-block-gallery > figure, .wp-block-gallery > picture, .gallery > figure, .gallery > picture {
  padding: 2px 2px;
  margin: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.wp-block-gallery > figure .gallery-icon, .wp-block-gallery > picture .gallery-icon, .gallery > figure .gallery-icon, .gallery > picture .gallery-icon {
  height: 100%;
}
.wp-block-gallery > figure img, .wp-block-gallery > picture img, .gallery > figure img, .gallery > picture img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
main .content p a {
  text-decoration: underline;
  line-break: anywhere;
}
main .content ul li {
  list-style-type: initial;
}
main .content ol li {
  list-style-type: decimal;
}
.body {
  width: 100%;
}
body.blog .page-template-gallery main .body, body.page .page-template-gallery main .body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.blog.page-template-contact main, body.blog.page-contact main, body.page.page-template-contact main, body.page.page-contact main {
  padding-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}
body.blog.page-template-contact main > .container, body.blog.page-contact main > .container, body.page.page-template-contact main > .container, body.page.page-contact main > .container {
  padding-bottom: 0;
  padding-top: 0;
}
body.blog.page-template-contact main > .container .content, body.blog.page-contact main > .container .content, body.page.page-template-contact main > .container .content, body.page.page-contact main > .container .content {
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  body.blog main, body.page main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body.blog main > .container, body.page main > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  body.blog main > .container, body.page main > .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body.blog main > .container .content, body.page main > .container .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.blog main > .container .content.content .header, body.page main > .container .content.content .header {
  width: 100%;
}
body.blog main > .container .content.content .header h2, body.page main > .container .content.content .header h2 {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  body.blog main > .container .content.content .header h2, body.page main > .container .content.content .header h2 {
    margin-bottom: 60px;
  }
}
body.blog main > .container .content.content .body h1, body.blog main > .container .content.content .body h2, body.blog main > .container .content.content .body h3, body.blog main > .container .content.content .body h4, body.blog main > .container .content.content .body h5, body.blog main > .container .content.content .body h6, body.page main > .container .content.content .body h1, body.page main > .container .content.content .body h2, body.page main > .container .content.content .body h3, body.page main > .container .content.content .body h4, body.page main > .container .content.content .body h5, body.page main > .container .content.content .body h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}
body.blog main > .container .content--left, body.page main > .container .content--left {
  padding-top: 60px;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 1200px) {
  body.blog main > .container .content--left, body.page main > .container .content--left {
    order: 0;
    width: calc((100% / 24) * 14);
  }
}
body.blog main > .container .content--left > header, body.page main > .container .content--left > header {
  width: 100%;
  padding-bottom: 60px;
}
body.blog main > .container .content--left form.wpcf7-form, body.page main > .container .content--left form.wpcf7-form {
  width: calc((100% / 24) * 20);
  padding-bottom: 60px;
}
@media screen and (max-width: 1199.98px) {
  body.blog main > .container .content--left form.wpcf7-form, body.page main > .container .content--left form.wpcf7-form {
    width: 100%;
  }
}
body.blog main > .container .content--left form.wpcf7-form .footerForm, body.page main > .container .content--left form.wpcf7-form .footerForm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body.blog main > .container .content--left form.wpcf7-form .footerForm--1, body.page main > .container .content--left form.wpcf7-form .footerForm--1 {
  width: 201px;
}
body.blog main > .container .content--left form.wpcf7-form .footerForm--2 b, body.page main > .container .content--left form.wpcf7-form .footerForm--2 b {
  font-weight: 800;
  color: red;
  font-size: 22px;
}
body.blog main > .container .content > aside, body.page main > .container .content > aside {
  width: 100%;
  order: 0;
  padding: 30px;
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  body.blog main > .container .content > aside, body.page main > .container .content > aside {
    order: 1;
    width: calc((100% / 24) * 10);
    background-color: var(--greyLight);
    position: relative;
    padding-top: 60px;
    padding-left: 54px;
  }
}
body.blog main > .container .content > aside:before, body.page main > .container .content > aside:before {
  content: "";
  background-color: var(--greyLight);
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  body.blog main > .container .content > aside:before, body.page main > .container .content > aside:before {
    display: none;
  }
}
body.blog main > .container .content > aside h2, body.page main > .container .content > aside h2 {
  padding-bottom: 60px;
}
body.blog .news, body.blog .jobs, body.blog .cat, body.page .news, body.page .jobs, body.page .cat {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  body.blog .news, body.blog .jobs, body.blog .cat, body.page .news, body.page .jobs, body.page .cat {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
body.blog .news .block--item, body.blog .jobs .block--item, body.blog .cat .block--item, body.page .news .block--item, body.page .jobs .block--item, body.page .cat .block--item {
  padding: 15px 15px;
  width: calc((100% / 24) * 24);
}
@media (min-width: 768px) {
  body.blog .news .block--item, body.blog .jobs .block--item, body.blog .cat .block--item, body.page .news .block--item, body.page .jobs .block--item, body.page .cat .block--item {
    padding: 15px 15px;
    width: calc((100% / 24) * 12);
  }
}
@media (min-width: 1200px) {
  body.blog .news .block--item, body.blog .jobs .block--item, body.blog .cat .block--item, body.page .news .block--item, body.page .jobs .block--item, body.page .cat .block--item {
    padding: 15px 15px;
    width: calc((100% / 24) * 8);
  }
}
body.blog .news .block--item > article, body.blog .jobs .block--item > article, body.blog .cat .block--item > article, body.page .news .block--item > article, body.page .jobs .block--item > article, body.page .cat .block--item > article {
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.29);
  background-color: white;
  min-height: 537px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
body.blog .news .block--item img, body.blog .jobs .block--item img, body.blog .cat .block--item img, body.page .news .block--item img, body.page .jobs .block--item img, body.page .cat .block--item img {
  width: 100%;
}
body.blog .news .block--item--header, body.blog .jobs .block--item--header, body.blog .cat .block--item--header, body.page .news .block--item--header, body.page .jobs .block--item--header, body.page .cat .block--item--header {
  padding: 30px 30px 15px;
}
body.blog .news .block--item--content, body.blog .jobs .block--item--content, body.blog .cat .block--item--content, body.page .news .block--item--content, body.page .jobs .block--item--content, body.page .cat .block--item--content {
  padding: 0 30px;
}
body.blog .news .block--item--footer, body.blog .jobs .block--item--footer, body.blog .cat .block--item--footer, body.page .news .block--item--footer, body.page .jobs .block--item--footer, body.page .cat .block--item--footer {
  padding: 30px 30px 33px;
}
body.blog .news .block--item--footer .block--link, body.blog .jobs .block--item--footer .block--link, body.blog .cat .block--item--footer .block--link, body.page .news .block--item--footer .block--link, body.page .jobs .block--item--footer .block--link, body.page .cat .block--item--footer .block--link {
  padding-bottom: 9px;
  border-bottom: 1px solid black;
}
body.blog .news .block--itemCat, body.blog .jobs .block--itemCat, body.blog .cat .block--itemCat, body.page .news .block--itemCat, body.page .jobs .block--itemCat, body.page .cat .block--itemCat {
  padding: 15px 15px;
  width: calc((100% / 24) * 24);
}
@media (min-width: 768px) {
  body.blog .news .block--itemCat, body.blog .jobs .block--itemCat, body.blog .cat .block--itemCat, body.page .news .block--itemCat, body.page .jobs .block--itemCat, body.page .cat .block--itemCat {
    padding: 15px 15px;
    width: calc((100% / 24) * 12);
  }
}
@media (min-width: 1200px) {
  body.blog .news .block--itemCat, body.blog .jobs .block--itemCat, body.blog .cat .block--itemCat, body.page .news .block--itemCat, body.page .jobs .block--itemCat, body.page .cat .block--itemCat {
    padding: 15px 15px;
    width: calc((100% / 24) * 12);
  }
}
body.blog .news .block--itemCat > article, body.blog .jobs .block--itemCat > article, body.blog .cat .block--itemCat > article, body.page .news .block--itemCat > article, body.page .jobs .block--itemCat > article, body.page .cat .block--itemCat > article {
  background-color: white;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
body.blog .news .block--itemCat .img, body.blog .jobs .block--itemCat .img, body.blog .cat .block--itemCat .img, body.page .news .block--itemCat .img, body.page .jobs .block--itemCat .img, body.page .cat .block--itemCat .img {
  width: 100%;
  height: 417px;
}
body.blog .news .block--itemCat img, body.blog .jobs .block--itemCat img, body.blog .cat .block--itemCat img, body.page .news .block--itemCat img, body.page .jobs .block--itemCat img, body.page .cat .block--itemCat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.blog .news .block--itemCat--header, body.blog .jobs .block--itemCat--header, body.blog .cat .block--itemCat--header, body.page .news .block--itemCat--header, body.page .jobs .block--itemCat--header, body.page .cat .block--itemCat--header {
  padding: 15px 30px 15px 0px;
}
body.page main > .container {
  align-items: stretch;
}
body.page main > .container .content {
  width: 100%;
}
body.page main > .container aside + .content {
  flex-direction: column;
  width: calc((100% / 24) * 17);
}
@media screen and (max-width: 991.98px) {
  body.page main > .container aside + .content {
    width: 100%;
  }
}
.text-center {
  text-align: center;
  margin: 0 auto;
}
body.search main .container {
  width: 100%;
}
body.search main .container > header {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body.search main .container > header h2 {
  font-size: 40px;
  font-weight: 600;
}
body.search main .container > header > span {
  color: #808080;
}
body.search main .container .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.search main .container .content .block--item {
  padding: 15px 0px;
  width: 100%;
}
@media (min-width: 768px) {
  body.search main .container .content .block--item {
    padding: 15px 15px;
    width: calc((100% / 24) * 12);
  }
}
@media (min-width: 1200px) {
  body.search main .container .content .block--item {
    padding: 15px 15px;
    width: calc((100% / 24) * 8);
  }
}
body.search main .container .content .block--item > article {
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.29);
  background-color: white;
  min-height: 537px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
body.search main .container .content .block--item > article:hover {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}
body.search main .container .content .block--item img {
  width: 100%;
}
body.search main .container .content .block--item--header {
  padding: 30px 30px 15px;
}
body.search main .container .content .block--item--content {
  padding: 0 30px;
}
body.search main .container .content .block--item--footer {
  padding: 30px 30px 33px;
}
body.search main .container .content .block--item--footer .block--link {
  padding-bottom: 9px;
  border-bottom: 1px solid black;
}
body.search main .container .content + footer {
  padding-top: 60px;
}
a.goTop {
  will-change: opacity, visibility;
  display: flex;
  opacity: 0;
  visibility: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 60px;
  right: 60px;
  background-color: #F1F1F1;
  border-radius: 14px;
  color: black;
  z-index: 9;
  width: 42px;
  height: 42px;
  transition: all 0.1s 0s linear;
  box-shadow: 0 0 2px -2px rgba(0, 0, 0, 0.8);
  outline: none;
}
a.goTop:hover {
  background-color: var(--buttonHover);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.8);
  transform: translateY(-5px);
}
@media screen and (max-width: 456.98px) {
  a.goTop {
    display: none !important;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.wpcf7-form-control-wrap.required:after {
  pointer-events: none;
  content: "*";
  position: absolute;
  font-size: 22px;
  font-weight: 800;
  top: 17px;
  right: 8px;
  color: red;
  display: block;
  z-index: 3;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  padding: 16px 19px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-family: var(--fontFamily);
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-form-control[aria-required="true"]:after {
  content: "*";
  position: absolute;
  top: 22px;
  right: 8px;
  color: red;
  display: block;
}
.sendForm {
  border: none;
  display: block;
  padding: 11px 53px;
  border-radius: 8px 0 0 8px;
  background-color: #70B3FC;
  color: white;
  transition: all 0.2s 0s linear;
  position: relative;
}
.sendForm:after {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 39px;
  color: white;
  height: 38px;
  background-color: #70B3FC;
  font: var(--fa-font-solid);
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  border-radius: 0 8px 8px 0;
  transition: all 0.2s 0s linear;
}
.sendForm:hover {
  color: white;
  background-color: #3e98fb;
}
.sendForm:hover:after {
  background-color: #3e98fb;
}
.sendForm:visited {
  color: white;
}
.block-services {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .block-services {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.block-services:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  position: absolute;
  top: -40vh;
  left: 0;
  z-index: -1;
}
.block-services--header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.block-services--header--left {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1226.98px) {
  .block-services--header--left {
    width: calc((100% / 24) * 14);
  }
}
@media screen and (min-width: 1227px) {
  .block-services--header--left {
    width: calc((100% / 24) * 10);
  }
}
.block-services--header--right {
  width: auto;
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .block-services--header--right {
    display: none;
  }
}
.block-services--header--right a {
  margin-left: 20px;
}
.block-services .content {
  display: block;
  width: 100%;
}
.block-services .content .services-slider {
  display: block;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .block-services .content .services-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block-services .content .services-slider--item {
  padding: 0 7px;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .block-services .content .services-slider--item {
    min-height: 300px;
    width: 50%;
    margin-bottom: 15px;
  }
}
.block-services .content .services-slider--item article {
  height: 100%;
  background-color: white;
  box-shadow: 0px 10px 16px -16px rgba(0, 0, 0, 0.29);
  width: 100%;
  border-top: 5px solid var(--serviceColor, #ffffff);
  transition: all 0.2s 0s ease-in;
}
@media screen and (max-width: 639.98px) {
  .block-services .content .services-slider--item article {
    border-top: 0;
    border-left: 5px solid var(--serviceColor, #ffffff);
  }
}
.block-services .content .services-slider--item article a {
  display: block;
  padding: 20px 30px;
}
@media screen and (max-width: 639.98px) {
  .block-services .content .services-slider--item article a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.block-services .content .services-slider--item article:hover {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}
.block-services .content .services-slider--item article:hover div {
  max-height: 300px;
  transition: all 0.2s 0s ease-in;
}
.block-services .content .services-slider--item article picture {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .block-services .content .services-slider--item article picture {
    width: 42px;
    height: 42px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.block-services .content .services-slider--item article h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 639.98px) {
  .block-services .content .services-slider--item article h3 {
    margin-bottom: 0;
  }
}
.block-services .content .services-slider--item article h3.h2 {
  font-weight: 600;
}
.block-services .content .services-slider--item article div {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.2s 0s ease-in;
}
.block-services .content .services-slider--item article p {
  display: none;
}
@media screen and (min-width: 640px) {
  .block-services .content .services-slider--item article p {
    display: initial;
  }
}
.block-services .content .services-slider--item article a p {
  color: #707070;
}
.block-services .content .services-slider .slick-prev, .block-services .content .services-slider .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: all 0.2s 0s linear;
}
.block-services .content .services-slider .slick-prev:before, .block-services .content .services-slider .slick-next:before {
  display: none;
}
@media screen and (min-width: 640px) {
  .block-services .content .services-slider .slick-prev, .block-services .content .services-slider .slick-next {
    width: 62px;
    height: 62px;
  }
}
.block-services .content .services-slider .slick-prev:hover, .block-services .content .services-slider .slick-next:hover {
  background-color: white;
}
.block-services .content .services-slider .slick-prev i, .block-services .content .services-slider .slick-next i {
  font-size: 20px;
  color: black;
}
.block-services .content .services-slider .slick-prev {
  left: -20px;
}
.block-services .content .services-slider .slick-next {
  right: -20px;
}
main.page .agenda-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
main.page .agenda-block--item {
  display: block;
  padding: 14px;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0px 0px 16px -8px rgba(0, 0, 0, 0.29);
  transition: all 0.2s 0s ease-in;
  border-radius: 8px;
}
main.page .agenda-block--item:hover {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}
main.page .agenda-block--item h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
main.page .agenda-block--item .block-link {
  padding-bottom: 9px;
  border-bottom: 1px solid black;
  color: #5D6A72;
  font-weight: bold;
}
main.page .services-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}
main.page .services-block--item {
  padding: 0 7px;
  margin-bottom: 15px;
  width: calc((100% / 24) * 24);
}
@media (min-width: 768px) {
  main.page .services-block--item {
    padding: 15px 15px;
    width: calc((100% / 24) * 12);
  }
}
@media (min-width: 1200px) {
  main.page .services-block--item {
    padding: 15px 15px;
    width: calc((100% / 24) * 6);
  }
}
main.page .services-block--item article {
  background-color: white;
  box-shadow: 0px 10px 16px -16px rgba(0, 0, 0, 0.29);
  width: 100%;
  border-top: 5px solid var(--serviceColor, #ffffff);
  padding: 30px;
  transform: translate3d(0px, 0, 0);
  transition: all 0.1s 0s linear;
}
main.page .services-block--item article:hover {
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}
main.page .services-block--item article img {
  margin-bottom: 84px;
}
main.page .services-block--item article h3 {
  margin-bottom: 30px;
}
main.page .services-block--item article h3.h2 {
  font-weight: 600;
}
main.page .services-block--item article a p {
  color: #707070;
}
.navContainer {
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 1001;
  height: 100%;
  top: 0px;
  right: -1px;
  overflow: hidden;
  position: fixed;
  display: none;
  user-select: none;
  width: 320px;
}
.navContainer.opened {
  display: block;
  animation: menu_open 0.3s;
}
.navContainer.opened + .menuMobile_overlay {
  opacity: 0.5;
  pointer-events: all;
}
.menuMobile {
  height: 100%;
  overflow: hidden;
  width: calc(100% + 15px);
  background: white;
  display: flex;
  flex-direction: column;
  position: relative;
}
.menuMobile--subTop {
  background-color: white;
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 0.2s 0s linear;
  z-index: 4;
}
@media screen and (min-width: 640px) {
  .menuMobile--subTop {
    height: 102px;
  }
}
.menuMobile--subTop.open {
  transform: translate3d(0%, 0, 0);
}
.menuMobile--subTop p {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1F9AA9;
}
.menuMobile--top {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  .menuMobile--top {
    height: 102px;
  }
}
.menuMobile--top a {
  padding-left: 30px;
  font-weight: bold;
  color: #1F9AA9;
  font-size: 13px;
  text-transform: uppercase;
}
.menuMobile--body {
  overflow-x: hidden;
  overflow-y: auto;
}
.menuMobile #mobile-menu {
  margin: 0;
}
.menuMobile #mobile-menu .menu-item-has-children {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.menuMobile #mobile-menu .menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  content: "";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menuMobile #mobile-menu a {
  background-color: white;
}
.menuMobile #mobile-menu a:hover {
  background-color: #f2f2f2;
}
.menuMobile #mobile-menu > li:first-child {
  display: none;
}
.menuMobile #mobile-menu > li.active > ul {
  transform: translate3d(0, 0, 0);
}
.menuMobile #mobile-menu > li.active > ul > li.active > ul {
  transform: translate3d(0, 0, 0);
}
.menuMobile #mobile-menu > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding: 15px 50px 14px 30px;
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: border 0.6s;
  animation-fill-mode: both;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #1F9AA9;
}
.menuMobile #mobile-menu > li ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 64px;
  left: 0;
  background-color: white;
  width: 100%;
  margin: 0;
  transition: all 0.2s 0s linear;
  transform: translate3d(100%, 0, 0);
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .menuMobile #mobile-menu > li ul {
    top: 102px;
  }
}
.menuMobile #mobile-menu > li ul ul {
  top: 0px;
}
.menuMobile #mobile-menu > li ul > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding: 15px 50px 14px 30px;
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: border 0.6s;
  animation-fill-mode: both;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #1F9AA9;
}
.menuMobile_overlay {
  background-color: black;
  transition: all 0.2s 0s linear;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.menuMobile .lang {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.menuMobile .lang li {
  width: 50%;
}
.menuMobile .lang li.current-lang {
  pointer-events: none;
}
.menuMobile .lang li a {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #FAFAFA;
  color: #1F9AA9;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0;
  transition: all 0.1s 0s linear;
  text-transform: uppercase;
  font-size: 13px;
}
.menuMobile .lang li a:hover {
  background-color: #ededed;
}
.hamburger.go_back .hamburger-inner {
  width: 10px;
  left: 6px;
  transform: translate3d(-1px, -12px, 0) rotate(-45deg);
  transition: all 0.2s 0s linear;
}
.hamburger.go_back .hamburger-inner::before {
  left: -4px;
  width: 10px;
  top: 4px;
  transition: all 0.2s 0s linear;
}
.hamburger.go_back .hamburger-inner::after {
  left: 0;
  width: 10px;
  bottom: 3px;
  transition: all 0.2s 0s linear;
}
.d-inline {
  display: inline;
}
.title404 {
  font-size: 250px;
  color: #808080;
  font-weight: bold;
}
@media screen and (max-width: 575.98px) {
  .title404 {
    font-size: 160px;
  }
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(112, 179, 252, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #70B3FC;
  --bs-pagination-active-border-color: #70B3FC;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-link {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  min-width: 40px;
  height: 40px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
}
.page-item .page-link {
  border-radius: var(--bs-pagination-border-radius);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc($pagination-border-width * -1);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}
/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.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: 0.25;
  transition: opacity 0.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 0.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: 0.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;
}
/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.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: transparent;
  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 (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;
  /* For Safari */
  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 (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 (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media (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 (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
/* Close button located inside content area */
.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);
}
/* Opening */
.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: 0.15s ease backwards fancybox-fadeIn;
}
/* Closing */
.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: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}
/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: 0.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: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.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: transparent;
}
.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: 0.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 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  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 (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  animation: 0.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;
}
.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination .page-numbers:first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination .page-numbers:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination .page-numbers.current {
  z-index: 1;
  color: #fff;
  background-color: var(--buttonHover);
  border-color: #dee2e6;
}
.pagination .page-numbers.current:hover {
  background-color: var(--buttonHover);
  color: #fff;
  border-color: #dee2e6;
}
.pagination .page-numbers:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pagination .page-numbers.dots {
  color: #dee2e6;
}
.pagination .page-numbers.dots:hover {
  background-color: inherit;
  border-color: #dee2e6;
}
@media screen and (max-width: 456.98px) {
  .grecaptcha-badge {
    display: none !important;
  }
}
@keyframes menu_open {
  0% {
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    transform: translate3d(0, 0px, 0px);
  }
}
/*# sourceMappingURL=style.css.map */