@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url('https://proxy.extractcss.dev/https://www.rheticus.eu/administrator/components/com_jplus/assets/lib/fontawesome/6.5.1/webfonts/fa-regular-400.woff2')
      format("woff2"),
    url('https://proxy.extractcss.dev/https://www.rheticus.eu/administrator/components/com_jplus/assets/lib/fontawesome/6.5.1/webfonts/fa-regular-400.ttf')
      format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url('https://proxy.extractcss.dev/https://www.rheticus.eu/administrator/components/com_jplus/assets/lib/fontawesome/6.5.1/webfonts/fa-solid-900.woff2') format("woff2"),
    url('https://proxy.extractcss.dev/https://www.rheticus.eu/administrator/components/com_jplus/assets/lib/fontawesome/6.5.1/webfonts/fa-solid-900.ttf')
      format("truetype");
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa-solid,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
}
.fa-solid {
  font-family: "Font Awesome 6 Free";
}
.fa-lg {
  vertical-align: -0.075em;
  font-size: 1.25em;
  line-height: 0.05em;
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-magnifying-glass:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-plus:before {
  content: "+";
}
.fa-solid {
  font-weight: 900;
}
.dropdown-menu {
  min-width: 250px;
}
.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
}
.jquery-background-video-wrapper {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.jquery-background-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}
.eb-0 .list-inline-item:not(:last-child) {
  margin-right: 0;
}
.eb-3 .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
@media (width>=1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
@media (width>=576px) {
  .display-sm-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
  }
}
@media (width>=576px) and (width>=1200px) {
  .display-sm-4 {
    font-size: 3.5rem;
  }
}
@media (width>=1200px) {
  .display-xl-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
  }
}
@media (width>=1200px) and (width>=1200px) {
  .display-xl-3 {
    font-size: 4rem;
  }
}
@media (width>=576px) {
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
}
@media (width>=768px) {
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
}
@media (width>=992px) {
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-8 {
    font-size: 0.875rem !important;
  }
}
@media (width>=1200px) {
  .fs-xl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
}
@media (width>=1400px) {
  .fs-xxl-3rem {
    font-size: 3rem !important;
  }
}
:root {
  --bs-white-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-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-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-heading-color: inherit;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
}
*,
:before,
:after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #0000;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (width>=1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (width>=1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (width>=1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (width>=1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul,
ol {
  padding-left: 2rem;
}
ul ul {
  margin-bottom: 0;
}
sup {
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
img {
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
::-webkit-datetime-edit-minute {
  padding: 0;
}
@media (width>=1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}
@media (width>=567px) {
  .container {
    max-width: 540px;
  }
}
@media (width>=768px) {
  .container {
    max-width: 720px;
  }
}
@media (width>=992px) {
  .container {
    max-width: 960px;
  }
}
@media (width>=1280px) {
  .container {
    max-width: 1212px;
  }
}
@media (width>=1440px) {
  .container {
    max-width: 1368px;
  }
}
@media (width>=1600px) {
  .container {
    max-width: 1536px;
  }
}
@media (width>=1800px) {
  .container {
    max-width: 1728px;
  }
}
@media (width>=1920px) {
  .container {
    max-width: 1848px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}
.row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}
.col-12 {
  flex: none;
  width: 100%;
}
.gx-0 {
  --bs-gutter-x: 0;
}
.gy-3rem {
  --bs-gutter-y: 3rem;
}
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (width>=567px) {
  .col-sm-6 {
    flex: none;
    width: 50%;
  }
}
@media (width>=768px) {
  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }
  .col-md-6 {
    flex: none;
    width: 50%;
  }
  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }
}
@media (width>=992px) {
  .col-lg-3 {
    flex: none;
    width: 25%;
  }
  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }
  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }
  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .gy-lg-6rem {
    --bs-gutter-y: 6rem;
  }
}
@media (width>=1280px) {
  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }
  .col-xl-6 {
    flex: none;
    width: 50%;
  }
  .col-xl-12 {
    flex: none;
    width: 100%;
  }
}
@media (width>=1440px) {
  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  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;
  display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}
.btn:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn:first-child:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  vertical-align: 0.255em;
  content: "";
  border: 0.3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: 0.255em;
  display: inline-block;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}
.nav-link {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: 0 0;
  border: 0;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
}
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
  text-decoration: none;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  color: var(--bs-navbar-color);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  background-color: #0000;
  line-height: 1;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}
@media (width>=992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;
}
.card-body {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  flex: auto;
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  line-height: 1;
  display: inline-block;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  float: left;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform 0.6s ease-in-out;
  display: none;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  background: 0 0;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity 0.15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: 0.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.ratio {
  width: 100%;
  position: relative;
}
.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}
.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ratio-2x1 {
  --bs-aspect-ratio: calc(1 / 2 * 100%);
}
.ratio-50x27 {
  --bs-aspect-ratio: calc(27 / 50 * 100%);
}
.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}
.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.position-relative {
  position: relative !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.my-09rem {
  margin-top: 0.9rem !important;
  margin-bottom: 0.9rem !important;
}
.my-1qtrem {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-1hfrem {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mt-04rem {
  margin-top: 0.4rem !important;
}
.mt-1rem {
  margin-top: 1rem !important;
}
.mt-1hfrem {
  margin-top: 1.5rem !important;
}
.mt-2rem {
  margin-top: 2rem !important;
}
.mt-3rem {
  margin-top: 3rem !important;
}
.mb-1qtrem {
  margin-bottom: 1.25rem !important;
}
.mb-1hfrem {
  margin-bottom: 1.5rem !important;
}
.mb-2rem {
  margin-bottom: 2rem !important;
}
.mb-4rem {
  margin-bottom: 4rem !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1rem {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-1hfrem {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-2hfrem {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.py-04rem {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.py-07rem {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3rem {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-1rem {
  padding-top: 1rem !important;
}
.pt-2rem {
  padding-top: 2rem !important;
}
.pt-3rem {
  padding-top: 3rem !important;
}
.pt-4rem {
  padding-top: 4rem !important;
}
.pt-5rem {
  padding-top: 5rem !important;
}
.pb-1hfrem {
  padding-bottom: 1.5rem !important;
}
.pb-4rem {
  padding-bottom: 4rem !important;
}
.pb-10rem {
  padding-bottom: 10rem !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.z-1 {
  z-index: 1 !important;
}
@media (width>=567px) {
  .px-sm-2rem {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .pe-sm-3rem {
    padding-right: 3rem !important;
  }
}
@media (width>=768px) {
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-2hfrem {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .px-md-3hfrem {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-md-1rem {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2hfrem {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .pt-md-2rem {
    padding-top: 2rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-3rem {
    padding-right: 3rem !important;
  }
}
@media (width>=992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .mt-lg-2hfrem {
    margin-top: 2.5rem !important;
  }
  .mb-lg-3rem {
    margin-bottom: 3rem !important;
  }
  .ms-lg-1hfrem {
    margin-left: 1.5rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-3rem {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4hfrem {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-lg-4rem {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5rem {
    padding-bottom: 5rem !important;
  }
  .py-lg-5rem,
  .pt-lg-5rem {
    padding-top: 5rem !important;
  }
  .pt-lg-7rem {
    padding-top: 7rem !important;
  }
  .pt-lg-10rem {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-7rem {
    padding-right: 7rem !important;
  }
  .ps-lg-2rem {
    padding-left: 2rem !important;
  }
}
@media (width>=1280px) {
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .me-xl-2rem {
    margin-right: 2rem !important;
  }
  .mb-xl-12rem {
    margin-bottom: 12rem !important;
  }
  .ms-xl-2rem {
    margin-left: 2rem !important;
  }
  .py-xl-6rem {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-xl-9rem {
    padding-top: 9rem !important;
  }
  .pb-xl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xl-10rem {
    padding-bottom: 10rem !important;
  }
}
@media (width>=1440px) {
  .me-xxl-3hfrem {
    margin-right: 3.5rem !important;
  }
  .ms-xxl-3hfrem {
    margin-left: 3.5rem !important;
  }
}
@media (width>=1800px) {
  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
}
@media (width>=1200px) {
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 200 !important;
  line-height: 1.2 !important;
}
@media (width>=1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
@media (width>=567px) {
  .display-sm-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 200 !important;
    line-height: 1.2 !important;
  }
}
@media (width>=567px) and (width>=1200px) {
  .display-sm-4 {
    font-size: 3.5rem;
  }
}
@media (width>=1280px) {
  .display-xl-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 200 !important;
    line-height: 1.2 !important;
  }
}
@media (width>=1280px) and (width>=1200px) {
  .display-xl-3 {
    font-size: 4rem;
  }
}
.fs-2 {
  font-size: 2rem !important;
}
.fs-3 {
  font-size: 1.75rem !important;
}
.fs-4 {
  font-size: 1.5rem !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1.125rem !important;
}
.fs-7 {
  font-size: 1rem !important;
}
.fs-8 {
  font-size: 0.875rem !important;
}
.fs-9 {
  font-size: 0.8125rem !important;
}
.fs-10 {
  font-size: 0.75rem !important;
}
@media (width>=567px) {
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
}
@media (width>=768px) {
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
}
@media (width>=992px) {
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-8 {
    font-size: 0.875rem !important;
  }
}
@media (width>=1280px) {
  .fs-xl-1 {
    font-size: 2.5rem !important;
  }
  .fs-xl-2 {
    font-size: 2rem !important;
  }
}
@media (width>=1440px) {
  .fs-xxl-3rem {
    font-size: 3rem !important;
  }
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  .container {
    width: 100%;
  }
}
.bg-blue-prussian {
  background-color: #003a57;
}
.bg-blue-prussian-07 {
  background-color: #003a5712 !important;
}
.bg-blue-orient-10 {
  background-color: #0055771a !important;
}
.text-white {
  color: #fff !important;
}
.text-blue-orient {
  color: #057 !important;
}
.border-white-30 {
  border-color: #ffffff4d !important;
}
.border-gray-gallery {
  border-color: #eee !important;
}
.border-blue-prussian-20 {
  border-color: #003a5733 !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.lh-lg {
  line-height: 1.75em !important;
}
* {
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #666;
  letter-spacing: 0.02em;
  font-family: Mulish, Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
  background: #003a57;
}
::-webkit-selection {
  color: #fff;
  background: #003a57;
}
::selection {
  color: #fff;
  background: #003a57;
}
h1,
h2,
h3,
h4 {
  color: #057;
  font-weight: 400;
}
img,
a:not(#Logo a),
#component * {
  transition: all 0.2s ease-out;
}
a:not(a.btn) {
  color: #bd2b0b;
  text-decoration: none;
}
a:not(a.btn):hover,
a:not(a.btn):focus {
  color: #751b07;
  text-decoration: none;
}
.img-fluid {
  width: 100%;
}
.ratio-custom {
  --bs-aspect-ratio: 56.25%;
}
@media (width>=567px) {
  .ratio-custom {
    --bs-aspect-ratio: 50%;
  }
}
.badge-theme {
  letter-spacing: 0.25em;
  color: #aaa095;
  text-transform: uppercase;
  background-color: #eeebe5;
  border-radius: 0;
  padding: 0.5rem 0.7rem;
  font-weight: 600;
}
.breadcrumb-theme {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.breadcrumb-theme .pathway {
  color: #666;
  max-width: 8rem;
}
.breadcrumb-theme .pathway:hover,
.breadcrumb-theme .pathway:focus {
  color: #262626;
}
.breadcrumb-theme .active .pathway {
  color: #bd2b0b;
  font-weight: 600;
}
.btn-danger-theme {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bd2b0b;
  --bs-btn-border-color: #bd2b0b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a12509;
  --bs-btn-hover-border-color: #972209;
  --bs-btn-focus-shadow-rgb: 199, 75, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #972209;
  --bs-btn-active-border-color: #8e2008;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bd2b0b;
  --bs-btn-disabled-border-color: #bd2b0b;
  border-radius: 0;
  padding: 1.15rem 3.5rem;
  font-weight: 600;
}
.btn-link-theme {
  color: #bd2b0b;
  white-space: nowrap;
  background-color: #0000;
  border: none;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.btn-link-theme:hover,
.btn-link-theme:active {
  background-color: #0000;
  color: #aa270a !important;
}
.btn-link-theme:after {
  content: "";
  background-color: #bd2b0b;
  width: 0%;
  height: 1px;
  transition: all 0.2s ease-out;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.btn-link-theme:focus:after,
.btn-link-theme:hover:after {
  width: 100%;
}
.btn-outline-light-theme {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background-color: #ffffff1a;
  border-radius: 0;
  padding: 1.15rem 3.5rem;
  font-weight: 600;
}
.btn-outline-light-theme:active,
.btn-outline-light-theme:focus,
.btn-outline-light-theme:hover {
  background-color: #fff;
  color: #003a57 !important;
}
.btn-outline-light-theme.btn-sm {
  padding: 1rem 3rem;
}
.card-default-theme {
  background-color: #0000;
  border: none;
  border-radius: 0;
  position: relative;
}
.card-default-theme .card-image {
  display: block;
  overflow: hidden;
}
.card-default-theme .card-image picture {
  position: relative;
}
.card-default-theme .card-image picture:before {
  content: "";
  z-index: 1;
  background-color: #003a574d;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.card-default-theme .card-title {
  color: #057;
  transition: all 0.2s ease-out;
}
.card-default-theme:focus,
.card-default-theme:hover {
  cursor: pointer;
}
.card-default-theme:focus .card-image img,
.card-default-theme:hover .card-image img {
  transform: scaleX(1.1) scaleY(1.1) scaleZ(1);
}
.card-default-theme:focus .card-image picture:before,
.card-default-theme:hover .card-image picture:before {
  background-color: #0000;
}
.card-default-theme:focus .card-title,
.card-default-theme:hover .card-title {
  color: #bd2b0b;
}
.carousel-theme .carousel-item-text {
  position: relative;
}
.carousel-theme .carousel-item-text:before {
  content: "“";
  width: 3rem;
  top: -0.25rem;
  left: -2.5rem;
}
.carousel-theme .carousel-item-text:before,
.carousel-theme .carousel-item-text:after {
  text-align: center;
  color: #057;
  opacity: 0.25;
  font-size: 6rem;
  font-weight: 600;
  display: block;
  position: absolute;
}
.carousel-theme .carousel-item-text:after {
  content: "”";
  width: 4rem;
  bottom: -1.75rem;
  right: -2.5rem;
}
.carousel-theme .carousel-indicators {
  position: relative;
}
.carousel-theme .carousel-indicators button {
  opacity: 1;
  border: none;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.5rem;
  padding: 0;
}
.carousel-theme .carousel-indicators button span {
  background-color: #bd2b0b;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  transition: all 0.2s ease-out;
  display: block;
}
.carousel-theme .carousel-indicators button.active span {
  width: 0.75rem;
  height: 0.75rem;
}
.list-minitop-theme {
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-flex;
}
.list-minitop-theme li {
  text-transform: uppercase;
  border-right: 1px solid #003a5733;
  font-size: 0.75rem;
}
.list-minitop-theme a:not(a.btn) {
  color: #003a57;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.75rem;
  display: flex;
}
.list-minitop-theme a:not(a.btn):focus,
.list-minitop-theme a:not(a.btn):hover {
  background-color: #003a571a;
}
.mod-languages-theme .list-inline {
  font-size: 0.75rem;
  display: inline-flex;
}
.mod-languages-theme .list-inline li {
  margin: 0;
}
.mod-languages-theme .list-inline a:not(a.btn) {
  color: #003a5780;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: flex;
}
.mod-languages-theme .list-inline a:not(a.btn):focus,
.mod-languages-theme .list-inline a:not(a.btn):hover {
  background-color: #003a571a;
}
.mod-languages-theme .list-inline .lang-active a:not(a.btn) {
  color: #003a57;
  text-shadow: 0 0 1px #003a57;
  font-weight: 600;
}
.navbar-theme.navbar-light .hamburger-inner,
.navbar-theme.navbar-light .hamburger-inner:before,
.navbar-theme.navbar-light .hamburger-inner:after {
  height: 2px;
  background-color: #057 !important;
}
.navbar-theme {
  background-color: #0000;
  padding: 0;
  transition: all 0.2s ease-out;
}
.navbar-theme .navbar-brand {
  align-self: start;
  margin-right: 0;
  padding: 0;
}
.navbar-theme .navbar-brand span.logo {
  padding-bottom: 1.5rem;
}
.navbar-theme .navbar-toggler {
  padding: 0;
}
.navbar-theme .navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-theme .navbar-toggler .hamburger-box,
.navbar-theme .navbar-toggler .hamburger-inner,
.navbar-theme .navbar-toggler .hamburger-inner:before,
.navbar-theme .navbar-toggler .hamburger-inner:after {
  width: 2rem;
}
.navbar-theme.navbar-light .navbar-collapse {
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.navbar-theme .navbar-nav {
  padding-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.navbar-theme .nav-link {
  text-overflow: ellipsis;
  padding: 0.35rem 0.5rem;
  overflow: hidden;
}
.navbar-theme .dropdown-toggle:after {
  visibility: hidden;
  margin-left: 0;
  display: none;
}
.navbar-theme .dropdown-toggle i {
  margin-left: 0.3rem;
}
.navbar-theme .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: hidden;
}
.navbar-nav-theme .dropdown-menu {
  border: none;
  border-radius: 0;
  min-width: 16rem;
  margin: 0;
  padding: 0;
  left: 1rem;
}
.navbar-nav-theme .dropdown-menu > .nav-item > .nav-link {
  white-space: nowrap;
  padding: 0.75rem 1rem 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
.navbar-nav-theme .dropdown-menu > .nav-item:last-child > .nav-link {
  padding-bottom: 1rem;
}
.navbar-nav-theme .nav-item .nav-link {
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar-nav-theme .nav-item .nav-link i {
  margin-top: -0.5rem;
  font-size: 0.85rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: rotate(-90deg);
}
.navbar-theme.navbar-light .navbar-collapse {
  border: 1px solid #003a57;
}
.navbar-nav-theme.navbar-light .dropdown-menu {
  border-top: 1px solid #d6d6d6;
}
.navbar-nav-theme.navbar-light .nav-item {
  color: #003a57;
}
.navbar-nav-theme.navbar-light > .nav-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.navbar-nav-theme.navbar-light .nav-item .nav-link,
.navbar-nav-theme.navbar-light .nav-item .nav-link i {
  color: #003a57;
}
.navbar-nav-theme.navbar-light .nav-item .nav-link:hover,
.navbar-nav-theme.navbar-light .nav-item .nav-link:focus {
  text-shadow: 0 0 1px #003a57;
  color: #003a57 !important;
}
.navbar-nav-theme.navbar-light .nav-item .nav-link:hover i,
.navbar-nav-theme.navbar-light .nav-item .nav-link:focus i {
  color: #003a57 !important;
}
#FooterWrapper:before {
  content: "";
  background-blend-mode: hard-light;
  z-index: 0;
  background-image: url('https://proxy.extractcss.dev/https://www.rheticus.eu/templates/jplus/images/decor-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#MainFooter {
  line-height: 1.75em;
}
#MainFooter a:not(a.btn) {
  color: #fff;
  position: relative;
}
#MainFooter a:not(a.btn):after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.2s ease-out;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#MainFooter a:not(a.btn):focus:after,
#MainFooter a:not(a.btn):hover:after {
  width: 0%;
}
#UnderFooter {
  color: #ffffff4d;
}
a#Signature {
  opacity: 0.3;
}
a#Signature:hover,
#Signature:focus {
  opacity: 1;
}
#ScrollTop {
  color: #fff;
  z-index: 100000;
  background-color: #000;
  border-radius: 0.625rem;
  padding: 0.75em 1em;
  -webkit-animation: 1.5s ease-in-out infinite glowingBg;
  animation: 1.5s ease-in-out infinite glowingBg;
  display: inline-block;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  overflow: hidden;
}
#ScrollTop:before {
  content: "";
  background-color: #0000001a;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: -56%;
  left: -48%;
  transform: rotate(15deg);
}
#ScrollTop i {
  position: relative;
}
.decor-gis-data-layers {
  background-image: url('https://proxy.extractcss.dev/https://www.rheticus.eu/templates/jplus/images/decor-gis-data-layers.svg');
  background-position: calc(100% + 62rem);
  background-repeat: no-repeat;
}
.decor-satellite-orbit {
  background-image: url('https://proxy.extractcss.dev/https://www.rheticus.eu/templates/jplus/images/decor-satellite-orbit.svg');
  background-position: -36rem -12rem;
  background-repeat: no-repeat;
}
.jplus.module .abstract p:last-child {
  margin-bottom: 0;
}
.jplus.module .headertext {
  color: #057;
  margin-top: -0.5rem;
  font-weight: 700;
}
.jplus.module .leadtext {
  color: #057;
  font-weight: 600;
}
.jplus.module .decor-heading,
.jplus.content .decor-heading {
  margin-top: -0.75rem;
  position: relative;
}
.jplus.module .decor-heading:before,
.jplus.content .decor-heading:before {
  content: "";
  background: url('https://proxy.extractcss.dev/https://www.rheticus.eu/templates/jplus/images/decor-heading.svg') 0 0 no-repeat;
  width: 4.5rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: -5.5rem;
}
.jplus.home.banner.module .background-video-wrapper:before {
  content: "";
  z-index: 1;
  background-color: #003a574d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.jplus.home.banner.module .background-video-wrapper:after {
  content: "";
  opacity: 0.6;
  z-index: 1;
  background: linear-gradient(#000 0%, #0000 100%);
  width: 100%;
  height: 31%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.jplus.home.featured.module {
  background-image: url('https://proxy.extractcss.dev/https://www.rheticus.eu/templates/jplus/images/decor-featured.svg');
  background-position: 0 calc(100% + 5rem);
  background-repeat: repeat-x;
}
.jplus.home.industries.module .bg-wrapper {
  position: relative;
}
.jplus.home.industries.module .bg-wrapper:before {
  content: "";
  z-index: 1;
  background-color: #003a574d;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (width>=567px) and (width<=767.98px) {
  .jplus.module .row-custom {
    margin: 0 auto;
    max-width: 567px !important;
  }
}
@media (width>=768px) and (width<=991.98px) {
  .carousel-theme .carousel-item-text:before {
    width: 3.5rem;
    font-size: 6rem;
    top: -0.25rem;
    left: -3.5rem;
  }
  .carousel-theme .carousel-item-text:after {
    width: 5rem;
    font-size: 6rem;
    bottom: -1.75rem;
    right: -3.5rem;
  }
  .decor-gis-data-layers {
    background-position: calc(100% + 54rem);
  }
  .jplus.module .decor-heading:before,
  .jplus.content .decor-heading:before {
    left: -6.5rem;
  }
  .jplus.module .row-custom {
    margin: 0 auto;
    max-width: 672px !important;
  }
}
@media (width>=992px) and (width<=1279.98px) {
  .carousel-theme .carousel-item-text:before {
    width: 4.5rem;
    font-size: 9rem;
    top: -0.25rem;
    left: -4.5rem;
  }
  .carousel-theme .carousel-item-text:after {
    width: 6rem;
    font-size: 9rem;
    bottom: -1.75rem;
    right: -4.5rem;
  }
  .decor-gis-data-layers {
    background-position: calc(100% + 50rem);
  }
  .jplus.module .row-custom {
    margin: 0 auto;
    max-width: 820px !important;
  }
}
@media (width>=1280px) and (width<=1439.98px) {
  .jplus.module .row-custom {
    max-width: 400px;
  }
  .jplus.module .row-custom-right {
    margin-left: calc(100% - 502px) !important;
  }
  .jplus.module .row-custom-left {
    margin-left: 112px !important;
  }
}
@media (width>=1440px) and (width<=1599.98px) {
  .jplus.module .row-custom {
    max-width: 456px;
  }
  .jplus.module .row-custom-right {
    margin-left: calc(100% - 560px) !important;
  }
  .jplus.module .row-custom-left {
    margin-left: 128px !important;
  }
}
@media (width>=1600px) and (width<=1799.98px) {
  .decor-gis-data-layers {
    background-position: calc(100% + 48rem);
  }
  .jplus.module .row-custom {
    max-width: 440px;
  }
  .jplus.module .row-custom-right {
    margin-left: calc(100% - 568px) !important;
  }
  .jplus.module .row-custom-left {
    margin-left: 128px !important;
  }
}
@media (width>=1920px) {
  .decor-gis-data-layers {
    background-position: calc(100% + 36rem);
  }
  .decor-satellite-orbit {
    background-position: -28rem -8rem;
  }
}
@media (width>=992px) {
  .mt-lg-custom {
    margin-top: 1.15rem;
  }
  .navbar-theme .navbar-brand span.logo {
    padding-bottom: 0;
  }
  .navbar-theme .nav-link {
    text-overflow: initial;
  }
  .navbar-theme.navbar-light .navbar-collapse {
    border: none;
    margin: 0;
    overflow: visible;
  }
  .navbar-nav-theme .nav-item {
    font-size: 1rem;
  }
  .navbar-nav-theme .nav-item .nav-link {
    padding: 1rem 1.5rem;
  }
  .navbar-nav-theme .nav-item .nav-link i {
    display: none;
  }
  .navbar-nav-theme.navbar-light .nav-item {
    color: #003a57;
  }
  .navbar-nav-theme.navbar-light > .nav-item:not(:last-child) {
    border-bottom: none;
  }
  .navbar-nav-theme.navbar-light .nav-item .nav-link {
    color: #003a57;
  }
  .navbar-nav-theme.navbar-light .nav-item .nav-link:hover,
  .navbar-nav-theme.navbar-light .nav-item .nav-link:focus {
    text-shadow: none;
  }
  .navbar-nav-theme.navbar-light .nav-item .nav-link span {
    position: relative;
  }
  .navbar-nav-theme.navbar-light .nav-item .nav-link span:after {
    content: "";
    background-color: #003a57;
    width: 0;
    height: 2px;
    transition: all 0.2s ease-out;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .navbar-nav-theme.navbar-light .nav-item .nav-link:focus span:after,
  .navbar-nav-theme.navbar-light .nav-item .nav-link:hover span:after {
    width: 100%;
  }
  .navbar-nav-theme.navbar-light .dropdown-menu {
    color: #fff;
    background-color: #003a57;
    border-top: none;
    padding: 1.25rem 0 1rem;
    left: -0.5rem;
  }
  .navbar-nav-theme.navbar-light .dropdown-menu > .nav-item > .nav-link {
    color: #fff;
    padding: 0.5rem 2rem;
  }
  .navbar-nav-theme.navbar-light .dropdown-menu > .nav-item > .nav-link span:after {
    background-color: #fff;
  }
  .navbar-nav-theme.navbar-light .dropdown-menu > .nav-item > .nav-link:hover {
    color: #fff !important;
  }
  .navbar-nav .nav-item.item-132 {
    margin-left: auto !important;
  }
  .navbar-nav-theme.navbar-light .nav-link.nav-book-demo {
    color: #fff;
    background-color: #bd2b0b;
    padding-left: 3rem;
    padding-right: 3rem;
    font-weight: 600;
  }
  .navbar-nav-theme.navbar-light .nav-link.nav-book-demo:focus,
  .navbar-nav-theme.navbar-light .nav-link.nav-book-demo:hover {
    text-shadow: none;
    background-color: #d5300c;
    color: #fff !important;
  }
  .jplus.module .decor-heading:before,
  .jplus.content .decor-heading:before {
    left: -7.5rem;
  }
}
@media (width>=1280px) {
  .breadcrumb-theme .pathway {
    max-width: 40rem;
  }
  .carousel-theme .carousel-item-text:before {
    width: 4.5rem;
    font-size: 9rem;
    left: -4.5rem;
  }
  .carousel-theme .carousel-item-text:after {
    width: 6rem;
    font-size: 9rem;
    bottom: -2.5rem;
    right: -4.5rem;
  }
  .carousel-theme .carousel-control-prev,
  .carousel-theme .carousel-control-next {
    color: #bd2b0b;
    opacity: 1;
    width: 4.5rem;
    height: calc(100% - 2.7rem);
  }
  .carousel-theme .carousel-control-prev i,
  .carousel-theme .carousel-control-next i {
    transition: all 0.2s ease-in-out;
  }
  .carousel-theme .carousel-control-prev i {
    transform-origin: 0;
  }
  .carousel-theme .carousel-control-next i {
    transform-origin: 100%;
  }
  .carousel-theme .carousel-control-prev {
    justify-content: flex-start;
    margin-left: -4.5rem;
  }
  .carousel-theme .carousel-control-next {
    justify-content: flex-end;
    margin-right: -4.5rem;
  }
  .carousel-theme .carousel-control-prev:focus i,
  .carousel-theme .carousel-control-prev:hover i,
  .carousel-theme .carousel-control-next:focus i,
  .carousel-theme .carousel-control-next:hover i {
    transform: scale(1.5);
  }
  .decor-satellite-orbit {
    background-position: -28rem -8rem;
  }
}
@media (width>=1440px) {
  .container.container-theme {
    max-width: 1368px !important;
  }
}
@media (width>=1800px) {
  .breadcrumb-theme .pathway {
    max-width: 64rem;
  }
  .decor-gis-data-layers {
    background-position: calc(100% + 44rem);
  }
  .jplus.module .row-custom {
    max-width: 440px;
  }
  .jplus.module .row-custom-right {
    margin-left: calc(100% - 568px) !important;
  }
  .jplus.module .row-custom-left {
    margin-left: 128px !important;
  }
}
@-webkit-keyframes glowingBg {
  0% {
    background-color: #057;
  }
  50% {
    background-color: #006f9b;
  }
  to {
    background-color: #057;
  }
}
@keyframes glowingBg {
  0% {
    background-color: #057;
  }
  50% {
    background-color: #006f9b;
  }
  to {
    background-color: #057;
  }
}
.hamburger {
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #0000;
  border: 0;
  margin: 0;
  padding: 15px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  display: inline-block;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  margin-top: -2px;
  display: block;
  top: 50%;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  background-color: #000;
  border-radius: 4px;
  width: 40px;
  height: 4px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  position: absolute;
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  transition:
    top 75ms 0.12s,
    opacity 75ms;
}
.hamburger--squeeze .hamburger-inner:after {
  transition:
    bottom 75ms 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.mod-languages li {
  margin-left: 5px;
  margin-right: 5px;
}
div.mod-languages a {
  text-decoration: none;
}
