.default-button, .hkt-filter-group .btn, .wp-block-sm-news-overview .text > a {
  display: inline-block;
  background-color: var(--wp--preset--color--secondary, #F35C0F);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--wp--preset--color--white, #fff);
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  min-height: 54px;
  height: auto;
  line-height: 22px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--barlow);
}

.content-width {
  width: calc(100% - 7vw);
  margin-left: auto;
  margin-right: auto;
}

body {
  --sm-news-overview---headline-color: var(--wp--preset--color--primary, #1B2B68);
  --sm-news-overview---text-color: var(--wp--preset--color--white, #fff);
  --sm-news-overview---background: var(--wp--preset--color--white, #fff);
  --sm-news-overview---bar-text: var(--wp--preset--color--white, #fff);
  --sm-news-overview---bar-background: var(--wp--preset--color--primary, #1B2B68);
  --sm-news-overview---padding-x: var(--wp--preset--spacing--30);
  --sm-news-overview---padding-y: var(--wp--preset--spacing--30);
  --sm-news-overview---headline-font-size: var(--wp--preset--font-size--medium);
}

.wp-block-sm-news-overview .excerpt h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--30);
}
.wp-block-sm-news-overview .excerpt h3:last-child {
  margin-bottom: var(--wp--preset--spacing--20);
}
.wp-block-sm-news-overview ul.news-list .single-news .text a.link-button {
  text-transform: none !important;
}

.team .single-person {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  background: var(--wp--preset--color--white, #fff);
  padding: 30px 10px 30px 30px;
  border-radius: 5px;
}
.team .single-person img {
  border-radius: 50%;
  width: 144px;
  height: 144px;
  margin-bottom: 30px;
}
.team .single-person .name {
  padding-top: 2px;
  font-size: 40px;
  line-height: 32px;
  color: var(--wp--preset--color--primary, #1B2B68);
}
.team .single-person .position {
  font-size: 30px;
  color: var(--wp--preset--color--secondary, #F35C0F);
}
.team .single-person .text {
  display: inline-block;
  color: var(--wp--preset--color--gray, #6A6A6A);
  font-size: 18px;
  margin: var(--wp--preset--spacing--20) 0;
}
.team .single-person .email, .team .single-person .phone {
  color: var(--wp--preset--color--primary, #1B2B68);
  font-size: 18px;
}
.team .single-person .phone a {
  color: var(--wp--preset--color--primary, #1B2B68);
  text-decoration: none;
}
.team .single-person .email a {
  color: var(--wp--preset--color--secondary, #F35C0F);
}
@media screen and (min-width: 768px) {
  .team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--wp--preset--spacing--20);
  }
  .team .single-person {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .team .single-person {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 calc(50% - 10px);
  }
  .team .single-person img {
    margin-bottom: 0;
    width: 124px;
    height: 124px;
  }
  .team .single-person table {
    margin-left: 30px;
  }
  .team .single-person .name {
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .team .single-person .image {
    flex: 0 0 134px;
  }
  .team .single-person img {
    width: 134px;
    height: 134px;
  }
  .team .single-person .position {
    font-size: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .team .single-person {
    padding: 45px 30px;
  }
  .team .single-person .image {
    flex: 0 0 208px;
  }
  .team .single-person img {
    width: 208px;
    height: 208px;
  }
  .team .single-person .email, .team .single-person .phone {
    font-size: 16px;
  }
}

.business-card {
  color: var(--wp--preset--color--gray, #6A6A6A);
  background: var(--wp--preset--color--white, #fff);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: var(--wp--preset--spacing--30);
  border-radius: 5px;
}
.business-card img {
  width: 160px;
  height: 100px;
  margin-bottom: 30px;
  object-fit: contain;
  object-position: left center;
}
.business-card p {
  margin-bottom: 0.5rem;
}
.business-card a {
  color: var(--wp--preset--color--secondary, #F35C0F);
  text-decoration: none;
}
.business-card .contact-data {
  font-size: 1rem;
  border-top: 1px dashed var(--wp--preset--color--gray, #6A6A6A);
  width: 100%;
}
.business-card .contact-data .name {
  font-size: 1.125rem;
  font-family: var(--wp--preset--font-family--barlow);
}

@media screen and (min-width: 992px) {
  .business-card {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--20);
    align-items: center;
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
  .business-card img {
    width: 160px;
    object-position: center;
    margin-bottom: 0;
  }
  .business-card .contact-data {
    width: auto;
    height: auto;
    border-top: none;
    border-left: 1px dashed var(--wp--preset--color--gray, #6A6A6A);
    padding-left: var(--wp--preset--spacing--20);
  }
  .business-card .contact-data .name {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .business-card {
    min-height: 220px;
  }

  #dealer-list .business-card {
    min-height: 302px;
  }
}
@media screen and (min-width: 1400px) {
  .business-card {
    width: calc(33.333% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
.hkt-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--10);
  margin-bottom: var(--wp--preset--spacing--30);
}
.hkt-filter-group .btn {
  border: none;
  text-align: left;
}
.hkt-filter-group .btn:not(.sortby):not(.filterby) {
  background: var(--wp--preset--color--primary, #1B2B68);
}
.hkt-filter-group input {
  text-align: left;
}
.hkt-filter-group input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--wp--preset--color--white, #fff);
  opacity: 1;
  /* Firefox */
}
.hkt-filter-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--wp--preset--color--white, #fff);
}
.hkt-filter-group input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--wp--preset--color--white, #fff);
}

@media screen and (min-width: 768px) {
  .business-card-list .items {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@keyframes fade-anim {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.products-list .items-old {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
@media screen and (min-width: 768px) {
  .products-list .items-old {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .products-list .items-old {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products-list #product-text-search-input {
  background: var(--wp--preset--color--primary, #1B2B68);
  border: none;
}
.products-list .items {
  display: grid;
  gap: 20px;
}
.products-list .items.fade {
  animation: fade-anim;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}
@media screen and (min-width: 992px) {
  .products-list .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .products-list .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.products-list .item {
  width: 100%;
}
.products-list .product {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--white, #fff);
  border-radius: 5px;
  padding: var(--wp--preset--spacing--30);
  box-sizing: border-box;
}
.products-list .product .image-wrapper {
  position: relative;
}
.products-list .product .image-wrapper:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTguMDMxIDE2LjYxN2w0LjI4MyA0LjI4Mi0xLjQxNSAxLjQxNS00LjI4Mi00LjI4M0E4Ljk2IDguOTYgMCAwIDEgMTEgMjBjLTQuOTY4IDAtOS00LjAzMi05LTlzNC4wMzItOSA5LTkgOSA0LjAzMiA5IDlhOC45NiA4Ljk2IDAgMCAxLTEuOTY5IDUuNjE3em0tMi4wMDYtLjc0MkE2Ljk3NyA2Ljk3NyAwIDAgMCAxOCAxMWMwLTMuODY4LTMuMTMzLTctNy03LTMuODY4IDAtNyAzLjEzMi03IDcgMCAzLjg2NyAzLjEzMiA3IDcgN2E2Ljk3NyA2Ljk3NyAwIDAgMCA0Ljg3NS0xLjk3NWwuMTUtLjE1ek0xMCAxMFY3aDJ2M2gzdjJoLTN2M2gtMnYtM0g3di0yaDN6Ii8+PC9nPjwvc3ZnPg==");
  background-size: contain;
  opacity: 0.15;
  pointer-events: none;
}
.products-list .product .image-wrapper:hover:after {
  opacity: 0.33;
}
.products-list .product .product-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
  margin-bottom: var(--wp--preset--spacing--20);
}
.products-list .product .title {
  color: var(--wp--preset--color--primary, #1B2B68);
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--medium);
}
.products-list .product ul {
  padding-left: 1.5rem;
}
.products-list .product .product-body {
  flex-grow: 1;
}
.products-list .product .button {
  margin-top: var(--wp--preset--spacing--30);
}
.products-list .product .price {
  color: var(--wp--preset--color--primary, #1B2B68);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
}

.wp-block-columns.stats {
  max-width: none !important;
}
@media screen and (min-width: 768px) {
  .wp-block-columns.stats .wp-block-column:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.wp-block-group:not(.alignfull).has-background,
.wp-block-column.has-background {
  border-radius: 5px;
}

.wp-block-image.negativ-offset {
  position: relative;
  width: 100%;
}
.wp-block-image.negativ-offset.aligncenter .components-resizable-box__container {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.negativ-offset img {
  position: relative;
  z-index: 1;
}
.wp-block-image.negativ-offset:not(.wp-block):before, .wp-block-image.negativ-offset:not(.wp-block):after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 45%;
  background-size: 960px 320px;
  background-repeat: no-repeat;
  background-position-y: 100%;
}
.wp-block-image.negativ-offset:not(.wp-block):before {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 960 320" style="enable-background:new 0 0 960 320;" xml:space="preserve"><path fill="%23f9f9f9" d="M0,0v315v5c0-2.8,2.2-5,5-5h955V0H0z"/></svg>');
  background-position-x: 0;
}
.wp-block-image.negativ-offset:not(.wp-block):after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 960 320" style="enable-background:new 0 0 960 320;" xml:space="preserve"><path fill="%23f9f9f9" d="M0,0l0,315h955c2.8,0,5,2.2,5,5h1V0l-1,0L0,0z"/></svg>');
  background-position-x: 100%;
}
.wp-block-image.negativ-offset.wp-block:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: var(--wp--preset--color--light, #F9F9F9);
}

ul.is-style-blue-boxes,
ul.is-style-white-boxes {
  padding-left: 0;
  list-style-type: none;
}
ul.is-style-blue-boxes li,
ul.is-style-white-boxes li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 20px 20px 60px;
  font-size: 20px;
  border-radius: 5px;
  margin: 8px 0;
  box-sizing: border-box;
}
ul.is-style-blue-boxes li:after,
ul.is-style-white-boxes li:after {
  position: absolute;
  content: " ";
  left: 15px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  ul.is-style-blue-boxes,
ul.is-style-white-boxes {
    column-count: 2;
  }
  ul.is-style-blue-boxes li,
ul.is-style-white-boxes li {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  ul.is-style-blue-boxes li,
ul.is-style-white-boxes li {
    font-size: 24px;
  }
}

ul.is-style-blue-boxes li {
  background: var(--wp--preset--color--primary, #1B2B68);
  color: var(--wp--preset--color--white, #fff);
}
ul.is-style-blue-boxes li:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cstyle type='text/css'%3E polyline%7Bfill:none;stroke:%23FFFFFF;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpolyline points='29.3,2.3 15.2,29.4 2.8,16 '/%3E%3C/svg%3E%0A");
}

ul.is-style-white-boxes li {
  background: var(--wp--preset--color--white, #fff);
  color: var(--wp--preset--color--primary, #1B2B68);
}
ul.is-style-white-boxes li:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cstyle type='text/css'%3E polyline%7Bfill:none;stroke:%23034383;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpolyline points='29.3,2.3 15.2,29.4 2.8,16 '/%3E%3C/svg%3E%0A");
}

.has-large-font-size,
.has-xlarge-font-size {
  line-height: 1;
}

.wp-block-table thead {
  border-bottom-width: 2px !important;
}
.wp-block-table thead th {
  font-weight: 400;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.375rem !important;
}

.column-stats-products {
  position: relative;
}
.column-stats-products .more-than {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.column-stats-products .wp-block-sm-count-up {
  margin-top: 0;
}

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