/*
Theme Name: physioteam
Author: thyme.studio
Author URI: https://thyme.studio

Version: 2024.11
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: physioteam
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/Lato/Lato-Light.ttf") format("truetype");
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

html, body {
  font-size: 16px;
  line-height: 1.3;
  hyphens: auto;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1080px) {
  html, body {
    line-height: 1.4;
  }
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.section {
  background: var(--color-bg);
  padding-bottom: 1.875rem;
  color: var(--color-f);
}
@media only screen and (min-width: 768px) {
  .section {
    padding-bottom: 3.125rem;
  }
}
.section a {
  color: var(--color-h);
  text-decoration: none;
}

.module-wrap {
  position: relative;
  display: block;
  padding: 1.875rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .module-wrap {
    display: flex;
    justify-content: space-between;
    padding: 3.125rem 1.875rem;
    transition: background 0.4s ease-in-out;
  }
  .module-wrap .col:first-of-type {
    width: calc(25% - 15px);
  }
  .module-wrap .col:last-of-type {
    width: calc(75% - 15px);
  }
}
@media only screen and (min-width: 1400px) {
  .module-wrap {
    padding: 3.125rem clamp(30px, 10vw, 200px);
  }
}
.module__title {
  position: relative;
  display: block;
  margin-bottom: 1.875rem;
  color: var(--color-s);
  font-size: 1.875rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .module.service-category .module-wrap, .module.location .module-wrap {
    display: block;
    padding: 3.125rem 1.875rem;
    transition: background 0.4s ease-in-out;
  }
  .module.service-category .module-wrap .col:first-of-type, .module.location .module-wrap .col:first-of-type {
    width: 100%;
  }
  .module.service-category .module-wrap .col:last-of-type, .module.location .module-wrap .col:last-of-type {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .module.service-category .module-wrap, .module.location .module-wrap {
    padding: 3.125rem clamp(30px, 10vw, 200px);
  }
}
.module:not(.keyvisual) .module-wrap:hover {
  background: rgba(255, 255, 255, 0.25);
}

p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.toggle-able .toggle-target {
  display: none;
}
.toggle-able.--toggled .toggle-target {
  display: block;
}

.buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.875rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.btn {
  background: var(--color-p);
  position: relative;
  display: inline-block;
  padding: 0.3125rem 0.9375rem 0.4375rem;
  color: white !important;
  border-radius: 0.5rem;
  font-size: 0.9em;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.btn:not(:last-of-type) {
  margin: 0 0.625rem 0.625rem 0;
}
.btn:hover {
  opacity: 0.75;
}

#footer .footer__wrap {
  background: black;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 1.875rem 1.25rem;
  color: white;
}
@media only screen and (min-width: 1080px) {
  #footer .footer__wrap {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  #footer .footer__wrap > * {
    width: 50%;
  }
}
#footer .footer__wrap nav {
  display: flex;
  margin-bottom: 1.875rem;
  opacity: 0.5;
}
@media only screen and (min-width: 1080px) {
  #footer .footer__wrap nav {
    text-align: right;
  }
  #footer .footer__wrap nav ul {
    display: flex;
    justify-content: space-evenly;
  }
}
#footer .footer__wrap nav > div {
  display: block;
  width: 50%;
}
@media only screen and (min-width: 1080px) {
  #footer .footer__wrap nav > div {
    width: 100%;
  }
}
#footer .footer__wrap nav a {
  display: block;
  position: relative;
  padding: 0.3125rem;
  margin-left: -0.3125rem;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1080px) {
  #footer .footer__wrap nav a {
    padding: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .footer__wrap {
    display: flex;
    padding: 3.125rem 1.875rem;
  }
}
@media only screen and (min-width: 1400px) {
  #footer .footer__wrap {
    padding: 3.125rem clamp(30px, 10vw, 200px);
  }
}

#header {
  background: white;
  position: relative;
  display: flex;
  padding: 0.625rem;
  justify-content: space-between;
  z-index: 100;
}
#header .branding {
  position: relative;
  display: block;
  padding: 0.625rem;
}
#header .branding svg {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
#header .branding svg * {
  fill: none;
  stroke: black;
  stroke-width: 35px;
  stroke-linecap: round;
}
#header nav {
  background: #fef5e4;
  position: absolute;
  display: none;
  top: 4.6875rem;
  padding: 1.25rem;
  left: 0;
  right: 0;
}
#header nav a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#header nav .menu {
  display: inline-block;
  font-size: 1.4em;
}
#header nav .menu > li {
  position: relative;
  display: block;
  padding-right: 2.5rem;
  margin-bottom: 0.3125rem;
}
#header nav .menu > li > a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
}
#header nav .menu > li > a::before, #header nav .menu > li > a::after {
  content: "";
  background: #fa9902;
  position: absolute;
  display: block;
  top: 2rem;
  right: -1.25rem;
  border-radius: 0.3125rem;
  transform: rotate(135deg);
  transform-origin: top right;
  pointer-events: none;
  cursor: pointer;
}
#header nav .menu > li > a::before {
  width: 0.375rem;
  height: 0.9375rem;
}
#header nav .menu > li > a::after {
  width: 0.9375rem;
  height: 0.375rem;
}
#header nav .menu > li.--open > a::before, #header nav .menu > li.--open > a::after {
  top: 1rem;
  transform: rotate(315deg);
}
#header nav .menu > li.--open .sub-menu {
  display: block;
}
#header nav .sub-menu {
  position: relative;
  display: none;
  padding-left: 1.875rem;
}
#header nav .sub-menu a {
  color: #fa9902;
}
#header nav .sub-menu > li {
  margin-bottom: 0.3125rem;
}
#toggle-nav {
  position: relative;
  display: block;
  padding: 0.625rem;
  cursor: pointer;
}
#toggle-nav svg {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
#toggle-nav .close {
  display: block;
}
#toggle-nav .open {
  display: none;
}

.--menu-open #header nav {
  display: block;
}
.--menu-open #toggle-nav .close {
  display: none;
}
.--menu-open #toggle-nav .open {
  display: block;
}

.keyvisual {
  background: var(--color-p) !important;
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  overflow: clip;
  z-index: 2;
}
.keyvisual__overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(100vh);
  transition: transform 0.8s ease-in-out;
}
.keyvisual__overlay img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.keyvisual__headline {
  position: relative;
  display: block;
  max-width: 53.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  color: var(--color-bg);
  font-size: clamp(40px, 5vw, 56px);
  text-align: center;
  z-index: 1;
}
.keyvisual.--animated .keyvisual__overlay {
  transform: translateY(0);
}

img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1080px) {
  .service-intro .module__desc {
    padding-right: calc(33.3333333333% + 20px);
  }
}
.service-intro .module__desc h1, .service-intro .module__desc h2, .service-intro .module__desc h3, .service-intro .module__desc h4, .service-intro .module__desc h5, .service-intro .module__desc h6 {
  color: var(--color-p);
  font-size: 1.4em;
  margin-bottom: 0.7em;
}
.service-intro .module__desc img {
  position: relative;
  display: block;
  width: auto;
  height: 6.25rem;
  margin: 1.25rem 0;
}

.service-category {
  position: relative;
  display: block;
}
.service-category .module__title {
  font-size: 1.4em;
  padding-top: 1.25rem;
  border-top: solid 0.625rem var(--color-p);
}
@media only screen and (min-width: 1080px) {
  .service-category .module__desc {
    padding-right: calc(25% + 20px);
  }
}

.subcategories {
  position: relative;
  display: block;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .subcategories {
    display: flex;
    flex-wrap: wrap;
  }
}

.subcategory {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .subcategory {
    width: calc(50% - 15px);
    margin-bottom: 1.875rem;
  }
  .subcategory:nth-of-type(2n + 1) {
    margin-right: 1.875rem;
  }
}
@media only screen and (min-width: 1080px) {
  .subcategory {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 1.875rem;
  }
  .subcategory:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .subcategory:nth-of-type(3n + 1), .subcategory:nth-of-type(3n + 2) {
    margin-right: 1.5625rem;
  }
}
@media only screen and (min-width: 1400px) {
  .subcategory {
    width: calc(25% - 30px);
  }
  .subcategory:nth-of-type(3n + 1), .subcategory:nth-of-type(3n + 2) {
    margin-right: 0;
  }
  .subcategory:nth-of-type(4n + 1), .subcategory:nth-of-type(4n + 2), .subcategory:nth-of-type(4n + 3) {
    margin-right: 2.1875rem;
  }
}
.subcategory:not(:last-of-type) {
  margin-bottom: 1.875rem;
}
.subcategory__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  padding-bottom: 75%;
  border-radius: 0.625rem;
  overflow: clip;
  cursor: pointer;
}
.subcategory__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
@media only screen and (min-width: 1080px) {
  .subcategory__thumbnail:hover img {
    transform: scale(1.05);
  }
}
.subcategory__title {
  display: block;
  position: relative;
  padding-right: 2.5rem;
  font-size: 1.2em;
  font-weight: 400;
  cursor: pointer;
}
.subcategory__desc {
  position: relative;
  padding-top: 0.625rem;
}
.subcategory__toggle {
  position: absolute;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: rotate(225deg);
}
.subcategory__toggle::before, .subcategory__toggle::after {
  content: "";
  background: var(--color-p);
  position: absolute;
  display: block;
  top: 30%;
  left: 30%;
  border-radius: 0.3125rem;
}
.subcategory__toggle::before {
  width: 0.375rem;
  height: 60%;
}
.subcategory__toggle::after {
  width: 60%;
  height: 0.375rem;
}
.subcategory .buttons {
  padding-top: 0.625rem;
  flex-wrap: nowrap;
  justify-content: stretch;
}

.--toggled .subcategory__toggle {
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .jobs-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.job {
  background: white;
  position: relative;
  display: block;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
.job:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .job {
    width: calc(50% - 15px);
    margin-bottom: 1.875rem;
  }
  .job:nth-of-type(2n + 1) {
    margin-right: 1.5625rem;
  }
}
@media only screen and (min-width: 1080px) {
  .job {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 1.875rem;
  }
  .job:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .job:nth-of-type(3n + 1), .job:nth-of-type(3n + 2) {
    margin-right: 1.5625rem;
  }
}
.job__title {
  position: relative;
  display: block;
  width: calc(100% - 50px);
  font-size: 1.4em;
}
.job__desc {
  padding-top: 0.7em;
  padding-bottom: 1em;
}
.job__comment {
  position: relative;
  padding-top: 0.9375rem;
  font-size: 0.9em;
}
.job__comment::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -1.25rem;
  left: -1.25rem;
  border-top: solid 0.0625rem var(--color-p);
}
.job__toggle {
  position: absolute;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 1.4375rem;
  right: 1.4375rem;
  cursor: pointer;
  transform: rotate(225deg);
}
.job__toggle::before, .job__toggle::after {
  content: "";
  background: var(--color-p);
  position: absolute;
  display: block;
  top: 30%;
  left: 30%;
  border-radius: 0.3125rem;
}
.job__toggle::before {
  width: 0.375rem;
  height: 60%;
}
.job__toggle::after {
  width: 60%;
  height: 0.375rem;
}

.--toggled .job__toggle {
  transform: rotate(45deg);
}

.team-members {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}

.team-member {
  position: relative;
  display: block;
  width: calc(50% - 15px);
  margin-bottom: 1.875rem;
}
.team-member:nth-of-type(2n + 1) {
  margin-right: 1.875rem;
}
@media only screen and (min-width: 1080px) {
  .team-member {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 1.875rem;
  }
  .team-member:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .team-member:nth-of-type(3n + 1), .team-member:nth-of-type(3n + 2) {
    margin-right: 1.5625rem;
  }
}
@media only screen and (min-width: 1400px) {
  .team-member {
    width: calc(25% - 30px);
  }
  .team-member:nth-of-type(3n + 1), .team-member:nth-of-type(3n + 2) {
    margin-right: 0;
  }
  .team-member:nth-of-type(4n + 1), .team-member:nth-of-type(4n + 2), .team-member:nth-of-type(4n + 3) {
    margin-right: 2.1875rem;
  }
}
.team-member__picture {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  padding-bottom: 75%;
  border-radius: 0.625rem;
  overflow: clip;
}
.team-member__picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
@media only screen and (min-width: 1080px) {
  .team-member__picture:hover img {
    transform: scale(1.05);
  }
}
.team-member__name {
  position: relative;
  display: block;
  color: var(--color-p);
  font-size: 1.2em;
  margin-bottom: 0.1em;
}
.team-member__position {
  position: relative;
  display: block;
  color: var(--color-h);
  margin-bottom: 0.5em;
}
.team-member__toggle {
  position: absolute;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  cursor: pointer;
  transform: rotate(225deg);
}
.team-member__toggle::before, .team-member__toggle::after {
  content: "";
  background: var(--color-p);
  position: absolute;
  display: block;
  top: 30%;
  left: 30%;
  border-radius: 0.3125rem;
}
.team-member__toggle::before {
  width: 0.375rem;
  height: 60%;
}
.team-member__toggle::after {
  width: 60%;
  height: 0.375rem;
}

.--toggled .team-member__toggle {
  transform: rotate(45deg);
}

.testimonials {
  overflow: clip;
}

.testimonial {
  padding-right: 1.875rem;
}
.testimonial__name {
  position: relative;
  display: block;
  margin-bottom: 0.4em;
  font-size: 1.4em;
}
.testimonial__comment {
  font-size: 0.85em;
  opacity: 0.5;
}
.testimonial__score {
  position: relative;
  display: flex;
  margin-bottom: 0.625rem;
}
.testimonial__score svg {
  position: relative;
  width: 0.9375rem;
  height: auto;
  margin-right: 0.3125rem;
}
.testimonial__score svg path {
  fill: none;
  stroke: var(--color-p);
  stroke-width: 0.125rem;
}
.testimonial__score svg.full path {
  fill: var(--color-p);
}

.testimonials-wrap {
  width: calc(100% + 20px);
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .testimonials-wrap {
    width: calc(100% + 30px);
  }
}
@media only screen and (min-width: 1400px) {
  .testimonials-wrap {
    width: calc(100% + clamp(30px, 10vw, 200px));
  }
}

.gallery {
  overflow: clip;
}
.gallery-wrap {
  position: relative;
  display: block;
  width: calc(100% + 20px);
  margin-bottom: 1.25rem;
  padding-bottom: 2.5rem;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .gallery-wrap {
    width: calc(100% + 50px);
  }
}
@media only screen and (min-width: 1400px) {
  .gallery-wrap {
    width: calc(100% + clamp(30px, 10vw, 200px));
  }
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.6666666667% !important;
}
.gallery-item img {
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0.625rem;
  overflow: clip;
}
.gallery .swiper-scrollbar {
  background: white;
  position: absolute;
  display: block;
  height: 0.375rem;
  bottom: 0.9375rem;
  right: 1.25rem;
  left: 3.125rem;
}
.gallery .swiper-scrollbar-drag {
  background: var(--color-p);
}
.gallery-buttons .swiper-button-next {
  transform: rotate(135deg);
  left: 1.25rem;
}
.gallery-buttons .swiper-button-prev {
  transform: rotate(-45deg);
  left: -0.3125rem;
}
.gallery-buttons .swiper-button-next,
.gallery-buttons .swiper-button-prev {
  background: none;
  position: absolute;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  top: auto;
  bottom: 0.3125rem;
  right: auto;
  cursor: pointer;
}
.gallery-buttons .swiper-button-next::before, .gallery-buttons .swiper-button-next::after,
.gallery-buttons .swiper-button-prev::before,
.gallery-buttons .swiper-button-prev::after {
  content: "";
  background: var(--color-p);
  position: absolute;
  display: block;
  top: 30%;
  left: 30%;
  border-radius: 0.3125rem;
}
.gallery-buttons .swiper-button-next::before,
.gallery-buttons .swiper-button-prev::before {
  width: 0.375rem;
  height: 60%;
}
.gallery-buttons .swiper-button-next::after,
.gallery-buttons .swiper-button-prev::after {
  width: 60%;
  height: 0.375rem;
}

.navigation {
  position: relative;
  z-index: 2;
}
.navigation-item {
  position: relative;
  display: block;
  width: 50%;
  padding-bottom: 33.3333333333%;
}
@media only screen and (min-width: 1080px) {
  .navigation-item {
    width: 25%;
    padding-bottom: 33.3333333333%;
  }
}
.navigation-item figure {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
.navigation-item img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.navigation-item span {
  background: white;
  position: relative;
  display: inline-block;
  padding: 0.3125rem 0.9375rem 0.4375rem;
  color: var(--color-p);
  border-radius: 0.5rem;
  z-index: 1;
}
@media only screen and (min-width: 1080px) {
  .navigation-item span {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1080px) {
  .navigation-item:hover span {
    opacity: 1;
    transform: translateY(0);
  }
}
.navigation-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.navigation.--fixed {
  display: none;
}
.navigation.--fixed .navigation-wrap {
  display: block;
}
@media only screen and (min-width: 1080px) {
  .navigation.--fixed {
    display: block;
    position: fixed;
    top: 3.125rem;
    left: 1.875rem;
    z-index: 1;
  }
  .navigation.--fixed .navigation-item {
    width: auto;
    padding-bottom: 0;
  }
  .navigation.--fixed .navigation-item:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
  .navigation.--fixed .navigation-item span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1080px) and (min-width: 1080px) {
  .navigation.--fixed .navigation-item {
    width: auto;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .location .col:nth-of-type(2) {
    display: flex;
  }
  .location .col:nth-of-type(2) > * {
    width: calc(50% - 15px);
  }
  .location .col:nth-of-type(2) > *:first-of-type {
    margin-right: 1.875rem;
  }
}
@media only screen and (min-width: 1400px) {
  .location .col:nth-of-type(2) {
    padding-right: 25%;
  }
}
.location__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 66.6666666667%;
}
@media only screen and (min-width: 768px) {
  .location__thumbnail {
    padding-bottom: calc((50% - 15px) / 3 * 2);
  }
}
.location__thumbnail img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.form {
  position: relative;
}
.form form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 25rem;
}
.form .field {
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
}
.form .field input,
.form .field textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border: solid 0.0625rem var(--color-f);
  border-radius: 0.5rem;
  font-size: 1rem;
}
.form .field input:focus,
.form .field textarea:focus {
  outline: none;
}
.form .field input + label,
.form .field textarea + label {
  background: var(--color-bg);
  position: absolute;
  padding: 0 0.3125rem;
  top: -0.5rem;
  left: 0.625rem;
  font-size: 0.75em;
}
.form .field input:required + label::after,
.form .field textarea:required + label::after {
  content: "*";
  color: var(--color-f);
}
.form .field textarea {
  height: 9.375rem;
  min-height: 9.375rem;
  max-height: 9.375rem;
}
.form .field.hnpt {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: clip;
}
.form #submit {
  background: var(--color-f);
  color: var(--color-bg);
  font-size: 1rem;
  padding: 0.625rem 0.9375rem;
  border: none;
  border-radius: 0.5rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.form #submit:hover {
  opacity: 0.75;
}
.form .msg .success,
.form .msg .error {
  display: none;
  font-size: 0.8em;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: monospace;
}
.form .msg .success {
  background: #f3ffeb;
  color: #4ba313;
  border: solid 1px #4ba313;
}
.form .msg .error {
  background: #fef5e4;
  color: #ff7300;
  border: solid 1px #ff7300;
}

.--sendform-success .form .msg .success {
  display: block;
}

.--sendform-error .form .msg .error {
  display: block;
}

.blog-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 1.875rem;
}
.blog-list-item {
  background: white;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.625rem 0.625rem 0.9375rem;
  border: solid 0.0625rem var(--color-p);
  border-bottom-width: 0.1875rem;
  border-radius: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .blog-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1080px) {
  .blog-list-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1920px) {
  .blog-list-item {
    width: calc((100% - 60px) / 3);
  }
}
.blog-list-item__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
  aspect-ratio: 3/2;
  border-radius: 0.625rem;
  overflow: clip;
  cursor: pointer;
}
.blog-list-item__thumb img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
@media only screen and (min-width: 1080px) {
  .blog-list-item__thumb:hover img {
    transform: scale(1.05);
  }
}
.blog-list-item__title {
  display: block;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .blog-list-item__title {
    padding-right: 0.625rem;
  }
}
.blog-list-item__title > a {
  color: var(--color-p);
}
.blog-list-item__content {
  display: none;
}
.blog-list-item__content h1, .blog-list-item__content h2, .blog-list-item__content h3 {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
}
.blog-list-item__content h1::after, .blog-list-item__content h2::after, .blog-list-item__content h3::after {
  content: "";
  background: var(--color-h);
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.blog-list-item__content h4 {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: bold;
}
.blog-list-item__content h4::after {
  content: "";
  background: var(--color-h);
  display: block;
  width: 3.125rem;
  height: 0.125rem;
  margin-bottom: 1.25rem;
}
.blog-list-item__content ol {
  list-style: decimal;
  padding-left: 0.9375rem;
  margin-bottom: 1.875rem;
}
.blog-list-item__content ol li:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.blog-list-item__content ol ol {
  list-style: disc;
}
.blog-list-item__content strong, .blog-list-item__content b {
  font-weight: bold;
}
.blog-list-item__content em, .blog-list-item__content i {
  font-style: italic;
}
.blog-list-item.--toggled {
  width: 100%;
}
.blog-list-item.--toggled .blog-list-item__content {
  display: block;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 1080px) {
  .blog-list-item.--toggled {
    display: block;
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .blog-list-item.--toggled .blog-list-item__thumb {
    width: 50%;
    max-width: 31.25rem;
    float: left;
    margin: 0 1.25rem 1.875rem 0;
  }
  .blog-list-item.--toggled .blog-list-item__title {
    font-size: 1.8em;
    line-height: 1.1;
  }
}

.courses-form {
  background: yellow;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-style: 1rem;
}
.courses-form .field {
  position: relative;
  display: block;
}
.courses-form .field-w25 {
  width: 25%;
}
.courses-form .field-w50 {
  width: 50%;
}
.courses-form .field-w75 {
  width: 75%;
}
.courses-form .field-w100 {
  width: 100%;
}
.courses-form .field select,
.courses-form .field textarea,
.courses-form .field input {
  background: none;
  position: relative;
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 0.0625rem black;
  appearance: none;
  font-size: inherit;
}
.courses-form .field select:focus,
.courses-form .field textarea:focus,
.courses-form .field input:focus {
  outline: none;
}
.courses-form .field select + label,
.courses-form .field textarea + label,
.courses-form .field input + label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: red;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
