/* cmsms stylesheet: gouden-ernesto modified: Monday, October 7, 2024 2:05:04 PM */
.gouden-ernesto .navigation {
  background-color: var(--color-dark-product-transmision);
}

.bg-gouden-ernsto {
  background-image: url(/assets/images/bg-top.jpg), url(/assets/images/bg-bottom.jpg), url(/assets/images/bg-midle.png);
  background-position: center top, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: contain;
  height: max-content;
  position: relative;
  overflow: hidden;
  z-index: -2;
  padding-top: 64px;
}

.header-container {
  display: flex;
  align-items: center;
}

.header-container .row {
align-items: center;
}
.img-gouden-erensto{
  display: block;
  max-height: 470px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.col-information {
  position: inherit;
  grid-column: span 12;
}

h1.gold {
  background: #DA9917;
  background: linear-gradient(to top left, #DA9917 0%, #FFCF25 33%, #FFFF90 66%, #ECBF26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: #DA9917 1px 1px 8px;
  hyphens: none;
}

.gouden-ernesto .full-width-image_with-container {
  min-height: 380px;
  background-size: cover;
  background-position: top, left;
}

.col-image {
  order: 5;
}

.image--stars img {
  max-height: 240px;
}

.col-card-category {
  height: 100%;
}

.card-category {
  min-height: 100%;
}

.card-category a {
  color: var(--color-neutral-white);
}

.card-category:not(.card-category--main):before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-position: top left;
  background-size: 64px;
  width: 64px;
  height: 64px;
  top: -8px;
  left: -8px;
  z-index: 1;
}

.card-category--saludo:before {
  background-image: url("/assets/images/mask-saludo.png");
}

.card-category--puerto:before {
  background-image: url("/assets/images/mask-puerto.png");
}

.card-category--vaya:before {
  background-image: url("/assets/images/mask-vaya.png");
}

.card-category .card-subtitle {
  font-weight: 300;
  opacity: 0.9;
  margin-left: 48px;
}

.card-category--saludo .card-title,
.card-category--puerto .card-title,
.card-category--vaya .card-title {
  margin-left: 48px;
}

.row-information {
  padding: 96px 0;
  overflow: hidden;
}

.row-information:before {
  content: "";
  background-image: url("/assets/images/footer-star.png");
  background-repeat: no-repeat;
  position: absolute;
  background-position: bottom left;
  background-size: contain;
  width: 18vw;
  height: 16vw;
  max-width: 100%;
  bottom: -6vw;
  left: 0;
  z-index: 10;
}

.border-gold {
  border: 4px solid #D4AF37;

}

.gold-information {
  background: rgb(249, 201, 36);
  background: linear-gradient(90deg, rgba(249, 201, 36, 1) 0%, rgba(228, 175, 24, 1) 40%, rgba(255, 249, 140, 1) 80%, rgba(255, 212, 64, 1) 100%);
  margin: 16px;
}

.gold-information a {
  color: var(--color-dark-product-transmision)
}

.gouden-ernesto footer {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .col-information {
    grid-column-start: 2;
    grid-column-end: 12;
  }

  .col-image {
    order: 0;
  }
}

@media only screen and (min-width: 992px) {
  .col-information {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}

@media only screen and (min-width: 1200px) {
  .col-information {
    grid-column-start: 4;
    grid-column-end: 10;
  }

  .row-information:before {
    width: 12vw;
    height: 12vw;
    bottom: -5vw;
  }
}
/* cmsms stylesheet: v2 - timeline modified: Monday, April 14, 2025 2:37:27 PM */
.timeline header{
    margin-bottom: 0;
  }
  .timeline_component {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: auto;
      margin-left: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .timeline_item {
      position: relative;
      /* z-index: 2; */
      display: -ms-grid;
      display: grid;
      padding-top: 80px;
      padding-bottom: 80px;
      grid-auto-columns: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      -ms-grid-columns: 1fr 180px 1fr;
      grid-template-columns: 1fr 180px 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      opacity: 0.5;
      will-change: opacity;
  }

  .timeline_left {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      text-align: right;
  }

  .timeline_centre {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  .timeline_date-text {
      position: -webkit-sticky;
      position: sticky;
      top: 50vh;
      color: var(--color-neutral-black);
      font-size: var(--font-size-xxl);
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: -0.03em;
  }
  .timeline_date{
    color: var(--color-brand-primary);
    font-size: var(--font-size-s);
    margin-bottom: 0.4rem;
  }
  .timeline_text {
      color: var(--color-neutral-black);
      font-size: var(--font-size-xl);
      line-height: 1.8;
      font-weight: 500;
  }

  .timeline_circle {
      position: -webkit-sticky;
      position: sticky;
      top: 50vh;
      width: 15px;
      height: 15px;
      max-height: 15px;
      max-width: 15px;
      min-height: 15px;
      min-width: 15px;
      border-radius: 100%;
        background-color: var(--color-neutral-white);
      box-shadow: 0 0 0 3px var(--color-brand-primary);
  }

  .timeline_progress {
      position: absolute;
      z-index: -2;
      width: 3px;
      height: 100%;
      background-color: var(--color-neutral-gray-04);
  }

  .timeline_progress-bar {
      position: fixed;
      left: auto;
      top: 0px;
      right: auto;
      bottom: 50vh;
      z-index: -1;
      width: 3px;
      height: 50vh;
      background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color-brand-primary)), color-stop(51%, var(--color-product-puerto)), to(var(--color-brand-primary)));
      background-image: linear-gradient(180deg, var(--color-brand-primary), var(--color-product-puerto) 51%, var(--color-brand-primary));
  }

  .section-timeline {
      position: relative;
  }

  .timeline_image-wrapper {
      overflow: hidden;
      border-radius: 12px;
      background-position: 0px 0px, 0px 0px;
      background-size: auto, cover;
  }
  .timeline_image-wrapper img{  
    display: block;
  }

  .text-colour-lightgrey {
      color: var(--color-neutral-gray-4);
  }

  .timeline_quote-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 24px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-radius: 16px;
    border: 2px solid var(--color-brand-primary); 
    margin-top: 3.2rem;
 }

  .timeline_quote-image {
      width: 48px;
      height: 48px;
      margin-right: 24px;
      border-radius: 8px;
      object-fit: cover;
      object-position: center;
  }

  .timeline_quote-text-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }

  .timeline_quote {
      margin-bottom: 16px;
      color: var(--color-neutral-black);
      font-size: var(--font-size-s);
  }

  .timeline_quote-title {
    color: var(--color-neutral-black);
    font-size: var(--font-size-s);
      font-weight: 500;
  }

  .overlay-fade-top {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}
.overlay-fade-bottom {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}
  @media screen and (max-width: 479px) {

   .timeline_item {
        -ms-grid-columns: 48px 1fr;
        grid-template-columns: 48px 1fr;
    }
}

  @media screen and (max-width: 767px) {

      .timeline_item {
          width: 100%;
          -ms-grid-columns: 64px 1fr;
          grid-template-columns: 64px 1fr;
      }

      .timeline_left {
          text-align: left;
      }

      .timeline_centre {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
      }

      .timeline_date-text {
          margin-bottom: 24px;
          font-size: var(--font-size-xl);
      }

      .timeline_text {
          font-size: var(--font-size-l);
      }

      .timeline_progress {
          left: 6px;
      }

      .timeline_quote-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      }

      .timeline_quote-image {
          margin-top: 24px;
          margin-right: 0px;
      }
      .grid_timeline_left {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        grid-column: 2;
        grid-column: 2;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        grid-row: 1;
        grid-row: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .grid_timeline_centre {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        grid-column: 1;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 2;
        grid-row-end: 3;
        grid-row: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    .grid_timeline_right {
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        grid-column: span 2;
        -ms-grid-column: span 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        grid-row: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }


  }
/* cmsms stylesheet: V2 - grid modified: Monday, August 19, 2024 2:55:42 PM */
/********************************************************************************
   * Layout
********************************************************************************/


/********************************************************************************
   * Grid
********************************************************************************/

/* CONTAINER */
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;

}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* ROW */
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.6rem;
    position: relative;
}
.horizontal-center{
    display: grid;
    justify-items: center;
}
.vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



[class^=' col-'],
[class*=' col-'] {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.col-xs-12 {
    grid-column: span 12;
}

.col-xs-11 {
    grid-column: span 11;
}

.col-xs-10 {
    grid-column: span 10;
}

.col-xs-9 {
    grid-column: span 9;
}

.col-xs-8 {
    grid-column: span 8;
}

.col-xs-7 {
    grid-column: span 7;
}

.col-xs-6 {
    grid-column: span 6;
}

.col-xs-5 {
    grid-column: span 5;
}

.col-xs-4 {
    grid-column: span 4;
}

.col-xs-3 {
    grid-column: span 3;
}

.col-xs-2 {
    grid-column: span 2;
}

.col-xs-1 {
    grid-column: span 1;
}

.col-content-block,
.col-text {
    grid-column-start: 1;
    grid-column-end: span 12;
    display: grid;
}

@media only screen and (min-width: 768px) {

    .row {
        grid-gap: 3.2rem;
    }
    .col-sm-12 {
        grid-column: span 12;
    }

    .col-sm-11 {
        grid-column: span 11;
    }

    .col-sm-10 {
        grid-column: span 10;
    }

    .col-sm-9 {
        grid-column: span 9;
    }

    .col-sm-8 {
        grid-column: span 8;
    }

    .col-sm-7 {
        grid-column: span 7;
    }
    .col-content-block,
    .col-sm-6 {
        grid-column: span 6;
    }

    .col-sm-5 {
        grid-column: span 5;
    }

    .col-sm-4 {
        grid-column: span 4;
    }

    .col-sm-3 {
        grid-column: span 3;
    }

    .col-sm-2 {
        grid-column: span 2;
    }

    .col-sm-1 {
        grid-column: span 1;
    }
    .col-text {
        grid-column-start: 2;
        grid-column-end: span 10;
    }

}

@media only screen and (min-width: 992px) {
    .col-content-block {
        grid-column: span 5;
    }
    .col-md-12 {
        grid-column: span 12;
    }

    .col-md-11 {
        grid-column: span 11;
    }

    .col-md-10 {
        grid-column: span 10;
    }

    .col-md-9 {
        grid-column: span 9;
    }

    .col-md-8 {
        grid-column: span 8;
    }

    .col-md-7 {
        grid-column: span 7;
    }

    .col-md-6 {
        grid-column: span 6;
    }

    .col-md-5 {
        grid-column: span 5;
    }

    .col-md-4 {
        grid-column: span 4;
    }

    .col-md-3 {
        grid-column: span 3;
    }

    .col-md-2 {
        grid-column: span 2;
    }

    .col-md-1 {
        grid-column: span 1;
    }
        .col-start-2 {
            grid-column-start: 2 !important;
        }
    
        .col-start-3 {
            grid-column-start: 3 !important;
        }
    
        .col-start-4 {
            grid-column-start: 4 !important;
        }
    
        .col-start-5 {
            grid-column-start: 5 !important;
        }
    
        .col-start-6 {
            grid-column-start: 6 !important;
        }        
        .col-start-7 {
            grid-column-start: 7 !important;
        }
    
        .col-start-8 {
            grid-column-start: 8 !important;
        }
        .col-start-9 {
            grid-column-start: 9 !important;
        }
        .col-end-3 {
            grid-column-end: 5 !important;
        }
        .col-end-4 {
            grid-column-end: 5 !important;
        }
        .col-end-5 {
            grid-column-end: 5 !important;
        }
        .col-end-6 {
            grid-column-end: 6 !important;
        }
        .col-end-7 {
            grid-column-end: 7 !important;
        }
    
        .col-end-8 {
            grid-column-end: 8 !important;
        }
    
        .col-end-9 {
            grid-column-end: 9 !important;
        }
        .col-end-10 {
            grid-column-end: 10 !important;
        }
        .col-end-11 {
            grid-column-end: 11 !important;
        }
        .col-end-12 {
            grid-column-end: 12 !important;
        }
        .col-end-13 {
            grid-column-end: 13 !important;
        }
}

@media only screen and (min-width: 1200px) {
    .col-lg-12 {
        grid-column: span 12;
    }

    .col-lg-11 {
        grid-column: span 11;
    }

    .col-lg-10 {
        grid-column: span 10;
    }

    .col-lg-9 {
        grid-column: span 9;
    }

    .col-lg-8 {
        grid-column: span 8;
    }

    .col-lg-7 {
        grid-column: span 7;
    }

    .col-lg-6 {
        grid-column: span 6;
    }

    .col-lg-5 {
        grid-column: span 5;
    }

    .col-lg-4 {
        grid-column: span 4;
    }

    .col-lg-3 {
        grid-column: span 3;
    }

    .col-lg-2 {
        grid-column: span 2;
    }

    .col-lg-1 {
        grid-column: span 1;
    }

}

/********************************************************************************
   * Spacing
   ********************************************************************************/
/*Padding*/
.p-0 {
    padding: 0rem 0rem 0rem 0rem;
}

.p-1 {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}

.p-2 {
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
}

.p-3 {
    padding: 3.2rem 3.2rem 3.2rem 3.2rem;
}

.p-4 {
    padding: 5.6rem 5.6rem 5.6rem 5.6rem;
}

/*Padding-top*/
.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 0.8rem;
}

.pt-2 {
    padding-top: 1.6rem;
}

.pt-3 {
    padding-top: 3.2rem;
}

.pt-4 {
    padding-top: 5.6rem;
}

/*Padding-right*/
.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 0.8rem;
}

.pr-2 {
    padding-right: 1.6rem;
}

.pr-3 {
    padding-right: 3.2rem;
}

.pr-4 {
    padding-right: 5.6rem;
}

/*Padding-bottom*/
.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 0.8rem;
}

.pb-2 {
    padding-bottom: 1.6rem;
}

.pb-3 {
    padding-bottom: 3.2rem;
}

.pb-4 {
    padding-bottom: 5.6rem;
}

/*Padding-left*/
.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 0.8rem;
}

.pl-2 {
    padding-left: 1.6rem;
}

.pl-3 {
    padding-left: 3.2rem;
}

.pl-4 {
    padding-left: 5.6rem;
}


/*Margin*/
.m-0 {
    margin: 0rem 0rem 0rem 0rem;
}

.m-1 {
    margin: 0.8rem 0.8rem 0.8rem 0.8rem;
}

.m-2 {
    margin: 1.6rem 1.6rem 1.6rem 1.6rem;
}

.m-3 {
    margin: 3.2rem 3.2rem 3.2rem 3.2rem;
}

.m-4 {
    margin: 5.6rem 5.6rem 5.6rem 5.6rem;
}

/*margin-top*/
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 0.8rem;
}

.mt-2 {
    margin-top: 1.6rem;
}

.mt-3 {
    margin-top: 3.2rem;
}

.mt-4 {
    margin-top: 5.6rem;
}

/*margin-right*/
.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 0.8rem;
}

.mr-2 {
    margin-right: 1.6rem;
}

.mr-3 {
    margin-right: 3.2rem;
}

.mr-4 {
    margin-right: 5.6rem;
}

/*margin-bottom*/
.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 0.8rem;
}

.mb-2 {
    margin-bottom: 1.6rem;
}

.mb-3 {
    margin-bottom: 3.2rem;
}

.mb-4 {
    margin-bottom: 5.6rem;
}

/*margin-left*/
.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 0.8rem;
}

.ml-2 {
    margin-left: 1.6rem;
}

.ml-3 {
    margin-left: 3.2rem;
}

.ml-4 {
    margin-left: 5.6rem;
}
/* cmsms stylesheet: V2 - Toggle modified: Tuesday, June 20, 2023 11:39:00 AM */
.toggle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1.6rem;
}

.toggleSwitch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
    width: 60px;
    height: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggleSwitch label,
.toggleSwitch>span {
    line-height: 20px;
    height: 29px;
    line-height: 28px;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: -24px;
    left: 0;
    width: 100%;
    margin: 0;
    padding-right: 24px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch div.orb {
    position: absolute;
    right: 50%;
    top: -1px;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 27px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.toggleSwitch>p:first-of-type {
    color: var(--color-neutral-white);
    opacity: 1;
    margin-left: -24px;
    margin-right: 79px;
}

.toggleSwitch>p:last-of-type {
    color: var(--color-neutral-white);
    opacity: 0.5;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    background-color: var(--color-brand-primary);
    border: 1px solid var(--color-brand-dark);
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~div.orb {
    border-color: #fff;
    left: 32px;
}

.toggleSwitch input:checked~span:before {
    border-color: var(--color-dark-product-saludo);
    -webkit-box-shadow: inset 0 0 0 30px var(--color-product-saludo);
    box-shadow: inset 0 0 0 30px var(--color-product-saludo);
}

.toggleSwitch input:checked~p:first-of-type,
.toggleSwitch input:checked>p:first-of-type,
.toggleSwitch input:checked~p.language_nl {
    opacity: 0.5;

}

.toggleSwitch input:checked~p:last-of-type {
    opacity: 1;
}
/* cmsms stylesheet: V2 - detailpages modified: Tuesday, May 21, 2024 2:04:09 PM */
.casevidcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-youtube {
    flex-grow: 2;
    max-width: 100%;
    width: 100%;
}

.playbtn {
    position: absolute;
    border: 4px solid var(--color-neutral-white);
    border-radius: 50%;
    display: block;
    height: 80px;
    width: 80px;
    opacity: 0.8;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.playbtn:after {
    content: '\e037';
    font-family: 'Material Icons';
    display: block;
    position: relative;
    color: var(--color-neutral-white);
    font-size: 80px;
    top: -24px;
    left: -3px;
}

.casevidcontainer:hover .playbtn {
    opacity: 1;
}

.col-numbers {
    border-radius: 20px;
    padding: 3.2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.col-numbers:after {
    content: '';
    position: absolute;
    left: -1.6rem;
    bottom: -1.6rem;
    z-index: -1;
    background-image: url(/assets/images/line-background-container.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 300px;
}

.numberbox_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6rem;
    flex-direction: column;
    align-content: flex-start;
}

.number_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
}

.deliverable_subtitle {
    margin-bottom: 0.8rem;
}

.tabs {
    width: 100%;
    margin-top: 3.2rem;
}

.deliverables .tabitem {
    margin-bottom: 1.6rem;
}

.deliverables ul {
    padding-left: 0;
    margin: 0;
}

.deliverable_title {
    color: var(--color-neutral-gray-08);
}

.tabs li {
    list-style-image: none;
    list-style: none;
    color: var(--color-neutral-gray-02);
    margin-top: 0rem;
    margin-left: 0;
    padding-left: 0;
}

/* Deliverable 2024 */
.row-deliverables h2,
.row-deliverables h3,
.row-deliverables h6,
.row-deliverables p {
    color: var(--color-neutral-white)
}

.container-deliverables {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-deliverables .row-deliverables:nth-child(2) {
    top: calc(0px + 8rem);
    background-color: var(--color-neutral-gray-05);
}

.container-deliverables .row-deliverables:nth-child(3) {
    top: calc(0px + 16rem);
    background-color: var(--color-neutral-gray-06);
}

.container-deliverables .row-deliverables:nth-child(4) {
    top: calc(0px + 24rem);
    background-color: var(--color-neutral-gray-07);
}

.container-deliverables .row-deliverables:nth-child(5) {
    top: calc(0px + 32rem);
    background-color: var(--color-neutral-gray-08);
}

.container-deliverables .row-deliverables:nth-child(6) {
    top: calc(0px + 40rem);
    background-color: var(--color-neutral-black);
}
.container-deliverables .row-deliverables:last-child {
    margin-bottom: 3.2rem;
}

.row-deliverables {
    position: sticky;
    top: 0px;
    align-self: start;
    padding: 1.6rem;
}

.col-deliverables-number {
    grid-column-start: 1;
    grid-column-end: span 1;
    display: grid;
}

.col-deliverables-title {
    grid-column: span 11;
}

.col-deliverables-text {
    grid-column: span 12;

}

/* EINDE Deliverable 2024 */
.tabs li:nth-child(n + 2) {
    margin-top: 0.8rem;
}

.tabs li a {
    color: var(--color-neutral-gray-04);
}

.tabs li a:hover {
    text-decoration: none;
    color: var(--color-brand-primary);
}

.tabs li.active a {
    color: var(--color-brand-primary);
}

.zoom-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0.8rem;
}

.zoom-gallery .popup_thumb {
    width: 46%;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}

.zoom-gallery .popup_thumb img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: var(--border-radius);
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
}

.zoom-gallery .popup_thumb:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.social-media-icons .social-icon img {
    width: 2.4rem;
    height: 2.4rem;
    margin: 3.2rem 0.8rem 3.2rem 0;
    opacity: 0.9;
    transition: 0.3s ease;
}

.social-media-icons .social-icon:hover img {
    opacity: 1;
}

.social-media-icons a:hover {
    text-decoration: none;
}

.quote_function,
.quote_name {
    text-align: left;
    font-size: var(--font-size-xs);
    line-height: var(--lineheight-size-m);
    color: var(--color-neutral-gray-07);
}

.quote_name {
    font-weight: 700;
    margin-bottom: 0 !important;
}

.nwsdetail .container-fluid,
.nwsdetail .row {
    height: 100%;
}

.nwsdetail .full-width-image {
    height: 33vw;
}

.nwsdetail h3:not(.col-numbers h3),
.nwsdetail h4 {
    margin-top: 3.2rem;
}

.nwsdetail p {
    margin-bottom: 1.6rem;
}

.news-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-nav a:last-child {
    text-align: right;
}



.nws_tussenafbeelding {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    max-height: 350px;
}

.img_tussenafbeelding {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.img_tussenafbeelding_1 {
    flex: 1;
}

.img_tussenafbeelding_2 {
    flex: 2;
}

.case_number_item-top {
    text-align: center;
    color: var(--color-brand-primary);
    font-size: var(--font-size-xxl);
}

.case_number_item-bottom {
    text-align: center;
    color: var(--color-neutral-gray-07);
}

.logo-sidebar {
    grid-column-start: 1;
    grid-column-end: span 12;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.6rem;
}

.case_companylogos {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex: 1;
    gap: 1.6rem;
}

.case_companylogo {
    width: 50%;
    max-height: 100px;
    object-fit: contain;
}

.product-logos {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-basis: 100%;
    flex: 2;
    gap: 0.8rem;
}

.product-logos h6 {
    width: 100%;
}

.product-pill {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: var(--border-radius);
    width: fit-content;
    height: fit-content;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    color: white;
}

.product-pill span {
    line-height: 1.1;
}

.product-pill img {
    width: 1.6rem;
    padding-top: 0.2rem;
}

.align-items_start {
    align-items: start;
}

.case_header-image {
    grid-column-start: 1;
    grid-column-end: span 12;
}

.case_gray-textbox-image {
    grid-column-start: 1;
    grid-column-end: span 12;
}

.case_gray-textbox-image img,
.case_header-image img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.half-brand-color--bottom:after {
    content: "";
    background-color: var(--color-brand-primary);
    height: 50%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.half-gray-color--bottom:after {
    content: "";
    background-color: var(--color-neutral-gray-01);
    height: 50%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.half-brand-color--top:after {
    content: "";
    background-color: var(--color-brand-primary);
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.half-brand-light--bottom .container {
    position: relative;
    z-index: 1;
}

.half-brand-light--bottom:after {
    content: "";
    background-color: var(--color-brand-light);
    height: 50%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.case_intro p {
    font-size: var(--font-size-xl);
    margin-right: 1.6rem;
}
.case_intro p a,
.case_intro a{
    color: var(--color-neutral-white);
}
.casedetail blockquote {
    margin: 0;
}
.casedetail p{
    margin-bottom: 1.6rem;
}
.casedetail blockquote p {
    font-size: var(--font-size-xl);
}

.casedetail blockquote {
    margin: 0;
}

.casedetail blockquote p {
    font-size: var(--font-size-xl);
    text-align: center;
}

.casedetail blockquote::before {
    top: 0;
    right: -4.4rem;
}

.casedetail blockquote:after,
.quote:after {
    left: -4vw;
    bottom: 0;
}

p+h4 {
    margin-top: 3.2rem;
}
.casedetail .overview .overview_item:nth-child(3){
    display: none;
}
@media only screen and (min-width: 600px) {

    .quote_function,
    .quote_name {
        font-size: 1.4rem;
    }

    .logo-sidebar {
        flex-direction: row;
    }

    .case_logo {
        justify-content: center;
        flex-direction: row;
    }

    .row-deliverables {
        padding: 3.2rem;
    }

}

@media only screen and (min-width: 768px) {

    .col-sm-2.case_logo {
        grid-column-start: 2;
        grid-column-end: span 2;
    }

    .col-sm-8.case_introtext {
        grid-column-start: 4;
        grid-column-end: span 8;
    }

    .numberbox_inner {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .number_item {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .number_item_top,
    .number_item_bottom {
        text-align: center;
    }

    .zoom-gallery {
        gap: 2rem 1.6rem;
        margin: 0 -1.6rem;
    }

    .zoom-gallery .popup_thumb {
        width: 31%;
    }

    .case_logo {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding-top: 0.8rem;
    }

    .logo-sidebar {
        grid-column-start: 2;
        grid-column-end: span 10;
        gap: 3.2rem;
    }

    .product-pill {
        display: flex;
        align-items: center;
    }

    .product-pill img {
        padding-top: 0;
    }

    .case_header-image {
        grid-column-start: 2;
        grid-column-end: span 10;
    }

    .case_gray-textbox-image {
        grid-column-start: 2;
        grid-column-end: span 10;
    }
    .col-numbers h3{
        text-align: center;
    }

    .col-numbers,
    .case_gray-textbox-image img,
    .case_header-image img {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    .numberbox h5 {
        text-align: center;
    }
    .casedetail .overview .overview_item:nth-child(3){
        display: block;
    }

}

@media only screen and (min-width: 992px) {

    /* Deliverable 2024 */
    .container-deliverables .row-deliverables{
        top: 125px;
    }
    .container-deliverables .row-deliverables:nth-child(2) {
        top: calc(125px + 9rem);
    }

    .container-deliverables .row-deliverables:nth-child(3) {
        top: calc(125px + 18rem);
    }

    .container-deliverables .row-deliverables:nth-child(4) {
        top: calc(125px + 27rem);
    }

    .container-deliverables .row-deliverables:nth-child(5) {
        top: calc(125px + 36rem);
    }

    .container-deliverables .row-deliverables:nth-child(6) {
        top: calc(125px + 45rem);
    }

    .col-deliverables-number {
        grid-column-start: 2;
        grid-column-end: span 1;
        display: grid;
    }

    .col-deliverables-title {
        grid-column: span 4;
    }

    .col-deliverables-text {
        grid-column: span 5;
    }

    .row-deliverables {
        padding: 6.4rem 0;
    }

    /* EINDE Deliverable 2024 */
}

@media only screen and (min-width: 1200px) {
    .zoom-gallery .popup_thumb {
        width: 32%;
    }

    .case_intro {
        border-right: 1px solid var(--color-brand-light);
    }

    .case_logo-sidebar {
        grid-column: span 2;
        display: block;
        order: 1;
    }

    .case_gray-textbox-image {
        grid-column-start: 3;
        grid-column-end: span 8;
    }

    .case_companylogos {
        flex-direction: column;
    }

    .case_companylogo {
     width: 100%;
    }
    .col-numbers{
        grid-column-start: 3 !important;
        grid-column-end: span 8 !important;
    }

}

.casedetail .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
}

.case_logo-sidebar,
.casedetail .case_col-text {
    grid-column-start: 1;
    grid-column-end: span 12;
    display: grid;
}

@media only screen and (min-width: 768px) {
    .casedetail .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .case_logo-sidebar,
    .casedetail .case_col-text {
        grid-column-start: 2;
        grid-column-end: span 10;
    }
}

@media only screen and (min-width: 1200px) {
    .casedetail .case_col-text {
        grid-column-start: 4;
        grid-column-end: span 6;
    }

    .case_logo-sidebar {
        grid-column: span 2;
    }
}
/* cmsms stylesheet: V2 - accordion modified: Friday, May 5, 2023 3:56:34 PM */
.accordion {
  overflow: hidden;
}

.accordion__intro {
  position: relative;
  cursor: pointer;
}

.accordion__content {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0;
}

.accordion__content p {
  margin-top: 0.8rem;
  font-size: var(--font-size-m);
}

.accordion__content .col-xs-6 p.paragraph--small {
  margin-top: 0;
}

.accordion__active .accordion__content {
  opacity: 1;
}

.accordion .accordion_title span {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  line-height: 1.1em;
}

.accordion__active .accordion_title span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}

.accordion h3 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0.8rem;
  cursor: pointer;
}

.accordion h5 {
  margin-bottom: 0.8rem;
}

.accordion .col-xs-12 a {
  color: var(--color-neutral-white);
  opacity: 0.9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordion .col-xs-12 a:hover {
  opacity: 1;
}

.col-cta p a {
  color: var(--color-neutral-white);
  opacity: 0.9;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  white-space: nowrap;
}

.col-cta p a:hover {
  opacity: 1;
}

.accordion p {
  margin-bottom: 0rem;
}
.accordion ul {
  padding-left: 0;
}
.accordion.container h3,
.accordion.container h5,
.accordion.container p{
  color: var(--color-neutral-white);
}
@media only screen and (min-width: 320px) {
  .faq .accordion p,  .FAQ .accordion p {
    font-size: 14px;
}
.faq .accordion .accordion_title p,
.FAQ .accordion .accordion_title p {
  font-weight: 500;
}
}
@media only screen and (min-width: 768px) {
  .faq .accordion p,
  .FAQ .accordion p {
    font-size: 16px;
}

}
/* cmsms stylesheet: V2 - main modified: Thursday, February 13, 2025 4:03:26 PM */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
    font-family: var(--font-family-body);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    font-size: var(--font-size-s);
    overflow-x: clip;
    margin: 0;
    background: white;
    color: var(--color-neutral-gray-10);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 600px) {
    body {
        font-size: 1.8rem
    }
}

main {
    min-height: 100vh;
    background-color: var(--color-neutral-white);
    position: relative;
    z-index: 5;
}
article{
    position: relative;
}
article:last-child:after {
    content: "";
    background: url(/assets/images/border-top-mobile.svg) repeat-x;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3.2rem;
    z-index: 10;
}


.algemeen article:last-child .container {
    padding: 6.4rem;
}
.col-background-image_content ul,
.col-text ul {
    padding-left: 1rem;
    margin-top: 0;
}

li::marker {
    font-size: 2.4rem;
}

li {
    list-style-image: url(/assets/images/li_primary.svg);
    margin-left: 10px;
    padding-left: 4px;
}

figure {
    margin: 3.2rem auto;
    text-align: center;
}

figure img {
    width: initial;
    max-width: 100%;
}
video{
    cursor: pointer;
}
/* Witte vinkjes */

.color-brand--primary li,
.color-extracto li,
.color-vaya li,
.color-saludo li,
.color-intercambio li,
.color-forma-selfservice li,
.color--dark li,
.color-forma li,
.color-transmision li {
    list-style-image: url(/assets/images/li_white.svg);
}

.color--dark li {
    opacity: 0.9;
}

/* Gekleurde vinkjes */
.color-extracto .color--light li {
    list-style-image: url(/assets/images/li_extracto.svg);
}

.color-forma .color--light li {
    list-style-image: url(/assets/images/li_forma.svg);
}

.color-forma-selfservice .color--light li {
    list-style-image: url(/assets/images/li_forma-selfservice.svg);
}

.color-intercambio .color--light li {
    list-style-image: url(/assets/images/li_intercambio.svg);
}

.color-saludo .color--light li {
    list-style-image: url(/assets/images/li_saludo.svg);
}

.color-transmision .color--light li {
    list-style-image: url(/assets/images/li_transmision.svg);
}

.color-vaya .color--light li {
    list-style-image: url(/assets/images/li_vaya.svg);
}

.color-transmision .content ul {
    padding-left: 0.8rem;
}

.color-transmision .content li {
    list-style-image: url(/assets/images/li_transmision.svg);
}

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

.box-shadow {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.border-radius {
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.border-brand--primary {
    border: 1px solid var(--color-brand-primary);
}

.border-brand--secondary {
    border: 1px solid var(--color-brand-secondary);
}

/********************************************************************************
   * Achtergrondkleur
   ********************************************************************************/
hr {
    border: 1px solid var(--color-neutral-white);
    margin: 1.6rem 0;
    opacity: 0.3;
}

.color-brand--primary {
    background-color: var(--color-brand-primary);
    color: var(--color-neutral-white);
}

.color-brand--secondary {
    background-color: var(--color-brand-secondary);
    color: var(--color-neutral-white);
}

.color-brand--tertiary {
    background-color: var(--color-brand-tertiary);
    color: var(--color-neutral-white);
}

.color-brand--light,
.color-brand--primary .color--light {
    background-color: var(--color-brand-light);
    color: var(--color-neutral-gray-10);
}

.color-brand--dark,
.color-brand--primary .color--dark {
    background-color: var(--color-brand-dark);
    color: var(--color-neutral-white);
}

.color-neutral--light {
    background-color: var(--color-neutral-gray-01);
    color: var(--color-neutral-gray-10);
}

.color-neutral--gray-02 {
    background-color: var(--color-neutral-gray-02);
}

.color-message-succes {
    background-color: var(--color-message-succes);
    color: var(--color-neutral-gray-10);
}

.color-message-warning {
    background-color: var(--color-message-warning);
    color: var(--color-neutral-gray-10);
}

.color-message-info {
    background-color: var(--color-message-info);
    color: var(--color-neutral-white);
}

.color-message-error {
    background-color: var(--color-message-error);
    color: var(--color-neutral-white);
}

.color-neutral-white {
    background-color: var(--color-neutral-white);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-01 {
    background-color: var(--color-neutral-gray-01);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-02 {
    background-color: var(--color-neutral-gray-02);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-03 {
    background-color: var(--color-neutral-gray-03);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-04 {
    background-color: var(--color-neutral-gray-04);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-05 {
    background-color: var(--color-neutral-gray-05);
    color: var(--color-neutral-gray-10);
}

.color-neutral-gray-06 {
    background-color: var(--color-neutral-gray-06);
    color: var(--color-neutral-white);
}
.color-neutral-gray-07 {
    background-color: var(--color-neutral-gray-07);
    color: var(--color-neutral-white);
}
.color-neutral-gray-08 {
    background-color: var(--color-neutral-gray-10);
    color: var(--color-neutral-white);
}

.color-neutral-gray-08 {
    background-color: var(--color-neutral-gray-10);
    color: var(--color-neutral-white);
}

.color-neutral-black {
    background-color: var(--color-neutral-black);
    color: var(--color-neutral-white);
}

/********************************************************************************
   * Product kleuren
   ********************************************************************************/
.color-extracto {
    background-color: var(--color-product-extracto);
    color: var(--color-neutral-white);
}

.color-forma {
    background-color: var(--color-product-forma);
    color: var(--color-neutral-white);
}

.color-forma-selfservice {
    background-color: var(--color-product-forma-selfservice);
    color: var(--color-neutral-white);
}

.color-intercambio {
    background-color: var(--color-product-intercambio);
    color: var(--color-neutral-white);
}

.color-puerto {
    background-color: var(--color-product-puerto);
    color: var(--color-neutral-white);
}

.color-saludo {
    background-color: var(--color-product-saludo);
    color: var(--color-neutral-white);
}

.color-transmision {
    background-color: var(--color-product-transmision);
}

.color-vaya {
    background-color: var(--color-product-vaya);
    color: var(--color-neutral-white);
}

/********************************************************************************
   * Product kleuren light
   ********************************************************************************/
.color--light {
    position: relative;
    z-index: -1;
}

.color-extracto .color--light, .color-extracto.color--light {
    background-color: var(--color-light-product-extracto);
    color: var(--color-neutral-gray-10);
}

.color-forma .color--light, .color-forma.color--light{
    background-color: var(--color-light-product-forma);
    color: var(--color-neutral-gray-10);
}

.color-forma-selfservice .color--light, .color-forma-selfservice.color--light {
    background-color: var(--color-light-product-forma-selfservice);
    color: var(--color-neutral-gray-10);
}

.color-intercambio .color--light, .color-intercambio.color--light {
    background-color: var(--color-light-product-intercambio);
    color: var(--color-neutral-gray-10);
}

.color-saludo .color--light, .color-saludo.color--light {
    background-color: var(--color-light-product-saludo);
    color: var(--color-neutral-gray-10);
}

.color-transmision .color--light, .color-transmision.color--light {
    background-color: var(--color-light-product-transmision);
    color: var(--color-neutral-gray-10);
}

.color-vaya .color--light, .color-vaya.color--light {
    background-color: var(--color-light-product-vaya);
    color: var(--color-neutral-gray-10);
}

/********************************************************************************
   * Product kleuren dark
   ********************************************************************************/
.color-extracto .color--dark {
    background-color: var(--color-dark-product-extracto);
    color: var(--color-neutral-white);
}

.color-forma .color--dark {
    background-color: var(--color-dark-product-forma);
    color: var(--color-neutral-white);
}

.color-forma-selfservice .color--dark {
    background-color: var(--color-dark-product-forma-selfservice);
    color: var(--color-neutral-white);
}

.color-intercambio .color--dark {
    background-color: var(--color-dark-product-intercambio);
    color: var(--color-neutral-white);
}

.color-saludo .color--dark {
    background-color: var(--color-dark-product-saludo);
    color: var(--color-neutral-white);
}

.color-transmision .color--dark, .color-transmision.color--dark  {
    background-color: var(--color-dark-product-transmision);
    color: var(--color-neutral-white);
}

.color-transmision--light .color--dark {
    background-color: #F6F6FF;
    color: var(--color-neutral-white);
}

.color-vaya .color--dark {
    background-color: var(--color-dark-product-vaya);
    color: var(--color-neutral-white);
}

 /**** cookiebanner ****/

 .cookiebanner {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    padding: 1em;
    position: fixed;
    text-align: center;
    right: 0;
    z-index: 9999;
    color: var(--color-neutral-black);
    font-size: var(--font-size-xs);
}

.cookiebanner_buttons .button{
    margin: 0 auto 16px auto;
}
/* cmsms stylesheet: V2 - layout modified: Tuesday, July 8, 2025 9:48:48 AM */
@media only screen and (min-width: 320px) {

    blockquote,
    .quote {
        padding: 3.2rem 0;
    }

    blockquote,
    .quote h3 {
        position: relative;
        line-height: var(--lineheight-size-m);
        color: var(--color-neutral-gray-10);
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
        -moz-hyphens: manual;
    }

    blockquote:after,
    blockquote::before,
    .quote:after,
    .quote:before {
        content: "";
        background: url(/assets/images/quote.svg) no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        width: 6vw;
        height: 6vw;
        max-width: 5.2rem;
    }

    blockquote::before,
    .quote:before {
        right: -1.4rem;
        top: 0;
        transform: rotate(180deg);
    }

    blockquote:after,
    .quote:after {
        left: -1.4rem;
        bottom: 2rem;
    }


    .full-width-image_with-container {
        width: 100%;
        margin-bottom: 3.2rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .full-width-image.backgroundimage {
        background-image: url(/assets/images/office.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .full-width-image_with-container .shift-down {
        margin-top: 5%;
        position: relative;
    }

    .full-width-image {
        width: 100%;
        max-height: 350px;
        margin-bottom: 3.2rem;
        overflow-y: hidden;
    }

    .full-width-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .algemeen .full-width-image_with-container {
        margin-bottom: 0;
    }
    .case_without_client .full-width-image_with-container {
        margin-top: -32px;
        z-index: -1;
    }
    .full-width-image_with-container a {
        color: var(--color-neutral-white);
    }

    .fixed {
        position: -webkit-sticky !important;
        position: sticky !important;
        z-index: 99 !important;
        top: 120px;
        box-sizing: border-box;
        height: 100%;
    }

    .fixed ul {
        margin: 0;
        padding: 0;
    }



    video {
        max-width: 100%;
        background-size: cover;
        display: block;
    }

    /* Cards */
    .product-cards {
        position: relative;
        z-index: 0;
    }

    .product-cards .card .card-body {
        color: var(--color-neutral-white);
    }


    .container-cards a:hover {
        text-decoration: none;
    }

    .container-product-cards .row .col-xs-12 {
        display: flex;
        flex-wrap: wrap;
        gap: 1.6rem;
    }

    .container-product-cards .row .col-xs-12>* {
        flex: 1;
    }

    .container-productinfo-cards .row .col-xs-12>* {
        flex: 1 !important;
    }

    .container-productinfo-cards .row .col-xs-12 {
        display: flex;
        flex-wrap: wrap;
        gap: 1.6rem;
    }

    .container-product-cards .card,
    .container-productinfo-cards .card {
        min-width: 260px;
        text-decoration: none;
    }

    .container-cards .card-image img {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
        border-bottom-right-radius: var(--border-radius);
    }

    .container-product-cards .card:hover .card-image img,
    nav .card:hover .card-image img {
        transform: scale(1.05);
    }

    .container-product-cards .card-icon img {
        width: 20%;
        height: auto;
        padding: 0.4rem;
        position: absolute;
        top: -3.4rem;
        left: 1.6rem;
    }

    .card .card-body ul {
        padding-left: 8px;
        margin: 0;
    }


    nav .card-icon img,
    .container-product-cards .card-icon img,
    .container-productinfo-cards .card-icon img {
        background-color: var(--color-neutral-white);
        box-shadow: var(--box-shadow);
        padding: 0.4rem;
        position: absolute;
        width: 3.2rem;
    }

    .card-icon img {
        transition: top .5s ease-out;
    }

    .container-product-cards .card,
    nav .card {
        cursor: pointer;
        transition: all 0.5s ease-out;
        overflow: hidden;
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
    }

    .card-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: 16 / 9;
        transition-duration: 1s;
    }
    .card-forma .card-image img {
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
    }
    .card-body {
        padding: 1.6rem;
        position: relative;
        text-decoration: none;
    }

    .card-title {
        padding-top: 0.4rem;
        display: flex;
        align-items: baseline;
        flex-wrap: nowrap;
        hyphens: manual;
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
    }

    .card-title span {
        position: relative;
        top: 2px;
        margin-right: 0.8rem;
        font-size: var(--font-size-s);
    }

    .card-body p {
        margin-top: 0.4rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .card-body a {
        text-decoration: none;
    }

    .container-product-cards .card.color-brand--secondary {
        display: flex;
        align-items: center;
        min-height: 325px;
    }

    .container-product-cards .card.color-brand--secondary h5 {
        font-size: var(--font-size-l);
        font-weight: 400;
    }

    .product-cards .container-product-cards .card-title {
        color: var(--color-neutral-white);
    }

    .card-toepassing .card-body,
    .card-type .card-body {
        padding: 0;
    }


    /* Background-image */
    .col-background-image:after {
        content: "";
        position: absolute;
        left: -1.6rem;
        bottom: -3.5vw;
        z-index: -1;
        background-image: url(/assets/images/line-background-container.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 66vw;
        max-width: 600px;
        height: 33vw;
        max-height: 300px;
        transition: all 1s ease;
    }

    .container-productinfo-cards .card-icon img,
    .container-product-cards .card-icon img {
        width: 14%;
        top: -2.5rem;
    }

    .container-product-cards .card-title {
        padding-top: 0rem;
        font-size: var(--font-size-m);
    }

    .shift-down {
        top: 0;
        position: relative;
    }

    .container-image .image {
        position: relative;
        width: 50%;
        left: 25%;
    }

    .slide-in {
        opacity: 0;
        transition: all .7s ease;
    }

    .slide-in_left {
        transform: translateX(-30%) scale(0.95);
    }

    .slide-in_right {
        transform: translateX(30%) scale(0.95);
    }

    .slide-in.active {
        opacity: 1;
        transform: translateX(0%) scale(1);
    }

    .search_results-container .filter_items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .search_results-container label {
        position: relative;
        cursor: pointer;
        font-size: var(--font-size-xxs);
        color: var(--color-neutral-gray-07);
        background-color: var(--color-neutral-gray-01);
        padding: 0.4rem 0.8rem;
        margin: 0.4rem;
        border-radius: 3.2rem;
        -webkit-border-radius: 3.2rem;
        -moz-border-radius: 3.2rem;
        -ms-border-radius: 3.2rem;
        -o-border-radius: 3.2rem;
    }

    .search_results-container .product-filter-container,
    .search_results-container .type-filter-container {
        display: none;
    }

    #checkboxes label.active,
    .search_results-container .product-filter-container label.active {
        background-color: var(--color-brand-primary);
        color: var(--color-neutral-white);
    }

    .search_results-container .type-filter-container label.active {
        background-color: var(--color-neutral-gray-05);
        color: var(--color-neutral-white);
    }

    .search_results-container input[type="checkbox"] {
        visibility: hidden;
        margin-right: -20px;
    }

    .search_results-container hr {
        display: none;
    }

    .dropdown-filter {
        width: 100%;
    }

    .selectBox {
        position: relative;
    }

    .selectBox select {
        width: 100%;
        font-weight: 600;
        font-size: var(--font-size-xxs);
        padding: 0.8rem;
        border: 1px solid var(--color-neutral-gray-02);
        border-radius: 3.2rem;
        -webkit-border-radius: 3.2rem;
        -moz-border-radius: 3.2rem;
        -ms-border-radius: 3.2rem;
        -o-border-radius: 3.2rem;
    }

    .overSelect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #checkboxes {
        display: none;
        border: 1px solid var(--color-neutral-gray-01);
        background-color: var(--color-neutral-white);
        position: absolute;
        z-index: 6;
        width: 100%;
        overflow-y: scroll;
    }

    #checkboxes label {
        display: inline-block;
    }

    #checkboxes p {
        margin-top: 1.2rem;
        padding: 0.4rem;
    }

    #checkboxes label:hover {
        background-color: var(--color-neutral-gray-01);
    }

    .overview .overview_item img {
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid var(--color-neutral-gray-01);
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
        transition: transform 1s ease;
        -webkit-transition: transform 1s ease;
        -moz-transition: transform 1s ease;
        -ms-transition: transform 1s ease;
        -o-transition: transform 1s ease;
    }

    .overview .overview_item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .overview .overview_item .overview_title {
        color: var(--color-neutral-gray-10);
        margin: 0.8rem 0 0.4rem 0;
        line-height: var(--lineheight-size-s);
        transition: color 1s ease;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        -ms-transition: color 1s ease;
        -o-transition: color 1s ease;
    }

    .overview .overview_item a {
        text-decoration: none;
    }

    .overview .overview_item:hover .overview_title {
        color: var(--color-brand-primary);
        hyphens: manual;
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
    }

    .faq-container .col-sidebar,
    .sidebar {
        display: none;
    }

    .sidebar-product--title h6,
    .sidebar-product--title p {
        font-size: 1.6rem;
        color: var(--color-neutral-gray-10);
        text-decoration: none;
    }

    .sidebar-product--header a {
        text-decoration: none;
    }

    .sidebar-product--header a:hover {
        text-decoration: none;
    }

    .color-extracto .overview .overview_item:hover .overview_title {
        color: var(--color-product-extracto);
    }

    .color-forma .overview .overview_item:hover .overview_title {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice .overview .overview_item:hover .overview_title {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio .overview .overview_item:hover .overview_title {
        color: var(--color-product-intercambio);
    }

    .color-saludo .overview .overview_item:hover .overview_title {
        color: var(--color-product-saludo);
    }

    .color-transmision .overview .overview_item:hover .overview_title {
        color: var(--color-product-transmision);
    }

    .color-vaya .overview .overview_item:hover .overview_title {
        color: var(--color-product-vaya);
    }

    .overview .overview_item:hover a {
        text-decoration: none;
    }

    .overview .overview_item .overview_subtitle {
        color: var(--color-neutral-gray-10);
        font-weight: 400;
    }

    .overview .button__secondary--primary {
        margin-top: 1.6rem;
    }

    .overview .overview_item.filtered {
        display: none;
    }

    .demo-page header {
        margin-bottom: 0;
    }

    .forma-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 32px;
        margin-bottom: 32px;
    }

    a.card-forma {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        color: var(--color-neutral-gray-10);
        text-decoration: none;
    }
    a.card-forma:hover{
        text-decoration: none;
        color: var(--color-brand-primary);
    }
    a.card-forma img{
        transition: transform .3s ease-in-out;
    }
    a.card-forma:hover img{
     transform: scale(1.05);
    }

    .card-forma .card-body {
        padding: 1.6rem 0 0 0;
    }

    .card-forma .card-title {
        padding-top: 0;
        display: block;
    }

    .advantages-items .advantages-item {
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        color: var(--color-neutral-gray-10);
        background-color: var(--color-neutral-white);
        background: linear-gradient(to bottom, var(--color-neutral-white) 49%, var(--color-brand-primary) 49%);
        background-size: 100% 206%;
        background-position: left top;
        height: 100%;
    }

    .advantages-items .advantages-item span {
        margin-bottom: auto;
        color: var(--color-brand-primary);
        transition-delay: .35s;
    }

    .industry-items .industry-item {
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        color: var(--color-neutral-gray-10);
        background-color: var(--color-neutral-white);
        background: linear-gradient(to bottom, var(--color-neutral-white) 49%, var(--color-brand-primary) 49%);
        background-size: 100% 206%;
        background-position: left top;
        height: 100%;
        cursor: pointer;
    }

    .industry-items .industry-item:hover {
        background-position: left bottom;
    }

    .industry-items .industry-item:hover span,
    .industry-items .industry-item:hover .button__secondary--primary {
        color: var(--color-neutral-white);

    }

    .industry-items .industry-item span {
        margin-bottom: auto;
        color: var(--color-brand-primary);
        transition-delay: .4s;
    }

    .industry-items .industry-item .button__secondary--primary {
        transition-delay: .25s;
        transition: .3s all;
    }

    .type-container .backgroundimage {
        background-color: black;
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
        color: var(--color-neutral-white);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 6.4rem 3.2rem;
        position: relative;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        cursor: pointer;
    }

    .backgroundimage:hover {
        text-decoration: none;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        background-image: linear-gradient(to bottom, var(--color-brand-primary), var(--color-brand-primary)), none;
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }

    .backgroundimage:hover .button__secondary.button--small {
        padding-right: 28px;
    }

    .type-container .backgroundimage img {
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
    }

    .type-container .backgroundimage:hover .button__secondary {
        padding-right: 36px;
    }

    .title {
        color: var(--color-neutral-gray-10);
    }

    .video {
        width: auto;
        box-sizing: content-box;
        height: auto;
    }

    .frame {
        display: block;
        overflow: hidden;
    }

    .frame iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
    }

    .zoekbalk_inner {
        background: var(--color-neutral-white);
        border-radius: 24px;
        max-width: 620px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
    }

    .zoekbalk_inner input[type=text] {
        margin: 0;
        border-radius: 24px;
        border: none;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        height: 3.2rem;
        padding: 1.6rem;
    }

    .help_service .content ul {
        margin-top: 0;
    }

    .help_service .content ol.upper-alpha {
        list-style: upper-alpha;
    }

    .help_service .content ol.upper-alpha li {
        list-style-image: none;
    }

    .help_service .content ol.upper-alpha li::marker {
        font-size: 1.6rem;
    }

   .video-container {
        position: relative;
        padding-bottom: 56.25%;
        margin-bottom: 3.2rem;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* ------Toepassing detail pagina------ */
    .content__block {
        color: var(--color-neutral-gray-10);
    }

    .content__block--content {
        margin: 0 0 32px 0;
        color: var(--color-neutral-gray-10);
    }

    .content__block--content p a {
        color: var(--color-brand-primary);
        cursor: pointer;
        font-size: var(--font-size-s);
        font-family: var(--font-family-body);
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 28px;
        display: flex;
        align-items: baseline;
        position: relative;
        transition: all .5s ease-out;
        opacity: 0.9;
        margin: 1.6rem 0;
    }

    .content__block--content p a:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        display: inline-block;
        content: url(/assets/images/arrows/arrow_right--brand_primary.svg);
    }

    .content__block--content p a:hover {
        padding-right: 36px;
        text-decoration: none;
        opacity: 1;
    }

    .content__block--image img {
        max-height: 663px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .sidebar-product--image {
        width: 3.8rem;
    }

    .industry_grid_content {
        grid-column: span 12;
    }

    .industry-grid_item:nth-child(2) {
        grid-column: span 6;
    }

    .industry-grid_item:nth-child(3) {
        grid-column: span 6;
    }

    .industry-grid_item:nth-child(4) {
        grid-column: span 6;
    }

    .industry-grid_item:nth-child(5) {
        grid-column: span 6;
    }

}

@media only screen and (min-width: 375px) {

    .container-productinfo-cards .card-icon img,
    .container-product-cards .card-icon img {
        top: -2.9rem;
    }

    .faq-container .faq_categorybox:first-child hr {
        margin-top: 0;
    }

    .faq-container .sidebar .link__arrow {
        margin-bottom: 8px;
        text-decoration: none;
        text-indent: -16px; 
        padding-left: 16px; 
    }

    .doc-item {
        margin-left: 2rem;
    }
}


@media only screen and (min-width: 425px) {

    .container-productinfo-cards .card-icon img,
    .container-product-cards .card-icon img {
        width: 14%;
        top: -3.1rem;
        max-width: 52px;
    }

    blockquote:after,
    .quote:after {
        bottom: 0;
    }

}

@media only screen and (min-width: 600px) {
    .card-title span {
        font-size: 1.4rem;
    }

    .container-product-cards .card.color-brand--secondary h5 {
        font-size: 2.9rem;
    }

    .container-product-cards .card-title {
        font-size: 1.8rem;
    }

    .container-product-cards .card-body p {
        font-size: 1.8rem;
    }

    .search_results-container label {
        font-size: 1.4rem;
    }

    .selectBox select {
        font-size: 1.4rem;
    }

    .container-product-cards .card-title {
        font-size: 1.8rem;
    }

    .container-product-cards .card-body p {
        font-size: 1.4rem;
    }

    .content__block--content p a {
        font-size: 1.8rem;
    }

    .content__block--content p a:after {
        top: 3px;
    }

    .tutorial-card {
        width: 48%;
    }

    .flex-row .documents,
    .flex-row .links {
        width: 48%;
    }

    .doc-item {
        margin-left: 2.4rem;
    }

    blockquote:after,
    blockquote::before,
    .quote:after,
    .quote:before {
        width: 4vw;
        height: 4vw;
    }

    blockquote::before,
    .quote:before {
        top: -2.2rem;
    }

    blockquote:after,
    .quote:after {
        left: -2vw;
        bottom: -2vw;
    }
}

@media only screen and (min-width: 768px) {
    .row.advantages-items {
        grid-template-columns: repeat(24, 1fr);
    }

    .advantages-items .col-sm-5:nth-child(1) {
        grid-column: 3 / span 5;

    }

    .row.industry-items {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .industry_grid_content {
        grid-area: 1 / 2 / 3 / 6;
    }

    .industry-grid_item:nth-child(2) {
        grid-area: 1 / 7 / 2 / 10;
    }

    .industry-grid_item:nth-child(3) {
        grid-area: 1 / 10 / 2 / 13;
    }

    .industry-grid_item:nth-child(4) {
        grid-area: 2 / 7 / 3 / 10;
    }

    .industry-grid_item:nth-child(5) {
        grid-area: 2 / 10 / 3 / 13;
    }

    blockquote,
    .quote {
        padding: 6.4rem 0 6.4rem 0;
    }



    .quote:before {
        right: 0;
        top: -3.2rem;
    }

    .quote:after {
        left: 0;
        bottom: 3.2rem;
    }

    .container-cards .row .col-xs-12 {
        flex-direction: row;
    }

    .container-productinfo-cards .row .col-xs-12 {
        align-items: flex-start;
    }

    .container-productinfo-cards .card-icon img,
    .container-product-cards .card-icon img {
        width: 17%;
        top: -3.2rem;
    }

    .container-productinfo-cards .row .col-xs-12>* {
        flex: 0 0 48.5% !important;
    }

    .container-image .image {
        width: 100%;
    }

    .container-image .col-sm-8 {
        grid-column-start: 1;
        grid-column-end: span 8;
        display: grid;
    }

    .search_results-container form {
        display: none;
    }

    .search_results-container .product-filter-container,
    .search_results-container .type-filter-container {
        display: unset;
    }

    .search_results-container hr {
        border: 1px solid var(--color-neutral-gray-07);
        margin: 0.8rem 0;
        display: unset;
    }

    .overview {
        gap: 3.2rem;
    }

    .col-sidebar {
        margin-bottom: 6.4rem;
        height: 100%;
    }

    .col-sidebar form {
        display: none;
    }

    .faq[id] {
        scroll-margin-top: 117px;
    }

    .faq-container .col-sidebar,
    .sidebar {
        display: initial;
    }

    .sidebar-item {
        margin-bottom: 3.2rem;
        cursor: pointer;
    }

    .sidebar-item>a {
        margin-bottom: 1.6rem;
        text-decoration: none;
    }

    .sidebar-item a.active {
        color: var(--color-brand-primary);
    }

    .sidebar-item:hover .sidebar-product--title h6,
    .sidebar-item:hover .sidebar-product--title p {
        color: var(--color-brand-primary);
    }

    .sidebar-item:hover .sidebar-product--image {
        margin-top: -0.5rem;
    }

    .sidebar-product--header {
        display: flex;
        margin-bottom: 1.6rem;
    }

    .sidebar-product--image {
        width: 3.2rem;
        margin-right: 0.8rem;
        margin-top: 0.4rem;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }

    .sidebar-product--links a {
        margin-bottom: 0.8rem;
    }

    .advantages-items {
        gap: 1.6rem;
    }

    .advantages-items {
        gap: 1.6rem;
    }

    .content__block--image-right .col-content-block {
        order: -1;
        grid-column-start: 1;
        grid-column-end: span 6;
    }

    .forma-demo--text {
        order: 2;
    }
}

@media only screen and (min-width: 992px) {

    nav .card:hover .card-icon img,
    .container-product-cards .card:hover .card-icon img {
        top: -3.5rem;
    }

    /* ------Toepassing detail pagina------ */
    .content__block--image-right .col-content-block {
        grid-column-start: 2;
        grid-column-end: span 5;
    }

    .content__block--container .col-content-block .content__block--content {
        margin: 32px 0 32px 0;
    }

    .content__block--container .content__block:nth-child(1) .col-content-block .content__block--content {
        margin: 0 0 32px 0;
    }

    .row_tickets .overview_item:nth-child(1) {
        grid-column-start: 2;
        grid-column-end: span 2;
    }
}

@media only screen and (min-width: 1024px) {
    .container-image .col-sm-8 {
        grid-column-start: 2;
        grid-column-end: span 7;
    }

    .container-product-cards .card-icon img .container-productinfo-cards .card-icon img {
        top: -3rem;
        width: 14%;
    }

    .container-cards .card-title {
        padding-top: 0rem;
    }

    .container-productinfo-cards .col-xs-12 .card:last-child {
        flex: 0 1 48.5%;
    }
    .full-width-image_with-container .shift-down {
        margin-top: 20%;

    }
    .full-width-image_with-container + article{
        margin-top: 16rem;
    }
    .shift-down {
        top: 6.4rem;
    }

    .quote {
        padding: 6.4rem 0 9.2rem 0;
    }

    .container-cards .row .col-xs-12>*,
    .container-product-cards .row .col-xs-12>* {
        flex: 0 0 32.1%;
    }

    .container-cards .row .col-xs-12 a:last-child,
    .container-product-cards .row .col-xs-12 a:last-child {
        flex-grow: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .container-cards .row .col-xs-12>*,
    .container-product-cards .row .col-xs-12>* {
        flex: 0 0 23.9%;
    }
}
@media only screen and (min-width: 1920px) {
    .col-background-image:after {
        bottom: -2.4vw;
        left: -1.6vw;
    }

    .quote:before {
        right: 0;
        top: -6.2rem;
    }

    .quote:after {
        left: 0;
        bottom: -3.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar.sidebar-hybrid {
        max-height: 50vh;
        overflow: scroll;
        padding: 0.2em;
        display: grid;
        grid-gap: 1.5em;
    }

    .sidebar-hybrid .sidebar-product--header {
        display: grid;
        grid-gap: 0.5em;
        grid-template-columns: 0.1fr 2fr;
    }

    .sidebar-hybrid .link__arrow,
    .sidebar-hybrid .button--small {
        font-size: var(--font-size-m) !important;
        line-height: var(--lineheight-size-m);
    }
}
/* cmsms stylesheet: V2 - megamenu modified: Monday, June 9, 2025 4:03:27 PM */
nav a.logo {
    grid-column: span 6;
    justify-self: start;
    max-height: 45px;
    max-width: 250px;
}
nav .logo_image {
    width: 220px;
}
/* Responsive hamburgermenu*/

nav input[type='checkbox'] {
    display: none;
}

nav ul {
    margin: 0;
}

.hamburger {
    display: block;
    margin-left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 4.8rem;
}

/* Icon  */
#nav-icon {
    width: 36px;
    height: 48px;
    right: 3.2rem;
    top: -6px;
    position: relative;
    margin: 0 auto 0 auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--color-neutral-white);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 12px;
}

#nav-icon span:nth-child(4) {
    top: 24px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

nav input[type='checkbox']:checked~li {
    display: block;
}
nav li {
    list-style-image: none !important;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

nav li.dropdown {
    position: initial;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
nav .menu-items .active .menu-item,
nav .menu-item {
    text-align: center;
    padding: 0.8rem 1.6rem 1.3rem 0;
    margin-left: 1.6rem;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;

    --cos45: 0.607;
    background: -o-linear-gradient(315deg,
            #0000 calc(5px * var(--cos45)),
            currentColor 0 calc(8px * var(--cos45)),
            #0000 0),
        conic-gradient(from 135deg at top, currentColor 90deg, #0000 0),
        -o-linear-gradient(225deg,
            #0000 calc(5px * var(--cos45)),
            currentColor 0 calc(8px * var(--cos45)),
            #0000 0);
    background: linear-gradient(135deg,
            #0000 calc(5px * var(--cos45)),
            currentColor 0 calc(8px * var(--cos45)),
            #0000 0),
        conic-gradient(from 135deg at top, currentColor 90deg, #0000 0),
        linear-gradient(-135deg,
            #0000 calc(5px * var(--cos45)),
            currentColor 0 calc(8px * var(--cos45)),
            #0000 0);
    background-size: 15px 10px, 15px calc(5px * var(--cos45));
    background-position: 0 100%, 0 calc(100% - 10px);
    background-repeat: repeat-x;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) top / 100% calc(100% - 15px),
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) bottom/var(--d, 0) 15px;
    -webkit-mask: linear-gradient(#fff 0 0) top / 100% calc(100% - 15px),
        linear-gradient(#fff 0 0) bottom/var(--d, 0) 15px;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
nav li .menu-item:focus-visible {
    border: 2px solid var(--color-dark-product-saludo);
}
nav .menu-items .active .menu-item,
.menu-item:hover,
.menu-item:focus-visible {
    --d: 100%;
    text-decoration: none;
}

.dropdown .chevron::after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    border-color: white;
    content: '';
    display: inline-block;
    height: 0.35em;
    right: 0em;
    vertical-align: top;
    width: 0.35em;
    margin-left: 0.8rem;
    margin-right: 0.1rem;

    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.dropdown.open .chevron::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    top: 20px;
}





nav li a:not(nav li a.case-studie-content,
nav li a.card,
.button__secondary) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-neutral-white);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-weight: 400;
    text-decoration: none;
    max-width: unset;
    flex-direction: row;
    font-size: 1.6rem;
    font-family: var(--font-family-body);
}
nav li a.case-studie-content:focus-visible,
nav li a.card:focus-visible{
    border: 2px solid var(--color-dark-product-saludo);
}
nav li a:hover {
    text-decoration: none;
}

nav a.card {
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: var(--color-neutral-white);

}

nav .card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

nav .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

nav .card-body .card-title {
    padding: 0;
}

nav .card-icon {
    width: 3.2rem;
    margin-right: 1.6rem;
}

nav .link__arrow {
    color: #fff !important;
    opacity: 0.8;
    font-size: var(--font-size-l);
}

nav .link__arrow:hover {
    color: #fff;
    opacity: 1;
}
nav .button__secondary--white:focus-visible,
nav .link__arrow:focus-visible {
    outline: 2px solid var(--color-dark-product-saludo);
}
.dropdown-toepassing .col-md-3 .item-list:last-of-type {
    margin-top: 16px;
}
.dropdown-over_invitado .col-list .item-list .link__arrow.link-external:after {
    content: url(/assets/images/arrows/open_in_new.svg);
}
.menu-items {
    top: -0.5rem;
}
nav .row{
    grid-gap: 1.6rem;
}
nav .align-bottom{
   align-self: end;
}
.toggle-container fieldset {
    border: none;
    margin: 0;
}
.toggle-container fieldset div{
    margin: 0;
}

@media only screen and (max-width: 992px) {
    nav a.logo {
        top: -4px;
        position: relative;
    }
    .container-navigation{
        padding-top: 1.6rem;
    }
    .menu-box {
        position: absolute;
        right: 0;
        top: 3px;
        margin-right: 0;
    }

    .menu-items {
        display: none;
        position: absolute;
        right: 0;
        min-height: 95vh;
        z-index: 998;
        background-color: var(--color-neutral-gray-05);
        padding: 16px 0;
    }

    .menu-items.open {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-animation: animation-slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: animation-slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    .menu-items.closing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-animation: animation-slide-out-right .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: animation-slide-out-right .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    nav .menu-item {
        font-size: var(--font-size-xl);
    }

    nav .link__arrow, nav h5 {
        font-size: var(--font-size-l);
    }
    nav li.dropdown {
        width: 100%;
    }

    nav li.dropdown.open {
        overflow: hidden;
        padding-bottom: 3.2rem;
        background-color: var(--color-neutral-gray-06);
    }

    .dropdown-content {
        position: relative;
        flex-basis: 100%;
        margin-top: 0rem;
        padding: 0 3.2rem;
        height: 0;
        min-height: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }

    .dropdown.open .dropdown-content {
        margin-top: 1rem;
        visibility: visible;
        opacity: 1;
        height: 100%;
        max-height: -moz-fit-content;
        max-height: 9000px;
        -webkit-transition: max-height 1s ease-in-out;
        -o-transition: max-height 1s ease-in-out;
        transition: max-height 1s ease-in-out;
    }

    .dropdown.closing .dropdown-content {
        margin-top: 0rem;
        visibility: visible;
        opacity: 1;
        height: 0%;
        max-height: 0px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }


    nav .col-xs-1,
    nav .top-menu,
    .cta,
    .cases,
    .select-language,
    nav .card-image {
        display: none !important;
    }
}




@media only screen and (min-width: 425px) {
    .menu-items {
        top: -0.8rem;
    }
}

@media only screen and (min-width: 474px) {
    .menu-items {
        top: 1.3rem;
    }
}

@media only screen and (min-width: 992px) {
    .navigation {
        position: -webkit-sticky;
        position: fixed;
        top: 0;
    left:0;
    right:0;
        z-index: 90;
    }

    .navigation .container-navigation {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        padding-bottom: 1.6rem;
        position: relative;
    }
    nav.row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: end;
        grid-gap: 0;
    }
    nav .top-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        gap: 3.2rem;
    }


    nav .select-language {
        padding: 0.8rem 0 0 0;
        display: block;
    }

    nav .select-language select {
        background-color: transparent;
        color: var(--color-neutral-white);
        border: 0px solid;
        font-size: 1.4rem;
        cursor: pointer;
    }
        nav .select-language  option {
        border: 0px solid;
        color: var(--color-neutral-white);
        background-color:var(--color-neutral-gray-10) ;
    }

    nav a.logo {
        grid-column: span 2;
        margin: 0 0;
        margin: 1.6rem 0;
    }

    .hamburger,
    .toggle-container {
        display: none;
    }

    nav .menu-items .active .menu-item,
    nav .menu-item {
        padding: 0.8rem 0 1.3rem 0;
    }
    .menu-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    nav li.dropdown {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    nav ul li.dropdown .dropdown-content,
    nav ul li.dropdown .dropdown-content:focus-within {
        visibility: hidden;
        opacity: 0;
        display: none;
        position: absolute;
        left: 0;
        padding: 3.2rem;
        background-color: var(--color-neutral-gray-05);
        -webkit-box-shadow: var(--box-shadow);
        box-shadow: var(--box-shadow);
    }

    nav ul li.dropdown.open .dropdown-content{
        visibility: visible;
        opacity: 1;
        display: grid;
        z-index: 6;
        position: absolute;
        top: 9.6rem
    }

    .dropdown:hover,
    .dropdown:active {
        overflow: visible;
    }

    .dropdown:hover .dropdown-content,
    .dropdown-content:hover {
        height: auto;
        max-height: 100vh;
    }

    nav .cta {
        padding-left: 1.6rem;
        border-left: 1px solid var(--color-neutral-gray-03);
        display: grid;
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
        color: var(--color-neutral-white);
    }

    nav .card-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    nav .card-icon {
        margin-right: 0;
    }

    nav .card-body .card-title {
        padding: 1.6rem 0 0 0;
    }

    nav .card-image {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--border-radius);
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    nav .card-image img {
        border-top-left-radius: var(--border-radius);
        border-top-right-radius: var(--border-radius);
        min-width: auto !important;
        aspect-ratio: 16 / 9;
    }

    nav .card-icon img {
        position: absolute;
        top: -1.6rem !important;
        left: 1.4rem;
        width: 20%;
        height: auto;
        padding: 0.4rem;
    }

    nav .card:hover .card-icon img {
        top: -2.4rem !important;
    }

    .item-list {
        padding-left: 0.8rem;
    }

    nav .cases {
        grid-row: 1 / 4;
    }

    .case-studie {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.8rem;
        width: 100%;
    }
    .case-studie div,
    .case-studie a {
        width: 48%;
    }

    nav .case-studie img {
        border-radius: var(--border-radius);
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

    nav .card:hover .card-image img,
    nav .case-studie .case-studie-content:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    nav li a.case-studie-content{
        text-decoration: none;
    }

    nav .background-duo {
        background: var(--color-neutral-gray-05);
        background: -o-linear-gradient(left,
                var(--color-neutral-gray-03) 50%,
                var(--color-neutral-gray-05) 50%);
        background: -webkit-gradient(linear,
                left top, right top,
                color-stop(50%, var(--color-neutral-gray-03)),
                color-stop(50%, var(--color-neutral-gray-05)));
        background: linear-gradient(90deg,
                var(--color-neutral-gray-03) 50%,
                var(--color-neutral-gray-05) 50%);
    }

    nav .background-duo .cases h5 {
        color: var(--color-neutral-black);
        position: relative;
        z-index: 2;
        hyphens: manual;
        -webkit-hyphens: manual;
        -moz-hyphens: manual;
        -ms-hyphens: manual;
    }

    nav .case-studie p {
        color: var(--color-neutral-gray-10);
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
    }
    #button_price,
    #button_support{
        display: none;
    }
}


@media only screen and (min-width: 1200px) {
    nav .card-icon img {
        width: 17%;
    }
    nav li a:not(nav li a.case-studie-content,
nav li a.card,
.button__secondary) {
    font-size: 1.8rem;
}
}


@media only screen and (min-width: 1900px) {
    nav .card-icon img {
        top: -3rem !important;
    }
    nav .card-image img {
        aspect-ratio: 16 / 9;
        height: unset;
        object-fit: cover;
    }
    nav .card-body .card-title {
        padding: 0.8rem 0 0 0;
    }
}
/* cmsms stylesheet: V2 - slider modified: Tuesday, March 5, 2024 2:35:27 PM */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/* Slideshow homepage-timeline */
.time_slider{
    background-image: url(/assets/images/bg-timeline.svg);
    background-size: cover;
    background-repeat: repeat-x;
}
.glide__slides, .glide__track{
    overflow: visible !important;
}
.slider__frame {
    position: relative;
    padding: 16px;
    text-align: left;
    min-height: 150px;
    line-height: 150px;
    color: var(--color-neutral-black);
    font-size: 1em;
    font-weight: 900;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: visible;
}
.slider__frame:last-of-type:before,
.slider__frame:first-of-type:before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-neutral-gray-01);
    border: 2px solid var(--color-brand-primary);
    position: absolute;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.slider__frame:first-of-type:before{
right: -10px;
}
.slider__frame:last-of-type:before{
 left: -8px;
}

.slider__frame:nth-child(even):after,
.slider__frame:nth-child(odd):after{
    content : "";
    position: absolute;
    height  : 50%;
    left    : 0;
    width   : 100%;  
    border-left:2px dashed var(--color-brand-primary);
    border-right:2px dashed var(--color-brand-primary);
    border-bottom:2px dashed var(--color-brand-primary);
    border-top:2px dashed var(--color-brand-primary);
    z-index: -2;
}

.slider__frame:nth-child(even):after{
    bottom  : 0;
    border-top:0px dashed var(--color-brand-primary);
    border-radius: 0 0 32px 32px;
}
.slider__frame:nth-child(odd):after{
    top  : 0;  
    border-bottom:0px dashed var(--color-brand-primary);
    border-radius:  32px 32px 0 0;
}


.slider__frame:nth-child(odd) .time-indicator,
.slider__frame:nth-child(even)  .time-indicator{
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-neutral-gray-01);
    border: 2px solid var(--color-brand-primary);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slider__frame:nth-child(even)  .time-indicator{
    bottom: -6px;
}
.slider__frame:nth-child(odd) .time-indicator{
    top: -6px;
}
.slider__frame:nth-child(odd)  .time-indicator:after,
.slider__frame:nth-child(even)  .time-indicator:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: var(--color-brand-primary);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slider__frame:nth-child(even)  .time-indicator:after{
    top: -16px;
}
.slider__frame:nth-child(odd)  .time-indicator:after{
    bottom: -16px;
}
.slider__frame-inner{
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--color-neutral-white);
    height: 100%;
    min-height: 260px;
    padding: 1.6rem;
    direction: ltr;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider__frame .slider__frame-inner:after {
    content: "";
    border-radius: 1.6rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .slider__frame[class*=active] .slider__frame-inner:after {
    opacity: 1;
  }
  .glide__arrow{
    top: 90% !important;
  }

  .glide__arrow:before {
    content: "";
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.glide__arrow:hover:before {
    opacity: 1;
}
.glide__arrow:after {
    position: absolute;
    top: 0;
    width: 64px;
    height: 64px;
    display: inline-block;
}


.glide__arrow--right:after{
    content: url(/assets/images/arrows/arrow_right--brand_primary.svg);
}
.glide__arrow--right{
    right: 64px;
}
.glide__arrow--left:after{
    content: url(/assets/images/arrows/arrow_left--brand_primary.svg);
}
.glide__arrow--left{
    left: 128px;
}
.glide__arrow--left:disabled,
.glide__arrow--right:disabled{
    opacity: 0.5;
}
.slider__frame h6{
    color: var(--color-brand-primary);
    font-weight: 300;
}
.slider__frame p{
    direction: ltr;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.slideshow-container .slideshow-slide img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.slideshow-slide .container {
    position: absolute;
    top: 6.4rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--color-neutral-white);
}

.slideshow-slide .container .slideshow-caption {
    margin-left: auto;
    top: 0;
    color: var(--color-neutral-white);
}

/* Hide the images by default */
.slideshow-slide {
    display: none;
    position: relative;
    margin-bottom: -8px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin: -2.2rem 3.2rem 0 3.2rem;
    padding: 8px 16px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 30px;
    aspect-ratio: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.7);
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--color-brand-primary);
    text-decoration: none;
}

/* Caption text */
.slideshow-slide .slideshow-caption {
    position: relative;
    z-index: 10;
    padding: 3.2rem 3.2rem 4.6rem 3.2rem;
    width: 33vw;
    max-width: 50ch;
    height: auto;
    max-height: 400px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
}


/* The dots/bullets/indicators */
.slider-dots {
    position: absolute;
    bottom: 5.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 0.4rem;
    width: 3.2rem;
    margin: 0 2px;
    background: #ffffff;
    opacity: .7;
    display: inline-block;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.active,
.dot:hover {
    opacity: 1;
}




@media only screen and (max-width: 768px) {

    footer {
        padding-top: 3.2rem;
    }

    .slideshow-container .slideshow-slide img {
        height: 300px;
    }

    .slideshow-slide .container {
        position: relative;
        top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .slideshow-container .slideshow-slide>* {
        display: block;
        position: relative;
        width: 100%;
    }

    .slideshow-slide h3 {
        font-size: var(--font-size-m);
    }

    .slideshow-slide {
        margin-bottom: 0px;
    }

    .slideshow-slide .container .slideshow-caption {
        margin-left: unset;
        width: 100%;
        max-width: 100%;
        right: 0;
        padding-bottom: 6.4rem;
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: unset;

        font-size: var(--font-size-xxs);
    }

    .prev,
    .next {
        display: none;
    }

    .slider-dots {
        top: 26rem;
        bottom: unset;
    }
}

@media only screen and (min-width: 600px) {
    .slideshow-slide h3 {
        font-size: 2.3rem;
    }

    .slideshow-slide .container .slideshow-caption {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 768px) {
    .glide__arrow{
        top: 50%;
      }

    /* Fading animation */
    .caption-animation {
        -webkit-animation: caption-animation 1.5s linear;
        animation: caption-animation 1.5s linear;
    }

    @-webkit-keyframes caption-animation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes caption-animation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .fade {
        -webkit-animation: fadeinout 1s linear;
        animation: fadeinout 1s linear;
    }

    @-webkit-keyframes fadeinout {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeinout {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

@media only screen and (min-width: 992px) {
    .slideshow-slide .slideshow-caption {
        width: 50vw;
    }

    .slideshow-slide .container .slideshow-caption {
        margin-right: 32px;
    }

}

@media only screen and (min-width: 1200px) {
    .slideshow-slide .slideshow-caption {
        width: 33vw;
    }

    .slideshow-slide .container .slideshow-caption {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1920px) {
    .slideshow-slide .slideshow-caption {
        width: 25vw;
    }
}

/* Timeline */
/* core styles */
.yourFlickgalWrap .item {
    width: 200px
}

.yourFlickgalWrap .moving {
    transition: transform .2s ease-out;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
}

.yourFlickgalWrap .containerInner {
    overflow: hidden;
}

.yourFlickgalWrap .containerInner .item {
    display: inline-block;
    height: 180px;
    line-height: 180px;
    text-align: center;
    margin: 0 5px;
    border: 1px #10A29A solid;
    background: lightseagreen;
    color: rgba(0, 0, 0, .4);
    font-weight: bold;
    font-size: 200%;
    -webkit-user-select: none;
    user-select: none;
}

/* pagination bullets */
.yourFlickgalWrap .nav {
    text-align: center;
}

.yourFlickgalWrap .nav li {
    display: inline-block;
}

.yourFlickgalWrap .nav li a {
    text-decoration: none;
    color: rgba(0, 0, 0, .2);
    font-size: 300%;
}

.yourFlickgalWrap .nav li a:hover {
    background: lightgray;
}

.yourFlickgalWrap .nav li a:active {
    background: gray;
}

.yourFlickgalWrap .nav .selected a {
    color: rgba(0, 0, 0, 1);
}

/* navigation arrows */
.yourFlickgalWrap .arrows {
    font-size: 300%;
}

.yourFlickgalWrap .arrows a {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
}

.yourFlickgalWrap .arrows a:hover {
    background: lightgray;
    color: rgba(0, 0, 0, 1);
}

.yourFlickgalWrap .arrows a:active {
    background: gray;
}

.yourFlickgalWrap .arrows a.off {
    color: rgba(0, 0, 0, .2);
    background: none;
}

.yourFlickgalWrap .arrows .prev {
    float: left;
}

.yourFlickgalWrap .arrows .next {
    float: right;
}
/* cmsms stylesheet: V2 - typography modified: Monday, February 17, 2025 2:52:45 PM */
/********************************************************************************
   * Load Fonts
********************************************************************************/
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* devanagari */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* fallback */
    @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

/********************************************************************************
   * Typografie
   ********************************************************************************/
   h1 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-xxl);
    line-height: var(--lineheight-size-s);
    margin: 0;
    word-break: auto-phrase;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}


  h2 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-xl);
    line-height: var(--lineheight-size-s);
    margin: 0 0 1.6rem 0;
  }

  h3 {
    font-family: var(--font-family-title);
    font-weight: 300;
    font-size: var(--font-size-l);
    line-height: var(--lineheight-size-s);
    margin-bottom: 0.8rem;
    margin-top: 0;
  }

  h4 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-m);
    line-height: var(--lineheight-size-s);
    margin: 0;
  }

  h5 {
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-m);
    line-height: var(--lineheight-size-s);
    margin: 0;
  }

  th,
  h6 {
    font-family: var(--font-family-title);
    font-weight: 600;
    font-size: var(--font-size-m);
    line-height: var(--lineheight-size-s);
    letter-spacing: 1px;
    margin: 0;
  }

  p {
    font-family: var(--font-family-body);
    font-weight: 400;
    font-size: var(--font-size-s);
    color: inherit;
    line-height: var(--lineheight-size-m);
    margin: 0;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }

  .paragraph--small {
    font-size: var(--font-size-s);
  }

  td {
    font-size: var(--font-size-s);
    max-width: 50ch;
  }

  .subtitle {
    font-family: var(--font-family-title);
    font-weight: 400;
    line-height: var(--lineheight-size-s);
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
  }

  .subtitle--small {
    font-family: var(--font-family-title);
    font-weight: 500;
    line-height: var(--lineheight-size-m);
    margin: 0;
  }

  caption,
  figcaption {
    font-family: var(--font-family-body);
    font-size: var(--font-size-xxs);
    line-height: var(--lineheight-size-s);
    color: var(--color-neutral-gray-06);
    text-align: left;
  }

  figcaption {
    margin-top: 1.6rem;
  }

  .text-style--small {
    font-size: var(--font-size-xxs);
  }

  .center {
    text-align: center;
  }

  .intro,
  .intro p {
    font-weight: 500;
    color: var(--color-neutral-black);
  }
  .large{
    font-family: var(--font-family-title);
    font-weight: 500;
    font-size: var(--font-size-xxl);
    line-height: var(--lineheight-size-s);
    margin: 0;
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
  }
  .content p + h3{
    margin-top: 3.2rem;
  }
  .content p {
    margin-bottom:1.6rem;
  }
  .content ul li p{
    margin-bottom:0.8rem;
  }
  /********************************************************************************
     * Typografie Desktop
  ********************************************************************************/
  @media only screen and (min-width: 600px) {
    .large, h1 {
      font-size: 4.7rem;
    }

    h2 {
      font-size: 3.7rem;
      margin: 0 0 1.6rem 0;
    }

    h3 {
      font-size: 2.9rem;
    }

    h4 {
      font-size: 2.3rem;
    }

    h5 {
      font-size: 2rem;
    }
    h6 {
      font-size: 1.8rem;
    }

    p {
      font-size: 1.8rem;
    }

    .subtitle {
      font-size: 2.9rem;
    }

    caption,
  figcaption {
      font-size: 1.4rem;
      line-height: var(--lineheight-size-xxs);
      text-align: center;
    }

  .text-style--small {
    font-size: 1.4rem;
  }
  .paragraph--small {
    font-size: 1.4rem;
  }

  td {
    font-size: 1.4rem;
    max-width: 50ch;
  }
  }

  /***Text color***/
  .text-color--light,
  .text-color--light h1,
  .text-color--light h2,
  .text-color--light h3,
  .text-color--light h4,
  .text-color--light h5,
  .text-color--light h6,
  .text-color--light p,
  .text-color--light .form_label {
    color: var(--color-neutral-white);
  }

  .text-color--dark,
  .text-color--dark h1,
  .text-color--dark h2,
  .text-color--dark h3,
  .text-color--dark h4,
  .text-color--dark h5,
  .text-color--dark h6,
  .text-color--dark p,
  .text-color--dark .form_label {
    color: var(--color-neutral-black);
  }

  .text-color--primary {
    color: var(--color-brand-primary);
  }

  /***Inline elements***/
  a {
    color: var(--color-brand-primary);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  a.link-underlined {
    color: #FFFFFF;
    text-decoration: undelined;
  }

  a:hover {
    text-decoration: underline;
  }

  strong {
    font-weight: 600;
  }

  b {
    font-weight: 600;
  }

  u {
    -webkit-text-decoration-color: var(--color-brand-primary);
    text-decoration-color: var(--color-brand-primary);
  }

  i {
    font-style: italic;
  }

  em {
    font-style: italic;
  }

  s {
    -webkit-text-decoration-color: var(--color-brand-primary);
    text-decoration-color: var(--color-brand-primary);
  }

  mark {
    display: block;
    background-color: var(--color-brand-light);
    color: var(--color-brand-primary);
    padding: 0.2em;
  }

  q {
    font-weight: 600;
    line-height: var(--lineheight-size-l);
    font-size: var(--font-size-m);
  }
/* cmsms stylesheet: V2 - Magnific Popup modified: Tuesday, May 9, 2023 10:40:44 AM */
/* cmsms stylesheet: magnificent_popup modified: dinsdag 20 november 2018 09:23:20 */
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }

.mfp-container {
text-align: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }

.mfp-align-top .mfp-container:before {
display: none; }

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }

.mfp-ajax-cur {
cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }

.mfp-loading.mfp-figure {
display: none; }

.mfp-hide {
display: none !important; }

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
display: none; }

.mfp-s-error .mfp-content {
display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }

button::-moz-focus-inner {
padding: 0;
border: 0; }

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1240px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }

.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
    display: none; }
a.image-source-link {
    display: none;
}
.mfp-image-holder .mfp-content {
max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
        * Remove all paddings around the image on small screen
        */
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
.mfp-img-mobile img.mfp-img {
    padding: 0; }
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* cmsms stylesheet: V2 - variables modified: Thursday, May 16, 2024 1:56:30 PM */
/********************************************************************************
 * CSS variables
 ********************************************************************************/
 :root {
    /***Logo's***/
    --logo-standard: url("images/logo_invitado_VM_RGB.svg");
    --logo-white: url("images/logo_invitado_VM_wit.svg");

    /***Brand Colors***/
    --color-brand-primary: #DF004F;
    --color-brand-secondary: #546e7a;
    --color-brand-tertiary: #0E9AF5;
    --color-brand-light: #FDF7F9;
    --color-brand-dark: #59001f;

    /***Message Colors***/
    --color-message-succes: #008A0B;
    --color-message-warning: #FF8E00;
    --color-message-info: #0FA1FF;
    --color-message-error: #FF4100;

    /***Neutral Colors***/
    --color-neutral-white: #ffffff;
    --color-neutral-gray-01: #eceff1;
    --color-neutral-gray-02: #b0bec5;
    --color-neutral-gray-03: #90a4ae;
    --color-neutral-gray-04: #78909c;
    --color-neutral-gray-05: #607d8b;
    --color-neutral-gray-06: #546e7a;
    --color-neutral-gray-07: #455a64;
    --color-neutral-gray-08: #2e3f49;
    --color-neutral-gray-09: #17252d;
    --color-neutral-gray-10: #000a12;
    --color-neutral-black: #000000;

    /***Product Colors***/
    --color-product-extracto: #FD3D13;
    --color-product-forma: #008A0B;
    --color-product-forma-selfservice: #00A08A;
    --color-product-intercambio: #B90090;
    --color-product-puerto: #5A0DAC;
    --color-product-saludo: #0FA1FF;
    --color-product-transmision: #1A1EB2;
    --color-product-vaya: #FF8E00;

    /***Product Colors light***/
    --color-light-product-extracto: #feebe7;
    --color-light-product-forma: #e5f3e6;
    --color-light-product-forma-selfservice: #e5f5f3;
    --color-light-product-intercambio: #fdf9fc;
    --color-light-product-saludo: #e6f4fe;
    --color-light-product-transmision: #F6F6FF;
    --color-light-product-vaya: #fff3e5;

    /***Product Colors dark***/
    --color-dark-product-extracto: #651807;
    --color-dark-product-forma: #014A06;
    --color-dark-product-forma-selfservice: #006658;
    --color-dark-product-intercambio: #3B1232;
    --color-dark-product-saludo: #1F2BC2;
    --color-dark-product-transmision: #0c0f58;
    --color-dark-product-vaya: #62411B;

    /* Font-family */
    --font-family-title: 'poppins', sans-serif;
    --font-family-body: 'poppins', sans-serif;

    /***Font sizes***/
    --font-size-xxs: 1rem;
    --font-size-xs: 1.2rem;
    --font-size-s: 1.4rem;
    --font-size-m: 1.6rem;
    --font-size-l: 1.8rem;
    --font-size-xl: 2.4rem;
    --font-size-xxl: 3.2rem;

    /***Line-height***/
    --lineheight-size-s: 1.2;
    --lineheight-size-m: 1.6;
    --lineheight-size-l: 1.8;

    /***Border radius***/
    --border-radius: 4px;

    /***Box-shadow***/
    --box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07),
        0 2px 4px rgba(0, 0, 0, 0.07),
        0 4px 8px rgba(0, 0, 0, 0.07),
        0 8px 16px rgba(0, 0, 0, 0.07),
        0 16px 32px rgba(0, 0, 0, 0.07),
        0 32px 64px rgba(0, 0, 0, 0.07);
}
/* cmsms stylesheet: V2 - productpage modified: Monday, February 17, 2025 2:30:37 PM */
@media only screen and (min-width: 320px) {
    .col-cta {
        border-radius: var(--border-radius);
        padding: 3.2rem;
        color: var(--color-neutral-white);
    }

    .col-cta .flex-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .col-cta .flex-row img {
        width: 15%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .col-cta .flex-row p {
        width: 80%;
    }

    .col-cta p a {
        color: var(--color-neutral-white);
        opacity: 0.9;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .col-cta p a:hover {
        opacity: 1;
    }
    .col-cta li {
        list-style-image: url(/assets/images/li_white.svg);
    }
    .col-cta:after {
        content: '';
        position: absolute;
        left: -1.6rem;
        bottom: -1.6rem;
        z-index: -1;
        background-image: url(/assets/images/line-background-container.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 66vw;
        max-width: 600px;
        height: 33vw;
        max-height: 300px;
    }
    .col-background-image_content{
        padding: 32px;
        background-color: var(--color-neutral-white);
        margin: 32px;
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
}
.col-background-image_content:after {
    content: '';
    position: absolute;
    left: -1.6rem;
    bottom: -1.6rem;
    z-index: -1;
    background-image: url(/assets/images/line-background-container.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 66vw;
    max-width: 600px;
    height: 33vw;
    max-height: 300px;
}
    .container-info-block {
        padding: 0;
    }

    .info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3.2rem;
    }
    .info-block__title {
        display: flex;
        gap: 1.6rem;
        align-items: flex-start;
        flex-wrap: nowrap;
        margin-bottom: 0.8rem;
    }
        .info-block__icoon {
            width: 3.2rem;
        }

    .info-block__image {
        width: 100%;
    }

    .info-block__content {
        width: 90%;
        padding: 1.6rem;
        border-radius: var(--border-radius);

        position: relative;
        z-index: 1;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        margin-left: 3.2rem;
        margin-right: 3.2rem;
        margin-top: -3.2rem;
    }

    .info-block__content p {
        margin-top: 0.8rem;
    }

    .info-block__content ul {
        padding-left: 0;
    }
    .info-block__video {
        position:relative;
        width:100%;
        height:0;
        padding-top:56%;
        overflow:hidden;
        z-index: 0;
        transition: 0.3s ease-in-out;
    }
    .info-block__video:hover {
        z-index: 2;
    }
    .info-block__video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } 
    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.6rem;
        width: 100%;
    }

    .space-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-row:nth-child(2) {
        margin-top: 1.6rem;
    }

    .flex-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        max-height: 260px;
    }

    .flex-inner img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .flex-double-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .info-block__content p {
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 767px) {
    .flex-images div:nth-child(2) {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .col-cta {
            padding: 6.4rem;
        }
    .container-background-image{
        margin-top: -20px;
        z-index: -1;
    }
    .container-background-image + article{
        margin-top: 12rem;
    }
    .color-neutral--light:has(.col-cta){
        z-index: 1;
    }
        .col-background-image_content {
            position: absolute;
            background-color: var(--color-brand-primary);
            color: var(--color-neutral-white);
            width: 50%;
            bottom: -18%;
            right: 0;
        }

        .col-background-image_content li {
            list-style-image: url(/assets/images/li_white.svg);
        }
        .col-background-image_image{
            z-index: -2;
        }
        .flex-row:nth-child(2) {
            margin-top: 0rem;
        }
    .flex-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .flex-double-column {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }

    .flex-inner {
        max-height: 490px;
    }

    .flex-inner img:nth-child(1) {
        margin-top: 1.6rem
    }
}

@media only screen and (min-width: 1024px) {
    .container-background-image + article{
        margin-top: 16rem;
    }
        .col-background-image_content {
            width: 33%;
            margin: 6.4rem;
        }
    .container-info-block {
        margin-left: auto;
        margin-right: auto;
        padding-left: 3.2rem;
        padding-right: 3.2rem;

    }

    .info-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 6.4rem;
    }

    .info-block__image {
        width: 100%;
        z-index: 0;
    }

    .info-block__content {
        width: calc(46% + 6.4rem);
        margin-left: 0;
        margin-right: 0;
        margin-top:0;
    }

 .info-block:nth-child(even) {
        margin-right: 6.4rem;
    }
  .info-block:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
        z-index: 1;
        margin-left: 6.4rem;
    }
/* Links */
.info-block:nth-child(odd)   .info-block__content {
        margin-right: -6.4rem;
        position: relative;
        z-index: 1;
    }
/* Rechts */
.info-block:nth-child(even) .info-block__content {
        margin-left: -6.4rem;
    }
    .info-block__video {
        padding-top:39%;
    }
}
/* cmsms stylesheet: V2 - headers modified: Friday, February 28, 2025 12:57:06 PM */
@media only screen and (min-width: 320px) {
  header {
    margin-bottom: 3.2rem;
    margin-top: 0;
  }

  /* Homepagina */
  header.color-brand--primary {
    position: relative;
    background: var(--color-brand-primary);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-brand-primary) 4%,
        var(--color-brand-primary));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom, center;
  }
.home-2 header.color-brand--primary {
  position: relative;
  background: var(--color-brand-primary);
  background-image: url(/assets/images/border-bottom/border-bottom-primary.png);
  background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 2%,
      var(--color-brand-primary) 2%,
      var(--color-brand-primary));
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center;

    }
  .header-image img.image {
    border-radius: var(--border-radius);
    max-height: 90rem;
    width: 100%;
  }

  .header-inner {
    padding: 3.2rem 0 3.2rem 0;
  }

  /* Productpagina's */
  .color-brand--primary.header-product a:not(.button__primary--white){
    color: var(--color-neutral-white);
  }
  .header-functionaliteiten,
  header.header-product {
    position: relative;
  }
  header.color-extracto {
    background: var(--color-product-extracto);
    background-image: url(/assets/images/border-bottom/border-bottom-extracto.png);
    background-image: url(/assets/images/border-bottom/border-bottom-extracto.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-product-extracto) 4%,
        var(--color-product-extracto));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
    color: var(--color-neutral-white);
  }
  header.color-transmision {
    background: var(--color-product-transmision);
    background-image: url(/assets/images/border-bottom/border-bottom-transmision.png);
    background-image: url(/assets/images/border-bottom/border-bottom-transmision.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-product-transmision) 4%,
        var(--color-product-transmision));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
    color: var(--color-neutral-white);
  }
  header.color-transmision.header-functionaliteiten{
    background-image: url(/assets/images/border-bottom/border-bottom-transmision.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 5%,
      var(--color-product-transmision) 5%,
      var(--color-product-transmision));
  }
  header.color-forma {
    background: var(--color-product-forma);
    background-image: url(/assets/images/border-bottom/border-bottom-forma.png);
    background-image: url(/assets/images/border-bottom/border-bottom-forma.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 3%,
        var(--color-product-forma) 3%,
        var(--color-product-forma));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  header.color-intercambio {
    background: var(--color-product-intercambio);
    background-image: url(/assets/images/border-bottom/border-bottom-intercambio.png);
    background-image: url(/assets/images/border-bottom/border-bottom-intercambio.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 6%,
        var(--color-product-intercambio) 6%,
        var(--color-product-intercambio));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  .help_service header.color-intercambio {
    background: var(--color-product-intercambio);
    background-image: url(/assets/images/border-bottom/border-bottom-intercambio.png);
    background-image: url(/assets/images/border-bottom/border-bottom-intercambio.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 11%,
        var(--color-product-intercambio) 11%,
        var(--color-product-intercambio));
    background-position: bottom center;
  }
  header.color-intercambio.header-functionaliteiten{
    background-image: url(/assets/images/border-bottom/border-bottom-intercambio.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 5%,
      var(--color-product-intercambio) 5%,
      var(--color-product-intercambio));
  }
  header.color-saludo {
    background: var(--color-product-saludo);
    background-image: url(/assets/images/border-bottom/border-bottom-saludo.png);
    background-image: url(/assets/images/border-bottom/border-bottom-saludo.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 6%,
        var(--color-product-saludo) 6%,
        var(--color-product-saludo));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  .help_service header.color-saludo {
    background: var(--color-product-saludo);
    background-image: url(/assets/images/border-bottom/border-bottom-saludo.png);
    background-image: url(/assets/images/border-bottom/border-bottom-saludo.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 10%,
        var(--color-product-saludo) 10%,
        var(--color-product-saludo));
    background-position: bottom center;
  }
  header.color-vaya {
    background: var(--color-product-vaya);
    background-image: url(/assets/images/border-bottom/border-bottom-vaya.png);
    background-image: url(/assets/images/border-bottom/border-bottom-vaya.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-product-vaya) 4%,
        var(--color-product-vaya));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  header.color-vaya.header-functionaliteiten{
    background-image: url(/assets/images/border-bottom/border-bottom-vaya.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 5%,
      var(--color-product-vaya) 5%,
      var(--color-product-vaya));
  }
  header.color-puerto {
    background: var(--color-product-puerto);
    background-image: url(/assets/images/border-bottom/border-bottom-puertos.png);
    background-image: url(/assets/images/border-bottom/border-bottom-puertos.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 9%,
        var(--color-product-puerto) 9%,
        var(--color-product-puerto));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }

  .col-header-content {
    padding: 3.2rem 0 3.2rem 0;
    grid-column: span 12;
    display: grid;
  }

  header.header-product .col-header-image {
    grid-column-start: 1;
    grid-column-end: span 13;
    position: relative;
    display: flex;
    align-items: center;
  }

  header.header-product .header-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex:1;
  }

  header.header-product img {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  header.header-product img:nth-child(2),
  header.header-product img:nth-child(3) {
    display: none;
  }

  /* Bij type */
  header.color-brand--primary.header-product:has(.col-header-image) {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 3%,
        var(--color-brand-primary) 3%,
        var(--color-brand-primary));

    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  header.color-brand--primary.header-product {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 9%,
        var(--color-brand-primary) 9%,
        var(--color-brand-primary));
  }
  header.color-brand--primary.header-form {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-brand-light) 0%,
        var(--color-brand-light) 8%,
        var(--color-brand-primary) 8%,
        var(--color-brand-primary));
  }

  /* Vervolgpagina's */
  header.color-brand--primary.header-vervolg {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 10%,
        var(--color-brand-primary) 10%,
        var(--color-brand-primary));
  }
  .page-news header.color-brand--primary.header-vervolg,
  .case-overview header.color-brand--primary.header-vervolg {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 5%,
        var(--color-brand-primary) 5%,
        var(--color-brand-primary));
  }
  .demo-page header.color-brand--primary.header-vervolg{
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-light-product-forma) 0%,
        var(--color-light-product-forma) 3%,
        var(--color-brand-primary) 3%,
        var(--color-brand-primary));
  }
  .timeline header.color-brand--primary.header-product {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-brand-primary) 4%,
        var(--color-brand-primary));
  }

  .col-vervolg-content {
    padding: 3.2rem 0 3.2rem 0;
    grid-column: span 12;
    display: grid;
  }

  header.header-page {
    background: var(--color-brand-primary);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-brand-primary) 4%,
        var(--color-brand-primary));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
    margin-bottom: 0;
  }
  header.header-page.gradient-gray {
    background: var(--color-brand-primary);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-gray-01) 0%,
        var(--color-neutral-gray-01) 4%,
        var(--color-brand-primary) 4%,
        var(--color-brand-primary));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  .product-page header.header-page.gradient-gray {
    background: var(--color-brand-primary);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
    linear-gradient(to top,
    var(--color-neutral-gray-01) 0%,
    var(--color-neutral-gray-01) 3%,
    var(--color-brand-primary) 3%,
    var(--color-brand-primary));
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  .case_without_client header.header-page {
    background: transparent;
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png);
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
    linear-gradient(to top, rgba(223,0,80,0) 4%, rgba(223,0,80,1) 4%);
    background-repeat: repeat-x, no-repeat;
    background-position: bottom center;
  }
  header.header-page .col-header-image {
    grid-column-start: 1;
    grid-column-end: span 13;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.header-page .header-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  header.header-page img {
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius);
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
  }

  header.header-page img:nth-child(2),
  header.header-page img:nth-child(3) {
    display: none;
  }
  .help_service header.color-vaya {
    background: var(--color-product-vaya);
    background-image: url(/assets/images/border-bottom/border-bottom-vaya.png);
    background-image: url(/assets/images/border-bottom/border-bottom-vaya.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 12%,
        var(--color-product-vaya) 12%,
        var(--color-product-vaya));
    background-position: bottom center;
}

}

@media only screen and (min-width: 768px) {
  header {
    margin-top: 0;
  }

  /* Homepagina */
  .header-inner {
    padding: 6.4rem 0 0 0;
  }
  .home-2 header.color-brand--primary {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 12%,
      var(--color-brand-primary) 12%,
      var(--color-brand-primary));
    background-position: bottom 10% center;
}
  /* Productpagina's */

  header.color-puerto {
    background-image: url(/assets/images/border-bottom/border-bottom-puertos.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 6%,
        var(--color-product-puerto) 6%,
        var(--color-product-puerto));
    }
    .help_service header.color-vaya {
      background: var(--color-product-vaya);
      background-image: url(/assets/images/border-bottom/border-bottom-vaya.png);
      background-image: url(/assets/images/border-bottom/border-bottom-vaya.png),
        linear-gradient(to top,
          var(--color-neutral-white) 0%,
          var(--color-neutral-white) 8%,
          var(--color-product-vaya) 8%,
          var(--color-product-vaya));
      background-position: bottom center;
  }
  .col-header-content {
    padding: 6.4rem 0 1.6rem 0;
    grid-column-start: 2;
    grid-column-end: span 10;
  }

  header.header-page .col-header-image,
  header.header-product .col-header-image {
    grid-column-start: 1;
    grid-column-end: span 12;
  }

  header.header-page img,
  header.header-product img {
    max-width: 100%;
    max-height: 24rem;
  }


  header.header-page img:nth-child(1),
  header.header-product img:nth-child(1) {
    max-height: 32rem;
    width: 33%;
    object-fit: cover;
    order: 2;
    margin-left: -3.2rem;
    z-index: 5;
  }

   header.header-page img:nth-child(2),
  header.header-product img:nth-child(2) {
    order: 1;
  }

  header.header-page img:nth-child(3),
  header.header-product img:nth-child(3) {
    order: 3;
    margin-left: -3.2rem;
  }
  header.header-page img:nth-child(2),
  header.header-page img:nth-child(3),
  header.header-product img:nth-child(2),
  header.header-product img:nth-child(3) {
    display: initial;
    width: 33%;
  }


  /* Vervolgpagina's */
  .col-vervolg-content {
    padding: 6.4rem 0 6.4rem 0;
    grid-column-start: 2;
    grid-column-end: span 10;
  }
  header.color-brand--primary.header-vervolg {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 7%,
        var(--color-brand-primary) 7%,
        var(--color-brand-primary));
  }
  .help_service header.color-saludo {
    background: var(--color-product-saludo);
    background-image: url(/assets/images/border-bottom/border-bottom-saludo.png);
    background-image: url(/assets/images/border-bottom/border-bottom-saludo.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 8%,
        var(--color-product-saludo) 8%,
        var(--color-product-saludo));
    background-position: bottom center;
  }
}

@media only screen and (min-width: 1024px) {
  header {
    margin-top: 99px;
  }

  .col-header-content {
    grid-column-start: 1;
    grid-column-end: span 7;
    padding: 6.4rem 0 6.4rem 0;
  }

  header.header-page .col-header-image,
  header.header-product .col-header-image {
    grid-column-start: 8;
    grid-column-end: span 6;
  }

  header.header-page img,
  header.header-product img {
    height: auto;
    max-height: 34rem;
    max-width: 66%;
  }

  header.header-page img:nth-child(2),
  header.header-page img:nth-child(3),
  header.header-product img:nth-child(2),
  header.header-product img:nth-child(3) {
    width: 45%;
  }
  header.header-page img:nth-child(1),
  header.header-product img:nth-child(1) {
    max-height: 25rem;
    margin-top: -2rem;
    margin-right: 3.2rem;
    width: 45%;
  }

  header.header-page img:nth-child(2),
  header.header-product img:nth-child(2) {
    margin-left: 0;
    margin-right: -3.2rem;
  }

  header.header-page img:nth-child(3),
  header.header-product img:nth-child(3) {
    margin-top: -1.5rem;
    margin-left: auto;
  }
  .home-2 header.color-brand--primary {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 34%,
      var(--color-brand-primary) 34%,
      var(--color-brand-primary));
    background-position: bottom 33% center;
}
  /* Vervolgpagina's */

  .col-vervolg-content {
    padding: 6.4rem 0 6.4rem 0;
  }
  header.color-intercambio.header-functionaliteiten{
    background-image: url(/assets/images/border-bottom/border-bottom-intercambio.png),
    linear-gradient(to top,
      var(--color-neutral-white) 0%,
      var(--color-neutral-white) 6%,
      var(--color-product-intercambio) 6%,
      var(--color-product-intercambio));
  }

header.color-puerto {
    background-image: url(/assets/images/border-bottom/border-bottom-puertos.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 8%,
        var(--color-product-puerto) 8%,
        var(--color-product-puerto));
  } 
  header.color-brand--primary.header-product {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 8%,
        var(--color-brand-primary) 8%,
        var(--color-brand-primary));
  }
  header.color-brand--primary.header-product:has(.col-header-image) {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 4%,
        var(--color-brand-primary) 4%,
        var(--color-brand-primary));
  }
  .timeline header.color-brand--primary.header-product {
    background-image: url(/assets/images/border-bottom/border-bottom-primary.png),
      linear-gradient(to top,
        var(--color-neutral-white) 0%,
        var(--color-neutral-white) 6%,
        var(--color-brand-primary) 6%,
        var(--color-brand-primary));
  }
}

@media only screen and (min-width: 1440px) {

  /* Productpagina's */
  header.header-page img:nth-child(1),
  header.header-product img:nth-child(1) {
    margin-top: 0;
  }

  header.header-page img:nth-child(2),
  header.header-product img:nth-child(2) {
    margin-top:6.4rem;
  }

  header.header-page img:nth-child(3),
  header.header-product img:nth-child(3) {
    margin-top: -3.2rem;
  }
}
/* cmsms stylesheet: V2 - animations modified: Monday, June 19, 2023 1:14:51 PM */
[data-animation] {
    visibility: hidden;
}

.animation-slide-in {
    visibility: visible;
    animation: animation-slide-in 0.5s forwards;
    -webkit-animation: animation-slide-in 0.5s forwards;
}

.animation-slide-out {
    visibility: visible;
    animation: animation-slide-out 0.5s forwards;
    -webkit-animation: animation-slide-out 0.5s forwards;
}

.animation-slide-in-left {
    visibility: visible;
    -webkit-animation: animation-slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: animation-slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animation-slide-in-right {
    visibility: visible;
    -webkit-animation: animation-slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: animation-slide-in-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animation-slide-out-right {
    visibility: visible;
    -webkit-animation: animation-slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: animation-slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.animation-slide-in-bottom {
    visibility: visible;
    -webkit-animation: animation-slide-in-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: animation-slide-in-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@keyframes animation-slide-in {
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}

@-webkit-keyframes animation-slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes animation-slide-out {
    0% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

@-webkit-keyframes animation-slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes animation-slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes animation-slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes animation-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes animation-slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes animation-slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

@keyframes animation-slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

@keyframes animation-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes animation-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes animation-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animation-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* cmsms stylesheet: V2 - functionality modified: Thursday, May 16, 2024 1:59:03 PM */
.container-functionality {
    padding-bottom: 6.4rem;
}

.col-functionality{
    padding: 1.6rem;
    background-color: var(--color-neutral-gray-01);
    border-radius: var(--border-radius);
    color: var(--color-neutral-gray-10);
}

.container-functionality .functionality-header h5{
    color: var(--color-product-transmision);
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.color-extracto .container-functionality .functionality-header h5 {
    color: var(--color-product-extracto);
}

.color-transmision .container-functionality .functionality-header h5 {
    color: var(--color-product-transmision);
}

.color-forma .container-functionality .functionality-header h5{
    color: var(--color-product-forma);
}

.color-forma-selfservice .container-functionality .functionality-header h5{
    color: var(--color-product-forma-selfservice);
}

.color-intercambio .container-functionality .functionality-header h5{
    color: var(--color-product-intercambio);
}

.color-saludo .container-functionality .functionality-header h5{
    color: var(--color-product-saludo);
}

.color-vaya .container-functionality .functionality-header h5{
    color: var(--color-product-vaya);
}

.container-functionality .material-icons {
    margin-right: 0.8rem;
}

.container-functionality h6 {
    margin-top: 0.8rem;
    font-size: 1.6rem;
}

.container-functionality p {
    font-size: var(--font-size-xxs);
    max-width: 50ch;
}
@media only screen and (min-width: 600px) {
    .container-functionality p {
        font-size: 1.4rem;
    }
}
/* cmsms stylesheet: V2 -  form modified: Monday, May 5, 2025 11:58:31 AM */
/* Sample FormBuilder CSS base */
.col-form{
    background-color: var(--color-neutral-white);
    padding: 32px;
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}
.col-form:after {
    content: '';
    position: absolute;
    left: -1.6rem;
    bottom: -1.6rem;
    z-index: -1;
    background-image: url(/assets/images/line-background-container.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 66vw;
    max-width: 600px;
    height: 33vw;
    max-height: 300px;
}

form {
	margin-top: 0;
}
form, td, th, li {
	font-size: 100%;
}
form div {
	margin-bottom: 0;
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid var(--color-brand-primary);
	padding: 0.8rem;
}
fieldset div {
	margin-bottom: 0.8rem;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.8rem;
	margin-left: 1em
}

fieldset label {
	width: auto;
}
legend {
	color: var(--color-neutral-white);
	background: var(--color-brand-primary);
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.8rem;
	padding: 0.2em;
	width: auto;
	border: 1px solid var(--color-neutral-gray-02);
}
textarea {
	margin: 0.8rem 0;
	width: 98%;
	height: 6em;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    cursor: pointer;

  }
  input[type="checkbox"]::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-brand-primary);
    background-color: CanvasText;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }
  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  input[type="checkbox"]:focus {
    outline: 1px solid currentColor;
  }
.inner_error{
    font-size: var(--font-size-m);
    color: var(--color-message-error);
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 16rem;
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16rem;
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 3.2rem 0 3.2rem 0 !important;
	width: 200px;
    font-size: var(--font-size-m);
    text-align: left;
}
.captcha img {
	border: 1px solid var(--color-brand-primary);
	margin-bottom: 0.8rem;
}
.captcha input {
	width: 100%;
	margin-top: 0.8rem;
}
/* Just a bit more room for the Submit button */
.contactform input {
	border: 1px solid var(--color-neutral-gray-07);
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: var(--color-neutral-gray-01);
	border: 1px solid var(--color-brand-primary);
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.formbuilderform{
    max-width: 100%;
}
.formbuilderform div {
    width: auto;
    margin: 0 0 16px 0;
}
.formbuilderform .privacy_statement_text {
    font-size: var(--font-size-xs);
}

.formbuilderform div label {
    color: var(--color-neutral-gray-10);
    font-size: var(--font-size-s);
    margin: 0 0 16px 0;
    line-height: 1;
}
.formbuilderform div textarea,
.formbuilderform div input {
    padding: 0.8rem;
    margin: 0;
    font-size: var(--font-size-m);
    border: 1px solid var(--color-neutral-gray-04);
    color: var(--color-neutral-gray-05);
    width: 100%;
    min-height: 48px;
    border-radius: 4px;
    font-family: var(  --font-family-body);
}
.formbuilderform div textarea:focus-within,
.formbuilderform div input:focus-within {
    border: 1px solid var(--color-neutral-gray-10);
}
.formbox {
    width: 100%;
    max-width: 600px;
}
.formbuilderform div.submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 32px;
    padding: 8px 48px 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;

    background-color: var(--color-brand-primary);
    border: 1px solid var(--color-brand-primary);

    background: -o-linear-gradient(left, var(--color-neutral-white) 50%, var(--color-brand-primary) 50%);
    background: linear-gradient(to right, var(--color-neutral-white) 50%, var(--color-brand-primary) 50%);
    background-size: 200% 100%;
    background-position: right bottom 1px;
    cursor: pointer;

}
.formbuilderform div.submit:hover{
    padding: 8px 70px 8px 16px;
    background-position: left bottom 1px;
    color: var(--color-brand-primary);
    border: 1px solid var(--color-brand-primary);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.formbuilderform div.submit:after {
    content: url(/assets/images/arrows/arrow_right--brand_primary.svg);
    position: absolute;
    background: var(--color-neutral-white);
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-radius: 24px;
    right: 0;
    width: 22px;
    height: 22px;
    display: inline-block;

    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


.formbuilderform div input.fbsubmit {
        padding: 0rem; 
        font-size: var(--font-size-m); 
        color: var(--color-neutral-white);
        width: unset; 
        min-height: unset; 
        border-radius: 0; 
        border: none;
        font-family: var(  --font-family-body);
        background: transparent;
        cursor: pointer;
}
.formbuilderform div.submit:hover  input.fbsubmit {
    color: var(--color-brand-primary);
}
.formbuilderform div.privacy_check {
    margin: 0 0 32px 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: var(--font-size-xs);
}
.formbuilderform div.privacy_check label {
    font-size: var(--font-size-xs);
    margin: 0px 0 0 16px;
    line-height: 1;
}

.formbuilderform div.privacy_check input[type=checkbox] {
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
}

.privacy_statement_text a, .privacy_statement_text a:link, .privacy_statement_text a:active, .privacy_statement_text a:focus {
    color: var(--color-neutral-gray-10);
    text-decoration: underline;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.privacy_statement_text a:hover {
    color: var(--color-brand-primary);
}
.privacy_statement{
    font-size: var(--font-size-xs);
}
.checkbox_group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px !important;
}
.checkbox_group label{
    font-weight: 500;
}
.checkbox_group div {
   display: flex;
   align-items: center;
   gap: 8px;
    margin: 0 0 16px 0;
}
.formbuilderform div.privacy_check input[type=checkbox],
.checkbox_group div input {
    width: 24px;
    min-height: 24px;
    padding: 0.05em 0em 0em 0.4em;
}
.checkbox_group div label {
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
}
/* cmsms stylesheet: V2 - careers modified: Tuesday, April 8, 2025 9:36:05 AM */
.careers .navigation {
    background-color: var(--color-neutral-white);
}

.careers #nav-icon span {
    background: var(--color-neutral-black);
}

.careers .top-menu .button__secondary--white {
    color: var(--color-neutral-black);
}
.careers .dropdown button.subnav-toggle img {
    filter: brightness(0) saturate(100%)
}
.careers h1,
.careers h2,
.careers h3 {
    font-weight: 800;
}

.careers h2 {
    text-align: center;
}

.careers--image-left {
    padding-top: 5.6rem;
}

.careers--image-left .image--rounded {
    padding: 3.2rem 1.6rem;
    border-radius: 6.4rem;
}

.image--circle {
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
}

.careers--image-right .container {
    overflow-x: hidden;
}

.careers--image-right .order {
    grid-column-start: 6;
    grid-column-end: 12;
}

.image--flowers,
.image--drops {
    position: relative;
}

.image--drops:before {
    content: "";
    background-image: url("/assets/images/deco_drop-up.png");
    background-size: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    top: 60%;
    left: 80%;
    width: 30%;
    height: 30%;
    transform: rotate(105deg);
    -webkit-transform: rotate(105deg);
    -moz-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    -o-transform: rotate(105deg);
}

.image--flowers img {
    z-index: 2;
}

.image--background:before,
.image--flowers:after,
.image--flowers:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.image--flowers:before {
    background-image: url("/assets/images/deco_flower_pink.png");
    background-position: bottom right;
    background-size: 30%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.image--flowers:after {
    background-image: url("/assets/images/deco_2-flowers.svg");
    background-position: center right;
    background-size: 25%;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 10px;
    z-index: 3;
}

.image--background {
    display: flex;
    justify-content: center;
}

.image--background .image--circle {
    width: 80%;
}

.image--background:before {
    background-image: url("/assets/images/deco_flower_pink.png"), url("/assets/images/deco_2-flowers.svg");
    background-position: bottom right 37%, center right 7%;
    background-size: 20%, 15%;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    z-index: 1;
    transform: rotate(-21deg);
}

.image--background:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: var(--color-brand-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    left: 47%;
    top: 6px;
    transform: translateX(50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%);
}

.careers--intro {
    margin-top: 77x;
}

.careers--team {
    overflow: hidden;
}

.careers--team .glide__slides {
    align-items: center;
}

.image__frame-inner img {
    border-radius: 16px;
}

.core-values .col-xs-6 {
    height: 100%;
}

.core-values h3 {
    position: relative;
}

.core-values h3:before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("/assets/images/deco_drop_down.png");
    top: -20px;
    left: 15ch;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.core-value-card {
    background-color: var(--color-brand-light);
    padding: 1.6rem;
    border-radius: 1.6rem;
    height: 100%;
}

.core-value--text p {
    font-weight: 600;
    font-size: var(--font-size-xs);
    text-align: center;
    text-wrap: balance;
}

.apply--steps {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}

.apply--step {
    margin-bottom: 8px;
    padding-left: 2.2rem;
    text-indent: -4.2rem;
}

.apply--step span {
    font-size: var(--font-size-l);
    position: relative;
    top: 4px;
    padding-left: 0;
    text-indent: 0;
    padding: 7px 4px 4px 7px;
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background-color: var(--color-brand-primary);
    color: var(--color-neutral-white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.container-image {
    overflow: hidden;
}

.careers--vacancy h2 {
    position: relative;
}

.careers--vacancy h2::before {
    content: "";
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("/assets/images/deco_drops-multiple.svg");
    top: -13px;
    left: 50%;
    width: 14ch;
    height: 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.careers--vacancy img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.careers--vacancy button {
    font-size: var(--font-size-s);
}

/*----------- MODAL ----------------*/
.careers-modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.careers-modal--content {
    position: relative;
    padding: 3.2rem;
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
    background-color: var(--color-neutral-white);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overscroll-behavior-y: contain;
    height: 85vh;
    position: relative;
}
.careers-modal--content iframe{
    width: 100%;
    height: 100%;
}
.careers-modal--close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(84, 110, 122, 0);
    border-radius: 50%;
    color: var(--color-neutral-gray-05);
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    height: 4.8rem;
    width: 4.8rem;
    display: inline-block;
    text-align: center;
    line-height: 2;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.careers-modal--close-btn:hover {
    color: var(--color-neutral-gray-10);
    background-color: rgba(84, 110, 122, 0.3);
}

.careers-modal-resume {
    background-color: var(--color-neutral-gray-01);
    padding: 1.6rem;
}

.careers-modal-resume .material-icons {
    position: relative;
    top: 2px;
    font-size: var(--font-size-m);
    text-indent: 0;
    margin-right: 0.8rem;
}

.careers-modal-resume .resume {
    padding-left: 1.6rem;
    text-indent: -2.4rem;
    line-height: var(--lineheight-size-s);
    margin-bottom: 0.8rem;
}

.careers-modal--content .link__arrow {
    cursor: auto;
}

.careers_modal p {
    margin-bottom: 0.8rem;
}

.careers_modal ul {
    padding-left: 0.8rem;
    margin: 0;
}

.careers-modal--content .link__arrow:hover {
    text-decoration: none;
    color: var(--color-neutral-black);
}
.careers .dialog_desc p:first-child{
    font-weight: 600;
}
/*----------- ///MODAL ----------------*/
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }

}

.careers .dropdown-content .button__secondary--white {
    color: var(--color-neutral-white);
}

@media only screen and (min-width: 768px) {

    .core-values .row .order {
        order: 3;
    }

    .core-values .row .col-xs-6:nth-child(2) {
        order: 1;
    }

    .core-values .row .col-xs-6:nth-child(3) {
        order: 2;
    }

    .core-values .row .col-xs-6:nth-child(4) {
        order: 4;
    }

    .core-values .row .col-xs-6:nth-child(5) {
        order: 5;
    }

    .core-values .row .col-xs-6:nth-child(6) {
        order: 6;
    }

    .careers--apply h3 {
        text-align: right;
    }

    .careers--image-right .order {
        display: grid;
        grid-column-start: unset;
        grid-column-end: unset;
        grid-column: span 2;
        order: 1;
        align-items: end;
    }

    .careers--vacancy h2::before {
        width: 13ch;
    }
}

@media only screen and (min-width: 992px) {

    .careers nav li a:not(nav li a.case-studie-content, nav li a.card),
    .careers nav li span {
        color: var(--color-neutral-black);
    }

    .careers .dropdown .chevron::after {
        border-color: var(--color-neutral-black);
    }

    .careers .cta .button__primary {
        color: unset;
    }

    .careers .cta .button__primary:hover {
        color: var(--color-brand-primary);
    }

    .careers .cta .button__primary--white {
        color: var(--color-brand-primary);
    }

    .careers--image-left .image--rounded {
        position: absolute;
        padding: 12rem 1.6rem;
        border-radius: 18rem;
        -webkit-border-radius: 18rem;
        -moz-border-radius: 18rem;
        -ms-border-radius: 18rem;
        -o-border-radius: 18rem;
    }

    .careers--image-left {
        padding-top: 0;
    }

    .careers--image-left h3 {
        padding-top: 8rem;
    }

    .careers--image-right h3 {
        padding-top: 6.4rem;
    }

    .careers--vacancy button {
        font-size: var(--font-size-m);
    }
}

@media only screen and (min-width: 1200px) {
    .careers--intro {
        margin-top: 100px;
    }

    .careers h1 {
        font-size: 6.4rem;
    }

    .careers--image-right h3 {
        padding-top: 14rem;
    }

    .careers h2 {
        font-size: 5.2rem;
    }

    .careers-modal {
        padding-top: 132px;
    }
}
/* cmsms stylesheet: glide.slider modified: Tuesday, October 31, 2023 8:42:04 AM */
/* ----Glide core ---- */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/*# sourceMappingURL=glide.core.css.map */

/* ---- Glide theme -----*/

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: transparent;
  background-color: transparent;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}

.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*# sourceMappingURL=glide.theme.css.map */
/* cmsms stylesheet: V2 - buttons modified: Tuesday, July 8, 2025 9:47:36 AM */
@media only screen and (min-width: 320px) {
.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
}

    button {
        background-color: transparent;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .button {
        cursor: pointer;
        text-align: left;
        text-decoration: none;
        font-family: var(--font-family-body);
        font-weight: 500;
        font-size: var(--font-size-s);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 32px;
        padding: 8px 16px 8px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        position: relative;
    }

    .button:hover {
        padding: 8px 52px 8px 16px;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        text-decoration: none;
    }
    .button:focus-within {
        outline: 2px solid var(--color-brand-primary);
    }   
    .button.button--small {
        padding: 8px 16px 8px 16px;
    }

    .dropdown-content a.button__primary--white {
        color: var(--color-brand-primary);
    }

    .dropdown-content a.button__primary--white:hover {
        color: var(--color-neutral-white);
    }

    .button.button--small:hover {
        padding: 8px 40px 8px 16px;
    }

    .button--small {
        font-size: var(--font-size-xs) !important;
        line-height: var(--lineheight-size-s);
    }

    .button__primary {
        color: var(--color-neutral-white);
        background-color: var(--color-brand-primary);
        border: 1px solid var(--color-brand-primary);

        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-brand-primary) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-brand-primary) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
    }

    .button__primary--secondary--color {
        color: var(--color-neutral-white);
        background-color: var(--color-brand-secondary);
        border: 1px solid var(--color-brand-secondary);

        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-brand-secondary) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-brand-secondary) 49%);
        background-size: 200% 100%;
        background-position: right bottom;
    }

    header .button__primary--secondary--color {
        margin-bottom: 3.2rem;
    }

    .button__primary--white {
        color: var(--color-brand-primary);
        background-color: var(--color-neutral-white);
        border: 1px solid var(--color-neutral-white);

        background: -o-linear-gradient(left, var(--color-brand-primary) 49%, var(--color-neutral-white) 49%);
        background: linear-gradient(to right, var(--color-brand-primary) 49%, var(--color-neutral-white) 49%);
        background-size: 220% 100%;
        background-position: right bottom -1px;
    }

    .color-extracto main .button__primary--white {
        color: var(--color-product-extracto);
    }

    .color-extracto main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--extracto.svg');
    }

    .color-extracto main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-extracto) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-extracto) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-extracto);
    }

    .color-extracto main .button__primary:hover {
        color: var(--color-product-extracto);
    }

    .color-forma main .button__primary--white {
        color: var(--color-product-forma);
    }

    .color-forma main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--forma.svg');
    }

    .color-forma main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-forma) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-forma) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-forma);
    }

    .color-forma-selfservice main .button__primary--white {
        color: var(--color-product-forma-selfservice);
    }

    .color-forma-selfservice main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-forma-selfservice) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-forma-selfservice) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__primary--white {
        color: var(--color-product-intercambio);
    }

    .color-intercambio main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-intercambio) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-intercambio) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-intercambio);
    }

    .color-saludo main .button__primary--white {
        color: var(--color-product-saludo);
    }

    .color-saludo main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--saludo.svg');
    }

    .color-saludo main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-saludo) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-saludo) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-saludo);
    }

    .color-transmision main .button__primary--white {
        color: var(--color-product-transmision);
    }

    .color-transmision main .button__primary--white:after {
                background-image: url('/assets/images/arrows/arrow_right--product--transmision.svg');

    }

    .color-transmision main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-transmision) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-transmision) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-transmision);
    }

    .color-vaya main .button__primary--white {
        color: var(--color-product-vaya);
    }

    .color-vaya main .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--product--vaya.svg');
    }

    .color-vaya main .button__primary {
        background: -o-linear-gradient(left, var(--color-neutral-white) 49%, var(--color-product-vaya) 49%);
        background: linear-gradient(to right, var(--color-neutral-white) 49%, var(--color-product-vaya) 49%);
        background-size: 200% 100%;
        background-position: right bottom 1px;
        border: 1px solid var(--color-product-vaya);
    }

    .button__primary:hover {
        background-position: left bottom 1px;
        color: var(--color-brand-primary);
        border: 1px solid var(--color-neutral-white);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .button__primary--white:hover {
        background-position: left bottom 1px;
        color: var(--color-neutral-white) !important;
        border: 1px solid var(--color-brand-primary);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .button__primary--secondary--color:hover {
        background-position: left bottom 1px;
        color: var(--color-brand-secondary);
        border: 1px solid var(--color-brand-secondary);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .color-transmision main .button__primary:hover {
        color: var(--color-product-transmision);
    }

    .color-forma main .button__primary:hover {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice main .button__primary:hover {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__primary:hover {
        color: var(--color-product-intercambio);
    }

    .color-saludo main .button__primary:hover {
        color: var(--color-product-saludo);
    }

    .color-vaya main .button__primary:hover {
        color: var(--color-product-vaya);
    }
.button__secondary {
    display: inline-block;
    font-family: var(--font-family-body);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0.9;
    cursor: pointer;
}

.button__secondary:hover {
    text-decoration: none;
    opacity: 1;
}

.button__secondary:after {
    content: '';
    display: inline-block;
    background-image: url('/assets/images/arrows/arrow_right--brand_primary.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    transform: translateY(21%);
    margin: 0 0.8rem 0 0.8rem;
}

.button__secondary:hover:after {
    margin: 0 0rem 0 1.6rem;
}

.button__secondary.arrow_back {
    padding: 0 0.8rem 0 1.6rem;
}
    .button__secondary.arrow_back:before {
        position: absolute;
        left: 0;
        top: 3px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .button__secondary.arrow_back:after {
        display: none;
    }

    .button__secondary.button--small {
        margin-right: 0;
    }

    .button__secondary--primary {
        color: var(--color-brand-primary);
    }
    .button__secondary--white {
        color: var(--color-neutral-white);
    }
    .button__secondary--white:after{
        background-image: url('/assets/images/arrows/arrow_right--color_white.svg');
        display: inline-block;
    }

    .button__secondary--vaya {
        color: var(--color-dark-product-vaya);
    }

    .button__secondary--extracto {
        color: var(--color-dark-product-extracto);
    }


    .button__secondary--intercambio {
        color: var(--color-dark-product-intercambio);
    }

    .button__secondary--saludo {
        color: var(--color-dark-product-saludo);
    }

    .button__secondary--transmision {
        color: var(--color-dark-product-transmision);
    }

    .button__secondary--forma {
        color: var(--color-dark-product-forma);
    }

    .button__secondary--forma-selfservice {
        color: var(--color-dark-product-forma-selfservice);
    }



    .button__secondary--download {
        opacity: 0.9;
        transition: 0.5s ease-in;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -ms-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        font-size: var(--font-size-s);
        font-weight: 500;
        text-indent: -24px; 
        padding-left: 24px; 
    }

    .button__secondary--download:before {
        font-family: "Material Icons";
        content: "\e2c4";
        font-size: var(--font-size-s);
        margin-right: 0.8rem;
        top: 4px;
        position: relative;
    }
    .button__secondary--download:after{
        display: none;
    }
    .button__secondary--download:hover {
        opacity: 1;
    }

    .color-extracto main .button__secondary--primary {
        color: var(--color-product-extracto);
    }

    .color-forma main .button__secondary--primary {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice main .button__secondary--primary {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__secondary--primary {
        color: var(--color-product-intercambio);
    }

    .color-intercambio main .button__secondary--primary:after {
        color: var(--color-product-intercambio);
    }

    .color-saludo main .button__secondary--primary {
        color: var(--color-product-saludo);
    }

    .color-transmision main .button__secondary--primary {
        color: var(--color-product-transmision);
    }

    .color-vaya main .button__secondary--primary {
        color: var(--color-product-vaya);
    }

    .link {
        display: block;
        margin-top: 0.8rem;
        color: var(--color-neutral-white);
        font-size: var(--font-size-xxs);
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
        -webkit-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease;
        opacity: 0.9;
    }

    .link:hover {
        color: var(--color-brand-light);
        text-decoration: none;
        opacity: 1;
    }

    .index .link {
        color: var(--color-brand-primary)
    }

    .color-transmision main .link {
        color: var(--color-product-transmision)
    }

    .link__arrow {
        display: block;
        margin-top: 0.4rem;
        margin-left: 0.8rem;
        cursor: pointer;
        font-weight: 400;
        font-size: var(--font-size-s);
        color: var(--color-neutral-gray-10);
        position: relative;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        text-decoration: none;
        text-indent: -16px;
        margin-left: 24px;
    }

    .link__arrow::before {
        position: relative;
        content: "arrow_forward";
        color: var(--color-brand-primary);
        font-family: "Material Icons";
        top: 0.4rem;
        left: -0.8rem;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .link__arrow:hover {
        text-decoration: none;
        color: var(--color-brand-primary);
    }

    .link__arrow:hover::before {
        left: 0rem;
    }
    .button--small.link__arrow::before {
        top: 2px;
    }

    .color-extracto main .link__arrow {
        color: var(--color-product-extracto);
    }

    .color-transmision main .link__arrow {
        color: var(--color-product-transmision);
    }

    .color-forma main .link__arrow {
        color: var(--color-product-forma);
    }

    .color-forma-selfservice main .link__arrow {
        color: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .link__arrow {
        color: var(--color-product-intercambio);
    }

    .color-saludo main .link__arrow {
        color: var(--color-product-saludo);
    }

    .color-vaya main .link__arrow {
        color: var(--color-product-vaya);
    }

    .arrow_back::before,
    .arrow_back:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: .5s ease;
    }

    .arrow_back:hover:before {
        left: -0.8rem;
    }

    .arrow_back:hover:after {
        left: -3.6rem;
    }

}

@media only screen and (min-width: 424px) {
    .button {
        padding: 8px 44px 8px 16px;
    }

    .button:after {
        content: '';
        background: var(--color-neutral-white);
        background-image: url('/assets/images/arrows/arrow_right--color_white.svg');
        background-size: 36px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 0;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        position: absolute;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        border-radius: 24px;
        display: inline-block;
    }

    .button__primary:after {
        background-image: url('/assets/images/arrows/arrow_right--brand_primary.svg');
    }

    .button__primary--white:after {
        background-image: url('/assets/images/arrows/arrow_right--brand_primary.svg');
    }
    .button__primary--white:hover:after {
        color: var(--color-brand-primary) !important;
    }
    .color-extracto main .button__primary:after {
        background: var(--color-product-extracto);
    }

    .color-transmision main .button__primary:after {
        background: var(--color-product-transmision);
    }

    .color-forma main .button__primary:after {
        background: var(--color-product-forma);
    }

    .color-forma-selfservice main .button__primary:after {
        background: var(--color-product-forma-selfservice);
    }

    .color-intercambio main .button__primary:after {
        background: var(--color-product-intercambio);
    }

    .color-saludo main .button__primary:after {
        background: var(--color-product-saludo);
    }

    .color-vaya main .button__primary:after {
        background: var(--color-product-vaya);
    }

    .button__primary--secondary--color:after {
        background: var(--color-brand-secondary); 
        background-image: url('/assets/images/arrows/arrow_right--color_white.svg');
    }

    .button.button--small {
        padding: 8px 32px 8px 16px;
    }

    .button.button--small:after {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width: 600px) {
    .button {
        font-size: 1.6rem;
    }

    .button--small {
        font-size: 1.4rem !important;
    }

    .button__secondary--download:before,
    .button__secondary--download {
        font-size: 1.8rem;
    }

    .link {
        font-size: 1.4rem;
    }

    .link__arrow {
        font-size: 1.6rem;
    }
    .button__secondary:after {
    background-size: 32px;}

}
/* cmsms stylesheet: V2 - footer modified: Wednesday, March 27, 2024 9:12:02 AM */
@media only screen and (min-width: 320px) {
    footer {
        padding-top: 1.6rem;
        padding-bottom: 8rem;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    footer a:hover {
        text-decoration: none;
    }

    footer .logo {
        display: block;
        margin-bottom: 1.6rem;
    }

    footer img.logo {
        max-width: 250px;
    }


    footer .row div:first-child {
        color: var(--color-neutral-white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    footer:lang(en) .row div:first-child {
        justify-content: center;
        flex-direction: row;
    }
    footer:lang(en) .contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .contact a,
    footer .row div:first-child a {
        color: var(--color-neutral-white) !important;
        font-size: var(--font-size-xs);
        margin-bottom: 1.6rem;
        text-decoration: none;
    }


    footer .row div:first-child .social-media-icons .social-icon img {
        width: 4.8rem;
        height: 2.4rem;
        margin: 3.2rem 0.8rem 3.2rem 0;
    }

    footer .row div:first-child .certification-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.6rem;
        max-width: 100%;
        width: 100%;
    }

    footer .row div:first-child .certification-images img {
        max-height: 4.8rem;
        width: auto;
    }


    .color-transmision footer .link {
        color: var(--color-neutral-white);
    }
    footer:lang(en) .social-media-icons{
        display: flex !important;
        align-items: flex-start !important;
        flex-direction: row !;
        gap: 16px;
    }
    footer:lang(en) .social-media-icons .social-icon img {
        margin: 0;
    }
    footer:lang(en) .digitrust{
        max-width: 80px;
    }
    footer:lang(en) .clc_vecta{
        max-width: 200px;
    }
}

@media only screen and (min-width: 600px) {
    footer .row div:first-child a {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 768px) {

    footer .row div:first-child .social-media-icons .social-icon img {
        width: 2.4rem;
    }
    footer .row div:first-child {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        align-items: flex-start;
    }  
      footer .row div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    footer .row div:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    footer .row div:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    footer .row div:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }



    footer {
        padding-top: 3.2rem;
        padding-bottom: 8rem;
    }

    footer hr {
        display: block;
        margin: 3.2rem 0 1.6rem 0;

    }
    footer:lang(en) .certification-images {
        align-items: center !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 16px;
    }
    footer:lang(en) .social-media-icons{
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 16px;
    }
    footer:lang(en) .social-media-icons .social-icon img {
        margin: 0;
    }
    footer:lang(en) .contact {
        align-items: flex-start;
    }
}
