/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-wki-block-recent-post {
  background: #00AFCB;
  color: #292929;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-align: center; }
  .wp-block-wki-block-recent-post .the-title {
    text-transform: uppercase; }
  .wp-block-wki-block-recent-post .the-subtitle {
    font-weight: 200; }
  .wp-block-wki-block-recent-post .featured-image {
    width: 100%;
    position: relative;
    min-height: 35vw; }
    @media screen and (max-width: 980px) {
      .wp-block-wki-block-recent-post .featured-image {
        min-height: 50vw; } }
    @media screen and (max-width: 768px) {
      .wp-block-wki-block-recent-post .featured-image {
        min-height: calc( 100vh - 180px); } }
    .wp-block-wki-block-recent-post .featured-image .components-spinner, .wp-block-wki-block-recent-post .featured-image .valign-center {
      position: absolute;
      left: 50%;
      bottom: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0; }
    .wp-block-wki-block-recent-post .featured-image .featured-image-bg-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      background-size: cover;
      background-position: center; }
    .wp-block-wki-block-recent-post .featured-image .overlay {
      position: absolute;
      top: 35%;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(130, 130, 130, 0)), to(rgba(0, 0, 0, 0.77)));
      background: -webkit-linear-gradient(top, rgba(130, 130, 130, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
      background: -o-linear-gradient(top, rgba(130, 130, 130, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
      background: linear-gradient(180deg, rgba(130, 130, 130, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
      mix-blend-mode: multiply; }
    .wp-block-wki-block-recent-post .featured-image .meta {
      position: absolute;
      bottom: 10%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      text-align: center;
      color: #fff; }
    .wp-block-wki-block-recent-post .featured-image h1, .wp-block-wki-block-recent-post .featured-image h2, .wp-block-wki-block-recent-post .featured-image h3, .wp-block-wki-block-recent-post .featured-image h4, .wp-block-wki-block-recent-post .featured-image h5, .wp-block-wki-block-recent-post .featured-image h6, .wp-block-wki-block-recent-post .featured-image a {
      color: #fff;
      text-decoration: none;
      letter-spacing: .8px; }
    .wp-block-wki-block-recent-post .featured-image a:hover {
      color: #cecece; }
    .wp-block-wki-block-recent-post .featured-image img {
      width: 100%; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-wki-block-recent-posts-grid {
  color: #292929;
  padding: 3rem 0;
  margin: 0 3rem;
  grid-gap: 3rem;
  max-width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .wp-block-wki-block-recent-posts-grid .grid-featured-image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%; }
  .wp-block-wki-block-recent-posts-grid .image-headline {
    width: 100%; }
  .wp-block-wki-block-recent-posts-grid .the-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 1.1px; }
  .wp-block-wki-block-recent-posts-grid .the-subtitle {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .4px; }
  .wp-block-wki-block-recent-posts-grid .components-spinner, .wp-block-wki-block-recent-posts-grid .valign-center {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .wp-block-wki-block-recent-posts-grid .grid-featured-image a, .wp-block-wki-block-recent-posts-grid .grid-featured-image img {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .wp-block-wki-block-recent-posts-grid .meta {
    -ms-flex-item-align: end;
        align-self: end;
    text-align: left;
    color: #000; }
  .wp-block-wki-block-recent-posts-grid h1, .wp-block-wki-block-recent-posts-grid h2, .wp-block-wki-block-recent-posts-grid h3, .wp-block-wki-block-recent-posts-grid h4, .wp-block-wki-block-recent-posts-grid h5, .wp-block-wki-block-recent-posts-grid h6, .wp-block-wki-block-recent-posts-grid a {
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-weight: bold; }
  .wp-block-wki-block-recent-posts-grid a:hover {
    color: #333; }
  .wp-block-wki-block-recent-posts-grid .grid-element {
    grid-column-start: span 4;
    position: relative; }
  @media screen and (min-width: 768px) {
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+1) {
      grid-column-start: span 2;
      grid-row-start: span 2; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+2) {
      grid-column-start: span 2;
      grid-row-start: span 2; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+3) {
      grid-column-start: span 2;
      grid-row-start: span 2; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) {
      grid-column-start: span 1;
      grid-row-start: span 1;
      display: grid;
      background: #592B7F;
      padding: 0.5rem; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) .meta {
        text-align: center;
        -ms-flex-item-align: center;
            align-self: center; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) .meta.the-subtitle, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) a.featured-image {
        display: none; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) p, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) a, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) h1, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) h2, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) h3, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) h4, .wp-block-wki-block-recent-posts-grid :nth-child(8n+4) h5 {
        color: #fff; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) {
      grid-column-start: span 1;
      grid-row-start: span 1;
      padding: 0.5rem;
      display: grid;
      background: #CCD23A; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) .the-title, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) .the-subtitle {
        display: none; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) .meta {
        text-align: center; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) p, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) a, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) h1, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) h2, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) h3, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) h4, .wp-block-wki-block-recent-posts-grid :nth-child(8n+5) h5 {
        color: #fff; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) {
      grid-column-start: span 2;
      grid-row-start: span 1;
      display: grid;
      padding: 0.5rem;
      background: rgba(89, 43, 127, 0.7); }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) .meta {
        text-align: center;
        -ms-flex-item-align: center;
            align-self: center; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) .meta.the-subtitle, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) a.featured-image {
        display: none; }
      .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) p, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) a, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) h1, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) h2, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) h3, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) h4, .wp-block-wki-block-recent-posts-grid :nth-child(8n+6) h5 {
        color: #fff; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+7) {
      grid-column-start: span 1;
      grid-row-start: span 2; }
    .wp-block-wki-block-recent-posts-grid :nth-child(8n+8) {
      grid-column-start: span 3;
      grid-row-start: span 2; } }

.grid-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 2rem;
  color: #000;
  z-index: 9999; }
  .grid-loading-overlay p {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.appending {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: append-animate .3s ease-in-out;
          animation: append-animate .3s ease-in-out; }

.removing {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: remove-animate .3s ease-in-out;
          animation: remove-animate .3s ease-in-out; }

@-webkit-keyframes append-animate {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

@keyframes append-animate {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

@-webkit-keyframes remove-animate {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; } }

@keyframes remove-animate {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
      16 : 9 aspect ratio
 */
.wp-block-wki-block-recent-wamiki::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(1/3 * 100%);
  float: left; }

.wp-block-wki-block-recent-wamiki::after {
  content: "";
  display: table;
  clear: both; }

/**
  main settings
*/
.wp-block-wki-block-recent-wamiki {
  color: #292929;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  /**
  general colors
  */ }
  .wp-block-wki-block-recent-wamiki .wrapper {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 2fr; }
    @media screen and (max-width: 768px) {
      .wp-block-wki-block-recent-wamiki .wrapper {
        grid-template-columns: 1fr 1fr; } }
  .wp-block-wki-block-recent-wamiki .featured-image {
    position: relative;
    -webkit-transform: rotate(357deg);
        -ms-transform: rotate(357deg);
            transform: rotate(357deg);
    -webkit-backface-visibility: hidden;
    width: 70%; }
    @media screen and (max-width: 768px) {
      .wp-block-wki-block-recent-wamiki .featured-image {
        position: absolute;
        top: 12%;
        right: -10%; } }
  .wp-block-wki-block-recent-wamiki .components-spinner, .wp-block-wki-block-recent-wamiki .valign-center {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .wp-block-wki-block-recent-wamiki img {
    -webkit-box-shadow: 8px 11px 13px -10px;
            box-shadow: 8px 11px 13px -10px; }
  .wp-block-wki-block-recent-wamiki h1, .wp-block-wki-block-recent-wamiki h2, .wp-block-wki-block-recent-wamiki h3, .wp-block-wki-block-recent-wamiki h4, .wp-block-wki-block-recent-wamiki h5, .wp-block-wki-block-recent-wamiki h6, .wp-block-wki-block-recent-wamiki a {
    color: #292929;
    text-decoration: none; }
  .wp-block-wki-block-recent-wamiki a {
    text-decoration: underline; }
  .wp-block-wki-block-recent-wamiki a:hover {
    text-decoration: none; }
  .wp-block-wki-block-recent-wamiki h1 {
    font-weight: 600;
    font-size: 3rem;
    margin: 0.5rem 0; }
  .wp-block-wki-block-recent-wamiki h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 1rem 0; }
  .wp-block-wki-block-recent-wamiki h3 {
    font-size: 1.4rem;
    margin: 0; }
  .wp-block-wki-block-recent-wamiki h4 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.8px;
    font-size: 1rem; }
  .wp-block-wki-block-recent-wamiki .meta {
    text-align: left; }
    .wp-block-wki-block-recent-wamiki .meta .meta_links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin: 4rem 0 0 0;
      font-size: 1.2rem; }
  .wp-block-wki-block-recent-wamiki.dark-font {
    color: #292929 !important; }
    .wp-block-wki-block-recent-wamiki.dark-font p, .wp-block-wki-block-recent-wamiki.dark-font a, .wp-block-wki-block-recent-wamiki.dark-font a:hover, .wp-block-wki-block-recent-wamiki.dark-font a:active, .wp-block-wki-block-recent-wamiki.dark-font h1, .wp-block-wki-block-recent-wamiki.dark-font h2, .wp-block-wki-block-recent-wamiki.dark-font h3, .wp-block-wki-block-recent-wamiki.dark-font h4, .wp-block-wki-block-recent-wamiki.dark-font h5, .wp-block-wki-block-recent-wamiki.dark-font h6 {
      color: #292929 !important; }
  .wp-block-wki-block-recent-wamiki.bright-font {
    color: #f4f4f4 !important; }
    .wp-block-wki-block-recent-wamiki.bright-font p, .wp-block-wki-block-recent-wamiki.bright-font a, .wp-block-wki-block-recent-wamiki.bright-font a:hover, .wp-block-wki-block-recent-wamiki.bright-font a:active, .wp-block-wki-block-recent-wamiki.bright-font h1, .wp-block-wki-block-recent-wamiki.bright-font h2, .wp-block-wki-block-recent-wamiki.bright-font h3, .wp-block-wki-block-recent-wamiki.bright-font h4, .wp-block-wki-block-recent-wamiki.bright-font h5, .wp-block-wki-block-recent-wamiki.bright-font h6 {
      color: #f4f4f4 !important; }
  .wp-block-wki-block-recent-wamiki.bg-blue {
    background: #00AFCB; }
  .wp-block-wki-block-recent-wamiki.bg-yellow {
    background: #F2CD3C; }
  .wp-block-wki-block-recent-wamiki.bg-red {
    background: #C63952; }
  .wp-block-wki-block-recent-wamiki.bg-green {
    background: #CCD23A; }
  .wp-block-wki-block-recent-wamiki.bg-yellow {
    background: #F2CD3C; }
  .wp-block-wki-block-recent-wamiki.bg-brown {
    background: #6B310D; }
  .wp-block-wki-block-recent-wamiki.bg-purple {
    background: #592B7F; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
general colors
*/
/**
 main settings
 */
:target::before {
  display: block;
  height: 400px;
  margin: -400px 0 0; }

.wp-block-wki-block-recent-wamikis {
  color: #292929;
  text-align: center;
  padding: 2.5rem 0; }
  .wp-block-wki-block-recent-wamikis .featured-image {
    position: relative;
    -webkit-box-shadow: 8px 11px 13px -10px;
            box-shadow: 8px 11px 13px -10px;
    -webkit-transform: rotate(357deg);
        -ms-transform: rotate(357deg);
            transform: rotate(357deg);
    -webkit-backface-visibility: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 80%;
    margin: 0 auto; }
    .wp-block-wki-block-recent-wamikis .featured-image img {
      height: 100%; }
  .wp-block-wki-block-recent-wamikis .components-spinner, .wp-block-wki-block-recent-wamikis .valign-center {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .wp-block-wki-block-recent-wamikis h1, .wp-block-wki-block-recent-wamikis h2, .wp-block-wki-block-recent-wamikis h3, .wp-block-wki-block-recent-wamikis h4, .wp-block-wki-block-recent-wamikis h5, .wp-block-wki-block-recent-wamikis h6, .wp-block-wki-block-recent-wamikis a {
    color: #292929;
    text-decoration: none; }
  .wp-block-wki-block-recent-wamikis h1 {
    font-weight: 600;
    font-size: 3rem;
    margin: 0.5rem 0; }
  .wp-block-wki-block-recent-wamikis h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.5rem; }
  .wp-block-wki-block-recent-wamikis .meta {
    position: relative;
    text-align: center;
    margin-top: 1rem; }
  .wp-block-wki-block-recent-wamikis a.button {
    background: #292929;
    color: #f4f4f4;
    text-decoration: none !important;
    padding: 0.6rem 2rem;
    text-transform: uppercase;
    font-weight: bold !important;
    border: none !important; }
  .wp-block-wki-block-recent-wamikis a:hover.button {
    background: #f4f4f4;
    color: #292929;
    text-decoration: none; }
  .wp-block-wki-block-recent-wamikis.dark-font {
    color: #292929; }
    .wp-block-wki-block-recent-wamikis.dark-font p, .wp-block-wki-block-recent-wamikis.dark-font a, .wp-block-wki-block-recent-wamikis.dark-font a:hover, .wp-block-wki-block-recent-wamikis.dark-font a:active, .wp-block-wki-block-recent-wamikis.dark-font h1, .wp-block-wki-block-recent-wamikis.dark-font h2, .wp-block-wki-block-recent-wamikis.dark-font h3, .wp-block-wki-block-recent-wamikis.dark-font h4, .wp-block-wki-block-recent-wamikis.dark-font h5, .wp-block-wki-block-recent-wamikis.dark-font h6 {
      color: #292929; }
  .wp-block-wki-block-recent-wamikis.bright-font {
    color: #f4f4f4; }
    .wp-block-wki-block-recent-wamikis.bright-font p, .wp-block-wki-block-recent-wamikis.bright-font a, .wp-block-wki-block-recent-wamikis.bright-font a:hover, .wp-block-wki-block-recent-wamikis.bright-font a:active, .wp-block-wki-block-recent-wamikis.bright-font h1, .wp-block-wki-block-recent-wamikis.bright-font h2, .wp-block-wki-block-recent-wamikis.bright-font h3, .wp-block-wki-block-recent-wamikis.bright-font h4, .wp-block-wki-block-recent-wamikis.bright-font h5, .wp-block-wki-block-recent-wamikis.bright-font h6 {
      color: #f4f4f4; }
  .wp-block-wki-block-recent-wamikis.bg-blue {
    background: #00AFCB; }
  .wp-block-wki-block-recent-wamikis.bg-yellow {
    background: #F2CD3C; }
  .wp-block-wki-block-recent-wamikis.bg-red {
    background: #C63952; }
  .wp-block-wki-block-recent-wamikis.bg-green {
    background: #CCD23A; }
  .wp-block-wki-block-recent-wamikis.bg-yellow {
    background: #F2CD3C; }
  .wp-block-wki-block-recent-wamikis.bg-brown {
    background: #6B310D; }
  .wp-block-wki-block-recent-wamikis.bg-purple {
    background: #592B7F; }

/** slider **/
.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E"); }

.carousel::before, .carousel-prev-link {
  left: 1rem; }

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E"); }

.carousel::after, .carousel-next-link {
  right: 1rem; }

.carousel {
  position: relative;
  padding-top: 100%; }
  .carousel::before, .carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
            transform: translate(0, 25%);
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none; }
  .carousel::before, .carousel::after, .carousel .carousel-prev-link, .carousel .carousel-next-link {
    position: absolute;
    top: 0;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0; }
  @media screen and (min-width: 768px) {
    .carousel {
      padding-top: 50%; } }
  @media screen and (min-width: 980px) {
    .carousel {
      padding-top: 30%; } }
  .carousel .carousel-viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scrollbar-color: transparent transparent;
    /* thumb and track color */
    scrollbar-width: 0px;
    -ms-overflow-style: none; }
    .carousel .carousel-viewport::-webkit-scrollbar {
      width: 0; }
    .carousel .carousel-viewport::-webkit-scrollbar-track {
      background: transparent; }
    .carousel .carousel-viewport::-webkit-scrollbar-thumb {
      background: transparent;
      border: none; }
    .carousel .carousel-viewport .carousel-slide {
      position: relative;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      width: 100%;
      counter-increment: item;
      padding: 2rem;
      scroll-snap-align: start; }
      @media screen and (min-width: 768px) {
        .carousel .carousel-viewport .carousel-slide {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          width: 50%; } }
      @media screen and (min-width: 980px) {
        .carousel .carousel-viewport .carousel-slide {
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
          width: 33.33%; } }
      .carousel .carousel-viewport .carousel-slide .carousel-prev-link, .carousel .carousel-viewport .carousel-slide .carousel-next-link {
        top: 50%;
        -webkit-transform: translate(0, -54px);
            -ms-transform: translate(0, -54px);
                transform: translate(0, -54px); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-wki-block-pages-grid {
  color: #292929;
  padding: 3rem 0;
  margin: 0 3rem;
  grid-gap: 3rem;
  max-width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .wp-block-wki-block-pages-grid .grid-featured-image {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%; }
  .wp-block-wki-block-pages-grid .image-headline {
    width: 100%; }
  .wp-block-wki-block-pages-grid .the-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 0.1em; }
  .wp-block-wki-block-pages-grid .the-subtitle {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4; }
  .wp-block-wki-block-pages-grid .post-index-counter {
    text-align: center;
    display: inline;
    color: white;
    background: #C63952;
    width: 4rem;
    padding: 2rem 0;
    height: 0;
    margin: -2rem auto 0 auto;
    border-radius: 50%;
    line-height: 0; }
    .wp-block-wki-block-pages-grid .post-index-counter p, .wp-block-wki-block-pages-grid .post-index-counter h1, .wp-block-wki-block-pages-grid .post-index-counter h2, .wp-block-wki-block-pages-grid .post-index-counter h3, .wp-block-wki-block-pages-grid .post-index-counter h4, .wp-block-wki-block-pages-grid .post-index-counter h5 {
      margin: 0;
      padding: 0; }
  .wp-block-wki-block-pages-grid .components-spinner, .wp-block-wki-block-pages-grid .valign-center {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .wp-block-wki-block-pages-grid .grid-featured-image a, .wp-block-wki-block-pages-grid .grid-featured-image img {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .wp-block-wki-block-pages-grid .meta {
    -ms-flex-item-align: end;
        align-self: end;
    text-align: left;
    color: #000; }
  .wp-block-wki-block-pages-grid h1, .wp-block-wki-block-pages-grid h2, .wp-block-wki-block-pages-grid h3, .wp-block-wki-block-pages-grid h4, .wp-block-wki-block-pages-grid h5, .wp-block-wki-block-pages-grid h6, .wp-block-wki-block-pages-grid a {
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-weight: bold; }
  .wp-block-wki-block-pages-grid a:hover {
    color: #333; }
  .wp-block-wki-block-pages-grid .grid-element {
    grid-column-start: span 4;
    position: relative; }
  .wp-block-wki-block-pages-grid button {
    background: #575757;
    color: #fff;
    padding: 1rem 2rem;
    margin: 0 auto;
    border: none;
    display: block;
    width: auto;
    text-transform: uppercase; }
    .wp-block-wki-block-pages-grid button:hover {
      background: #919191;
      color: #fff; }
  @media screen and (min-width: 768px) {
    .wp-block-wki-block-pages-grid :nth-child(5n+1) {
      grid-column-start: span 4;
      grid-row-start: span 2; }
      .wp-block-wki-block-pages-grid :nth-child(5n+1) .featured-image {
        margin-bottom: -33%; }
      .wp-block-wki-block-pages-grid :nth-child(5n+1) .post-index-counter {
        width: 6rem;
        padding: 3rem 0;
        margin: -3rem auto 0 auto;
        font-size: 2rem; }
      .wp-block-wki-block-pages-grid :nth-child(5n+1) .featured-image, .wp-block-wki-block-pages-grid :nth-child(5n+1) .post-index-counter, .wp-block-wki-block-pages-grid :nth-child(5n+1) .meta {
        grid-column-start: auto; }
    .wp-block-wki-block-pages-grid :nth-child(5n+2), .wp-block-wki-block-pages-grid :nth-child(5n+3), .wp-block-wki-block-pages-grid :nth-child(5n+4), .wp-block-wki-block-pages-grid :nth-child(5n+5) {
      grid-column-start: span 2;
      grid-row-start: span 2; }
      .wp-block-wki-block-pages-grid :nth-child(5n+2) .post-index-counter, .wp-block-wki-block-pages-grid :nth-child(5n+3) .post-index-counter, .wp-block-wki-block-pages-grid :nth-child(5n+4) .post-index-counter, .wp-block-wki-block-pages-grid :nth-child(5n+5) .post-index-counter {
        width: 4rem;
        padding: 2rem 0;
        font-size: 1,5rem; } }

.grid-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 2rem;
  color: #000;
  z-index: 9999; }
  .grid-loading-overlay p {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.appending {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-animation: append-animate .3s ease-in-out;
          animation: append-animate .3s ease-in-out; }

.removing {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation: remove-animate .3s ease-in-out;
          animation: remove-animate .3s ease-in-out; }

@-webkit-keyframes append-animate {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

@keyframes append-animate {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; } }

@-webkit-keyframes remove-animate {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; } }

@keyframes remove-animate {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1; }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
/**
general colors
*/
/**
 main settings
 */
:target::before {
  display: block;
  height: 400px;
  margin: -400px 0 0; }

.wp-block-wki-block-image-slider {
  color: #292929;
  text-align: center;
  padding: 2.5rem 0; }
  .wp-block-wki-block-image-slider .featured-image {
    position: relative;
    -webkit-box-shadow: 8px 11px 13px -10px;
            box-shadow: 8px 11px 13px -10px;
    -webkit-transform: rotate(357deg);
        -ms-transform: rotate(357deg);
            transform: rotate(357deg);
    -webkit-backface-visibility: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin: 0 auto; }
    .wp-block-wki-block-image-slider .featured-image img {
      height: 100%; }
  .wp-block-wki-block-image-slider .components-spinner, .wp-block-wki-block-image-slider .valign-center {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0; }
  .wp-block-wki-block-image-slider h1, .wp-block-wki-block-image-slider h2, .wp-block-wki-block-image-slider h3, .wp-block-wki-block-image-slider h4, .wp-block-wki-block-image-slider h5, .wp-block-wki-block-image-slider h6, .wp-block-wki-block-image-slider a {
    color: #292929;
    text-decoration: none; }
  .wp-block-wki-block-image-slider h1 {
    font-weight: 600;
    font-size: 3rem;
    margin: 0.5rem 0; }
  .wp-block-wki-block-image-slider h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.5rem; }
  .wp-block-wki-block-image-slider .meta {
    position: relative;
    text-align: center;
    margin-top: 1rem; }
  .wp-block-wki-block-image-slider a.button {
    background: #292929;
    color: #f4f4f4;
    text-decoration: none !important;
    padding: 0.6rem 2rem;
    text-transform: uppercase;
    font-weight: bold !important;
    border: none !important; }
  .wp-block-wki-block-image-slider a:hover.button {
    background: #f4f4f4;
    color: #292929;
    text-decoration: none; }
  .wp-block-wki-block-image-slider.dark-font {
    color: #292929; }
    .wp-block-wki-block-image-slider.dark-font p, .wp-block-wki-block-image-slider.dark-font a, .wp-block-wki-block-image-slider.dark-font a:hover, .wp-block-wki-block-image-slider.dark-font a:active, .wp-block-wki-block-image-slider.dark-font h1, .wp-block-wki-block-image-slider.dark-font h2, .wp-block-wki-block-image-slider.dark-font h3, .wp-block-wki-block-image-slider.dark-font h4, .wp-block-wki-block-image-slider.dark-font h5, .wp-block-wki-block-image-slider.dark-font h6 {
      color: #292929; }
  .wp-block-wki-block-image-slider.bright-font {
    color: #f4f4f4; }
    .wp-block-wki-block-image-slider.bright-font p, .wp-block-wki-block-image-slider.bright-font a, .wp-block-wki-block-image-slider.bright-font a:hover, .wp-block-wki-block-image-slider.bright-font a:active, .wp-block-wki-block-image-slider.bright-font h1, .wp-block-wki-block-image-slider.bright-font h2, .wp-block-wki-block-image-slider.bright-font h3, .wp-block-wki-block-image-slider.bright-font h4, .wp-block-wki-block-image-slider.bright-font h5, .wp-block-wki-block-image-slider.bright-font h6 {
      color: #f4f4f4; }
  .wp-block-wki-block-image-slider.bg-blue {
    background: #00AFCB; }
  .wp-block-wki-block-image-slider.bg-yellow {
    background: #F2CD3C; }
  .wp-block-wki-block-image-slider.bg-red {
    background: #C63952; }
  .wp-block-wki-block-image-slider.bg-green {
    background: #CCD23A; }
  .wp-block-wki-block-image-slider.bg-yellow {
    background: #F2CD3C; }
  .wp-block-wki-block-image-slider.bg-brown {
    background: #6B310D; }
  .wp-block-wki-block-image-slider.bg-purple {
    background: #592B7F; }
  .wp-block-wki-block-image-slider.bg-white {
    background: #ffffff; }
  .wp-block-wki-block-image-slider.lightbox-gallery-section {
    padding: 0; }

/** slider **/
.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E"); }

.carousel::before, .carousel-prev-link {
  left: 1rem; }

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E"); }

.carousel::after, .carousel-next-link {
  right: 1rem; }

.carousel {
  position: relative;
  padding-top: 100%; }
  .carousel::before, .carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
            transform: translate(0, 25%);
    z-index: 200;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none; }
  .carousel::before, .carousel::after, .carousel .carousel-prev-link, .carousel .carousel-next-link {
    position: absolute;
    top: 0;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0; }
  @media screen and (min-width: 768px) {
    .carousel {
      padding-top: 50%; } }
  @media screen and (min-width: 980px) {
    .carousel {
      padding-top: 30%; } }
  .carousel .carousel-viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    counter-reset: item;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scrollbar-color: transparent transparent;
    /* thumb and track color */
    scrollbar-width: 0px;
    -ms-overflow-style: none; }
    .carousel .carousel-viewport::-webkit-scrollbar {
      width: 0; }
    .carousel .carousel-viewport::-webkit-scrollbar-track {
      background: transparent; }
    .carousel .carousel-viewport::-webkit-scrollbar-thumb {
      background: transparent;
      border: none; }
    .carousel .carousel-viewport .carousel-slide {
      position: relative;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      width: 100%;
      counter-increment: item;
      padding: 2rem;
      scroll-snap-align: start; }
      @media screen and (min-width: 768px) {
        .carousel .carousel-viewport .carousel-slide {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          width: 50%; } }
      @media screen and (min-width: 980px) {
        .carousel .carousel-viewport .carousel-slide {
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
          width: 33.33%; } }
      .carousel .carousel-viewport .carousel-slide .carousel-prev-link, .carousel .carousel-viewport .carousel-slide .carousel-next-link {
        top: 50%;
        -webkit-transform: translate(0, -54px);
            -ms-transform: translate(0, -54px);
                transform: translate(0, -54px); }

/** alternative way to display the gallery */
.lightbox-gallery-preview .featured-image {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  position: relative; }
  .lightbox-gallery-preview .featured-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 33%;
       object-position: 50% 33%;
    position: absolute;
    top: 0;
    left: 0; }
  .lightbox-gallery-preview .featured-image button.image-counter {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    padding: 1rem 2rem;
    width: auto; }

.lightbox-gallery-preview .featured-image a {
  display: block; }

.lightbox-gallery {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 200; }
  .lightbox-gallery .carousel {
    padding-top: 100vh; }
    .lightbox-gallery .carousel .carousel-viewport .carousel-slide {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      width: 100%; }
      .lightbox-gallery .carousel .carousel-viewport .carousel-slide .featured-image {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
  .lightbox-gallery.dark-font {
    color: #292929; }
    .lightbox-gallery.dark-font p, .lightbox-gallery.dark-font a, .lightbox-gallery.dark-font a:hover, .lightbox-gallery.dark-font a:active, .lightbox-gallery.dark-font h1, .lightbox-gallery.dark-font h2, .lightbox-gallery.dark-font h3, .lightbox-gallery.dark-font h4, .lightbox-gallery.dark-font h5, .lightbox-gallery.dark-font h6 {
      color: #292929; }
  .lightbox-gallery.bright-font {
    color: #f4f4f4; }
    .lightbox-gallery.bright-font p, .lightbox-gallery.bright-font a, .lightbox-gallery.bright-font a:hover, .lightbox-gallery.bright-font a:active, .lightbox-gallery.bright-font h1, .lightbox-gallery.bright-font h2, .lightbox-gallery.bright-font h3, .lightbox-gallery.bright-font h4, .lightbox-gallery.bright-font h5, .lightbox-gallery.bright-font h6 {
      color: #f4f4f4; }
  .lightbox-gallery.bg-blue {
    background: #00AFCB; }
  .lightbox-gallery.bg-yellow {
    background: #F2CD3C; }
  .lightbox-gallery.bg-red {
    background: #C63952; }
  .lightbox-gallery.bg-green {
    background: #CCD23A; }
  .lightbox-gallery.bg-yellow {
    background: #F2CD3C; }
  .lightbox-gallery.bg-brown {
    background: #6B310D; }
  .lightbox-gallery.bg-purple {
    background: #592B7F; }
  .lightbox-gallery.bg-white {
    background: #ffffff; }

a.close-modal-button {
  position: fixed;
  top: 4rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #fff !important;
  z-index: 300;
  text-decoration: none; }

.image-lightbox {
  position: fixed;
  z-index: 300;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  .image-lightbox .featured-image {
    margin: 4rem;
    height: calc( 100% - 8rem); }
    .image-lightbox .featured-image img {
      -webkit-box-shadow: 8px 11px 13px -10px;
              box-shadow: 8px 11px 13px -10px;
      height: auto;
      max-height: 100%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }

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