@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 16px;
  line-height: 1.5em;
  min-width: 320px;
  min-width: 360px;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Recursive', sans-serif;
  color: rgb(0, 13, 58);
  letter-spacing: 0;
  font-weight: 300;
  background-color: rgb(0, 13, 58);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
body.c7n-loaded {
  opacity: 1;
}
body.cke_editable {
  background-color: #FFFFFF;
}
html.c7n-loading {
  overflow-y: hidden !important;
}
body.modal-open {
  padding-right: 0 !important;
  overflow: visible !important;
}
body.bg-transparent {
  background-color: rgba(0, 13, 58, 0) !important;
}
body.hide-navigation #c7n-main-navigation,
body.hide-functions #c7n-functions,
body.hide-footer #c7n-footer {
  display: none !important;
}
#PoweredByFooter {
  display: none !important;
}
#preview-content {
  padding-bottom: 0 !important;
}
.modal {
  padding-right: 0 !important;
}
.modal-content {
  border-radius: 0 1.5rem 0 1.5rem;
  background-color: rgba(237, 231, 219, 1);
}
.modal-header {
  padding: calc(1.5rem * 0.8) 1.5rem 0 1.5rem;
  border-bottom: 0;
}
.modal-body {
  padding: calc(1.5rem * 0.8) 1.5rem calc(1.5rem * 1.2) 1.5rem;
  border: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-header button.btn-close {
  min-width: auto !important;
}
div#cookie-note {
  background-color: rgb(32, 33, 37) !important;
  border-radius: 0 calc(1.5rem * 0.5) 0 calc(1.5rem * 0.5) !important;
  font-size: 0.8em !important;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 1.5em !important;
  box-shadow: 0 0 5px 5px rgb(0, 0, 0, 0.25);
}
div#cookie-note button {
  border-radius: 0 calc(1.5rem * 0.5) 0 calc(1.5rem * 0.5) !important;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(32, 33, 37) !important;
}
div#cookie-note button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
div#cookie-note a {
  color: rgba(255, 255, 255, 0.75) !important;
}
div#cookie-note a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
#browser-note {
  font-size: 0.9em !important;
  line-height: 1.4em !important;
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(40, 196, 217, 0.9) !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(29, 29, 29, 0.25) !important;
  -moz-box-shadow: 0px 2px 10px 0px rgba(29, 29, 29, 0.25) !important;
  box-shadow: 0px 2px 10px 0px rgba(29, 29, 29, 0.25) !important;
  padding: 15px !important;
  width: 100% !important;
  right: 0px !important;
  top: -200px !important;
  text-align: center;
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -ms-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 9999;
}
#browser-note.c7n-show {
  top: 0px !important;
  opacity: 1;
}
.hide-cookie #cookie-note {
  display: none !important;
}
body.bg-transparent.hide-navigation.hide-functions.hide-footer.hide-cookie #cookiescript_badge,
body.bg-transparent.hide-navigation.hide-functions.hide-footer.hide-cookie #cookiescript_injected {
  display: none !important;
}
::-moz-selection {
  background: #28c4d9;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #28c4d9;
  text-shadow: none;
  color: #ffffff;
}
#c7n-main-navigation {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgb(0, 13, 58);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#c7n-main-navigation.c7n-open {
  display: flex;
}
#c7n-main-navigation>.container {
  height: 100%;
}
#c7n-main-navigation header {
  height: 100px;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#c7n-main-navigation .menu_level_1,
#c7n-footer-navigation .menu_level_1 {
  padding: 0;
  margin: 0 0 4rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#c7n-footer-navigation .menu_level_1 {
  margin: 0;
}
#c7n-main-navigation .menu_level_2,
#c7n-footer-navigation .menu_level_2 {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#c7n-main-navigation .menu_level_2:last-child,
#c7n-footer-navigation .menu_level_2:last-child {
  margin: 0 0 4rem 0;
}
#c7n-main-navigation .menu_level_1>li,
#c7n-footer-navigation .menu_level_1>li {
  width: 100%;
}
#c7n-main-navigation .menu_level_1>li>a {
  display: block;
  color: rgba(40, 196, 217, 1);
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 2rem;
}
#c7n-footer-navigation .menu_level_1>li>a {
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
#c7n-main-navigation .menu_level_1>li>a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#c7n-footer-navigation .menu_level_1>li.starter_active>a,
#c7n-footer-navigation .menu_level_1>li>a:hover {
  color: rgba(40, 196, 217, 1);
  text-decoration: none;
}
#c7n-main-navigation .menu_level_2>li,
#c7n-footer-navigation .menu_level_2>li {
  width: 100%;
}
#c7n-main-navigation .menu_level_2>li>a,
#c7n-footer-navigation .menu_level_2>li>a {
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 1.5em;
  line-height: 1.3em;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
#c7n-footer-navigation .menu_level_2>li>a {
  font-size: 1.11111em;
}
#c7n-main-navigation .menu_level_2>li.active>a,
#c7n-main-navigation .menu_level_2>li>a:hover,
#c7n-footer-navigation .menu_level_2>li.active>a,
#c7n-footer-navigation .menu_level_2>li>a:hover {
  color: rgba(40, 196, 217, 1);
  text-decoration: none;
}
#c7n-main-navigation footer {
  padding-top: 0px;
  padding-bottom: 30px;
  justify-content: center;
  align-items: center;
}
#c7n-main-navigation footer ul,
#c7n-footer footer ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
}
#c7n-main-navigation footer a,
#c7n-footer footer ul a {
  padding: 10px 30px 10px 0px;
  text-decoration: none;
  font-weight: 500;
  color: rgba(40, 196, 217, 1);
  display: block;
}
#c7n-main-navigation footer ul li.lang-nav a,
#c7n-footer footer ul li.lang-nav a {
  display: inline-block;
}
#c7n-main-navigation footer ul li.lang-nav a:first-child,
#c7n-footer footer ul li.lang-nav a:first-child {
  padding-right: 10px;
}
#c7n-footer footer ul a {
  font-weight: 300;
}
#c7n-main-navigation footer a:hover,
#c7n-main-navigation footer a.active,
#c7n-footer footer ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}
#c7n-footer footer ul a:hover,
#c7n-footer footer a.active {
  text-decoration: none;
  color: rgba(40, 196, 217, 1);
}
#c7n-functions {
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  min-width: 320px;
}
#c7n-functions.c7n-small {
  background-color: rgb(0, 13, 58);
}
#c7n-functions a {
  color: #ffffff;
}
#c7n-functions svg,
#c7n-main-navigation header svg {
  width: auto;
  height: 2em;
  margin-left: calc(var(--bs-gutter-x) * 0.5);
}
#c7n-functions #c7n-go-home-logo svg {
  margin-left: 0;
  height: 3em;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#c7n-functions #c7n-go-home-logo .c7n-character {
  display: none;
}
#c7n-functions #c7n-go-home-logo svg:hover {
  opacity: 0.66;
}
#c7n-functions.c7n-small #c7n-go-home-logo svg {
  height: 2em;
}
#c7n-functions a:hover,
#c7n-functions .c7n-lang-nav ul li a.current,
#c7n-functions svg:hover,
.swiper-button-prev svg:hover,
.swiper-button-next svg:hover,
#c7n-main-navigation header svg {
  color: rgba(40, 196, 217, 1);
  cursor: pointer;
}
#c7n-main-navigation header svg:hover {
  color: rgba(255, 255, 255, 1);
}
#c7n-functions .c7n-lang-nav ul {
  margin: 0;
  padding: 0 1.5rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 2rem;
}
#c7n-functions .c7n-lang-nav ul li {
  list-style: none;
  text-transform: uppercase;
  padding: 0 0.5em;
}
#c7n-loading-overlay {
  display: none;
  width: 0%;
  height: 0%;
  z-index: 998;
  background-color: rgba(32, 33, 37, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.c7n-loading #c7n-loading-overlay {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  justify-content: center;
  align-items: center;
}
#c7n-intro {
  height: auto;
  min-height: 33vh;
  min-height: 25vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6em 0 0 0;
  text-align: center;
  position: relative;
}
#c7n-intro.c7n-parking {
  background-color: rgba(255, 255, 255, 1);
  min-height: 50vh;
}
#c7n-intro>.container {
  z-index: 1;
}
#c7n-intro p.c7n-lead {
  color: rgba(40, 196, 217, 1);
  font-size: 2em;
  font-size: 1.75em;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 2rem;
  display: none;
}
#c7n-intro.c7n-parking,
#c7n-intro.c7n-parking p.c7n-lead,
#c7n-intro.c7n-variant,
#c7n-intro.c7n-variant p.c7n-lead {
  color: rgba(255, 255, 255, 1);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#c7n-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#c7n-slider .swiper-slide:before {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#c7n-slider .swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.swiper-button-next,
.swiper-button-prev {
  width: 2em;
  height: 2em;
  color: #ffffff;
}
.swiper-button-prev {
  left: 2rem;
}
.swiper-button-next {
  right: 2rem;
}
.swiper-button-next>svg,
.swiper-button-prev>svg {
  width: 100%;
  height: 100%;
}
#c7n-slider .swiper-button-next:after,
#c7n-slider .swiper-rtl .swiper-button-prev:after,
#c7n-slider .swiper-button-prev:after,
#c7n-slider .swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2rem;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}
.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(40, 196, 217, 1);
}
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev {
  display: none;
}
#c7n-content {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 30px;
  padding-bottom: 60px;
}
#c7n-content.c7n-home,
#c7n-content.c7n-parking,
#c7n-content.c7n-variant {
  background-color: rgb(0, 13, 58);
}
#c7n-content.c7n-home {
  padding-top: 0px;
}
#c7n-footer {
  font-size: 0.9em;
  background-color: rgb(32, 33, 37);
  padding-top: 60px;
  padding-bottom: 60px;
}
h1 {
  color: #ffffff;
  font-size: 2.5em;
  font-size: 2.25em;
  margin-bottom: 2rem;
}
h2 {
  font-size: 2em;
  font-size: 1.8em;
  margin-bottom: 1.5rem;
}
h3 {
  font-size: 1.4em;
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative;
  width: 100%;
}
h4 {
  font-size: 1.1em;
  margin-bottom: 0.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative;
  width: 100%;
}
h5 {
  font-size: 1em;
  margin: 0rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  position: relative;
  width: 100%;
}
.c7n-tab-regsiter h4 {
  margin-bottom: 0;
  line-height: 2.5em;
  font-size: 0.8em;
}
p,
ul,
ol,
table,
.c7n-parking-list {
  margin-bottom: 1.5rem;
  width: 100%;
}
.table-responsive {
  width: 100%;
}
table {
  border-bottom: 2px solid rgba(0, 13, 58, 1);
  overflow: hidden;
}
table th {
  background-color: rgba(0, 13, 58, 1);
  font-weight: 700;
  color: #ffffff;
  padding: 7.5px 15px;
  text-align: left;
}
table th:hover {
  color: rgba(40, 196, 217, 1);
  cursor: pointer;
}
table th.c7n-active {
  color: rgba(40, 196, 217, 1);
}
table tr:nth-child(even) td {
  background-color: rgba(0, 13, 58, 0.1);
}
table tr {
  position: relative;
  z-index: 997;
}
table td {
  padding: 5px 15px;
  position: relative;
  z-index: 997;
  vertical-align: top;
}
table.c7n-responsive {
  border-collapse: collapse;
  margin: 0 0 1.5 0;
  padding: 0;
  width: 100%;
}
table th.hide,
table td.hide,
table.c7n-responsive th.hide,
table.c7n-responsive td.hide {
  display: none;
}
@media screen and (max-width: 991px) {
  table.c7n-responsive {
    border: 0;
  }
  table.c7n-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.c7n-responsive tr {
    display: block;
  }
  table.c7n-responsive td {
    display: block;
    padding-left: 40%;
    position: relative;
    white-space: normal;
  }
  table.c7n-responsive td.no-entries {
    padding-left: 15px;
  }
  table.c7n-responsive td::before {
    content: attr(data-label);
    position: absolute;
    width: calc(40% - 30px);
    font-weight: 700;
    color: rgba(0, 13, 58, 1);
    left: 15px;
    overflow: hidden;
  }
  table.c7n-responsive td:first-child {
    padding-top: 15px;
  }
  table.c7n-responsive td:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
  }
}
ul,
ol {
  padding-left: 1.01em;
}
#c7n-content ul {
  padding-left: 0;
}
#c7n-content li {
  list-style: none;
  background-image: url('../img/chevron-right-blue.svg');
  background-image: url('../img/arrow-right-blue.svg');
  background-position: -0.25em 0.25em;
  background-size: 1em auto;
  background-repeat: no-repeat;
  padding-left: 1.25em;
}
a {
  color: rgba(40, 196, 217, 1);
  text-decoration: none;
}
#c7n-content a {
  font-weight: 400;
  border-bottom: 1px solid rgba(40, 196, 217, 0);
}
#c7n-content a:hover {
  color: rgba(40, 196, 217, 0.66);
  border-bottom: 1px solid rgba(40, 196, 217, 0.66);
}
#c7n-content .c7n-ads a:hover {
  border-bottom: 1px solid rgba(40, 196, 217, 0);
}
.isotope-grid-sizer {
  z-index: -1;
}
.c7n-tab-regsiter {
  display: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: calc(100% - (var(--bs-gutter-x) * 0.5));
  flex-wrap: wrap;
}
.c7n-tab-regsiter li {
  list-style: none;
  font-weight: 400;
  padding: 0 var(--bs-gutter-x);
  line-height: 2.5em;
  border-radius: 0 calc(var(--bs-gutter-x) * 0.5) calc(var(--bs-gutter-x) * 0.5) 0;
  border: 2px solid rgba(237, 231, 219, 1);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  border-bottom: 0;
  width: inherit;
  color: rgba(237, 231, 219, 1);
  background-image: none !important;
}
.c7n-tab-regsiter li:hover,
.c7n-tab-regsiter li.c7n-active {
  cursor: pointer;
  color: rgb(0, 13, 58);
  background-color: rgba(237, 231, 219, 1);
}
.c7n-tab-regsiter li.c7n-disabled.c7n-active:hover,
.c7n-tab-regsiter li.c7n-disabled.c7n-active {
  cursor: default;
  color: rgb(0, 13, 58);
  background-color: rgba(237, 231, 219, 1);
}
.c7n-tab-regsiter li.c7n-disabled:hover {
  cursor: default;
  background-color: inherit;
  color: rgba(237, 231, 219, 1);
}
.c7n-box,
.c7n-tab-content.c7n-active {
  background-color: rgba(237, 231, 219, 1);
  padding: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x) calc(var(--bs-gutter-x) * 1.2) var(--bs-gutter-x);
  padding: calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x) calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x);
  border-radius: 0 var(--bs-gutter-x) 0 var(--bs-gutter-x);
  margin-bottom: var(--bs-gutter-x);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100% - var(--bs-gutter-x));
}
.c7n-tab-content.c7n-active {
  height: auto;
}
.c7n-tab-content {
  height: auto;
  display: none;
}
.c7n-box>.row,
.c7n-tab-content>.row {
  width: calc(100% + var(--bs-gutter-x));
}
.c7n-box.c7n-toggle {
  padding: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x);
  padding: calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x);
}
.c7n-box.c7n-toggle.c7n-open {
  padding: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x) calc(var(--bs-gutter-x) * 1.2) var(--bs-gutter-x);
  padding: calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x) calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x);
}
.c7n-box h3 {
  word-break: break-word;
}
.c7n-box.c7n-toggle h3 {
  padding-right: 1.3em;
  cursor: pointer;
  margin-bottom: 0;
}
.c7n-box.c7n-toggle h3,
.c7n-accordeon h3 {
  margin-bottom: 0;
}
.c7n-box.c7n-toggle h3>svg {
  height: 1.2em;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(40, 196, 217, 1);
}
.c7n-box.c7n-toggle h3>svg.c7n-close,
.c7n-box.c7n-toggle.c7n-open h3>svg.c7n-open,
.c7n-accordeon h3>svg.c7n-close,
.c7n-accordeon.c7n-open h3>svg.c7n-open,
.c7n-accordeon h4>svg.c7n-close,
.c7n-accordeon.c7n-open h4>svg.c7n-open,
.c7n-accordeon h5>svg.c7n-close,
.c7n-accordeon.c7n-open h5>svg.c7n-open {
  display: none;
}
.c7n-box.c7n-toggle h3>svg.c7n-open,
.c7n-box.c7n-toggle.c7n-open h3>svg.c7n-close,
.c7n-accordeon h3>svg.c7n-open,
.c7n-accordeon.c7n-open h3>svg.c7n-close,
.c7n-accordeon h4>svg.c7n-open,
.c7n-accordeon.c7n-open h4>svg.c7n-close,
.c7n-accordeon h5>svg.c7n-open,
.c7n-accordeon.c7n-open h5>svg.c7n-close {
  display: block;
}
.c7n-box.c7n-toggle>*,
.c7n-accordeon>.row {
  display: none;
}
.c7n-box.c7n-toggle>h3,
.c7n-box.c7n-toggle.c7n-open>* {
  display: block;
}
.c7n-box.c7n-toggle>.c7n-parking-title {
  display: flex;
}
.c7n-accordeon.c7n-open>.row {
  display: flex;
  width: calc(100% + var(--bs-gutter-x));
}
.c7n-box.c7n-toggle.c7n-open h3,
.c7n-box.c7n-toggle.c7n-open .pls-slots,
.c7n-accordeon.c7n-open h3,
.c7n-accordeon.c7n-open h4,
.c7n-accordeon.c7n-open h5 {
  margin-bottom: 1rem;
}
.c7n-box.c7n-toggle .c7n-parking-list .pls-slots {
  margin-bottom: 0rem;
}
.c7n-box.c7n-ads {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.c7n-box.c7n-ads a {
  width: 100%;
  height: 100%;
  display: flex;
}
.c7n-box.c7n-ads img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 var(--bs-gutter-x) 0 var(--bs-gutter-x);
}
#c7n-content .c7n-content-tpl {
  margin-bottom: var(--bs-gutter-x);
}
#c7n-content .c7n-box>*:last-child,
#c7n-content .c7n-accordeon>*:last-child,
#c7n-content .c7n-content-tpl>*:last-child {
  margin-bottom: 0;
}
.c7n-accordeon {
  background-color: rgba(237, 231, 219, 1);
  padding: calc(var(--bs-gutter-x) * 1) calc(var(--bs-gutter-x) * 1) calc(var(--bs-gutter-x) * 1) calc(var(--bs-gutter-x) * 1);
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.c7n-accordeon.c7n-dark {
  background-color: rgba(0, 13, 58, 0.1);
}
.c7n-accordeon h3:hover,
.c7n-accordeon h3:hover>svg,
.c7n-accordeon h4:hover,
.c7n-accordeon h4:hover>svg,
.c7n-accordeon h5:hover,
.c7n-accordeon h6:hover>svg {
  cursor: pointer;
  color: rgba(0, 13, 58, 0.75);
}
.c7n-accordeon h3>svg,
.c7n-accordeon h4>svg,
.c7n-accordeon h5>svg {
  height: auto;
  width: 2em;
  position: absolute;
  top: calc(var(--bs-gutter-x) * -0.4);
  right: calc((var(--bs-gutter-x) * -3) + (var(--bs-gutter-x)) * 0.5);
  right: calc(var(--bs-gutter-x) * -0.5);
  color: rgb(0, 13, 58);
}
.c7n-accordeon h3,
.c7n-accordeon h4,
.c7n-accordeon h5 {
  padding-right: calc(var(--bs-gutter-x) * 3);
}
.c7n-accordeon svg.clx-webshop-remove-reservation {
  z-index: 999;
  color: rgba(160, 22, 39, 1);
  position: inherit;
  cursor: pointer;
  display: inline-block;
  top: unset;
  right: unset;
  height: 1.2em;
  width: auto;
  padding-right: 1em;
  vertical-align: sub;
}
.c7n-accordeon svg.clx-webshop-remove-reservation:hover {
  color: rgba(40, 196, 217, 0.75);
}
.c7n-accordeon h4>svg {
  top: calc(var(--bs-gutter-x) * -0.35);
}
.c7n-accordeon h5>svg {
  top: calc(var(--bs-gutter-x) * -0.3);
}
.c7n-parkratecalculator h3 {
  line-height: 1.666666667em;
  margin-bottom: 0;
}
.c7n-parkratecalculator select,
.c7n-login-form input,
.c7n-lost-pw-form input,
.c7n-reset-pw-form input,
.c7n-webshop-account-charges input,
.c7n-webshop-account-reports select,
.c7n-webshop-account-reports input,
.c7n-webshop-manage-reservations input,
.c7n-webshop-manage-reservations select {
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
  padding: 0 20px;
  border: 0px;
  border-radius: 0 calc(var(--bs-gutter-x) * 0.5) 0 calc(var(--bs-gutter-x) * 0.5);
  font-weight: 300;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  color: rgba(0, 13, 58, 1);
}
.c7n-webshop-account-reports label,
.c7n-webshop-account-charges label {
  line-height: 2.5em;
}
.c7n-webshop-manage-reservations input[type="date"],
.c7n-webshop-account-reports input[type="date"],
.c7n-webshop-account-charges input[type="date"] {
  width: 100%;
}
#form-topup {
  width: 100%;
}
.c7n-webshop-manage-reservations input[type="radio"],
.c7n-webshop-topup input[type="radio"],
.c7n-webshop-reservation input[type="radio"] {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 1);
  vertical-align: middle;
  vertical-align: bottom;
  border-radius: 100%;
}
.c7n-webshop-manage-reservations input[type="radio"] {
  padding: 0;
}
.c7n-webshop-manage-reservations input[type="radio"]:hover,
.c7n-webshop-topup input[type="radio"]:hover,
.c7n-webshop-reservation input[type="radio"]:hover {
  cursor: pointer;
  background-color: rgba(40, 196, 217, 1);
  border: 3px solid rgba(237, 231, 219, 1);
}
.c7n-webshop-manage-reservations input[type="radio"]:checked,
.c7n-webshop-topup input[type="radio"]:checked,
.c7n-webshop-reservation input[type="radio"]:checked {
  background-color: rgb(0, 13, 58);
  background-color: rgba(40, 196, 217, 1);
  border: 3px solid rgb(0, 13, 58);
}
.c7n-webshop-manage-reservations label,
.c7n-webshop-topup label,
.c7n-webshop-reservation label {
  line-height: 2em;
  cursor: pointer;
}
.c7n-webshop-topup .c7n-amount-button {
  width: 32%;
  margin: 0.5%;
  color: rgba(0, 13, 58, 1);
  background-color: rgba(40, 196, 217, 1);
  background-color: rgba(0, 13, 58, 0.1);
  border: 0px;
  line-height: 2.5em;
  font-weight: 500;
}
.c7n-webshop-topup .c7n-amount-button.c7n-active,
.c7n-webshop-topup .c7n-amount-button.c7n-active:hover {
  background-color: rgba(0, 13, 58, 1);
  color: #ffffff;
}
.c7n-webshop-topup .c7n-amount-button:hover {
  background-color: rgba(40, 196, 217, 0.75);
  color: #ffffff;
}
.c7n-login-form .c7n-logim-row {
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.c7n-login-form input[type="checkbox"] {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 1);
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
  border: 3px solid rgba(255, 255, 255, 1);
  padding: 0;
}
.c7n-login-form input[type="checkbox"]:hover {
  cursor: pointer;
  background-color: rgba(40, 196, 217, 1);
}
.c7n-login-form input[type="checkbox"]:checked {
  background-color: rgb(0, 13, 58);
  background-color: rgba(40, 196, 217, 1);
  border: 3px solid rgb(0, 13, 58);
}
.c7n-button,
button,
.clx-webshop-form-button,
.c7n-webshop-topup input[type="submit"],
.c7n-webshop-account-charges input[type="submit"],
.c7n-webshop-account-reports input[type="submit"],
.c7n-login-form input[type="submit"],
.c7n-lost-pw-form input[type="submit"],
.c7n-reset-pw-form input[type="submit"],
.c7n-webshop-manage-reservations input[type="submit"],
.c7n-parkratecalculator button {
  padding: 0 30px;
  line-height: 2.5em;
  background-color: rgba(40, 196, 217, 1);
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  width: auto;
  min-width: 100%;
  border-radius: 0 calc(var(--bs-gutter-x) * 0.5) 0 calc(var(--bs-gutter-x) * 0.5);
  text-decoration: none;
  display: inline-block;
  border: 0 !important;
}
table .c7n-button {
  padding: 0 1.5em;
  line-height: 2em;
  margin: 1px;
}
.c7n-webshop-account-reports input[type="submit"].c7n-export,
.c7n-webshop-account-charges input[type="submit"].c7n-export,
.clx-webshop-form-button,
.c7n-button.c7n-light-dark {
  background-color: rgba(0, 13, 58, 0.1);
  color: rgba(0, 13, 58, 1);
}
.c7n-button.c7n-danger {
  background-color: rgba(160, 22, 39, 1);
}
.c7n-login-form input[type="submit"] {
  margin-bottom: 0;
}
.c7n-button:hover,
button:hover,
.c7n-button.c7n-light-dark:hover,
.clx-webshop-form-button:hover,
.c7n-webshop-topup input[type="submit"]:hover,
.c7n-webshop-account-charges input[type="submit"]:hover,
.c7n-webshop-account-reports input[type="submit"]:hover,
.c7n-webshop-account-charges input[type="submit"]:hover,
.c7n-login-form input[type="submit"]:hover,
.c7n-lost-pw-form input[type="submit"]:hover,
.c7n-reset-pw-form input[type="submit"]:hover,
.c7n-webshop-manage-reservations input[type="submit"]:hover,
.c7n-parkratecalculator button:hover {
  background-color: rgba(40, 196, 217, 0.75);
  text-decoration: none;
  cursor: pointer;
  color: #ffffff !important;
}
.c7n-button.c7n-danger:hover {
  background-color: rgba(160, 22, 39, 0.75);
}
.c7n-parking-title {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.clx-reset-pw-form-field {
  padding-bottom: 10px;
}
.c7n-parking-list>.c7n-parking-title {
  margin-bottom: 0.5rem;
}
.pls-slots {
  font-weight: 900;
  display: flex;
  padding: 0 15px;
  background-color: rgb(32, 33, 37);
  color: #ffffff;
  margin-right: var(--bs-gutter-x);
  min-width: 75px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.c7n-parking-intro .pls-slots {
  display: inline-block;
  font-size: 2.5em;
  margin: calc(var(--bs-gutter-x) * 0.5);
  vertical-align: middle;
  padding: 5px 20px;
  border-radius: 7.5px;
}
.pls-slots.c7n-free {
  background-color: rgba(91, 198, 36, 1);
}
.pls-slots.c7n-occupied {
  background-color: rgba(160, 22, 39, 1);
}
.c7n-parking-height {
  display: inline-block;
  margin: calc(var(--bs-gutter-x) * 0.5);
  height: 106px;
  width: 106px;
  position: relative;
  vertical-align: middle;
}
.c7n-parking-height-symbol {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
}
.c7n-parking-height-symbol svg {
  width: 100%;
  height: 100%;
}
.c7n-parking-height-value {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: none;
  color: #000000;
  font-weight: 400;
}
#c7n-hidden-message-container {
  display: none;
}
.c7n-message {
  padding: calc(var(--bs-gutter-x) * 0.75) calc(var(--bs-gutter-x) * 1);
  color: #202125;
  border-radius: 0 calc(var(--bs-gutter-x) * 1) 0 calc(var(--bs-gutter-x) * 1);
  background-color: rgb(239, 198, 74);
}
.c7n-message a {
  color: rgb(33 142 156);
}
.c7n-message.error,
.c7n-message.alert-danger,
.c7n-message.clx-login-error-msg {
  background-color: rgba(160, 22, 39, 1);
}
.c7n-message.warning {
  background-color: rgb(239, 198, 74);
}
.c7n-message.info {
  background-color: rgba(40, 196, 217, 1);
}
.c7n-message.ok {
  background-color: rgba(91, 198, 36, 1);
}
#c7n-pin {
  position: absolute;
  right: 1em;
  top: 5rem;
}
#c7n-pin a {
  background-color: rgba(40, 196, 217, 1);
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  flex-wrap: wrap;
  height: 6em;
  width: 6em;
  overflow: hidden;
  padding: 1em;
  transform: rotate(-10deg);
}
#c7n-pin a:hover {
  background-color: rgba(40, 196, 217, 0.8);
}
.c7n-message-container {
  display: flex;
  justify-content: space-evenly;
}
.c7n-message-container.c7n-message.alert {
  width: fit-content;
}
@media (min-width: 576px) {
  html {
    font-size: 15px;
  }
  #c7n-functions svg,
  #c7n-main-navigation header svg {
    margin-left: var(--bs-gutter-x);
  }
  .c7n-tab-regsiter {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: hidden;
  }
  .c7n-tab-regsiter li {
    border-radius: 0 calc(var(--bs-gutter-x) * 0.5) 0 0;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  #c7n-functions #c7n-go-home-logo .c7n-character {
    display: block;
  }
  #c7n-intro {
    min-height: 50vh;
    min-height: 42vh;
  }
  #c7n-intro.c7n-variant,
  #c7n-intro.c7n-parking {
    min-height: 75vh;
    min-height: 62vh;
  }
  #c7n-intro p.c7n-lead {
    display: block;
  }
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
  #c7n-content {
    padding-top: 45px;
    padding-bottom: 75px;
  }
  .c7n-box.c7n-toggle {
    padding: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x) calc(var(--bs-gutter-x) * 1.2) var(--bs-gutter-x);
    padding: calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x) calc(var(--bs-gutter-x) * 1) var(--bs-gutter-x);
  }
  .c7n-box.c7n-toggle>* {
    display: initial;
  }
  .c7n-box.c7n-toggle>.row {
    display: flex;
  }
  #c7n-content .c7n-box>*:nth-last-child(2) {
    flex-grow: 99;
  }
  #c7n-content .c7n-box>h3:nth-last-child(2) {
    flex-grow: 0;
  }
  .c7n-box.c7n-toggle h3 {
    margin-bottom: 1rem;
    padding-right: 0;
    cursor: default;
  }
  .c7n-box.c7n-toggle .pls-slots {
    margin-bottom: 1rem;
  }
  .c7n-box.c7n-toggle .c7n-parking-list .pls-slots {
    margin-bottom: 0rem;
  }
  .c7n-box.c7n-toggle h3>svg {
    display: none !important;
  }
  .c7n-button {
    width: auto;
    min-width: auto;
  }
  .c7n-box .c7n-button {
    min-width: 100%;
    align-self: end;
  }
  #c7n-main-navigation footer ul li,
  #c7n-footer-navigation footer ul li,
  #c7n-footer footer ul li {
    width: auto;
  }
  h1 {
    font-size: 2.8em;
    font-size: 2.52em;
  }
  .c7n-tab-regsiter {
    display: flex;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 17px;
  }
  #c7n-main-navigation .menu_level_1>li,
  #c7n-footer-navigation .menu_level_1>li {
    width: 50%;
  }
  #c7n-content {
    padding-top: 60px;
    padding-bottom: 90px;
    min-height: 50vh;
  }
  .c7n-box.c7n-large,
  .c7n-box.c7n-medium,
  .c7n-box.c7n-small {
    overflow-y: auto;
  }
  .c7n-box.c7n-large {
    height: 660px;
  }
  .c7n-box.c7n-medium {
    height: calc(465px - (var(--bs-gutter-x) * 0.5));
  }
  .c7n-box.c7n-small {
    height: calc(330px - (var(--bs-gutter-x) * 0.5));
  }
  h1 {
    font-size: 3.1em;
    font-size: 2.79em;
  }
  button {
    min-width: calc(33% - calc(var(--bs-gutter-x) * 0.5)) !important;
  }
  #c7n-pin {
    top: unset;
    bottom: 1em;
  }
  #c7n-main-navigation footer ul,
  #c7n-footer footer ul {
    justify-content: center;
  }
  #c7n-main-navigation footer a,
  #c7n-footer footer ul a {
    padding: 10px 30px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
  h1 {
    font-size: 3.4em;
    font-size: 3.06em;
  }
  button {
    min-width: calc(25% - calc(var(--bs-gutter-x) * 0.5)) !important;
  }
  .c7n-tab-regsiter h4 {
    font-size: 1em;
  }
  .en .c7n-home .c7n-parking-title {
    display: inline-flex;
    width: 49%;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 19px;
  }
  #c7n-main-navigation .menu_level_1>li,
  #c7n-footer-navigation .menu_level_1>li {
    width: 33%;
  }
  .en #c7n-main-navigation .menu_level_1>li:first-child,
  .en #c7n-footer-navigation .menu_level_1>li:first-child {
    width: 66%;
  }
  .en #c7n-main-navigation .menu_level_1>li:first-child .menu_level_2>li,
  .en #c7n-footer-navigation .menu_level_1>li:first-child .menu_level_2>li {
    width: 50%;
  }
  .c7n-box .c7n-button {
    min-width: 66%;
  }
  .c7n-parkratecalculator select {
    margin-bottom: 0;
  }
  h1 {
    font-size: 3.7em;
    font-size: 3.33em;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 20px;
  }
  h1 {
    font-size: 4em;
    font-size: 3.6em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
  h4 {
    font-size: 1.1em;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
  .c7n-box .c7n-button {
    min-width: 50%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media print {
  @page {
    margin: 2cm
  }
  * {
    background: transparent !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    page-break-after: avoid;
  }
  table,
  figure {
    page-break-inside: avoid;
  }
  a:after {
    content: " ( " attr(href) ") ";
    font-style: italic;
  }
  #clx-dropdown-navigation,
  #clx-mobile-navigation,
  #clx-open-mobile-navigation,
  #clx-close-mobile-navigation,
  #c7n-scroll-down,
  footer,
  aside,
  form,
  .c7n-button,
  .c7n-share-buttons,
  #cookie-note,
  .swal-overlay {
    display: none !important;
  }
  #c7n-content {
    padding: 0;
  }
  #c7n-content>.container>.row>.col-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.c7n-emergency-box {
  display: none;
  background-color: rgba(160, 22, 39, 1);
  color: #ffffff;
}
.c7n-emergency .c7n-emergency-box {
  display: flex;
}
.c7n-emergency .c7n-tagmaster-navi,
.c7n-emergency .c7n-tagmaster-box,
.c7n-emergency .c7n-tagmaster-links a {
  display: none !important;
}
.tooltip-wrapper {
  color: #000d3a;
  position: relative;
}
.tooltip-wrapper em {
  font-weight: 100;
  font-size: medium;
  text-decoration: underline;
}
.tooltip-message {
  background-color: #ffffff;
  border: 3px solid rgb(0, 13, 58);
  border-radius: 16px;
  display: none;
  font-weight: 500;
  left: -90px;
  min-width: 355px;
  padding: 15px;
  position: absolute;
  top: -120px;
  z-index: 3;
}
.tooltip-wrapper:hover .tooltip-message {
  display: block;
}
