/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/Roboto.woff2) format("woff2");
}
.skip-container {
  position: absolute;
  top: -1000rem;
  left: 1rem;
  transition: top 0.3s;
  z-index: 9999;
  background-color: #0078D0;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-radius: 0 0 2rem 2rem;
  max-width: calc(100dvw - 2rem);
}
.skip-container:focus-within {
  top: 0;
}
.skip-container .skip-link {
  z-index: 1;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  color: #fff;
  border-color: #fff;
}
.skip-container .skip-link:hover, .skip-container .skip-link:focus {
  outline: none;
  background-color: #fff;
  color: #0078D0;
}
@media screen and (max-width: 600px) {
  .skip-container {
    display: grid;
  }
  .skip-container .skip-link {
    width: auto;
  }
}

header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
header .grid {
  max-width: 100%;
}
header .grid > .col-3 {
  display: flex;
  align-items: center;
}
header .header-logo {
  display: inline-block;
  margin: 1rem 0;
}
header .header-logo .header-logo-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 10rem;
  transition: height 0.3s;
}
header .header-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  header .header-link {
    font-size: 1.8rem;
  }
}
header .header-link:before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  aspect-ratio: 1;
  background-color: #0078D0;
  border-radius: 50%;
  display: block;
  background-size: 55%;
  background-position: 50%;
  background-repeat: no-repeat;
}
header .header-link.header-link-address:before {
  background-image: url(images/pin-white.svg);
}
header .header-link.header-link-phone:before {
  background-image: url(images/phone-white.svg);
}
header .header-top {
  border-bottom: 1px solid #ECF1FA;
  padding: 1.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  max-width: 118rem;
  margin-left: auto;
  transition: gap 0.3s, padding 0.3s;
}
header .header-top .btn {
  padding: 0.1rem 2rem 0.3rem;
  white-space: nowrap;
}
header .header-top .header-buttons {
  display: flex;
  gap: 2rem;
}
header .toggle-header-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-around;
  position: fixed;
  top: 2rem;
  right: -6rem;
  pointer-events: none;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  z-index: 300;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: right 0.3s;
}
header .toggle-header-navigation span {
  pointer-events: none;
  display: block;
  width: 3rem;
  height: 0.2rem;
  transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
  background-color: #000;
}
header .toggle-header-navigation:hover span {
  background-color: #0078D0;
}
header .toggle-header-navigation.open span:nth-child(1) {
  transform: rotate(45deg) translate(0.7rem, 0.7rem);
}
header .toggle-header-navigation.open span:nth-child(2) {
  opacity: 0;
}
header .toggle-header-navigation.open span:nth-child(3) {
  transform: rotate(-45deg) translate(0.7rem, -0.7rem);
}
header .toggle-header-navigation.open + .header-bottom {
  right: -0.2rem;
}
header .header-bottom {
  display: flex;
  justify-content: end;
}
header .header-bottom .header-links, header .header-bottom .header-buttons {
  display: none;
}
header .header-bottom .header-nav-container .header-nav {
  list-style-type: none;
  display: flex;
  gap: 5rem;
  padding: 0;
  margin: 0;
  justify-content: center;
}
header .header-bottom .header-nav-container .header-nav > li {
  padding: 2rem 0;
}
header .header-bottom .header-nav-container .header-nav > li.wpml-ls-menu-item:not(:has(> .sub-menu)) {
  display: none;
}
header .header-bottom .header-nav-container .header-nav > li.wpml-ls-menu-item a {
  display: inline-block;
}
header .header-bottom .header-nav-container .header-nav > li.menu-item-has-children {
  position: relative;
}
header .header-bottom .header-nav-container .header-nav > li.menu-item-has-children .sub-menu-toggle {
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: url(images/chevron-down.svg);
  background-size: auto 1.8rem;
  background-repeat: no-repeat;
  background-position: 50%;
  border: none;
  background-color: transparent;
  transition: transform 0.3s;
}
header .header-bottom .header-nav-container .header-nav > li.menu-item-has-children.open .sub-menu-toggle {
  transform: rotateX(180deg);
}
header .header-bottom .header-nav-container .header-nav > li a {
  text-decoration: none;
}
header .header-bottom .header-nav-container .header-nav .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: calc(100% - 1rem);
  left: -2rem;
  max-height: calc(100vh - 16.5rem);
  overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
header .header-bottom .header-nav-container .header-nav .sub-menu li {
  padding: 1rem 2rem;
}
header .header-bottom .header-nav-container .header-nav .sub-menu li:not(:last-child) {
  border-bottom: 0.2rem solid #ECF1FA;
}
header .header-bottom .header-nav-container .header-nav .sub-menu li a {
  white-space: nowrap;
  display: block;
}
header + #content {
  margin-top: 14.1rem;
}
header + #content > *:first-child:not(.hero-cta-section) {
  margin-top: 6rem;
}
header.scrolled .grid {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
header.scrolled .grid > .col-3 {
  grid-column: span 2 !important;
}
header.scrolled .grid > .col-9 {
  grid-column: span 10 !important;
}
header.scrolled .header-logo {
  margin: 0.5rem 0;
}
header.scrolled .header-logo .header-logo-img {
  height: 5.8rem;
}
header.scrolled .header-top {
  padding-right: 5rem;
  border-bottom: none;
  justify-content: end;
  gap: 2rem;
}
header.scrolled .header-bottom {
  position: fixed;
  z-index: 200;
  right: -200%;
  top: 0;
  height: 100%;
  width: 40rem;
  max-width: 100%;
  overflow-x: auto;
  background-color: #fff;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  transition: right 0.3s;
  gap: 2rem;
  padding: 7.4rem 2.25rem 2.25rem 4rem;
}
header.scrolled .header-bottom .header-links {
  display: block;
  border-top: 1px solid #ECF1FA;
}
header.scrolled .header-bottom .header-links .header-link {
  margin-top: 2rem;
  font-size: 1.5rem;
}
header.scrolled .header-bottom .header-nav-container .header-nav {
  flex-direction: column;
  gap: 2rem;
}
header.scrolled .header-bottom .header-nav-container .header-nav > li {
  padding: 0;
}
header.scrolled .header-bottom .header-nav-container .header-nav .sub-menu {
  position: relative;
  left: 0;
  top: 0;
  max-height: unset;
  padding: 0 0 0 2rem;
  background-color: transparent;
  box-shadow: none;
}
header.scrolled .header-bottom .header-nav-container .header-nav .sub-menu li {
  padding: 1rem 0;
}
header.scrolled .header-bottom .header-nav-container .header-nav .sub-menu li a {
  white-space: normal;
  line-height: 1.4;
}
header.scrolled .toggle-header-navigation {
  pointer-events: all;
  right: 2.25rem;
}
header.scrolled:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  transition: background-color 0.3s;
}
header.scrolled:has(.toggle-header-navigation.open):before {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
}
@media (max-width: 1200px) {
  header .grid {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
  }
  header .grid > .col-3 {
    grid-column: span 2 !important;
  }
  header .grid > .col-9 {
    grid-column: span 10 !important;
  }
  header .header-logo {
    margin: 0.5rem 0;
  }
  header .header-logo .header-logo-img {
    height: 5.8rem;
  }
  header .header-top {
    padding-right: 5rem;
    border-bottom: none;
    justify-content: end;
    gap: 2rem;
  }
  header .header-bottom {
    position: fixed;
    z-index: 200;
    right: -200%;
    top: 0;
    height: 100%;
    width: 40rem;
    max-width: 100%;
    overflow-x: auto;
    background-color: #fff;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    transition: right 0.3s;
    gap: 2rem;
    padding: 7.4rem 2.25rem 2.25rem 4rem;
  }
  header .header-bottom .header-links {
    display: block;
    border-top: 1px solid #ECF1FA;
  }
  header .header-bottom .header-links .header-link {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  header .header-bottom .header-nav-container .header-nav {
    flex-direction: column;
    gap: 2rem;
  }
  header .header-bottom .header-nav-container .header-nav > li {
    padding: 0;
  }
  header .header-bottom .header-nav-container .header-nav .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    max-height: unset;
    padding: 0 0 0 2rem;
    background-color: transparent;
    box-shadow: none;
  }
  header .header-bottom .header-nav-container .header-nav .sub-menu li {
    padding: 1rem 0;
  }
  header .header-bottom .header-nav-container .header-nav .sub-menu li a {
    white-space: normal;
    line-height: 1.4;
  }
  header .toggle-header-navigation {
    pointer-events: all;
    right: 2.25rem;
  }
  header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
    transition: background-color 0.3s;
  }
  header:has(.toggle-header-navigation.open):before {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
  }
  header .header-top .header-link {
    display: none;
  }
  header + #content {
    margin-top: 6.8rem;
  }
  header + #content > *:first-child:not(.hero-cta-section) {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  header .header-top .btn:not(.btn-primary) {
    display: none;
  }
  header .header-bottom .header-buttons {
    display: block;
  }
  header .header-bottom .header-buttons .btn.btn-primary {
    display: none;
  }
}
@media (max-width: 480px) {
  header .header-top .btn.btn-primary {
    display: none;
  }
  header .header-bottom .header-buttons .btn.btn-primary {
    display: block;
    margin-top: 1.6rem;
  }
}

footer {
  background-image: url(images/footer.png);
  background-position: top left;
  background-size: 17rem auto;
  background-repeat: no-repeat;
  padding-top: 10rem;
  margin-top: 6rem;
}
footer .footer-top {
  padding: 5rem 0;
}
footer .footer-top .grid {
  gap: 6rem 1.5rem;
}
footer .footer-top .footer-navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-navigation li {
  display: block;
}
footer .footer-top .footer-navigation li a {
  text-decoration: none;
}
footer .footer-bottom {
  background-color: #ECF1FA;
  padding: 0.6rem 0;
}
footer .footer-bottom ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}

.hero-cta-section {
  background-color: #ECF1FA;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 10%;
  padding-bottom: calc(10% + 40px);
}
.hero-cta-section:has(> .grid > .col-6:first-child:last-child) {
  padding-top: 8%;
  padding-bottom: calc(8% + 40px);
}
.hero-cta-section:has(> .grid > .col-6:first-child:last-child) .grid {
  max-width: 1400px;
}
.hero-cta-section .grid {
  max-width: 1640px;
}
.hero-cta-section .grid > .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-cta-section .grid > .col-6:first-child:last-child {
  grid-column: span 10 !important;
}
.hero-cta-section .hero-cta-content > *:last-child {
  margin-bottom: 0;
}
.hero-cta-section .hero-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.hero-cta-section .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.hero-cta-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url(images/spacer-bottom.svg);
  background-size: max(100%, 1920px) 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.hero-cta-section--image-left {
  padding-top: 5%;
  padding-bottom: calc(5% + 40px);
}
.hero-cta-section--image-left .col-6:last-child {
  order: -1;
  grid-column: span 4;
}
.hero-cta-section--image-left .hero-image {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hero-cta-section--image-left .hero-image {
    max-width: 70%;
  }
  .hero-cta-section--image-left .grid > .col-6:first-child:not(:last-child) {
    grid-column: span 8;
  }
}
@media (max-width: 991px) {
  .hero-cta-section .grid > .col-6:first-child:last-child {
    grid-column: span 12 !important;
  }
  .hero-cta-section .hero-cta-content {
    padding-top: 0;
    padding-bottom: 2rem;
    text-align: center;
  }
  .hero-cta-section .col-6:first-child:last-child .hero-cta-content {
    padding-bottom: 0;
  }
  .hero-cta-section .hero-buttons {
    justify-content: center;
  }
  .hero-cta-section--image-left .hero-cta-content {
    padding-bottom: 1rem;
  }
  .hero-cta-section--image-left .hero-image {
    max-width: 30rem;
    margin: 0 auto;
  }
  .hero-cta-section--image-left .grid > .col-6 {
    grid-column: span 12 !important;
  }
  .hero-cta-section--image-left .grid > .col-6:last-child {
    order: 1;
  }
}

.contact-section h2 {
  margin-bottom: 0;
}
.contact-section .contact-left {
  padding: 3.4rem;
  background-color: #ECF1FA;
  border-radius: 2rem;
  line-height: 1.5;
}
.contact-section .contact-left .col-6 > *:last-child {
  margin-bottom: 0;
}
.contact-section .contact-right {
  display: flex;
  align-items: center;
}
.contact-section .contact-right h2 {
  margin-bottom: 1.6rem;
}
.contact-section .contact-right .contact-img {
  display: block;
  max-width: calc(100% - 39.5rem);
  max-height: 28rem;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}
.contact-section .contact-right .opening-hours-container {
  min-width: 38rem;
  background-color: #ECF1FA;
  border-radius: 2rem;
  padding: 2.4rem;
  height: 100%;
}
@media (max-width: 1200px) {
  .contact-section .contact-right .contact-img {
    max-width: clamp(25%, 50%, 100% - 39.5rem);
    aspect-ratio: 16/9;
    object-position: center;
  }
  .contact-section .contact-right .opening-hours-container {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-right {
    flex-direction: column;
  }
  .contact-section .contact-right .contact-img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
    aspect-ratio: 1;
    object-position: center;
  }
  .contact-section .contact-right .opening-hours-container {
    width: 100%;
    min-width: auto;
  }
}

.text-section .highlight {
  background-color: #FFB114;
  border-radius: 2rem;
  padding: 3rem;
}
.text-section .highlight .btn {
  color: #000;
  border-color: #000;
}
.text-section .highlight .btn:hover {
  border-color: #0078D0;
  color: #fff;
}
.text-section .highlight > div > *:last-child {
  margin-bottom: 0;
}
.text-section .col-12:not(.highlight) > *:last-child {
  margin-bottom: 0;
}

.content-image-section img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  max-width: 35rem;
}
.content-image-section .grid {
  align-items: center;
}
.content-image-section .grid .col-6 > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content-image-section .grid:not(.img-right) .col-6:last-child {
    padding-left: 5rem;
  }
  .content-image-section .grid.img-right .col-6:last-child {
    order: -1;
    padding-right: 5rem;
  }
}
@media (max-width: 991px) {
  .content-image-section .grid .col-6:last-child {
    order: -1;
    padding-bottom: 5rem;
  }
}

.gallery-section img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.spacer-section {
  height: 80px;
  background-size: max(100%, 1920px) 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.spacer-section:not(.spacer-section--up) {
  background-image: url(images/spacer-bottom.svg);
}
.spacer-section--up {
  background-image: url(images/spacer-top.svg);
}

.team-section .col-8 {
  align-self: center;
  padding-left: 3rem;
}
.team-section .main-item .main-img img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.team-section .main-item .main-info {
  padding: 2rem;
  line-height: 1.2;
  background-color: #ECF1FA;
  border-radius: 0 0 2rem 2rem;
}
.team-section .employees {
  padding-top: 6rem;
}
.team-section .employees .employee {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-section .employees .employee .employee-img img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.team-section .employees .employee .employee-info {
  padding: 2rem;
  border-radius: 0 0 2rem 2rem;
  background-color: #ECF1FA;
  flex: 1;
  line-height: 1.2;
}
.team-section .main-name, .team-section .employee-name {
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  font-weight: bold;
  margin: 0 0 0.2em;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .team-section .main-item {
    max-width: 50rem;
    margin: 0 auto 3rem;
  }
  .team-section .main-item .main-info {
    text-align: center;
  }
  .team-section .main-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .team-section .main-text {
    max-width: 50rem;
    margin: 0 auto;
  }
  .team-section .employees .employee {
    max-width: 50rem;
    margin: 0 auto;
  }
  .team-section .employees .employee .employee-info {
    text-align: center;
  }
}

.services-overview-section {
  background-color: #ECF1FA;
  padding: 12rem 0;
  position: relative;
  background-image: url(images/spacer-top.svg), url(images/spacer-bottom.svg);
  background-size: max(100%, 1920px) 80px;
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
}
.services-overview-section > .grid > .col-6 {
  grid-column: span 12;
}
.services-overview-section .services > .col-4 {
  grid-column: span 3;
}
@media screen and (max-width: 1200px) {
  .services-overview-section .services > .col-4 {
    grid-column: span 4;
  }
}
@media screen and (max-width: 991px) {
  .services-overview-section .services > .col-4 {
    grid-column: span 6;
  }
}

.additional-services-section {
  background-color: #ECF1FA;
  text-align: center;
  padding: 12rem 0;
  position: relative;
  background-image: url(images/spacer-top.svg), url(images/spacer-bottom.svg);
  background-size: max(100%, 1920px) 80px;
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
}
.additional-services-section .services {
  margin-top: 4rem;
}

.services .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2rem;
  background-color: #fff;
  border: 2px solid #0078D0;
  padding: 3rem;
  text-decoration: none;
  text-align: center;
  color: #0078D0;
  height: 100%;
}
.services .service-item .service-img {
  object-fit: contain;
  max-width: 15rem;
  max-height: 15rem;
  will-change: transform;
  transition: transform 0.3s ease;
}
.services .service-item .service-title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 1.8rem 0 0 0;
  position: relative;
}
.services .service-item .service-title:after {
  content: "";
  opacity: 0;
  position: absolute;
  right: -1.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(images/chevron-right-primary.svg) no-repeat 50%/contain;
  transition: opacity 0.3s ease, right 0.3s ease;
}
.services .service-item:hover img {
  transform: scale(107%) rotate(4deg);
}
.services .service-item:hover h3:after {
  opacity: 1;
  right: -2rem;
}
@media (max-width: 767px) {
  .services .service-item {
    justify-content: start;
    padding: 1.5rem;
    flex-direction: row;
    text-align: left;
  }
  .services .service-item .service-img {
    max-width: 6rem;
    max-height: 6rem;
  }
  .services .service-item .service-title {
    margin: 0 0 0 2rem;
    padding-right: 2.4rem;
  }
  .services .service-item .service-title:after {
    opacity: 1;
    right: 0;
  }
  .services .service-item:hover .service-title:after {
    right: -0.5rem;
  }
}

.iframe-section .frontshield-content-blocker {
  aspect-ratio: auto;
  height: 700px;
  width: 100%;
}

.video-section .video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  cursor: pointer;
}
.video-section .video-wrapper .video-play {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10rem;
  height: 10rem;
  color: #0078D0;
  border-radius: 50%;
  border: 2px solid #0078D0;
  background-color: #fff;
}
.video-section .video-wrapper .video-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.video-section .video-wrapper .video-play.play {
  display: none;
}
.video-section .video-wrapper video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-section .video-title {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  background-color: #ECF1FA;
  padding: 3rem;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .video-section .video-title {
    padding: 2rem;
  }
}

.acc-section .acc-items .acc-item {
  margin-bottom: 4rem;
}
.acc-section .acc-items .acc-item:last-child {
  margin-bottom: 0;
}
.acc-section .acc-items .acc-item .acc-item-header {
  margin: 0;
}
.acc-section .acc-items .acc-item .acc-item-header .acc-item-btn {
  display: block;
  width: 100%;
  font-weight: normal;
  background-color: #ECF1FA;
  border-radius: 15rem;
  padding: 2.2rem 7.2rem 2.2rem 3rem;
  border: none;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.acc-section .acc-items .acc-item .acc-item-header .acc-item-btn:after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 3rem;
  height: 3rem;
  background-image: url(images/arrow-down.svg);
  transition: transform 0.3s ease;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.acc-section .acc-items .acc-item .acc-item-header .acc-item-btn[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}
.acc-section .acc-items .acc-item .acc-item-content {
  padding: 2rem 3rem;
}
.acc-section .acc-items .acc-item .acc-item-content > *:last-child {
  margin-bottom: 0;
}

.password-protected-section {
  padding: 8rem 0;
}
.password-protected-section .password-protection {
  margin: 0 auto;
  max-width: 40rem;
  background-color: #0078D0;
  padding: 3rem;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
}
.password-protected-section .password-protection .post-password-form input[type=password] {
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  border: none;
  background-color: #fff;
}
.password-protected-section .password-protection .post-password-form button[type=submit] {
  display: block;
  margin: 2rem auto 0;
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}
.password-protected-section .password-protection .post-password-form button[type=submit]:hover {
  background-color: #fff;
  color: #0078D0;
}

.acc-section .acc-items .acc-item .acc-item-content {
  display: none;
}
.acc-section .acc-items .acc-item .acc-item-content[aria-hidden=false] {
  display: block;
}

.error404 .text-section {
  text-align: center;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  width: calc(100% - 48px);
  margin: 0 auto;
  max-width: 1400px;
}
.grid.grid-xl {
  max-width: 1640px;
}
.grid .grid {
  width: 100%;
}
.grid > .col-1 {
  grid-column: span 1;
}
.grid > .col-2 {
  grid-column: span 2;
}
.grid > .col-3 {
  grid-column: span 3;
}
.grid > .col-4 {
  grid-column: span 4;
}
.grid > .col-5 {
  grid-column: span 5;
}
.grid > .col-6 {
  grid-column: span 6;
}
.grid > .col-7 {
  grid-column: span 7;
}
.grid > .col-8 {
  grid-column: span 8;
}
.grid > .col-9 {
  grid-column: span 9;
}
.grid > .col-10 {
  grid-column: span 10;
}
.grid > .col-11 {
  grid-column: span 11;
}
.grid > .col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 1200px) {
  .grid > .col-lg-1 {
    grid-column: span 1;
  }
  .grid > .col-lg-2 {
    grid-column: span 2;
  }
  .grid > .col-lg-3 {
    grid-column: span 3;
  }
  .grid > .col-lg-4 {
    grid-column: span 4;
  }
  .grid > .col-lg-5 {
    grid-column: span 5;
  }
  .grid > .col-lg-6 {
    grid-column: span 6;
  }
  .grid > .col-lg-7 {
    grid-column: span 7;
  }
  .grid > .col-lg-8 {
    grid-column: span 8;
  }
  .grid > .col-lg-9 {
    grid-column: span 9;
  }
  .grid > .col-lg-10 {
    grid-column: span 10;
  }
  .grid > .col-lg-11 {
    grid-column: span 11;
  }
  .grid > .col-lg-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 991px) {
  .grid > .col-md-1 {
    grid-column: span 1;
  }
  .grid > .col-md-2 {
    grid-column: span 2;
  }
  .grid > .col-md-3 {
    grid-column: span 3;
  }
  .grid > .col-md-4 {
    grid-column: span 4;
  }
  .grid > .col-md-5 {
    grid-column: span 5;
  }
  .grid > .col-md-6 {
    grid-column: span 6;
  }
  .grid > .col-md-7 {
    grid-column: span 7;
  }
  .grid > .col-md-8 {
    grid-column: span 8;
  }
  .grid > .col-md-9 {
    grid-column: span 9;
  }
  .grid > .col-md-10 {
    grid-column: span 10;
  }
  .grid > .col-md-11 {
    grid-column: span 11;
  }
  .grid > .col-md-12 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 767px) {
  .grid [class^=col-] {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 480px) {
  .grid .col-xs-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .grid .col-sm-6 {
    grid-column: span 6 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid .col-md-6 {
    grid-column: span 6;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  margin: 0;
  line-height: 1.6;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

button {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #0078D0;
  text-decoration: none;
}

.icon-link {
  text-decoration: none;
  padding-left: 2.4rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
.icon-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: filter 0.3s;
}
.icon-link.icon-after-link {
  padding-left: 0;
  padding-right: 2.4rem;
}
.icon-link.icon-after-link:before {
  left: auto;
  right: 0;
}
.icon-link:hover {
  text-decoration: none;
}
.icon-link:hover:before {
  filter: invert(34%) sepia(97%) saturate(1493%) hue-rotate(183deg) brightness(93%) contrast(96%);
}
.icon-link.phone-link:before {
  background-image: url(images/phone.svg);
}
.icon-link.mail-link:before {
  background-image: url(images/mail.svg);
}
.icon-link.ext-link:before {
  background-image: url(images/external.svg);
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  color: #0078D0;
  background-color: transparent;
  text-decoration: none;
  border-radius: 2.5em;
  padding: 0.4rem 3rem 0.5rem;
  border: 2px solid #0078D0;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}
.btn:hover {
  background-color: #0078D0;
  color: #fff;
}
.btn.btn-primary {
  color: #fff;
  background-color: #0078D0;
  border-color: #0078D0;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #0078D0;
}

h1 {
  font-size: clamp(3.2rem, 4vw, 6rem);
  font-weight: bold;
  margin: 0 0 2rem;
  line-height: 1.2;
}

h2 {
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  font-weight: bold;
  margin: 0 0 2rem;
  line-height: 1.2;
}

p {
  margin: 0 0 2rem;
}

section {
  padding: 6rem 0;
  scroll-margin-top: 76px;
}

.opening-hours {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 1.9rem;
}
.opening-hours li {
  padding: 0.5rem 0;
  display: flex;
}
.opening-hours li .opening-hours-day {
  font-size: 1.7rem;
  width: 9.5rem;
  margin-right: 1.4rem;
  padding-top: 0.2rem;
}
.opening-hours li .opening-hours-times {
  letter-spacing: -0.05rem;
}
.opening-hours li .opening-hours-spacer {
  padding: 0 0.8rem;
}
.opening-hours li .opening-hours-add {
  display: block;
  text-align: right;
  font-size: 1.3rem;
}
.opening-hours + .opening-hours-footer {
  display: block;
  font-size: 1.5rem;
}

img.alignleft {
  float: left;
  margin: 0 5rem 5rem 0;
}
img.aligncenter {
  display: block;
  margin: auto;
  float: none;
}
img.alignright {
  float: right;
  margin: 0 0 5rem 5rem;
}

.screen-reader-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#content > *:not(.contact-section) ul {
  padding: 0;
  margin: 0 0 2rem;
  list-style-type: none;
}
#content > *:not(.contact-section) ul li {
  padding-left: 1.8rem;
  position: relative;
}
#content > *:not(.contact-section) ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0078D0;
  border-radius: 50%;
}
#content > *:not(.contact-section) ol {
  padding: 0;
  margin: 0 0 2rem;
  list-style-type: none;
  counter-reset: li;
}
#content > *:not(.contact-section) ol li {
  padding-left: 2.4rem;
  position: relative;
  counter-increment: li;
}
#content > *:not(.contact-section) ol li:before {
  content: counter(li, decimal) ")";
  position: absolute;
  left: 0;
  top: 0;
  color: #0078D0;
}
#content > *:not(.contact-section) ol li ol {
  counter-reset: subli;
}
#content > *:not(.contact-section) ol li ol li {
  counter-increment: subli;
}
#content > *:not(.contact-section) ol li ol li:before {
  content: counter(subli, lower-alpha) ".";
}
