@charset "UTF-8";
/*Fonttikoot 
$font-xxl: 144px;
$font-xl: 42px;
$font-l-plus: 34px;
$font-l: 21px;
$font-m: 18px;
$font-s: 16px;
$font-xs: 14px;*/
.site-header {
  background-color: transparent;
  max-width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  position: relative;
  z-index: 2000;
}

.site-header .inside-header {
  max-width: 96%;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .site-header .inside-header {
    max-width: 100%;
    padding: 10px 0px 5px 15px !important;
    padding-bottom: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 0;
  }
}

@media screen and (max-width: 781px) {
  .site-header .inside-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 0px 0px 15px !important;
  }
}

@media screen and (max-width: 599px) {
  .site-header .inside-header {
    padding: 14px 0px 4px 7px !important;
  }
}

.site-header .inside-header .site-branding-container {
  display: block;
}

@media screen and (max-width: 1024px) {
  .site-header .inside-header .site-branding-container {
    padding: 8px 5px 5px 10px;
  }
}

.site-header .inside-header .site-logo {
  margin-right: 0;
  width: 280px;
}

@media screen and (max-width: 1440px) {
  .site-header .inside-header .site-logo {
    width: 280px;
  }
}

@media screen and (max-width: 1280px) {
  .site-header .inside-header .site-logo {
    width: 260px;
  }
}

@media screen and (max-width: 1024px) {
  .site-header .inside-header .site-logo {
    width: 240px;
    max-width: 240px;
  }
}

@media screen and (max-width: 428px) {
  .site-header .inside-header .site-logo {
    width: 180px;
    max-width: 180px;
  }
}

.site-header .inside-header .site-description {
  position: relative;
  z-index: 20;
  text-align: right;
  margin-right: 20px;
  margin-top: 5px;
  font-weight: 700;
  font-size: 10px;
  color: #ffffff;
}

@media screen and (min-width: 429px) {
  .site-header .inside-header .site-description {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1025px) {
  .site-header .inside-header .site-description {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1441px) {
  .site-header .inside-header .site-description {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 1440px) {
  .site-header .inside-header .site-description {
    margin-top: 2px;
    margin-right: 12px;
  }
}

.hide-menu .site-header {
  position: fixed;
  width: 100%;
  top: -140px;
}

.hide-menu .site,
.fixed-menu .site {
  padding-top: 100px;
}

.fixed-menu .site-header {
  position: fixed;
  top: 0px;
  width: 100%;
}

.hide-menu .site-header,
.fixed-menu .site-header {
  background-color: rgba(0, 0, 0, 0.8);
}

.hide-menu .site-header .inside-header,
.fixed-menu .site-header .inside-header {
  padding: 10px 0px 10px 0px;
}

@media screen and (max-width: 1280px) {
  .hide-menu .site-header .inside-header,
  .fixed-menu .site-header .inside-header {
    max-width: 100%;
    padding: 10px 30px 10px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .hide-menu .site-header .inside-header,
  .fixed-menu .site-header .inside-header {
    padding: 0px 0vw !important;
    max-width: 100%;
  }
}

.hide-menu .site-header .inside-header .site-logo,
.fixed-menu .site-header .inside-header .site-logo {
  overflow: hidden;
  width: 55px;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .hide-menu .site-header .inside-header .site-logo,
  .fixed-menu .site-header .inside-header .site-logo {
    width: 45px;
  }
}

.hide-menu .site-header .inside-header .site-logo a,
.fixed-menu .site-header .inside-header .site-logo a {
  display: block;
  width: 280px;
}

@media screen and (max-width: 1024px) {
  .hide-menu .site-header .inside-header .site-logo a,
  .fixed-menu .site-header .inside-header .site-logo a {
    width: 220px;
  }
}

.hide-menu .site-header .inside-header .site-description,
.fixed-menu .site-header .inside-header .site-description {
  display: none;
}

.hide-menu .site-header .inside-header .main-nav,
.fixed-menu .site-header .inside-header .main-nav {
  padding: 10px 0px 12px;
}

@media screen and (max-width: 1024px) {
  .hide-menu .site-header .inside-header .site-branding-container,
  .fixed-menu .site-header .inside-header .site-branding-container {
    padding: 7px 0 7px 20px;
  }
}

.mobile-menu-control-wrapper {
  display: none !important;
  z-index: 2000;
}

.main-navigation {
  background-color: transparent;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .main-navigation {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: 50%;
  }
}

@media screen and (max-width: 781px) {
  .main-navigation {
    max-width: 66.6%;
  }
}

@media screen and (max-width: 599px) {
  .main-navigation {
    max-width: calc(100% - 100px);
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .main-navigation.menu-opened {
    left: 0;
  }
}

.main-navigation .search-form {
  top: -18px;
}

.main-navigation .search-form input {
  background-color: #ffffff;
}

.main-navigation .main-nav {
  position: relative;
  top: 0px;
  padding: 15px 0 10px 0;
}

@media screen and (max-width: 1024px) {
  .main-navigation .main-nav {
    width: 100%;
    padding: 3px 0 10px 0;
    max-width: 288px !important;
  }
}

@media screen and (max-width: 781px) {
  .main-navigation .main-nav {
    padding: 0px 0 10px 0;
    top: -2px;
  }
}

@media screen and (max-width: 599px) {
  .main-navigation .main-nav {
    padding: 0px 0 0px 0;
    top: -1px;
    max-width: 230px !important;
  }
}

@media screen and (max-width: 781px) {
  .main-navigation .main-nav > ul {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.main-navigation .main-nav > ul li {
  padding-left: 20px;
}

@media screen and (max-width: 1280px) {
  .main-navigation .main-nav > ul li {
    padding-left: 0px;
  }
}

.main-navigation .main-nav > ul li sup {
  font-size: 6px;
  position: relative;
  top: -8px;
}

.main-navigation .main-nav > ul li a {
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff !important;
}

@media screen and (max-width: 1280px) {
  .main-navigation .main-nav > ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-navigation .main-nav > ul li a:after {
  content: "";
  width: 0;
}

.main-navigation .main-nav > ul li:hover {
  color: #E94C1B;
}

.main-navigation .main-nav > ul li:hover a {
  color: #E94C1B !important;
}

.main-navigation .main-nav > ul li:hover a::after {
  color: #222222 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .main-navigation .main-nav > ul li.menu-item:not(.lang-item):not(.show-in-mobile):not(.pll-parent-menu-item) {
    display: none;
  }
}

.main-navigation .main-nav ul > li[class*="current-menu-"]:hover {
  position: relative;
  top: -1.5px;
}

.main-navigation .main-nav ul > li[class*="current-menu-"] > a {
  color: #222222;
  margin-bottom: -3px;
}

@media screen and (max-width: 1024px) {
  .main-navigation .main-nav ul > li[class*="current-menu-"] > a {
    color: #222222;
  }
}

.main-mobile-navigation {
  position: fixed;
  top: 3px;
  z-index: 400;
  height: 100%;
  width: 100%;
  background-color: #222222;
  left: -100%;
  display: none;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

@media screen and (max-width: 1024px) {
  .main-mobile-navigation {
    display: block;
    padding-top: 40px;
  }
}

.main-mobile-navigation.menu-opened {
  left: 0;
}

.main-mobile-navigation ul.primary-menu {
  padding-top: 80px;
  width: 1080px;
  max-width: 83%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .main-mobile-navigation ul.primary-menu {
    padding-top: 50px;
    max-width: 92%;
  }
}

@media screen and (max-width: 599px) {
  .main-mobile-navigation ul.primary-menu {
    padding-top: 33px;
  }
}

.main-mobile-navigation ul.primary-menu li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 5px;
}

@media screen and (min-width: 429px) {
  .main-mobile-navigation ul.primary-menu li {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1025px) {
  .main-mobile-navigation ul.primary-menu li {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1441px) {
  .main-mobile-navigation ul.primary-menu li {
    font-size: 19px !important;
  }
}

.main-mobile-navigation ul.primary-menu li.pll-parent-menu-item, .main-mobile-navigation ul.primary-menu li.button {
  display: none;
}

.main-mobile-navigation ul.primary-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}

.main-mobile-navigation ul.primary-menu li a::after {
  content: "";
  display: none;
  height: 3px;
  border-radius: 1.5px;
  width: 0px;
  background-color: #D6D6D6;
  position: relative;
  top: 2px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.main-mobile-navigation ul.primary-menu li a:hover, .main-mobile-navigation ul.primary-menu li a:focus, .main-mobile-navigation ul.primary-menu li a:active {
  color: #E94C1B;
}

.main-mobile-navigation ul.primary-menu li a:hover::after, .main-mobile-navigation ul.primary-menu li a:focus::after, .main-mobile-navigation ul.primary-menu li a:active::after {
  background-color: #E94C1B !important;
  width: 40px;
}

.main-mobile-navigation ul.primary-menu li.current-menu-item a {
  color: #E94C1B;
}

.main-mobile-navigation ul.primary-menu li .sub-menu {
  border-left: 1px solid #f7f8f9;
  padding: 5px 10px 0 10px;
  margin-left: 0px;
  margin-bottom: 5px;
}

.main-mobile-navigation ul.primary-menu li .sub-menu li {
  font-size: 14px;
}

@media screen and (min-width: 429px) {
  .main-mobile-navigation ul.primary-menu li .sub-menu li {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1025px) {
  .main-mobile-navigation ul.primary-menu li .sub-menu li {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1441px) {
  .main-mobile-navigation ul.primary-menu li .sub-menu li {
    font-size: 17px !important;
  }
}

button.menu-toggle {
  display: none !important;
}

.mobile-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  background-color: transparent;
  position: absolute;
  right: 16px;
  top: 6px;
  z-index: 450;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .mobile-menu-toggle {
    display: block !important;
  }
}

@media screen and (max-width: 781px) {
  .mobile-menu-toggle {
    top: 2px;
  }
}

.mobile-menu-toggle span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
  width: 63%;
  position: relative;
  top: calc(50% - 3px);
  margin: 0 auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: inherit;
  width: 100%;
  height: inherit;
  background: inherit;
  top: -8.5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mobile-menu-toggle span:after {
  top: 8.5px;
}

.mobile-menu-toggle.opened span {
  background: transparent;
}

.mobile-menu-toggle.opened span:before, .mobile-menu-toggle.opened span:after {
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.mobile-menu-toggle.opened span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-navigation a {
  font-size: 12px;
}

@media screen and (min-width: 429px) {
  .main-navigation a {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  .main-navigation a {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1441px) {
  .main-navigation a {
    font-size: 16px !important;
  }
}

.menu-bar-items {
  position: relative;
  top: 3px;
}

@media screen and (max-width: 1024px) {
  .menu-bar-items {
    padding: 0;
    display: block !important;
    float: none !important;
    top: 100px;
    left: 0px;
    position: relative;
    left: 3vw;
  }
}

@media screen and (max-width: 1024px) {
  .menu-bar-items .menu-bar-item a {
    padding: 5px;
    line-height: 20px;
  }
}

.site-footer .wp-block-cover {
  position: relative;
}

.site-footer .wp-block-cover .wp-block-cover__image-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}

.site-footer .wp-block-cover .wp-block-cover__inner-container {
  z-index: 2;
}

@media screen and (max-width: 781px) {
  .site-footer .wp-block-site-logo a {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
}

.site-footer .slogan {
  font-size: 10px;
  padding-left: 60px;
}

@media screen and (min-width: 429px) {
  .site-footer .slogan {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1025px) {
  .site-footer .slogan {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1441px) {
  .site-footer .slogan {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer .slogan {
    padding-left: 4.7vw;
  }
}

.site-footer a:hover {
  color: #E94C1B;
}

@media screen and (max-width: 781px) {
  .site-footer p {
    text-align: center;
  }
}

.site-footer ul {
  margin: 0;
}

.site-footer li {
  list-style-type: none;
  margin-bottom: 6px;
}

@media screen and (max-width: 781px) {
  .site-footer li {
    text-align: center;
  }
}

.site.grid-container {
  max-width: 100% !important;
}

.site.grid-container .site-content {
  padding: 0;
}

.generate-back-to-top {
  line-height: 1.4;
}

span.error404 {
  font-size: 300px;
  color: #E94C1B;
  text-align: center;
  display: block;
  margin-top: 100px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  span.error404 {
    font-size: 200px;
  }
}

@media screen and (max-width: 599px) {
  span.error404 {
    font-size: 150px;
  }
}

p.error404 {
  text-align: center;
  font-size: 18px;
  font-family: Eurostile;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 100px;
}

@media screen and (min-width: 429px) {
  p.error404 {
    font-size: 25px !important;
  }
}

@media screen and (min-width: 1025px) {
  p.error404 {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 1441px) {
  p.error404 {
    font-size: 42px !important;
  }
}

.hide {
  display: none !important;
}

.generate-back-to-top {
  z-index: 30;
}

p {
  line-height: 1.4;
}

h1, .has-h1-font-size {
  font-family: Eurostile;
  font-weight: 600;
  font-size: 28px;
  line-height: 0.9;
  margin-bottom: 0;
}

@media screen and (min-width: 429px) {
  h1, .has-h1-font-size {
    font-size: 39px !important;
  }
}

@media screen and (min-width: 1025px) {
  h1, .has-h1-font-size {
    font-size: 46px !important;
  }
}

@media screen and (min-width: 1441px) {
  h1, .has-h1-font-size {
    font-size: 64px !important;
  }
}

h1 sup, .has-h1-font-size sup {
  font-size: 15px;
  position: relative;
  top: -35px;
}

@media screen and (max-width: 1440px) {
  h1 sup, .has-h1-font-size sup {
    font-size: 13px;
    top: -30px;
  }
}

@media screen and (max-width: 1024px) {
  h1 sup, .has-h1-font-size sup {
    font-size: 11px;
    top: -26px;
  }
}

@media screen and (max-width: 428px) {
  h1 sup, .has-h1-font-size sup {
    font-size: 9px;
    top: -18px;
    margin-right: -4px;
  }
}

h2, .has-h2-font-size {
  font-family: Eurostile;
  font-weight: 400;
  font-size: 18px;
  -webkit-hyphens: manual !important;
      -ms-hyphens: manual !important;
          hyphens: manual !important;
  line-height: 0.9;
}

@media screen and (min-width: 429px) {
  h2, .has-h2-font-size {
    font-size: 25px !important;
  }
}

@media screen and (min-width: 1025px) {
  h2, .has-h2-font-size {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 1441px) {
  h2, .has-h2-font-size {
    font-size: 42px !important;
  }
}

.has-h3-font-size,
h3 {
  font-family: Eurostile;
  font-weight: 400;
  line-height: 1 !important;
  font-size: 16px;
}

@media screen and (min-width: 429px) {
  .has-h3-font-size,
  h3 {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-h3-font-size,
  h3 {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-h3-font-size,
  h3 {
    font-size: 22px !important;
  }
}

.has-h3-font-size b, .has-h3-font-size strong,
h3 b,
h3 strong {
  font-weight: 700;
}

.has-h3-font-size sup,
h3 sup {
  font-size: 15px;
  position: relative;
  top: -18px;
  left: 0px;
}

@media screen and (max-width: 1440px) {
  .has-h3-font-size sup,
  h3 sup {
    font-size: 13px;
    top: -16px;
  }
}

@media screen and (max-width: 1024px) {
  .has-h3-font-size sup,
  h3 sup {
    font-size: 11px;
    top: -11px;
  }
}

@media screen and (max-width: 428px) {
  .has-h3-font-size sup,
  h3 sup {
    font-size: 9px;
    top: -12px;
    margin-right: -4px;
  }
}

h4 {
  font-family: Eurostile;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (min-width: 429px) {
  h4 {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1025px) {
  h4 {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1441px) {
  h4 {
    font-size: 19px !important;
  }
}

.has-x-large-font-size {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (min-width: 429px) {
  .has-x-large-font-size {
    font-size: 39px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-x-large-font-size {
    font-size: 46px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-x-large-font-size {
    font-size: 64px !important;
  }
}

.has-xx-large-font-size {
  font-size: 44px;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (min-width: 429px) {
  .has-xx-large-font-size {
    font-size: 45px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-xx-large-font-size {
    font-size: 54px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-xx-large-font-size {
    font-size: 62px !important;
  }
}

body .has-medium-font-size {
  font-size: 18px !important;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  body .has-medium-font-size {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 428px) {
  body .has-medium-font-size {
    font-size: 14px !important;
  }
}

.has-large-font-size {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 429px) {
  .has-large-font-size {
    font-size: 25px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-large-font-size {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-large-font-size {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 428px) {
  .has-large-font-size {
    font-size: 20px !important;
  }
}

.has-small-font-size {
  font-size: 11px;
  font-weight: 300;
}

@media screen and (min-width: 429px) {
  .has-small-font-size {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-small-font-size {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-small-font-size {
    font-size: 15px !important;
  }
}

body {
  font-family: Archivo;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 400;
  background-color: #D6D6D6;
}

@media screen and (min-width: 429px) {
  body {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1441px) {
  body {
    font-size: 17px !important;
  }
}

.container {
  background-color: #D6D6D6 !important;
}

.site-main .wp-block-group__inner-container {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 1280px) {
  .site-main .wp-block-group__inner-container {
    padding: 0;
    width: 86%;
  }
}

.has-text-align-center a {
  color: #E94C1B !important;
  text-decoration: none;
}

.has-font-weight-semibold, .has-font-weight-semibold a {
  font-weight: 600 !important;
}

.has-font-weight-bold, .has-font-weight-bold a {
  font-weight: 700 !important;
}

.has-font-weight-light, .has-font-weight-light a {
  font-weight: 300;
}

.entry-content a {
  text-decoration: none;
  color: #E94C1B !important;
  font-size: 14px;
}

@media screen and (min-width: 429px) {
  .entry-content a {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1025px) {
  .entry-content a {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1441px) {
  .entry-content a {
    font-size: 17px !important;
  }
}

.entry-content a.has-contrast-color {
  color: #222222 !important;
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content ul {
  padding-left: 20px;
  margin: 20px 0 30px 0;
}

.entry-content ul li {
  list-style-image: url(../icons/hosemaster-list-disc-orange-v2.svg);
  margin-bottom: 7px;
  padding-left: 5px;
}

.wp-block-columns.has-large-gap {
  gap: 3em;
}

.has-max-width-1400 {
  max-width: 1440px;
  margin: 0 auto;
}

.has-max-width-1200 {
  width: 84%;
  max-width: 1120px;
  margin: 0 auto;
}

.has-content-1600.wp-block-columns,
.has-content-1600 > .wp-block-cover__inner-container,
.has-content-1600 > .wp-block-group__inner-container {
  width: 1580px;
  max-width: 92%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .has-content-1600.wp-block-columns,
  .has-content-1600 > .wp-block-cover__inner-container,
  .has-content-1600 > .wp-block-group__inner-container {
    padding: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-content-1600.wp-block-columns,
  .has-content-1600 > .wp-block-cover__inner-container,
  .has-content-1600 > .wp-block-group__inner-container {
    padding: 0px !important;
  }
}

.has-max-width-100-percent {
  max-width: 100% !important;
}

.has-max-width-100-percent .wp-block-cover__inner-container {
  max-width: 100% !important;
}

.has-content-1400.wp-block-columns,
.has-content-1400 > .wp-block-cover__inner-container,
.has-content-1400 > .wp-block-group__inner-container {
  width: 1380px;
  max-width: 92%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .has-content-1400.wp-block-columns,
  .has-content-1400 > .wp-block-cover__inner-container,
  .has-content-1400 > .wp-block-group__inner-container {
    padding: 20px !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-content-1400.wp-block-columns,
  .has-content-1400 > .wp-block-cover__inner-container,
  .has-content-1400 > .wp-block-group__inner-container {
    padding: 0px !important;
  }
}

.has-content-1200.wp-block-columns,
.has-content-1200 > .wp-block-cover__inner-container,
.has-content-1200 > .wp-block-group__inner-container {
  width: 1125px;
  max-width: 92%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .has-content-1200.wp-block-columns,
  .has-content-1200 > .wp-block-cover__inner-container,
  .has-content-1200 > .wp-block-group__inner-container {
    max-width: calc(100% - 280px);
    padding: 30px 0 30px 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-content-1200.wp-block-columns,
  .has-content-1200 > .wp-block-cover__inner-container,
  .has-content-1200 > .wp-block-group__inner-container {
    max-width: calc(100% - 200px);
    padding: 25px 0 25px 0 !important;
  }
}

@media screen and (max-width: 781px) {
  .has-content-1200.wp-block-columns,
  .has-content-1200 > .wp-block-cover__inner-container,
  .has-content-1200 > .wp-block-group__inner-container {
    max-width: calc(100% - 100px);
    padding: 20px 0 20px 0 !important;
  }
}

@media screen and (max-width: 599px) {
  .has-content-1200.wp-block-columns,
  .has-content-1200 > .wp-block-cover__inner-container,
  .has-content-1200 > .wp-block-group__inner-container {
    max-width: calc(100% - 60px);
    padding: 20px 0 20px 0 !important;
  }
}

@media screen and (max-width: 428px) {
  .has-content-1200.wp-block-columns,
  .has-content-1200 > .wp-block-cover__inner-container,
  .has-content-1200 > .wp-block-group__inner-container {
    max-width: 84%;
    padding: 0 0 0 0 !important;
  }
}

.has-content-1000.wp-block-columns,
.has-content-1000 > .wp-block-cover__inner-container,
.has-content-1000 > .wp-block-group__inner-container {
  width: 950px;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .has-content-1000.wp-block-columns,
  .has-content-1000 > .wp-block-cover__inner-container,
  .has-content-1000 > .wp-block-group__inner-container {
    max-width: calc(100% - 450px);
    padding: 30px 0 30px 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-content-1000.wp-block-columns,
  .has-content-1000 > .wp-block-cover__inner-container,
  .has-content-1000 > .wp-block-group__inner-container {
    max-width: calc(100% - 330px);
    padding: 25px 0 25px 0 !important;
  }
}

@media screen and (max-width: 781px) {
  .has-content-1000.wp-block-columns,
  .has-content-1000 > .wp-block-cover__inner-container,
  .has-content-1000 > .wp-block-group__inner-container {
    max-width: 70%;
    padding: 20px 0 20px 0 !important;
  }
}

@media screen and (max-width: 428px) {
  .has-content-1000.wp-block-columns,
  .has-content-1000 > .wp-block-cover__inner-container,
  .has-content-1000 > .wp-block-group__inner-container {
    max-width: 80%;
    padding: 20px 0 20px 0 !important;
  }
}

.has-content-800 > .wp-block-group__inner-container,
.has-content-800 > .wp-block-cover__inner-container {
  width: 800px;
  max-width: 92vw;
}

.has-content-600 > .wp-block-group__inner-container,
.has-content-600 > .wp-block-cover__inner-container {
  width: 600px;
  max-width: 92%;
}

.has-content-500 > .wp-block-group__inner-container,
.has-content-500 > .wp-block-cover__inner-container {
  width: 500px;
  max-width: 92%;
}

.is-inner-container-800 > .wp-block-group__inner-container,
.is-inner-container-800 > .wp-block-cover__inner-container {
  width: 800px;
  max-width: 100%;
}

.wp-block-buttons .wp-block-button {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  margin-right: 10px;
}

.wp-block-buttons .wp-block-button a {
  padding: 12px 43px;
  min-width: 200px;
  font-weight: 300;
  white-space: nowrap;
  color: #ffffff !important;
}

@media screen and (max-width: 1024px) {
  .wp-block-buttons .wp-block-button a {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 781px) {
  .wp-block-buttons .wp-block-button a {
    white-space: wrap;
  }
}

@media screen and (max-width: 428px) {
  .wp-block-buttons .wp-block-button a {
    padding: 10px 20px;
  }
}

.wp-block-buttons .wp-block-button a.has-base-color {
  color: #D6D6D6 !important;
}

.wp-block-buttons .wp-block-button a.has-contrast-2-color {
  color: #575760 !important;
}

.wp-block-buttons .wp-block-button a:hover {
  text-decoration: none !important;
}

.wp-block-buttons .wp-block-button:hover {
  top: 3px;
}

.wp-block-buttons .wp-block-button.is-style-outline a {
  background: transparent;
  border: 3px solid #E94C1B;
  padding: 9px 20px;
}

.wp-block-buttons .wp-block-button.has-large-side-padding a {
  padding-left: 73px;
  padding-right: 73px;
  min-width: 300px;
}

@media screen and (max-width: 1024px) {
  .wp-block-buttons .wp-block-button.has-large-side-padding a {
    min-width: 260px;
  }
}

@media screen and (max-width: 428px) {
  .wp-block-buttons .wp-block-button.has-large-side-padding a {
    padding-left: 53px;
    padding-right: 53px;
    min-width: 240px;
  }
}

.home .hero {
  position: relative;
  top: -118.6px;
  margin-bottom: -118.6px;
  min-height: 1400px;
  background-color: #000;
}

@media screen and (max-width: 2560px) {
  .home .hero {
    margin-bottom: -118.6px;
    min-height: 900px !important;
  }
}

@media screen and (max-width: 1920px) {
  .home .hero {
    min-height: 67vw;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero {
    min-height: 1160px;
  }
}

.home .hero .wp-block-cover__image-background {
  margin: 0 auto;
}

@media screen and (max-width: 2560px) {
  .home .hero .wp-block-cover__image-background {
    top: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 550px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1920px) {
  .home .hero .wp-block-columns .wp-block-column:first-child {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero .wp-block-columns .wp-block-column:first-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

@media screen and (max-width: 1920px) {
  .home .hero .wp-block-columns .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero .wp-block-columns .wp-block-column:nth-child(2) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero .wp-block-columns .wp-block-column * {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero .wp-block-columns .wp-block-column .wp-block-buttons {
    margin-left: auto;
    margin-right: auto;
    max-width: 455px;
  }
}

@media screen and (max-width: 599px) {
  .home .hero .wp-block-columns .wp-block-column .wp-block-buttons .wp-block-button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .home .hero .wp-block-columns .wp-block-column .wp-block-image {
    max-width: 80%;
    margin: 50px auto;
  }
}

.has-icon-right .wp-block-column > * {
  position: relative;
  z-index: 12;
}

.has-icon-right::after {
  content: "";
  mix-blend-mode: hard-light;
  opacity: 0.5;
  display: block;
  min-width: 100%;
  min-height: inherit;
  position: absolute;
  z-index: 10;
  background-image: url("../images/hosemaster-icon-large.svg");
  background-repeat: no-repeat;
  /* Näytetään vain oikea puolikas → kasvatetaan leveys 200 %:iin */
  background-size: 80vw auto;
  /* oikea reuna ankkuriksi + siirrät sitä −500 px oikealle, pysty “center” */
  background-position: right -40vw center;
}

@media screen and (max-width: 781px) {
  .has-icon-right::after {
    background-size: 600px auto;
    background-position: right -300px center;
  }
}

@media screen and (max-width: 781px) {
  .hide-in-mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .hide-in-mobile-xl {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .hide-below-desktop-s {
    display: none;
  }
}

@media screen and (max-width: 781px) {
  .hide-below-desktop-s {
    display: block;
    min-height: 20px;
  }
}

.wp-block-separator {
  border: none !important;
  height: 1px;
  background-color: #BFBFBF;
}

.has-rounded-corners {
  border-radius: 24px;
}

@media screen and (max-width: 1024px) {
  .has-rounded-corners {
    border-radius: 2.25vw;
  }
}

.has-small-rounded-corners {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .has-small-rounded-corners {
    border-radius: 1vw;
  }
}

.has-medium-rounded-corners {
  border-radius: 17px;
}

@media screen and (max-width: 1024px) {
  .has-medium-rounded-corners {
    border-radius: 1.7vw;
  }
}

.has-large-padding > .wp-block-group__inner-container,
.has-x-large-padding > .wp-block-group__inner-container {
  padding: 100px;
}

@media screen and (max-width: 1280px) {
  .has-large-padding > .wp-block-group__inner-container,
  .has-x-large-padding > .wp-block-group__inner-container {
    padding: 4.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .has-large-padding > .wp-block-group__inner-container,
  .has-x-large-padding > .wp-block-group__inner-container {
    padding: 4vw;
  }
}

.has-large-padding > .wp-block-group__inner-container > .wp-block-cover,
.has-x-large-padding > .wp-block-group__inner-container > .wp-block-cover {
  padding: 0 !important;
}

@media screen and (max-width: 1440px) {
  .has-large-padding > .wp-block-group__inner-container > .wp-block-cover,
  .has-x-large-padding > .wp-block-group__inner-container > .wp-block-cover {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-large-padding > .wp-block-group__inner-container > .wp-block-cover,
  .has-x-large-padding > .wp-block-group__inner-container > .wp-block-cover {
    min-height: 400px !important;
  }
}

.has-large-padding > .wp-block-cover__inner-container {
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .has-large-padding > .wp-block-cover__inner-container {
    padding: 4vw;
  }
}

.has-large-padding > .wp-block-cover__inner-container > .wp-block-cover {
  padding: 0 !important;
}

@media screen and (max-width: 1440px) {
  .has-large-padding > .wp-block-cover__inner-container > .wp-block-cover {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-large-padding > .wp-block-cover__inner-container > .wp-block-cover {
    min-height: 400px !important;
  }
}

.has-medium-padding > .wp-block-cover__inner-container {
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .has-medium-padding > .wp-block-cover__inner-container {
    padding: 2.5vw;
  }
}

.has-medium-padding > .wp-block-cover__inner-container > .wp-block-cover {
  padding: 0 !important;
}

@media screen and (max-width: 1440px) {
  .has-medium-padding > .wp-block-cover__inner-container > .wp-block-cover {
    min-height: 450px !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-medium-padding > .wp-block-cover__inner-container > .wp-block-cover {
    min-height: 380px !important;
  }
}

.has-normal-padding > .wp-block-cover__inner-container {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .has-normal-padding > .wp-block-cover__inner-container {
    padding: 1.5vw;
  }
}

.has-small-column-gap, .has-small-gap {
  gap: 1em !important;
}

@media screen and (max-width: 1440px) {
  .has-small-column-gap, .has-small-gap {
    gap: 1vw;
  }
}

@media screen and (max-width: 781px) {
  .has-small-column-gap, .has-small-gap {
    gap: 2em;
  }
}

@media screen and (max-width: 1440px) {
  .has-custom-height {
    min-height: 40vw !important;
  }
}

.has-even-column-covers .wp-block-column > .wp-block-cover {
  min-height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .has-40-60-ratio-on-mobile-xl .wp-block-column:first-child {
    -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-40-60-ratio-on-mobile-xl .wp-block-column:last-child {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
  }
}

.has-max-width-45-from-container {
  max-width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 781px) {
  .has-centered-content-on-mobile * {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.has-padded-content-area .wp-block-group__inner-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 1280px;
  max-width: calc(95% - 4em - 80px);
}

@media screen and (max-width: 1440px) {
  .has-padded-content-area .wp-block-group__inner-container {
    max-width: 85vw;
  }
}

@media screen and (max-width: 1280px) {
  .has-padded-content-area .wp-block-group__inner-container {
    max-width: calc(95% - 4em);
  }
}

@media screen and (max-width: 781px) {
  .has-padded-content-area .wp-block-group__inner-container {
    max-width: 100%;
    padding-left: 14vw !important;
    padding-right: 14vw !important;
  }
}

@media screen and (max-width: 599px) {
  .has-padded-content-area .wp-block-group__inner-container {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
  }
}

.has-padding-bottom-large li {
  padding-bottom: 20px;
}

h1.has-cluby-icon, h2.has-cluby-icon, h3.has-cluby-icon, h4.has-cluby-icon, h5.has-cluby-icon, h6.has-cluby-icon {
  line-height: 1.50;
  background-image: url(../icons/cluby-heart-icon.svg);
  background-repeat: no-repeat;
  background-size: 38px;
  padding-left: 50px;
  position: relative;
  left: -20px;
}

@media screen and (max-width: 1024px) {
  h1.has-cluby-icon, h2.has-cluby-icon, h3.has-cluby-icon, h4.has-cluby-icon, h5.has-cluby-icon, h6.has-cluby-icon {
    background-size: 32px;
    padding-left: 42px;
    left: -15px;
  }
}

@media screen and (max-width: 781px) {
  h1.has-cluby-icon, h2.has-cluby-icon, h3.has-cluby-icon, h4.has-cluby-icon, h5.has-cluby-icon, h6.has-cluby-icon {
    background-size: 40px;
    background-position: top center;
    padding-left: 0px;
    padding-top: 50px;
    margin-top: 5px;
    left: 0px;
  }
}

.has-large-side-padding-right {
  padding-right: 120px;
}

@media screen and (max-width: 1024px) {
  .has-large-side-padding-on-mobile-xl {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 599px) {
  .has-large-side-padding-on-mobile-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 375px) {
  .has-large-side-padding-on-mobile-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.has-no-padding {
  padding: 0;
}

.has-no-padding > .wp-block-cover__inner-container {
  padding: 0 !important;
}

.has-no-padding > .wp-block-group__inner-container {
  padding: 0;
}

@media screen and (max-width: 1280px) {
  .has-no-padding > .wp-block-group__inner-container {
    width: 1120px;
    max-width: 84%;
  }
}

@media screen and (max-width: 1024px) {
  .has-no-padding > .wp-block-group__inner-container {
    max-width: 84%;
  }
}

@media screen and (max-width: 781px) {
  .has-no-padding > .wp-block-group__inner-container {
    max-width: 80%;
  }
}

@media screen and (max-width: 781px) {
  .has-no-padding > .wp-block-group__inner-container {
    max-width: 84%;
  }
}

@media screen and (max-width: 1280px) {
  .has-no-padding > .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container,
  .has-no-padding > .wp-block-group__inner-container .has-no-padding .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .has-no-padding > .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container,
  .has-no-padding > .wp-block-group__inner-container .has-no-padding .wp-block-group__inner-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 781px) {
  .has-no-padding > .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container,
  .has-no-padding > .wp-block-group__inner-container .has-no-padding .wp-block-group__inner-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 781px) {
  .has-no-padding > .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container,
  .has-no-padding > .wp-block-group__inner-container .has-no-padding .wp-block-group__inner-container {
    max-width: 100%;
  }
}

.has-no-padding > .wp-block-group__inner-container .has-medium-padding {
  padding: 0 40px;
}

@media screen and (max-width: 1440px) {
  .has-no-padding > .wp-block-group__inner-container .has-medium-padding {
    padding: 0;
  }
}

.has-no-padding-bottom {
  padding-bottom: 0;
}

.has-no-padding-bottom .wp-block-group__inner-container {
  padding-bottom: 0;
}

.has-no-padding-top {
  padding-top: 0;
}

.has-no-padding-top .wp-block-group__inner-container {
  padding-top: 0;
}

.has-no-margin-bottom {
  margin-bottom: 0;
}

.has-no-margin-left {
  margin-left: 0;
}

.has-no-margin-left li {
  margin-left: 20px;
}

.wp-block-columns {
  gap: 1.5em;
}

@media screen and (max-width: 1440px) {
  .wp-block-columns {
    gap: 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .has-reverse-order-on-mobile-xl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.logo-carousel {
  width: 100%;
  /* Max width set to 1080px */
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

/* Fades on both sides 
  .logo-carousel::before, .logo-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
  }

  .logo-carousel::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }

  .logo-carousel::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }*/
.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.logos img {
  width: calc(100% / 5);
  /* Six logos at a time */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
}

@media (max-width: 768px) {
  .logos img {
    width: calc(100% / 3);
    /* Three logos at a time for smaller screens */
  }
}

.blog-list-block {
  width: 1120px;
  max-width: 92vw;
  margin: 0 auto;
}

.blog-categories {
  border-top: 1px solid #BFBFBF;
  margin: 0 auto !important;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-categories li {
  list-style: none;
  margin: 5px;
  border-radius: 40px;
  padding: 1px;
  background: #000000;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.blog-categories li:hover {
  top: 3px;
}

.blog-categories li.current-cat a {
  background-color: transparent !important;
  color: #D6D6D6 !important;
}

.blog-categories li a {
  display: block;
  color: #575760 !important;
  padding: 16px 40px;
  border-radius: 40px;
  font-weight: 700;
  background-color: #f5f5f5;
  white-space: nowrap;
  font-size: 11px;
  text-decoration: none !important;
}

@media screen and (min-width: 429px) {
  .blog-categories li a {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1025px) {
  .blog-categories li a {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 1441px) {
  .blog-categories li a {
    font-size: 13px !important;
  }
}

.blog-categories li a:hover {
  background-color: transparent;
  color: #D6D6D6 !important;
}

.blog-categories li a:active, .blog-categories li a:focus {
  background-color: transparent;
  color: #D6D6D6 !important;
}

.blog-posts {
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 781px) {
  .blog-posts {
    max-width: 100%;
  }
}

.blog-posts .blog-post {
  border-top: 1px solid #BFBFBF;
  padding: 50px 4vw 25px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {
  .blog-posts .blog-post {
    padding: 50px 3.3vw 25px 3.3vw;
  }
}

@media screen and (max-width: 1280px) {
  .blog-posts .blog-post {
    padding: 30px 0 15px 0;
  }
}

@media screen and (max-width: 781px) {
  .blog-posts .blog-post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-posts .post-thumbnail {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (max-width: 1024px) {
  .blog-posts .post-thumbnail {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media screen and (max-width: 781px) {
  .blog-posts .post-thumbnail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.blog-posts .post-thumbnail a {
  position: relative;
  display: block;
}

@media screen and (max-width: 781px) {
  .blog-posts .post-thumbnail a {
    max-width: 240px;
    margin: 0 auto;
  }
}

.blog-posts .post-thumbnail a::after {
  content: "";
  position: absolute;
  bottom: -6%;
  right: 12%;
  z-index: 10;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../icons/cluby-posts-speech-bubble.svg) no-repeat center/cover, #000000;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .blog-posts .post-thumbnail a::after {
    width: 10vw;
    height: 10vw;
  }
}

@media screen and (max-width: 781px) {
  .blog-posts .post-thumbnail a::after {
    width: 80px;
    height: 80px;
  }
}

.blog-posts .post-thumbnail figure {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .blog-posts .post-thumbnail figure {
    width: 27.5vw;
    height: 27.5vw;
  }
}

@media screen and (max-width: 781px) {
  .blog-posts .post-thumbnail figure {
    width: 240px;
    height: 240px;
  }
}

.blog-posts .post-thumbnail figure img {
  border: none;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.load-more {
  display: block;
  margin: 0 auto 50px auto;
  background: #000000;
  border-radius: 30px;
  min-width: 220px !important;
  padding: 12px 50px !important;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.load-more:hover {
  top: 3px;
}

.wpcf7 {
  display: block;
  width: 500px;
  max-width: 100% !important;
  display: block;
}

@media screen and (max-width: 781px) {
  .wpcf7 {
    margin: 0 auto;
  }
}

.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  font-family: Archivo;
  font-size: 11px;
  padding: 15px;
  border: none;
  color: #222222;
  background-color: #f7f8f9;
}

@media screen and (min-width: 429px) {
  .wpcf7 input, .wpcf7 textarea {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  .wpcf7 input, .wpcf7 textarea {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  .wpcf7 input, .wpcf7 textarea {
    font-size: 15px !important;
  }
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  background-color: #ffffff;
}

.wpcf7 input[type=submit] {
  background-color: #222222;
  max-width: 100%;
  padding: 10px;
  margin: 10px auto;
  display: block;
  color: #ffffff;
}

.wpcf7#wpcf7-f450-p25-o2 input[type=submit] {
  background-color: #222222;
}

.wpcf7#wpcf7-f450-p25-o2 .wpcf7-not-valid-tip {
  color: #222222;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #E94C1B;
}

@media screen and (min-width: 429px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 15px !important;
  }
}

.wpcf7 .wpcf7-response-output {
  font-size: 11px;
  color: #222222;
  border-color: #E94C1B !important;
  margin: 0 !important;
}

@media screen and (min-width: 429px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 15px !important;
  }
}

/*
.features {
    width: 1440px;
    max-width: calc(100% - 80px);
    margin:0 auto;
    @include mobile-l {
        max-width: calc(100% - 60px);
    }
    .wp-block-columns {
        max-width: 90%;
        margin:0 auto;
    }
}
    */
#anchor-links .wp-block-buttons {
  max-width: 1024px;
  margin: 0 auto;
}

#anchor-links .wp-block-button {
  background: #000000;
  border-radius: 30px;
  padding: 1px;
}

#anchor-links .wp-block-button a.wp-block-button__link {
  padding: 15px 35px;
  font-size: 11px;
  background-color: #f7fafc;
  color: #575760 !important;
}

@media screen and (min-width: 429px) {
  #anchor-links .wp-block-button a.wp-block-button__link {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  #anchor-links .wp-block-button a.wp-block-button__link {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  #anchor-links .wp-block-button a.wp-block-button__link {
    font-size: 15px !important;
  }
}

#anchor-links .wp-block-button a.wp-block-button__link:hover, #anchor-links .wp-block-button a.wp-block-button__link:active, #anchor-links .wp-block-button a.wp-block-button__link:focus {
  background-color: transparent;
  color: #D6D6D6 !important;
}

.has-folder-icon {
  position: relative;
  z-index: 1;
  overflow: visible;
}

@media screen and (max-width: 781px) {
  .has-folder-icon {
    margin-bottom: 20px;
  }
}

.has-folder-icon::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -14%;
  right: 6%;
  z-index: 20;
  background-image: url(../icons/cluby-folder-icon.svg);
}

@media screen and (max-width: 781px) {
  .has-folder-icon::after {
    bottom: -10%;
  }
}

.has-folder-icon.has-small-rounded-corners > .wp-block-cover__background {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .has-folder-icon.has-small-rounded-corners > .wp-block-cover__background {
    border-radius: 1vw;
  }
}

.has-form-style-2 .wpcf7 input[type=text], .has-form-style-2 .wpcf7 input[type=email], .has-form-style-2 .wpcf7 input[type=tel], .has-form-style-3 .wpcf7 input[type=text], .has-form-style-3 .wpcf7 input[type=email], .has-form-style-3 .wpcf7 input[type=tel] {
  margin-bottom: 30px;
}

.has-form-style-3 input[type=submit] {
  background: #575760;
}

.has-small-line-height {
  line-height: 1.2;
}

#pricing .wp-block-columns .wp-block-columns {
  max-width: 700px;
}

#pricing .wp-block-columns .wp-block-columns.has-align-right {
  margin-left: auto;
}

#pricing .wp-block-columns .wp-block-columns .wp-block-cover__inner-container {
  max-width: 100%;
}

#pricing .wp-block-columns .wp-block-columns .wp-block-buttons {
  max-width: 80%;
  margin: 0 auto;
}

#pricing .wp-block-columns .wp-block-columns .wp-block-buttons .wp-block-button {
  max-width: 100%;
  font-size: 11px;
}

@media screen and (min-width: 429px) {
  #pricing .wp-block-columns .wp-block-columns .wp-block-buttons .wp-block-button {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  #pricing .wp-block-columns .wp-block-columns .wp-block-buttons .wp-block-button {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  #pricing .wp-block-columns .wp-block-columns .wp-block-buttons .wp-block-button {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1440px) {
  #pricing .wp-block-columns .wp-block-columns .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 0px !important;
  }
}

#pricing-price {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #BFBFBF;
  letter-spacing: -2px;
  margin-bottom: 5px;
}

@media screen and (min-width: 429px) {
  #pricing-price {
    font-size: 45px !important;
  }
}

@media screen and (min-width: 1025px) {
  #pricing-price {
    font-size: 54px !important;
  }
}

@media screen and (min-width: 1441px) {
  #pricing-price {
    font-size: 62px !important;
  }
}

#pricing-members {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #BFBFBF;
}

@media screen and (min-width: 429px) {
  #pricing-members {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1025px) {
  #pricing-members {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1441px) {
  #pricing-members {
    font-size: 19px !important;
  }
}

.has-star-list {
  list-style-type: none;
  margin-left: -15px !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}

.has-star-list li {
  font-size: 10px;
  clear: both;
  white-space: nowrap;
}

@media screen and (min-width: 429px) {
  .has-star-list li {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-star-list li {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-star-list li {
    font-size: 11px !important;
  }
}

.has-star-list li::before {
  content: "★";
  font-size: 16px;
  position: relative;
  left: -6px;
  margin-top: -5px;
  line-height: 1;
  padding-bottom: 10px;
  display: block;
  float: left;
}

@media screen and (min-width: 429px) {
  .has-star-list li::before {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1025px) {
  .has-star-list li::before {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 1441px) {
  .has-star-list li::before {
    font-size: 22px !important;
  }
}

/* Slider styling */
#member-slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 16px;
  /* Increased thickness */
  border-radius: 8px;
  /* Rounded corners */
  background: #000000;
  outline: none;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#member-slider:hover {
  opacity: 1;
}

#member-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Remove default appearance */
  appearance: none;
  width: 24px;
  /* Adjust size for the handle */
  height: 24px;
  border-radius: 50%;
  /* Rounded thumb */
  background: #BFBFBF;
  /* Color of the handle */
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#member-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #BFBFBF;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.text-content {
  font-weight: 700;
  font-size: 10px;
  position: relative;
  top: 4px;
}

@media screen and (min-width: 429px) {
  .text-content {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 1025px) {
  .text-content {
    font-size: 11px !important;
  }
}

@media screen and (min-width: 1441px) {
  .text-content {
    font-size: 11px !important;
  }
}

.text-content .text-content-save {
  color: #E94C1B;
  font-weight: 300;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #f3f3f3;
  -webkit-transition: .3s;
  transition: .3s;
}

input:checked + .slider {
  background: #000000;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #BFBFBF;
          box-shadow: 0 0 1px #BFBFBF;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.has-gradient-border {
  background: #000000;
}

.has-gradient-border .wp-block-cover__background {
  background-color: #f3f3f3 !important;
  margin: 3px;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .has-gradient-border .wp-block-cover__background {
    border-radius: 1.5vw;
  }
}

.latest-blog-posts {
  padding-bottom: 50px;
}

.latest-blog-posts .latest-blog-post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #575760;
}

.latest-blog-posts .latest-blog-post .category {
  text-transform: uppercase;
  color: #E94C1B;
  margin-bottom: 0;
}

.latest-blog-posts .latest-blog-post .headline {
  margin-bottom: 0;
}

.latest-blog-posts .latest-blog-post .headline span {
  color: #BFBFBF;
  font-size: 16px;
  display: inline-block;
}

@media screen and (min-width: 429px) {
  .latest-blog-posts .latest-blog-post .headline span {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1025px) {
  .latest-blog-posts .latest-blog-post .headline span {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 1441px) {
  .latest-blog-posts .latest-blog-post .headline span {
    font-size: 22px !important;
  }
}

.latest-blog-posts .latest-blog-post .subheading {
  color: #BFBFBF;
  margin-bottom: 35px;
}

.latest-blog-posts .latest-blog-post .read-more {
  color: #575760 !important;
}

.latest-blog-posts .latest-blog-post .read-more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 781px) {
  .has-content-align-center-on-mobile {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin: 0 auto !important;
    text-align: center;
    max-width: 84%;
  }
}

@media screen and (max-width: 781px) {
  .has-content-align-center-on-mobile .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 781px) {
  .has-content-align-center-on-mobile .wp-block-image {
    margin: 0 auto;
  }
}

.has-content-align-center-on-mobile .wp-block-list {
  padding-left: 0;
}

@media screen and (max-width: 781px) {
  .has-content-align-center-on-mobile .wp-block-list li {
    list-style: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 781px) {
  .has-large-padding-on-mobile {
    padding: 0 50px;
  }
}

@media screen and (max-width: 599px) {
  .has-large-padding-on-mobile {
    padding: 0 30px;
  }
}

#categories {
  /* Visual aid to check positioning */
  scroll-margin-top: 80px;
  /* Test if this is applied */
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.video-modal.hidden {
  display: none !important;
}

.video-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.video-modal .modal-content {
  position: relative;
  z-index: 1001;
  width: 90%;
  max-width: 800px;
  background-color: #000;
  border-radius: 8px;
}

.video-modal .close-modal {
  position: absolute;
  top: -30px;
  right: -30px;
  background: none;
  border: none;
  font-size: 44px;
  color: white;
  cursor: pointer;
  z-index: 1001;
  background-color: black;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-modal .close-modal:hover {
  background: #000000;
}

.show-only-in-mt {
  display: none !important;
}

.geoip-country-MT .show-only-in-mt {
  display: block !important;
}

.geoip-country-MT .do-not-show-in-mt {
  display: none !important;
}

#order-materials {
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}

#order-materials .materials {
  gap: 1em;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

#order-materials .materials .wp-block-column {
  min-width: calc(33.33% -  0.677em);
  max-width: calc(33.33% -  0.677em);
  background-color: #D6D6D6;
  border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  #order-materials .materials .wp-block-column {
    min-width: calc(50% -  0.5em);
    max-width: calc(50% -  0.5em);
  }
}

@media screen and (max-width: 599px) {
  #order-materials .materials .wp-block-column {
    min-width: 100%;
    max-width: 100%;
  }
}

#order-materials .materials h3 {
  font-size: 14px;
  padding: 10px 10px 5px 10px;
  text-align: center;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
  min-height: 64px;
}

@media screen and (min-width: 429px) {
  #order-materials .materials h3 {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1025px) {
  #order-materials .materials h3 {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1441px) {
  #order-materials .materials h3 {
    font-size: 17px !important;
  }
}

#order-materials .materials .product-image-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#order-materials .materials .product-image-wrapper img {
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#order-materials .materials .product-image-wrapper img.placeholder {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  margin-top: 20%;
}

@media screen and (max-width: 599px) {
  #order-materials .materials .product-image-wrapper img.placeholder {
    margin-top: 15%;
    max-width: 50%;
  }
}

#order-materials .materials .product-options {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1em;
}

@media screen and (max-width: 1280px) {
  #order-materials .materials .product-options {
    padding: 5px;
    gap: 0.05em;
  }
}

#order-materials .materials .product-options .select {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  max-width: 42%;
}

#order-materials .materials .product-options .select select {
  background: #000000;
  border: none;
  padding-right: 40px;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 11px;
}

@media screen and (min-width: 429px) {
  #order-materials .materials .product-options .select select {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1025px) {
  #order-materials .materials .product-options .select select {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 1441px) {
  #order-materials .materials .product-options .select select {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1280px) {
  #order-materials .materials .product-options .select select {
    line-height: 1;
    padding: 12px;
    padding-right: 30px;
  }
}

#order-materials .materials .product-options .select::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #D6D6D6;
  /* Muuta väriä tarpeen mukaan */
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  #order-materials .materials .product-options .select::after {
    top: 17px;
    right: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #D6D6D6;
    /* Muuta väriä tarpeen mukaan */
  }
}

#order-materials .materials .product-options .image-zoom-btn {
  margin-left: auto;
  background-image: url(../icons/cluby-loop-icon.svg);
  background-repeat: no-repeat;
  background-color: #f7f8f9;
  background-size: 25px;
  background-position: center;
  border-radius: 10px;
  height: 42px;
  width: 42px;
}

@media screen and (max-width: 1280px) {
  #order-materials .materials .product-options .image-zoom-btn {
    height: 38px;
    width: 38px;
    border-radius: 8px;
    background-size: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 428px) {
  #order-materials .materials .product-options .image-zoom-btn {
    height: 35px;
    width: 35px;
    border-radius: 8px;
    background-size: 16px;
  }
}

#order-materials .wpcf7-form {
  padding-top: 70px;
  max-width: 66.7%;
}

@media screen and (max-width: 1024px) {
  #order-materials .wpcf7-form {
    max-width: 100%;
  }
}

#order-materials .wpcf7-form .combine input {
  width: calc(50% - 5px);
}

#order-materials .wpcf7-form .combine span:first-child {
  margin-right: 0;
  margin-right: 10px;
}

#order-materials .wpcf7-form.sent {
  max-width: 100% !important;
}

#order-materials .wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

#order-materials .wpcf7-form .wpcf7-submit.no-products-selected {
  background: #f7f8f9;
  color: #BFBFBF;
}

.has-large-margin-bottom-on-li li {
  margin-bottom: 10px;
}

.has-max-width-200 {
  max-width: 240px !important;
}

@media screen and (max-width: 781px) {
  .has-max-width-200 {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 781px) {
  .hide-below-mobile-l {
    display: none !important;
  }
}

.australia-map {
  height: 0px;
  overflow: visible;
  padding: 0;
}

.australia-map .wp-block-group__inner-container {
  padding: 0;
  position: relative;
  z-index: 100;
  top: -180px;
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 1440px) {
  .australia-map .wp-block-group__inner-container {
    top: -140px;
  }
}

@media screen and (max-width: 1024px) {
  .australia-map .wp-block-group__inner-container {
    top: -110px;
  }
}

@media screen and (max-width: 599px) {
  .australia-map .wp-block-group__inner-container {
    top: -40px;
  }
}

@media screen and (max-width: 1440px) {
  .australia-map .wp-block-group__inner-container .wp-block-image img {
    max-width: 360px;
  }
}

@media screen and (max-width: 1024px) {
  .australia-map .wp-block-group__inner-container .wp-block-image img {
    max-width: 280px;
  }
}

@media screen and (max-width: 599px) {
  .australia-map .wp-block-group__inner-container .wp-block-image img {
    max-width: 180px;
  }
}

.has-bottom-overlap {
  margin-bottom: -80px;
}

.has-overflow-visible {
  position: relative;
  z-index: 2;
  overflow: visible !important;
}

@media screen and (max-width: 1024px) {
  .has-stack-on-mobile-xl {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 440px;
    margin: 0 auto;
  }
}

.has-stack-on-mobile-xl .wp-block-column {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}

.reference {
  margin-bottom: 50px;
}

@media screen and (max-width: 781px) {
  .has-text-aling-center-on-mobile-l {
    text-align: center;
  }
}

.is-provider-youtube {
  position: relative;
  z-index: 101;
}
/*# sourceMappingURL=main.css.map */