@charset "UTF-8";
:root {
  --jcore-color-brand: var(--wp--preset--color--brand);
  --jcore-color-orange: var(--wp--preset--color--orange);
  --jcore-color-white: var(--wp--preset--color--white);
  --jcore-color-light: var(--wp--preset--color--light);
  --jcore-color-dark: var(--wp--preset--color--dark);
  --jcore-color-black: var(--wp--preset--color--black);
  --jcore-color-grey: var(--wp--preset--color--grey);
  --jcore-color-light-grey: var(--wp--preset--color--light-grey);
  --jcore-color-peach: var(--wp--preset--color--peach);
  --jcore-color-red: var(--wp--preset--color--red);
  --jcore-color-sand: var(--wp--preset--color--sand);
  --jcore-color-success: var(--wp--preset--color--success);
  --jcore-color-warning: var(--wp--preset--color--warning);
  --jcore-color-failure: var(--wp--preset--color--failure);
  --jcore-color-light-lighten-5: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.95 * (100 - l)))
  );
  --jcore-color-light-lighten-10: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.9 * (100 - l)))
  );
  --jcore-color-light-lighten-15: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.85 * (100 - l)))
  );
  --jcore-color-light-lighten-20: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.8 * (100 - l)))
  );
  --jcore-color-light-lighten-25: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.75 * (100 - l)))
  );
  --jcore-color-light-lighten-30: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.7 * (100 - l)))
  );
  --jcore-color-light-lighten-35: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.65 * (100 - l)))
  );
  --jcore-color-light-lighten-40: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.6 * (100 - l)))
  );
  --jcore-color-light-lighten-45: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.55 * (100 - l)))
  );
  --jcore-color-light-lighten-50: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.5 * (100 - l)))
  );
  --jcore-color-light-lighten-55: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.45 * (100 - l)))
  );
  --jcore-color-light-lighten-60: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.4 * (100 - l)))
  );
  --jcore-color-light-lighten-65: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.35 * (100 - l)))
  );
  --jcore-color-light-lighten-70: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.3 * (100 - l)))
  );
  --jcore-color-light-lighten-75: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.25 * (100 - l)))
  );
  --jcore-color-light-lighten-80: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.2 * (100 - l)))
  );
  --jcore-color-light-lighten-85: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.15 * (100 - l)))
  );
  --jcore-color-light-lighten-90: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.1 * (100 - l)))
  );
  --jcore-color-light-lighten-95: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(100 - (0.05 * (100 - l)))
  );
  --jcore-color-light-darken-5: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.95)
  );
  --jcore-color-light-darken-10: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.9)
  );
  --jcore-color-light-darken-15: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.85)
  );
  --jcore-color-light-darken-20: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.8)
  );
  --jcore-color-light-darken-25: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.75)
  );
  --jcore-color-light-darken-30: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.7)
  );
  --jcore-color-light-darken-35: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.65)
  );
  --jcore-color-light-darken-40: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.6)
  );
  --jcore-color-light-darken-45: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.55)
  );
  --jcore-color-light-darken-50: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.5)
  );
  --jcore-color-light-darken-55: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.45)
  );
  --jcore-color-light-darken-60: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.4)
  );
  --jcore-color-light-darken-65: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.35)
  );
  --jcore-color-light-darken-70: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.3)
  );
  --jcore-color-light-darken-75: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.25)
  );
  --jcore-color-light-darken-80: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.2)
  );
  --jcore-color-light-darken-85: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.15)
  );
  --jcore-color-light-darken-90: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.1)
  );
  --jcore-color-light-darken-95: hsl(
  	from var(--wp--preset--color--light)
  		h
  		s
  		calc(l * 0.05)
  );
  --jcore-color-orange-lighten-5: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.95 * (100 - l)))
  );
  --jcore-color-orange-lighten-10: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.9 * (100 - l)))
  );
  --jcore-color-orange-lighten-15: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.85 * (100 - l)))
  );
  --jcore-color-orange-lighten-20: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.8 * (100 - l)))
  );
  --jcore-color-orange-lighten-25: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.75 * (100 - l)))
  );
  --jcore-color-orange-lighten-30: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.7 * (100 - l)))
  );
  --jcore-color-orange-lighten-35: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.65 * (100 - l)))
  );
  --jcore-color-orange-lighten-40: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.6 * (100 - l)))
  );
  --jcore-color-orange-lighten-45: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.55 * (100 - l)))
  );
  --jcore-color-orange-lighten-50: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.5 * (100 - l)))
  );
  --jcore-color-orange-lighten-55: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.45 * (100 - l)))
  );
  --jcore-color-orange-lighten-60: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.4 * (100 - l)))
  );
  --jcore-color-orange-lighten-65: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.35 * (100 - l)))
  );
  --jcore-color-orange-lighten-70: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.3 * (100 - l)))
  );
  --jcore-color-orange-lighten-75: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.25 * (100 - l)))
  );
  --jcore-color-orange-lighten-80: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.2 * (100 - l)))
  );
  --jcore-color-orange-lighten-85: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.15 * (100 - l)))
  );
  --jcore-color-orange-lighten-90: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.1 * (100 - l)))
  );
  --jcore-color-orange-lighten-95: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(100 - (0.05 * (100 - l)))
  );
  --jcore-color-orange-darken-5: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.95)
  );
  --jcore-color-orange-darken-10: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.9)
  );
  --jcore-color-orange-darken-15: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.85)
  );
  --jcore-color-orange-darken-20: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.8)
  );
  --jcore-color-orange-darken-25: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.75)
  );
  --jcore-color-orange-darken-30: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.7)
  );
  --jcore-color-orange-darken-35: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.65)
  );
  --jcore-color-orange-darken-40: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.6)
  );
  --jcore-color-orange-darken-45: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.55)
  );
  --jcore-color-orange-darken-50: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.5)
  );
  --jcore-color-orange-darken-55: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.45)
  );
  --jcore-color-orange-darken-60: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.4)
  );
  --jcore-color-orange-darken-65: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.35)
  );
  --jcore-color-orange-darken-70: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.3)
  );
  --jcore-color-orange-darken-75: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.25)
  );
  --jcore-color-orange-darken-80: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.2)
  );
  --jcore-color-orange-darken-85: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.15)
  );
  --jcore-color-orange-darken-90: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.1)
  );
  --jcore-color-orange-darken-95: hsl(
  	from var(--wp--preset--color--orange)
  		h
  		s
  		calc(l * 0.05)
  );
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html body.jquest-popup-open {
  overflow: auto !important;
}

body {
  position: relative;
  display: flex;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  flex-direction: column;
  padding: 0;
  margin: 0;
}
body > * {
  flex: 0 0 auto;
}
body > main {
  flex: 1 0 auto;
}

div.chooser-popup {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 99;
  height: 42px;
}
div.chooser-popup a {
  position: relative;
  background-color: #9ADBE8;
  cursor: pointer;
  border-radius: 25px;
  text-decoration: none;
  padding: 11px 53px 11px 23px;
}
div.chooser-popup a:hover {
  text-decoration: underline;
}
div.chooser-popup a .icon-container {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 29px;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.chooser-popup a .jquest-app {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

/*
 * Set z-index on main to contain all content layers.
 */
main {
  z-index: 1;
}

button {
  border: 0;
  background: transparent;
}

a,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.text-404 {
  padding-top: 8rem;
  padding-bottom: 20rem;
}

.big-strong strong {
  font-size: 28px !important;
  font-weight: 500;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
}
.wp-site-blocks > * {
  flex-grow: 0;
}
.wp-site-blocks main {
  flex-grow: 1;
}

/*
 * Page
 */
.no-padding {
  padding: 0;
}

/* Image utils */
.image-fillarea {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* WP fixes */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    overflow: hidden;
  }
}

:root {
  --jcore-font-family: var(--wp--preset--font-family--ProximaNova);
  --jcore-heading-font-family: var(--wp--preset--font-family--ProximaNova);
}

/* Any heading with pre-text in mini-font-size (use css: "mini" on the H-element for right margins)*/
h1.wp-block-heading.mini,
h2.wp-block-heading.mini,
h3.wp-block-heading.mini,
h4.wp-block-heading.mini {
  margin-top: 0.5rem;
}

/* Any paragraph with pre-text in mini-font-size (use css: "mini" on the p-element for right margins)*/
p.mini {
  margin-top: 0.5rem;
}

a {
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
}

/*
* Add Project Specific Gutenberg Block Styling here!
*
*/
/*
* A little hack to cover the whole content column with one link from below. Add the linkall class to the surrounding div, and the the high class to the p contianing the link
*
*/
.linkall {
  position: relative;
}

p.high a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
}

/* Grid gap utility classes for jcore grid */
.wp-block-jcore-grid.grid-gap-34 {
  gap: 34px;
  /* Remove padding from columns when using gap */
}
.wp-block-jcore-grid.grid-gap-34 .wp-block-jcore-column {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Vertical center utility class for columns */
@media (min-width: 768px) {
  .wp-block-jcore-column.vertical-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/* Image-cover pattern equal heights */
.wp-block-jcore-grid.image-cover-pattern .wp-block-jcore-column {
  height: 100% !important;
  /* Make images fill the full height of their container */
}
.wp-block-jcore-grid.image-cover-pattern .wp-block-jcore-column .wp-block-image {
  height: 100% !important;
}
.wp-block-jcore-grid.image-cover-pattern .wp-block-jcore-column .wp-block-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* Equal Height Cards - Button Alignment */
.wp-block-jcore-grid.equal-height-cards {
  /* Make the grid container use equal height columns */
}
.wp-block-jcore-grid.equal-height-cards .wp-block-jcore-column.flex-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Push buttons to bottom by making content area flexible */
}
.wp-block-jcore-grid.equal-height-cards .wp-block-jcore-column.flex-card > * {
  flex-shrink: 0; /* Prevent content from shrinking */
}
.wp-block-jcore-grid.equal-height-cards .wp-block-jcore-column.flex-card {
  /* Ensure headings take consistent vertical space */
}
.wp-block-jcore-grid.equal-height-cards .wp-block-jcore-column.flex-card .wp-block-heading {
  min-height: 2.5rem; /* Accommodate 2 lines of text */
  display: flex;
  align-items: flex-start; /* Align text to top of heading container */
}
.wp-block-jcore-grid.equal-height-cards .wp-block-jcore-column.flex-card {
  /* The button wrapper gets pushed to bottom */
}
.wp-block-jcore-grid.equal-height-cards .wp-block-jcore-column.flex-card .wp-block-buttons.card-button-wrapper {
  margin-top: auto !important;
  flex-shrink: 0;
}
.wp-block-jcore-grid.equal-height-cards {
  /* Ensure the grid itself creates equal height columns */
}
.wp-block-jcore-grid.equal-height-cards.jgrid {
  display: grid;
  align-items: stretch; /* This makes all columns equal height */
}
.wp-block-jcore-grid.equal-height-cards {
  /* Responsive adjustments */
}
@media (min-width: 768px) {
  .wp-block-jcore-grid.equal-height-cards.jgrid {
    /* Make sure grid creates equal height at larger screens */
    grid-template-rows: 1fr;
  }
}

/* Mobile column reorder classes */
@media (max-width: 782px) {
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
}
/* CSS for easy cover content positioning - just add class names in Gutenberg */
/* Class for the cover block: enables top/bottom positioning */
.cover-split .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: inherit;
}

/* Class for groups/content that should stick to TOP */
.content-top {
  align-self: flex-start;
  margin-top: 3vh !important;
  margin-bottom: auto !important;
  width: 100%;
}

/* Class for groups/content that should stick to BOTTOM */
.content-bottom {
  align-self: flex-end;
  margin-top: auto !important;
  margin-bottom: 3vh !important;
  width: 100%;
}

/* Optional: Add some breathing room */
.cover-split .content-top {
  padding-top: var(--wp--preset--spacing--fluid-medium, 2rem);
}

.cover-split .content-bottom {
  padding-bottom: var(--wp--preset--spacing--fluid-medium, 2rem);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cover-split .wp-block-cover__inner-container {
    gap: 1rem;
  }
  .content-top,
  .content-bottom {
    padding-left: var(--wp--preset--spacing--fluid-small, 1rem);
    padding-right: var(--wp--preset--spacing--fluid-small, 1rem);
  }
  /* Mobile: Both top and bottom content get same margins */
  .content-top {
    margin-top: 1rem !important;
    margin-bottom: 5rem !important;
  }
  .content-bottom {
    margin-top: 5rem !important;
    margin-bottom: 3rem !important;
  }
}
/* Remove cover overlay on desktop only */
@media (min-width: 1024px) {
  .no-overlay-desktop .wp-block-cover__background,
  .no-overlay-desktop .wp-block-cover__gradient-background,
  .no-overlay-desktop .wp-block-cover-image.has-background-dim:before,
  .no-overlay-desktop .wp-block-cover.has-background-dim:before {
    opacity: 0 !important;
  }
}
@media (max-width: 968px) {
  .mobile-padding {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
  }
}
@media (max-width: 968px) {
  .mobile-padding-container {
    padding-right: var(--wp--preset--spacing--fluid-large) !important;
    padding-left: var(--wp--preset--spacing--fluid-large) !important;
  }
  .mobile-padding-container p,
  .mobile-padding-container h1,
  .mobile-padding-container h2,
  .mobile-padding-container h3,
  .mobile-padding-container h4,
  .mobile-padding-container h5,
  .mobile-padding-container h6,
  .mobile-padding-container .wp-block-buttons {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
footer {
  padding-top: 3rem;
  padding-bottom: 0;
}
footer .wp-block-jcore-grid {
  align-content: center;
}
footer .wp-block-jcore-grid p {
  margin-bottom: 1rem;
}
footer .wp-block-jcore-grid p a {
  text-decoration: none;
}
footer .wp-block-jcore-grid {
  /* Some */
}
footer .wp-block-jcore-grid .wp-block-social-links {
  margin-bottom: 1rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  footer .wp-block-jcore-grid .wp-block-social-links {
    justify-content: end;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  footer .wp-block-jcore-grid .wp-block-social-links {
    justify-content: end;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  footer .wp-block-jcore-grid .wp-block-social-links {
    justify-content: end;
    padding-top: 0;
  }
}
@media (min-width: 360px) {
  footer .wp-block-jcore-grid .wp-block-buttons {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  footer .wp-block-jcore-grid .wp-block-buttons {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  footer .wp-block-jcore-grid .wp-block-buttons {
    gap: 3rem;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  footer .wp-block-jcore-grid .wp-block-buttons {
    gap: 3rem;
    justify-content: end;
  }
}

.wp-block-jcore-simple-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wp-block-jcore-simple-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wp-block-jcore-simple-menu a {
  text-decoration: none;
}

/* Base button variables */
:root {
  --jcore-arrow-right-white: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' style='fill: white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9871 10.4011L9.26837 16.1189L6.74396 13.5945L9.93634 10.4011L6.74396 7.20874L9.26935 4.68335L14.9871 10.4011Z'/%3E%3C/svg%3E");
  --jcore-arrow-right-black: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' style='fill: black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9871 10.4011L9.26837 16.1189L6.74396 13.5945L9.93634 10.4011L6.74396 7.20874L9.26935 4.68335L14.9871 10.4011Z'/%3E%3C/svg%3E");
  --jcore-arrow-down-white: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' style='fill: white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4011 14.9871L16.1189 9.26837L13.5945 6.74396L10.4011 9.93634L7.20874 6.74396L4.68335 9.26935L10.4011 14.9871Z'/%3E%3C/svg%3E");
  --jcore-arrow-down-black: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' style='fill: black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4011 14.9871L16.1189 9.26837L13.5945 6.74396L10.4011 9.93634L7.20874 6.74396L4.68335 9.26935L10.4011 14.9871Z'/%3E%3C/svg%3E");
  --jcore-button-bg-color: transparent;
  --jcore-button-border-color: var(--wp--preset--color--dark);
  --jcore-button-text-color: inherit;
  --jcore-button-active-bg-color: var(--wp--preset--color--brand);
  --jcore-button-active-text-color: var(--wp--preset--color--dark);
  --jcore-button-hover-bg-color: var(--wp--preset--color--orange);
  --jcore-button-hover-text-color: var(--wp--preset--color--dark);
  --jcore-button-hover-border-color: var(--wp--preset--color--orange);
  --jcore-arrow-background: var(--wp--preset--color--orange);
  --jcore-arrow: var(--jcore-arrow-right-white);
  --jcore-arrow-hover-background: var(--wp--preset--color--black);
  --jcore-arrow-hover: var(--jcore-arrow-right-white);
  --jcore-button-font-size: var(--wp--preset--font-size--small);
  --jcore-button-radius: 25px;
  /* Transition variables */
  --jcore-button-transition: all 0.3s ease;
  --jcore-button-active-transition: transform 0.1s ease;
}

.wp-block-button.is-style-outline {
  --jcore-button-border-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-link-orange-arrow-dark {
  --jcore-button-border-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-link-blue-arrow {
  --jcore-arrow-background: var(--wp--preset--color--brand);
}
.wp-block-button.is-style-link-blue-arrow-dark {
  --jcore-arrow-background: var(--wp--preset--color--white);
  --jcore-arrow: var(--jcore-arrow-right-black);
  --jcore-button-border-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-dropdown-orange {
  --jcore-arrow: var(--jcore-arrow-down-white);
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
}
.wp-block-button.is-style-dropdown-orange-dark {
  --jcore-arrow: var(--jcore-arrow-down-white);
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
  --jcore-button-border-color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-plain-dark {
  --jcore-button-text-color: var(--wp--preset--color--white);
  --jcore-button-bg-color: var(--wp--preset--color--brand);
}
.wp-block-button[class*=is-style-link] .wp-element-button, .wp-block-button[class*=is-style-dropdown] .wp-element-button {
  padding-right: 2.5rem;
  position: relative;
}
.wp-block-button[class*=is-style-link] .wp-element-button::after, .wp-block-button[class*=is-style-dropdown] .wp-element-button::after {
  content: var(--jcore-arrow);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--jcore-arrow-background);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wp-block-button[class*=is-style-link] .wp-element-button:hover::after, .wp-block-button[class*=is-style-dropdown] .wp-element-button:hover::after {
  content: var(--jcore-arrow-hover);
  background-color: var(--jcore-arrow-hover-background);
}
.wp-block-button .wp-element-button {
  border-radius: var(--jcore-button-radius);
  border-color: var(--jcore-button-border-color);
  background-color: var(--jcore-button-bg-color);
  color: var(--jcore-button-text-color);
  font-size: var(--jcore-button-font-size);
}
.wp-block-button .wp-element-button:hover {
  border-color: var(--jcore-button-hover-border-color);
  background-color: var(--jcore-button-hover-bg-color);
  color: var(--jcore-button-hover-text-color);
}

.btn {
  text-decoration: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-family: var(--wp--preset--font-family--lexend);
  font-weight: 500;
  padding-top: 0.3rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  box-shadow: 0px 0px 0px 0px var(--wp--preset--color--dark);
  border-radius: var(--jcore-button-radius);
  border-color: var(--jcore-button-border-color);
  background-color: var(--jcore-button-bg-color);
  color: var(--jcore-button-text-color);
  font-size: var(--jcore-button-font-size);
}
.btn:hover {
  border-color: var(--jcore-button-hover-border-color);
  background-color: var(--jcore-button-hover-bg-color);
  color: var(--jcore-button-hover-text-color);
}
.btn.btn-orange-arrow {
  padding-right: 2.5rem;
  position: relative;
}
.btn.btn-orange-arrow::after {
  content: var(--jcore-arrow);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--jcore-arrow-background);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.btn.btn-orange-arrow:hover::after {
  content: var(--jcore-arrow-hover);
  background-color: var(--jcore-arrow-hover-background);
}
.btn.btn-orange-arrow-dark {
  --jcore-button-bg-color: var(--wp--preset--color--brand);
  --jcore-button-text-color: var(--wp--preset--color--white);
}
.btn.btn-link-blue-arrow {
  --jcore-arrow-background: var(--wp--preset--color--brand);
}
.btn.btn-blue-arrow-dark {
  --jcore-arrow-background: var(--wp--preset--color--white);
  --jcore-arrow: var(--jcore-arrow-right-black);
  --jcore-button-bg-color: var(--wp--preset--color--brand);
  --jcore-button-text-color: var(--wp--preset--color--white);
}
.btn.btn-dropdown-orange {
  --jcore-arrow: var(--jcore-arrow-down-white);
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
}
.btn.btn-dropdown-orange-dark {
  --jcore-button-bg-color: var(--wp--preset--color--brand);
  --jcore-button-text-color: var(--wp--preset--color--white);
  --jcore-arrow: var(--jcore-arrow-down-white);
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
}
.btn.btn-plain-dark {
  --jcore-button-text-color: var(--wp--preset--color--white);
  --jcore-button-bg-color: var(--wp--preset--color--brand);
}

/* Print styles */
@media print {
  .wp-block-button .wp-block-button__link,
  .btn {
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
  }
  .wp-block-button .wp-block-button__link::after,
  .btn::after {
    display: none !important;
  }
  /* Remove all decorative elements for print */
  .wp-block-button[class*=is-style-] .wp-block-button__link {
    padding-right: 1rem !important;
  }
}
/* High contrast mode support */
@media (prefers-contrast: high) {
  .wp-block-button .wp-block-button__link {
    border-width: 2px !important;
  }
  .wp-block-button .wp-block-button__link:focus {
    outline-width: 3px !important;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .wp-block-button .wp-block-button__link,
  .btn {
    transition: none !important;
  }
  .wp-block-button .wp-block-button__link:active,
  .btn:active {
    transform: none !important;
  }
}
:root {
  --jcore-navigation-color: var(--wp--preset--color--white);
  --jcore-navigation-open-color: var(--wp--preset--color--black);
  --jcore-navigation-font-size: var(--wp--preset--font-size--small);
  --jcore-navigation-background-color: var(--wp--preset--color--white);
  --jcore-navigation-height: 56px;
}

.single,
.single,
.single,
.page-template-default,
.error404 {
  --jcore-navigation-color: var(--wp--preset--color--black);
}

.wp-block-jcore-nav-header {
  background-color: transparent;
  transition: background-color 300ms;
  max-width: 100vw;
}
.wp-block-jcore-nav-header.scrollActive:not(.scrollTop) {
  --jcore-navigation-color: var(--wp--preset--color--black);
  background-color: var(--jcore-navigation-background-color);
}

.wp-block-jcore-navigation {
  font-size: var(--jcore-navigation-font-size);
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  height: var(--jcore-navigation-height);
  color: var(--jcore-navigation-color);
  display: grid;
  grid-template-areas: "brand menu";
  grid-template-columns: 120px auto;
  grid-template-rows: var(--jcore-navigation-height);
}
.wp-block-jcore-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.wp-block-jcore-navigation.mega-open {
  --jcore-navigation-color: var(--jcore-navigation-open-color);
}
.wp-block-jcore-navigation button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.wp-block-jcore-navigation svg {
  fill: currentColor;
}
.wp-block-jcore-navigation .brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-jcore-navigation .menu-part {
  grid-area: menu;
  display: flex;
  margin-left: auto;
}
.wp-block-jcore-navigation .hamburger {
  grid-area: hamburger;
  display: none;
}
.wp-block-jcore-navigation a {
  color: var(--jcore-navigation-color);
  text-decoration: none;
}
.wp-block-jcore-navigation .menu-item {
  padding: 0.5rem;
}
.wp-block-jcore-navigation .chevron {
  display: none;
}
.wp-block-jcore-navigation .menu-link {
  font-size: var(--jcore-navigation-font-size);
}
.wp-block-jcore-navigation .mobile-submenu {
  display: none;
}
.wp-block-jcore-navigation .menu {
  gap: clamp(1rem, 3vw, 3rem);
}
.wp-block-jcore-navigation .language-switcher {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-left: 40px;
  gap: 1rem;
}
.wp-block-jcore-navigation .language-switcher li.current-lang a {
  font-weight: bold;
}

#navigation-tilahaku {
  padding-top: 8rem !important;
  position: fixed;
  transition: top 300ms;
}
#navigation-tilahaku:not(.mega-open) {
  top: -1800px;
}
#navigation-tilahaku {
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  font-size: var(--jcore-navigation-font-size);
}
#navigation-tilahaku section {
  width: 100%;
}
#navigation-tilahaku {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#navigation-tilahaku .wp-element-button {
  text-wrap: nowrap;
}
#navigation-tilahaku .tilahaku-grid {
  gap: 2rem;
  container-name: tilahaku-cities;
  container-type: inline-size;
}
#navigation-tilahaku .wp-block-jcore-tilahaku {
  --jcore-tilahaku-width: 20cqw;
  --jcore-tilahaku-image-height: 10cqw;
  --jcore-tilahaku-font: max(14px, 1.8cqw);
}

@media (max-width: 890px) {
  :root {
    --jcore-navigation-font-size: var(--wp--preset--font-size--large);
  }
  .wp-block-jcore-navigation {
    transition: height 300ms;
    overflow: hidden;
    max-width: 100%;
    grid-template-areas: "brand . hamburger" "menu menu menu";
    grid-template-columns: 120px auto calc(5vw + 17px);
    grid-template-rows: var(--jcore-navigation-height) auto;
  }
  .wp-block-jcore-navigation .xmark {
    display: none;
  }
  .wp-block-jcore-navigation.mobile-open {
    --jcore-navigation-color: var(--wp--preset--color--black);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px)); /* iphone fix */
  }
  @supports (height: 100dvh) {
    .wp-block-jcore-navigation.mobile-open {
      height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
    }
  }
  .wp-block-jcore-navigation.mobile-open {
    background-color: var(--jcore-navigation-background-color);
  }
  .wp-block-jcore-navigation.mobile-open .xmark {
    display: unset;
  }
  .wp-block-jcore-navigation.mobile-open .bars {
    display: none;
  }
  .wp-block-jcore-navigation .menu-part {
    width: 100%;
    flex-direction: column;
    overflow: visible;
    overflow-y: scroll;
    padding: 0 5vw;
  }
  .wp-block-jcore-navigation .brand {
    margin-left: 5vw;
  }
  .wp-block-jcore-navigation .hamburger {
    margin-right: 5vw;
    display: unset;
  }
  .wp-block-jcore-navigation #jcore-menu {
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    padding: 1rem 0 2rem 0;
    gap: 0;
  }
  .wp-block-jcore-navigation .menu-item {
    padding: 0;
  }
  .wp-block-jcore-navigation .menu-item:not(:first-child) {
    border-top: 1px solid rgba(210, 210, 210, 0.6);
  }
  .wp-block-jcore-navigation .menu-link {
    display: block;
    padding: 1rem 0;
  }
  .wp-block-jcore-navigation .mega-open-button {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .wp-block-jcore-navigation .mega-open-button .chevron {
    display: block;
    width: 17px;
    transition: transform 300ms;
  }
  .wp-block-jcore-navigation .language-switcher {
    margin: 0;
    padding: 0.5rem;
    justify-content: flex-start;
  }
  .wp-block-jcore-navigation .mobile-submenu {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-left: 1rem;
    transition: max-height 300ms;
  }
  .wp-block-jcore-navigation .mobile-submenu .menu-link {
    padding: 0.25rem 0;
  }
  .wp-block-jcore-navigation .mobile-submenu .menu-link:last-child {
    margin-bottom: 1rem;
  }
  #jcore-nav.mega-open .mobile-submenu {
    max-height: 600px;
  }
  #jcore-nav.mega-open .chevron {
    transform: rotate(180deg);
  }
  #navigation-tilahaku {
    display: none;
  }
  /* Scroll blocker */
  body.mobile-open {
    height: 100vh;
    overflow-y: hidden;
  }
}
.sticky {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  right: 0;
  left: 0;
  z-index: 10;
}

/* WP Fix */
body.admin-bar {
  /* Fix for WP admin-bar */
}
body.admin-bar .navbar.scrollActive,
body.admin-bar .navbar.sticky,
body.admin-bar .skip-to-content a {
  top: 46px;
}
@media screen and (min-width: 781px) {
  body.admin-bar .navbar.scrollActive,
  body.admin-bar .navbar.sticky,
  body.admin-bar .skip-to-content a {
    top: 32px;
  }
}

.archive-posts,
.wp-block-jcore-dynamic-archive-posts__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .archive-posts.columns-2,
  .wp-block-jcore-dynamic-archive-posts__inner.columns-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .archive-posts.columns-3,
  .wp-block-jcore-dynamic-archive-posts__inner.columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .archive-posts.columns-3,
  .wp-block-jcore-dynamic-archive-posts__inner.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.archive-posts.columns-4,
.wp-block-jcore-dynamic-archive-posts__inner.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(clamp(20%, 100%, 300px), 1fr));
}

/* JCORE DYNAMIC ARCHIVE */
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters {
  margin-bottom: 3rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  gap: 2rem;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
  max-width: 100%;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type {
  max-width: 100%;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type h3 {
  font-weight: 400;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type h3.taxonomy-type-category__label {
  visibility: hidden;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type .select-wrapper {
  width: max-content;
  max-width: 100%;
  position: relative;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type .select-wrapper:after {
  content: var(--jcore-arrow-down-white);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--jcore-arrow-background);
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: none;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type select {
  background: var(--wp--preset--color--white);
  border-radius: 25px;
  border: 1px solid var(--wp--preset--color--dark);
  shadow: none;
  padding: 0.75rem 1.5rem;
  min-width: 210px;
  font-weight: 600;
  appearance: none;
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--lexend);
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type select:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  pointer-events: none;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio {
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-family: var(--wp--preset--font-family--lexend);
  font-weight: 500;
  padding-top: 0.3rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  box-shadow: 0px 0px 0px 0px var(--wp--preset--color--dark);
  border-radius: var(--jcore-button-radius);
  border-color: var(--jcore-button-border-color);
  background-color: var(--jcore-button-bg-color);
  color: var(--jcore-button-text-color);
  font-size: var(--jcore-button-font-size);
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio:hover {
  border-color: var(--jcore-button-hover-border-color);
  background-color: var(--jcore-button-hover-bg-color);
  color: var(--jcore-button-hover-text-color);
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio {
  padding-right: 2.5rem;
  position: relative;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio::after {
  content: var(--jcore-arrow);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--jcore-arrow-background);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio:hover::after {
  content: var(--jcore-arrow-hover);
  background-color: var(--jcore-arrow-hover-background);
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type label.wp-block-jcore-dynamic-archive-filters__radio.is-active {
  --jcore-button-bg-color: var(--wp--preset--color--brand);
  --jcore-button-text-color: var(--wp--preset--color--white);
  --jcore-arrow: var(--jcore-arrow-down-white);
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type input.wp-block-jcore-dynamic-archive-filters__radio__input {
  position: fixed;
  top: -100px;
  left: 0;
  visibility: hidden;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__taxonomies__type.taxonomy-type-category__children {
  margin-top: 1.5rem;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__search {
  max-width: 100%;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__search .wp-block-jcore-dynamic-archive__filters__search__input {
  background: var(--wp--preset--color--white);
  border-radius: 25px;
  border: 1px solid var(--wp--preset--color--dark);
  shadow: none;
  padding: 0.75rem 1.5rem;
  min-width: 210px;
  font-weight: 600;
  appearance: none;
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--lexend);
  max-width: 100%;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__map {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__map .wp-block-jcore-dynamic-archive__map__toggle {
  cursor: pointer;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__map .btn {
  height: 2.8rem;
  min-width: 80px;
  text-align: center;
  line-height: 2rem;
  text-transform: uppercase;
}
.wp-block-jcore-dynamic-archive .wp-block-jcore-dynamic-archive__filters .wp-block-jcore-dynamic-archive__filters__map .selected {
  background: var(--jcore-button-hover-bg-color);
  border-color: var(--jcore-button-hover-border-color);
}
.wp-block-jcore-dynamic-archive .mapview #map {
  width: 100%;
  height: 620px;
}
.wp-block-jcore-dynamic-archive .mapview .map-marker-info {
  width: 220px;
  padding-bottom: 0.5rem;
}
.wp-block-jcore-dynamic-archive .mapview .map-marker-info img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
.wp-block-jcore-dynamic-archive .mapview .map-marker-info h3 {
  margin: 1rem 0 1rem 0;
}

/* JCORE Dynamic Archive Pagination */
.wp-block-jcore-dynamic-archive-posts__pagination nav {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  gap: 0.25rem;
  margin: 4rem 0.25rem 3rem;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav a {
  font-size: 1rem;
  margin: 0rem;
  color: var(--wp--preset--color--dark);
  background: var(--wp--preset--color--light);
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav a.current {
  background: var(--wp--preset--color--success);
}
.wp-block-jcore-dynamic-archive-posts__pagination nav a:hover {
  text-decoration: none;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav {
  /*Pagination first */
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-first {
  background: var(--wp--preset--color--brand);
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-first .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
  content: "\f323";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-first .wp-block-jcore-dynamic-archive__pagination__link__text {
  display: none;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav {
  /*Pagination previous */
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-previous {
  background: var(--wp--preset--color--brand);
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-previous .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
  content: "\f053";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-previous .wp-block-jcore-dynamic-archive__pagination__link__text {
  display: none;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav {
  /*Pagination next */
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-next {
  background: var(--wp--preset--color--brand);
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-next .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
  content: "\f054";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-next .wp-block-jcore-dynamic-archive__pagination__link__text {
  display: none;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav {
  /*Pagination last */
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-last {
  background: var(--wp--preset--color--brand);
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-last .wp-block-jcore-dynamic-archive__pagination__link__icon::after {
  content: "\f324";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link-last .wp-block-jcore-dynamic-archive__pagination__link__text {
  display: none;
}
.wp-block-jcore-dynamic-archive-posts__pagination nav {
  /* Current link item */
}
.wp-block-jcore-dynamic-archive-posts__pagination nav .wp-block-jcore-dynamic-archive__pagination__link.is-current {
  background: var(--wp--preset--color--brand);
}

/* JCORE Dynamic Archive load more button */
.wp-block-jcore-dynamic-archive-posts__pagination {
  padding-top: 5rem;
  padding-bottom: 8.5rem;
}

.wp-block-jcore-dynamic-archive-posts.post-type-toimitila .wp-block-jcore-dynamic-archive-posts__inner {
  gap: 3rem;
}

.wp-block-jcore-latest-posts__inner {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 2rem;
}

@media (min-width: 690px) {
  .wp-block-jcore-latest-posts__inner.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-post main h2 {
  line-height: 2;
}

.posts-highlight {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
}

.posts-highlight.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.posts-highlight.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.posts-highlight.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.property-distances {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-auto-rows: min-content;
  gap: 22px;
}
@media screen and (min-width: 1024px) {
  .property-distances {
    grid-column: 9/span 3;
  }
}
.property-distances .property-distance {
  display: flex;
  flex-flow: row wrap;
  gap: 1.25rem;
  align-items: center;
}
.property-distances .property-distance .icon-container {
  width: 2.375rem;
  height: 2.375rem;
  background: var(--wp--preset--color--brand);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-distances .property-distance .icon-container svg {
  fill: var(--wp--preset--color--white);
  max-width: 60%;
  max-height: 60%;
}
.property-distances .property-distance .property-distance-text p,
.property-distances .property-distance .property-distance-text span {
  margin: 0;
  line-height: 20px;
}

.tease-post {
  text-align: left;
  display: block;
}
.tease-post .image-container {
  position: relative;
  width: 100%;
  min-height: 275px;
}
.tease-post .image-container img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
}
.tease-post .preview {
  max-height: 200px;
  overflow: hidden;
  font-size: var(--wp--preset--font-size--small) !important;
}
.tease-post h3 a {
  text-decoration: none;
}

/* Dynamic archive */
.wp-block-jcore-dynamic-archive-posts .tease-post *,
.wp-block-jcore-latest-posts .tease-post * {
  box-sizing: border-box;
}
.wp-block-jcore-dynamic-archive-posts .tease-post,
.wp-block-jcore-latest-posts .tease-post {
  display: flex;
  flex-direction: column;
  background-color: var(--wp--preset--color--light-grey);
}
.wp-block-jcore-dynamic-archive-posts .tease-post .image-container.placeholder,
.wp-block-jcore-latest-posts .tease-post .image-container.placeholder {
  background-color: var(--wp--preset--color--grey);
  border-radius: 4px;
}
.wp-block-jcore-dynamic-archive-posts .tease-post .content-container,
.wp-block-jcore-latest-posts .tease-post .content-container {
  height: 100%;
}
.wp-block-jcore-dynamic-archive-posts .tease-post .content-container .tease-content,
.wp-block-jcore-latest-posts .tease-post .content-container .tease-content {
  padding: var(--wp--preset--spacing--fluid-xlarge) var(--wp--preset--spacing--fluid-large);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block-jcore-dynamic-archive-posts .tease-post .content-container h3,
.wp-block-jcore-latest-posts .tease-post .content-container h3 {
  margin-top: 0;
}
.wp-block-jcore-dynamic-archive-posts .tease-post .content-container a.tease-link,
.wp-block-jcore-latest-posts .tease-post .content-container a.tease-link {
  margin-top: auto;
  width: fit-content;
}
@media (min-width: 1200px) {
  .wp-block-jcore-dynamic-archive-posts .tease-post,
  .wp-block-jcore-latest-posts .tease-post {
    flex-direction: row;
    height: 459px;
  }
  .wp-block-jcore-dynamic-archive-posts .tease-post .image-container,
  .wp-block-jcore-latest-posts .tease-post .image-container {
    min-height: unset;
    order: 2;
  }
  .wp-block-jcore-dynamic-archive-posts .tease-post .content-container,
  .wp-block-jcore-latest-posts .tease-post .content-container {
    max-width: 405px;
    order: 1;
  }
}
@media (min-width: 992px) {
  .wp-block-jcore-dynamic-archive-posts:not(.plain) .tease-post:nth-child(3n+3),
  .wp-block-jcore-latest-posts:not(.plain) .tease-post:nth-child(3n+3) {
    grid-column: span 2;
    flex-direction: row;
  }
  .wp-block-jcore-dynamic-archive-posts:not(.plain) .tease-post:nth-child(3n+3) .image-container,
  .wp-block-jcore-latest-posts:not(.plain) .tease-post:nth-child(3n+3) .image-container {
    order: 2;
  }
  .wp-block-jcore-dynamic-archive-posts:not(.plain) .tease-post:nth-child(3n+3) .content-container,
  .wp-block-jcore-latest-posts:not(.plain) .tease-post:nth-child(3n+3) .content-container {
    order: 1;
  }
}

.tease-contact {
  container-type: inline-size;
}

.tease-contact-container {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  background-color: var(--wp--preset--color--light-grey);
}
.tease-contact-container img {
  aspect-ratio: 186/221;
  width: 100%;
  object-fit: cover;
  height: fit-content;
  object-position: 50% 28%;
}
.property-contact-cards .tease-contact-container img {
  width: 30%;
  max-width: 184px;
}
.tease-contact-container .tease-contact-info {
  margin: 1rem 2rem;
  min-height: 160px;
}
.tease-contact-container .tease-contact-info h3 {
  margin-top: 0.625rem;
  margin-bottom: 1.75rem;
}
.tease-contact-container .tease-contact-info p,
.tease-contact-container .tease-contact-info a {
  font-size: 0.875rem;
  margin: 0;
  text-decoration: none;
  max-width: 250px;
}
.tease-contact-container .tease-contact-info a {
  display: block;
}

.tease-premisses {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.tease-premisses > img {
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
}
.tease-premisses h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.tease-premisses h3 a {
  text-decoration: none;
}
.tease-premisses h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tease-premisses p {
  margin-bottom: 1.5rem;
}
.tease-premisses .property-services {
  flex-flow: row wrap;
  gap: 7px;
  display: flex;
  margin-bottom: 2.75rem;
}
.tease-premisses .property-services .property-service {
  display: flex;
  gap: 1rem;
}
.tease-premisses .property-services .property-service .icon-container {
  width: 42px;
  height: 42px;
  border: 2px solid var(--wp--preset--color--brand);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.tease-premisses a.btn {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin-top: auto;
}

.tease-toimitila {
  position: relative;
}
.tease-toimitila .premisse-image-container {
  aspect-ratio: 16/10;
}
.tease-toimitila .premisse-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tease-toimitila .premisse-type {
  padding-right: 5.25rem;
}
.tease-toimitila a {
  text-decoration: none;
  padding: 1.125rem 0 1.375rem;
  display: block;
}
.tease-toimitila a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tease-toimitila h3 {
  margin: 0;
  line-height: 1.75;
}

.block-post_grid .posts-highlight {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 360px) {
  .block-post_grid.columns-2 .posts-highlight {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .block-post_grid.columns-3 .posts-highlight {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 360px) {
  .block-post_grid.columns-4 .posts-highlight {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .block-post_grid.columns-4 .posts-highlight {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.masonry-grid {
  display: grid;
  grid-row-gap: 2rem !important;
  grid-template-columns: 1fr;
  grid-auto-rows: 20px;
}
.masonry-grid > * {
  width: auto !important;
  grid-row-end: span 20; /* Somewhat sane default. */
}
@media (min-width: 768px) {
  .masonry-grid {
    grid-row-gap: 3rem !important;
  }
  .masonry-grid.columns-2, .masonry-grid.columns-3, .masonry-grid.columns-4 {
    grid-template-columns: 1fr 1fr;
  }
  .masonry-grid .tease-nr-2 .image-container {
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .masonry-grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .masonry-grid.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.error404 h1 {
  font-size: var(--wp--preset--font-size--heading-1);
  margin-top: 3rem;
}
.error404 .home-link {
  max-width: var(--wp--style--global--content-size);
  margin-top: 2rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}

.block-social_share {
  background: var(--wp--preset--color--white);
  border-radius: 10px;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .block-social_share {
    display: grid;
    grid-template-columns: auto 180px;
    grid-gap: 0.5rem;
    justify-content: end;
    justify-items: end;
    align-items: center;
  }
}
.block-social_share p.share-heading {
  font-family: var(--jcore-heading-font-family);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .block-social_share p.share-heading {
    margin-bottom: 0;
  }
}
.block-social_share .social-media-share a {
  text-decoration: none;
}
.block-social_share .social-media-share a i {
  margin-right: 0.5rem;
}

/* Yoast FAQ & Accordion Block Styling */
.schema-faq-section .schema-faq-question,
.block-accordion .accordion-title {
  --jcore-arrow: var(--jcore-arrow-down-white);
  --jcore-arrow-hover: var(--jcore-arrow-down-white);
  font-family: var(--wp--preset--font-family--lexend-exa);
  font-size: var(--wp--preset--font-size--heading-4);
  color: var(--wp--preset--color--dark);
  font-weight: 500;
  margin: 8px 0;
  padding: 2rem;
  cursor: pointer;
  position: relative;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  width: 100%;
  background-color: var(--wp--preset--color--light-grey);
  padding-right: 2.5rem;
  position: relative;
}
.schema-faq-section .schema-faq-question::after,
.block-accordion .accordion-title::after {
  content: var(--jcore-arrow);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-color: var(--jcore-arrow-background);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.schema-faq-section .schema-faq-question:hover::after,
.block-accordion .accordion-title:hover::after {
  content: var(--jcore-arrow-hover);
  background-color: var(--jcore-arrow-hover-background);
}
.schema-faq-section .schema-faq-question,
.block-accordion .accordion-title {
  padding-right: 5rem;
}
.schema-faq-section .schema-faq-question:after,
.block-accordion .accordion-title:after {
  width: 36px;
  height: 36px;
  right: 1.5rem;
}
.schema-faq-section .schema-faq-question.faq-q-open, .schema-faq-section .schema-faq-question.accordion-open,
.block-accordion .accordion-title.faq-q-open,
.block-accordion .accordion-title.accordion-open {
  background-color: var(--wp--preset--color--brand);
  color: var(--wp--preset--color--white);
}
.schema-faq-section .schema-faq-question.faq-q-open:after, .schema-faq-section .schema-faq-question.accordion-open:after,
.block-accordion .accordion-title.faq-q-open:after,
.block-accordion .accordion-title.accordion-open:after {
  transform: translateY(-50%) rotate(180deg);
}

.schema-faq-section p.schema-faq-answer,
.accordion-section .accordion-content {
  margin: 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 768px) {
  .schema-faq-section p.schema-faq-answer,
  .accordion-section .accordion-content {
    max-width: 80%;
  }
}

.schema-faq-section p.schema-faq-answer {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-left: 2rem;
  padding-top: 1rem;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.schema-faq-section p.schema-faq-answer.faq-a-open {
  margin-bottom: 2rem;
}

:root .gform-theme--framework {
  --gf-color-primary: var(--wp--preset--color--brand);
  --gf-color-primary-darker: var(--wp--preset--color--orange);
  --gf-ctrl-bg-color: var(--wp--preset--color--white);
  --gf-color-out-ctrl-light-darker: var(--wp--preset--color--lightgrey);
  --gf-ctrl-border-color: var(--wp--preset--color--lightgrey);
  --gf-ctrl-border-color-hover: var(--wp--preset--color--lightgrey);
  --gf-ctrl-radius: 12px;
  --gf-ctrl-textarea-radius: 12px;
  --gf-ctrl-border-width: 1px;
  --gf-ctrl-border-style: solid;
  --gf-ctrl-color: var(
  	--wp--preset--color--brand
  );
  --gf-ctrl-outline-color: var(--wp--preset--color--lightblue);
  --gf-ctrl-outline-color-focus: var(--wp--preset--color--lightblue);
  --gf-ctrl-border-color-focus: var(--wp--preset--color--brand);
  --gf-ctrl-accent-color: var(--wp--preset--color--brand);
  --gf-ctrl-btn-bg-color-ctrl: var(--jcore-button-bg-color);
  --gf-ctrl-btn-color-primary: var(--jcore-button-text-color);
  --gf-ctrl-btn-color-hover-primary: var(--jcore-button-hover-text-color);
  --gf-ctrl-btn-color-hover-ctrl: var(--jcore-button-hover-text-color);
  --gf-ctrl-btn-bg-color-primary: var(--jcore-button-bg-color);
  --gf-ctrl-btn-bg-color-hover-primary: var(
  	--jcore-button-hover-bg-color
  );
  --gf-ctrl-btn-bg-color-hover-ctrl: var(--jcore-button-hover-bg-color);
  --gf-ctrl-btn-radius: var(--jcore-button-radius);
  --gf-ctrl-btn-font-weight: var(--jcore-button-font-weight);
  --gf-ctrl-btn-text-transform: none;
  --gf-ctrl-btn-font-size: var(--jcore-button-font-size);
  --gf-ctrl-btn-font-style: normal;
  --gf-ctrl-btn-font-family: var(--jcore-heading-font-family);
  --gf-ctrl-btn-font-size-md: var(--wp--preset--font-size--paragraph);
  --gf-ctrl-btn-padding-y: 1rem;
  --gf-ctrl-btn-padding-x-md: 2rem;
  --gf-ctrl-choice-check-color: var(--wp--preset--color--brand);
  --gf-field-pg-prog-bar-bg-color-blue: var(--wp--preset--color--brand);
  --gf-field-pg-prog-bar-bg-color-orange: var(--wp--preset--color--brand);
  --gf-ctrl-label-font-size-primary: 14px;
  --gf-ctrl-label-font-size-tertiary: var(--wp--preset--font-size--mini);
  --gf-color-in-ctrl-primary: var(--wp--preset--color--brand);
  --gf-color-in-ctrl-primary-darker: var(--wp--preset--color--brand);
  --gf-ctrl-file-zone-icon-color: var(--wp--preset--color--brand);
  --gf-form-footer-margin-y-start: 2.5rem;
  --gf-field-prod-quant-width: 65px;
}

.gform_wrapper {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  max-width: 100%;
  box-shadow: none !important;
}
.gform_wrapper .gform_heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-bottom: 5rem;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--wp--preset--color--brand);
  margin: 0;
  line-height: 1.2;
}
.gform_wrapper .gform_heading .gform_description {
  font-size: 12px;
  color: var(--wp--preset--color--brand);
  line-height: 1.4;
  margin: 0;
}
.gform_wrapper .gform_required_legend {
  display: none !important;
}
.gform_wrapper .gform_body {
  background: transparent;
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 34px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gfield {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  border: none;
  box-shadow: none !important;
}
.gform_wrapper .gfield.gfield--width-full, .gform_wrapper .gfield.gfield--type-textarea {
  grid-column: 1/-1;
}
.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error textarea {
  border-color: #e74c3c;
  box-shadow: none !important;
}
.gform_wrapper .gfield.gfield_error .gfield_label {
  color: #e74c3c;
}
.gform_wrapper .gfield:not(.gfield_error) {
  border: none;
  background: transparent;
}
.gform_wrapper .gfield_label {
  display: block;
  font-weight: 500;
  color: var(--wp--preset--color--brand);
  margin-bottom: 0.3rem;
  font-size: 14px;
}
.gform_wrapper .gfield_required {
  color: var(--wp--preset--color--brand) !important;
}
.gform_wrapper .gfield_required_asterisk {
  color: var(--wp--preset--color--brand) !important;
}
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=tel] {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  padding: 0;
  border: none;
  border-bottom: 1px solid #34495e;
  border-radius: 0;
  font-size: 14px !important;
  line-height: 0.8 !important;
  background: transparent;
  color: var(--wp--preset--color--brand);
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  box-shadow: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .ginput_container input[type=tel]:focus {
  outline: none;
  border-color: var(--wp--preset--color--brand);
  box-shadow: none !important;
}
.gform_wrapper .ginput_container input[type=text]::placeholder,
.gform_wrapper .ginput_container input[type=email]::placeholder,
.gform_wrapper .ginput_container input[type=tel]::placeholder {
  color: transparent;
}
.gform_wrapper .ginput_container textarea {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  min-height: auto;
  overflow: hidden;
  resize: none;
  padding: 0;
  border: none;
  border-bottom: 1px solid #34495e;
  border-radius: 0;
  font-size: 14px !important;
  line-height: 1.1;
  background: transparent;
  color: var(--wp--preset--color--brand);
  transition: all 0.3s ease;
  box-sizing: border-box;
  padding-bottom: 0.05rem;
  box-shadow: none !important;
}
.gform_wrapper .ginput_container textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--brand);
  box-shadow: none !important;
}
.gform_wrapper .ginput_container textarea:not(:focus) {
  min-height: 1.3em;
}
.gform_wrapper .charleft.ginput_counter.gfield_description {
  display: none !important;
}
.gform_wrapper .ginput_container_name {
  display: flex;
  gap: 1rem;
}
.gform_wrapper .ginput_container_name .name_first {
  flex: 1;
}
.gform_wrapper .gform-footer,
.gform_wrapper .gform_footer,
.gform_wrapper .gform-footer.gform_footer,
.gform_wrapper .gform_footer.top_label {
  margin-top: 2rem !important;
  display: flex !important;
  justify-content: flex-start !important;
  position: relative !important;
}
.gform_wrapper .gform-footer #gform_submit_button_1,
.gform_wrapper .gform-footer input[type=submit],
.gform_wrapper .gform_footer #gform_submit_button_1,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform-footer.gform_footer #gform_submit_button_1,
.gform_wrapper .gform-footer.gform_footer input[type=submit],
.gform_wrapper .gform_footer.top_label #gform_submit_button_1,
.gform_wrapper .gform_footer.top_label input[type=submit] {
  text-decoration: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  font-family: var(--wp--preset--font-family--lexend) !important;
  font-weight: 500 !important;
  padding: 0.3rem 2.5rem 0.3rem 1rem !important;
  box-shadow: none !important;
  border-radius: 25px !important;
  border-color: var(--wp--preset--color--brand) !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--brand) !important;
  font-size: 14px !important;
  position: relative !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  min-width: 105px !important;
}
.gform_wrapper .gform-footer #gform_submit_button_1:hover,
.gform_wrapper .gform-footer input[type=submit]:hover,
.gform_wrapper .gform_footer #gform_submit_button_1:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform-footer.gform_footer #gform_submit_button_1:hover,
.gform_wrapper .gform-footer.gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer.top_label #gform_submit_button_1:hover,
.gform_wrapper .gform_footer.top_label input[type=submit]:hover {
  border-color: var(--wp--preset--color--orange) !important;
  background-color: var(--wp--preset--color--orange) !important;
  color: var(--wp--preset--color--dark) !important;
}
.gform_wrapper .gform-footer::before,
.gform_wrapper .gform_footer::before,
.gform_wrapper .gform-footer.gform_footer::before,
.gform_wrapper .gform_footer.top_label::before {
  content: "";
  position: absolute;
  left: calc(79px - 0.3rem);
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--orange);
  background-image: url('data:image/svg+xml,%3Csvg width="21" height="21" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14.9871 10.4011L9.26837 16.1189L6.74396 13.5945L9.93634 10.4011L6.74396 7.20874L9.26935 4.68335L14.9871 10.4011Z" fill="white"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s ease;
}
.gform_wrapper .gform-footer:has(#gform_submit_button_1:hover)::before, .gform_wrapper .gform-footer:has(input[type=submit]:hover)::before,
.gform_wrapper .gform_footer:has(#gform_submit_button_1:hover)::before,
.gform_wrapper .gform_footer:has(input[type=submit]:hover)::before,
.gform_wrapper .gform-footer.gform_footer:has(#gform_submit_button_1:hover)::before,
.gform_wrapper .gform-footer.gform_footer:has(input[type=submit]:hover)::before,
.gform_wrapper .gform_footer.top_label:has(#gform_submit_button_1:hover)::before,
.gform_wrapper .gform_footer.top_label:has(input[type=submit]:hover)::before {
  background-color: var(--wp--preset--color--brand);
}
@media (max-width: 768px) {
  .gform_wrapper .gform_wrapper .gform-footer,
  .gform_wrapper .gform_wrapper .gform_footer,
  .gform_wrapper .gform_wrapper .gform-footer.gform_footer,
  .gform_wrapper .gform_wrapper .gform_footer.top_label {
    justify-content: flex-start !important;
  }
}
.gform_wrapper .validation_error,
.gform_wrapper .gfield_validation_message {
  color: #e74c3c;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0;
  border: none;
  background: transparent;
}
.gform_wrapper.gform_validation_error {
  background: transparent;
}
.gform_wrapper * {
  box-shadow: none !important;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
}

.gform_wrapper textarea:focus, .gform_wrapper textarea:not(:placeholder-shown) {
  overflow-y: auto;
  resize: vertical;
}

@media (max-width: 768px) {
  .gform_wrapper .gform_heading {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .gform_wrapper .gform_heading .gform_title {
    font-size: 18px;
  }
  .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
    overflow: hidden;
  }
  .gform_wrapper .gfield {
    max-width: 100%;
    min-width: 0;
  }
  .gform_wrapper .ginput_container {
    max-width: 100%;
  }
  .gform_wrapper .ginput_container input[type=text],
  .gform_wrapper .ginput_container input[type=email],
  .gform_wrapper .ginput_container input[type=tel],
  .gform_wrapper .ginput_container textarea {
    max-width: 100%;
    min-width: 0;
    word-wrap: break-word;
  }
  .gform_wrapper .ginput_container_name {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
  }
  .gform_wrapper .ginput_container_name .name_first {
    max-width: 100%;
    min-width: 0;
  }
  .gform_wrapper .gform-footer {
    justify-content: center;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 16px;
  }
  .gform_wrapper .gform_heading .gform_description {
    font-size: 11px;
  }
}
.ginput_container_consent input[type=checkbox] {
  background: transparent !important;
  border: 1px solid #34495e !important;
}
.ginput_container_consent input[type=checkbox]:hover {
  border: 1px solid #34495e !important;
}
.ginput_container_consent input[type=checkbox]:checked {
  background: transparent !important;
  border: 1px solid var(--wp--preset--color--brand) !important;
}
.ginput_container_consent input[type=checkbox]:focus {
  border: 1px solid var(--wp--preset--color--brand) !important;
  outline: none !important;
}

.search-items {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.search-items article {
  background-color: var(--wp--preset--color--light);
  border-radius: 1rem;
  padding: 1rem;
}

.pagination-block {
  --jcore-button-bg-color: transparent; /* because a-tag is styles here as btn, and .btn is one level up */
  --jcore-button-hover-bg-color: transparent;
  padding: 2rem;
  display: flex;
  justify-content: space-evenly;
}
.pagination-block > section {
  display: flex;
  align-items: center;
}
.pagination-block div {
  padding: 0;
}
.pagination-block div a {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--brand);
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin: 1rem;
}
.pagination-block div a:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--light);
}
.pagination-block div.current a {
  background-color: var(--wp--preset--color--light);
  color: var(--jcore-button-active-txt-color);
}

.yoast-breadcrumbs,
.yoast-breadcrumbs span,
.yoast-breadcrumbs span span,
.yoast-breadcrumbs a,
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--preset--color--brand) !important;
  font-size: 14px !important;
  font-family: var(--wp--preset--font-family--lexend);
  line-height: var(--wp--custom--line-height--lg);
  margin: 0;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}

/**
*
*Search in nav that opens search-field 
*AND 
*styles the Gutenberg search-block like Ilme search field. 
*
*/
.toggle-search .fa-search {
  color: var(--wp--preset--color--white);
}

.searchbar-container {
  display: none;
}

.searchbar-container.toggle {
  display: block;
  background-color: var(--wp--preset--color--dark);
}

.searchform,
.wp-block-search {
  margin-bottom: 6px;
  margin-top: 6px;
}
.searchform input,
.wp-block-search input {
  appearance: none;
  border: 1px solid var(--jcore-button-bg-color);
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 0.45rem 1rem;
  text-decoration: unset !important;
  font-size: var(--jcore-button-font-size);
  margin-bottom: 8px;
  margin-right: 6px;
}
.searchform .wp-block-search__button,
.searchform .btn[type=submit],
.wp-block-search .wp-block-search__button,
.wp-block-search .btn[type=submit] {
  padding: calc(0.45rem + 1px) calc(1rem + 1px);
  font-size: var(--jcore-button-font-size);
  margin-left: 0;
  margin-bottom: 8px;
  background-color: var(--jcore-button-bg-color);
  color: var(--jcore-button-text-color);
}
.searchform .wp-block-search__inside-wrapper,
.wp-block-search .wp-block-search__inside-wrapper {
  margin-top: 6px;
  display: flex;
}

/*
* Gutenberg block Details styling as accordion
*
*
*/
/* PDF and CAD special styles, then basics */
details.wp-block-details.pdf summary::marker {
  content: "\f1c1  ";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  color: var(--wp--preset--color--brand);
}

details.wp-block-details.cad summary::marker {
  content: "\e672  ";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  color: var(--wp--preset--color--brand);
}

/*
*
* General Details styles Background-color, color, border-radius and shadow can be set in theme.jason, but chose to put it all here instead.
*
*/
details.wp-block-details {
  margin-bottom: 1rem;
  border-radius: 0;
}
details.wp-block-details summary {
  box-sizing: border-box;
  padding: 1rem 2rem 1rem 1rem;
  font-family: var(--jcore-heading-font-family);
  font-size: var(--wp--preset--font-size--heading-5);
  background-color: var(--wp--preset--color--light);
  font-weight: 400;
  position: relative;
}
details.wp-block-details summary + * {
  margin-top: 1rem;
}
details.wp-block-details summary::marker {
  content: none;
}

/* Add a custom transition when opening/closing. -It only "takes" on the padding- */
.wp-block-details {
  transition: all 0.5s ease-in-out;
}

/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where(:not(summary)) {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
  padding-bottom: 1rem;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
  background: var(--wp--preset--color--light);
}

.wp-block-details summary::after {
  content: "⏷";
  position: absolute;
  font-family: var(--jcore-heading-font-family);
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--wp--preset--color--light);
  border-radius: 999px;
  text-align: center;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--heading-3);
}

.wp-block-details[open] summary::after {
  content: "⏶";
}

/* Wrapper to show videos embedded with Gutenberg responsively Works out of the box for YouTube videos. Add videowrapper class to work with any embedded iframe */
.wp-block-embed-youtube .wp-block-embed__wrapper,
.videowrapper .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.videowrapper .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

/*FILE block*/
.wp-block-file {
  position: relative;
}

.wp-block-file a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.wp-block-file a.wp-block-file__button {
  border-radius: 0;
  background-color: var(--wp--preset--color--brand);
  font-size: var(--wp--preset--font-size--mini);
  text-transform: uppercase;
  position: relative;
  padding: 0.45rem 2rem 0.45rem 2.5rem;
  color: var(--wp--preset--color--white);
  margin-left: 0;
  width: -moz-max-content;
  width: max-content;
}

.wp-block-file a.wp-block-file__button:hover {
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:before {
  content: "\f019";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 600;
  position: absolute;
  left: 8px;
  font-size: 16px;
  color: var(--wp--preset--color--white);
  top: 5px;
}

/* Media and images */
.wp-block-image.alignleft {
  float: left;
}
.wp-block-image.alignright {
  float: right;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image {
  border-radius: 0;
}
.wp-block-image img {
  border-radius: 0;
}
.wp-block-image img.no-radius {
  border-radius: 0;
}

.wp-block-cover:not(.no-radius) .wp-block-cover__image-background {
  border-radius: 0;
}

/*Lightbox enabled, but no icon on the image on hover.*/
figure button.lightbox-trigger {
  display: none;
}

/*
* A class for zooming images on hover *
*/
.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
  filter: brightness(90%);
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
  filter: brightness(100%);
}

/*
* A class for zooming images on hover with brightness reversed compared to normal image-zoom *
*/
.img-hover-zoom-reverse {
  overflow: hidden;
}

.img-hover-zoom-reverse img {
  transition: transform 0.5s ease;
  filter: brightness(100%);
}

.img-hover-zoom-reverse:hover img {
  transform: scale(1.1);
  filter: brightness(85%);
}

/* Gallery */
.blocks-gallery-grid figure.wp-block-image figcaption,
.wp-block-gallery figure.wp-block-image figcaption {
  padding: 1em 0.7em 0.77em;
  font-weight: 300;
  font-size: 16px !important;
}

/* Gutenberg media and text block */
.wp-block-media-text .wp-block-media-text__content {
  /* remove the default 7% horizontal padding */
  padding: 0;
}

/* Gutenberg pullquote and blockquote -nothing set int theme.json*/
blockquote.wp-block-quote {
  margin-bottom: 2rem;
}

/* Pullquote */
.wp-block-pullquote {
  margin-bottom: 2rem;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border: none;
  margin-left: 5rem;
}
.wp-block-pullquote blockquote p {
  font-family: var(--jcore-heading-font-family);
  font-size: var(--wp--preset--font-size--heading-3);
  font-style: normal;
  text-align: left;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.wp-block-pullquote blockquote p:first-of-type:before {
  color: var(--wp--preset--color--brand);
  content: url("../../assets/images/quote-icon.svg");
  position: absolute;
  left: -4.5rem;
  top: 0.25rem;
}
.wp-block-pullquote blockquote p:last-of-type:after {
  content: "";
}
.wp-block-pullquote blockquote cite {
  font-family: var(--jcore-heading-font-family);
  font-style: normal !important;
  font-size: var(--wp--preset--font-size--mini);
  color: var(--wp--preset--color--green);
  text-align: left;
}
.wp-block-pullquote blockquote > * {
  position: relative;
}

/* RSS Feed block */
ul.wp-block-rss {
  list-style: none;
}

.wp-block-rss .wp-block-rss__item {
  background-color: var(--wp--preset--color--light);
  margin-bottom: 0;
  min-height: 150px;
  padding: 1rem;
}

.wp-block-rss .wp-block-rss__item a {
  color: var(--wp--preset--color--brand);
  font-size: var(--wp--preset--font-size--heading-4);
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.wp-block-rss .wp-block-rss__item a::after {
  content: "  \f09e";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
}
.wp-block-rss .wp-block-rss__item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: from-font;
}

.wp-block-rss .wp-block-rss__item .wp-block-rss__item-publish-date {
  font-weight: bold;
  margin: 0.75rem 0;
  font-size: var(--wp--preset--font-size--mini);
}

.wp-block-rss .wp-block-rss__item:nth-of-type(2n + 1) {
  background-color: var(--wp--preset--color--light);
}

/*WP Block Table, style-variation: stripes */
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: var(--wp--preset--color--white);
}

.wp-block-table.is-style-stripes tbody tr {
  background-color: var(--wp--preset--color--light);
}

.wp-block-table thead {
  border-bottom: none;
}

.wp-block-table.mobile-responsive th {
  background-color: var(--wp--preset--color--white);
}

@media (max-width: 768px) {
  .wp-block-table.mobile-responsive table {
    display: flex;
    flex-direction: column;
    border-collapse: separate;
    border-spacing: 0;
  }
  .wp-block-table.mobile-responsive thead,
  .wp-block-table.mobile-responsive tbody {
    display: contents;
  }
  .wp-block-table.mobile-responsive tr {
    display: contents;
  }
  .wp-block-table.mobile-responsive th:nth-child(1) {
    order: 1;
  }
  .wp-block-table.mobile-responsive td:nth-child(1) {
    order: 2;
  }
  .wp-block-table.mobile-responsive th:nth-child(2) {
    order: 3;
  }
  .wp-block-table.mobile-responsive td:nth-child(2) {
    order: 4;
  }
  .wp-block-table.mobile-responsive th:nth-child(3) {
    order: 5;
  }
  .wp-block-table.mobile-responsive td:nth-child(3) {
    order: 6;
  }
  .wp-block-table.mobile-responsive th:nth-child(4) {
    order: 7;
  }
  .wp-block-table.mobile-responsive td:nth-child(4) {
    order: 8;
  }
  .wp-block-table.mobile-responsive th:nth-child(5) {
    order: 9;
  }
  .wp-block-table.mobile-responsive td:nth-child(5) {
    order: 10;
  }
  .wp-block-table.mobile-responsive th,
  .wp-block-table.mobile-responsive td {
    display: block;
    width: 100%;
    border: 1px solid var(--wp--preset--color--brand);
    background-color: var(--wp--preset--color--white);
    margin-top: -1px;
  }
  .wp-block-table.mobile-responsive th:nth-child(1) {
    margin-top: 0;
  }
}
/* 
* YOAST Breadcrumbs block styling on differnet backgrounds
*
*/
.wave .yoast-breadcrumbs {
  color: var(--wp--preset--color--white);
}
.wave .yoast-breadcrumbs span {
  font-size: 12px;
  text-transform: uppercase;
}
.wave .yoast-breadcrumbs a {
  color: var(--wp--preset--color--white);
}

.yoast-breadcrumbs span {
  font-size: 12px;
  text-transform: uppercase;
}
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--wp--preset--color--light);
}
.yoast-breadcrumbs a {
  color: var(--wp--preset--color--black);
}

ul.wp-block-list,
ol.wp-block-list {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
ul.wp-block-list li,
ol.wp-block-list li {
  padding-left: 0.25rem;
  margin-bottom: 0.75rem;
}
ul.wp-block-list li > ul,
ul.wp-block-list li > ol,
ol.wp-block-list li > ul,
ol.wp-block-list li > ol {
  margin-bottom: 0 !important;
}
ul.wp-block-list li::marker,
ol.wp-block-list li::marker {
  color: var(--wp--preset--color--orange);
}

ul.wp-block-list:not(.wp-block-rss, .arrow-list) li {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  list-style-type: none;
  position: relative;
}
ul.wp-block-list:not(.wp-block-rss, .arrow-list) li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  background-color: var(--wp--preset--color--orange);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
ul.wp-block-list:not(.wp-block-rss, .arrow-list) li::marker {
  display: none;
}

/* Arrow-list with orange arrows instead of bullets */
ul.wp-block-list.arrow-list {
  padding-left: 0;
}
ul.wp-block-list.arrow-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2rem !important;
}
ul.wp-block-list.arrow-list li:before {
  content: "\f178";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 300;
  position: absolute;
  left: 0;
  font-size: 16px;
  color: var(--wp--preset--color--orange);
}
ul.wp-block-list.arrow-list li:hover {
  text-decoration: none;
}
ul.wp-block-list.arrow-list li:hover:before {
  transform: rotate(-45deg);
}
ul.wp-block-list.arrow-list li::marker {
  display: none !important;
}

/* Spacer Block XL set to 16px or max mobile height in Gutenberg editor, has css style xl */
.wp-block-spacer.xl {
  padding-top: var(--wp--custom--spacing-sizes--xlarge);
}

/* Spacer Block LG -set to 16px or max mobile height in Gutenberg editor, has css style lg */
.wp-block-spacer.lg {
  padding-top: var(--wp--custom--spacing-sizes--large);
}

/* Spacer Block MD -set to 16px or max mobile height in Gutenberg editor, has css style md */
.wp-block-spacer.md {
  padding-top: var(--wp--custom--spacing-sizes--medium);
}

/* Spacer Block SM -set to 16px or max mobile height in Gutenberg editor, has css style sm */
.wp-block-spacer.sm {
  padding-top: var(--wp--custom--spacing-sizes--small);
}

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