@charset "UTF-8";
/*
Theme Name: PM Core
Author: mardor - MadWorks
Author URI: https://madworks.hu
Version: 1.0028
Description: MadWorks egyedi sablonja - RealClean
*/
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Open Sans";
  src: url(../pm-core/fonts/OpenSans-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Shadows Into Light";
  src: url(../pm-core/fonts/ShadowsIntoLight-Regular.ttf);
  font-weight: 400;
}
/* ========================= BASE =============================== */
html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  --wp--preset--shadow--natural: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

body {
  font-family: var(--wp--preset--font-family--body);
  margin: 0;
}
body strong {
  font-weight: 600;
}
body h1, body h2, body h3, body nav, body header a, body header a:hover, body footer h2 {
  font-family: var(--wp--preset--font-family--body);
  text-transform: uppercase;
  font-weight: 400;
}
body h1 strong, body h2 strong, body h3 strong, body nav strong, body header a strong, body header a:hover strong, body footer h2 strong {
  font-weight: 800;
  font-size: 1.2em;
}
body a, body a:hover {
  color: var(--wp--preset--color--txt-dark);
  text-decoration: none;
}
body a:hover {
  animation: flash 2s;
}
body em {
  font-style: normal;
  font-weight: 300;
}
body .emphasis {
  font-family: var(--wp--preset--font-family--emphasis);
  font-size: 1.4em;
  line-height: 130%;
}
body main ul {
  list-style: none;
  padding: 0;
}
body main ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
}
body main ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--wp--preset--color--txt-gold);
  border-radius: 50%;
}
body span.counter-suffix {
  font-weight: normal;
  font-size: 0.8em;
}
body hr.wp-block-separator {
  height: 1px;
}
body nav {
  font-weight: 400;
}
body div#page { /* header - main - footer felosztás */
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}
body header, body footer {
  box-sizing: border-box;
}
body header ul, body footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body section {
  position: relative;
  margin: 0;
  z-index: 0;
}
@media screen and (min-width: 999px) {
  body section { /* desktop */
    scroll-margin-top: calc(3vh + 60px);
  }
}
@media screen and (max-width: 998px) {
  body section { /* smartphone */
    scroll-margin-top: 10vh;
  }
}
body section:not(:first-child) {
  margin-block-start: 0;
}
body .wp-block-spacer {
  margin: 0 !important;
}
body .wp-block-image img {
  vertical-align: middle;
}
body .is-layout-flow > * + * {
  margin-block-start: 1em;
  margin-block-end: 0;
}
body .wp-block-group.has-background {
  padding: 0;
}
body .wp-block-columns, body .wp-block-image {
  margin-bottom: 0;
}
body .wp-block-column {
  box-sizing: border-box;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
  body main .justified.is-layout-flex > div.wp-block-column > div.wp-block-group, body main .justified.is-layout-flex > div.wp-block-column > .wp-block-cover {
    height: 100%;
  }
  body main ul.justified > li > div.wp-block-group {
    height: 100%;
  }
}
body .grecaptcha-badge {
  visibility: hidden;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .full-page {
    height: 90vh;
  }
}
body .full-height, body .full-height img {
  height: 100%;
}
body .full-width, body .full-width img {
  width: 100%;
}
body .bcg-img {
  height: 100%;
  width: 100%;
}
body .bcg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body .main-content {
  height: 100vh;
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  body { /* smartphone */ }
  body .mobile-hidden {
    display: none !important;
  }
  body .m-order-2 {
    order: 2;
  }
}

/* ========================= EFFECTS ============================ */
body a:hover {
  animation: flash 2s;
}
@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body .animated {
  animation-name: none;
}
body .animated.animate__backInLeft, body .animated.animate__slideInLeft, body .animated.animate__backInUp,
body .animated.animate__fadeIn, body .animated.animate__fadeInLeft .animated.animate__fadeInUp, body .animated.animate__fadeInDown {
  opacity: 0;
}
body .do-animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
body .shining-text {
  position: relative;
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 15px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.4);
  }
  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 10px rgba(255, 255, 255, 0.1), 0 0 15px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  }
}
body .op-move-up:not(body .op-move-up.do-animation) {
  opacity: 0;
}
body .op-move-up.do-animation {
  animation-name: opMoveUp100;
  -moz-animation-name: opMoveUp100;
  -webkit-animation-name: opMoveUp100;
}
@keyframes opMoveUp100 {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
body div.hover__scaleUp {
  transition: transform 0.3s ease-in-out; /* Animáció a hover esetén */
}
body div.hover__scaleUp:hover {
  transform: scale(1.01); /* Kicsit nagyobb, amikor fölé viszik az egeret */
}
body {
  /* typing effects */
}
body .typing-effect::after {
  content: "|";
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
body .typing-effect.animated {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body #our-workflow .steps {
  margin-top: 0;
}
body #our-workflow .steps .step {
  position: relative;
}
body #our-workflow .steps .step svg {
  width: 3vw;
}
body #our-workflow .steps .step h3 {
  white-space: nowrap;
  line-height: 1.2em;
}
body #our-workflow .steps .step p.num {
  display: block;
  position: absolute;
  top: -15px;
  width: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: var(--wp--preset--color--txt-dark);
  background: var(--wp--preset--color--secondary) !important;
  border-radius: 50%;
  z-index: 10;
}
body #our-workflow .steps > .wp-block-column:first-child {
  text-align: right;
  position: relative;
}
body #our-workflow .steps > .wp-block-column:first-child:after {
  content: "";
  background-color: var(--wp--preset--color--secondary) !important;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  right: -3rem;
  top: 0;
  z-index: -1;
}
body #our-workflow .steps > .wp-block-column:first-child p.num {
  right: -4.2rem;
}
@media screen and (max-width: 998px) {
  body #our-workflow .steps > .wp-block-column:first-child p.num {
    right: -4rem;
  }
}
@media screen and (min-width: 999px) {
  body #our-workflow { /* desktop */ }
  body #our-workflow .steps > .wp-block-column:last-child {
    text-align: left;
    position: relative;
  }
  body #our-workflow .steps > .wp-block-column:last-child p.num {
    left: -4.2rem;
  }
}
@media screen and (max-width: 998px) {
  body #our-workflow .steps > .wp-block-column:last-child {
    text-align: right;
    position: relative;
  }
  body #our-workflow .steps > .wp-block-column:last-child:after {
    content: "";
    background-color: var(--wp--preset--color--secondary) !important;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    right: -3em;
    top: 0;
  }
  body #our-workflow .steps > .wp-block-column:last-child p.num {
    right: -4rem;
  }
}
@media screen and (min-width: 999px) {
  body #our-workflow { /* desktop */ }
  body #our-workflow .steps {
    gap: 6rem;
  }
}
@media screen and (max-width: 998px) {
  body #our-workflow .steps {
    padding-right: 50px;
    gap: 0;
  }
  body #our-workflow .steps .step {
    text-align: right;
    padding-top: 20px;
  }
  body #our-workflow .steps .wp-block-spacer {
    height: 0 !important;
  }
  body #our-workflow .steps .step svg {
    width: 60px;
  }
}

/* ========================= HEADER, FOOTER, MAIN =============== */
body.fixed-header {
  padding-top: 65px;
}
body.fixed-header #page > header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  opacity: 0.9;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.35);
}
body.fixed-header #page > header #logo-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}
body footer h2 {
  font-weight: normal;
}
body footer {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: var(--wp--preset--color--bcg-dark);
  color: var(--wp--preset--color--txt-light);
}
body footer a, body footer a:hover {
  color: var(--wp--preset--color--txt-light);
  text-decoration: none;
}
body footer ul.menu {
  display: flex;
  flex-direction: column;
}
body footer .is-layout-flex {
  gap: 0.8em;
}
@media screen and (max-width: 998px) {
  body footer { /* smartphone */
    text-align: center;
  }
  body footer .is-layout-flex {
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ========================= MENUS ===================================== */
body header {
  /* === #menu-wrapper === */
}
body header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5em;
}
body header .menu > li {
  float: left;
  padding: 2px 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body header .menu > li > ul.sub-menu {
  background-color: white;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 465px;
  margin-top: 10px;
  left: -25px;
  list-style: none;
  z-index: 1000;
  text-align: left;
  padding: 1em 2em;
}
body header .menu > li > ul.sub-menu li {
  font-weight: 700;
  padding-bottom: 4px;
}
body header .menu > li > ul.sub-menu li > a {
  display: block;
}
body header .menu > li > ul.sub-menu li ul.sub-sub-menu {
  padding-left: 5px;
}
body header .menu > li > ul.sub-menu li ul.sub-sub-menu li {
  font-weight: normal;
}
body header .menu > li > ul.sub-menu {
  border-radius: 10px;
}
body header .menu > li:hover ul.sub-menu, body header .menu > li.active ul.sub-menu {
  visibility: visible;
  opacity: 1;
  min-width: 240px;
}
body header .menu > li a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  text-transform: uppercase;
}
body header .menu > li.current-menu-item a, body header .menu > li.current-menu-parent > a {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  padding-bottom: 2px;
}
body header .menu > li:last-child a {
  background-color: var(--wp--preset--color--primary);
  color: rgb(255, 255, 255);
  padding: 5px 1em;
  border-radius: 50px;
}
@media screen and (max-width: 998px) {
  body header .menu { /* smartphone */
    display: none;
  }
}
body header #header-contact-info {
  gap: 0;
}
body header #header-contact-info a {
  text-decoration: none;
  font-weight: 500;
  text-transform: inherit;
  font-family: var(--wp--preset--font-family--body);
}
body header #hamburger-wrapper {
  margin: 0;
}
@media screen and (min-width: 999px) {
  body header #hamburger-wrapper { /* desktop */
    display: none;
  }
}
body header #hamburger-wrapper .wp-block-button.hamburger-btn a {
  margin-top: 5px;
  width: 50px;
  background: var(--wp--preset--color--primary);
  border: 0;
  float: right;
  cursor: pointer;
  border-radius: 10px;
  padding: 0.5em 1em;
}
body .slide-in-menu {
  z-index: 110;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 100%;
  margin-right: -100%;
}
body .slide-in-menu.opened {
  margin-right: 0;
}
body .slide-in-menu {
  height: 100vh;
  box-sizing: border-box;
  transition: all 1s;
  background-color: var(--wp--preset--color--primary);
}
body .slide-in-menu a {
  color: var(--wp--preset--color--txt-light);
}
body .slide-in-menu #close-btn {
  text-align: right;
}
body .slide-in-menu #close-btn a .dashicons::before {
  font-size: 30px;
}
body #nav-mobile.slide-in-menu ul li:before {
  content: none;
}
body #nav-mobile.slide-in-menu .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 10vh 1em 10vh 1em;
  padding: 0;
}
body #nav-mobile.slide-in-menu .menu > li {
  float: none;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
  margin-bottom: 5px;
}
body #nav-mobile.slide-in-menu .menu ul.sub-menu {
  margin-top: 1em;
}
body #nav-mobile.slide-in-menu div#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  border: 2px solid white;
  border-radius: 50%;
}
body #nav-mobile.slide-in-menu div#close-btn a {
  color: white;
}
body #nav-mobile.slide-in-menu div#close-btn span.dashicons {
  width: 30px;
  height: 30px;
}

/* ========================= TOOLS ============================== */
body {
  /* === #back-to-top === */
}
body #back-to-top {
  width: 45px;
  height: 45px;
  display: block;
  color: white;
  position: fixed;
  right: 20px;
  bottom: 6vh;
  z-index: 350;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}
body #back-to-top .dashicons {
  font-size: 40px;
  font-weight: 600;
  margin: 1px 3px;
}
@media screen and (max-width: 998px) {
  body #back-to-top { /* smartphone */
    width: 35px;
    height: 35px;
    right: 10px;
  }
  body #back-to-top .dashicons {
    font-size: 30px;
  }
}
body #back-to-top.show {
  pointer-events: visible;
  opacity: 1;
  transform: scale(1);
  border-radius: 3px;
}
body #back-to-top {
  background: var(--wp--preset--color--tertiary);
}
body {
  /* === Read more === */
}
body .read-more {
  padding-bottom: 1em;
}
body .read-more h3 {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  text-transform: unset !important;
}
body .read-more h3:after {
  content: "\f347";
  font-family: dashicons;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 35px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}
body .read-more.opened h3:after {
  transform: rotate(180deg);
}
body .read-more.opened .more-txt {
  display: block;
}
body .read-more.opened .txt {
  display: none;
}
body .read-more .more-txt {
  transition: all 0.8s;
  display: none;
  overflow: hidden;
}
body .read-more {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
body .read-more h3:after {
  color: var(--wp--preset--color--secondary);
}
body {
  /* === owl carousel === */
}
body .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  align-items: stretch;
}
body .owl-carousel .owl-stage .owl-item {
  margin: 0 1px;
}
body .owl-carousel .owl-stage .owl-item > div {
  height: 100%;
  display: flex;
}
body .owl-carousel .owl-item img {
  width: auto;
}
body .owl-nav {
  text-align: center;
}
body .owl-nav button .nav-btn {
  font-family: dashicons;
  font-size: 26px;
}
body .owl-nav button .nav-btn.prev-slide:before {
  content: "\f340";
}
body .owl-nav button .nav-btn.next-slide:before {
  content: "\f344";
}
@media screen and (min-width: 999px) {
  body .owl-nav button { /* desktop */
    margin: 25px;
  }
}
@media screen and (max-width: 998px) {
  body .owl-nav button { /* smartphone */
    width: 30%;
  }
  body .owl-nav button.owl-prev {
    margin: 20px 20% 20px 0;
  }
  body .owl-nav button.owl-next {
    margin: 20px 0 20px 20%;
  }
}

/* ========================= POSTS ============================== */
body ul.wp-block-post-template {
  gap: 2em;
}
body li.wp-block-post::before {
  content: none;
}
body li.wp-block-post > div {
  overflow: hidden;
  display: grid;
  align-items: stretch;
  align-content: space-around;
}
body li.wp-block-post > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body li.wp-block-post > div .is-layout-flex {
  gap: 10px;
}
body li.wp-block-post h2.wp-block-post-title {
  margin: 0 !important;
}
body li.wp-block-post img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========================= BUTTONS ============================ */
body button:not(.hamburger-btn),
body a.wp-block-read-more,
body a.wp-block-post-excerpt__more-link,
body .wp-block-button:not(.hamburger-btn) a {
  padding: 5px 1em;
  text-transform: uppercase;
  font-weight: normal !important;
  font-size: inherit;
  border: 0 !important;
  border-radius: 10px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-light);
}
body button:not(.hamburger-btn):hover,
body a.wp-block-read-more:hover,
body a.wp-block-post-excerpt__more-link:hover,
body .wp-block-button:not(.hamburger-btn) a:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--txt-light);
}

/* ========================= FORMS ============================== */
body .fluentform {
  scroll-margin-top: calc(3vh + 60px);
}
body .fluentform input[type=text],
body .fluentform input[type=email],
body .fluentform input[type=tel],
body .fluentform input[type=number],
body .fluentform textarea,
body .fluentform select {
  border-color: var(--wp--preset--color--txt-gold) !important;
}
body .fluentform button {
  background: none;
}
body .fluentform .ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus, body .fluentform .ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--txt-dark);
  color: #fff;
}
body .fluentform label.ff-el-form-check-label span {
  padding-left: 5px;
}
body .fluentform .ff_input-group-text {
  background-color: transparent !important;
}
body .fluentform button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
  background: var(--wp--preset--color--primary);
  border-radius: 50px;
}
body .ff_landing_page_body .ff_landing_wrapper .ff_landing_form_wrapper {
  max-width: 875px !important;
}

/* ========================= HOME =============================== */
body.home h1 {
  font-weight: 500;
}
body.home h1 span {
  font-size: 1.3em;
  font-weight: 800;
}
@media screen and (min-width: 999px) {
  body.home h1 span { /* Desktop */
    margin-bottom: -40px;
    display: block;
  }
}
body.home h1 {
  margin-bottom: 0;
}
body.home .content-section {
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
body.home .content-box {
  width: 30%;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
body.home .content-box h3 {
  color: #C8A458;
  margin-bottom: 20px;
}
body.home .content-box p {
  color: #666;
  line-height: 1.6;
}

/* ========================= OTHER PAGES ======================== */
body:not(.home) h1 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
body:not(.home) h1::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 999px) {
  body:not(.home) h1::after { /* Desktop */
    bottom: 10px;
  }
}
@media screen and (max-width: 998px) {
  body:not(.home) h1::after { /* smartphone */
    bottom: -2px;
  }
}
body:not(.home) h1::after {
  left: 0;
  background: #8b6c28;
}
body:not(.home) p.subtitle {
  margin: 10px 0 !important;
}

/* ========================= FONT SIZES ========================= */
@media screen and (min-width: 999px) {
  body { /* SMARTPHONE */
    font-size: 18px;
    line-height: 1.5em;
  }
  body h1 {
    font-size: 48px;
    line-height: 6rem;
  }
  body:not(.home) h1 {
    font-weight: 700;
  }
  body.home h2 {
    font-size: 2.2rem;
    line-height: 150%;
  }
  body:not(.home) h2 {
    font-size: 2.1rem;
    line-height: 150%;
    margin-top: 0;
  }
  body.home h3 {
    font-size: 1.6rem;
    line-height: 150%;
  }
  body:not(.home) h3 {
    font-size: 1.4rem;
    line-height: 150%;
  }
  body .has-small-font-size {
    font-size: 15px !important;
    line-height: 20px;
  }
  body li.wp-block-post h2 {
    font-size: 2rem;
    line-height: 50px;
  }
  body article h1 {
    font-size: 32px;
    line-height: 48px;
  }
  body article h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body footer h2 {
    font-size: 21px !important;
    line-height: 28px;
  }
  body .read-more h3 {
    font-size: 1.4rem !important;
    line-height: 28px;
    font-weight: normal;
  }
}
@media screen and (min-width: 1500px) and (max-width: 3199px) {
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    font-size: 16px;
    line-height: 24px;
  }
  body h1 {
    font-size: 30px;
    line-height: 45px !important;
  }
  body.home h1 {
    font-size: 30px !important;
    line-height: 150%;
  }
  body.home h2 {
    font-size: 24px;
    line-height: 130%;
  }
  body.home h3 {
    font-size: 20px;
    line-height: 130%;
  }
  body:not(.home) h1 {
    font-size: 30px !important;
    line-height: 130% !important;
  }
  body:not(.home) h2 {
    font-size: 22px;
    line-height: 130%;
    margin-top: 0;
  }
  body:not(.home) h3 {
    font-size: 18px;
    line-height: 130%;
  }
  body .read-more h3 {
    font-size: 1.1rem !important;
    line-height: 28px;
    font-weight: normal;
  }
  body h2.has-text-align-center, body p.has-text-align-center, body .counter-data {
    text-align: left !important;
  }
  body .wp-block-group.counter-effect {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 319px) {
  body { /* small */
    --wp--preset--font-size--small: 12px;
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 18px;
    --wp--preset--font-size--extra-large: 22px;
    font-size: 15px;
    line-height: 24px;
  }
  body h1 {
    font-size: 30px;
    line-height: 45px !important;
  }
  body.home h1 {
    font-size: 28px !important;
    line-height: 130%;
  }
  body.home h2 {
    font-size: 20px;
    line-height: 130%;
  }
  body.home h3 {
    font-size: 18px;
    line-height: 130%;
  }
  body:not(.home) h2 {
    font-size: 20px;
    line-height: 130%;
    margin-top: 0;
  }
  body:not(.home) h3 {
    font-size: 18px;
    line-height: 130%;
  }
}

/* ========================= SPACINGS =========================== */
body article {
  padding-left: var(--wp--preset--spacing--h-l);
  padding-right: var(--wp--preset--spacing--h-l);
}
body article, body article h1 {
  margin-left: var(--wp--preset--spacing--h-m);
  margin-right: var(--wp--preset--spacing--h-m);
}
body article {
  max-width: 1200px;
  margin: auto;
}
body article {
  margin-bottom: var(--wp--preset--spacing--v-m);
}
@media screen and (min-width: 1500px) and (max-width: 3199px) {
  body {
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1499px) {
  body {
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1365px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) and (max-width: 1269px) {
  body {
    --wp--preset--spacing--h-m: 3rem;
    --wp--preset--spacing--h-l: 6rem;
  }
}
@media screen and (min-width: 999px) {
  body { /* desktop */ }
  body .desktop-hidden {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 998px) {
  body { /* SMARTPHONE */
    --wp--preset--spacing--h-m: 30px;
    --wp--preset--spacing--h-l: 30px;
    --wp--preset--spacing--v-m: 30px;
  }
  body article {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  body .mobile-hidden {
    display: none !important;
    visibility: hidden !important;
  }
  body .m-order-2 {
    order: 2;
  }
}

/* ========================= ACCESSIBILITY ============================ */
body .visually-hidden {
  position: absolute;
  left: -10000em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
body .skiplink {
  margin: 0;
  position: relative;
}
body .skiplink a {
  line-height: 1em;
  position: absolute;
  left: 0;
  top: -5em;
  width: 100%;
  background-color: #362e59;
  color: white;
  outline: 2px solid white;
  text-decoration: none;
  padding: 1.5em 0;
  margin: 0 auto;
  text-align: center;
  -moz-transition-duration: 0.3s;
  -moz-transition-property: top opacity;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: top opacity;
  -webkit-transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: top opacity;
  transition-timing-function: ease-out;
  display: block;
  opacity: 0;
  z-index: 200;
}
body .skiplink a:focus, body .skiplink a:hover {
  top: 0;
  outline-color: var(--wp--preset--color--primary);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */