@charset "UTF-8";
/*
 * only make Card, Teaser nice. chips and tags can also be here.
**/
.node--view-mode-slide-style-1 {
  height: 400px; }
  .node--view-mode-slide-style-1 .row {
    height: 100%; }
  .node--view-mode-slide-style-1 .card-folder {
    max-width: 300px; }
  .node--view-mode-slide-style-1 .first-col {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end; }
  .node--view-mode-slide-style-1 .second-col {
    margin-bottom: 1.25rem;
    /* from Card margin-bottom */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    .node--view-mode-slide-style-1 .second-col .field--name-body {
      flex-grow: 1; }

.Card,
.node--view-mode-card,
.node--view-mode-teaser {
  background-color: var(--bg-color-2);
  border: 1px solid var(--text-color);
  border-radius: 0.4rem;
  box-shadow: 0 1px 2px rgba(40, 32, 16, 0.06), 0 6px 12px rgba(40, 32, 16, 0.08), 0 16px 32px rgba(40, 32, 16, 0.1);
  padding: 1.25rem 1.1rem;
  margin-bottom: 1.25rem;
  width: 100%; }

.card-folder .card-top-illu {
  position: relative;
  height: 3em;
  margin-bottom: 1em; }
  .card-folder .card-top-illu img {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
    transition: transform 0.2s ease; }

.card-folder:hover h5 {
  font-size: 1.4rem; }

.card-folder:hover .card-top-illu img {
  transform: scale(1.12); }

.card-folder:hover .subtitle {
  font-size: 1.1rem; }

/*
 * any card should be center-aligned and pretty?
 * text above photo means, mostly reading. photo above text means, mostly watching
**/
.node--type-issue.node--view-mode-card {
  display: flex;
  flex-direction: column;
  align-items: center; }

.heartbeat {
  animation: heartbeat_shadow 1.4s ease-in-out infinite; }

@keyframes heartbeat_shadow {
  0%, 45%, 100% {
    text-shadow: 0 0 0 rgba(180, 40, 40, 0); }
  10% {
    text-shadow: 0 0 8px rgba(180, 40, 40, 0.4); }
  20% {
    text-shadow: 0 0 2px rgba(180, 40, 40, 0.08); }
  30% {
    text-shadow: 0 0 10px rgba(180, 40, 40, 0.45); } }

.SectionAbout10 {
  padding: 40px; }
  .SectionAbout10 .container-2 {
    padding: 0 40px 40px 40px; }
    .SectionAbout10 .container-2 img {
      max-width: 100%;
      height: auto;
      border: 1px dotted var(--text-color);
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.pushup-80px {
  margin-top: -120px;
  background-color: var(--bg-color);
  padding: 120px 40px 40px 40px;
  z-index: 10;
  position: relative; }

.SectionAbout3cards {
  padding: 100px 0; }
  .SectionAbout3cards .CardW {
    margin: 1em; }
  .SectionAbout3cards .svg-wrapper {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 18px; }
    .SectionAbout3cards .svg-wrapper img {
      width: 100%;
      height: auto; }
  .SectionAbout3cards .row {
    justify-content: space-between; }
  .SectionAbout3cards .rows-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .SectionAbout3cards .rows-wrapper .dots {
      position: absolute;
      top: 58%;
      left: 50%;
      transform: translate(-50%, -42%);
      z-index: -1; }
    .SectionAbout3cards .rows-wrapper .Card {
      padding: 36px 20px;
      margin: 0 15px;
      text-align: center;
      background: white;
      box-shadow: 0 2px 20px #0000000f; }
      .SectionAbout3cards .rows-wrapper .Card h5 {
        margin-bottom: 23px; }

.home1-whychoose-block .row {
  justify-content: space-between; }
  .home1-whychoose-block .row > .col-md-6:first-child {
    display: flex;
    align-items: center;
    width: 40%; }
  .home1-whychoose-block .row > .col-md-6:last-child {
    width: 58%; }

.home1-whychoose-block .diff-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .home1-whychoose-block .diff-content-wrapper .dots {
    position: absolute;
    top: 58%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -42%); }
  .home1-whychoose-block .diff-content-wrapper .row:first-child {
    flex-direction: column; }
    .home1-whychoose-block .diff-content-wrapper .row:first-child .col-sm-6:first-child {
      margin-bottom: 32px; }
  .home1-whychoose-block .diff-content-wrapper .row .col-sm-6 {
    width: unset; }
  .home1-whychoose-block .diff-content-wrapper .icon-content {
    padding: 36px 20px;
    margin: 0 15px;
    text-align: center;
    background: white;
    box-shadow: 0 2px 20px #0000000f; }
    .home1-whychoose-block .diff-content-wrapper .icon-content h5 {
      margin-bottom: 23px; }
  .home1-whychoose-block .diff-content-wrapper .svg-wrapper {
    width: 55px;
    height: 55px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #effaf4; }
    .home1-whychoose-block .diff-content-wrapper .svg-wrapper svg {
      width: 25px;
      height: 25px; }
      .home1-whychoose-block .diff-content-wrapper .svg-wrapper svg path {
        fill: var(--bs-primary); }

@media (max-width: 767.98px) {
  .home1-whychoose-block .row .col-md-6:first-child,
  .home1-whychoose-block .row .col-md-6:last-child,
  .home1-FAQ-block .row .col-md-6:last-child,
  .home1-FAQ-block .row .col-md-6:first-child {
    width: 100%; }
  .home1-whychoose-block .row .col-md-6:first-child,
  .home1-FAQ-block .row .col-md-6:first-child,
  .home1-contact-block .content-wrapper {
    margin-bottom: 30px; }
  .home1-whychoose-block .diff-content-wrapper {
    display: unset; }
  .home1-whychoose-block .diff-content-wrapper .row {
    justify-content: center; }
  .home1-whychoose-block .diff-content-wrapper .row:first-child {
    flex-direction: unset; }
  .home1-whychoose-block .diff-content-wrapper .row .col-sm-6 {
    width: 50%; } }

@media (max-width: 576.98px) {
  .home1-whychoose-block .diff-content-wrapper .dots {
    display: none; }
  .home1-whychoose-block .diff-content-wrapper .row .col-sm-6,
  .home2-whychoose-block .row .col-md-4 {
    width: 100%; }
  .home1-whychoose-block .diff-content-wrapper .row:first-child .col-sm-6:first-child {
    margin-bottom: 20px; }
  .home1-whychoose-block .diff-content-wrapper .row:first-child .col-sm-6 {
    margin-bottom: 20px; } }

@media (max-width: 991.98px) {
  .home1-whychoose-block .diff-content-wrapper {
    flex-direction: column; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .home1-whychoose-block .row:nth-child(2) {
    margin-top: 32px; } }

.SectionCalloutParallax {
  padding: 2em;
  margin-bottom: 1em;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

@media (max-width: 767px) {
  .SectionCalloutParallax {
    height: 50vh; } }

.SectionHeroVideo {
  margin-bottom: 1em;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 600px; }
  .SectionHeroVideo .content {
    position: relative;
    z-index: 5; }
  .SectionHeroVideo .hero-image {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .SectionHeroVideo video.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3; }
  .SectionHeroVideo .overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 4; }

/* mobile */
@media (max-width: 767px) {
  .SectionHeroVideo video.hero-video {
    display: none; }
  .SectionHeroVideo .hero-image {
    display: block; } }

.receptionist2W {
  position: relative;
  border: 1px solid red; }
  .receptionist2W .section-receptionist {
    position: relative;
    overflow: visible;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../assets/paper-background.1920x1200.jpg") center/cover no-repeat; }
    .receptionist2W .section-receptionist .display-1 {
      font-family: Lobster, cursive;
      color: #33cccc;
      text-shadow: -3px 3px 0 #ffff00, -6px 6px 0 #ffff00, -8px 8px 2px #ffff00;
      position: relative;
      top: -1rem; }
    .receptionist2W .section-receptionist .slogan {
      position: relative;
      z-index: 4;
      color: white;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
      margin-top: auto;
      margin-bottom: 8vh; }
    .receptionist2W .section-receptionist .receptionist {
      position: absolute;
      z-index: 5;
      left: 50%;
      bottom: -4vh;
      transform: translateX(-50%);
      max-width: none; }
  .receptionist2W .card-row {
    position: relative;
    margin-top: -1rem;
    z-index: 6; }
    .receptionist2W .card-row article.Card,
    .receptionist2W .card-row .Card {
      position: relative;
      z-index: 6; }

.block-content-section_slider {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .block-content-section_slider .swiper-slide {
    overflow: visible; }

.node--view-mode-slide-style-1 {
  height: 400px; }
  .node--view-mode-slide-style-1 .row {
    height: 100%; }
  .node--view-mode-slide-style-1 .card-folder {
    max-width: 300px; }
  .node--view-mode-slide-style-1 .first-col {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end; }
  .node--view-mode-slide-style-1 .second-col {
    margin-bottom: 1.25rem;
    /* from Card margin-bottom */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    .node--view-mode-slide-style-1 .second-col .field--name-body {
      flex-grow: 1; }

.a202609-front-socials section.socials2W {
  border-top: 1px solid #3333ff;
  border-bottom: 1px solid #3333ff;
  padding: 2em 0 3em 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.a202609-front-socials .a1 .imgW img {
  width: 400px;
  border-radius: 2rem; }

.a202609-front-socials .socials-row {
  padding: 1rem 3rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .a202609-front-socials .socials-row .item {
    padding: 0 2rem 1rem 0;
    position: relative;
    transform-origin: bottom center;
    transition: transform 0.18s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .a202609-front-socials .socials-row .item img {
      height: 2rem;
      width: 2rem; }
  .a202609-front-socials .socials-row .item:hover {
    transform: scale(1.45); }
  .a202609-front-socials .socials-row .item:has(+ .item:hover),
  .a202609-front-socials .socials-row .item:hover + .item {
    transform: scale(1.18); }

.swiper-progress-wrap {
  height: 4px;
  margin-top: 1em;
  background-color: rgba(0, 0, 0, 0.12); }

.swiper-progress {
  height: 100%;
  width: 0;
  background-color: var(--text-color, #333); }

#header {
  z-index: 20; }

.fade-up,
.slide-right {
  position: relative;
  z-index: 5; }

.image-hero {
  z-index: -1; }

.tabs {
  position: relative;
  z-index: 10; }

.receptionist {
  z-index: 5; }

.card-row {
  z-index: 6; }

/* A */
article,
article.node--type-advanced-page {
  position: relative; }

/* B */
.black-and-white,
.bw {
  filter: grayscale(100%); }
  .black-and-white img,
  .bw img {
    filter: grayscale(100%); }

.border-blue {
  border: 1px solid blue; }

.border-cyan {
  border: 1px solid cyan; }

.border-green {
  border: 1px solid green; }

.border-red {
  border: 1px solid red; }

.border-yellow {
  border: 2px solid yellow; }

.bg-fixed {
  background-attachment: fixed; }
  .bg-fixed .w-1 {
    background-attachment: fixed; }

/* C */
.block-system-main-block .content {
  position: relative; }

/* D */
.debug {
  border: 1px solid yellow; }

/* F */
.fixed-container, .block-system-breadcrumb-block, #navbar-main,
.site-footer__top, article.node--type-article.node--view-mode-full {
  margin: auto; }

@media (min-width: 576px) {
  .fixed-container, .block-system-breadcrumb-block, #navbar-main,
  .site-footer__top, article.node--type-article.node--view-mode-full {
    width: 540px; } }

@media (min-width: 768px) {
  .fixed-container, .block-system-breadcrumb-block, #navbar-main,
  .site-footer__top, article.node--type-article.node--view-mode-full {
    width: 720px; } }

@media (min-width: 992px) {
  .fixed-container, .block-system-breadcrumb-block, #navbar-main,
  .site-footer__top, article.node--type-article.node--view-mode-full {
    width: 960px; } }

@media (min-width: 1200px) {
  .fixed-container, .block-system-breadcrumb-block, #navbar-main,
  .site-footer__top, article.node--type-article.node--view-mode-full {
    width: 1140px; } }

/* what extends fixed-container? */
/* footers */
.featured-bottom {
  padding-top: 1em; }

footer.site-footer {
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  font-family: unset; }
  footer.site-footer .block {
    border: 0;
    margin: 0; }
  footer.site-footer .content {
    font-size: 1em; }
  footer.site-footer ul.nav {
    display: flex;
    flex-direction: column; }
  footer.site-footer nav.tabs ul.nav {
    flex-direction: row; }

div.site-footer__bottom {
  margin: 0; }
  div.site-footer__bottom .region {
    margin-top: 0; }

/* H */
#header {
  padding: 0 1em; }

/* I */
/* L */
.layout--onecol .w-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* M */
main.main-content {
  margin: 0;
  padding: 0; }

/* main menu, various menus */
.navbar-collapse {
  width: 100%; }

ul.nav li,
ul.menu li {
  cursor: pointer; }

/* superfish */
ul.sf-menu {
  display: flex;
  justify-content: flex-end; }
  ul.sf-menu li > span.nolink {
    color: var(--header-link-color); }
  ul.sf-menu ul[role=menu] {
    background: var(--header-bg); }

body.scrolled ul.sf-menu ul[role=menu] {
  background: var(--header-bg-scrolled); }

.more-link {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 1em; }
  .more-link a::after {
    content: " →"; }

/* N */
header .node__meta {
  margin-bottom: 0.5em; }

/* for field_image_hero I presume */
article.node--view-mode-full:not(.node--type-issue) {
  padding-top: 1.6em; }

/* S */
.block-content-section_slider_images .field--name-field-subtitle {
  text-align: center; }

.block-content-section_slider_images article.node--type-slide > header {
  display: none; }

.sf-accordion-toggle {
  display: flex;
  justify-content: flex-end; }

/* social login */
/* make them look like buttons: */
/*
  .social-auth.auth-link {
    display: block;
    padding: 10px 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .social-auth.auth-icon {
    display: none;
  }
  a[href="/user/login/facebook"]::after {
    content: "Login with Facebook";
  }
  a[href="/user/login/google"]::after {
    content: "Login with Google";
  } */
/* T */
article.node--view-mode-teaser .field--name-field-image-thumb {
  padding-top: 0.4em; }

main#content .node--type-page .text-formatted img,
main#content .node--type-article .text-formatted img,
main#content .node--type-advanced-page .text-formatted img,
main#content .node--view-mode-full .text-formatted img,
main#content _ .text-formatted img {
  max-width: 100%;
  padding: 0.6em; }

.field--name-field-image-thumb img {
  max-width: 100%;
  height: auto; }

@media (min-width: 767px) {
  .only-mobile {
    display: none; } }

@media (max-width: 767px) {
  .no-mobile {
    display: none; } }

/* U */
.user-login-form {
  padding: 0 0.5em;
  max-width: 600px;
  margin: auto; }

/* field_image_hero of advanced_page */
h1.title {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%); }
  h1.title .field--name-title {
    border-radius: 1rem 1rem 0 0;
    background-color: var(--bg-color);
    padding: 0.4rem 4rem 0 4rem; }

.image-hero {
  position: absolute;
  top: calc( -1 * ( var(--image-hero-height) + 100px ));
  left: 0;
  width: 100%;
  height: calc( var(--image-hero-height) + 100px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

/* W */
.width-100px {
  width: 100px; }

.width-200px {
  width: 200px; }

.width-400px {
  width: 400px; }

.width-500px {
  width: 500px; }

.width-600px {
  width: 600px; }
