html,
body,
.dialog-off-canvas-main-canvas {
  min-height: 100vh;
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page #main-wrapper {
  flex-grow: 1;
}
html {
  scroll-behavior: auto;
  scroll-behavior: smooth;
}
body {
  font-family: sans-serif;
  font-size: 12pt;
  color: #018ca7;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #359C98;
  cursor: pointer;
}
a:hover {
  color: #018ca7;
}
ul,
li,
ul.menu {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
}
picture img {
  display: block;
}
img {
  max-width: 100%;
  height: auto!important;
}
.button,
.btn {
  display: block;
  text-align: center;
  width: max-content;
  max-width: 100%;
  white-space: normal;
  margin: auto;
  border: 0;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border-radius: 30px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all ease 0.6s;
}
.button:focus,
.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}
.button:hover,
.btn:hover {
  text-decoration: none;
  background: #018ca7;
  transition: all ease 0.6s;
}
.button.btn-small,
.btn.btn-small {
  font-size: 0.8rem;
}
.btn-cover {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.btn-link:hover {
  text-decoration: none;
}
.swiper.swiper-horizontal {
  padding-bottom: 32px;
}
.swiper-horizontal > .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  border-radius: 4px;
}
.drupal-messages .messages {
  padding: 0.5rem;
  border-top: 1px solid #20262b;
  background: #3c434a;
  color: #fff;
  position: relative;
}
.drupal-messages .messages:last-child {
  border-bottom: 1px solid #20262b;
}
.drupal-messages .messages::before {
  position: absolute;
  width: 14px;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.drupal-messages .messages a {
  text-decoration: underline;
  color: #fff;
}
.drupal-messages .messages a:hover {
  text-decoration: none;
}
.drupal-messages .messages .content-wrap {
  display: flex;
  column-gap: 8px;
}
.drupal-messages .messages .icon-wrap {
  width: 24px;
  flex-grow: 0;
}
.drupal-messages .messages .icon-wrap .icon {
  width: 24px;
  height: 24px;
}
.drupal-messages .messages .content ul {
  margin-left: 1.2rem;
}
.drupal-messages .messages .placeholder {
  background: none;
}
.drupal-messages .messages.messages-type-status:before {
  background: #42a877;
}
.drupal-messages .messages.messages-type-status .icon {
  background: #42a877;
}
.drupal-messages .messages.messages-type-warning:before {
  background: #ffe468;
}
.drupal-messages .messages.messages-type-warning .icon {
  background: #ffe468;
}
.drupal-messages .messages.messages-type-error:before {
  background: #e34f4f;
}
.drupal-messages .messages.messages-type-error .icon {
  background: #e34f4f;
}
.accordion-button {
  column-gap: 8px;
}
.accordion-button .accordion-title {
  flex-grow: 1;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
nav.tabs li a {
  color: #000;
  display: block;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
.eu-cookie-compliance-banner {
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.8rem;
}
.eu-cookie-compliance-banner h2 {
  font-size: 0.9rem;
  font-weight: 500;
}
.breadcrumb {
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0;
  background: none;
}
.social-media-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-wrap .icon {
  height: 32px;
  width: 32px;
  background: #359C98;
  margin: 0.2rem;
  transition: all ease 0.6s;
}
.social-media-wrap .icon:hover {
  background: #fff;
  transition: all ease 0.6s;
}
.icon-studio509 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
}
.icons-payments {
  display: flex;
  column-gap: 8px;
}
.icons-payments span.icon-payment {
  display: block;
  width: 50px;
}
