/* Theme base styles */

/* Grid */




/* GENERIC */
/* ---------------------------------------- */

@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    box-sizing: inherit;
}


/* CONTAINER */
/* ---------------------------------------- */

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px !important;
}
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.container-full-width {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}




/* ROWS */
/* ---------------------------------------- */

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px;
}
.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


/* GUTTER */
/* ---------------------------------------- */

.no-gutters {
    margin: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding: 0;
}

.no-gutters-x {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters-x > .col,
.no-gutters-x > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters-y {
    margin-top: 0;
    margin-bottom: 0;
}

.no-gutters-y > .col,
.no-gutters-y > [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:767px) {
    .no-sm-gutters {
        margin: 0;
    }
    .no-sm-gutters > .col, .no-sm-gutters > [class*="col-"] {
        padding: 0;
    }

    .no-sm-gutters-x {
        margin-right: 0;
        margin-left: 0;
    }

    .no-sm-gutters-x > .col,
    .no-sm-gutters-x > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }

    .no-sm-gutters-y {
        margin-top: 0;
        margin-bottom: 0;
    }

    .no-sm-gutters-y > .col,
    .no-sm-gutters-y > [class*="col-"] {
      padding-top: 0;
      padding-bottom: 0;
    }
}


/* COLUMNS */
/* ---------------------------------------- */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 16px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}


/* GRIDCELLS */
/*--------------------------------------------------------------------------*/

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/* ORDER */
/* ---------------------------------------- */

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}


/* OFFSET */
/* ---------------------------------------- */

.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}


/* MOBILE GRID ORDER OFFSET  */
/* ---------------------------------------- */

.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.offset-sm-2 {
    margin-left: 16.666667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.333333%;
}
.offset-sm-5 {
    margin-left: 41.666667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.333333%;
}
.offset-sm-8 {
    margin-left: 66.666667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.333333%;
}
.offset-sm-11 {
    margin-left: 91.666667%;
}




/* TABLET GRID ORDER OFFSET */
/* ---------------------------------------- */

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}


/* DESKTOP GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}


/* WIDESCREEN GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1920px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


/* FLEXBOX ALIGN */
/* ---------------------------------------- */

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}


/* FLEXBOX WRAP */
/* ---------------------------------------- */

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}


/* FLEXBOX JUSTIFY */
/* ---------------------------------------- */

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}


/* FLEXITEMS */
/* ---------------------------------------- */

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}


/* MOBILE FLEXBOX  */
/* ---------------------------------------- */

.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

/* TABLET FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* DEKSTOP FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* WIDESCREEN FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1920px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* DISPLAY */
/* ---------------------------------------- */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* MOBILE DISPLAY */
/* ---------------------------------------- */
@media (max-width:767px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* TABLET DISPLAY */
/* ---------------------------------------- */

@media (min-width:768px) and (max-width:1023px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* DESKTOP DISPLAY */
/* ---------------------------------------- */

@media (min-width:1024px) and (max-width:1919px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* SCREENREADERS */
/* ---------------------------------------- */

.show-for-sr {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
@media (max-width:767px) {
    .show-for-sr--mobile {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        white-space: nowrap !important;
        width: 1px !important;
    }
}

/* VISIBILITY CLASSES */
/* ---------------------------------------- */

.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
    visibility: hidden;
}

/* SIMPLE VISIBILITY */
/* ---------------------------------------- */

/* Hide only for */
@media (max-width:767px) {
    .hide-mobile-only {
        display: none;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .hide-tablet-only {
        display: none;
    }
}
@media (min-width:1024px) and (max-width:1919px) {
    .hide-desktop-only {
        display: none;
    }
}
@media (min-width:1920px) and (max-width:3840px) {
    .hide-widescreen-only {
        display: none;
    }
}

/*
Hide up
we don't need mobile_up because it will hide for every screens
use hide-mobile-only if you need to hide just for mobile
*/

@media (min-width:768px) {
    .hide-tablet-up {
        display: none;
    }
}
@media (min-width:1024px) {
    .hide-desktop-up {
        display: none;
    }
}
@media (min-width:1920px) {
    .hide-widescreen-up {
        display: none;
    }
}

/*
Hide down
we don't need mobile_down  because it will hide or for no screens
we also don't have widescreen_down because it will hide for every screens
use hide-widescreen-only if you need to hide just for widescreen
*/
@media (max-width:1023px) {
    .hide-tablet-down {
        display: none;
    }
}
@media (max-width:1919px) {
    .hide-desktop-down {
        display: none;
    }
}


/* LAYOUT */
/* -------------------------------------- */

@media (min-width:1024px) {
    html, body {
        height: 100%;
    }
    body > .body-wrapper {
        min-height: 100%;
        display: grid;
        grid-template-rows: auto 1fr auto;
        grid-template-columns: 100%;
    }
}
.footer-container-wrapper,
.header-container-wrapper,
.body-container-wrapper {
    position: relative;
}


/* DND CONTAINERS */
/* -------------------------------------- */

.content-wrapper {
    margin: 0 auto;
    padding: 0 16;
}
@media screen and (min-width:1920px) {
    .content-wrapper {
        padding: 0;
    }
}

/* DnD Max Width Sections */
[class*='max-width-section'] .hs-form {
    padding: 0;
}

/* DnD Area Custom Class */
.container-fluid.dnd-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.container-fluid.dnd-area > .row-fluid-wrapper {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/* DnD Area Container */
.container-fluid > .container-fluid {
    padding: 0;
    width: auto !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/* DnD Can Contain Oversized Height Modules That Overlap Multiple Sub-Rows */
.dnd-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    height: 100%;
    padding: 16px;
}

[class*='max-width-section-centering'] > .row-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* VERTICAL ALIGNMENT */
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] {
    height: 100%;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid {
    height: 100%;
    align-items: center;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid .hs_cos_wrapper_widget {
    height: auto;
}


/* SET MAX-WIDTH LIKE BOOTSTRAP */
/* -------------------------------------- */




/* HUBSPOT GRID TO BOOTSTRAP */
/* -------------------------------------- */
/* Note: This it not the original, it's modified to fit the bootstraps grid */

.row-fluid-wrapper {
    padding: 16px;
}

/* DND Area spaces*/
.dnd-section {
    padding-top: ;
    padding-bottom: ;
}
@media (min-width:768px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}
@media (min-width:1024px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}

@media (max-width:767px), print and (orientation: portrait) {
    .row-fluid-wrapper .row-fluid-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }
    .container-fluid.dnd-area > .row-fluid-wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.row-fluid {
    position: relative;
    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-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    height: 100%;
    margin: -16px;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    position: relative;
    display: inline-block;
    float: none !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    vertical-align: top;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}


.row-fluid > .span12 { width: 100% !important; }
.row-fluid > .span11 { width: 91.66666666% !important; }
.row-fluid > .span10 { width: 83.33333333% !important; }
.row-fluid > .span9  { width: 75% !important; }
.row-fluid > .span8  { width: 66.66666666% !important; }
.row-fluid > .span7  { width: 58.33333333% !important; }
.row-fluid > .span6  { width: 50% !important; }
.row-fluid > .span5  { width: 41.66666666% !important; }
.row-fluid > .span4  { width: 33.33333333% !important; }
.row-fluid > .span3  { width: 25% !important; }
.row-fluid > .span2  { width: 16.6666666% !important; }
.row-fluid > .span1  { width: 8.33333333% !important; }

.container-fluid {
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}


/* MOBILE GRID OVERWRITE */
/* -------------------------------------- */

@media (max-width:767px), print and (orientation: portrait) {
    .row-fluid {
        min-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
    .row-fluid > .span12, .row-fluid > .span11,
    .row-fluid > .span10, .row-fluid > .span9,
    .row-fluid > .span8,  .row-fluid > .span7,
    .row-fluid > .span6,  .row-fluid > .span5,
    .row-fluid > .span4,  .row-fluid > .span3,
    .row-fluid > .span2,  .row-fluid > .span1  {
        width: 100% !important;
    }
}


/* TABLET GRID OVERWRITE */
/* -------------------------------------- */

@media (min-width:768px) and (max-width:1023px), print and (orientation: portrait) {
    .row-fluid [class*="span"] {
        display: block;
        float: none  !important;;
        width: 100%;
        min-height: 0 !important;;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  .row-fluid > .span6  { width: 100% !important; }
  .row-fluid > .span3  { width: 50% !important; }
}

/* Font */

/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-200.eot); /* IE9 Compat Modes */
  src: local(''), 
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-200.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-200.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-200.woff) format('woff'), /* Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-200.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-200.svg) format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-regular.eot); /* IE9 Compat Modes */
  src: local(''),
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-regular.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-regular.woff) format('woff'), /* Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-regular.svg) format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-600.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-600.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-600.woff) format('woff'), /* Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-600.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-600.svg) format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face { 
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-700.eot) format('embedded-opentype'), /* IE6-IE8 */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-700.woff) format('woff'), /* Modern Browsers */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/TitilliumWeb/titillium-web-v15-latin-700.svg) format('svg'); /* Legacy iOS */
}



/* Material Icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons.woff2) format("woff2"), 
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons.woff) format("woff");
}
.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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:  url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-outlined.woff2) format("woff2"), 
        url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-outlined.woff) format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-round.woff2) format("woff2"), 
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-round.woff) format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-sharp.woff2) format("woff2"), 
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-sharp.woff) format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-two-tone.woff2) format("woff2"), 
       url(https://25267957.fs1.hubspotusercontent-eu1.net/hubfs/25267957/raw_assets/public/IX_Hartech_Redesign_2022/font/MaterialIcons/material-icons-two-tone.woff) format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}


/* Generic */



/* Anchors */
/*--------------------------------------------------------------------------*/

.page-editor a.anchor,
.hs-inline-edit a.anchor {
  display: block; position: relative;
  background: ;
  width: 100vw; height: 24px;
  left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;
}
.page-editor a.anchor[id]:before,
.hs-inline-edit a.anchor[id]:before {
  content: 'Anker: #'attr(id);
  color: ;
  display: inline-block; position: absolute;
  width: 100%; height: 24px;
  white-space: nowrap; text-align: center;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/* Reset */
*, *:before, *:after {
  box-sizing: border-box;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* TRANSFORMATION */
/*--------------------------------------------------------------------------*/

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.flip {
  transform: scaleX(-1);
}
.w100 { 
  width: 100%; 
}
.h100vh {
  height: 100vh;
}
@media (max-width:767px){
  .sm-w100 {
    width: 100%; 
  }
}

/* BORDER RADIUS HELPER CLASS */
/*--------------------------------------------------------------------------*/

.rounded-top-right {
  border-top-right-radius: 0px;
  overflow: hidden;
}

.rounded-top-right-xl {
  border-top-right-radius: 0px;
  overflow: hidden;
}

@media (max-width:767px) {
  .rounded-top-right {
    border-top-right-radius: 0px;
  }
  .rounded-top-right-xl {
    border-top-right-radius: 0px;
    overflow: hidden;
  }
}


/* ASPECT RATIO BOX */
/*--------------------------------------------------------------------------*/

.aspect-ratio {
  position: relative;
}
.aspect-ratio.ratio-6x4 {
  padding-bottom: 66.6%;
}
.aspect-ratio.ratio-1x1 {
  padding-bottom: 100%;
}
.aspect-ratio.ratio-4x5 {
  padding-bottom: 48.25%;
}
.aspect-ratio.ratio-16x9 { 
  padding-bottom: 56.25%; 
}
.aspect-ratio > img, .aspect-ratio > .placeholder-img, .sm-aspect-ratio > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width:767px) {
  .sm-aspect-ratio {
    position: relative;
  }
  .sm-aspect-ratio.sm-ratio-1x1 {
    padding-bottom: 100%;
  }
  .sm-aspect-ratio.sm-ratio-6x4 {
    padding-bottom: 66.6%;
  }
}

@media (max-width:1023px) {
  .md-aspect-ratio {
    position: relative;
  }
  .md-aspect-ratio.md-ratio-1x1 {
    padding-bottom: 100%;
  }
  .md-aspect-ratio.md-ratio-6x4 {
    padding-bottom: 66.6%;
  }
}


/* FONT SIZES CLASSES */
/*--------------------------------------------------------------------------*/


@media (min-width:767px) {
  h1.fontsize100 {
    font-size:100px;
  }
}
@media (max-width:1023px) {
  h1.tablet-hide-br br {
    display:none;
  }
}
@media (max-width:767px) {
  h1.mobile-hide-br br {
    display:none;
  }
}


/* FONT COLOR CLASSES */
/*--------------------------------------------------------------------------*/

.font-color-primary,
.color-primary {
  color: #E1CE27;
}
.font-color-secondary,
.color-secondary {
  color: #0C9CD4;
}
.font-color-white,
.color-white {
  color: #fff;
}
.font-color-black,
.color-black {
  color: #6B6B6B;
}


/* FONT WEIGHT CLASSES */
/*--------------------------------------------------------------------------*/

.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}


/* BACKGROUND CLASSES */
/*--------------------------------------------------------------------------*/

/* yellow */
.bg-primary, .bg-yellow {
  background: #E1CE27;
}

/* blue */
.bg-secondary, .bg-blue {
  background: #0C9CD4;
}

/* light blue */
.bg-bluelight {
  background: #EBF7FC;
}

/* green */
.bg-green {
  background: #B4CC04;
}

/* white */
.bg-quaternary {
  background: #FFFFFF;
}

/* black */
.bg-dark {
  background: #6B6B6B;
}

/* grey */
.bg-grey {
  background: #f3f5f6 
}


/* FADE IN / FADE OUT CLASSES */
/*--------------------------------------------------------------------------*/

.fade-in {
  opacity: 1;
  transition: opacity 600ms, visibility 600ms;
  -webkit-transition: opacity 600ms, visibility 600ms;
  visibility: visible;
  max-height: 100%;
}

.fade-out {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}


/* ALIGN */
/*--------------------------------------------------------------------------*/

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
@media (max-width:767px) {
  .align-sm-left   { text-align: left;   }
  .align-sm-center { text-align: center; }
  .align-sm-right  { text-align: right;  }
}


/* DISPLAY */
/*--------------------------------------------------------------------------*/

.d-none {
  display: none !important;
}

.hidden {
  visibility: hidden;
}


/* DISPLAY mobile (default: 576px) */
/*--------------------------------------------------------------------------*/

@media (min-width:280px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}


/* DISPLAY tablet (default: 768px) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
}


/* DISPLAY desktop (default: 992px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}


/* DISPLAY widescreen (default: 1200px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1920px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}


/* MARGIN */
/*--------------------------------------------------------------------------*/

.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}


/* MARGIN CLASSES */
/*--------------------------------------------------------------------------*/

  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x0 { margin-top:    0px !important; }
    .sm-mr-x0 { margin-right:  0px !important; }
    .sm-mb-x0 { margin-bottom: 0px !important; }
    .sm-ml-x0 { margin-left:   0px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x0 { margin-top:    0px !important; }
    .mr-x0 { margin-right:  0px !important; }
    .mb-x0 { margin-bottom: 0px !important; }
    .ml-x0 { margin-left:   0px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x1 { margin-top:    16px !important; }
    .sm-mr-x1 { margin-right:  16px !important; }
    .sm-mb-x1 { margin-bottom: 16px !important; }
    .sm-ml-x1 { margin-left:   16px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x1 { margin-top:    16px !important; }
    .mr-x1 { margin-right:  16px !important; }
    .mb-x1 { margin-bottom: 16px !important; }
    .ml-x1 { margin-left:   16px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x2 { margin-top:    32px !important; }
    .sm-mr-x2 { margin-right:  32px !important; }
    .sm-mb-x2 { margin-bottom: 32px !important; }
    .sm-ml-x2 { margin-left:   32px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x2 { margin-top:    32px !important; }
    .mr-x2 { margin-right:  32px !important; }
    .mb-x2 { margin-bottom: 32px !important; }
    .ml-x2 { margin-left:   32px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x3 { margin-top:    48px !important; }
    .sm-mr-x3 { margin-right:  48px !important; }
    .sm-mb-x3 { margin-bottom: 48px !important; }
    .sm-ml-x3 { margin-left:   48px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x3 { margin-top:    48px !important; }
    .mr-x3 { margin-right:  48px !important; }
    .mb-x3 { margin-bottom: 48px !important; }
    .ml-x3 { margin-left:   48px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x4 { margin-top:    64px !important; }
    .sm-mr-x4 { margin-right:  64px !important; }
    .sm-mb-x4 { margin-bottom: 64px !important; }
    .sm-ml-x4 { margin-left:   64px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x4 { margin-top:    64px !important; }
    .mr-x4 { margin-right:  64px !important; }
    .mb-x4 { margin-bottom: 64px !important; }
    .ml-x4 { margin-left:   64px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-mt-x5 { margin-top:    80px !important; }
    .sm-mr-x5 { margin-right:  80px !important; }
    .sm-mb-x5 { margin-bottom: 80px !important; }
    .sm-ml-x5 { margin-left:   80px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .mt-x5 { margin-top:    80px !important; }
    .mr-x5 { margin-right:  80px !important; }
    .mb-x5 { margin-bottom: 80px !important; }
    .ml-x5 { margin-left:   80px !important; }
  }
   



/* PADDING CLASSES */
/*--------------------------------------------------------------------------*/

  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x0 { padding-top:    0px !important; }
    .sm-pr-x0 { padding-right:  0px !important; }
    .sm-pb-x0 { padding-bottom: 0px !important; }
    .sm-pl-x0 { padding-left:   0px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x0 { padding-top:    0px !important; }
    .pr-x0 { padding-right:  0px !important; }
    .pb-x0 { padding-bottom: 0px !important; }
    .pl-x0 { padding-left:   0px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x1 { padding-top:    16px !important; }
    .sm-pr-x1 { padding-right:  16px !important; }
    .sm-pb-x1 { padding-bottom: 16px !important; }
    .sm-pl-x1 { padding-left:   16px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x1 { padding-top:    16px !important; }
    .pr-x1 { padding-right:  16px !important; }
    .pb-x1 { padding-bottom: 16px !important; }
    .pl-x1 { padding-left:   16px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x2 { padding-top:    32px !important; }
    .sm-pr-x2 { padding-right:  32px !important; }
    .sm-pb-x2 { padding-bottom: 32px !important; }
    .sm-pl-x2 { padding-left:   32px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x2 { padding-top:    32px !important; }
    .pr-x2 { padding-right:  32px !important; }
    .pb-x2 { padding-bottom: 32px !important; }
    .pl-x2 { padding-left:   32px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x3 { padding-top:    48px !important; }
    .sm-pr-x3 { padding-right:  48px !important; }
    .sm-pb-x3 { padding-bottom: 48px !important; }
    .sm-pl-x3 { padding-left:   48px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x3 { padding-top:    48px !important; }
    .pr-x3 { padding-right:  48px !important; }
    .pb-x3 { padding-bottom: 48px !important; }
    .pl-x3 { padding-left:   48px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x4 { padding-top:    64px !important; }
    .sm-pr-x4 { padding-right:  64px !important; }
    .sm-pb-x4 { padding-bottom: 64px !important; }
    .sm-pl-x4 { padding-left:   64px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x4 { padding-top:    64px !important; }
    .pr-x4 { padding-right:  64px !important; }
    .pb-x4 { padding-bottom: 64px !important; }
    .pl-x4 { padding-left:   64px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x5 { padding-top:    80px !important; }
    .sm-pr-x5 { padding-right:  80px !important; }
    .sm-pb-x5 { padding-bottom: 80px !important; }
    .sm-pl-x5 { padding-left:   80px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x5 { padding-top:    80px !important; }
    .pr-x5 { padding-right:  80px !important; }
    .pb-x5 { padding-bottom: 80px !important; }
    .pl-x5 { padding-left:   80px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x6 { padding-top:    96px !important; }
    .sm-pr-x6 { padding-right:  96px !important; }
    .sm-pb-x6 { padding-bottom: 96px !important; }
    .sm-pl-x6 { padding-left:   96px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x6 { padding-top:    96px !important; }
    .pr-x6 { padding-right:  96px !important; }
    .pb-x6 { padding-bottom: 96px !important; }
    .pl-x6 { padding-left:   96px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x7 { padding-top:    112px !important; }
    .sm-pr-x7 { padding-right:  112px !important; }
    .sm-pb-x7 { padding-bottom: 112px !important; }
    .sm-pl-x7 { padding-left:   112px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x7 { padding-top:    112px !important; }
    .pr-x7 { padding-right:  112px !important; }
    .pb-x7 { padding-bottom: 112px !important; }
    .pl-x7 { padding-left:   112px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x8 { padding-top:    128px !important; }
    .sm-pr-x8 { padding-right:  128px !important; }
    .sm-pb-x8 { padding-bottom: 128px !important; }
    .sm-pl-x8 { padding-left:   128px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x8 { padding-top:    128px !important; }
    .pr-x8 { padding-right:  128px !important; }
    .pb-x8 { padding-bottom: 128px !important; }
    .pl-x8 { padding-left:   128px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x9 { padding-top:    144px !important; }
    .sm-pr-x9 { padding-right:  144px !important; }
    .sm-pb-x9 { padding-bottom: 144px !important; }
    .sm-pl-x9 { padding-left:   144px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x9 { padding-top:    144px !important; }
    .pr-x9 { padding-right:  144px !important; }
    .pb-x9 { padding-bottom: 144px !important; }
    .pl-x9 { padding-left:   144px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x10 { padding-top:    160px !important; }
    .sm-pr-x10 { padding-right:  160px !important; }
    .sm-pb-x10 { padding-bottom: 160px !important; }
    .sm-pl-x10 { padding-left:   160px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x10 { padding-top:    160px !important; }
    .pr-x10 { padding-right:  160px !important; }
    .pb-x10 { padding-bottom: 160px !important; }
    .pl-x10 { padding-left:   160px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x11 { padding-top:    176px !important; }
    .sm-pr-x11 { padding-right:  176px !important; }
    .sm-pb-x11 { padding-bottom: 176px !important; }
    .sm-pl-x11 { padding-left:   176px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x11 { padding-top:    176px !important; }
    .pr-x11 { padding-right:  176px !important; }
    .pb-x11 { padding-bottom: 176px !important; }
    .pl-x11 { padding-left:   176px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x12 { padding-top:    192px !important; }
    .sm-pr-x12 { padding-right:  192px !important; }
    .sm-pb-x12 { padding-bottom: 192px !important; }
    .sm-pl-x12 { padding-left:   192px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x12 { padding-top:    192px !important; }
    .pr-x12 { padding-right:  192px !important; }
    .pb-x12 { padding-bottom: 192px !important; }
    .pl-x12 { padding-left:   192px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x13 { padding-top:    208px !important; }
    .sm-pr-x13 { padding-right:  208px !important; }
    .sm-pb-x13 { padding-bottom: 208px !important; }
    .sm-pl-x13 { padding-left:   208px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x13 { padding-top:    208px !important; }
    .pr-x13 { padding-right:  208px !important; }
    .pb-x13 { padding-bottom: 208px !important; }
    .pl-x13 { padding-left:   208px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x14 { padding-top:    224px !important; }
    .sm-pr-x14 { padding-right:  224px !important; }
    .sm-pb-x14 { padding-bottom: 224px !important; }
    .sm-pl-x14 { padding-left:   224px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x14 { padding-top:    224px !important; }
    .pr-x14 { padding-right:  224px !important; }
    .pb-x14 { padding-bottom: 224px !important; }
    .pl-x14 { padding-left:   224px !important; }
  }
  
  /* Mobile classes */
  @media(max-width:767px){
    .sm-pt-x15 { padding-top:    240px !important; }
    .sm-pr-x15 { padding-right:  240px !important; }
    .sm-pb-x15 { padding-bottom: 240px !important; }
    .sm-pl-x15 { padding-left:   240px !important; }
  }
  /* Desktop classes */
  @media(min-width:768px) {
    .pt-x15 { padding-top:    240px !important; }
    .pr-x15 { padding-right:  240px !important; }
    .pb-x15 { padding-bottom: 240px !important; }
    .pl-x15 { padding-left:   240px !important; }
  }
  


/* PADDING CLASSES FOR DRAG AND DROP TEMPLATES */
/*--------------------------------------------------------------------------*//* DIVERSE */
/*--------------------------------------------------------------------------*/
.richtext-wrapper img {
  width: 100%!important;
}


/* total width */
::-webkit-scrollbar {
  background-color: #FFFFFF;
  width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #c4c4c6;
  border-radius: 16px;
  border: 2px solid #FFFFFF;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c4c4c6;
  border-radius: 16px;
  border: 2px solid #FFFFFF;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}


/* Table */
/*--------------------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  width: 100%;
}


/* Table cells */
/*--------------------------------------------------------------------------*/

td, th {
  vertical-align: top;
  padding-bottom: 8.0px;
}


/* Table header */
/*--------------------------------------------------------------------------*/

thead th {
  vertical-align: bottom;
}


/* Breakpoint Helper */
/*--------------------------------------------------------------------------*/

/* Tiny */
@media (max-width: 359px){
  .table-break-xs tr, 
  .table-break-xs td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-xs tr {
    margin-bottom: 8.0px;
  }
}

/* Small */
@media (max-width:767px){
  .table-break-sm tr, 
  .table-break-sm td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-sm tr {
    margin-bottom: 8.0px;
  }
}

/* Medium */
@media (max-width:1023px){
  .table-break-md tr, 
  .table-break-md td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-md tr {
    margin-bottom: 8.0px;
  }
}



/* BODY */
/*--------------------------------------------------------------------------*/

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  word-break: break-word;
  letter-spacing: 0px;
  color: #6B6B6B;
}

@media(max-width:767px){
  body {
    font-size: 16px;
  }
}


/* Links */
/*--------------------------------------------------------------------------*/

a, .link {
  color: #0C9CD4;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .link:hover {
  color: #0C9CD4;
  text-decoration: underline;
}
a:focus, , .link:focus {
  color: #0C9CD4;
}


/* Selected Text */
/*--------------------------------------------------------------------------*/

::selection,
::-moz-selection {
  color: #FFFFFF;
  background: #E1CE27;
}


/* Paragraphs */
/*--------------------------------------------------------------------------*/

p {
  margin: 0 0 16px 0;
}


/* Divider */
/*--------------------------------------------------------------------------*/

hr {
  margin: 64px 0 64px 0; 
}


/* Listings */
/*--------------------------------------------------------------------------*/

ul, ol {
  margin: 0 0 16px;
}
ol {
  padding-left: 34px;
}
ul ul, ol ul, ul ol, ol ol {
  margin: 0;
} 
ul.no-list {
  list-style: none;
}

/* List with custom marker icons */
/* custom richtext module listing */
.list ul {
  list-style: none;
  padding-left: 34px;
}
.list ul li {
  position: relative;
  margin-bottom: 8.0px;
}
@media (max-width:767px) {
  .list ul li {
    font-size: 16px;
  }
}
.list ul li:before {
  position: absolute;
  content: '\eaaa';
  font-family: 'Material Icons Outlined' !important;
  color: #0C9CD4;
  margin-left: -34px;
  line-height: 30px;
  font-size: 26px;
}


/* Headline */
/*--------------------------------------------------------------------------*/

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  margin: 0 0 1rem 0;
  line-height: 1.1
}

h2, .h2 {
  color: #E1CE27;
}

h3, .h3 {
  color: rgba(68, 87, 96, 0.8);
}

h4, .h4 {
  color: rgba(89, 107, 116, 0.7);
  font-weight: 600;
}

h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 36px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 24px; }

@media (min-width:768px) {
  h1, .h1 { font-size: 54px; }
  h2, .h2 { font-size: 44px; }
  h3, .h3 { font-size: 35px; }
  h4, .h4 { font-size: 26px; }
}


/* Font-Size (mobile) */
/*--------------------------------------------------------------------------*/

.font-size-xxl,  .font-size-xxl p  { font-size: 36px}
.font-size-xl,   .font-size-xl p   { font-size: 28px }
.font-size-l,    .font-size-l p    { font-size: 26px }
.font-size-m,    .font-size-m p    { font-size: 24px }
.font-size-s,    .font-size-s p    { font-size: 18px }
.font-size-xs,   .font-size-xs p   { font-size: 16px; }


/* Font-Size (desktop) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) {
  .font-size-xxl,  .font-size-xxl p  { font-size: 44px }
  .font-size-xl,   .font-size-xl p   { font-size: 35px }
  .font-size-l,    .font-size-l p    { font-size: 32px }
  .font-size-m,    .font-size-m p    { font-size: 26px }
  .font-size-s,    .font-size-s p    { font-size: 22px }
  .font-size-xs,   .font-size-xs p   { font-size: 18px }
}



/* Alignment Helper */
/*--------------------------------------------------------------------------*/

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
@media (max-width:767px) {
  .align-sm-left   { text-align: left;   }
  .align-sm-center { text-align: center; }
  .align-sm-right  { text-align: right;  }
}


/* Blockquotes */
/*--------------------------------------------------------------------------*/


/* Wrapper */
blockquote {
  margin: 32px 32px 48px 82px;
  position: relative;
  font-style: italic;
  quotes: "\201C""\201D""\2018""\2019";
  margin: 0 0 0 62px;
}

/* Font */
blockquote, blockquote > p {
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
}

/* Quote */
blockquote:before {
  display: block; 
  position: absolute;
  left: -66px; 
  top: -12px;
  content:"”";
  color: #E1CE27;
  background-repeat: no-repeat;
  font-size: 137px;
  line-height: 1;
  
  /* Square or Round */
  
}

em {
  font-style: italic;
}

@media (max-width: 767px) {
  blockquote:before {
    top: -20px;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Partials */



/* Wrapper */
/*--------------------------------------------------------------------------*/

.header-container-wrapper {
  width: 100%;
  background: #fff;
}

.header-container-wrapper #header {
  height: 120px;
}

.header-container-wrapper #header .row {
  height: 100%;
  align-items: center;
}


@media(max-width:767px){ 
  .header-container-wrapper #header {
    height: 80px;
  }
}


/* BRIDGE - Hidden Hover Field Area For Usability (CSS) */
/*--------------------------------------------------------------------------*/

.navigation-primary .hs-menu-depth-1.hs-item-has-children:after {
  content: "";
  display: none;
  background: transparent;
  width: 100vw !important;
  position: fixed !important;
  left: 0 !important;
}

@media(min-width:1024px){
  html:not(.hs-inline-edit) .homepage #header.extend .navigation-primary .hs-menu-depth-1.hs-item-has-children:after {
    height: 0px !important;
    top: 0px; 
  }
}
.navigation-primary .hs-menu-depth-1.hs-item-has-children:hover:after {
  display: block;
}




/* LOGO */
/*--------------------------------------------------------------------------*/

.header-container-wrapper .header-container .logo img,
.header-container-wrapper .header-container .logo svg {
  width: 264px!important; 
  height: auto;
}

@media (max-width:767px) {
  .header-container-wrapper .header-container .logo img,
  .header-container-wrapper .header-container .logo svg {
    width: 154px!important; 
  }
}



/* MOBILE MENU ICON Positions */
/*--------------------------------------------------------------------------*/

.hamburg { 
  display: block; 
  background: transparent; 
  width: px; 
  height: px; 
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  margin-left: auto;
  position: relative;
}


/* MOBILE MENU ICON Style */
/*--------------------------------------------------------------------------*/



.hamburg .line { 
  position: absolute; 
  left: 0.0px;
  height: px; width: px; 
  background: #fff; border-radius: 0.0px;
  display: block; 
  transition: 0.5s; 
  transform-origin: center; 
}
.hamburg .line:nth-child(1) { 
  top: 0px;
}
.hamburg .line:nth-child(2) { 
  top: 0px;
}
.hamburg .line:nth-child(3) { 
  top: 0px;
}

/* scrolled or nav open */
.hs-blog-post .header-container-wrapper .header-container .hamburg .line,
.navi-open .header-container-wrapper .header-container .hamburg .line,
.header-container-wrapper.scrolled .header-container .hamburg .line {
  background: #6B6B6B;
}

/* Focus with mouse */
.hamburg:focus:not(:focus-visible) {
  outline: 0;
}


/* HAMBURG Toggle Animation */
/*--------------------------------------------------------------------------*/

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(0px) rotate(45deg);
}
#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}
#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-0px) rotate(-45deg);
}


/* DROPDOWN Mobile (open/close) */
/*--------------------------------------------------------------------------*/

@media( max-width:1023px){
  #hamburg, #hamburg ~ .main-menu.d-flex {
    display: none !important;
  }
  #hamburg:checked ~ .main-menu.d-flex {
    display: flex !important;
  }
}


/* DROPDOWN Desktop (visible) */
/*--------------------------------------------------------------------------*/

@media( min-width:1024px){
  #hamburg, .hamburg {
    display: none !important;
  }
  #hamburg ~ .main-menu.d-flex {
    display: flex !important;
  }
}


.footer {
  background: #f3f5f6;
  padding: 32px 0;
  border-top: 2px solid #0C9CD4;
}

@media (max-width:1023px) {
  .footer .footer-menu-wrapper {
    display: none;
  }
}


/* Footer list */
/*--------------------------------------------------------------------------*/

footer ul {
  list-style: none outside;
  padding: 0 0 0 10px;
}

footer ul li {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}


/* Footer links */
/*--------------------------------------------------------------------------*/

footer ul li a {
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  padding-left: 2px;
  display: block;
  font-weight: 300;
}

footer ul li.hs-menu-depth-2 a:before {
  content: "-";
  margin-right: 5px;
}

footer a:hover {
  color: #0C9CD4;
}


/* Footer buttons */
/*--------------------------------------------------------------------------*/

footer .footer-button {
  margin-bottom: 48px;
}

footer .footer-button a {
  display: inline-flex;
  background: #0C9CD4;
  font-size: 18px;
  color: #fff;
  align-items: center;
  padding: 4px 16px 4px 14px;
  font-weight: 300;
}

footer .footer-button a:hover {
  text-decoration: none;
}


footer .footer-button a svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 15px;
}


/* Footer company info */
/*--------------------------------------------------------------------------*/

footer .company-info {
  color: #0C9CD4;
  line-height: 1.4em;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
}


/* Footer copyright */
/*--------------------------------------------------------------------------*/

footer .copyright_col {
  display: flex;
  align-items: center;
  font-weight: 300;
}

@media (max-width:1023px) {
  footer .copyright_col {
    display: block;
    text-align: center;
  }
}

footer .copyright_col .copyright {
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 300;
}

footer .copyright_col .copyright_navigation ul {
  display: inline-block;
  margin-bottom: 0;
}

footer .copyright_col .copyright_navigation ul li {
  border-right: 1px solid rgba(255,255,255,.1);
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
}

footer .cookie-banner-button {
  margin-left: 0.5rem;
}

footer .copyright_col .copyright_navigation ul li a, 
footer .cookie-banner-button a {
  color: #bababa;
  font-size: 19px;
}

@media (min-width:1024px) {
  footer .copyright_col .copyright-button {
    margin-left: auto;
    margin-right: 2rem;
  }
}

footer .copyright_col .copyright-button a {
  display: inline-flex;
  align-items: center;
  font-size: 19px;
}

footer .copyright_col .copyright-button a svg {
  width: 19px;
  height: 18px;
  fill: #0C9CD4;
  margin-left: 5px;
  display: block;
  vertical-align: middle;
}


/* Modules */



/* GLOBAL */
/*--------------------------------------------------------------------------*/

.btn, a.btn, .hs-button {
  padding: 12px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  border-radius: 0px;
  letter-spacing: ;
  cursor: pointer;
  text-align: center;
}

.button-container {
  width: 100%;
}

@media (max-width:767px) {
  .btn, a.btn, .hs-button {
    font-size: 18px;
  }
}


/* ICON */
/*--------------------------------------------------------------------------*/

.btn.btn-icon:after {
  content: '\ead0';
  font-family: "Material Icons";
  color: #fff;
  margin-left: 8px;
}


/* PRIMARY */
/*--------------------------------------------------------------------------*/

.btn-primary, a.btn-primary, .hs-button.primary {
  background-color: #E1CE27;
  color: #fff;
  border: none;
} 
.btn-primary:hover, a.btn-primary:hover, .hs-button.primary:hover {
  background-color: #E1CE27;
  border: none;
  text-decoration: none;
}


/* SECONDARY */
/*--------------------------------------------------------------------------*/

.btn-secondary, a.btn-secondary, .hs-button.secondary {
  background-color: #0C9CD4;
  color: #fff;
  border: none;
} 
.btn-secondary:hover, a.btn-secondary:hover, .hs-button.secondary:hover {
  background-color: #0C9CD4;
  color: #fff;
  border: none;
}


/* OUTLINE */
/*--------------------------------------------------------------------------*/

.btn-outline-white, a.btn-outline-white {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  color: #FFFFFF;
  border: none;
} 
.btn-outline-white:hover, a.btn-outline-white:hover {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
  color: #FFFFFF;
  border: none;
} 


/* MOBILE */
/*--------------------------------------------------------------------------*/

@media(max-width:767px){
  .btn, a.btn, .hs-button {
    padding: 14px 20px;
  }
} 


/* Divider */
/*--------------------------------------------------------------------------*/

.divider {
  width: 100%;
  height: 1px;
  background-color: #6B6B6B;
} 



/* Hero Banner wrapper */
/*--------------------------------------------------------------------------*/

.simple-banner {
  position: relative;
  min-height: calc(100vh - 120px); /* minus header height */
}

.simple-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simple-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Hero Banner content */
/*--------------------------------------------------------------------------*/

.simple-banner .banner-content {
  position: relative;
  z-index: 10;
  color: #fff;
}

.simple-banner .banner-content .banner-description {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
}

/* Smaller size */
.simple-banner.banner-smaller .banner-content {
  padding: 178px 16px 112px 16px;
}

/* Bigger size */
.simple-banner.banner-bigger .banner-content {
  padding: 100px 16px;
}

@media (max-width:767px) {
  /* Smaller size */
  .simple-banner.banner-smaller .banner-content {
    padding: 96px 16px 64px 16px;
  }
  /* Bigger size */
  .simple-banner.banner-bigger .banner-content {
    padding: 96px 16px 112px 16px;
  }
}


/* Hero Banner Label */
/*--------------------------------------------------------------------------*/

.simple-banner .banner-content .banner-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  font-size: 26px;
  color: #000;
  padding: 8px 15px;
  margin-bottom: 32px;
}


/* Hero Banner Rounded points */
/*--------------------------------------------------------------------------*/

.simple-banner .banner-content .banner-points {
  padding-top: 32px;
}

.simple-banner .banner-content .banner-points .point-wrapper .point {
  font-size: 24px;
  line-height: 1.15;
  border-radius: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

@media (max-width:767px) {
  .simple-banner .banner-content .banner-points {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .simple-banner .banner-content .banner-points .point-wrapper {
    flex-basis: 33.3%;
    padding: 5px;
  }
  .simple-banner .banner-content .banner-points .point-wrapper .point {
    width: 115px!important;
    height: 115px!important;
    font-size: 16px  !important;
  }
}

@media (min-width:768px){
  .simple-banner .banner-content .banner-points {
    display: flex;
  }
  .simple-banner .banner-content .banner-points .point-wrapper .point {
    margin-right: 40.0px;
    margin-left: 0;
    font-size: 26px;
  }
}


/* Hero Banner Button */
/*--------------------------------------------------------------------------*/

.simple-banner .button-container {
  padding-top: 2rem;
}

.simple-banner .button-container .btn {
  font-weight: bold;
  font-size: 32px;
}

@media (max-width:767px) {
  .simple-banner .button-container {
    text-align: center;
  }
  .simple-banner .button-container .btn {
    font-size: 26px;
    width: 100%;
  }
}



/* Hero Banner overlay */
/*--------------------------------------------------------------------------*/

.simple-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}


/* Hero Banner Icongroup */
/*--------------------------------------------------------------------------*/
.m-0 {
  margin:0;
}
@media (min-width:768px) and (max-width:1023px) {
  .md-text-center {
    text-align:center;
  }
}

.icongroup-row {
  display:flex; 
  gap: 16px;
}
.icongroup-introtext {
  font-size:16px;
  margin-bottom:0;
  text-align:right;
  line-height:1.2;
  /*white-space: nowrap;*/
}
.icongroup-image {
  max-width:35%;
  height:auto;
  margin-right:8%;
}
.icongroup-image-box {
  display:flex;
}
@media (max-width:767px) {
  .icongroup-introtext {
    /*text-align:left;*/
    /*white-space: normal;*/
  }  
  .icongroup-introtext br {
    display:none;
  }
  .icongroup-image-box {
    justify-content: flex-end;
  }
  .icongroup-image {
    max-width:42%;
    margin-right:4%;
  }  
} 


/* Video Module */
/*--------------------------------------------------------------------------*/

.video-module {
  max-width: 940px;
  margin: 0 auto;
}

.video-container {
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container.is-playing .video-preview {
  display: none;
}

.video-container .video-preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-container .video-preview:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.video-container .video-preview img {
  width: 100%!important;
  object-fit: cover;
}

@media (max-width:767px) {
  .video-container {
    width: 100%;
  }
}


/* Video Play icon */
/*--------------------------------------------------------------------------*/

.video-preview .video-play {
  background: #E1CE27;
  padding: 32px;
  display: inline-block;
  cursor: pointer;
  border-radius: 100%;
  transition: background 300ms;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.video-preview .video-play  svg {
  width: 33px!important;
  height: 33px;
  display: block;
  color: #fff;
  transition: color 300ms;
  transform: translate(4px, 0px);
}

.video-preview .video-play:hover {
  background: #fff;
}

.video-preview .video-play:hover svg {
  color: #E1CE27;
}


/* Video label */
/*--------------------------------------------------------------------------*/

.video-label {
  margin-top: 16px;
} 



/* Text highlighted */
/*--------------------------------------------------------------------------*/

/* reset default */
.text-highlighted em {
  display: inline-block;
} 



/* Image element */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .image-text img {
    max-width: 100%;
  }
} 



/* List wrapper */
/*--------------------------------------------------------------------------*/

.list {
  padding: 24.0px 32px;
}

@media (max-width:767px) {
  .list {
    padding: 16px;
  }
}



/* Iconbox icon */
/*--------------------------------------------------------------------------*/

.iconbox .iconbox-item .iconbox-icon svg  {
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
  display: inline-block;
}


/* Iconbox icon */
/*--------------------------------------------------------------------------*/

.iconbox .iconbox-item .iconbox-headline h3 {
  font-size: 22px;
  font-weight: 600;
  color: #E1CE27;
}


/* TESTIMONIALS SLIDER */
/*--------------------------------------------------------------------------*/

.testimonials-slider {
  padding-top: 16px;
  padding-bottom: 48px;
}

.testimonials-slider .slick-track {
  display: flex;
  align-items: center;
}

body:not(.academy) .testimonials-headline h2 {
  color: #0C9CD4!important;
}

/* spacing */
.testimonials-slider .testimonial-headline,
.testimonials-slider .testimonial-opinion {
  margin-bottom: 20.0px;
}

/* Opinion */
.testimonials-slider .testimonial-opinion {
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
}

@media (max-width:767px) {
  /* Opinion */
  .testimonials-slider .testimonial-opinion {
    font-size: 18px;
  }
}

.testimonials-slider .testimonial-logo img {
  max-width: 150px!important;
  height: auto!important;
  margin: 0 auto;
}

/* custom arrows */
.testimonials-slider .custom-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.testimonials-slider .custom-arrows span {
  color: #0C9CD4;
  font-size: 36px;
  padding: 0.5rem;
}

.testimonials-slider .custom-arrows.next-arrow {
  right: -16px;
  transform: translate(100%, -50%);
}

.testimonials-slider .custom-arrows.prev-arrow {
  left: -16px;
  transform: translate(-100%, -50%);
}
/* HubSpot Form Configuration */
/*--------------------------------------------------------------------------*/



/* 0. Constants */
/*--------------------------------------------------------------------------*/
    require_once: (Boolean: true) = true;
    debug_log: (Boolean: true) = true;
    selectors: ['text', 'number', 'email', 'search', 'password', 'tel', 'url', 'date', 'file'];



/* 1. Form */
/*--------------------------------------------------------------------------*/
    hs_form.font_family: (String: &quot;Titillium Web&quot;, sans-serif);
    hs_form.gutter_width: (Integer: 16);
    hs_form.font_size: (Integer: 16);
    hs_form.line_height: (String: 1.25);
    hs_form.font_icons: (Boolean: true) = true;
    hs_form.font_icons_family: (String: Font-Awesome);



/* 2. Labels */
/*--------------------------------------------------------------------------*/
    hs_label.display: null = ;
    hs_label.font_size: (Integer: 16);
    hs_label.color: null;
    hs_label.color_requied: (String: red);



/* 3. Helper */
/*--------------------------------------------------------------------------*/
    hs_helper.font_size: (Integer: 12);
    hs_helper.color: (String: gray);



/* 4. Consent */
/*--------------------------------------------------------------------------*/
    hs_consent.font_size: (Integer: 13);
    hs_consent.agree_with_checkbox: (Boolean: true) = true;



/* 5. ReCaptcha */
/*--------------------------------------------------------------------------*/
    hs_recaptcha.display: (Boolean: true) = true;



/* 6. Inputs */
/*--------------------------------------------------------------------------*/
    hs_input.color: (String: #000000);
    hs_input.color_hover: (String: #000000);
    hs_input.background: (String: transparent);
    hs_input.background_hover: (String: #C0C0C0);
    hs_input.background_active: (String: #FFFFFF);
    hs_input.height: (Integer: 40);
    hs_input.padding_vertical: (Integer: 8);
    hs_input.padding_horizontal: (Integer: 9);
    hs_input.border_radius: (Integer: 0);
    hs_input.border_width: (Integer: 1);
    hs_input.border_color: (String: #BDBDBD);
    hs_input.border_style: (String: 1px solid #4F4F4F);



/* 7. Select And Checkbox */
/*--------------------------------------------------------------------------*/
    hs_checkbox.box_size: (Integer: 40);
    hs_checkbox.box_checked_size: (Integer: 12);
    hs_checkbox.selected_and_checkbox_size: (Integer: 16);



/* 8. Dropdowns */
/*--------------------------------------------------------------------------*/
    hs_dropdown.active: (Boolean: true) = true;
    hs_dropdown.caret_color: (String: #000000);
    hs_dropdown.caret_size: (Integer: 8);
    hs_dropdown.background: (String: #FFFFFF);
    hs_dropdown.background_hover: (String: #C0C0C0);
    hs_dropdown.color: (String: #000000);
    hs_dropdown.color_hover: (String: #000000);
    hs_dropdown.line_height: (String: 1.25);



/* 9. Number */
/*--------------------------------------------------------------------------*/
    hs_numbers.active: (Boolean: true) = true;
    hs_numbers.icon_size: (Integer: 12);



/* 10. Error Validation */
/*--------------------------------------------------------------------------*/
    hs_validation.font_size: (Integer: 12);
    hs_validation.error_msg_color: null;
    hs_validation.success_msg_color: (String: green);



/* 11. Boolean */
/*--------------------------------------------------------------------------*/
    hs_boolean.active: (Boolean: false) = false;
    hs_boolean.size: (Integer: 16);
    hs_boolean.background_true: (String: #DCDCDC);
    hs_boolean.icon_color_true: (String: red);
    hs_boolean.background_false: (String: #FAFAFA);
    hs_boolean.icon_color_false: (String: green);



/* 12. Datetime */
/*--------------------------------------------------------------------------*/
    hs_datetime.background: (String: transparent);



/* 13. Uploads */
/*--------------------------------------------------------------------------*/
    hs_uploads: (SizeLimitingPyMap: {});



/* 14. Button */
/*--------------------------------------------------------------------------*/
    hs_button.border_style: (String: 1px solid #BDBDBD);
    hs_button.border_radius: (Integer: 0);
    hs_button.color: (String: #000000);
    hs_button.color_hover: (String: #000000);
    hs_button.background: (String: transparent);
    hs_button.background_hover: (String: #C0C0C0);



/* 15. Membership */
/*--------------------------------------------------------------------------*/
    hs_membership: (SizeLimitingPyMap: {});



/* 16. Grid */
/*--------------------------------------------------------------------------*/
    hs_grid.breakpoint_mobile: (Integer: 768);
    hs_grid.breakpoint_tablet: (Integer: 1024);




/* GLOBAL FORM - TEXT, TITLE AND LABELS */
/*--------------------------------------------------------------------------*/

.hs-form {
  clear: both;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  padding: 0 16px;
  font-style: normal;
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.form-wrapper h3 {
    display: none;
  }
  .hs-form {
    /* fix body desktop vs. mobile font-size */
    font-size: 23px;
  }
  .hs-form-booleancheckbox {
    font-size: 14px;
  }
  form.hs-form>.hs-form-field, 
  fieldset>.hs-form-field, 
  fieldset>.hs-dependent-field>.hs-form-field {
    margin-top: 20.0px!important;
    line-height: 1;
  } 

  /* Firmentraining custom field style */
  .hs-form .hs_firmentraining label,
  .hs-form .hs-online_schulung label {
    font-weight: bold;
  }


/* ALL FOTM TEXT, TITLE AND LABELS */
/*--------------------------------------------------------------------------*/

/* Additional HuSpot Form Types: (from system not forms)
 * Subscription Preferences (module) --> #email-prefs-form
 * Backup Unsubscribe (module) --> #email-prefs-form
 */

.hs_cos_wrapper.form-title,
.form-title {
  padding: 0 16px 16px 16px;
  font-size: 16px;
  text-align: center;
}
.container .form-title, 
.container .hs-form {
  padding: 0;
}

/* Labels and Titels */
.hs-form .hs-form-field > label,
.hs-form .field[role="search"] > label,
.hs-form .hs-fieldtype-booleancheckbox:before {
  display: inline-block;
  font-size: 16px;
  color: ;
  line-height: 1.25;
  margin-bottom: 5px;
}

/* Requied Symbol Color in Labels */
.hs-form .hs-form-required {
  margin-left: 1px;
  color: red;
}

/* Hidden Fields If Not Hide By Browser Defaults */
.hs-form input[hidden] {
  display: none !important;
}

/* HubSpot Text Block Between Input Elements */
.hs-form .hs-richtext:not(.hs-main-font-element) {
  margin-top: 32px;
  margin-bottom: -8.0px;
}
.hs-form div:not(.hs-richtext) + .hs-richtext {
  margin-top: 0; /* 8.0px */
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form label em {
    color: red;
  }
  .hs-form .hs-form-field label:not(.hs-form-booleancheckbox-display) {
    font-weight: bold;
  }
  .hs-form .hs-error-msgs li>label.hs-error-msg {
    color: #dc3545;
    font-weight: normal;
  }


/* DEFAULT INPUT FIELDS */
/*--------------------------------------------------------------------------*/

  /* Inputs (selectors for all inputs)  */
  .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'],
  .hs-form button, .hs-form optgroup,
  .hs-form select, .hs-form textarea,
  .hs-form .select-selected {
    display: inline-block;
    border: 1px solid #4F4F4F;
    background: transparent;
    box-shadow: none;
    padding: 8px 9px;
    width: 100%;
    border-radius: 0px;
    line-height: 1.25;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
  }

  /* Input Defaults */
  .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'],
  .hs-form button, .hs-form optgroup,
  .hs-form select, .hs-form textarea,
  .select-selected {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }

  /* Inputs in Focus */
  .hs-form input:focus,
  .hs-form textarea:focus,
  .hs-form select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
  }

  /* Equal Height Inputs */
  .hs-form input:not(.hs-button), 
  .hs-form select {
    height: 40px;
  }

  /* Textareas */
  .hs-form textarea,
  .hs-fieldtype-textarea  {
    width: 100% !important;
    min-height: 96px;
  }

  /* Placeholder */
  .hs-form .select-selected.placeholder,
  ::-webkit-input-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder,
  :-moz-placeholder {
  }

  /* Hidden Fields If Not Hide By Browser Defaults */
  .hs-form input[hidden] {
    display: none !important;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'], 
  .hs-form textarea {
    border: 1px solid #BDBDBD;
  }


/* DESCRIPTIONS */
/*--------------------------------------------------------------------------*/

.hs-form .hs-field-desc {
  font-size: 12px;
  color: gray;
  line-height: 1.25;
  margin-bottom: 8.0px; 
  margin-top:  -8.0px;
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/




/* CUSTOM CHECKBOX AND RADIO FIELDS */
/*--------------------------------------------------------------------------*/

  .hs-form .inputs-list,
  .hs-form-booleancheckbox {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  .hs-form-radio,
  .hs-form-checkbox,
  .hs-form-booleancheckbox,
  .email-prefs .item,
  .subscribe-options {
    display: table;
    margin-bottom: 16px;
    border: 0;
    margin: 0 !important;
  }

  /* Customize the label (the container) */
  .hs-form-radio label,
  .hs-form-checkbox label,
  .hs-form-booleancheckbox label,
  .email-prefs .item .fakelabel, 
  .subscribe-options label {
    display: table-cell;
    vertical-align: middle;
    height: 40px; /* 42px */
    position: relative;
    padding-left: 32px;
    padding-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
  }
  .email-prefs .item p,
  .subscribe-options > p:first-child {
    padding-left: 32px;
  }

  /* Hide the browser's default checkbox */
  .hs-form-radio input,
  .hs-form-checkbox input,
  .hs-form-booleancheckbox input,
  .email-prefs .item input,
  .subscribe-options input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Label Text */
  .hs-form .hs-form-radio span,
  .hs-form .hs-form-checkbox span,
  .email-prefs .item .fakelabel span,
  .subscribe-options span {
    vertical-align: baseline;
    line-height: 1.25;
  }

  /* Create a custom checkbox */
  .hs-form .hs-form-radio label > span:before,
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before {
    left: 0;
    position: absolute;
    display: block;
    content: "";
    background-color: transparent;
    border: 1px solid #4F4F4F;
  }
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before {
    width: 16px;
    height: 16px;
    top: 4.0px;
  }
  .hs-form .hs-form-radio label > span:before {
    width: 18px;
    height: 18px;
    top: 3.0px;
  }

  /* Border Radius */
  .hs-form .hs-form-radio span:before {
    border-radius: 50%;
  }
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before {
    border-radius: 0px;
  }

  /* On mouse-over, add a grey background color */
  .hs-form-radio:hover input + span:before,
  .hs-form-checkbox:hover input + span:before,
  .hs-form-booleancheckbox:hover input + span:before,
  .email-prefs .item:hover .fakelabel > input + span:nth-child(2):before,
  .subscribe-options label:hover input + span:before {
    background-color: #C0C0C0;
  }

  /* When the checkbox is checked background */
  .hs-form .hs-form-radio input:checked + span:before,
  .hs-form .hs-form-checkbox input:checked + span:before,
  .hs-form .hs-form-booleancheckbox input:checked + span:before,
  .email-prefs .item .fakelabel > input:checked + span:nth-child(2):before,
  .subscribe-options input:checked + span:before {
    background-color: #FFFFFF;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .hs-form-radio span:after,
  .hs-form-checkbox span:after,
  .hs-form-booleancheckbox span:after {
    content: "";
    position: absolute;
    display: none;
  }
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:after {
    position: absolute;
    opacity: 0;
  }

  /* Show the checkmark when checked */
  .hs-form-radio input:checked ~ span:after,
  .hs-form-checkbox input:checked ~ span:after,
  .hs-form-booleancheckbox input:checked ~ span:after {
    display: block;
  }
  .email-prefs .item .fakelabel > input:checked + span:nth-child(2):after,
  .subscribe-options input:checked ~ span:after {
    opacity: 1;
  }

  /* Style the checkmark/indicator */
  .hs-form-booleancheckbox label > span:after,
  .hs-form-checkbox label > span:after,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:after {
    
       font-family: "", "Font Awesome 5 Free";
       font-weight: bold;
       content: "\f00c"; /* Checked */
    
       left: 0; 
       top: 4.0px;
       font-size: 16px;
       line-height: 16px;
       text-align: center;
       width: 16px;
       height: 16px;
       border: 1px solid transparent;
  }

  /* Style the selection/indicator */
  .hs-form-radio label > span:after {
   
      font-family: "", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f00c"; /* Checked */
   
      left: 0;
      top: 3.0px;
      font-size: 16px;
      line-height: 16px;
      text-align: center;
      width: 18px;
      height: 18px;
      border: 1px solid transparent;
  }

  /* Style the boolean/indicator */
  .hs-form-booleancheckbox label > span:after {
    left: 0;
    top: 4.0px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #4F4F4F;
    border-radius: 0px;
    -webkit-transition: -webkit-transform 150ms ease;
    -ms-transition: -ms-transform 150ms ease;
    transition: transform 150ms ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /* Required Field Pass Validation */
  input:focus:required:invalid,
  textarea:focus:required:invalid,
  select:focus:required:invalid {
  }

  /* Requied Input Focus */
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    box-shadow: none;
  }

/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .hs_anrede_neu {
    margin-top: 0 !important;
  }
  .hs-form .hs_anrede_neu > label {
    display: none !important;
  }
  .hs-form .hs-form-radio span, 
  .hs-form .hs-form-checkbox span, 
  .email-prefs .item .fakelabel span, 
  .subscribe-options span {
    font-size: 16px;
  }
  .hs-form-booleancheckbox label {
    height: auto;
    padding-top: 3px;
  }
  .hs-form-radio label > span:after,
  .hs-form-booleancheckbox label > span:after,
  .hs-form-checkbox label > span:after,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:after {
    content: '';
    background-color: #E1CE27;
    width: 12px;
    height: 12px;
    top: 2px;
    border: 0;
    margin-left: 2.0px; 
    margin-top: 2.0px;
  }
  .hs-form-booleancheckbox label > span:after, 
  .hs-form-checkbox label > span:after,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:after {
    content: '';
    background-color: #E1CE27;
    line-height: 1;
    padding: 1px;
    color: #000;
  }
  .hs-form-radio label > span:after {
    border-radius: 6.0px;
    margin-left: 3.0px;
    margin-top: 3.0px;
  }
  .hs-form .hs-form-radio label > span:before,
  .hs-form .hs-form-radio label > span:after,
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-checkbox label > span:after {
    top: 12.0px;
  }
  .email-prefs .item .fakelabel, .email-prefs .item .item-inner p, .subscribe-options label {
    padding-left: 24.0px;
    margin: 0!important;
    vertical-align: unset;
  }
  .email-prefs .item p, .subscribe-options>p:first-child {
     padding-left: 0;
  }
  .email-prefs .item .fakelabel > span, .subscribe-options span {
      position: relative;
  }
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:before,
  .subscribe-options label > span:after {
    top: 4px;
    left: -24px;
  }
  @media (max-width: 767px) {
    .subscribe-options > p:first-child {
      padding-left: 0;
    }
    .email-prefs .item {
      padding-left: 0!important;
      padding-right: 0!important;
    }
    .email-prefs .item .fakelabel > span:nth-child(2):before,
    .email-prefs .item .fakelabel > span:nth-child(2):after,
    .subscribe-options label > span:before,
    .subscribe-options label > span:after {
      top: 4px;
    }
  }


/* SPECIAL BOOLEN CHECKBOX [ EXTEND THE CHECKBOX AND RADIO SECION ] */
/*--------------------------------------------------------------------------*/




/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/




/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .hs-form .legal-consent-container {
    margin-top: 32px;
  }
  .hs-form .legal-consent-container .hs-form-field {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container p {
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  /* 2023 - no p case */
  .hs-form .legal-consent-container .hs-richtext {
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container > .hs-richtext:last-child {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: 0;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .legal-consent-container .hs-error-msgs {
    padding-left: 32px !important;
  }


/* DATETIME INPUT FIELD */
/*--------------------------------------------------------------------------*/

    /* .hs-fieldtype-date */
   .hs-dateinput .hs-input { 
      cursor: pointer;
      vertical-align: middle;
      display: inline-block;
      line-height: 24px !important;
     -webkit-appearence: none;
     -webkit-min-logical-width: calc( 100% - 9px);
   }
   .hs-dateinput input {
      background: transparent;
      padding-right: 40px;
     -webkit-padding-end: 40px;
     -webkit-padding-start: 8px;
    }


/* DATETIME PICKER CALENDAR */
/*--------------------------------------------------------------------------*/

   .hs-form .hs-datepicker .pika-button {
      text-align: center;
   }
   .hs-form .hs-datepicker .is-today .pika-button {
      color: transparent !important;
   }
   .hs-form .hs-datepicker .fn-date-picker .pika-button:hover {
      background: #C0C0C0 !important;
   }
   .hs-form .hs-datepicker .fn-date-picker .is-selected .pika-button {
      box-shadow: none;
      background: transparent !important;
   }
   .hs-form .hs-dateinput:before {
      right: 9px;
      font-size: 16px;
   }


    .hs-form .hs-dateinput input {
      padding-right: 49px !important;
    }
    .hs-form .hs-dateinput:after {
      
      /* Icon */
        box-sizing: border-box;
        font-family: "", "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 18px;
        content: "\f073"; /* Calendar */
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border: 1px solid #4F4F4F;

      /* Block */
        width: 40px;
        height: 40px;
        background: transparent;
        position: absolute;
        right: 0;
        pointer-events: none;
        cursor: pointer;
    }




/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/






/* SELECT FIELD AND DROPDOWN */
/*--------------------------------------------------------------------------*/

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      position: relative;
      height: 40px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 38px;
      width: 100% !important;
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     -webkit-border-radius: 0px;
      border-radius: 0px;
      cursor: pointer;
      padding-left: 9px;
      padding-right: 40px;
     -webkit-padding-end: 40px;
     -webkit-padding-start: 9px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }

  .hs-form .select-selected {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }


/* CARRET 1 - Css Dropdown Caret */
/*--------------------------------------------------------------------------*/
/* (!icons=true and active=true) */

  


/* CARRET 2 - Icon Font Dropdown Caret */
/*--------------------------------------------------------------------------*/
/* (icons=true and active=true) */

  
    .hs-form .hs-fieldtype-select .select-selected:after {
      position: absolute;
      pointer-events: none;
      display: block;
      font-family: "Font-Awesome", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f107"; /* Caret open */ 
      right: 15.0px;
      top: 0;
    }
    .hs-form .hs-fieldtype-select .select-arrow-active.select-selected:after {
      content: "\f106"; /* Caret Close*/ 
    }
  


/* CARRET 3 - Icon Font Nativ Field Arrow */
/*--------------------------------------------------------------------------*/
/* (icons=true and !active=true) */

  


/* CARRET 4 - Css Nativ Field Arrow */
/*--------------------------------------------------------------------------*/
/* (!icons=true and !active=true) */

  


/* CUSTOM DROPDOWN DOM FROM JS */
/*--------------------------------------------------------------------------*/

  /* Style items (options): */
  .hs-form .select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: 65.0px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -1px;
    border: 1px solid #4F4F4F;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 190.0px;
    text-align: left;
  }
  .hs-form .select-group {
    padding: 8px 0;
  }
  .hs-form .select-group .select-group-label {
    display: block;
    width: 100%;
    color: #000000;
    padding: 8px 9px;
    line-height: 1.25;
    font-weight: bold;
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items .select-option {
    color: #000000;
    padding: 8px 9px;
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #4F4F4F;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .hs-form .select-items .select-option:last-child {
    border-bottom: none;
  }

  /* Hide the items when the select box is closed: */
  .hs-form .select-hide {
    display: none;
  }

  .hs-form .select-items .select-option:hover, 
  .hs-form .select-items .same-as-selected {
    color: #000000;
    background-color: #C0C0C0;
  }

  .select-selected.select-arrow-active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form select, 
  .hs-form .select-selected {
    border: 1px solid #bdbdbd;
    border-bottom: 1px solid #BDBDBD;
  }
  .hs-form .select-items .select-option {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hs-form .select-items {
    top: 75px;
  }

   /* Diffrent Arrows 
    * https://fontawesome.com/v5.15/icons?d=gallery&p=2&q=arrow&m=free
    */
  .hs-form .hs-fieldtype-select .select-selected:after {
    /* <i class="fas fa-carret-down"></i> */
    content: "\e5c5";
    font-family: "Material Icons Outlined";
    font-size: 24px;
  }
  .hs-form .hs-fieldtype-select .select-arrow-active.select-selected:after {
    /* <i class="fas fa-carret-up"></i> */
    content: "\e5c7";
    font-family: "Material Icons Outlined";
    font-size: 24px;
  }


/* SPECIAL MEMBERSHIP FORM */
/*--------------------------------------------------------------------------*/

  .hs-register-widget-show-password,
  .hs-login-widget-show-password,
  .hs-reset-widget-show-password {
    display: inline-block;
    float: right;
    line-height: 1.25;
    margin-bottom: 8.0px;
  }
  #hs-login-widget-remember {
    height: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
  }
  #hs-pwd-widget-password {
    height: 40px !important;
    margin-top: 16px !important;
  }

/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/




/* SETP UP - STEP DOWN - CUSTOM INPUT NUMBER */
/*--------------------------------------------------------------------------*/


  
    /* Remove Default Number Appearance  */
    .hs-form input[type="number"],
    .hs-form input[type="number"]:focus {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
    }
    .hs-form input[type="number"]::-webkit-inner-spin-button,
    .hs-form input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Border Radius If With Or Without Custom JS Buttons  */
    .hs-form input[type="number"] {
      border-radius: 0px; 
    }
    .hs-form .custom-numbers-field input[type="number"] {
      border-radius: 0; 
    }

    /* Create New Display Layout  */
    .hs-fieldtype-number .input {
      display: flex;
      box-sizing: border-box;
      width: 100%;
    }
    .hs-fieldtype-number .input.custom-numbers-field .hs-input {
      width: calc(100% - 71px ) !important;
      text-align: center;
    }

    /* Add New Numeric Buttons (need-js-component) */
    .hs-fieldtype-number button {
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 40px;
      height: 40px;
      padding-left: 8.0px;
      padding-right:8.0px;
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .hs-fieldtype-number button.hs-stepDown {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .hs-fieldtype-number button.hs-stepUp {
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    
        .hs-fieldtype-number button.hs-stepDown::after {
          font-family: "Font-Awesome", "Font Awesome 5 Free";
          font-weight: bold;
          content: "\f068"; /* Minus */
        }
        .hs-fieldtype-number button.hs-stepUp:after {
          font-family: "Font-Awesome", "Font Awesome 5 Free";
          font-weight: bold;
          content: "\f067"; /* Plus */
        }
    

 /* end hs_numbers.active */


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/




/* RECAPTCHA */
/*--------------------------------------------------------------------------*/

  .hs_recaptcha {
    
      display: none !important;
    
    margin-top: 24.0px;
    margin-bottom: 40.0px;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/




/* SUBMIT BUTTON */
/*--------------------------------------------------------------------------*/

  /*.hs-form .hs-button.primary,*/
  .hs-form input[type="submit"],
  .hs-form input[type="button"] {
    display: inline-block;
    background: transparent;
    color: #000000;
    width: auto;
    padding: 14px 85px;
    margin-top: 16px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
    border-radius: 0px;
    border: 1px solid #BDBDBD;
    cursor: pointer;
  }
  /*.hs-form .hs-button.primary:hover,*/
  .hs-form input[type="submit"]:hover,
  .hs-form input[type="button"]:hover {
      background: #C0C0C0;
      color: #000000;
  }
  .hs-form .actions {
     margin-top: 16px;
  }
  @media (max-width: 767px) {
    /*.hs-form .hs-button.primary,*/
    .hs-form input[type="submit"],
    .hs-form input[type="button"] {
      width: 100%;
    }
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form input[type="submit"],
  .hs-form input[type="button"] {
    padding: 12px 25px;
    font-size: 22px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: ;
    background-color: #E1CE27;
    border: none;
    color: #fff;
  }
  @media (max-width:767px) {
    .hs-form input[type="submit"],
    .hs-form input[type="button"] { 
      font-size: 18px;
    }
  }
  .hs-form input[type="submit"]:hover,
  .hs-form input[type="button"]:hover {
    background-color: #E1CE27;
    color: #fff;
    border: none;
  }
  .hs-form .hs-submit .actions {
    text-align: center;
  }


/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .hs-form .legal-consent-container {
    margin-top: 32px;
  }
  .hs-form .legal-consent-container .hs-form-field {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container p {
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  /* 2023 - no p case */
  .hs-form .legal-consent-container .hs-richtext {
    color: #000000;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
    margin-top: 16px;
  }
  .hs-form .legal-consent-container > .hs-richtext:last-child {
    margin-bottom: 16px;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox {
    margin-bottom: 0;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.25;
    margin-left: 0 !important;
  }
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 0 !important;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .legal-consent-container .hs-error-msgs {
    padding-left: 32px !important;
  }



/* FILE UPLOAD + BUTTON */
/*--------------------------------------------------------------------------*/

  /* Field */
  .hs-form input[type="file"]{
    display: block;
    margin: 0;
    padding: 8px 9px;
    background: transparent;
    width: auto;
    height: 40px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #BDBDBD;
    cursor: pointer;
    transition: all 300ms ease-in-out;
  }

  /* Button */
  .hs-form .hs-file-button,
  ::-webkit-file-upload-button {
    height: 24px;
    line-height: 0px !important;
    background: transparent;
    color: #000000;
  }
  ::-webkit-file-upload-button:hover {
    background: #C0C0C0;
    color: #000000;
  }

  /* Only Firefox */
  @supports (-moz-appearance: none) {
    .hs-form  input[type="file"] {
      line-height: 0 !important;
      padding: 0 !important;
    }
  }

  /* Only Edge */
  @supports (-ms-ime-align:auto) {
    .hs-form input[type="file"] {
      padding: 0 !important;
    }
  }

  .hs-form .hs-fieldtype-file .input {
    white-space: nowrap;
  }

  /* Custom File Upload Button + Value (need js component) */
  .hs-form .hs-file-button,
  .hs-form .hs-file-value {
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    line-height: 24px;
  }

  /* Custom File Upload Button (need js component) */
  .hs-form .hs-fieldtype-file .hs-file-button {
    width: 35%; /* calc( 35% - 18px ) !important; */
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Custom File Upload Value (need js component) */
  .hs-form .hs-file-value {
    display: inline-block;
    width: 65%;
    height: 40px;
    padding: 0 9px;
    background-color: transparent;
    font-size: initial;
    line-height: 38px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #4F4F4F;
    border-left: none;
    margin-left: 0;
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/




/* FIELD VALIDATION */
/*--------------------------------------------------------------------------*/

.hs-form .hs-input.invalid + .hs-error-msgs,
.hs-form .hs-input.error + .hs-error-msgs {}

/* Error Message */
.hs-form .hs-error-msgs {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 px 0 10px;
  height: 20.0px;
}
.hs-form .hs-error-msgs li > label.hs-error-msg {
  color: ;
  font-size: 12px;
  vertical-align: sub;
}

/* Consent Checkbox Error */
.hs-form .legal-consent-container .hs-error-msgs {
  padding-left: 52px;
}
.hs-form .legal-consent-container .hs-error-msgs .hs-error-msg {
  vertical-align: top;
}

/* Error Box */
.hs-form .hs_error_rollup {
  position: relative;
  display: none;
}

/* Error Input Field */
.hs-input.invalid {
  border-color:  !important;
}


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .hs-form-required {
    font-size: 16px;
  }
  .hs-fieldtype-select .hs-error-msgs li>label.hs-error-msg {
    display: block;
  }


/* FORM GRID */
/*--------------------------------------------------------------------------*/

  /* Grid Gutter */
  fieldset > .hs-form-field,
  fieldset > .hs-dependent-field {
    margin: 0 16px;
  }
  fieldset > .hs-form-field:first-child,
  fieldset > .hs-dependent-field:first-child {
    margin-left: 0;
  }
  fieldset > .hs-form-field:last-child,
  fieldset > .hs-dependent-field:last-child {
    margin-right: 0;
  }
  fieldset > .hs-form-field:only-child,
  fieldset > .hs-dependent-field:only-child {
    margin-right: 0;
    margin-left: 0;
  }
  fieldset > .hs-form-field .input,
  fieldset > .hs-dependent-field .input {
    margin-right: 0 !important;
  }

  @media (max-width: 767px) {
      fieldset.form-columns-2 > .hs-form-field,
      fieldset.form-columns-2 > .hs-dependent-field {
        margin-left: 0;
        margin-right: 0;
      }
  }
  @media (max-width: -1px) {
      fieldset.form-columns-3 > .hs-form-field,
      fieldset.form-columns-3 > .hs-dependent-field {
        margin-left: 0;
        margin-right: 0;
      }
  }

  /* Grid Elements */
  fieldset { max-width: none !important; }
  .hs-dependent-field { display: inline-block; }

  .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'], .hs-form > .hs-form-field,
  fieldset.form-columns-1 > .hs-form-field,
  fieldset.form-columns-1 > .hs-dependent-field,
  fieldset > .hs-dependent-field > .hs-form-field {
    width: 100% !important;
  }

  fieldset.form-columns-2 > .hs-form-field,
  fieldset.form-columns-2 > .hs-dependent-field {
      width: calc(50% - 16px) !important;
  }
  @media (max-width: 767px) {
    fieldset.form-columns-2 .hs-form-field,
    fieldset.form-columns-2 > .hs-dependent-field {
      width: 100% !important;
      margin-left: 0;
    }
  }

  fieldset.form-columns-3 > .hs-form-field,
  fieldset.form-columns-3 > .hs-dependent-field {
    width: calc(33.33333% - 21.333333333333332px) !important;
  }
  @media (max-width: 1023px) {
    fieldset.form-columns-3 > .hs-form-field,
    fieldset.form-columns-3 > .hs-dependent-field {
      width: 100% !important;
      margin-left: 0;
    }
  }

  /* Gaps Between Fields */
  form.hs-form > .hs-form-field,
  fieldset > .hs-form-field,
  fieldset > .hs-dependent-field > .hs-form-field {
    float: none !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 32px;
  }
  fieldset > .hs-richtext.hs-main-font-element {
    margin-top: 32px;
  }


/* INPUT MULTI-FIELD GRID - or display multiple checkboxes in one row */
/*--------------------------------------------------------------------------*/

  /* all items */
  .inputs-list.multi-container > li {
    display: inline-block;
    width: 50%;
  }

  fieldset.form-columns-3 .inputs-list.multi-container > li {  
    width: 100% !important; 
  }

  

  .inputs-list.multi-container > li:first-child:nth-last-child(1)  {  width: 100%; }
  .inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 50%;     }
  .inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 33.333%; }
  .inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 25%;     }
  .inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 20%;     }
  .inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 33.333%; }
  .inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 25%;     }

  @media (max-width: 767px) {
    
    .inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 50%;  }
    .inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 50%;  }
    .inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 50%;  }
    .inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 50%;  }
    
  }

  @media (max-width: 479px) {
    
    .inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 100%; }
    
  }


/* CUSTOM OVERWRITE */
/*--------------------------------------------------------------------------*/

.hs-form .hs_anrede_neu .hs-form-radio {
     width: auto !important;
  }
  .hs-form .hs_anrede_neu .hs-form-radio:not(:first-child) {
     margin-left: 32px !important;
  }






.custom-form.form-bg {
  position: relative;
  background: #E1CE27;
  padding: 96px 0;
}

.custom-form .form-image img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  mix-blend-mode: lighten;
  opacity: .2;
}

.custom-form .form-wrapper.container {
  position: relative;
  z-index: 2;
}





.custom-form.form-bg .form-headline h3 {
  color: #fff;
}


/* END */
/*--------------------------------------------------------------------------*/ 


/* Templates */

/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.error-inner {
  display: flex;
  height:100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .page-header {
  text-align: center;
  margin-bottom: 32px;
}

#email-prefs-form .item {
  background-color: #fff;
  padding: 24.0px 16px;
  margin-bottom: 16px;
  color: #6B6B6B;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
}

#email-prefs-form .item .item-inner .fakelabel {
  font-weight: bold;
  margin-bottom: 8.0px;
}

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

#email-prefs-form .hs-button.primary {
  margin-top: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


body.navi-open {
  overflow: hidden;
}

.body-container-wrapper {
    overflow: hidden;
}

/* blog post images width */
.blog-post .blog-post__body img {
  width: 100%!important;
} 




/* Update color */
.academy .bg-yellow {
  background: #e9b400;
}

/* Custom typography */
.academy .h2,
.academy h2 {
  color: #e9b400;
}
.academy .h3,
.academy h3 {
  color: rgba(68, 87, 96, 0.8);
}
.academy .h4,
.academy h4 {
  color: rgba(89, 107, 116, 0.7);
}


/* Backgrounds */
.academy .bg-bluelight {
  background: #f3f5f6;
}

/* Custom list */
.academy .list ul li:before {
  color: #445760;
}

/* Button */
.academy .btn-primary, 
.academy .hs-button.primary, 
.academy a.btn-primary {
   background-color: #e9b400;
   border: none;
   color: #fff;
}
.academy .btn-primary:hover, 
.academy .hs-button.primary:hover, 
.academy a.btn-primary:hover {
 background-color: #ccd4d9;
 border: none;
 text-decoration: none;
}

/* Iconbox */
.academy .iconbox .iconbox-icon i,
.academy .iconbox .iconbox-icon svg,
.academy .iconbox .iconbox-icon svg path {
  fill: #e9b400;
  color: #e9b400;
}
.academy .iconbox .iconbox-item .iconbox-headline h3 {
  color: #e9b400;
}

/* Testimonial Slider */
.academy .testimonials-headline h2 {
  color: #2f424a;
}
.academy .testimonials-slider .custom-arrows span {
  color: #e9b400;
}

/* Footer */
.academy footer {
  border-color: #e9b400;
}
.academy footer .company-info {
  color: #e9b400;
}


/* Automation */

/* points (new) background-color */
/*--------------------------------------------------------------------------*/
.automation .new-bg-blue {
  background-color: #009ed4 !important;
}
.automation .new-bg-green {
  background-color: #afca0b !important;
}
.automation .new-bg-yellow {
  background-color: #e9b400 !important;
}

/*----- design testing only ----*/
@media (max-width:767px) {
  body.automation .point-wrapper {
      flex-basis: 22%;
      padding: 5px;
  }
}
/* headlines */
/*--------------------------------------------------------------------------*/
.automation h2,
.automation h3 {
  color: #afca0b !important;
}

.automation .list-headline h3{
  color: #6b6b6b !important;
}


/* buttons */
/*--------------------------------------------------------------------------*/
.automation .btn-primary {
  background-color: #afca0b !important;
}

.automation .hs-form input[type=submit] {
  background-color: #afca0b !important;
}


/* testimonial section */
/*--------------------------------------------------------------------------*/
.automation .testimonials-slider .custom-arrows span {
  color: #afca0b;
}

body.automation .testimonials-headline h2 {
  color: #afca0b !important;
}


/* icon group images */
/*--------------------------------------------------------------------------*/
.automation .icongroup-image {
    height: auto;
    margin-right: 8%;
    max-width: 18%;
}

body.automation .iconbox-icon svg {
  stroke: #afca0b;
  fill: #afca0b; 
}

@media (max-width:767px) {
  .automation .icongroup-image {
    margin-top: 32px;
    max-width: 15%;
  }
}


/* Footer */
/*--------------------------------------------------------------------------*/
.automation footer.footer {
    border-top: 3px solid #afca0b !important;
    padding: 0;
}

.automation footer a:hover {
    color: #AFCA0B !important;
}

.automation .footer p {
    margin: 0 0 27px 0;
}

.automation .footer-container .copyright-mandatory {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5rem;
    color: #6F8189;
}

.automation .mandatory {
  width: auto;
}

.automation .footer-container .trademark-icons {
    display: flex;
    justify-content: space-between;
}

.automation .footer-container .trademark-icons a {
    display: inline-block;
}

.automation .footer-container .trademark-icons .richtext img {
    height: 108px !important;
    width: auto !important;
}


/* Hero Banner Rounded points */
/*--------------------------------------------------------------------------*/
@media (max-width:767px) {
  .automation .banner-points p {
    font-size: 16px !important;
    margin-bottom: 3px;
  }
}

/* Systemhaus */

/* points (new) background-color */
/*--------------------------------------------------------------------------*/
.systemhaus .new-bg-blue {
  background-color: #009ed4 !important;
}
.systemhaus .new-bg-green {
  background-color: #afca0b !important;
}
.systemhaus .new-bg-yellow {
  background-color: #e9b400 !important;
}

/*----- design testing only ----*/
@media (max-width:767px) {
  body.systemhaus .point-wrapper {
      flex-basis: 22%;
      padding: 5px;
  }
}
/* headlines */
/*--------------------------------------------------------------------------*/
.systemhaus h2,
.systemhaus h3 {
  color: #009ed4 !important;
}

.systemhaus .list-headline h3{
  color: #6b6b6b !important;
}


/* buttons */
/*--------------------------------------------------------------------------*/
.systemhaus .btn-primary {
  background-color: #009ed4 !important;
}

.systemhaus .hs-form input[type=submit] {
  background-color: #009ed4 !important;
}


/* testimonial section */
/*--------------------------------------------------------------------------*/
.systemhaus .testimonials-slider .custom-arrows span {
  color: #009ed4;
}

body.systemhaus .testimonials-headline h2 {
  color: #009ed4 !important;
}


/* icon group images */
/*--------------------------------------------------------------------------*/
.systemhaus .icongroup-image {
    height: auto;
    margin-right: 8%;
    max-width: 18%;
}

body.systemhaus .iconbox-icon svg {
  stroke: #009ed4;
  fill: #009ed4; 
}

@media (max-width:767px) {
  .systemhaus .icongroup-image {
    margin-top: 32px;
    max-width: 15%;
  }
}


/* Footer */
/*--------------------------------------------------------------------------*/
.systemhaus footer.footer {
    border-top: 3px solid #009ed4 !important;
    padding: 0;
}

.systemhaus footer a:hover {
    color: #009ed4 !important;
}

.systemhaus .footer p {
    margin: 0 0 27px 0;
}

.systemhaus .footer-container .copyright-mandatory {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5rem;
    color: #6F8189;
}

.systemhaus .mandatory {
  width: auto;
}

.systemhaus .footer-container .trademark-icons {
    display: flex;
    justify-content: space-between;
}

.systemhaus .footer-container .trademark-icons a {
    display: inline-block;
}

.systemhaus .footer-container .trademark-icons .richtext img {
    height: 108px !important;
    width: auto !important;
}


/* Hero Banner Rounded points */
/*--------------------------------------------------------------------------*/
@media (max-width:767px) {
  .systemhaus .banner-points p {
    font-size: 16px !important;
    margin-bottom: 3px;
  }
}