@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  min-height: 100vh;
  font-family: mae-variable, sans-serif;
}
html {
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 10rem;
}
p {
  font-variation-settings: "wght" 270;
}
i {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
b {
  font-variation-settings: "wght" 400;
}
@media (min-width: 992px) {
  .container-wide {
    max-width: 1600px;
  }
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
h1 {
  margin-bottom: 0.5em;
  margin-top: 3em;
  font-variation-settings: "wght" 600;
}
h2,
h3,
h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/* not always a margin-top */
.card h1,
.news-article h1,
.card h2,
.news-article h2,
.card h3,
.news-article h3,
.card h4,
.news-article h4 {
  margin-top: 0;
}
p {
  margin-bottom: 1.5em;
  font-weight: 300;
}
strong {
  font-weight: 500;
  font-style: normal;
}
small,
.small {
  font-size: 0.85em;
}
big,
.big {
  font-size: 1.25em;
}
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit a {
  color: inherit;
}
.color-inherit a.btn {
  border-color: inherit;
}
.color-inherit a:hover:not(.btn),
.color-inherit a:focus:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
a.btn:hover,
.buttons-block a:hover {
  text-decoration: none !important;
}
/*
|--------------------------------------------------------------------------
| Logo (header & footer
|--------------------------------------------------------------------------
*/
header .navbar-brand img {
  max-height: 50px;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
  header .navbar-brand img {
    height: 50px;
  }
}
footer .navbar-brand img {
  max-height: 30px;
}
/*
|--------------------------------------------------------------------------
| special links
|--------------------------------------------------------------------------
*/
footer a[href^="mailto:"],
footer a[href^="tel:"],
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link),
footer a[href$=".pdf"],
footer a.download-link {
  /* powerpoints */
  /* archives */
  /* videos */
  /* images */
  /* documents like word */
  /* excel */
}
footer a[href^="mailto:"]:before,
footer a[href^="tel:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link):before,
footer a[href$=".pdf"]:before,
footer a.download-link:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  margin-right: 0.25em;
}
footer a[href^="mailto:"].download-link:before,
footer a[href^="tel:"].download-link:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link).download-link:before,
footer a[href$=".pdf"].download-link:before,
footer a.download-link.download-link:before {
  content: "\F346";
}
footer a[href^="mailto:"][href^="mailto:"]:before,
footer a[href^="tel:"][href^="mailto:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="mailto:"]:before,
footer a[href$=".pdf"][href^="mailto:"]:before,
footer a.download-link[href^="mailto:"]:before {
  content: "\f32c";
}
footer a[href^="mailto:"][href^="tel:"]:before,
footer a[href^="tel:"][href^="tel:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="tel:"]:before,
footer a[href$=".pdf"][href^="tel:"]:before,
footer a.download-link[href^="tel:"]:before {
  content: "\f5b4";
}
footer a[href^="mailto:"][href^="http"]:not(.social-link):before,
footer a[href^="tel:"][href^="http"]:not(.social-link):before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="http"]:not(.social-link):before,
footer a[href$=".pdf"][href^="http"]:not(.social-link):before,
footer a.download-link[href^="http"]:not(.social-link):before {
  content: "\F1C5";
}
footer a[href^="mailto:"][href$=".pdf"]:before,
footer a[href^="tel:"][href$=".pdf"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pdf"]:before,
footer a[href$=".pdf"][href$=".pdf"]:before,
footer a.download-link[href$=".pdf"]:before {
  content: "\F756";
}
footer a[href^="mailto:"][href$=".ppt"]:before,
footer a[href^="tel:"][href$=".ppt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ppt"]:before,
footer a[href$=".pdf"][href$=".ppt"]:before,
footer a.download-link[href$=".ppt"]:before,
footer a[href^="mailto:"][href$=".pptx"]:before,
footer a[href^="tel:"][href$=".pptx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptx"]:before,
footer a[href$=".pdf"][href$=".pptx"]:before,
footer a.download-link[href$=".pptx"]:before,
footer a[href^="mailto:"][href$=".pptm"]:before,
footer a[href^="tel:"][href$=".pptm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptm"]:before,
footer a[href$=".pdf"][href$=".pptm"]:before,
footer a.download-link[href$=".pptm"]:before {
  content: "\F3AF";
}
footer a[href^="mailto:"][href$=".zip"]:before,
footer a[href^="tel:"][href$=".zip"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".zip"]:before,
footer a[href$=".pdf"][href$=".zip"]:before,
footer a.download-link[href$=".zip"]:before,
footer a[href^="mailto:"][href$=".rar"]:before,
footer a[href^="tel:"][href$=".rar"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rar"]:before,
footer a[href$=".pdf"][href$=".rar"]:before,
footer a.download-link[href$=".rar"]:before,
footer a[href^="mailto:"][href$=".tar"]:before,
footer a[href^="tel:"][href$=".tar"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar"]:before,
footer a[href$=".pdf"][href$=".tar"]:before,
footer a.download-link[href$=".tar"]:before,
footer a[href^="mailto:"][href$=".tar.gz"]:before,
footer a[href^="tel:"][href$=".tar.gz"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar.gz"]:before,
footer a[href$=".pdf"][href$=".tar.gz"]:before,
footer a.download-link[href$=".tar.gz"]:before,
footer a[href^="mailto:"][href$=".7z"]:before,
footer a[href^="tel:"][href$=".7z"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".7z"]:before,
footer a[href$=".pdf"][href$=".7z"]:before,
footer a.download-link[href$=".7z"]:before {
  content: "\F3BF";
}
footer a[href^="mailto:"][href$=".avi"]:before,
footer a[href^="tel:"][href$=".avi"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".avi"]:before,
footer a[href$=".pdf"][href$=".avi"]:before,
footer a.download-link[href$=".avi"]:before,
footer a[href^="mailto:"][href$=".h264"]:before,
footer a[href^="tel:"][href$=".h264"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".h264"]:before,
footer a[href$=".pdf"][href$=".h264"]:before,
footer a.download-link[href$=".h264"]:before,
footer a[href^="mailto:"][href$=".m4v"]:before,
footer a[href^="tel:"][href$=".m4v"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".m4v"]:before,
footer a[href$=".pdf"][href$=".m4v"]:before,
footer a.download-link[href$=".m4v"]:before,
footer a[href^="mailto:"][href$=".mkv"]:before,
footer a[href^="tel:"][href$=".mkv"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mkv"]:before,
footer a[href$=".pdf"][href$=".mkv"]:before,
footer a.download-link[href$=".mkv"]:before,
footer a[href^="mailto:"][href$=".mov"]:before,
footer a[href^="tel:"][href$=".mov"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mov"]:before,
footer a[href$=".pdf"][href$=".mov"]:before,
footer a.download-link[href$=".mov"]:before,
footer a[href^="mailto:"][href$=".mp4"]:before,
footer a[href^="tel:"][href$=".mp4"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mp4"]:before,
footer a[href$=".pdf"][href$=".mp4"]:before,
footer a.download-link[href$=".mp4"]:before,
footer a[href^="mailto:"][href$=".mpeg"]:before,
footer a[href^="tel:"][href$=".mpeg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpeg"]:before,
footer a[href$=".pdf"][href$=".mpeg"]:before,
footer a.download-link[href$=".mpeg"]:before,
footer a[href^="mailto:"][href$=".mpg"]:before,
footer a[href^="tel:"][href$=".mpg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpg"]:before,
footer a[href$=".pdf"][href$=".mpg"]:before,
footer a.download-link[href$=".mpg"]:before,
footer a[href^="mailto:"][href$=".ogv"]:before,
footer a[href^="tel:"][href$=".ogv"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ogv"]:before,
footer a[href$=".pdf"][href$=".ogv"]:before,
footer a.download-link[href$=".ogv"]:before,
footer a[href^="mailto:"][href$=".webm"]:before,
footer a[href^="tel:"][href$=".webm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
footer a[href$=".pdf"][href$=".webm"]:before,
footer a.download-link[href$=".webm"]:before {
  content: "\F37B";
}
footer a[href^="mailto:"][href$=".svg"]:before,
footer a[href^="tel:"][href$=".svg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".svg"]:before,
footer a[href$=".pdf"][href$=".svg"]:before,
footer a.download-link[href$=".svg"]:before,
footer a[href^="mailto:"][href$=".gif"]:before,
footer a[href^="tel:"][href$=".gif"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".gif"]:before,
footer a[href$=".pdf"][href$=".gif"]:before,
footer a.download-link[href$=".gif"]:before,
footer a[href^="mailto:"][href$=".jpeg"]:before,
footer a[href^="tel:"][href$=".jpeg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpeg"]:before,
footer a[href$=".pdf"][href$=".jpeg"]:before,
footer a.download-link[href$=".jpeg"]:before,
footer a[href^="mailto:"][href$=".jpg"]:before,
footer a[href^="tel:"][href$=".jpg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpg"]:before,
footer a[href$=".pdf"][href$=".jpg"]:before,
footer a.download-link[href$=".jpg"]:before,
footer a[href^="mailto:"][href$=".png"]:before,
footer a[href^="tel:"][href$=".png"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".png"]:before,
footer a[href$=".pdf"][href$=".png"]:before,
footer a.download-link[href$=".png"]:before,
footer a[href^="mailto:"][href$=".webm"]:before,
footer a[href^="tel:"][href$=".webm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
footer a[href$=".pdf"][href$=".webm"]:before,
footer a.download-link[href$=".webm"]:before {
  content: "\F42A";
}
footer a[href^="mailto:"][href$=".docm"]:before,
footer a[href^="tel:"][href$=".docm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docm"]:before,
footer a[href$=".pdf"][href$=".docm"]:before,
footer a.download-link[href$=".docm"]:before,
footer a[href^="mailto:"][href$=".docx"]:before,
footer a[href^="tel:"][href$=".docx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docx"]:before,
footer a[href$=".pdf"][href$=".docx"]:before,
footer a.download-link[href$=".docx"]:before,
footer a[href^="mailto:"][href$=".dot"]:before,
footer a[href^="tel:"][href$=".dot"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dot"]:before,
footer a[href$=".pdf"][href$=".dot"]:before,
footer a.download-link[href$=".dot"]:before,
footer a[href^="mailto:"][href$=".dotm"]:before,
footer a[href^="tel:"][href$=".dotm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotm"]:before,
footer a[href$=".pdf"][href$=".dotm"]:before,
footer a.download-link[href$=".dotm"]:before,
footer a[href^="mailto:"][href$=".dotx"]:before,
footer a[href^="tel:"][href$=".dotx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotx"]:before,
footer a[href$=".pdf"][href$=".dotx"]:before,
footer a.download-link[href$=".dotx"]:before,
footer a[href^="mailto:"][href$=".odt"]:before,
footer a[href^="tel:"][href$=".odt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".odt"]:before,
footer a[href$=".pdf"][href$=".odt"]:before,
footer a.download-link[href$=".odt"]:before {
  content: "\F38D";
}
footer a[href^="mailto:"][href$=".xlsx"]:before,
footer a[href^="tel:"][href$=".xlsx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsx"]:before,
footer a[href$=".pdf"][href$=".xlsx"]:before,
footer a.download-link[href$=".xlsx"]:before,
footer a[href^="mailto:"][href$=".xlsm"]:before,
footer a[href^="tel:"][href$=".xlsm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsm"]:before,
footer a[href$=".pdf"][href$=".xlsm"]:before,
footer a.download-link[href$=".xlsm"]:before,
footer a[href^="mailto:"][href$=".xlsb"]:before,
footer a[href^="tel:"][href$=".xlsb"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsb"]:before,
footer a[href$=".pdf"][href$=".xlsb"]:before,
footer a.download-link[href$=".xlsb"]:before,
footer a[href^="mailto:"][href$=".xltx"]:before,
footer a[href^="tel:"][href$=".xltx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltx"]:before,
footer a[href$=".pdf"][href$=".xltx"]:before,
footer a.download-link[href$=".xltx"]:before,
footer a[href^="mailto:"][href$=".xltm"]:before,
footer a[href^="tel:"][href$=".xltm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltm"]:before,
footer a[href$=".pdf"][href$=".xltm"]:before,
footer a.download-link[href$=".xltm"]:before,
footer a[href^="mailto:"][href$=".xls"]:before,
footer a[href^="tel:"][href$=".xls"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xls"]:before,
footer a[href$=".pdf"][href$=".xls"]:before,
footer a.download-link[href$=".xls"]:before,
footer a[href^="mailto:"][href$=".xlt"]:before,
footer a[href^="tel:"][href$=".xlt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlt"]:before,
footer a[href$=".pdf"][href$=".xlt"]:before,
footer a.download-link[href$=".xlt"]:before,
footer a[href^="mailto:"][href$=".xml"]:before,
footer a[href^="tel:"][href$=".xml"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xml"]:before,
footer a[href$=".pdf"][href$=".xml"]:before,
footer a.download-link[href$=".xml"]:before,
footer a[href^="mailto:"][href$=".xlam"]:before,
footer a[href^="tel:"][href$=".xlam"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlam"]:before,
footer a[href$=".pdf"][href$=".xlam"]:before,
footer a.download-link[href$=".xlam"]:before {
  content: "\F368";
}
/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
header {
  max-height: 100vh;
  overflow-y: auto;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) {
  header {
    max-height: none;
    overflow-y: visible;
  }
}
header .container-fluid {
  padding-top: 1.5rem;
  transition: all 0.3s ease-in;
}
header::-webkit-scrollbar {
  display: none;
}
header.nav-expanded {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .header-bg.add-background-color {
  background-color: #000;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay {
  opacity: 0.5;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3rem;
  transform: translateY(100%);
}
header.scrolled-down {
  background-color: #000;
  transition: all 0.3s ease-in;
}
header.scrolled-down .container-fluid {
  padding-top: 0.5rem;
  transition: all 0.3s ease-in;
}
header.scrolled-down .container-fluid .navbar-brand img {
  max-height: 45px;
  transition: all 0.3s ease-in;
}
header.nav-expanded nav {
  background-color: #000;
}
/*
|--------------------------------------------------------------------------
| search form
|--------------------------------------------------------------------------
*/
.search-form {
  position: relative;
}
.search-form .btn.search-button {
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.search-form .btn.search-button:hover,
.search-form .btn.search-button:focus {
  background-color: transparent;
  color: inherit;
}
@media (min-width: 992px) {
  .search-form .btn.search-button:not(.show-input) {
    border: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .search-form .search-input {
    display: none;
  }
  .search-form.show-input .search-input {
    display: block;
  }
  .search-form.show-input .btn.search-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
  }
}
/*
|--------------------------------------------------------------------------
| Navbar Toggler (hamburger)
|--------------------------------------------------------------------------
*/
.navbar-toggler {
  width: 45px;
  height: 30px;
  padding: 0;
  position: relative;
  box-shadow: none !important;
}
.navbar-toggler .menu-icon {
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  background-color: #000;
}
.navbar-toggler .menu-icon:before {
  top: -10px;
}
.navbar-toggler .menu-icon:after {
  bottom: -10px;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .menu-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/
.dropdown-menu {
  overflow: hidden;
}
/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle .dropdown-toggler {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/static/art/chevron-right.69dc1120175b.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle.show .dropdown-toggler {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}
header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
  pointer-events: none;
}
@media (min-width: 992px) {
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
    right: 5px;
  }
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
    min-width: 0;
  }
}
/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/
#banner .ratio {
  overflow: hidden;
  --bs-aspect-ratio: 56.25%;
}
@media (min-width: 768px) {
  #banner .ratio {
    --bs-aspect-ratio: 50%;
  }
  #banner .ratio.ratio-4to1 {
    --bs-aspect-ratio: 25%;
  }
  #banner .ratio.ratio-3to1 {
    --bs-aspect-ratio: 33.333333%;
  }
}
#banner .ratio > * {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .carousel-inner .carousel-item .carousel-caption p {
  font-family: capitolina, serif;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  #banner .carousel-inner .carousel-item .carousel-caption p {
    padding-top: 60px;
    font-size: 1.9rem;
  }
}
#banner .buttons-block a,
#banner .btn {
  color: inherit;
  background: transparent;
  border-color: #fff;
}
/*
|--------------------------------------------------------------------------
| gallery thumbnails
|--------------------------------------------------------------------------
*/
.fancybox figure {
  position: relative;
}
.fancybox .thumbnails-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem #000);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
.carousel .carousel-caption {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  filter: drop-shadow(0 0 0.3rem #000);
}
@media (max-width: 767.98px) {
  .carousel .carousel-caption {
    font-size: smaller;
    left: 0;
    right: 0;
  }
}
.carousel .carousel-caption h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption a {
  color: inherit;
}
.carousel .carousel-caption p {
  font-size: 5rem;
  font-weight: 900;
}
/*
|--------------------------------------------------------------------------
| Gallerie fancybox
|--------------------------------------------------------------------------
*/
[data-fancybox] figure {
  cursor: pointer;
}
/*
|--------------------------------------------------------------------------
| news
|--------------------------------------------------------------------------
*/
.news-date-categories-list {
  line-height: 1;
}
.news-date-categories-list .list-inline-item {
  margin-right: 0;
}
.news-date-categories-list .list-inline-item:not(:first-child) {
  padding-left: 1em;
  border-left: 1px solid;
  margin-left: 1em;
}
/*
|--------------------------------------------------------------------------
| video embed
|--------------------------------------------------------------------------
*/
.video-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Hero Sections
|--------------------------------------------------------------------------
*/
.section-split h1,
.section-parallax h1,
.section-split h2,
.section-parallax h2,
.section-split h3,
.section-parallax h3,
.section-split h4,
.section-parallax h4 {
  color: inherit;
}
.section-split.has-bg .buttons-block a,
.section-parallax.has-bg .buttons-block a,
.section-split.has-bg .btn,
.section-parallax.has-bg .btn {
  color: inherit;
  background: transparent;
  border-color: inherit;
}
.section-parallax {
  overflow: hidden;
  clip-path: inset(0);
}
.section-parallax .parallax-image {
  left: 0;
  top: 0;
}
.section-parallax:not(.section-slider) .parallax-content {
  filter: drop-shadow(0 0 1rem #000);
}
.section-parallax.section-slider img.parallax-image {
  filter: blur(10px) brightness(75%);
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .img-fit {
    height: 100%;
  }
}
.img-fit {
  object-fit: cover;
  object-position: center center;
}
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
*/
.card {
  overflow: hidden;
}
.card .card-image {
  overflow: hidden;
}
.card .card-image img {
  transition: 0.3s all ease-in-out;
}
.card:hover .card-image img {
  transform: scale(1.15);
}
.card .logo-image {
  position: relative;
  padding-top: 62.5%;
}
@media (max-width: 767.98px) {
  .card .logo-image {
    padding-top: 180px;
  }
}
.card .logo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.standard-card {
  background-color: transparent !important;
  border: unset !important;
  box-shadow: unset !important;
  transition: all 0.6s ease-in;
}
.standard-card:hover {
  background-color: transparent !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.6s ease-in;
}
.standard-card h3 {
  letter-spacing: 0.12rem;
}
.card.icon-card {
  box-shadow: unset !important;
  background-color: transparent;
  border: unset;
  transition: all 0.6s ease-in;
}
.card.icon-card .logo-image {
  padding-top: 0;
}
.card.icon-card .logo-image img {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  max-height: inherit;
  max-width: inherit;
  margin-top: 10px;
  margin-left: 18px;
  margin-bottom: 10px;
}
.card.icon-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
  transition: all 0.6s ease-in;
}
.card.icon-card .icon-card-link {
  transition: all 0.6s ease-in;
}
@media (min-width: 992px) {
  .card.icon-card .icon-card-link {
    max-height: 0;
    opacity: 0;
  }
}
@media (max-width: 1199.98px) {
  .card.icon-card .icon-card-link {
    margin-bottom: 1rem;
  }
}
.card.icon-card .icon-card-link .bi.bi-chevron-right {
  margin-left: 0;
  margin-right: 20px;
  transition: all 0.3s ease-in;
}
.card.icon-card .icon-card-link.vidljiv {
  max-height: auto;
  opacity: 1;
  transition: all 0.6s ease-in;
}
.card.icon-card .icon-card-link.vidljiv .bi.bi-chevron-right {
  margin-left: 20px;
  margin-right: 0;
  transition: all 0.3s ease-in;
  transition-delay: 1s;
}
.card.icon-card .card-body {
  padding-top: 0;
}
.card.icon-card .card-body h3 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 2rem;
  font-variation-settings: "wght" 400;
}
@media (max-width: 1199.98px) {
  .card.icon-card .card-body h3 {
    font-size: 24px;
  }
}
.card.icon-card .card-body h4 {
  margin-top: 15px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.12rem;
}
@media (max-width: 1199.98px) {
  .card.icon-card .card-body h4 {
    font-size: 14px;
  }
}
.card.icon-card .card-body a {
  text-transform: uppercase;
}
.card.icon-card .logo-image + .card-body h4 {
  margin-top: 0;
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1.8rem 0;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 300;
}
footer .footer-side-menu .nav-link {
  padding: 0;
  text-transform: uppercase;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.12rem;
}
.bottom-bar a {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: inherit;
}
.bottom-bar .hstack {
  flex-direction: column;
}
@media (min-width: 576px) {
  .bottom-bar .hstack {
    flex-direction: row;
  }
}
/*
|--------------------------------------------------------------------------
| cookie banner
|--------------------------------------------------------------------------
*/
#cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .bi {
  transform: rotate(-180deg);
}
.accordion-item .accordion-header .accordion-button .bi {
  font-size: inherit;
  transition: all 0.3s;
}
.go-down {
  position: absolute;
  bottom: -18px;
  left: 49%;
  font-size: 22px;
  background-color: #325fff;
  opacity: 0.9;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .go-down {
    left: 46%;
  }
}
.go-down:hover {
  animation: pulse 1.5s ease-in-out infinite;
}
.go-down i {
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #325fff;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(50, 95, 255, 0);
  }
}
.go-up i {
  cursor: pointer;
  color: #325fff;
}
#main-nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-variation-settings: "wght" 500;
}
#main-nav .navbar-nav .nav-item .nav-link:hover,
#main-nav .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.search-form .search-input {
  border-radius: 20px;
  color: #000 !important;
}
.search-form .btn.btn-primary.search-button .bi.bi-search,
.search-form .btn.btn-primary.search-button .bi.bi-search:hover,
.search-form .btn.btn-primary.search-button .bi.bi-search:focus {
  color: #fff;
}
.search-form .btn.btn-primary.search-button.show-input .bi.bi-search {
  color: #000;
}
.slick-wrapper {
  position: relative;
}
.slick-wrapper .slick-prev-arrow,
.slick-wrapper .slick-next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.slick-wrapper .slick-prev-arrow i,
.slick-wrapper .slick-next-arrow i {
  font-size: 2rem;
  color: #fff;
}
.slick-wrapper .slick-prev-arrow {
  left: 10px;
}
.slick-wrapper .slick-next-arrow {
  right: 10px;
}
.slick-wrapper .team-slider .carousel-item {
  position: relative;
}
.slick-wrapper .team-slider .carousel-item .slider-image img {
  max-height: 360px;
  object-fit: cover;
  object-position: 50% 25%;
}
.slick-wrapper .team-slider .carousel-item .team-slider-text {
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.55);
  padding-top: 1rem;
  text-transform: uppercase;
  font-variation-settings: "wght" 400;
  letter-spacing: 0.12rem;
}
.slick-wrapper .team-slider .carousel-item .team-slider-text p {
  text-transform: uppercase;
  font-variation-settings: "wght" 200;
  letter-spacing: 0.12rem;
}
.slick-wrapper .team-slider .carousel-item:hover .team-slider-text {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.single-person-card {
  border: none;
}
.single-person-card .card-content {
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .single-person-card .card-content {
    padding-top: 1rem;
    padding-left: 0;
  }
}
