/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 25px;
  color: #2b2648;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
[data-clickbox] {
  cursor: pointer;
}
#main {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  #main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
p {
  margin-bottom: 20px;
}
.btn {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 50px;
  padding: 0 25px;
  display: inline-block;
  margin-top: 50px;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #35e0bb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.btn.load {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s ease-in-out 0.7s;
  -moz-transition: all 1s ease-in-out 0.7s;
  -o-transition: all 1s ease-in-out 0.7s;
  -ms-transition: all 1s ease-in-out 0.7s;
  transition: all 1s ease-in-out 0.7s;
}
.btn.load.loaded {
  transform: translateY(0);
  opacity: 1;
}
.btn.flat {
  background-color: transparent;
  padding: 2px 0;
  font-weight: normal;
  border-bottom: 1px solid #9e9ca8;
  height: auto;
  line-height: 1;
}
.btn.white {
  background-color: #fff;
}
.btn:hover,
.btn:focus {
  outline: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .flex-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .col-3-4 {
    width: 75%;
  }
  .col-1-4 {
    width: 25%;
  }
  .col-1-2 {
    width: 50%;
  }
}
#cta-footer .flex-container {
  text-align: center;
  align-items: center;
}
#cta-footer .flex-container .content {
  max-width: 600px;
  margin: 50px auto;
}
#cta-footer .flex-container h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 40px;
  color: #2b2648;
  line-height: 40px;
}
.hide {
  display: none!important;
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer-main {
  margin-top: 60px;
  min-height: 200px;
  text-align: center;
  background-image: linear-gradient(to right, rgba(235, 227, 215, 0.5) 0%, rgba(243, 243, 243, 0.5) 100%);
}
.footer-main .wrapper-inner {
  position: relative;
  width: calc(100vw - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 36px;
}
.footer-main .wrapper-logo {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-main p a {
  color: #2B2648;
}
.footer-main ul {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer-main {
    text-align: left;
  }
  .footer-main .wrapper-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    width: calc(100vw - 100px);
  }
  .footer-main .wrapper-logo {
    left: 0;
    transform: none;
  }
  .footer-main p {
    padding-right: 32px;
    width: 40%;
  }
  .footer-main ul:not(.contextual-links) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
  }
  .footer-main ul:not(.contextual-links) li {
    display: inline-block;
  }
  .footer-main ul:not(.contextual-links) li:nth-child(4) a {
    text-indent: -9999px;
    width: 20px;
    background: url('../img/photosharingsite_desktop.svg');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
  }
  .footer-main ul:not(.contextual-links) li:nth-child(5) a {
    text-indent: -9999px;
    width: 20px;
    background: url('../img/zuckbook.svg');
    background-repeat: no-repeat;
    background-position: center center;
  }
  .footer-main ul:not(.contextual-links) li:nth-of-type(4) {
    order: 8;
  }
  .footer-main ul:not(.contextual-links) li:nth-of-type(4) a {
    margin-right: 0;
    padding-right: 0;
  }
  .footer-main ul:not(.contextual-links) li:nth-of-type(5) {
    order: 7;
  }
  .footer-main ul:not(.contextual-links) li:nth-of-type(6) {
    order: 6;
  }
  .footer-main ul:not(.contextual-links) li a {
    display: block;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    opacity: 0.5;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
  }
  .footer-main ul:not(.contextual-links) li a:before {
    content: "";
    display: block;
    height: 2px;
    background: #2B2648;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translateY(14px);
    transition: all 0.5s ease;
  }
  .footer-main ul:not(.contextual-links) li a.is-active {
    color: #35E0BB;
    opacity: 1;
    cursor: default;
  }
  .footer-main ul:not(.contextual-links) li a.is-active:hover {
    opacity: 1;
  }
  .footer-main ul:not(.contextual-links) li a.is-active:before {
    display: none;
  }
  .footer-main ul:not(.contextual-links) li a:hover {
    opacity: 0.6;
  }
  .footer-main ul:not(.contextual-links) li a:hover:before {
    opacity: 0.6;
    transform: translateY(10px);
  }
}
@media screen and (min-width: 1024px) {
  .footer-main ul:not(.contextual-links) li a {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-main ul:not(.contextual-links) li a {
    padding: 0 25px;
  }
}
.article.full header {
  /* Mask: */
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
  margin-bottom: 170px;
  background-image: linear-gradient(-90deg, rgba(235, 227, 215, 0.5) 3%, rgba(243, 243, 243, 0.5) 97%);
  text-align: center;
}
.article.full header h1 {
  margin-bottom: 40px;
}
.article.full header p {
  color: #9e9ca8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.article.full header a.btn {
  position: relative;
  z-index: 3;
}
.article.full header .header-postdate {
  display: block;
  margin-bottom: 36px;
  color: #9e9ca8;
  text-transform: uppercase;
  font-size: 0.75em;
}
.article.full header .header-tagcloud {
  position: relative;
  z-index: 3;
  pointer-events: none;
  margin-bottom: 8px;
}
.article.full header .header-tagcloud .tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 12px;
  background-color: #fff;
  font-size: 0.55em;
}
.article.full header .header-tagcloud .tag:first-child {
  margin-left: 0;
}
.article.full header .header-tagcloud .tag:last-child {
  margin-right: 0;
}
.article.full header .header-slider {
  width: 100vw;
  position: absolute;
  bottom: -110px;
  left: -20px;
  height: 220px;
  z-index: 2;
}
.article.full header .header-slider .swiper-slide {
  width: auto!important;
}
.article.full header .header-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
}
.article.full header .header-slider .swiper-slide .swiper-lazy-preloader {
  display: none!important;
}
.article.full header .header-slider .swiper-button-prev,
.article.full header .header-slider .swiper-button-next {
  height: 100%;
  width: 100px;
  margin-top: 0 !important;
  opacity: 0 !important;
  top: 0 !important;
}
.article.full .content {
  font-size: 20px;
}
.article.full .content .col-3-4 {
  padding-right: 100px;
}
.article.full .content h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}
.article.full .content img {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.article.full .content p {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 35px;
}
.article.full .content p strong {
  font-weight: bold;
}
.article.full .content blockquote p {
  line-height: 1.5;
  font-size: 30px;
}
.article.full .content blockquote p:before {
  content: '"';
}
.article.full .content blockquote p:after {
  content: '"';
}
.article.full .content ul {
  margin-bottom: 25px;
}
.article.full .content ul li {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}
.article.full .content ul li:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: block;
  content: "";
  background-color: #2b2648;
}
.article.full .content span.title {
  line-height: 35px;
  font-size: 14px;
  color: #9e9ca8;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
  display: inline-block;
  float: left;
}
.article.full .content span.value {
  line-height: 35px;
  font-weight: bold;
  width: calc(100% - 100px);
  display: inline-block;
  font-family: "Frank Ruhl Libre", serif;
}
.article.teaser {
  position: relative;
  padding: 0;
}
.article.teaser img {
  width: 100%;
  margin: 0;
  display: block;
  height: auto;
}
.article.teaser h3 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 30px;
  color: #2b2648;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.article.teaser a.btn {
  margin-top: 10px;
}
.article.teaser p {
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .article.full header {
    padding-bottom: 400px;
    margin-bottom: 280px;
  }
  .article.full header .header-postdate {
    font-size: 1em;
  }
  .article.full header .header-tagcloud .tag {
    height: 40px;
    line-height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 20px;
    font-size: 1em;
  }
  .article.full header .header-slider {
    width: 100vw;
    bottom: -175px;
    left: -50px;
    height: 600px;
  }
  .article.full header .header-slider .swiper-slide {
    width: calc(100% - 400px);
  }
  .article.full .content {
    padding-right: 150px;
    padding-left: 150px;
  }
  .article.full h2,
  .article.full h3,
  .article.full p {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .article.full h2 img,
  .article.full h3 img,
  .article.full p img {
    width: 166.67% !important;
    margin-left: -33% !important;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .article.full .header-slider {
    width: 100vw!important;
    left: -20px;
  }
}
.about.full header {
  /* Mask: */
  position: relative;
  width: 100%;
  padding-top: 120px;
  background-image: linear-gradient(-90deg, rgba(235, 227, 215, 0.5) 3%, rgba(243, 243, 243, 0.5) 97%);
  text-align: center;
}
.about.full header h1 {
  padding-bottom: 50px;
  text-align: left;
}
.about.full header p {
  text-align: left;
  width: 100%;
}
.about.full header p a {
  font-weight: bold;
  color: inherit;
}
.about.full header a.btn {
  position: relative;
  z-index: 3;
}
.about.full header .header-postdate {
  display: block;
  margin-bottom: 36px;
  color: #9e9ca8;
  text-transform: uppercase;
  font-size: 0.75em;
}
.about.full header .flex-container {
  flex-flow: row;
}
.about.full header .flex-container .intro {
  width: 100%;
  padding: 0 50px;
}
.about.full header .flex-container .image {
  padding: 60% 50px 0 50px;
  position: relative;
  margin-left: 50px;
  width: calc(100% - 100px);
  transform: translateY(50px);
}
.about.full header .flex-container .image img {
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
.about.full .content {
  font-size: 20px;
  padding-top: 120px;
}
.about.full .content .col-3-4 {
  padding-right: 100px;
}
.about.full .content h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}
.about.full .content img {
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.about.full .content p {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 35px;
}
.about.full .content p strong {
  font-weight: bold;
}
.about.full .content .intro p {
  font-weight: bold;
}
.about.full .content blockquote p {
  line-height: 1.5;
  font-size: 30px;
}
.about.full .content blockquote p:before {
  content: '"';
}
.about.full .content blockquote p:after {
  content: '"';
}
.about.full .content ul {
  margin-bottom: 25px;
}
.about.full .content ul li {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}
.about.full .content ul li:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: block;
  content: "";
  background-color: #2b2648;
}
.about.full .content span.title {
  line-height: 35px;
  font-size: 14px;
  color: #9e9ca8;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
  display: inline-block;
  float: left;
}
.about.full .content span.value {
  line-height: 35px;
  font-weight: bold;
  width: calc(100% - 100px);
  display: inline-block;
  font-family: "Frank Ruhl Libre", serif;
}
.about.teaser {
  position: relative;
  padding: 0;
}
.about.teaser img {
  width: 100%;
  margin: 0;
  display: block;
  height: auto;
}
.about.teaser h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  color: #2b2648;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.about.teaser a.btn {
  margin-top: 10px;
}
.about.teaser p {
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .about.full header {
    padding-bottom: 0;
    margin-bottom: 120px;
  }
  .about.full header .flex-container {
    flex-flow: row;
    position: relative;
  }
  .about.full header .flex-container .intro {
    width: 60%;
    padding: 0 150px 50px 50px;
  }
  .about.full header .flex-container .image {
    width: 40%;
    padding: 0;
    position: absolute;
    right: 50px;
    height: calc(100% + 60px);
    transform: translateY(0);
  }
  .about.full header .flex-container .image img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
    position: absolute;
  }
  .about.full h2,
  .about.full h3,
  .about.full p {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .about.full h2 img,
  .about.full h3 img,
  .about.full p img {
    width: 166.67% !important;
    margin-left: -33% !important;
  }
}
.article-overview header h1 {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 50px;
}
.article-overview .isotope-filters {
  margin-bottom: 100px;
  text-align: center;
}
.article-overview .isotope-filters button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 20px;
  font-size: 1em;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  outline: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  color: #2b2648;
  margin: 5px;
  cursor: pointer;
}
.article-overview .isotope-filters button:first-child {
  margin-left: 0;
}
.article-overview .isotope-filters button:last-child {
  margin-right: 0;
}
.article-overview .isotope-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  transition: all 0.75s ease-out;
}
.article-overview .content.article {
  width: calc(100% - 60px);
  margin-left: 20px;
  padding-bottom: 30px;
}
.article-overview .content.article img {
  width: 100%;
  object-fit: cover;
}
.article-overview .content.article time {
  display: block;
  margin-bottom: 12px;
  color: #9e9ca8;
  text-transform: uppercase;
  font-size: 0.75em;
}
.article-overview .content.article h3 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 20px;
}
.article-overview .content.article h3 a {
  color: #2b2648;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .article-overview h1 {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
  }
  .article-overview .isotope-filters {
    margin-bottom: 50px;
  }
  .article-overview .content.article {
    width: calc( (100% / 3) - 30px );
    margin: 15px;
    transition: all 0.45s ease-out;
  }
  .article-overview .content.article:hover {
    transform: scale(1.02);
  }
  .article-overview .content.article h3 {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
/**
 * Swiper 4.3.3
 * 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: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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(0px, 0, 0);
  transform: translate3d(0px, 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-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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));
}
/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.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: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.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(0px, -50%, 0);
  transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.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);
  }
}
/* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
body.menu-visible #top #logo {
  transform: translate(-50%, 38px);
  transition: all 0.45s ease-out;
}
body.menu-visible #top #logo * {
  fill: #fff;
  transition: all 0.45s ease-out;
}
body.menu-visible #top #show-menu .bar {
  background-color: #fff;
}
body.menu-visible #top #show-menu .bar:nth-child(1),
body.menu-visible #top #show-menu .bar:nth-child(6) {
  transform: rotate(45deg);
}
body.menu-visible #top #show-menu .bar:nth-child(2),
body.menu-visible #top #show-menu .bar:nth-child(5) {
  transform: rotate(-45deg);
}
body.menu-visible #top #show-menu .bar:nth-child(2) {
  left: calc(50% - 7px);
}
body.menu-visible #top #show-menu .bar:nth-child(3) {
  opacity: 0;
}
body.menu-visible #top #show-menu .bar:nth-child(4) {
  opacity: 0;
}
body.menu-visible #top #show-menu .bar:nth-child(5) {
  top: 10px;
}
body.menu-visible #top #show-menu .bar:nth-child(6) {
  left: calc(50% - 7px);
  top: 10px;
}
body.menu-visible #top #menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.45s ease-out;
}
#top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e3e1eb;
}
#top a#logo {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 27px);
  z-index: 10;
  width: 132px;
  height: 44px;
  vertical-align: middle;
  transition: all 0.15s ease-out;
}
#top a#logo * {
  transition: all 0.15s ease-out;
}
#top #show-menu {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  display: block;
  width: 24px;
  height: 14px;
}
#top #show-menu:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
}
#top #show-menu .bar {
  position: absolute;
  display: block;
  height: 2px;
  width: calc(50% + 2px);
  background-color: #2b2648;
  transition: all 0.45s ease-out;
}
#top #show-menu .bar:nth-child(even) {
  left: calc(50% - 2px);
}
#top #show-menu .bar:nth-child(odd) {
  left: 0;
}
#top #show-menu .bar:nth-child(1),
#top #show-menu .bar:nth-child(1),
#top #show-menu .bar:nth-child(2) {
  top: 0;
}
#top #show-menu .bar:nth-child(3),
#top #show-menu .bar:nth-child(4) {
  top: 6px;
}
#top #show-menu .bar:nth-child(5),
#top #show-menu .bar:nth-child(6) {
  top: 12px;
}
#top #menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: #2b2648;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease-out;
}
#top #menu > div {
  position: absolute;
  top: 20%;
  width: 100%;
  height: 60%;
}
#top #menu > div nav ul:not(.contextual-links) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
}
#top #menu > div nav ul:not(.contextual-links) li {
  display: block;
  height: 100%;
}
#top #menu > div nav ul:not(.contextual-links) li:nth-child(4) a {
  text-indent: -9999px;
  width: 20px;
  background: url("../img/photosharingsite.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#top #menu > div nav ul:not(.contextual-links) li:nth-child(5) a {
  text-indent: -9999px;
  width: 20px;
  background: url("../img/zuckbook.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
#top #menu > div nav ul:not(.contextual-links) li:nth-of-type(4) {
  order: 8;
}
#top #menu > div nav ul:not(.contextual-links) li:nth-of-type(5) {
  order: 7;
}
#top #menu > div nav ul:not(.contextual-links) li:nth-of-type(6) {
  order: 6;
}
#top #menu > div nav ul:not(.contextual-links) li a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
#top #menu > div nav ul:not(.contextual-links) li a.is-active {
  color: #fff;
  pointer-events: none;
}
#top #menu > div nav ul:not(.contextual-links) li a.is-active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#top #link-contact {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2b2648;
  letter-spacing: 1px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  body.menu-visible #top #logo {
    transform: translate(-50%, 27px);
  }
  body.menu-visible #top #logo * {
    fill: #2b2648;
  }
  #top {
    height: 90px;
  }
  #top #show-menu {
    display: none;
  }
  #top #menu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 25px;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  #top #menu > div {
    position: relative;
    top: 0;
    height: 100%;
  }
  #top #menu > div nav ul:not(.contextual-links) {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #top #menu > div nav ul:not(.contextual-links) li {
    display: inline-block;
  }
  #top #menu > div nav ul:not(.contextual-links) li:nth-child(4) a {
    text-indent: -9999px;
    width: 20px;
    background: url("../img/photosharingsite_desktop.svg");
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
  }
  #top #menu > div nav ul:not(.contextual-links) li:nth-child(5) a {
    text-indent: -9999px;
    width: 20px;
    background: url("../img/zuckbook.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }
  #top #menu > div nav ul:not(.contextual-links) li a {
    height: 90px;
    line-height: 90px;
    display: block;
    padding: 0 25px;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    opacity: 0.5;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
  }
  #top #menu > div nav ul:not(.contextual-links) li a:before {
    content: "";
    display: block;
    height: 2px;
    background: #2b2648;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translateY(14px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #top #menu > div nav ul:not(.contextual-links) li a.is-active {
    color: #35e0bb;
    opacity: 1;
  }
  #top #menu > div nav ul:not(.contextual-links) li a.is-active:after {
    display: none;
  }
  #top #menu > div nav ul:not(.contextual-links) li a:hover {
    opacity: 0.6;
  }
  #top #menu > div nav ul:not(.contextual-links) li a:hover:before {
    opacity: 0.6;
    transform: translateY(10px);
  }
  #top #menu > div nav ul:not(.contextual-links) li:nth-of-type(3) {
    margin-left: 0;
    margin-right: auto;
  }
  #top #link-contact {
    display: none;
  }
}
.homepage header {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  max-height: 600px;
  margin-bottom: 40px;
  text-align: center;
}
.homepage header img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}
.homepage header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.71) 50%, rgba(255, 255, 255, 0) 93%);
  display: block;
  top: 0;
  left: 0;
}
.homepage header .content {
  width: calc(100% - 40px);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage header .scroll-hint {
  width: 20px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.homepage header .scroll-hint svg {
  width: 100%;
  height: auto;
}
.homepage header .scroll-hint .wheel {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
.homepage section .about-teaser .content {
  padding: 20px;
}
.homepage section .about-teaser h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 40px;
  color: #2b2648;
  line-height: 40px;
}
.homepage section .promoted-retreat {
  position: relative;
}
.homepage section .promoted-retreat h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #2b2648;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 20px;
  text-transform: uppercase;
}
.homepage section .blog-overview {
  position: relative;
  padding-top: 20px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.homepage section .blog-overview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 250px);
  background-image: linear-gradient(to right, #e2e9ef 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.homepage section .blog-overview h2 {
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #2b2648;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.homepage section .wrapper-blogcarousel {
  position: relative;
  overflow: hidden;
  /*&:after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        width: 36px;
        height: 100%;
        z-index: 1;
        background-image: linear-gradient(
          to right,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 1) 100%
        );

        pointer-events: none;
      }*/
}
.homepage section .wrapper-blogcarousel .views-element-container {
  display: flex;
}
.homepage section .wrapper-blogcarousel .swiper-slide {
  width: calc(100% - 60px);
  margin-left: 20px;
  padding-bottom: 30px;
}
.homepage section .wrapper-blogcarousel .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.homepage section .wrapper-blogcarousel .swiper-slide time {
  display: block;
  margin-bottom: 12px;
  color: #9e9ca8;
  text-transform: uppercase;
  font-size: 0.75em;
}
.homepage section .wrapper-blogcarousel .swiper-slide h3 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 20px;
}
.homepage section .wrapper-blogcarousel .swiper-slide h3 a {
  color: #2b2648;
  text-decoration: none;
}
.homepage section .swiper-button-blogcarousel-prev,
.homepage section .swiper-button-blogcarousel-next {
  display: none;
}
.homepage #newsletter {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.homepage #newsletter h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 30px;
  margin-top: 20px;
  color: #2b2648;
  margin-bottom: 20px;
  line-height: 20px;
}
.homepage #newsletter a {
  color: #2b2648;
}
.homepage #newsletter #mc_embed_signup {
  background: #fff;
  clear: left;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  overflow: hidden;
  padding: 100px 20px;
}
.homepage #newsletter #mc_embed_signup input.email {
  height: 50px;
  border: none;
  width: 100%;
  padding-left: 15px;
  border-radius: 0;
  background-color: rgba(235, 227, 215, 0.5);
}
.homepage #newsletter #mc_embed_signup input.email:focus {
  outline: none;
}
.homepage #newsletter #mc_embed_signup p {
  font-size: 14px;
  line-height: 1.3;
}
.homepage #newsletter #mc_embed_signup .content__gdprLegal p {
  font-size: 12px;
  line-height: 1.1;
}
.homepage #newsletter #mc_embed_signup .btn {
  margin-top: 0;
  border: none;
}
.homepage #newsletter #mc_embed_signup label {
  font-weight: bold;
}
.homepage .testimonial {
  padding: 50px;
  background-image: linear-gradient(-90deg, rgba(233, 226, 239, 0.5) 0%, #FFFFFF 97%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.homepage .testimonial img {
  width: 100px;
  height: 100px;
  display: inline-block;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 50px;
}
.homepage .testimonial p {
  max-width: 600px;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 20px;
}
.homepage .testimonial .person {
  font-weight: bold;
  margin-top: 30px;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (min-width: 960px) {
  .homepage header {
    height: calc(100vh - 140px);
    max-height: unset;
    margin-bottom: 100px;
  }
  .homepage header .content {
    max-width: 500px;
  }
  .homepage section .about-teaser .content {
    padding: 50px;
  }
  .homepage section .promoted-retreat h2 {
    position: absolute;
    top: 50px;
    left: 150px;
    margin-left: 0;
  }
  .homepage section .blog-overview {
    padding-top: 70px;
    padding-left: 200px;
    width: 100%;
    margin-left: 0;
  }
  .homepage section .blog-overview h2 {
    margin: 0;
    transform: rotate(-90deg) translateX(-100%) translateY(-150px);
    transform-origin: 0 0;
  }
  .homepage section .wrapper-blogcarousel {
    position: absolute;
    border-left: 1px solid #e3e1eb;
  }
  .homepage section .wrapper-blogcarousel:after {
    display: none;
  }
  .homepage section .wrapper-blogcarousel .swiper-slide {
    width: 400px;
    margin-left: 30px;
    transition: all 0.45s ease-out;
  }
  .homepage section .wrapper-blogcarousel .swiper-slide:hover {
    transform: scale(1.02);
  }
  .homepage section .wrapper-blogcarousel .swiper-slide h3 {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .homepage section .swiper-button-blogcarousel-prev,
  .homepage section .swiper-button-blogcarousel-next {
    display: block;
    position: absolute;
    top: 75%;
    width: 34px;
    height: 20px;
    cursor: pointer;
    transition: all 0.25s ease-out;
  }
  .homepage section .swiper-button-blogcarousel-prev.swiper-button-disabled,
  .homepage section .swiper-button-blogcarousel-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
  }
  .homepage section .swiper-button-blogcarousel-prev.swiper-button-disabled:hover,
  .homepage section .swiper-button-blogcarousel-next.swiper-button-disabled:hover {
    transform: translateX(0);
  }
  .homepage section .swiper-button-blogcarousel-prev:focus,
  .homepage section .swiper-button-blogcarousel-next:focus {
    outline: none;
  }
  .homepage section .swiper-button-blogcarousel-prev {
    left: 58px;
  }
  .homepage section .swiper-button-blogcarousel-prev:hover {
    transform: translateX(-2px);
  }
  .homepage section .swiper-button-blogcarousel-next {
    left: 110px;
  }
  .homepage section .swiper-button-blogcarousel-next:hover {
    transform: translateX(2px);
  }
  .homepage .testimonial {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 150px 50px;
    background-image: linear-gradient(-90deg, rgba(233, 226, 239, 0.5) 0%, #FFFFFF 97%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .homepage .testimonial img {
    width: 100px;
    height: 100px;
    display: inline-block;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: 50px;
  }
  .homepage .testimonial .person {
    font-weight: bold;
    margin-top: 30px;
  }
}
.retreat.full header {
  /* Mask: */
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
  margin-bottom: 170px;
  background-image: linear-gradient(-90deg, rgba(235, 227, 215, 0.5) 3%, rgba(243, 243, 243, 0.5) 97%);
  text-align: center;
}
.retreat.full header h1 {
  margin-bottom: 40px;
}
.retreat.full header p {
  color: #9e9ca8;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.5 !important;
  margin: 0 20px;
  text-transform: uppercase;
}
.retreat.full header a.btn,
.retreat.full header span.btn {
  position: relative;
  z-index: 3;
}
.retreat.full header .header-postdate {
  display: block;
  margin-bottom: 36px;
  color: #9e9ca8;
  text-transform: uppercase;
  font-size: 0.75em;
}
.retreat.full header .header-slider {
  width: 100vw;
  left: -20px;
  position: absolute;
  bottom: -110px;
  height: 220px;
  z-index: 2;
}
.retreat.full header .header-slider .swiper-slide {
  width: auto!important;
}
.retreat.full header .header-slider .swiper-slide .swiper-lazy-preloader {
  display: none!important;
}
.retreat.full header .header-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
}
.retreat.full header .header-slider .swiper-button-prev,
.retreat.full header .header-slider .swiper-button-next {
  height: 100%;
  width: 100px;
  margin-top: 0 !important;
  opacity: 0 !important;
  top: 0 !important;
}
.retreat.full .content {
  font-size: 20px;
}
.retreat.full .content .col-3-4 {
  padding-right: 0;
}
.retreat.full .content h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px;
}
.retreat.full .content img {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.retreat.full .content p {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 35px;
}
.retreat.full .content p a {
  font-weight: bold;
  color: inherit;
}
.retreat.full .content p strong {
  font-weight: bold;
}
.retreat.full .content blockquote p {
  line-height: 1.5;
  font-size: 30px;
}
.retreat.full .content blockquote p:before {
  content: '"';
}
.retreat.full .content blockquote p:after {
  content: '"';
}
.retreat.full .content ul {
  margin-bottom: 25px;
}
.retreat.full .content ul li {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}
.retreat.full .content ul li:after {
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: block;
  content: "";
  background-color: #2b2648;
}
.retreat.full .content span.title {
  line-height: 35px;
  font-size: 14px;
  color: #9e9ca8;
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
  display: inline-block;
  float: left;
}
.retreat.full .content span.value {
  line-height: 35px;
  font-weight: bold;
  width: calc(100% - 100px);
  display: inline-block;
  font-family: "Frank Ruhl Libre", serif;
}
.retreat.teaser {
  position: relative;
  padding: 20px;
}
.retreat.teaser:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 45px);
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
  background-image: linear-gradient(90deg, #e2efe5 0%, #fff 97%);
}
.retreat.teaser img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.retreat.teaser h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 20px;
  line-height: 1.3333em;
  color: #2b2648;
  margin-bottom: 10px;
}
.retreat.teaser .btn {
  margin-top: 0;
}
#form {
  padding-top: 100px;
}
.webform-submission-book-retreat-form {
  background-color: #35e0bb;
  padding-bottom: 125px;
}
.webform-submission-book-retreat-form .flex-container {
  padding: 50px 25px 50px 25px;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 {
  padding: 25px 0 100px 0;
  position: relative;
  height: 100%;
  margin: 0 auto;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item.form-item-telephone-phone,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item.webform-address--wrapper {
  margin: 0;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item.webform-address--wrapper {
  margin-bottom: 20px;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 input,
.webform-submission-book-retreat-form .flex-container .col-1-2 textarea,
.webform-submission-book-retreat-form .flex-container .col-1-2 select {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.9);
  border: none;
  -webkit-appearance: none;
  height: 55px;
  display: block;
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 0;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 25px;
  color: #2b2648;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 input:focus,
.webform-submission-book-retreat-form .flex-container .col-1-2 textarea:focus,
.webform-submission-book-retreat-form .flex-container .col-1-2 select:focus {
  outline: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.webform-submission-book-retreat-form .flex-container .col-1-2 input::placeholder,
.webform-submission-book-retreat-form .flex-container .col-1-2 textarea::placeholder,
.webform-submission-book-retreat-form .flex-container .col-1-2 select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.webform-submission-book-retreat-form .flex-container .col-1-2 textarea {
  padding: 20px !important;
  height: 110px;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 label,
.webform-submission-book-retreat-form .flex-container .col-1-2 legend {
  width: 100%;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .intl-tel-input {
  width: 100%;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .intl-tel-input input {
  padding-left: 52px;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-family-name,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-first-name,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-adress-city,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-adress-postal-code,
.webform-submission-book-retreat-form .flex-container .col-1-2 .webform-telephone--wrapper,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-e-mail-address {
  width: 50%;
  float: left;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-first-name,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-adress-city,
.webform-submission-book-retreat-form .flex-container .col-1-2 .webform-telephone--wrapper {
  padding-right: 10px;
}
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-family-name,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-adress-postal-code,
.webform-submission-book-retreat-form .flex-container .col-1-2 .form-item-e-mail-address {
  padding-left: 10px;
}
.webform-submission-book-retreat-form .form-actions {
  padding: 0 0 100px 0;
}
.webform-submission-book-retreat-form input.btn {
  margin: 0 auto 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .retreat.full header {
    padding-bottom: 400px;
    margin-bottom: 280px;
  }
  .retreat.full header .header-postdate {
    font-size: 1em;
  }
  .retreat.full header .header-tagcloud .tag {
    height: 40px;
    line-height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 20px;
    font-size: 1em;
  }
  .retreat.full header .header-slider {
    bottom: -175px;
    width: 100vw;
    left: -50px;
    height: 600px;
  }
  .retreat.full header .header-slider .swiper-slide {
    width: calc(100% - 400px);
  }
  .retreat.full header img {
    margin-top: 0 !important;
  }
  .retreat.full .content {
    padding-right: 150px;
    padding-left: 150px;
  }
  .retreat.full .content .col-3-4 {
    padding-right: 100px;
  }
  .retreat.full h2,
  .retreat.full h3,
  .retreat.full p {
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .retreat.full img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .retreat.full .webform-submission-book-retreat-form {
    padding-bottom: 125px;
  }
  .retreat.full .webform-submission-book-retreat-form .flex-container {
    padding: 100px 50px 50px 50px;
  }
  .retreat.full .webform-submission-book-retreat-form .flex-container .col-1-2 {
    padding: 25px 25px 100px 25px;
  }
  .retreat.full .webform-submission-book-retreat-form .flex-container .col-1-2 h2 {
    font-weight: bold;
    font-size: 70px;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  .retreat.full .webform-submission-book-retreat-form .flex-container .col-1-2 p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .retreat.teaser {
    padding: 50px;
  }
  .retreat.teaser:after {
    height: calc(100% - 75px);
  }
  .retreat.teaser h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.retreat-overview {
  max-width: 1200px;
  margin: 0 auto;
}
.retreat-overview:after {
  content: "";
  display: table;
  clear: both;
}
.retreat-overview header {
  padding-top: 120px;
  padding-bottom: 90px;
}
.retreat-overview h1 {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .retreat-overview h1 {
    margin: 0 auto;
    max-width: 60%;
  }
  .retreat-overview .content.retreat {
    width: calc( (100% / 2) - 30px );
    margin: 15px;
    transition: all 0.45s ease-out;
    float: left;
  }
  .retreat-overview .content.retreat:hover {
    transform: scale(1.02);
  }
  .retreat-overview .content.retreat h3 {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
