@font-face {
  font-family: 'icomoon';
  src:  url('../themes/tapas/assets/fonts/icomoon.eot?bzahai');
  src:  url('../themes/tapas/assets/fonts/icomoon.eot?bzahai#iefix') format('embedded-opentype'),
    url('../themes/tapas/assets/fonts/icomoon.ttf?bzahai') format('truetype'),
    url('../themes/tapas/assets/fonts/icomoon.woff?bzahai') format('woff'),
    url('../themes/tapas/assets/fonts/icomoon.svg?bzahai#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
	content: "\e91b";
  }
  .icon-family_restroom:before {
	content: "\e918";
  }
  .icon-sd:before {
	content: "\e916";
  }
  .icon-hd:before {
	content: "\e915";
  }
  .icon-group:before {
	content: "\e919";
  }
  .icon-single:before {
	content: "\e91a";
  }
  .icon-gamepad:before {
	content: "\e917";
  }
  .icon-check:before {
	content: "\e90d";
  }
  .icon-close:before {
	content: "\e90c";
  }
  .icon-bars:before {
	content: "\e90b";
  }
  .icon-xmark:before {
	content: "\e90e";
  }
  .icon-chevron-right:before {
	content: "\e90f";
  }
  .icon-circle-arrow-up:before {
	content: "\e910";
  }
  .icon-circle-check:before {
	content: "\e911";
  }
  .icon-arrow-right2:before {
	content: "\e912";
  }
  .icon-bars1:before {
	content: "\e913";
  }
  .icon-circle-arrow-down:before {
	content: "\e914";
  }
  .icon-envelope:before {
	content: "\e909";
  }
  .icon-phone:before {
	content: "\e90a";
  }
  .icon-buildings:before {
	content: "\e908";
  }
  .icon-arrow-down:before {
	content: "\e904";
  }
  .icon-arrow-left:before {
	content: "\e905";
  }
  .icon-arrow-right:before {
	content: "\e906";
  }
  .icon-lightbulb:before {
	content: "\e907";
  }
  .icon-linkedin:before {
	content: "\e900";
  }
  .icon-location:before {
	content: "\e901";
  }
  .icon-newspaper:before {
	content: "\e902";
  }
  .icon-user:before {
	content: "\e903";
  }
  
@charset "UTF-8";
html {
  font-size: 10px;
  background-color: white;
}
body {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 5rem;
  overflow: hidden;
}
main h1 {
  max-width: 81rem;
}
main h1, main h2 {
  font: normal normal 300 5rem/6rem Lato;
}
main p.sub {
  font: normal normal normal 2.4rem/3.4rem Lato;
}
div {
  position: relative;
}
a {
  color: #000;
}
a.withArrow {
  position: relative;
  padding-left: 2.3rem;
  transition-duration: 300ms;
  text-decoration: none;
}
a.withArrow:before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  font-size: 1.8rem;
  color: #EA661E;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition-duration: 300ms;
  transition-property: color, transform;
}
a.withArrow:hover {
  transform: translateX(0.5rem);
  color: #EA661E;
}
a.withArrow:hover:before {
  transform: translate(-0.5rem, -50%) rotate(-45deg);
}
@media (max-width: 900px) {
  main h1 {
    font: normal normal 300 4.2rem/5.2rem Lato;
  }
  main h2 {
    font: normal normal 300 3.2rem/4.2rem Lato;
  }
  main p.sub {
    font: normal normal normal 2rem/3rem Lato;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 2.666vw;
  }
  main {
    padding: 0 2.4rem;
    margin-top: 9rem;
  }
  main h1 {
    font: normal normal 300 3.8rem/4.8rem Lato;
  }
  main h2 {
    font: normal normal 300 2.8rem/3.6rem Lato;
  }
  main p.sub {
    font: normal normal normal 2rem/3rem Lato;
  }
}
header {
  position: static;
  max-width: 1240px;
  padding: 5rem 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  text-decoration: none;
}
header nav {
  display: flex;
  gap: 4rem;
  align-items: center;
}
header nav a {
  font: normal normal normal 2.2rem/3rem Lato;
}
header .mobile {
  display: none;
}
header .logo {
  height: 3.8rem;
}
header .ornament {
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translateX(-680px);
  height: 3.8rem;
}
@media (max-width: 1420px) {
  header .logo {
    content: url("../themes/tapas/assets/img/logo_full.svg");
  }
  header .ornament {
    display: none;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
  header .mobile {
    display: block;
  }
  header .mobile button {
    background: none;
    border: none;
    font-size: 2.3rem;
    padding: 0;
    margin: 0;
    color: #EA661E;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  header {
    padding: 2rem 2rem;
    position: fixed;
    background: white;
    width: calc(100vw - 4rem);
    z-index: 10;
    top: 0;
  }
  header .logo {
    height: 3rem;
  }
}
footer {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  padding: 2rem;
}
footer a {
  font: normal normal normal 1.8rem/2.2rem Lato;
  text-decoration: none;
}
footer nav {
  display: flex;
  align-items: center;
}
footer nav.left {
  gap: 3rem;
}
footer nav.right {
  gap: 4rem;
}
@media (max-width: 900px) {
  footer {
    flex-direction: column;
    gap: 0;
  }
  footer nav:first-child {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 2rem;
  }
  footer nav:last-child {
    padding-top: 2rem;
  }
}
@media (max-width: 600px) {
  footer {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  footer nav:first-child {
    flex-direction: column-reverse;
    gap: 1.5rem;
    border-bottom: none;
    padding-bottom: 0;
  }
  footer nav:first-child div:first-child {
    padding-top: 2rem;
    border-top: 1px solid #D6D6D6;
    margin-top: 3rem;
  }
  footer nav:last-child {
    flex-direction: column;
    gap: 0.9rem;
  }
}
.twoCols {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  margin: 1rem auto;
  gap: 3rem;
}
.twoCols .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(50% - 1rem);
  gap: 3rem;
}
.twoCols .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 1rem);
  gap: 3rem;
}
.twoCols img {
  width: 100%;
}
.twoCols.withAnim img {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.twoCols.withAnim img.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .twoCols {
    padding: 3rem 0;
    flex-direction: column;
  }
  .twoCols .left, .twoCols .right {
    width: 100%;
  }
  .twoCols .left {
    align-items: flex-start;
  }
  .twoCols img {
    max-width: unset;
    width: 100%;
  }
}
.projectList .left {
  padding-top: 20rem;
}
.projectList .quote {
  font: normal normal normal 2.4rem/4.6rem Lato;
  text-align: right;
  width: min(48.6rem, 100%);
  margin: 6rem 0 5rem;
}
.projectList .quote quote {
  display: block;
  font: normal normal 300 3.6rem/4.6rem Lato;
}
.projectList .quote p {
  margin: 0;
}
@media (min-width: 1800px) {
  .projectList a img {
    max-width: 550px;
  }
}
@media (max-width: 992px) {
  .projectList {
    flex-direction: column;
  }
  .projectList .left, .projectList .right {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }
  .projectList .left a img, .projectList .right a img {
    max-width: 55vw;
  }
}
@media (max-width: 600px) {
  .projectList .left a img, .projectList .right a img {
    width: 100%;
    max-width: 100vw;
  }
  .projectList .quote {
    margin: 2rem 0 2rem;
  }
  .projectList .quote quote {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
a.projectLink {
  display: block;
  position: relative;
  overflow: hidden;
}
a.projectLink img {
  transition: transform 0.3s;
}
a.projectLink .overlay {
  position: absolute;
  display: flex;
  opacity: 0;
  z-index: 1;
  line-height: 26px;
  line-height: 2.6rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3rem;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.4s ease;
}
a.projectLink .overlay div {
  transform: translateY(2rem);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
}
a.projectLink .overlay h3 {
  font: normal normal 300 4.5rem/5.5rem Lato;
  margin: 0;
}
a.projectLink .overlay h4 {
  font: normal normal 300 3rem/4rem Lato;
  margin: 1rem 0 0;
}
a.projectLink .overlay p.tags {
  font: normal normal 300 2.4rem / 3.4rem Lato;
  max-width: 66%;
  margin: 0;
}
a.projectLink .overlay p.tags span:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
}
a.projectLink:hover .overlay {
  opacity: 1;
}
a.projectLink:hover img {
  transform: scale(1.15);
}
a.projectLink:hover div {
  transform: translateY(0);
  opacity: 1;
}
a.projectLink:hover p.tags:after {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  font-family: "icomoon";
  content: "";
  background-color: #EA661E;
  color: white;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1240px) {
  a.projectLink .overlay h3 {
    font: normal normal 300 3vw/4vw Lato;
  }
  a.projectLink .overlay h4 {
    font: normal normal 300 2.7vw/3.7vw Lato;
  }
  a.projectLink .overlay p.tags {
    font: normal normal 300 2.1rem / 3.1rem Lato;
  }
}
@media (max-width: 992px) {
  a.projectLink .overlay {
    display: none !important;
  }
}
a.galleryLink {
  display: block;
  position: relative;
  overflow: hidden;
}
a.galleryLink img {
  transition: transform 0.3s;
}
a.galleryLink .overlay {
  position: absolute;
  display: flex;
  opacity: 0;
  z-index: 1;
  line-height: 26px;
  line-height: 2.6rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3rem;
  flex-direction: column-reverse;
  justify-content: space-between;
  transition: opacity 0.4s ease;
}
a.galleryLink .overlay div {
  transform: translateY(2rem);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
}
a.galleryLink .overlay p {
  font: normal normal 300 2.5rem/3.6rem Lato;
  margin: 0;
}
a.galleryLink:hover .overlay {
  opacity: 1;
}
a.galleryLink:hover img {
  transform: scale(1.15);
}
a.galleryLink:hover div {
  transform: translateY(0);
  opacity: 1;
}
a.galleryLink:hover p:after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-family: "icomoon";
  content: "";
  background-color: #EA661E;
  color: white;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1240px) {
  a.galleryLink .overlay p {
    font: normal normal 300 2.7vw/3.7vw Lato;
  }
}
@media (max-width: 992px) {
  a.galleryLink .overlay {
    display: none !important;
  }
}
.moreProjects {
  max-width: 1650px;
  margin: 10rem auto;
}
.moreProjects .projectList {
  margin: 4rem -1rem 0;
}
.moreProjects .projectList .project {
  display: block;
  min-height: 100%;
  padding: 0 1rem;
}
.moreProjects .projectList .project img {
  height: 350px;
  width: auto;
  max-width: 90vw;
  object-fit: cover;
}
.moreProjects .projectList .project .overlay {
  padding: 2rem;
}
.moreProjects .projectList .project .overlay h3 {
  margin-top: 0;
}
.moreProjects .projectList .project .overlay p {
  line-height: 2.2rem;
}
.moreProjects .projectList .splideButtons {
  position: absolute;
  width: 100%;
  top: 50%;
}
.moreProjects .projectList .splideButtons button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  background-color: #EA661E;
  color: white;
  border: none;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.moreProjects .projectList .splideButtons button.prev {
  left: -2.5rem;
}
.moreProjects .projectList .splideButtons button.next {
  right: -2.5rem;
}
.services {
  max-width: 1130px;
  margin: 10rem auto 0;
  padding: 3rem 0 2rem;
}
.services .headline {
  border-bottom: 0.1rem solid #e5e5e5;
  width: unset;
}
.services .headline h2 {
  max-width: 84.5rem;
  margin: 0;
}
.services .headline p.sub {
  color: #7F7F80;
  font: normal normal medium 2.4rem/7rem Lato;
  text-align: right;
  margin-top: 0;
  padding-bottom: 5rem;
}
.services .group {
  display: grid;
  grid-template-columns: 30% 1fr;
  border-bottom: 0.1rem solid #e5e5e5;
  margin-bottom: 2rem;
}
.services .group h3 {
  font: normal normal 500 2.4rem/3.4rem Lato;
  margin: 1.8rem 0 0;
  color: #7F7F80;
}
.services .group .list .item {
  padding: 2rem 0;
}
.services .group .list .item:not(:last-child) {
  border-bottom: 0.1rem solid #e5e5e5;
}
.services .group .list .item h3 {
  display: block;
  font: normal normal 500 2.8rem/3.4rem Lato;
  text-decoration: none;
  z-index: 1;
  position: relative;
  margin: 0;
  color: black;
  cursor: pointer;
}
.services .group .list .item .content {
  display: none;
}
.services .group .list .item p {
  display: flex;
  font: normal normal normal 2.2rem/3.2rem Lato;
  color: #7F7F80;
  max-width: 674px;
}
.services .group .list .item i {
  position: absolute;
  font-size: 3rem;
  right: 0;
  top: 1.2rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  color: #1e1e1b;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 0;
}
.services .group .list .item.open h3 {
  color: #EA661E;
}
.services .group .list .item.open i {
  transform: rotate(45deg);
  background-color: #EA661E;
  color: white;
}
@media (max-width: 900px) {
  .services .headline h2 {
    max-width: 54rem;
  }
  .services .group {
    grid-template-columns: 23% 1fr;
  }
  .services .group h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .services .group .list .item p {
    font-size: 2rem;
    line-height: 3rem;
  }
  .services .group .list .item a {
    font-size: 2.4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 600px) {
  .services {
    margin: 0;
  }
  .services .headline {
    display: flex;
    flex-direction: column-reverse;
    border-top: 0.1rem solid #e5e5e5;
    border-bottom: none;
    margin: 5rem 0 3rem;
    padding-top: 3rem;
  }
  .services .headline h2 {
    max-width: 54rem;
    margin-top: 0;
  }
  .services .headline p.sub {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 3rem;
  }
  .services .group {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
}
.gallery {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .content {
  display: flex;
  flex-direction: column;
  width: 80vw;
  max-width: 1440px;
}
.gallery .header {
  display: flex;
  flex-direction: row-reverse;
}
.gallery .header button {
  border: none;
  background: none;
  color: white;
  font: normal normal 500 2.2rem/3rem Lato;
  cursor: pointer;
  color: white;
}
.gallery .header button i {
  color: #EA661E;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 0.8rem;
}
.gallery nav {
  position: absolute;
  width: calc(100% + 12rem);
  top: 50%;
  left: -6rem;
  display: flex;
  justify-content: space-between;
}
.gallery nav button {
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s background;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
}
.gallery nav button i {
  font-size: 3rem;
  color: white;
}
.gallery nav button:hover {
  background-color: #EA661E;
}
.gallery .body .splide__slide {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 3rem;
  align-items: center;
  width: 80vw;
  max-width: 1440px;
  margin-right: 1px;
}
.gallery .body .wrap {
  position: relative;
  height: 57rem;
  flex-grow: 1;
  max-height: 57rem;
}
.gallery .body img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery .body .text {
  color: #E5E5E5;
  padding-right: 1rem;
}
.gallery .body .text h2 {
  font: normal normal 300 2.8rem/3.8rem Lato;
}
.gallery .body .text p {
  font: normal normal normal 1.8rem/2.8rem Lato;
}
.gallery .body .text p.project {
  font: normal normal normal 1.8rem/3.4rem Lato;
}
.gallery .body .text p.copyright {
  font: normal normal normal 1.4rem/2.4rem Lato;
}
@media (max-width: 992px) {
  .gallery .content {
    width: calc(100vw - 4rem);
  }
  .gallery .header {
    margin-bottom: 2rem;
  }
  .gallery .body .splide__slide {
    grid-template-columns: 1fr;
    gap: 3rem;
    width: calc(100vw - 4rem);
  }
  .gallery .body .splide__slide .wrap {
    max-height: 50vh;
  }
}
.home main > .headline h1 {
  font: normal normal 300 7rem/8rem Lato;
  max-width: 85rem;
}
.home main > .headline p.sub {
  max-width: 45rem;
}
@media (max-width: 900px) {
  .home main > .headline h1 {
    font: normal normal 300 4.2rem/5.2rem Lato;
    max-width: 54rem;
  }
  .home main > .headline p.sub {
    max-width: 35rem;
  }
}
@media (max-width: 900px) {
  .home main > .headline h1 {
    font: normal normal 300 3.8rem/4.6rem Lato;
    max-width: 54rem;
  }
  .home main > .headline p.sub {
    max-width: 35rem;
  }
}
.projects nav.serviceList {
  display: flex;
  flex-wrap: wrap;
  width: 60vw;
  max-width: 1000px;
  gap: 0.7rem 1.6rem;
}
.projects nav.serviceList a {
  font: normal normal normal 22px/32px Lato;
  color: #7F7F80;
  text-decoration: none;
}
.projects nav.serviceList a.active, .projects nav.serviceList a:hover {
  color: #EA661E;
}
.projects .projectList {
  margin: 6rem 0;
}
@media (max-width: 992px) {
  .projects nav.serviceList {
    width: 100%;
  }
}
.projectdetails h1 {
  margin-bottom: 8rem;
}
.projectdetails .twoCols.details .right .info p {
  font: normal normal normal 2.2rem/3.4rem Lato;
  color: #7F7F80;
  margin: 0 0 1rem;
}
.projectdetails .twoCols.details .right .info p a {
  color: #7F7F80;
}
.projectdetails .twoCols.details .right .info p a:hover {
  color: #EA661E;
}
.projectdetails .twoCols.details .right .info p.tags {
  font: normal normal normal 1.8rem/3rem Lato;
  color: #000000;
}
.projectdetails .photos {
  margin-bottom: 15rem;
}
.projectdetails .photos .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.projectdetails .photos .desc hr {
  height: 0;
  border: none;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
  margin: 4.5rem 0 7rem;
}
.projectdetails .photos p {
  text-align: right;
  max-width: 800px;
  right: 0;
  font: normal normal normal 2.2rem/3.2rem Lato;
  color: #7F7F80;
}
.projectdetails .photos .twoCols .left {
  padding-top: 10rem;
}
.projectdetails .photos .interText {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  margin: 8rem 0 5rem;
}
.projectdetails .photos .interText h2, .projectdetails .photos .interText p {
  margin: 0;
}
.projectdetails .photos .interText h2 {
  font: normal normal 500 2.8rem / 3.4rem Lato;
}
@media (max-width: 768px) {
  .projectdetails .twoCols.photos p {
    max-width: unset;
    text-align: left;
  }
  .projectdetails .twoCols.details .right > p {
    max-width: unset;
  }
}
.privacy .content {
  max-width: 850px;
  margin-top: 7rem;
  padding-right: 4rem;
}
.privacy .content h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.privacy .content p + h2 {
  margin-top: 5rem;
}
.privacy .content h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.privacy .content h2 + h3 {
  margin-top: 0.3rem;
}
.privacy .content h3 + p {
  margin-top: 0.3rem;
}
.privacy .content h2 + h3 {
  margin-bottom: 0;
}
.privacy .content p, .privacy .content li {
  font: normal normal normal 2.2rem/3.2rem Lato;
  color: #7F7F80;
}
@media (max-width: 1100px) {
  .privacy .headline {
    padding: 0 0 5rem;
    margin-left: 12vw;
  }
  .privacy .headline h1 {
    font-size: 3.5rem;
    line-height: 3.4rem;
  }
  .privacy .content {
    margin-left: 12vw;
    margin-top: 3rem;
  }
}
.imprint p, .imprint li {
  font: normal normal normal 2.2rem/3.2rem Lato;
  color: #7F7F80;
}
.about .desc {
  margin: 8rem auto 15rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1130px;
}
.about .desc img {
  width: 100%;
}
.about .desc hr {
  height: 0;
  border: none;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
  margin: 7rem 0;
}
.about .desc .text p {
  max-width: 845px;
  font: normal normal normal 2.2rem/3.2rem Lato;
  color: #7F7F80;
}
.about .desc .text p:first-child {
  margin-top: 0;
}
.about .twoCols .left {
  padding-top: 12rem;
}
html.dark {
  background-color: #272822;
}
html.dark h1, html.dark h2, html.dark h3, html.dark p {
  color: #fafafa;
}
html.dark header, html.dark footer, html.dark header a, html.dark footer a {
  color: #fafafa;
}
html.dark .services .group .list .item h3, html.dark .services .group .list .item i, html.dark .services .group .list .item a {
  color: #fafafa;
}

.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}@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__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}