.hero-text-only {
  margin-top: 65px !important;
  gap: 32px; }
  .hero-text-only .wp-block-image img,
  .hero-text-only .category-brand img {
    height: 24px;
    width: auto; }
  .hero-text-only .wp-block-post-title,
  .hero-text-only .wp-block-query-title {
    margin: clamp(16px, calc(1.7777777778vw + 8px), 24px) 0 24px;
    font-size: clamp(40px, calc(5.3333333333vw + 16px), 64px);
    line-height: 1.2; }
  .hero-text-only p {
    margin: 0 0 12px; }
  .hero-text-only .wp-block-group:not(:first-child) {
    width: max-content;
    margin: 0 auto; }
    .hero-text-only .wp-block-group:not(:first-child) a {
      display: flex;
      align-items: center;
      gap: 4px;
      line-height: 20px; }
      .hero-text-only .wp-block-group:not(:first-child) a:after {
        content: '';
        background-image: url("../images/arrow-down.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block; }

.division-hero {
  margin: clamp(72px, calc(7.1111111111vw + 40px), 104px) auto 16px; }
  .division-hero .brands {
    display: flex;
    gap: 4px; }
    .division-hero .brands img {
      height: clamp(24px, calc(1.7777777778vw + 16px), 32px);
      width: auto; }
  .division-hero .title {
    margin: clamp(16px, calc(1.7777777778vw + 8px), 24px) 0 24px;
    font-size: clamp(40px, calc(3.5555555556vw + 24px), 56px);
    line-height: 1.1; }
  .division-hero .description p {
    margin: 0 0 12px; }
  .division-hero .columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap; }
    .division-hero .columns.no-thumbnail .wp-block-column:first-child {
      display: flex;
      flex-direction: column;
      flex-basis: 861px;
      max-width: 861px; }
    .division-hero .columns.no-thumbnail .wp-block-column:not(:first-child) {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-basis: 1 !important; }
      .division-hero .columns.no-thumbnail .wp-block-column:not(:first-child) .doo-link {
        width: max-content;
        margin: 0 auto; }
      .division-hero .columns.no-thumbnail .wp-block-column:not(:first-child) a {
        display: flex;
        align-items: center;
        gap: 4px;
        line-height: 20px; }
        .division-hero .columns.no-thumbnail .wp-block-column:not(:first-child) a:after {
          content: '';
          background-image: url("../images/arrow-down.svg");
          background-size: contain;
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          display: inline-block; }
  .division-hero.with-thumbnail .columns {
    display: flex;
    align-items: stretch;
    gap: clamp(32px, calc(16vw + -40px), 104px); }
    .division-hero.with-thumbnail .columns .wp-block-column {
      flex: 1;
      min-width: min(400px, calc(100vw - 32px)); }
      .division-hero.with-thumbnail .columns .wp-block-column:first-child {
        max-width: 560px; }
    .division-hero.with-thumbnail .columns .see-more-btn {
      display: flex;
      align-items: center;
      gap: 4px;
      line-height: 20px;
      margin: 32px 0 0; }
      .division-hero.with-thumbnail .columns .see-more-btn:after {
        content: '';
        background-image: url("../images/arrow-down.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        display: inline-block; }
  .division-hero.with-thumbnail .thumbnail {
    width: 100%;
    border-radius: 16px;
    overflow: hidden; }
    .division-hero.with-thumbnail .thumbnail img {
      border-radius: 16px;
      aspect-ratio: 1/1;
      width: 100%;
      height: auto;
      object-fit: cover; }
  @media (max-width: 768px) {
    .division-hero.with-thumbnail .thumbnail {
      max-width: 100%; } }

.list-systems {
  padding: clamp(48px, calc(7.1111111111vw + 16px), 80px) 0; }
  .list-systems.no-truncate-description .item {
    position: relative;
    padding-bottom: 32px; }
    .list-systems.no-truncate-description .item .description {
      height: unset;
      overflow: visible;
      text-overflow: unset;
      display: block;
      -webkit-line-clamp: unset;
      -webkit-box-orient: unset; }
    .list-systems.no-truncate-description .item .description-2 {
      margin-top: 16px;
      font-weight: 700;
      background: #F0F6FA;
      padding: 8px;
      border-radius: 4px; }
  .list-systems.no-truncate-description .doo-link {
    position: absolute;
    bottom: 16px; }
  .list-systems .title {
    margin-bottom: clamp(0px, calc(5.3333333333vw + -24px), 24px);
    max-width: 630px; }
    .list-systems .title h2 {
      font-size: clamp(32px, calc(1.7777777778vw + 24px), 40px);
      line-height: 1;
      margin: 0;
      padding: clamp(8px, calc(1.7777777778vw + 0px), 16px) 0; }
    .list-systems .title p {
      margin: 8px 0 clamp(24px, calc(7.1111111111vw + -8px), 56px);
      color: #54585A; }
  .list-systems .list-systems-content {
    display: grid;
    grid-gap: clamp(16px, calc(5.3333333333vw + -8px), 40px) 24px;
    max-width: calc(100vw - 32px);
    margin: 16px auto 0; }
  .list-systems .item .image {
    background: #EFF0F1;
    aspect-ratio: 7 / 3;
    border-radius: 16px;
    overflow: hidden; }
    .list-systems .item .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: unset; }
  .list-systems .item.product {
    max-width: 100%; }
    .list-systems .item.product .image img {
      object-fit: contain; }
    .list-systems .item.product .image.cover-r img {
      object-fit: cover; }
    .list-systems .item.product .title {
      height: unset; }
  .list-systems .item .content {
    padding: clamp(24px, calc(1.7777777778vw + 16px), 32px) 16px 16px;
    background: transparent; }
    .list-systems .item .content.has-chips .text {
      min-height: 180px; }
  .list-systems .item .title {
    font-size: clamp(24px, calc(1.7777777778vw + 16px), 32px);
    line-height: 1.1;
    margin-bottom: 16px;
    color: #003E56;
    max-height: calc( 2 * clamp(24px, calc(1.7777777778vw + 16px), 32px) * 1.1 );
    overflow: hidden;
    text-overflow: -webkit-ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .list-systems .item .description {
    font-size: clamp(14px, calc(0.4444444444vw + 12px), 16px);
    line-height: 1.4;
    margin-bottom: 0;
    height: calc( 3 * clamp(14px, calc(0.4444444444vw + 12px), 16px) * 1.4 );
    overflow: hidden;
    text-overflow: -webkit-ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .list-systems .item .text {
    min-height: 131px;
    margin-bottom: 16px; }
  .list-systems .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .list-systems .item .bottom .brands {
      display: flex;
      justify-content: flex-end; }
    .list-systems .item .bottom img {
      height: 24px;
      width: auto;
      object-fit: contain; }
  .list-systems.products .item .image {
    aspect-ratio: 16 / 9;
    background: #FFFFFF; }
  .list-systems.columns-1 {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap; }
    .list-systems.columns-1 .title {
      max-width: 545px; }
    .list-systems.columns-1 .list-systems-content {
      max-width: 640px;
      width: 100%;
      display: block;
      margin: 0; }
  .list-systems.columns-2 .list-systems-content {
    grid-template-columns: repeat(2, 1fr); }
  .list-systems.columns-3 .list-systems-content {
    grid-template-columns: repeat(3, 1fr); }
  .list-systems.divisions .list-systems-content {
    margin-top: clamp(24px, calc(3.5555555556vw + 8px), 40px);
    grid-gap: 32px; }
  .list-systems.divisions .item .text {
    color: #54585A;
    min-height: unset; }
  .list-systems.divisions .item .links a {
    text-decoration: underline;
    color: #54585A; }
    .list-systems.divisions .item .links a:hover {
      text-decoration: none; }
  .list-systems.divisions .content {
    padding: clamp(16px, calc(3.5555555556vw + 0px), 32px) 16px 0; }
  .list-systems .child-terms-list {
    margin-bottom: 0; }

@media (max-width: 1480px) {
  .wp-block-group.products-frame {
    border-radius: 0 !important;
    max-width: 100vw !important; } }
@media (max-width: 900px) {
  .list-systems.columns-3 .list-systems-content {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .list-systems.columns-3 .list-systems-content, .list-systems.columns-2 .list-systems-content {
    grid-template-columns: 1fr; } }
.product-hero .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px clamp(0px, calc(30.2222222222vw + -136px), 136px);
  margin: 104px auto 0;
  padding-bottom: clamp(24px, calc(1.7777777778vw + 16px), 32px); }
.product-hero .wp-block-column:first-child {
  max-width: 528px; }

.system-hero .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px clamp(0px, calc(30.2222222222vw + -136px), 136px);
  margin: 104px auto 0;
  padding-bottom: clamp(24px, calc(1.7777777778vw + 16px), 32px); }
.system-hero .wp-block-column:first-child {
  max-width: 528px; }
  .system-hero .wp-block-column:first-child img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 528/396;
    object-fit: cover;
    border-radius: 16px; }
  .system-hero .wp-block-column:first-child .image.cover-r img {
    object-fit: cover; }
  .system-hero .wp-block-column:first-child .image.contain-r img {
    object-fit: contain; }
.system-hero .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px; }

.wp-block-doo-block-product-hero {
  position: relative;
  max-width: 1512px;
  margin: auto;
  min-height: 605px;
  overflow: hidden; }
  .wp-block-doo-block-product-hero .product-header {
    max-width: 1304px;
    margin: auto; }
  .wp-block-doo-block-product-hero:before {
    content: url("../images/product-bg-line.svg");
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 800px) {
    .wp-block-doo-block-product-hero:before {
      content: none; } }

@media (max-width: 1480px) {
  .wp-block-doo-block-product-hero {
    max-width: 100vw !important;
    padding: 0 16px; } }
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .chips.chips-card {
    margin-top: 16px;
    margin-bottom: 16px; }
    .chips.chips-card .chip {
      padding: 4px 8px;
      font-size: clamp(10px, calc(0.4444444444vw + 8px), 12px);
      border: 1px solid #E5E9EA;
      border-radius: 16px; }
  .chips .chip a {
    border: 1px solid #E5E9EA;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: clamp(12px, calc(0.8888888889vw + 8px), 16px);
    line-height: 1.35;
    background: #FFFFFF;
    color: #54585A;
    display: block; }
    .chips .chip a:hover {
      background: #EFF0F1; }

.product-hero .brands,
.system-hero .brands {
  margin-bottom: clamp(24px, calc(1.7777777778vw + 16px), 32px);
  display: flex;
  gap: 8px; }
  .product-hero .brands img,
  .system-hero .brands img {
    height: clamp(24px, calc(1.7777777778vw + 16px), 32px);
    width: auto; }
.product-hero .title,
.system-hero .title {
  font-size: clamp(32px, calc(3.5555555556vw + 16px), 48px);
  line-height: 1.1;
  letter-spacing: -4%;
  margin-bottom: clamp(24px, calc(1.7777777778vw + 16px), 32px); }
.product-hero .chips-link,
.system-hero .chips-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: clamp(24px, calc(3.5555555556vw + 8px), 40px);
  margin-bottom: clamp(32px, calc(1.7777777778vw + 24px), 40px);
  max-width: 768px;
  border-bottom: 1px solid #E5E9EA; }
.product-hero .label,
.system-hero .label {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0; }

.single-product-hero img.wp-block-cover__image-background {
  object-fit: contain; }

@media (max-width: 600px) {
  .product-hero .wp-block-columns,
  .system-hero .wp-block-columns {
    flex-direction: column-reverse; }
  .product-hero .wp-block-button,
  .system-hero .wp-block-button {
    width: 100%; }
    .product-hero .wp-block-button .wp-block-button__link,
    .system-hero .wp-block-button .wp-block-button__link {
      justify-content: center; }
  .product-hero .parent.label,
  .system-hero .parent.label {
    display: none; } }
.block-table h3 {
  margin-bottom: clamp(24px, calc(1.7777777778vw + 16px), 32px); }
.block-table.big-table {
  overflow-x: auto; }
  @media (max-width: 600px) {
    .block-table.big-table {
      max-width: 100vw !important; }
      .block-table.big-table .wp-block-table {
        max-width: 100vw !important; }
      .block-table.big-table table {
        padding: 0 16px; } }
  .block-table.big-table table {
    width: 100%; }
    .block-table.big-table table th, .block-table.big-table table td {
      width: 196px;
      min-width: 196px;
      max-width: 196px;
      vertical-align: top; }
    @media (max-width: 450px) {
      .block-table.big-table table th:first-child, .block-table.big-table table td:first-child {
        width: 120px;
        min-width: 120px;
        max-width: 120px; } }
  .block-table.big-table .wp-block-table {
    border-radius: 0 16px 16px 0;
    padding-bottom: 0; }
.block-table .wp-block-table {
  padding: 0 0 16px; }
  .block-table .wp-block-table:not(.doo-table) table {
    border: none; }
    .block-table .wp-block-table:not(.doo-table) table td, .block-table .wp-block-table:not(.doo-table) table th {
      border-top: 1px solid #E5E9EA; }
      .block-table .wp-block-table:not(.doo-table) table td:not(:first-child), .block-table .wp-block-table:not(.doo-table) table th:not(:first-child) {
        border-left: 1px solid #E5E9EA; }
      .block-table .wp-block-table:not(.doo-table) table td:first-child, .block-table .wp-block-table:not(.doo-table) table th:first-child {
        position: unset; }
    .block-table .wp-block-table:not(.doo-table) table tr td:first-child {
      font-weight: 400; }
    .block-table .wp-block-table:not(.doo-table) table tr:first-child td:first-child, .block-table .wp-block-table:not(.doo-table) table tr:first-child th:first-child {
      border-top-left-radius: 16px; }
    .block-table .wp-block-table:not(.doo-table) table tr:first-child td:last-child, .block-table .wp-block-table:not(.doo-table) table tr:first-child th:last-child {
      border-top-right-radius: 16px; }
    .block-table .wp-block-table:not(.doo-table) table td.has-text-align-left img {
      margin-left: auto; }
.block-table.with-head .wp-block-table:not(.doo-table) table tbody tr:first-child td:first-child, .block-table.with-head .wp-block-table:not(.doo-table) table tbody tr:first-child th:first-child {
  border-top-left-radius: 0; }
.block-table.with-head .wp-block-table:not(.doo-table) table tbody tr:first-child td:last-child, .block-table.with-head .wp-block-table:not(.doo-table) table tbody tr:first-child th:last-child {
  border-top-right-radius: 0; }
.block-table table {
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  table-layout: auto; }
  .block-table table th, .block-table table td {
    border: none;
    border-top: 1px solid #E5E9EA;
    text-align: left;
    padding: 24px 16px;
    min-width: 100px; }
    .block-table table th:first-child, .block-table table td:first-child {
      border-left: 1px solid #E5E9EA; }
    .block-table table th:last-child, .block-table table td:last-child {
      border-right: 1px solid #E5E9EA; }
    .block-table table th.has-text-align-center, .block-table table td.has-text-align-center {
      text-align: center; }
  .block-table table tr:first-child th:first-child {
    border-top-left-radius: 16px; }
  .block-table table tr:first-child th:last-child {
    border-top-right-radius: 16px; }
  .block-table table tr.last td, .block-table table tr:last-child td {
    border-bottom: 1px solid #E5E9EA; }
    .block-table table tr.last td:first-child, .block-table table tr:last-child td:first-child {
      border-bottom-left-radius: 16px; }
    .block-table table tr.last td:last-child, .block-table table tr:last-child td:last-child {
      border-bottom-right-radius: 16px; }
  .block-table table th {
    background: #F8F8F8;
    font-weight: 400; }
    .block-table table th:first-child {
      color: #1D2224;
      font-weight: 700; }
  .block-table table td:first-child {
    font-weight: 700;
    background-color: #FFFFFF; }
.block-table .wp-block-table.scrolled th:first-child, .block-table .wp-block-table.scrolled td:first-child {
  box-shadow: 4px 0px 6px 0px #003E561A; }
.block-table .see-more-btn {
  display: none;
  width: max-content;
  margin: clamp(16px, calc(3.5555555556vw + 0px), 32px) auto;
  margin-top: 40px;
  padding: 12px 18px;
  color: #005991;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center; }
  .block-table .see-more-btn:after {
    content: '';
    background-image: url("../images/chevron-down-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block; }
  .block-table .see-more-btn.less:after {
    transform: rotate(180deg); }
.block-table.with-links table a {
  text-decoration: underline;
  font-weight: 700;
  color: #1D2224; }
  .block-table.with-links table a:hover {
    text-decoration: none; }

.table-spacer {
  position: fixed;
  top: 87px;
  left: 0;
  right: 0;
  height: 25px;
  background-color: #fff;
  z-index: 5;
  display: none; }
  @media (max-width: 768px) {
    .table-spacer {
      top: 79px; } }

.wp-block-columns.block-card-module .wp-block-cover {
  overflow: hidden;
  height: clamp(340px, calc(52.4444444444vw + 104px), 576px);
  min-height: unset; }
.wp-block-columns.block-card-module .wp-block-column:not(:first-child) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(16px, calc(1.7777777778vw + 8px), 24px); }
  .wp-block-columns.block-card-module .wp-block-column:not(:first-child) .wp-block-group .wp-block-image {
    background: #005991;
    width: clamp(48px, calc(3.5555555556vw + 32px), 64px);
    height: clamp(48px, calc(3.5555555556vw + 32px), 64px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 0; }
    .wp-block-columns.block-card-module .wp-block-column:not(:first-child) .wp-block-group .wp-block-image img {
      width: clamp(24px, calc(1.7777777778vw + 16px), 32px);
      height: clamp(24px, calc(1.7777777778vw + 16px), 32px);
      object-fit: contain; }
  .wp-block-columns.block-card-module .wp-block-column:not(:first-child) .wp-block-group h3 {
    margin: 0;
    line-height: 1.1;
    height: calc( 2 * clamp(24px, calc(1.7777777778vw + 16px), 32px) * 1.1 );
    overflow: hidden;
    text-overflow: -webkit-ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .wp-block-columns.block-card-module .wp-block-column:not(:first-child) .wp-block-group a {
    display: flex;
    align-items: center;
    gap: 4px; }
    .wp-block-columns.block-card-module .wp-block-column:not(:first-child) .wp-block-group a:after {
      content: '';
      background-image: url("../images/arrow-right-blue.svg");
      background-size: contain;
      background-repeat: no-repeat;
      height: 16px;
      width: 16px;
      display: inline-block; }

@media (max-width: 1100px) {
  .wp-block-columns.block-card-module .wp-block-column:not(:first-child) {
    grid-template-columns: 1fr; } }
@media (max-width: 800px) {
  .wp-block-columns.block-card-module {
    flex-direction: column; } }
.custom-slider-container {
  margin: clamp(0px, calc(12.4444444444vw + -56px), 56px) auto;
  padding: clamp(48px, calc(1.7777777778vw + 40px), 56px) clamp(16px, calc(12.4444444444vw + -40px), 72px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 16px; }
  .custom-slider-container .custom-slider {
    flex: 1;
    max-width: 599px;
    position: relative;
    padding-right: clamp(0px, calc(15.3333333333vw + -69px), 69px); }
    .custom-slider-container .custom-slider .overview .label {
      text-transform: uppercase;
      font-size: clamp(12px, calc(0.4444444444vw + 10px), 14px);
      line-height: 1.2;
      margin-bottom: clamp(16px, calc(3.5555555556vw + 0px), 32px); }
    .custom-slider-container .custom-slider .overview .content {
      font-family: Akkurat;
      font-size: clamp(18px, calc(0.4444444444vw + 16px), 20px);
      line-height: 1.2;
      letter-spacing: -2%;
      color: #003E56; }
    .custom-slider-container .custom-slider .main-slider {
      display: flex;
      overflow: hidden;
      scroll-behavior: smooth;
      margin-top: clamp(24px, calc(7.1111111111vw + -8px), 56px); }
      .custom-slider-container .custom-slider .main-slider .swiper-wrapper {
        display: flex;
        gap: 10px;
        overflow: auto;
        scrollbar-width: none;
        width: 100%; }
      .custom-slider-container .custom-slider .main-slider .swiper-slide {
        min-width: 100%;
        transition: transform 0.3s ease-in-out; }
        .custom-slider-container .custom-slider .main-slider .swiper-slide .slider-image, .custom-slider-container .custom-slider .main-slider .swiper-slide .slider-video iframe {
          width: 100%;
          height: 300px;
          border-radius: 16px;
          object-fit: contain; }
        @media (max-width: 600px) {
          .custom-slider-container .custom-slider .main-slider .swiper-slide .slider-image, .custom-slider-container .custom-slider .main-slider .swiper-slide .slider-video iframe {
            height: auto; } }
        .custom-slider-container .custom-slider .main-slider .swiper-slide.cover-r .slider-image, .custom-slider-container .custom-slider .main-slider .swiper-slide.cover-r .slider-video iframe {
          object-fit: cover; }
        .custom-slider-container .custom-slider .main-slider .swiper-slide.contain-r .slider-image, .custom-slider-container .custom-slider .main-slider .swiper-slide.contain-r .slider-video iframe {
          border-radius: 16px; }
        .custom-slider-container .custom-slider .main-slider .swiper-slide.contain-w .slider-image, .custom-slider-container .custom-slider .main-slider .swiper-slide.contain-w .slider-video iframe {
          height: auto; }
        .custom-slider-container .custom-slider .main-slider .swiper-slide .slider-video .background {
          height: 300px; }
          .custom-slider-container .custom-slider .main-slider .swiper-slide .slider-video .background img:not(.play) {
            height: 100%; }
    .custom-slider-container .custom-slider .bottom {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .custom-slider-container .custom-slider .thumb-slider {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      padding-top: 10px;
      scroll-behavior: smooth;
      max-width: calc(100% - 120px); }
      .custom-slider-container .custom-slider .thumb-slider .swiper-wrapper {
        display: flex;
        gap: 5px;
        overflow: auto;
        scrollbar-width: none; }
      .custom-slider-container .custom-slider .thumb-slider .swiper-slide {
        flex: 0 0 auto;
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f0f0;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.2s ease-in-out; }
        .custom-slider-container .custom-slider .thumb-slider .swiper-slide:hover {
          background: #ddd; }
        .custom-slider-container .custom-slider .thumb-slider .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 5px; }
        .custom-slider-container .custom-slider .thumb-slider .swiper-slide.active {
          border: 2px solid #007cba; }
    .custom-slider-container .custom-slider .buttons {
      display: flex;
      gap: 4px;
      align-items: center; }
    .custom-slider-container .custom-slider .swiper-button-next,
    .custom-slider-container .custom-slider .swiper-button-prev {
      padding: 10px;
      cursor: pointer; }
      .custom-slider-container .custom-slider .swiper-button-next.disabled,
      .custom-slider-container .custom-slider .swiper-button-prev.disabled {
        opacity: 0.5;
        pointer-events: none; }
    .custom-slider-container .custom-slider .swiper-button-next {
      content: url("../images/slide-right.svg"); }
    .custom-slider-container .custom-slider .swiper-button-prev {
      content: url("../images/slide-left.svg"); }
  .custom-slider-container.no-items .slider-content {
    border-left: none;
    padding-left: 0; }
  .custom-slider-container .slider-content {
    flex: 1;
    padding-left: clamp(0px, calc(15.3333333333vw + -69px), 69px);
    border-left: 1px solid #E5E9EA; }
    .custom-slider-container .slider-content h2 {
      font-size: clamp(12px, calc(0.4444444444vw + 10px), 14px);
      text-transform: uppercase;
      margin-bottom: 32px;
      font-family: Arial;
      color: #54585A; }
    .custom-slider-container .slider-content .slider-text {
      font-size: 18px;
      line-height: 1.2;
      color: #003E56; }
    .custom-slider-container .slider-content .wp-block-list {
      font-size: clamp(14px, calc(0.4444444444vw + 12px), 16px);
      line-height: 1.4;
      padding-left: 24px; }
      .custom-slider-container .slider-content .wp-block-list > li {
        margin-bottom: 0;
        padding: 4px 0; }
      .custom-slider-container .slider-content .wp-block-list ul {
        list-style: disc;
        padding-left: 24px; }
  .custom-slider-container.product .slider-content .slider-text {
    color: #54585A; }
  .custom-slider-container.no-items .custom-slider {
    display: none; }
  .custom-slider-container.no-items .slider-content {
    max-width: 751px; }

@media (max-width: 1000px) {
  .custom-slider-container {
    flex-direction: column-reverse;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    max-width: 100vw !important; }
    .custom-slider-container.product {
      flex-direction: column; }
    .custom-slider-container .custom-slider {
      max-width: min(100%, 600px);
      position: relative;
      padding-right: 0;
      margin: 0 auto; }
      .custom-slider-container .custom-slider .bottom {
        justify-content: flex-end; }
      .custom-slider-container .custom-slider .thumb-slider {
        display: none; }
    .custom-slider-container .slider-content {
      padding-left: 0;
      border-left: none; } }
.steps-content .wp-block-media-text {
  grid-template-columns: 1fr 1fr; }
.steps-content .wp-block-media-text__content {
  padding: 0 clamp(0px, calc(30vw + -135px), 135px) 0 0; }
.steps-content .wp-block-media-text__media img {
  border-radius: 16px; }
.steps-content ol.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 529px;
  font-family: Akkurat;
  counter-reset: list-counter; }
  .steps-content ol.wp-block-list > li {
    margin-bottom: 24px;
    font-size: clamp(18px, calc(0.4444444444vw + 16px), 20px);
    line-height: 1.4;
    color: #1D2224;
    counter-increment: list-counter;
    position: relative;
    padding-left: clamp(36px, calc(2.6666666667vw + 24px), 48px); }
    .steps-content ol.wp-block-list > li::before {
      content: counter(list-counter);
      position: absolute;
      top: 0;
      left: 0;
      width: clamp(24px, calc(1.7777777778vw + 16px), 32px);
      height: clamp(24px, calc(1.7777777778vw + 16px), 32px);
      background-color: #00B2C0;
      color: #FFFFFF;
      font-size: clamp(12px, calc(0.4444444444vw + 10px), 14px);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-right: clamp(12px, calc(0.8888888889vw + 8px), 16px);
      flex-shrink: 0; }
    .steps-content ol.wp-block-list > li > ul {
      list-style: none;
      padding: 0;
      margin: 4px 0 0; }
      .steps-content ol.wp-block-list > li > ul > li {
        color: #54585A;
        font-family: Arial;
        font-size: clamp(14px, calc(0.4444444444vw + 12px), 16px);
        line-height: 1.4; }

@media (max-width: 1000px) {
  .steps-content .wp-block-media-text {
    display: block; }
  .steps-content .wp-block-buttons {
    margin: 0 auto; } }
.single-division footer {
  padding: 0; }

.single-product-hero {
  position: relative;
  z-index: 11;
  background: linear-gradient(180deg, #FFFFFF 0.19%, #F8F8F8 76.26%); }
  .single-product-hero .wp-block-image {
    position: absolute;
    top: clamp(48px, calc(7.1111111111vw + 16px), 80px);
    z-index: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important; }
    .single-product-hero .wp-block-image img {
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw); }

@media (max-width: 1200px) {
  .single-product-hero .wp-block-cover__image-background {
    display: none; } }
.wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--neutral-0);
  background: var(--wp--preset--color--primary-50);
  border-color: var(--wp--preset--color--primary-50); }
  .wp-block-button .wp-block-button__link:hover {
    color: var(--wp--preset--color--neutral-0);
    background: var(--wp--preset--color--primary-70);
    border-color: var(--wp--preset--color--primary-70); }
.wp-block-button.secondary .wp-block-button__link {
  color: var(--wp--preset--color--primary-50);
  background: var(--wp--preset--color--neutral-0);
  border-color: var(--wp--preset--color--primary-50); }
  .wp-block-button.secondary .wp-block-button__link:hover {
    color: var(--wp--preset--color--primary-50);
    background: var(--wp--preset--color--accent-50);
    border-color: var(--wp--preset--color--primary-50); }
.wp-block-button.secondary.link .wp-block-button__link {
  gap: 8px; }
  .wp-block-button.secondary.link .wp-block-button__link:after {
    content: '';
    background-image: url("../images/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block; }
.wp-block-button.tertiary .wp-block-button__link {
  color: var(--wp--preset--color--primary-50);
  background: var(--wp--preset--color--neutral-0);
  border-color: transparent; }
  .wp-block-button.tertiary .wp-block-button__link:hover {
    color: var(--wp--preset--color--primary-50);
    background: var(--wp--preset--color--accent-50);
    border-color: transparent; }
.wp-block-button.link .wp-block-button__link {
  gap: 8px; }
  .wp-block-button.link .wp-block-button__link:after {
    content: '';
    background-image: url("../images/arrow-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block; }
.wp-block-button.download .wp-block-button__link {
  gap: 8px; }
  .wp-block-button.download .wp-block-button__link:after {
    content: '';
    background-image: url("../images/download.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block; }

#compare-table .wp-block-table.wp-block-table table {
  overflow: hidden;
  border-collapse: separate;
  border: none;
  border-spacing: 0; }
  #compare-table .wp-block-table.wp-block-table table tr th, #compare-table .wp-block-table.wp-block-table table tr td {
    padding: 24px 16px;
    border: none; }
  #compare-table .wp-block-table.wp-block-table table thead {
    border-radius: 16px 16px 0 0;
    border: none; }
    #compare-table .wp-block-table.wp-block-table table thead th {
      background: #F8F8F8;
      border-bottom: 1px solid #E5E9EA;
      border-top: 1px solid #E5E9EA;
      color: #005991; }
      #compare-table .wp-block-table.wp-block-table table thead th:first-child {
        border-radius: 16px 0 0 0;
        border-left: 1px solid #E5E9EA;
        color: #1D2224;
        font-weight: 700; }
      #compare-table .wp-block-table.wp-block-table table thead th:last-child {
        border-radius: 0 16px 0 0;
        border-right: 1px solid #E5E9EA; }
  #compare-table .wp-block-table.wp-block-table table tbody {
    font-size: clamp(14px, calc(0.4444444444vw + 12px), 16px);
    line-height: 1.4;
    color: #1D2224; }
    #compare-table .wp-block-table.wp-block-table table tbody tr td {
      vertical-align: top;
      border-bottom: 1px   solid #E5E9EA; }
      #compare-table .wp-block-table.wp-block-table table tbody tr td:first-child {
        border-left: 1px solid #E5E9EA;
        font-weight: 700; }
      #compare-table .wp-block-table.wp-block-table table tbody tr td:last-child {
        border-right: 1px solid #E5E9EA; }
    #compare-table .wp-block-table.wp-block-table table tbody tr:last-child td:first-child {
      border-radius: 0 0 0 16px; }
    #compare-table .wp-block-table.wp-block-table table tbody tr:last-child td:last-child {
      border-radius: 0 0 16px 0; }

.product-template-wp-custom-template-single-product-with-patterns main {
  background: linear-gradient(180deg, #F8F8F8 0%, #FFFFFF 27.34%); }
.product-template-wp-custom-template-single-product-with-patterns .custom-slider-container {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 100% !important; }
@media (max-width: 600px) {
  .product-template-wp-custom-template-single-product-with-patterns .block-resources {
    padding: 48px 0; }
    .product-template-wp-custom-template-single-product-with-patterns .block-resources .resources-grid {
      grid-template-columns: 1fr 1fr; }
    .product-template-wp-custom-template-single-product-with-patterns .block-resources img {
      width: 16px;
      height: 16px; }
  .product-template-wp-custom-template-single-product-with-patterns #overview {
    max-width: 100vw !important; }
    .product-template-wp-custom-template-single-product-with-patterns #overview .custom-slider-container {
      border-radius: 0; } }

/* Horizontal scroll gradients and tooltip for doo-table */
.table-gradient-container {
  position: relative;
  display: block;
  width: 100%; }
  .table-gradient-container table {
    margin-bottom: 24px; }
  @media (max-width: 768px) {
    .table-gradient-container {
      max-width: 100vw !important;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }
  .table-gradient-container .table-gradient-left,
  .table-gradient-container .table-gradient-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 60px;
    pointer-events: none;
    z-index: 6;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    @media (max-width: 768px) {
      .table-gradient-container .table-gradient-left,
      .table-gradient-container .table-gradient-right {
        display: none !important; } }
  .table-gradient-container .table-gradient-left {
    left: 0;
    transform: scaleX(-1); }
  .table-gradient-container .table-gradient-right {
    right: 0; }
  .table-gradient-container .table-scroll-tooltip {
    position: absolute;
    right: 16px;
    top: -72px;
    background-color: #1D2224;
    color: #FFFFFF;
    padding: 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 7;
    height: 52px;
    pointer-events: none; }
    .table-gradient-container .table-scroll-tooltip:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #1D2224; }
    @media (max-width: 768px) {
      .table-gradient-container .table-scroll-tooltip {
        display: none !important; } }

.doo-table.wp-block-table {
  position: relative;
  overflow-x: auto; }

/*# sourceMappingURL=division.css.map */
