
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* reset.css */
*, *:before, *:after {
  box-sizing: border-box;
}


/* Script Interaction
   ========================================================================== */

/**
 * 1. Child Of An Interaction Should Not Be The Event Element. 
 */

a *, button * {
  pointer-events: none;
}


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

/**
 * 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.
 */

/**
 * No need in X-Theme, h1 is set anyway.
 * 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: bolder;
}

/**
 * 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: 86%; /* 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;
}



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

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.demo-box {
  background: #FBFBFB;
  width: 100%; height: 48px;
  display: block;
}


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

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

/* Multiple Container Width */



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

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


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

.no-gutters {
  margin: 0;
}
.no-gutters > .col, 
.no-gutters > [class*="col-"],
[class*="col-"].no-gutters {
  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:1025px) {
    .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:1921px) {
    .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:1025px) {
    .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:1921px) {
    .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:1024px) {
    .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:1025px) {
    .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-screenreader {
    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-screenreader-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:1024px) {
    .hide-tablet-only {
        display: none;
    }
}
@media (min-width:1025px) and (max-width:1920px) {
    .hide-desktop-only {
        display: none;
    }
}
@media (min-width:1921px) 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:1025px) {
    .hide-desktop-up {
        display: none;
    }
}
@media (min-width:1921px) {
    .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:1024px) {
    .hide-tablet-down {
        display: none;
    }
}
@media (max-width:1920px) {
    .hide-desktop-down {
        display: none;
    }
}


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

@media (min-width:1025px) {
  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:1921px) {
    .content-wrapper {
        padding: 0;
    }
}

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


/* FULL-WIDTH */
/* -------------------------------------- */


/* Full Width */
@media (min-width:768px) {
  div[class*="full-width-section"] ,
  .hs-inline-edit [class~="full-width"],
  .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width:767px) {
  div[class*="full-width-section"] ,
  .hs-inline-edit [class~="full-width"],
  .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }
}


/* Full Width - OLD */



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

/* DnD Area Container */
.container-fluid.dnd-area.container {
  padding-bottom: 0;
}

.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%;
}

[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;
}


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

.row-fluid .row-fluid-wrapper {
  /*padding-left: 16px;
  padding-right: 16px;*/
}
.container > .row-fluid-wrapper {
  padding: 0;
}

/* DND Area spaces
.dnd-section {
    padding-top: ;
    padding-bottom: ;
}
@media (min-width:768px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}
@media (min-width:1025px) {
    .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-wrapper.dnd-section .row-fluid {
    margin: 0px;
}
.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: auto;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    position: relative;
    display: block;
    float: none !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    vertical-align: top;
   -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.container-fluid {
    *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}
.container-fluid:after {
    clear: both;
}

/*
.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; }
*/

.row-fluid > .span1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.row-fluid > .span2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.row-fluid > .span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-fluid > .span4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-fluid > .span5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.row-fluid > .span6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-fluid > .span7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.row-fluid > .span8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.row-fluid > .span9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.row-fluid > .span10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.row-fluid > .span11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.row-fluid > .span12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* COLUMNS SPACING  */
div[class*="span"].dnd-column {
  padding: 16px;
}


/* 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; */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


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

@media (min-width:768px) and (max-width:1024px), 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; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-fluid > .span3  { 
    /* width: 50% !important; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}





/* Helper (Transformation) */
/*--------------------------------------------------------------------------*/

.flip {
  transform: scaleX(-1);
}
.w100 { 
  width: 100%; 
}
@media (max-width:767px){
  .sm-w100 {
    width: 100%; 
  }
}


/* Helper (Sticky) */
/*--------------------------------------------------------------------------*/

main .sticky {
  position: sticky; 
  top: 16px;
}
header .stcky {
  position: sticky;
  top: 0;
  z-index: 1;
}


/* Helper (Link-Layer) */
/*--------------------------------------------------------------------------*/

.area-link {
  display: block;
  position: absolute;
  left: 0; top: 0;
  right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


/* Helper (No-Select) */
/*--------------------------------------------------------------------------*/

.no-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}


/* Helper (Font-Color) and (Background-Color) */
/*--------------------------------------------------------------------------*/


  /* primary */
  .color-primary,
  .font-color-primary { 
		color: #DD304F !important;  
		fill: #DD304F; 
  }
  .colori-primary { 
		color: #DD304F !important; 
		fill: #DD304F !important; 
  }
  .bg-primary,
  .background-primary { 
		background: #DD304F; 
  }
  .bgi-primary { 
		background: #DD304F !important; 
  }
@media (max-width:767px){
  .color-primary-sm,
  .colori-primary-sm,
  .font-color-primary-sm { 
    color: #DD304F !important;  
    fill: #DD304F; 
  }
  .bg-primary-sm,
  .bgi-primary-sm,
  .background-primary-sm { 
    background: #DD304F !important; 
  }
}
@media (min-width:768px){
  .color-primary-md,
  .colori-primary-md,
  .font-color-primary-md { 
    color: #DD304F !important;  
    fill: #DD304F; 
  }
  .bg-primary-md,
  .bgi-primary-md,
  .background-primary-md { 
    background: #DD304F !important; 
  }
}
@media (min-width:1025px){
  .color-primary-lg,
  .colori-primary-lg,
  .font-color-primary-lg { 
    color: #DD304F !important;  
    fill: #DD304F; 
  }
  .bg-primary-lg,
  .bgi-primary-lg,
  .background-primary-lg { 
    background: #DD304F !important; 
  }
}

  /* primary_dark */
  .color-primary-dark,
  .font-color-primary-dark { 
		color: #A42239 !important;  
		fill: #A42239; 
  }
  .colori-primary-dark { 
		color: #A42239 !important; 
		fill: #A42239 !important; 
  }
  .bg-primary-dark,
  .background-primary-dark { 
		background: #A42239; 
  }
  .bgi-primary-dark { 
		background: #A42239 !important; 
  }
@media (max-width:767px){
  .color-primary-dark-sm,
  .colori-primary-dark-sm,
  .font-color-primary-dark-sm { 
    color: #A42239 !important;  
    fill: #A42239; 
  }
  .bg-primary-dark-sm,
  .bgi-primary-dark-sm,
  .background-primary-dark-sm { 
    background: #A42239 !important; 
  }
}
@media (min-width:768px){
  .color-primary-dark-md,
  .colori-primary-dark-md,
  .font-color-primary-dark-md { 
    color: #A42239 !important;  
    fill: #A42239; 
  }
  .bg-primary-dark-md,
  .bgi-primary-dark-md,
  .background-primary-dark-md { 
    background: #A42239 !important; 
  }
}
@media (min-width:1025px){
  .color-primary-dark-lg,
  .colori-primary-dark-lg,
  .font-color-primary-dark-lg { 
    color: #A42239 !important;  
    fill: #A42239; 
  }
  .bg-primary-dark-lg,
  .bgi-primary-dark-lg,
  .background-primary-dark-lg { 
    background: #A42239 !important; 
  }
}

  /* secondary */
  .color-secondary,
  .font-color-secondary { 
		color: #624183 !important;  
		fill: #624183; 
  }
  .colori-secondary { 
		color: #624183 !important; 
		fill: #624183 !important; 
  }
  .bg-secondary,
  .background-secondary { 
		background: #624183; 
  }
  .bgi-secondary { 
		background: #624183 !important; 
  }
@media (max-width:767px){
  .color-secondary-sm,
  .colori-secondary-sm,
  .font-color-secondary-sm { 
    color: #624183 !important;  
    fill: #624183; 
  }
  .bg-secondary-sm,
  .bgi-secondary-sm,
  .background-secondary-sm { 
    background: #624183 !important; 
  }
}
@media (min-width:768px){
  .color-secondary-md,
  .colori-secondary-md,
  .font-color-secondary-md { 
    color: #624183 !important;  
    fill: #624183; 
  }
  .bg-secondary-md,
  .bgi-secondary-md,
  .background-secondary-md { 
    background: #624183 !important; 
  }
}
@media (min-width:1025px){
  .color-secondary-lg,
  .colori-secondary-lg,
  .font-color-secondary-lg { 
    color: #624183 !important;  
    fill: #624183; 
  }
  .bg-secondary-lg,
  .bgi-secondary-lg,
  .background-secondary-lg { 
    background: #624183 !important; 
  }
}

  /* tertiary */
  .color-tertiary,
  .font-color-tertiary { 
		color: #FDFF85 !important;  
		fill: #FDFF85; 
  }
  .colori-tertiary { 
		color: #FDFF85 !important; 
		fill: #FDFF85 !important; 
  }
  .bg-tertiary,
  .background-tertiary { 
		background: #FDFF85; 
  }
  .bgi-tertiary { 
		background: #FDFF85 !important; 
  }
@media (max-width:767px){
  .color-tertiary-sm,
  .colori-tertiary-sm,
  .font-color-tertiary-sm { 
    color: #FDFF85 !important;  
    fill: #FDFF85; 
  }
  .bg-tertiary-sm,
  .bgi-tertiary-sm,
  .background-tertiary-sm { 
    background: #FDFF85 !important; 
  }
}
@media (min-width:768px){
  .color-tertiary-md,
  .colori-tertiary-md,
  .font-color-tertiary-md { 
    color: #FDFF85 !important;  
    fill: #FDFF85; 
  }
  .bg-tertiary-md,
  .bgi-tertiary-md,
  .background-tertiary-md { 
    background: #FDFF85 !important; 
  }
}
@media (min-width:1025px){
  .color-tertiary-lg,
  .colori-tertiary-lg,
  .font-color-tertiary-lg { 
    color: #FDFF85 !important;  
    fill: #FDFF85; 
  }
  .bg-tertiary-lg,
  .bgi-tertiary-lg,
  .background-tertiary-lg { 
    background: #FDFF85 !important; 
  }
}

  /* quaternary */
  .color-quaternary,
  .font-color-quaternary { 
		color: #FFFFFF !important;  
		fill: #FFFFFF; 
  }
  .colori-quaternary { 
		color: #FFFFFF !important; 
		fill: #FFFFFF !important; 
  }
  .bg-quaternary,
  .background-quaternary { 
		background: #FFFFFF; 
  }
  .bgi-quaternary { 
		background: #FFFFFF !important; 
  }
@media (max-width:767px){
  .color-quaternary-sm,
  .colori-quaternary-sm,
  .font-color-quaternary-sm { 
    color: #FFFFFF !important;  
    fill: #FFFFFF; 
  }
  .bg-quaternary-sm,
  .bgi-quaternary-sm,
  .background-quaternary-sm { 
    background: #FFFFFF !important; 
  }
}
@media (min-width:768px){
  .color-quaternary-md,
  .colori-quaternary-md,
  .font-color-quaternary-md { 
    color: #FFFFFF !important;  
    fill: #FFFFFF; 
  }
  .bg-quaternary-md,
  .bgi-quaternary-md,
  .background-quaternary-md { 
    background: #FFFFFF !important; 
  }
}
@media (min-width:1025px){
  .color-quaternary-lg,
  .colori-quaternary-lg,
  .font-color-quaternary-lg { 
    color: #FFFFFF !important;  
    fill: #FFFFFF; 
  }
  .bg-quaternary-lg,
  .bgi-quaternary-lg,
  .background-quaternary-lg { 
    background: #FFFFFF !important; 
  }
}

  /* white */
  .color-white,
  .font-color-white { 
		color: #FFFFFF !important;  
		fill: #FFFFFF; 
  }
  .colori-white { 
		color: #FFFFFF !important; 
		fill: #FFFFFF !important; 
  }
  .bg-white,
  .background-white { 
		background: #FFFFFF; 
  }
  .bgi-white { 
		background: #FFFFFF !important; 
  }
@media (max-width:767px){
  .color-white-sm,
  .colori-white-sm,
  .font-color-white-sm { 
    color: #FFFFFF !important;  
    fill: #FFFFFF; 
  }
  .bg-white-sm,
  .bgi-white-sm,
  .background-white-sm { 
    background: #FFFFFF !important; 
  }
}
@media (min-width:768px){
  .color-white-md,
  .colori-white-md,
  .font-color-white-md { 
    color: #FFFFFF !important;  
    fill: #FFFFFF; 
  }
  .bg-white-md,
  .bgi-white-md,
  .background-white-md { 
    background: #FFFFFF !important; 
  }
}
@media (min-width:1025px){
  .color-white-lg,
  .colori-white-lg,
  .font-color-white-lg { 
    color: #FFFFFF !important;  
    fill: #FFFFFF; 
  }
  .bg-white-lg,
  .bgi-white-lg,
  .background-white-lg { 
    background: #FFFFFF !important; 
  }
}

  /* black */
  .color-black,
  .font-color-black { 
		color: #000000 !important;  
		fill: #000000; 
  }
  .colori-black { 
		color: #000000 !important; 
		fill: #000000 !important; 
  }
  .bg-black,
  .background-black { 
		background: #000000; 
  }
  .bgi-black { 
		background: #000000 !important; 
  }
@media (max-width:767px){
  .color-black-sm,
  .colori-black-sm,
  .font-color-black-sm { 
    color: #000000 !important;  
    fill: #000000; 
  }
  .bg-black-sm,
  .bgi-black-sm,
  .background-black-sm { 
    background: #000000 !important; 
  }
}
@media (min-width:768px){
  .color-black-md,
  .colori-black-md,
  .font-color-black-md { 
    color: #000000 !important;  
    fill: #000000; 
  }
  .bg-black-md,
  .bgi-black-md,
  .background-black-md { 
    background: #000000 !important; 
  }
}
@media (min-width:1025px){
  .color-black-lg,
  .colori-black-lg,
  .font-color-black-lg { 
    color: #000000 !important;  
    fill: #000000; 
  }
  .bg-black-lg,
  .bgi-black-lg,
  .background-black-lg { 
    background: #000000 !important; 
  }
}

  /* light_gray */
  .color-light-gray,
  .font-color-light-gray { 
		color: #FBFBFB !important;  
		fill: #FBFBFB; 
  }
  .colori-light-gray { 
		color: #FBFBFB !important; 
		fill: #FBFBFB !important; 
  }
  .bg-light-gray,
  .background-light-gray { 
		background: #FBFBFB; 
  }
  .bgi-light-gray { 
		background: #FBFBFB !important; 
  }
@media (max-width:767px){
  .color-light-gray-sm,
  .colori-light-gray-sm,
  .font-color-light-gray-sm { 
    color: #FBFBFB !important;  
    fill: #FBFBFB; 
  }
  .bg-light-gray-sm,
  .bgi-light-gray-sm,
  .background-light-gray-sm { 
    background: #FBFBFB !important; 
  }
}
@media (min-width:768px){
  .color-light-gray-md,
  .colori-light-gray-md,
  .font-color-light-gray-md { 
    color: #FBFBFB !important;  
    fill: #FBFBFB; 
  }
  .bg-light-gray-md,
  .bgi-light-gray-md,
  .background-light-gray-md { 
    background: #FBFBFB !important; 
  }
}
@media (min-width:1025px){
  .color-light-gray-lg,
  .colori-light-gray-lg,
  .font-color-light-gray-lg { 
    color: #FBFBFB !important;  
    fill: #FBFBFB; 
  }
  .bg-light-gray-lg,
  .bgi-light-gray-lg,
  .background-light-gray-lg { 
    background: #FBFBFB !important; 
  }
}

  /* medium_gray */
  .color-medium-gray,
  .font-color-medium-gray { 
		color: #F0F0F0 !important;  
		fill: #F0F0F0; 
  }
  .colori-medium-gray { 
		color: #F0F0F0 !important; 
		fill: #F0F0F0 !important; 
  }
  .bg-medium-gray,
  .background-medium-gray { 
		background: #F0F0F0; 
  }
  .bgi-medium-gray { 
		background: #F0F0F0 !important; 
  }
@media (max-width:767px){
  .color-medium-gray-sm,
  .colori-medium-gray-sm,
  .font-color-medium-gray-sm { 
    color: #F0F0F0 !important;  
    fill: #F0F0F0; 
  }
  .bg-medium-gray-sm,
  .bgi-medium-gray-sm,
  .background-medium-gray-sm { 
    background: #F0F0F0 !important; 
  }
}
@media (min-width:768px){
  .color-medium-gray-md,
  .colori-medium-gray-md,
  .font-color-medium-gray-md { 
    color: #F0F0F0 !important;  
    fill: #F0F0F0; 
  }
  .bg-medium-gray-md,
  .bgi-medium-gray-md,
  .background-medium-gray-md { 
    background: #F0F0F0 !important; 
  }
}
@media (min-width:1025px){
  .color-medium-gray-lg,
  .colori-medium-gray-lg,
  .font-color-medium-gray-lg { 
    color: #F0F0F0 !important;  
    fill: #F0F0F0; 
  }
  .bg-medium-gray-lg,
  .bgi-medium-gray-lg,
  .background-medium-gray-lg { 
    background: #F0F0F0 !important; 
  }
}

  /* dark_gray */
  .color-dark-gray,
  .font-color-dark-gray { 
		color: #E3E2E3 !important;  
		fill: #E3E2E3; 
  }
  .colori-dark-gray { 
		color: #E3E2E3 !important; 
		fill: #E3E2E3 !important; 
  }
  .bg-dark-gray,
  .background-dark-gray { 
		background: #E3E2E3; 
  }
  .bgi-dark-gray { 
		background: #E3E2E3 !important; 
  }
@media (max-width:767px){
  .color-dark-gray-sm,
  .colori-dark-gray-sm,
  .font-color-dark-gray-sm { 
    color: #E3E2E3 !important;  
    fill: #E3E2E3; 
  }
  .bg-dark-gray-sm,
  .bgi-dark-gray-sm,
  .background-dark-gray-sm { 
    background: #E3E2E3 !important; 
  }
}
@media (min-width:768px){
  .color-dark-gray-md,
  .colori-dark-gray-md,
  .font-color-dark-gray-md { 
    color: #E3E2E3 !important;  
    fill: #E3E2E3; 
  }
  .bg-dark-gray-md,
  .bgi-dark-gray-md,
  .background-dark-gray-md { 
    background: #E3E2E3 !important; 
  }
}
@media (min-width:1025px){
  .color-dark-gray-lg,
  .colori-dark-gray-lg,
  .font-color-dark-gray-lg { 
    color: #E3E2E3 !important;  
    fill: #E3E2E3; 
  }
  .bg-dark-gray-lg,
  .bgi-dark-gray-lg,
  .background-dark-gray-lg { 
    background: #E3E2E3 !important; 
  }
}

  /* antrazit */
  .color-antrazit,
  .font-color-antrazit { 
		color: #1C3043 !important;  
		fill: #1C3043; 
  }
  .colori-antrazit { 
		color: #1C3043 !important; 
		fill: #1C3043 !important; 
  }
  .bg-antrazit,
  .background-antrazit { 
		background: #1C3043; 
  }
  .bgi-antrazit { 
		background: #1C3043 !important; 
  }
@media (max-width:767px){
  .color-antrazit-sm,
  .colori-antrazit-sm,
  .font-color-antrazit-sm { 
    color: #1C3043 !important;  
    fill: #1C3043; 
  }
  .bg-antrazit-sm,
  .bgi-antrazit-sm,
  .background-antrazit-sm { 
    background: #1C3043 !important; 
  }
}
@media (min-width:768px){
  .color-antrazit-md,
  .colori-antrazit-md,
  .font-color-antrazit-md { 
    color: #1C3043 !important;  
    fill: #1C3043; 
  }
  .bg-antrazit-md,
  .bgi-antrazit-md,
  .background-antrazit-md { 
    background: #1C3043 !important; 
  }
}
@media (min-width:1025px){
  .color-antrazit-lg,
  .colori-antrazit-lg,
  .font-color-antrazit-lg { 
    color: #1C3043 !important;  
    fill: #1C3043; 
  }
  .bg-antrazit-lg,
  .bgi-antrazit-lg,
  .background-antrazit-lg { 
    background: #1C3043 !important; 
  }
}

  /* inherit */
  .color-inherit,
  .font-color-inherit { 
		color: inherit !important;  
		fill: inherit; 
  }
  .colori-inherit { 
		color: inherit !important; 
		fill: inherit !important; 
  }
  .bg-inherit,
  .background-inherit { 
		background: inherit; 
  }
  .bgi-inherit { 
		background: inherit !important; 
  }
@media (max-width:767px){
  .color-inherit-sm,
  .colori-inherit-sm,
  .font-color-inherit-sm { 
    color: inherit !important;  
    fill: inherit; 
  }
  .bg-inherit-sm,
  .bgi-inherit-sm,
  .background-inherit-sm { 
    background: inherit !important; 
  }
}
@media (min-width:768px){
  .color-inherit-md,
  .colori-inherit-md,
  .font-color-inherit-md { 
    color: inherit !important;  
    fill: inherit; 
  }
  .bg-inherit-md,
  .bgi-inherit-md,
  .background-inherit-md { 
    background: inherit !important; 
  }
}
@media (min-width:1025px){
  .color-inherit-lg,
  .colori-inherit-lg,
  .font-color-inherit-lg { 
    color: inherit !important;  
    fill: inherit; 
  }
  .bg-inherit-lg,
  .bgi-inherit-lg,
  .background-inherit-lg { 
    background: inherit !important; 
  }
}

  /* transparent */
  .color-transparent,
  .font-color-transparent { 
		color: transparent !important;  
		fill: transparent; 
  }
  .colori-transparent { 
		color: transparent !important; 
		fill: transparent !important; 
  }
  .bg-transparent,
  .background-transparent { 
		background: transparent; 
  }
  .bgi-transparent { 
		background: transparent !important; 
  }
@media (max-width:767px){
  .color-transparent-sm,
  .colori-transparent-sm,
  .font-color-transparent-sm { 
    color: transparent !important;  
    fill: transparent; 
  }
  .bg-transparent-sm,
  .bgi-transparent-sm,
  .background-transparent-sm { 
    background: transparent !important; 
  }
}
@media (min-width:768px){
  .color-transparent-md,
  .colori-transparent-md,
  .font-color-transparent-md { 
    color: transparent !important;  
    fill: transparent; 
  }
  .bg-transparent-md,
  .bgi-transparent-md,
  .background-transparent-md { 
    background: transparent !important; 
  }
}
@media (min-width:1025px){
  .color-transparent-lg,
  .colori-transparent-lg,
  .font-color-transparent-lg { 
    color: transparent !important;  
    fill: transparent; 
  }
  .bg-transparent-lg,
  .bgi-transparent-lg,
  .background-transparent-lg { 
    background: transparent !important; 
  }
}

  /* message */
  .color-message,
  .font-color-message { 
		color: #298693 !important;  
		fill: #298693; 
  }
  .colori-message { 
		color: #298693 !important; 
		fill: #298693 !important; 
  }
  .bg-message,
  .background-message { 
		background: #298693; 
  }
  .bgi-message { 
		background: #298693 !important; 
  }
@media (max-width:767px){
  .color-message-sm,
  .colori-message-sm,
  .font-color-message-sm { 
    color: #298693 !important;  
    fill: #298693; 
  }
  .bg-message-sm,
  .bgi-message-sm,
  .background-message-sm { 
    background: #298693 !important; 
  }
}
@media (min-width:768px){
  .color-message-md,
  .colori-message-md,
  .font-color-message-md { 
    color: #298693 !important;  
    fill: #298693; 
  }
  .bg-message-md,
  .bgi-message-md,
  .background-message-md { 
    background: #298693 !important; 
  }
}
@media (min-width:1025px){
  .color-message-lg,
  .colori-message-lg,
  .font-color-message-lg { 
    color: #298693 !important;  
    fill: #298693; 
  }
  .bg-message-lg,
  .bgi-message-lg,
  .background-message-lg { 
    background: #298693 !important; 
  }
}

  /* okay */
  .color-okay,
  .font-color-okay { 
		color: #28A745 !important;  
		fill: #28A745; 
  }
  .colori-okay { 
		color: #28A745 !important; 
		fill: #28A745 !important; 
  }
  .bg-okay,
  .background-okay { 
		background: #28A745; 
  }
  .bgi-okay { 
		background: #28A745 !important; 
  }
@media (max-width:767px){
  .color-okay-sm,
  .colori-okay-sm,
  .font-color-okay-sm { 
    color: #28A745 !important;  
    fill: #28A745; 
  }
  .bg-okay-sm,
  .bgi-okay-sm,
  .background-okay-sm { 
    background: #28A745 !important; 
  }
}
@media (min-width:768px){
  .color-okay-md,
  .colori-okay-md,
  .font-color-okay-md { 
    color: #28A745 !important;  
    fill: #28A745; 
  }
  .bg-okay-md,
  .bgi-okay-md,
  .background-okay-md { 
    background: #28A745 !important; 
  }
}
@media (min-width:1025px){
  .color-okay-lg,
  .colori-okay-lg,
  .font-color-okay-lg { 
    color: #28A745 !important;  
    fill: #28A745; 
  }
  .bg-okay-lg,
  .bgi-okay-lg,
  .background-okay-lg { 
    background: #28A745 !important; 
  }
}

  /* warning */
  .color-warning,
  .font-color-warning { 
		color: #FFC107 !important;  
		fill: #FFC107; 
  }
  .colori-warning { 
		color: #FFC107 !important; 
		fill: #FFC107 !important; 
  }
  .bg-warning,
  .background-warning { 
		background: #FFC107; 
  }
  .bgi-warning { 
		background: #FFC107 !important; 
  }
@media (max-width:767px){
  .color-warning-sm,
  .colori-warning-sm,
  .font-color-warning-sm { 
    color: #FFC107 !important;  
    fill: #FFC107; 
  }
  .bg-warning-sm,
  .bgi-warning-sm,
  .background-warning-sm { 
    background: #FFC107 !important; 
  }
}
@media (min-width:768px){
  .color-warning-md,
  .colori-warning-md,
  .font-color-warning-md { 
    color: #FFC107 !important;  
    fill: #FFC107; 
  }
  .bg-warning-md,
  .bgi-warning-md,
  .background-warning-md { 
    background: #FFC107 !important; 
  }
}
@media (min-width:1025px){
  .color-warning-lg,
  .colori-warning-lg,
  .font-color-warning-lg { 
    color: #FFC107 !important;  
    fill: #FFC107; 
  }
  .bg-warning-lg,
  .bgi-warning-lg,
  .background-warning-lg { 
    background: #FFC107 !important; 
  }
}

  /* alert */
  .color-alert,
  .font-color-alert { 
		color: #DD304F !important;  
		fill: #DD304F; 
  }
  .colori-alert { 
		color: #DD304F !important; 
		fill: #DD304F !important; 
  }
  .bg-alert,
  .background-alert { 
		background: #DD304F; 
  }
  .bgi-alert { 
		background: #DD304F !important; 
  }
@media (max-width:767px){
  .color-alert-sm,
  .colori-alert-sm,
  .font-color-alert-sm { 
    color: #DD304F !important;  
    fill: #DD304F; 
  }
  .bg-alert-sm,
  .bgi-alert-sm,
  .background-alert-sm { 
    background: #DD304F !important; 
  }
}
@media (min-width:768px){
  .color-alert-md,
  .colori-alert-md,
  .font-color-alert-md { 
    color: #DD304F !important;  
    fill: #DD304F; 
  }
  .bg-alert-md,
  .bgi-alert-md,
  .background-alert-md { 
    background: #DD304F !important; 
  }
}
@media (min-width:1025px){
  .color-alert-lg,
  .colori-alert-lg,
  .font-color-alert-lg { 
    color: #DD304F !important;  
    fill: #DD304F; 
  }
  .bg-alert-lg,
  .bgi-alert-lg,
  .background-alert-lg { 
    background: #DD304F !important; 
  }
}




/* Helper (invert colors) */
/*--------------------------------------------------------------------------*/



.invert, .invert-color, .inverted, .inverted-color,
.invert h1, .invert-color h1, .inverted h1, .inverted-color h1, h1.invert, h1.invert-color,h1.inverted, h1.inverted-color,
.invert h2, .invert-color h2, .inverted h2, .inverted-color h2, h2.invert, h2.invert-color,h2.inverted, h2.inverted-color,
.invert h3, .invert-color h3, .inverted h3, .inverted-color h3, h3.invert, h3.invert-color,h3.inverted, h3.inverted-color,
.invert h4, .invert-color h4, .inverted h4, .inverted-color h4, h4.invert, h4.invert-color,h4.inverted, h4.inverted-color,
.invert h5, .invert-color h5, .inverted h5, .inverted-color h5, h5.invert, h5.invert-color,h5.inverted, h5.inverted-color,
.invert h6, .invert-color h6, .inverted h6, .inverted-color h6, h6.invert, h6.invert-color,h6.inverted, h6.inverted-color,
.invert p, .invert-color p, .inverted p, .inverted-color p, p.invert, p.invert-color,p.inverted, p.inverted-color,
.invert li, .invert-color li, .inverted li, .inverted-color li, li.invert, li.invert-color,li.inverted, li.inverted-color,
.invert a, .invert-color a, .inverted a, .inverted-color a, a.invert, a.invert-color,a.inverted, a.inverted-color,
.invert i, .invert-color i, .inverted i, .inverted-color i, i.invert, i.invert-color,i.inverted, i.inverted-color,
.invert svg, .invert-color svg, .inverted svg, .inverted-color svg, svg.invert, svg.invert-color,svg.inverted, svg.inverted-color{ 
    color: #FFFFFF !important;
    fill:#FFFFFF !important;
}


/* Helper (Animation-Fade) */
/*--------------------------------------------------------------------------*/

.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;
}


/* Helper (Text Alignment) */
/*--------------------------------------------------------------------------*/

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


/* Helper (Display) */
/*--------------------------------------------------------------------------*/

.d-none {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.sr-only,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important;
}


/* Helper (Display-Tiny) (default: 375px) */
/*--------------------------------------------------------------------------*/

@media (max-width:374px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
}


/* Helper (Display-Mobile) (default: 576px) */
/*--------------------------------------------------------------------------*/

@media (min-width:375px) {
  .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;
  }
}


/* Helper (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;
  }
}


/* Helper (Display-Desktop) (default: 992px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .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;
  }
}


/* Helper (Display-Widescreen) (default: 1200px) */
/*--------------------------------------------------------------------------*/

@media (min-width:1921px) {
  .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;
  }
}


/* Helper (Margin-Auto) */
/*--------------------------------------------------------------------------*/

.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;   }


/* Helper (Margin-Responsive) */
/*--------------------------------------------------------------------------*/

  .mt-0, .my-0 { margin-top:    0px !important; }
  .mr-0, .mx-0 { margin-right:  0px !important; }
  .mb-0, .my-0 { margin-bottom: 0px !important; }
  .ml-0, .mx-0 { margin-left:   0px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-0, body .sm-my-0 { margin-top:    0px !important; }
    body .sm-mr-0, body .sm-mx-0 { margin-right:  0px !important; }
    body .sm-mb-0, body .sm-my-0 { margin-bottom: 0px !important; }
    body .sm-ml-0, body .sm-mx-0 { margin-left:   0px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-0, body .md-my-0 { margin-top:    0px !important; }
    body .md-mr-0, body .md-mx-0 { margin-right:  0px !important; }
    body .md-mb-0, body .md-my-0 { margin-bottom: 0px !important; }
    body .md-ml-0, body .md-mx-0 { margin-left:   0px !important; }
  }
  @media print {
    body .mt-print-0, body .my-print-0 { margin-top:    0px !important; }
    body .mr-print-0, body .mx-print-0 { margin-right:  0px !important; }
    body .mb-print-0, body .my-print-0 { margin-bottom: 0px !important; }
    body .ml-print-0, body .mx-print-0 { margin-left:   0px !important; }
  }
  
  .mt-1, .my-1 { margin-top:    16px !important; }
  .mr-1, .mx-1 { margin-right:  16px !important; }
  .mb-1, .my-1 { margin-bottom: 16px !important; }
  .ml-1, .mx-1 { margin-left:   16px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-1, body .sm-my-1 { margin-top:    16px !important; }
    body .sm-mr-1, body .sm-mx-1 { margin-right:  16px !important; }
    body .sm-mb-1, body .sm-my-1 { margin-bottom: 16px !important; }
    body .sm-ml-1, body .sm-mx-1 { margin-left:   16px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-1, body .md-my-1 { margin-top:    16px !important; }
    body .md-mr-1, body .md-mx-1 { margin-right:  16px !important; }
    body .md-mb-1, body .md-my-1 { margin-bottom: 16px !important; }
    body .md-ml-1, body .md-mx-1 { margin-left:   16px !important; }
  }
  @media print {
    body .mt-print-1, body .my-print-1 { margin-top:    16px !important; }
    body .mr-print-1, body .mx-print-1 { margin-right:  16px !important; }
    body .mb-print-1, body .my-print-1 { margin-bottom: 16px !important; }
    body .ml-print-1, body .mx-print-1 { margin-left:   16px !important; }
  }
  
  .mt-2, .my-2 { margin-top:    32px !important; }
  .mr-2, .mx-2 { margin-right:  32px !important; }
  .mb-2, .my-2 { margin-bottom: 32px !important; }
  .ml-2, .mx-2 { margin-left:   32px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-2, body .sm-my-2 { margin-top:    32px !important; }
    body .sm-mr-2, body .sm-mx-2 { margin-right:  32px !important; }
    body .sm-mb-2, body .sm-my-2 { margin-bottom: 32px !important; }
    body .sm-ml-2, body .sm-mx-2 { margin-left:   32px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-2, body .md-my-2 { margin-top:    32px !important; }
    body .md-mr-2, body .md-mx-2 { margin-right:  32px !important; }
    body .md-mb-2, body .md-my-2 { margin-bottom: 32px !important; }
    body .md-ml-2, body .md-mx-2 { margin-left:   32px !important; }
  }
  @media print {
    body .mt-print-2, body .my-print-2 { margin-top:    32px !important; }
    body .mr-print-2, body .mx-print-2 { margin-right:  32px !important; }
    body .mb-print-2, body .my-print-2 { margin-bottom: 32px !important; }
    body .ml-print-2, body .mx-print-2 { margin-left:   32px !important; }
  }
  
  .mt-3, .my-3 { margin-top:    48px !important; }
  .mr-3, .mx-3 { margin-right:  48px !important; }
  .mb-3, .my-3 { margin-bottom: 48px !important; }
  .ml-3, .mx-3 { margin-left:   48px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-3, body .sm-my-3 { margin-top:    48px !important; }
    body .sm-mr-3, body .sm-mx-3 { margin-right:  48px !important; }
    body .sm-mb-3, body .sm-my-3 { margin-bottom: 48px !important; }
    body .sm-ml-3, body .sm-mx-3 { margin-left:   48px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-3, body .md-my-3 { margin-top:    48px !important; }
    body .md-mr-3, body .md-mx-3 { margin-right:  48px !important; }
    body .md-mb-3, body .md-my-3 { margin-bottom: 48px !important; }
    body .md-ml-3, body .md-mx-3 { margin-left:   48px !important; }
  }
  @media print {
    body .mt-print-3, body .my-print-3 { margin-top:    48px !important; }
    body .mr-print-3, body .mx-print-3 { margin-right:  48px !important; }
    body .mb-print-3, body .my-print-3 { margin-bottom: 48px !important; }
    body .ml-print-3, body .mx-print-3 { margin-left:   48px !important; }
  }
  
  .mt-4, .my-4 { margin-top:    64px !important; }
  .mr-4, .mx-4 { margin-right:  64px !important; }
  .mb-4, .my-4 { margin-bottom: 64px !important; }
  .ml-4, .mx-4 { margin-left:   64px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-4, body .sm-my-4 { margin-top:    64px !important; }
    body .sm-mr-4, body .sm-mx-4 { margin-right:  64px !important; }
    body .sm-mb-4, body .sm-my-4 { margin-bottom: 64px !important; }
    body .sm-ml-4, body .sm-mx-4 { margin-left:   64px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-4, body .md-my-4 { margin-top:    64px !important; }
    body .md-mr-4, body .md-mx-4 { margin-right:  64px !important; }
    body .md-mb-4, body .md-my-4 { margin-bottom: 64px !important; }
    body .md-ml-4, body .md-mx-4 { margin-left:   64px !important; }
  }
  @media print {
    body .mt-print-4, body .my-print-4 { margin-top:    64px !important; }
    body .mr-print-4, body .mx-print-4 { margin-right:  64px !important; }
    body .mb-print-4, body .my-print-4 { margin-bottom: 64px !important; }
    body .ml-print-4, body .mx-print-4 { margin-left:   64px !important; }
  }
  
  .mt-5, .my-5 { margin-top:    80px !important; }
  .mr-5, .mx-5 { margin-right:  80px !important; }
  .mb-5, .my-5 { margin-bottom: 80px !important; }
  .ml-5, .mx-5 { margin-left:   80px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-5, body .sm-my-5 { margin-top:    80px !important; }
    body .sm-mr-5, body .sm-mx-5 { margin-right:  80px !important; }
    body .sm-mb-5, body .sm-my-5 { margin-bottom: 80px !important; }
    body .sm-ml-5, body .sm-mx-5 { margin-left:   80px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-5, body .md-my-5 { margin-top:    80px !important; }
    body .md-mr-5, body .md-mx-5 { margin-right:  80px !important; }
    body .md-mb-5, body .md-my-5 { margin-bottom: 80px !important; }
    body .md-ml-5, body .md-mx-5 { margin-left:   80px !important; }
  }
  @media print {
    body .mt-print-5, body .my-print-5 { margin-top:    80px !important; }
    body .mr-print-5, body .mx-print-5 { margin-right:  80px !important; }
    body .mb-print-5, body .my-print-5 { margin-bottom: 80px !important; }
    body .ml-print-5, body .mx-print-5 { margin-left:   80px !important; }
  }
  
  .mt-6, .my-6 { margin-top:    96px !important; }
  .mr-6, .mx-6 { margin-right:  96px !important; }
  .mb-6, .my-6 { margin-bottom: 96px !important; }
  .ml-6, .mx-6 { margin-left:   96px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-6, body .sm-my-6 { margin-top:    96px !important; }
    body .sm-mr-6, body .sm-mx-6 { margin-right:  96px !important; }
    body .sm-mb-6, body .sm-my-6 { margin-bottom: 96px !important; }
    body .sm-ml-6, body .sm-mx-6 { margin-left:   96px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-6, body .md-my-6 { margin-top:    96px !important; }
    body .md-mr-6, body .md-mx-6 { margin-right:  96px !important; }
    body .md-mb-6, body .md-my-6 { margin-bottom: 96px !important; }
    body .md-ml-6, body .md-mx-6 { margin-left:   96px !important; }
  }
  @media print {
    body .mt-print-6, body .my-print-6 { margin-top:    96px !important; }
    body .mr-print-6, body .mx-print-6 { margin-right:  96px !important; }
    body .mb-print-6, body .my-print-6 { margin-bottom: 96px !important; }
    body .ml-print-6, body .mx-print-6 { margin-left:   96px !important; }
  }
  
  .mt-7, .my-7 { margin-top:    112px !important; }
  .mr-7, .mx-7 { margin-right:  112px !important; }
  .mb-7, .my-7 { margin-bottom: 112px !important; }
  .ml-7, .mx-7 { margin-left:   112px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-7, body .sm-my-7 { margin-top:    112px !important; }
    body .sm-mr-7, body .sm-mx-7 { margin-right:  112px !important; }
    body .sm-mb-7, body .sm-my-7 { margin-bottom: 112px !important; }
    body .sm-ml-7, body .sm-mx-7 { margin-left:   112px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-7, body .md-my-7 { margin-top:    112px !important; }
    body .md-mr-7, body .md-mx-7 { margin-right:  112px !important; }
    body .md-mb-7, body .md-my-7 { margin-bottom: 112px !important; }
    body .md-ml-7, body .md-mx-7 { margin-left:   112px !important; }
  }
  @media print {
    body .mt-print-7, body .my-print-7 { margin-top:    112px !important; }
    body .mr-print-7, body .mx-print-7 { margin-right:  112px !important; }
    body .mb-print-7, body .my-print-7 { margin-bottom: 112px !important; }
    body .ml-print-7, body .mx-print-7 { margin-left:   112px !important; }
  }
  
  .mt-8, .my-8 { margin-top:    128px !important; }
  .mr-8, .mx-8 { margin-right:  128px !important; }
  .mb-8, .my-8 { margin-bottom: 128px !important; }
  .ml-8, .mx-8 { margin-left:   128px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-8, body .sm-my-8 { margin-top:    128px !important; }
    body .sm-mr-8, body .sm-mx-8 { margin-right:  128px !important; }
    body .sm-mb-8, body .sm-my-8 { margin-bottom: 128px !important; }
    body .sm-ml-8, body .sm-mx-8 { margin-left:   128px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-8, body .md-my-8 { margin-top:    128px !important; }
    body .md-mr-8, body .md-mx-8 { margin-right:  128px !important; }
    body .md-mb-8, body .md-my-8 { margin-bottom: 128px !important; }
    body .md-ml-8, body .md-mx-8 { margin-left:   128px !important; }
  }
  @media print {
    body .mt-print-8, body .my-print-8 { margin-top:    128px !important; }
    body .mr-print-8, body .mx-print-8 { margin-right:  128px !important; }
    body .mb-print-8, body .my-print-8 { margin-bottom: 128px !important; }
    body .ml-print-8, body .mx-print-8 { margin-left:   128px !important; }
  }
  
  .mt-9, .my-9 { margin-top:    144px !important; }
  .mr-9, .mx-9 { margin-right:  144px !important; }
  .mb-9, .my-9 { margin-bottom: 144px !important; }
  .ml-9, .mx-9 { margin-left:   144px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-9, body .sm-my-9 { margin-top:    144px !important; }
    body .sm-mr-9, body .sm-mx-9 { margin-right:  144px !important; }
    body .sm-mb-9, body .sm-my-9 { margin-bottom: 144px !important; }
    body .sm-ml-9, body .sm-mx-9 { margin-left:   144px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-9, body .md-my-9 { margin-top:    144px !important; }
    body .md-mr-9, body .md-mx-9 { margin-right:  144px !important; }
    body .md-mb-9, body .md-my-9 { margin-bottom: 144px !important; }
    body .md-ml-9, body .md-mx-9 { margin-left:   144px !important; }
  }
  @media print {
    body .mt-print-9, body .my-print-9 { margin-top:    144px !important; }
    body .mr-print-9, body .mx-print-9 { margin-right:  144px !important; }
    body .mb-print-9, body .my-print-9 { margin-bottom: 144px !important; }
    body .ml-print-9, body .mx-print-9 { margin-left:   144px !important; }
  }
  
  .mt-10, .my-10 { margin-top:    160px !important; }
  .mr-10, .mx-10 { margin-right:  160px !important; }
  .mb-10, .my-10 { margin-bottom: 160px !important; }
  .ml-10, .mx-10 { margin-left:   160px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-10, body .sm-my-10 { margin-top:    160px !important; }
    body .sm-mr-10, body .sm-mx-10 { margin-right:  160px !important; }
    body .sm-mb-10, body .sm-my-10 { margin-bottom: 160px !important; }
    body .sm-ml-10, body .sm-mx-10 { margin-left:   160px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-10, body .md-my-10 { margin-top:    160px !important; }
    body .md-mr-10, body .md-mx-10 { margin-right:  160px !important; }
    body .md-mb-10, body .md-my-10 { margin-bottom: 160px !important; }
    body .md-ml-10, body .md-mx-10 { margin-left:   160px !important; }
  }
  @media print {
    body .mt-print-10, body .my-print-10 { margin-top:    160px !important; }
    body .mr-print-10, body .mx-print-10 { margin-right:  160px !important; }
    body .mb-print-10, body .my-print-10 { margin-bottom: 160px !important; }
    body .ml-print-10, body .mx-print-10 { margin-left:   160px !important; }
  }
  
  .mt-11, .my-11 { margin-top:    176px !important; }
  .mr-11, .mx-11 { margin-right:  176px !important; }
  .mb-11, .my-11 { margin-bottom: 176px !important; }
  .ml-11, .mx-11 { margin-left:   176px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-11, body .sm-my-11 { margin-top:    176px !important; }
    body .sm-mr-11, body .sm-mx-11 { margin-right:  176px !important; }
    body .sm-mb-11, body .sm-my-11 { margin-bottom: 176px !important; }
    body .sm-ml-11, body .sm-mx-11 { margin-left:   176px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-11, body .md-my-11 { margin-top:    176px !important; }
    body .md-mr-11, body .md-mx-11 { margin-right:  176px !important; }
    body .md-mb-11, body .md-my-11 { margin-bottom: 176px !important; }
    body .md-ml-11, body .md-mx-11 { margin-left:   176px !important; }
  }
  @media print {
    body .mt-print-11, body .my-print-11 { margin-top:    176px !important; }
    body .mr-print-11, body .mx-print-11 { margin-right:  176px !important; }
    body .mb-print-11, body .my-print-11 { margin-bottom: 176px !important; }
    body .ml-print-11, body .mx-print-11 { margin-left:   176px !important; }
  }
  
  .mt-12, .my-12 { margin-top:    192px !important; }
  .mr-12, .mx-12 { margin-right:  192px !important; }
  .mb-12, .my-12 { margin-bottom: 192px !important; }
  .ml-12, .mx-12 { margin-left:   192px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-12, body .sm-my-12 { margin-top:    192px !important; }
    body .sm-mr-12, body .sm-mx-12 { margin-right:  192px !important; }
    body .sm-mb-12, body .sm-my-12 { margin-bottom: 192px !important; }
    body .sm-ml-12, body .sm-mx-12 { margin-left:   192px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-12, body .md-my-12 { margin-top:    192px !important; }
    body .md-mr-12, body .md-mx-12 { margin-right:  192px !important; }
    body .md-mb-12, body .md-my-12 { margin-bottom: 192px !important; }
    body .md-ml-12, body .md-mx-12 { margin-left:   192px !important; }
  }
  @media print {
    body .mt-print-12, body .my-print-12 { margin-top:    192px !important; }
    body .mr-print-12, body .mx-print-12 { margin-right:  192px !important; }
    body .mb-print-12, body .my-print-12 { margin-bottom: 192px !important; }
    body .ml-print-12, body .mx-print-12 { margin-left:   192px !important; }
  }
  
  .mt-13, .my-13 { margin-top:    208px !important; }
  .mr-13, .mx-13 { margin-right:  208px !important; }
  .mb-13, .my-13 { margin-bottom: 208px !important; }
  .ml-13, .mx-13 { margin-left:   208px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-13, body .sm-my-13 { margin-top:    208px !important; }
    body .sm-mr-13, body .sm-mx-13 { margin-right:  208px !important; }
    body .sm-mb-13, body .sm-my-13 { margin-bottom: 208px !important; }
    body .sm-ml-13, body .sm-mx-13 { margin-left:   208px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-13, body .md-my-13 { margin-top:    208px !important; }
    body .md-mr-13, body .md-mx-13 { margin-right:  208px !important; }
    body .md-mb-13, body .md-my-13 { margin-bottom: 208px !important; }
    body .md-ml-13, body .md-mx-13 { margin-left:   208px !important; }
  }
  @media print {
    body .mt-print-13, body .my-print-13 { margin-top:    208px !important; }
    body .mr-print-13, body .mx-print-13 { margin-right:  208px !important; }
    body .mb-print-13, body .my-print-13 { margin-bottom: 208px !important; }
    body .ml-print-13, body .mx-print-13 { margin-left:   208px !important; }
  }
  
  .mt-14, .my-14 { margin-top:    224px !important; }
  .mr-14, .mx-14 { margin-right:  224px !important; }
  .mb-14, .my-14 { margin-bottom: 224px !important; }
  .ml-14, .mx-14 { margin-left:   224px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-14, body .sm-my-14 { margin-top:    224px !important; }
    body .sm-mr-14, body .sm-mx-14 { margin-right:  224px !important; }
    body .sm-mb-14, body .sm-my-14 { margin-bottom: 224px !important; }
    body .sm-ml-14, body .sm-mx-14 { margin-left:   224px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-14, body .md-my-14 { margin-top:    224px !important; }
    body .md-mr-14, body .md-mx-14 { margin-right:  224px !important; }
    body .md-mb-14, body .md-my-14 { margin-bottom: 224px !important; }
    body .md-ml-14, body .md-mx-14 { margin-left:   224px !important; }
  }
  @media print {
    body .mt-print-14, body .my-print-14 { margin-top:    224px !important; }
    body .mr-print-14, body .mx-print-14 { margin-right:  224px !important; }
    body .mb-print-14, body .my-print-14 { margin-bottom: 224px !important; }
    body .ml-print-14, body .mx-print-14 { margin-left:   224px !important; }
  }
  
  .mt-15, .my-15 { margin-top:    240px !important; }
  .mr-15, .mx-15 { margin-right:  240px !important; }
  .mb-15, .my-15 { margin-bottom: 240px !important; }
  .ml-15, .mx-15 { margin-left:   240px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-15, body .sm-my-15 { margin-top:    240px !important; }
    body .sm-mr-15, body .sm-mx-15 { margin-right:  240px !important; }
    body .sm-mb-15, body .sm-my-15 { margin-bottom: 240px !important; }
    body .sm-ml-15, body .sm-mx-15 { margin-left:   240px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-15, body .md-my-15 { margin-top:    240px !important; }
    body .md-mr-15, body .md-mx-15 { margin-right:  240px !important; }
    body .md-mb-15, body .md-my-15 { margin-bottom: 240px !important; }
    body .md-ml-15, body .md-mx-15 { margin-left:   240px !important; }
  }
  @media print {
    body .mt-print-15, body .my-print-15 { margin-top:    240px !important; }
    body .mr-print-15, body .mx-print-15 { margin-right:  240px !important; }
    body .mb-print-15, body .my-print-15 { margin-bottom: 240px !important; }
    body .ml-print-15, body .mx-print-15 { margin-left:   240px !important; }
  }
  
  .mt-16, .my-16 { margin-top:    256px !important; }
  .mr-16, .mx-16 { margin-right:  256px !important; }
  .mb-16, .my-16 { margin-bottom: 256px !important; }
  .ml-16, .mx-16 { margin-left:   256px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-16, body .sm-my-16 { margin-top:    256px !important; }
    body .sm-mr-16, body .sm-mx-16 { margin-right:  256px !important; }
    body .sm-mb-16, body .sm-my-16 { margin-bottom: 256px !important; }
    body .sm-ml-16, body .sm-mx-16 { margin-left:   256px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-16, body .md-my-16 { margin-top:    256px !important; }
    body .md-mr-16, body .md-mx-16 { margin-right:  256px !important; }
    body .md-mb-16, body .md-my-16 { margin-bottom: 256px !important; }
    body .md-ml-16, body .md-mx-16 { margin-left:   256px !important; }
  }
  @media print {
    body .mt-print-16, body .my-print-16 { margin-top:    256px !important; }
    body .mr-print-16, body .mx-print-16 { margin-right:  256px !important; }
    body .mb-print-16, body .my-print-16 { margin-bottom: 256px !important; }
    body .ml-print-16, body .mx-print-16 { margin-left:   256px !important; }
  }
  
  .mt-17, .my-17 { margin-top:    272px !important; }
  .mr-17, .mx-17 { margin-right:  272px !important; }
  .mb-17, .my-17 { margin-bottom: 272px !important; }
  .ml-17, .mx-17 { margin-left:   272px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-17, body .sm-my-17 { margin-top:    272px !important; }
    body .sm-mr-17, body .sm-mx-17 { margin-right:  272px !important; }
    body .sm-mb-17, body .sm-my-17 { margin-bottom: 272px !important; }
    body .sm-ml-17, body .sm-mx-17 { margin-left:   272px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-17, body .md-my-17 { margin-top:    272px !important; }
    body .md-mr-17, body .md-mx-17 { margin-right:  272px !important; }
    body .md-mb-17, body .md-my-17 { margin-bottom: 272px !important; }
    body .md-ml-17, body .md-mx-17 { margin-left:   272px !important; }
  }
  @media print {
    body .mt-print-17, body .my-print-17 { margin-top:    272px !important; }
    body .mr-print-17, body .mx-print-17 { margin-right:  272px !important; }
    body .mb-print-17, body .my-print-17 { margin-bottom: 272px !important; }
    body .ml-print-17, body .mx-print-17 { margin-left:   272px !important; }
  }
  
  .mt-18, .my-18 { margin-top:    288px !important; }
  .mr-18, .mx-18 { margin-right:  288px !important; }
  .mb-18, .my-18 { margin-bottom: 288px !important; }
  .ml-18, .mx-18 { margin-left:   288px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-18, body .sm-my-18 { margin-top:    288px !important; }
    body .sm-mr-18, body .sm-mx-18 { margin-right:  288px !important; }
    body .sm-mb-18, body .sm-my-18 { margin-bottom: 288px !important; }
    body .sm-ml-18, body .sm-mx-18 { margin-left:   288px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-18, body .md-my-18 { margin-top:    288px !important; }
    body .md-mr-18, body .md-mx-18 { margin-right:  288px !important; }
    body .md-mb-18, body .md-my-18 { margin-bottom: 288px !important; }
    body .md-ml-18, body .md-mx-18 { margin-left:   288px !important; }
  }
  @media print {
    body .mt-print-18, body .my-print-18 { margin-top:    288px !important; }
    body .mr-print-18, body .mx-print-18 { margin-right:  288px !important; }
    body .mb-print-18, body .my-print-18 { margin-bottom: 288px !important; }
    body .ml-print-18, body .mx-print-18 { margin-left:   288px !important; }
  }
  
  .mt-19, .my-19 { margin-top:    304px !important; }
  .mr-19, .mx-19 { margin-right:  304px !important; }
  .mb-19, .my-19 { margin-bottom: 304px !important; }
  .ml-19, .mx-19 { margin-left:   304px !important; }
  @media (max-width:767px) { /* ups .pt-sm-x */
    body .sm-mt-19, body .sm-my-19 { margin-top:    304px !important; }
    body .sm-mr-19, body .sm-mx-19 { margin-right:  304px !important; }
    body .sm-mb-19, body .sm-my-19 { margin-bottom: 304px !important; }
    body .sm-ml-19, body .sm-mx-19 { margin-left:   304px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .pt-sm-x */
    body .md-mt-19, body .md-my-19 { margin-top:    304px !important; }
    body .md-mr-19, body .md-mx-19 { margin-right:  304px !important; }
    body .md-mb-19, body .md-my-19 { margin-bottom: 304px !important; }
    body .md-ml-19, body .md-mx-19 { margin-left:   304px !important; }
  }
  @media print {
    body .mt-print-19, body .my-print-19 { margin-top:    304px !important; }
    body .mr-print-19, body .mx-print-19 { margin-right:  304px !important; }
    body .mb-print-19, body .my-print-19 { margin-bottom: 304px !important; }
    body .ml-print-19, body .mx-print-19 { margin-left:   304px !important; }
  }
    


/* Helper (Padding-Responsive) */
/*--------------------------------------------------------------------------*/

  .pt-0, .py-0 { padding-top:    0px !important; }
  .pr-0, .px-0 { padding-right:  0px !important; }
  .pb-0, .py-0 { padding-bottom: 0px !important; }
  .pl-0, .px-0 { padding-left:   0px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-0, body .sm-py-0 { padding-top:    0px !important; }
    body .sm-pr-0, body .sm-px-0 { padding-right:  0px !important; }
    body .sm-pb-0, body .sm-py-0 { padding-bottom: 0px !important; }
    body .sm-pl-0, body .sm-px-0 { padding-left:   0px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-0, body .md-py-0 { padding-top:    0px !important; }
    body .md-pr-0, body .md-px-0 { padding-right:  0px !important; }
    body .md-pb-0, body .md-py-0 { padding-bottom: 0px !important; }
    body .md-pl-0, body .md-px-0 { padding-left:   0px !important; }
  }
  @media print {
    body .pt-print-0, body .py-print-0 { padding-top:    0px !important; }
    body .pr-print-0, body .px-print-0 { padding-right:  0px !important; }
    body .pb-print-0, body .py-print-0 { padding-bottom: 0px !important; }
    body .pl-print-0, body .px-print-0 { padding-left:   0px !important; }
  }
  
  .pt-1, .py-1 { padding-top:    16px !important; }
  .pr-1, .px-1 { padding-right:  16px !important; }
  .pb-1, .py-1 { padding-bottom: 16px !important; }
  .pl-1, .px-1 { padding-left:   16px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-1, body .sm-py-1 { padding-top:    16px !important; }
    body .sm-pr-1, body .sm-px-1 { padding-right:  16px !important; }
    body .sm-pb-1, body .sm-py-1 { padding-bottom: 16px !important; }
    body .sm-pl-1, body .sm-px-1 { padding-left:   16px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-1, body .md-py-1 { padding-top:    16px !important; }
    body .md-pr-1, body .md-px-1 { padding-right:  16px !important; }
    body .md-pb-1, body .md-py-1 { padding-bottom: 16px !important; }
    body .md-pl-1, body .md-px-1 { padding-left:   16px !important; }
  }
  @media print {
    body .pt-print-1, body .py-print-1 { padding-top:    16px !important; }
    body .pr-print-1, body .px-print-1 { padding-right:  16px !important; }
    body .pb-print-1, body .py-print-1 { padding-bottom: 16px !important; }
    body .pl-print-1, body .px-print-1 { padding-left:   16px !important; }
  }
  
  .pt-2, .py-2 { padding-top:    32px !important; }
  .pr-2, .px-2 { padding-right:  32px !important; }
  .pb-2, .py-2 { padding-bottom: 32px !important; }
  .pl-2, .px-2 { padding-left:   32px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-2, body .sm-py-2 { padding-top:    32px !important; }
    body .sm-pr-2, body .sm-px-2 { padding-right:  32px !important; }
    body .sm-pb-2, body .sm-py-2 { padding-bottom: 32px !important; }
    body .sm-pl-2, body .sm-px-2 { padding-left:   32px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-2, body .md-py-2 { padding-top:    32px !important; }
    body .md-pr-2, body .md-px-2 { padding-right:  32px !important; }
    body .md-pb-2, body .md-py-2 { padding-bottom: 32px !important; }
    body .md-pl-2, body .md-px-2 { padding-left:   32px !important; }
  }
  @media print {
    body .pt-print-2, body .py-print-2 { padding-top:    32px !important; }
    body .pr-print-2, body .px-print-2 { padding-right:  32px !important; }
    body .pb-print-2, body .py-print-2 { padding-bottom: 32px !important; }
    body .pl-print-2, body .px-print-2 { padding-left:   32px !important; }
  }
  
  .pt-3, .py-3 { padding-top:    48px !important; }
  .pr-3, .px-3 { padding-right:  48px !important; }
  .pb-3, .py-3 { padding-bottom: 48px !important; }
  .pl-3, .px-3 { padding-left:   48px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-3, body .sm-py-3 { padding-top:    48px !important; }
    body .sm-pr-3, body .sm-px-3 { padding-right:  48px !important; }
    body .sm-pb-3, body .sm-py-3 { padding-bottom: 48px !important; }
    body .sm-pl-3, body .sm-px-3 { padding-left:   48px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-3, body .md-py-3 { padding-top:    48px !important; }
    body .md-pr-3, body .md-px-3 { padding-right:  48px !important; }
    body .md-pb-3, body .md-py-3 { padding-bottom: 48px !important; }
    body .md-pl-3, body .md-px-3 { padding-left:   48px !important; }
  }
  @media print {
    body .pt-print-3, body .py-print-3 { padding-top:    48px !important; }
    body .pr-print-3, body .px-print-3 { padding-right:  48px !important; }
    body .pb-print-3, body .py-print-3 { padding-bottom: 48px !important; }
    body .pl-print-3, body .px-print-3 { padding-left:   48px !important; }
  }
  
  .pt-4, .py-4 { padding-top:    64px !important; }
  .pr-4, .px-4 { padding-right:  64px !important; }
  .pb-4, .py-4 { padding-bottom: 64px !important; }
  .pl-4, .px-4 { padding-left:   64px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-4, body .sm-py-4 { padding-top:    64px !important; }
    body .sm-pr-4, body .sm-px-4 { padding-right:  64px !important; }
    body .sm-pb-4, body .sm-py-4 { padding-bottom: 64px !important; }
    body .sm-pl-4, body .sm-px-4 { padding-left:   64px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-4, body .md-py-4 { padding-top:    64px !important; }
    body .md-pr-4, body .md-px-4 { padding-right:  64px !important; }
    body .md-pb-4, body .md-py-4 { padding-bottom: 64px !important; }
    body .md-pl-4, body .md-px-4 { padding-left:   64px !important; }
  }
  @media print {
    body .pt-print-4, body .py-print-4 { padding-top:    64px !important; }
    body .pr-print-4, body .px-print-4 { padding-right:  64px !important; }
    body .pb-print-4, body .py-print-4 { padding-bottom: 64px !important; }
    body .pl-print-4, body .px-print-4 { padding-left:   64px !important; }
  }
  
  .pt-5, .py-5 { padding-top:    80px !important; }
  .pr-5, .px-5 { padding-right:  80px !important; }
  .pb-5, .py-5 { padding-bottom: 80px !important; }
  .pl-5, .px-5 { padding-left:   80px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-5, body .sm-py-5 { padding-top:    80px !important; }
    body .sm-pr-5, body .sm-px-5 { padding-right:  80px !important; }
    body .sm-pb-5, body .sm-py-5 { padding-bottom: 80px !important; }
    body .sm-pl-5, body .sm-px-5 { padding-left:   80px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-5, body .md-py-5 { padding-top:    80px !important; }
    body .md-pr-5, body .md-px-5 { padding-right:  80px !important; }
    body .md-pb-5, body .md-py-5 { padding-bottom: 80px !important; }
    body .md-pl-5, body .md-px-5 { padding-left:   80px !important; }
  }
  @media print {
    body .pt-print-5, body .py-print-5 { padding-top:    80px !important; }
    body .pr-print-5, body .px-print-5 { padding-right:  80px !important; }
    body .pb-print-5, body .py-print-5 { padding-bottom: 80px !important; }
    body .pl-print-5, body .px-print-5 { padding-left:   80px !important; }
  }
  
  .pt-6, .py-6 { padding-top:    96px !important; }
  .pr-6, .px-6 { padding-right:  96px !important; }
  .pb-6, .py-6 { padding-bottom: 96px !important; }
  .pl-6, .px-6 { padding-left:   96px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-6, body .sm-py-6 { padding-top:    96px !important; }
    body .sm-pr-6, body .sm-px-6 { padding-right:  96px !important; }
    body .sm-pb-6, body .sm-py-6 { padding-bottom: 96px !important; }
    body .sm-pl-6, body .sm-px-6 { padding-left:   96px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-6, body .md-py-6 { padding-top:    96px !important; }
    body .md-pr-6, body .md-px-6 { padding-right:  96px !important; }
    body .md-pb-6, body .md-py-6 { padding-bottom: 96px !important; }
    body .md-pl-6, body .md-px-6 { padding-left:   96px !important; }
  }
  @media print {
    body .pt-print-6, body .py-print-6 { padding-top:    96px !important; }
    body .pr-print-6, body .px-print-6 { padding-right:  96px !important; }
    body .pb-print-6, body .py-print-6 { padding-bottom: 96px !important; }
    body .pl-print-6, body .px-print-6 { padding-left:   96px !important; }
  }
  
  .pt-7, .py-7 { padding-top:    112px !important; }
  .pr-7, .px-7 { padding-right:  112px !important; }
  .pb-7, .py-7 { padding-bottom: 112px !important; }
  .pl-7, .px-7 { padding-left:   112px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-7, body .sm-py-7 { padding-top:    112px !important; }
    body .sm-pr-7, body .sm-px-7 { padding-right:  112px !important; }
    body .sm-pb-7, body .sm-py-7 { padding-bottom: 112px !important; }
    body .sm-pl-7, body .sm-px-7 { padding-left:   112px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-7, body .md-py-7 { padding-top:    112px !important; }
    body .md-pr-7, body .md-px-7 { padding-right:  112px !important; }
    body .md-pb-7, body .md-py-7 { padding-bottom: 112px !important; }
    body .md-pl-7, body .md-px-7 { padding-left:   112px !important; }
  }
  @media print {
    body .pt-print-7, body .py-print-7 { padding-top:    112px !important; }
    body .pr-print-7, body .px-print-7 { padding-right:  112px !important; }
    body .pb-print-7, body .py-print-7 { padding-bottom: 112px !important; }
    body .pl-print-7, body .px-print-7 { padding-left:   112px !important; }
  }
  
  .pt-8, .py-8 { padding-top:    128px !important; }
  .pr-8, .px-8 { padding-right:  128px !important; }
  .pb-8, .py-8 { padding-bottom: 128px !important; }
  .pl-8, .px-8 { padding-left:   128px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-8, body .sm-py-8 { padding-top:    128px !important; }
    body .sm-pr-8, body .sm-px-8 { padding-right:  128px !important; }
    body .sm-pb-8, body .sm-py-8 { padding-bottom: 128px !important; }
    body .sm-pl-8, body .sm-px-8 { padding-left:   128px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-8, body .md-py-8 { padding-top:    128px !important; }
    body .md-pr-8, body .md-px-8 { padding-right:  128px !important; }
    body .md-pb-8, body .md-py-8 { padding-bottom: 128px !important; }
    body .md-pl-8, body .md-px-8 { padding-left:   128px !important; }
  }
  @media print {
    body .pt-print-8, body .py-print-8 { padding-top:    128px !important; }
    body .pr-print-8, body .px-print-8 { padding-right:  128px !important; }
    body .pb-print-8, body .py-print-8 { padding-bottom: 128px !important; }
    body .pl-print-8, body .px-print-8 { padding-left:   128px !important; }
  }
  
  .pt-9, .py-9 { padding-top:    144px !important; }
  .pr-9, .px-9 { padding-right:  144px !important; }
  .pb-9, .py-9 { padding-bottom: 144px !important; }
  .pl-9, .px-9 { padding-left:   144px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-9, body .sm-py-9 { padding-top:    144px !important; }
    body .sm-pr-9, body .sm-px-9 { padding-right:  144px !important; }
    body .sm-pb-9, body .sm-py-9 { padding-bottom: 144px !important; }
    body .sm-pl-9, body .sm-px-9 { padding-left:   144px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-9, body .md-py-9 { padding-top:    144px !important; }
    body .md-pr-9, body .md-px-9 { padding-right:  144px !important; }
    body .md-pb-9, body .md-py-9 { padding-bottom: 144px !important; }
    body .md-pl-9, body .md-px-9 { padding-left:   144px !important; }
  }
  @media print {
    body .pt-print-9, body .py-print-9 { padding-top:    144px !important; }
    body .pr-print-9, body .px-print-9 { padding-right:  144px !important; }
    body .pb-print-9, body .py-print-9 { padding-bottom: 144px !important; }
    body .pl-print-9, body .px-print-9 { padding-left:   144px !important; }
  }
  
  .pt-10, .py-10 { padding-top:    160px !important; }
  .pr-10, .px-10 { padding-right:  160px !important; }
  .pb-10, .py-10 { padding-bottom: 160px !important; }
  .pl-10, .px-10 { padding-left:   160px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-10, body .sm-py-10 { padding-top:    160px !important; }
    body .sm-pr-10, body .sm-px-10 { padding-right:  160px !important; }
    body .sm-pb-10, body .sm-py-10 { padding-bottom: 160px !important; }
    body .sm-pl-10, body .sm-px-10 { padding-left:   160px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-10, body .md-py-10 { padding-top:    160px !important; }
    body .md-pr-10, body .md-px-10 { padding-right:  160px !important; }
    body .md-pb-10, body .md-py-10 { padding-bottom: 160px !important; }
    body .md-pl-10, body .md-px-10 { padding-left:   160px !important; }
  }
  @media print {
    body .pt-print-10, body .py-print-10 { padding-top:    160px !important; }
    body .pr-print-10, body .px-print-10 { padding-right:  160px !important; }
    body .pb-print-10, body .py-print-10 { padding-bottom: 160px !important; }
    body .pl-print-10, body .px-print-10 { padding-left:   160px !important; }
  }
  
  .pt-11, .py-11 { padding-top:    176px !important; }
  .pr-11, .px-11 { padding-right:  176px !important; }
  .pb-11, .py-11 { padding-bottom: 176px !important; }
  .pl-11, .px-11 { padding-left:   176px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-11, body .sm-py-11 { padding-top:    176px !important; }
    body .sm-pr-11, body .sm-px-11 { padding-right:  176px !important; }
    body .sm-pb-11, body .sm-py-11 { padding-bottom: 176px !important; }
    body .sm-pl-11, body .sm-px-11 { padding-left:   176px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-11, body .md-py-11 { padding-top:    176px !important; }
    body .md-pr-11, body .md-px-11 { padding-right:  176px !important; }
    body .md-pb-11, body .md-py-11 { padding-bottom: 176px !important; }
    body .md-pl-11, body .md-px-11 { padding-left:   176px !important; }
  }
  @media print {
    body .pt-print-11, body .py-print-11 { padding-top:    176px !important; }
    body .pr-print-11, body .px-print-11 { padding-right:  176px !important; }
    body .pb-print-11, body .py-print-11 { padding-bottom: 176px !important; }
    body .pl-print-11, body .px-print-11 { padding-left:   176px !important; }
  }
  
  .pt-12, .py-12 { padding-top:    192px !important; }
  .pr-12, .px-12 { padding-right:  192px !important; }
  .pb-12, .py-12 { padding-bottom: 192px !important; }
  .pl-12, .px-12 { padding-left:   192px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-12, body .sm-py-12 { padding-top:    192px !important; }
    body .sm-pr-12, body .sm-px-12 { padding-right:  192px !important; }
    body .sm-pb-12, body .sm-py-12 { padding-bottom: 192px !important; }
    body .sm-pl-12, body .sm-px-12 { padding-left:   192px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-12, body .md-py-12 { padding-top:    192px !important; }
    body .md-pr-12, body .md-px-12 { padding-right:  192px !important; }
    body .md-pb-12, body .md-py-12 { padding-bottom: 192px !important; }
    body .md-pl-12, body .md-px-12 { padding-left:   192px !important; }
  }
  @media print {
    body .pt-print-12, body .py-print-12 { padding-top:    192px !important; }
    body .pr-print-12, body .px-print-12 { padding-right:  192px !important; }
    body .pb-print-12, body .py-print-12 { padding-bottom: 192px !important; }
    body .pl-print-12, body .px-print-12 { padding-left:   192px !important; }
  }
  
  .pt-13, .py-13 { padding-top:    208px !important; }
  .pr-13, .px-13 { padding-right:  208px !important; }
  .pb-13, .py-13 { padding-bottom: 208px !important; }
  .pl-13, .px-13 { padding-left:   208px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-13, body .sm-py-13 { padding-top:    208px !important; }
    body .sm-pr-13, body .sm-px-13 { padding-right:  208px !important; }
    body .sm-pb-13, body .sm-py-13 { padding-bottom: 208px !important; }
    body .sm-pl-13, body .sm-px-13 { padding-left:   208px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-13, body .md-py-13 { padding-top:    208px !important; }
    body .md-pr-13, body .md-px-13 { padding-right:  208px !important; }
    body .md-pb-13, body .md-py-13 { padding-bottom: 208px !important; }
    body .md-pl-13, body .md-px-13 { padding-left:   208px !important; }
  }
  @media print {
    body .pt-print-13, body .py-print-13 { padding-top:    208px !important; }
    body .pr-print-13, body .px-print-13 { padding-right:  208px !important; }
    body .pb-print-13, body .py-print-13 { padding-bottom: 208px !important; }
    body .pl-print-13, body .px-print-13 { padding-left:   208px !important; }
  }
  
  .pt-14, .py-14 { padding-top:    224px !important; }
  .pr-14, .px-14 { padding-right:  224px !important; }
  .pb-14, .py-14 { padding-bottom: 224px !important; }
  .pl-14, .px-14 { padding-left:   224px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-14, body .sm-py-14 { padding-top:    224px !important; }
    body .sm-pr-14, body .sm-px-14 { padding-right:  224px !important; }
    body .sm-pb-14, body .sm-py-14 { padding-bottom: 224px !important; }
    body .sm-pl-14, body .sm-px-14 { padding-left:   224px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-14, body .md-py-14 { padding-top:    224px !important; }
    body .md-pr-14, body .md-px-14 { padding-right:  224px !important; }
    body .md-pb-14, body .md-py-14 { padding-bottom: 224px !important; }
    body .md-pl-14, body .md-px-14 { padding-left:   224px !important; }
  }
  @media print {
    body .pt-print-14, body .py-print-14 { padding-top:    224px !important; }
    body .pr-print-14, body .px-print-14 { padding-right:  224px !important; }
    body .pb-print-14, body .py-print-14 { padding-bottom: 224px !important; }
    body .pl-print-14, body .px-print-14 { padding-left:   224px !important; }
  }
  
  .pt-15, .py-15 { padding-top:    240px !important; }
  .pr-15, .px-15 { padding-right:  240px !important; }
  .pb-15, .py-15 { padding-bottom: 240px !important; }
  .pl-15, .px-15 { padding-left:   240px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-15, body .sm-py-15 { padding-top:    240px !important; }
    body .sm-pr-15, body .sm-px-15 { padding-right:  240px !important; }
    body .sm-pb-15, body .sm-py-15 { padding-bottom: 240px !important; }
    body .sm-pl-15, body .sm-px-15 { padding-left:   240px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-15, body .md-py-15 { padding-top:    240px !important; }
    body .md-pr-15, body .md-px-15 { padding-right:  240px !important; }
    body .md-pb-15, body .md-py-15 { padding-bottom: 240px !important; }
    body .md-pl-15, body .md-px-15 { padding-left:   240px !important; }
  }
  @media print {
    body .pt-print-15, body .py-print-15 { padding-top:    240px !important; }
    body .pr-print-15, body .px-print-15 { padding-right:  240px !important; }
    body .pb-print-15, body .py-print-15 { padding-bottom: 240px !important; }
    body .pl-print-15, body .px-print-15 { padding-left:   240px !important; }
  }
  
  .pt-16, .py-16 { padding-top:    256px !important; }
  .pr-16, .px-16 { padding-right:  256px !important; }
  .pb-16, .py-16 { padding-bottom: 256px !important; }
  .pl-16, .px-16 { padding-left:   256px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-16, body .sm-py-16 { padding-top:    256px !important; }
    body .sm-pr-16, body .sm-px-16 { padding-right:  256px !important; }
    body .sm-pb-16, body .sm-py-16 { padding-bottom: 256px !important; }
    body .sm-pl-16, body .sm-px-16 { padding-left:   256px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-16, body .md-py-16 { padding-top:    256px !important; }
    body .md-pr-16, body .md-px-16 { padding-right:  256px !important; }
    body .md-pb-16, body .md-py-16 { padding-bottom: 256px !important; }
    body .md-pl-16, body .md-px-16 { padding-left:   256px !important; }
  }
  @media print {
    body .pt-print-16, body .py-print-16 { padding-top:    256px !important; }
    body .pr-print-16, body .px-print-16 { padding-right:  256px !important; }
    body .pb-print-16, body .py-print-16 { padding-bottom: 256px !important; }
    body .pl-print-16, body .px-print-16 { padding-left:   256px !important; }
  }
  
  .pt-17, .py-17 { padding-top:    272px !important; }
  .pr-17, .px-17 { padding-right:  272px !important; }
  .pb-17, .py-17 { padding-bottom: 272px !important; }
  .pl-17, .px-17 { padding-left:   272px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-17, body .sm-py-17 { padding-top:    272px !important; }
    body .sm-pr-17, body .sm-px-17 { padding-right:  272px !important; }
    body .sm-pb-17, body .sm-py-17 { padding-bottom: 272px !important; }
    body .sm-pl-17, body .sm-px-17 { padding-left:   272px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-17, body .md-py-17 { padding-top:    272px !important; }
    body .md-pr-17, body .md-px-17 { padding-right:  272px !important; }
    body .md-pb-17, body .md-py-17 { padding-bottom: 272px !important; }
    body .md-pl-17, body .md-px-17 { padding-left:   272px !important; }
  }
  @media print {
    body .pt-print-17, body .py-print-17 { padding-top:    272px !important; }
    body .pr-print-17, body .px-print-17 { padding-right:  272px !important; }
    body .pb-print-17, body .py-print-17 { padding-bottom: 272px !important; }
    body .pl-print-17, body .px-print-17 { padding-left:   272px !important; }
  }
  
  .pt-18, .py-18 { padding-top:    288px !important; }
  .pr-18, .px-18 { padding-right:  288px !important; }
  .pb-18, .py-18 { padding-bottom: 288px !important; }
  .pl-18, .px-18 { padding-left:   288px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-18, body .sm-py-18 { padding-top:    288px !important; }
    body .sm-pr-18, body .sm-px-18 { padding-right:  288px !important; }
    body .sm-pb-18, body .sm-py-18 { padding-bottom: 288px !important; }
    body .sm-pl-18, body .sm-px-18 { padding-left:   288px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-18, body .md-py-18 { padding-top:    288px !important; }
    body .md-pr-18, body .md-px-18 { padding-right:  288px !important; }
    body .md-pb-18, body .md-py-18 { padding-bottom: 288px !important; }
    body .md-pl-18, body .md-px-18 { padding-left:   288px !important; }
  }
  @media print {
    body .pt-print-18, body .py-print-18 { padding-top:    288px !important; }
    body .pr-print-18, body .px-print-18 { padding-right:  288px !important; }
    body .pb-print-18, body .py-print-18 { padding-bottom: 288px !important; }
    body .pl-print-18, body .px-print-18 { padding-left:   288px !important; }
  }
  
  .pt-19, .py-19 { padding-top:    304px !important; }
  .pr-19, .px-19 { padding-right:  304px !important; }
  .pb-19, .py-19 { padding-bottom: 304px !important; }
  .pl-19, .px-19 { padding-left:   304px !important; }
  @media (max-width:767px) { /* ups .mt-sm-x */
    body .sm-pt-19, body .sm-py-19 { padding-top:    304px !important; }
    body .sm-pr-19, body .sm-px-19 { padding-right:  304px !important; }
    body .sm-pb-19, body .sm-py-19 { padding-bottom: 304px !important; }
    body .sm-pl-19, body .sm-px-19 { padding-left:   304px !important; }
  }
  @media (min-width:768px) and (max-width:1024px) { /* ups .mt-sm-x */
    body .md-pt-19, body .md-py-19 { padding-top:    304px !important; }
    body .md-pr-19, body .md-px-19 { padding-right:  304px !important; }
    body .md-pb-19, body .md-py-19 { padding-bottom: 304px !important; }
    body .md-pl-19, body .md-px-19 { padding-left:   304px !important; }
  }
  @media print {
    body .pt-print-19, body .py-print-19 { padding-top:    304px !important; }
    body .pr-print-19, body .px-print-19 { padding-right:  304px !important; }
    body .pb-print-19, body .py-print-19 { padding-bottom: 304px !important; }
    body .pl-print-19, body .px-print-19 { padding-left:   304px !important; }
  }
  


/* Helper (Box-Shadow) */
/*--------------------------------------------------------------------------*/



/* Desktop */
@media screen {
 
  .box-shadow-small {
    transition: all 150ms linear;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.1);
  }
  .box-shadow-small-hover:hover,
  .box-shadow-small:hover {
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.1);
  }
 
  .box-shadow-medium {
    transition: all 150ms linear;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  .box-shadow-medium-hover:hover,
  .box-shadow-medium:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
 
  .box-shadow-large {
    transition: all 150ms linear;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  .box-shadow-large-hover:hover,
  .box-shadow-large:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
 
}

/* Mobile */
@media screen and (max-width:767px) {
 
  .box-shadow-small {
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.1);
  }
  .box-shadow-small-hover:hover,
  .box-shadow-small:hover {
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.1);
  }
 
  .box-shadow-medium {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  .box-shadow-medium-hover:hover,
  .box-shadow-medium:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
 
  .box-shadow-large {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  .box-shadow-large-hover:hover,
  .box-shadow-large:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
 
}

/* Print */
@media print {
 
  .box-shadow-small-hover,
  .box-shadow-small {
    box-shadow: 0 0 0 1px #000000;
  }
 
  .box-shadow-medium-hover,
  .box-shadow-medium {
    box-shadow: 0 0 0 1px #000000;
  }
 
  .box-shadow-large-hover,
  .box-shadow-large {
    box-shadow: 0 0 0 1px #000000;
  }
 
}

/* No-Shadow */
.no-shadow {
  -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


/* Helper (Border-Radius) */
/*--------------------------------------------------------------------------*/



/* Desktop */
@media screen {
 
  .border-radius-small {
    border-radius: 10px 10px 10px 10px;
  }
 
  .border-radius-medium {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-large {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-image {
    border-radius: 20px 20px 20px 20px;
  }
 
}

/* Mobile */
@media screen and (max-width:767px) {
 
  .border-radius-small {
    border-radius: 10px 10px 10px 10px;
  }
 
  .border-radius-medium {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-large {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-image {
    border-radius: 20px 20px 20px 20px;
  }
 
}

/* Print */
@media print {
 
  .border-radius-small {
    border-radius: 10px 10px 10px 10px;
  }
 
  .border-radius-medium {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-large {
    border-radius: 20px 20px 20px 20px;
  }
 
  .border-radius-image {
    border-radius: 20px 20px 20px 20px;
  }
 
}


/* Helper (Border-Width, Border-Styles) */
/*--------------------------------------------------------------------------*/



@media screen {
	  .border {
     border: 1px solid rgba(251, 251, 251,1);
    }
	}
  @media screen and (min-width:768px) {
	  .border {
     border: 1px solid rgba(251, 251, 251,1);
    }
	}
  @media print {
	  .border {
     border: 1px solid rgba(0, 0, 0,1);
    }
	}



/* Helper (Copy And Paste Module Object Developer Button) */
/*--------------------------------------------------------------------------*/

.copy-and-paste {
  position: fixed;
  right: 16px;
  bottom: 24.0px;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  cursor: pointer;
}
.copy-and-paste > i,
.copy-and-paste > svg {
  font-style: normal;
  color: #000000;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.copy-and-paste:hover {
  background: #FBFBFB;
  border: 1px solid #DD304F;
  color: #DD304F;
}
.loader.demo {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-color: transparent;
}

iframe, .loader {
  background-size: 32px 32px;
  background-position: center; 
  background-repeat: no-repeat;
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/loading-spinner.svg);
}








@media screen {
  .d-print-only, .no-screen { display: none; }
  .table-container-wrapper { width: 100%; }
}




@media print {
  
  /* A4 Page Size 210x297mm */
  @page { 
    size: A4; 
    margin: 20mm 10mm 20mm 20mm; 
  }
  
  /* display helper */
  .d-print { display: block !important; }
  .d-print-none, .no-print { display: none !important; }
  
  /* reset body */
  html, body {
    color: #000000;
    margin: 0;
    padding: 0;
  }
  
  /* firefox fix */
  html.firefox, body.firefox {
    width: auto;
    height: auto;
  }
  
  /* page break after headlines or images */
  h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    page-break-after: avoid;
  }
  img, svg, .avoid-print-break {
    page-break-inside: avoid;
  }
  
  /* hide hubspot backend button */
  .hs-tools-menu { 
    display: none; 
  }
  
  /* remove special link formatting */
  a, .link {
    color: #000000;
  }

  /* remove icons from links */
  a[href]:after, a[href]:before {
    content: '' !important;
    display: none;
  }
  
}





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








/* Aspect-Ratio (Element) */
/*--------------------------------------------------------------------------*/

.aspect-ratio {
  position: relative;
  height: 0;
  width: 100%;
}


/* Aspect-Ratio (Cotnent) */
/*--------------------------------------------------------------------------*/

.aspect-ratio > img, 
.aspect-ratio > .placeholder {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  position: absolute; overflow: hidden;
  top: 0; right: 0; bottom: 0; left: 0;
}


/* 1v2 Aspect-Ratio (Default) */
/*--------------------------------------------------------------------------*/
  .aspect-ratio.ratio-10x8 {
    padding-bottom: 
  80.000%;
  }
  .aspect-ratio.ratio-5x4 {
    padding-bottom: 48.25%;
  }
  .aspect-ratio.ratio-3x2 {
    padding-bottom: 
  66.667%;
  }
  .aspect-ratio.ratio-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio.ratio-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-2_5x1 {
    padding-bottom: 40%;
  }
  .aspect-ratio.ratio-2x1 {
    padding-bottom: 50%;
  }
  .aspect-ratio.ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio.ratio-6x4 {
    padding-bottom: 66.6%;
  }
  .aspect-ratio.ratio-7x5 {
    padding-bottom: 
  71.429%;
  }
  .aspect-ratio.ratio-1x1 {
    padding-bottom: 100%;
  }
  .aspect-ratio.ratio-1x1_2 {
    padding-bottom: 120%;
  }


/* 2v2 Aspect-Ratio (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-10x8 {
    padding-bottom: 
  80.000%;
  }
  .aspect-ratio.ratio-sm-5x4 {
    padding-bottom: 48.25%;
  }
  .aspect-ratio.ratio-sm-3x2 {
    padding-bottom: 
  66.667%;
  }
  .aspect-ratio.ratio-sm-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-sm-4x3 {
    padding-bottom: 75%;
  }
  .aspect-ratio.ratio-sm-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-sm-2_5x1 {
    padding-bottom: 40%;
  }
  .aspect-ratio.ratio-sm-2x1 {
    padding-bottom: 50%;
  }
  .aspect-ratio.ratio-sm-16x9 {
    padding-bottom: 56.25%;
  }
  .aspect-ratio.ratio-sm-6x4 {
    padding-bottom: 66.6%;
  }
  .aspect-ratio.ratio-sm-7x5 {
    padding-bottom: 
  71.429%;
  }
  .aspect-ratio.ratio-sm-1x1 {
    padding-bottom: 100%;
  }
  .aspect-ratio.ratio-sm-1x1_2 {
    padding-bottom: 120%;
  }
}


/* 1v2 Full-Width Ratio (Default) */
/*--------------------------------------------------------------------------*/

.aspect-ratio.full-width,
.aspect-ratio.full-width.banner {
  width: auto; height: 0;
  min-height: 0;
}
  .aspect-ratio.ratio-10x8.full-width {
    padding-bottom: calc(100vw - 20.000vw);
  }
  .aspect-ratio.ratio-5x4.full-width {
    padding-bottom: calc(100vw - 51.750vw);
  }
  .aspect-ratio.ratio-3x2.full-width {
    padding-bottom: calc(100vw - 33.333vw);
  }
  .aspect-ratio.ratio-4x1.full-width {
    padding-bottom: calc(100vw - 75.000vw);
  }
  .aspect-ratio.ratio-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }
  .aspect-ratio.ratio-3x1.full-width {
    padding-bottom: calc(100vw - 66.667vw);
  }
  .aspect-ratio.ratio-2_5x1.full-width {
    padding-bottom: calc(100vw - 60.000vw);
  }
  .aspect-ratio.ratio-2x1.full-width {
    padding-bottom: calc(100vw - 50.000vw);
  }
  .aspect-ratio.ratio-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
  .aspect-ratio.ratio-6x4.full-width {
    padding-bottom: calc(100vw - 33.400vw);
  }
  .aspect-ratio.ratio-7x5.full-width {
    padding-bottom: calc(100vw - 28.571vw);
  }
  .aspect-ratio.ratio-1x1.full-width {
    padding-bottom: calc(100vw - 0.000vw);
  }
  .aspect-ratio.ratio-1x1_2.full-width {
    padding-bottom: calc(100vw - -20.000vw);
  }


/* 2v2 Full-Width Ratio (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-10x8.full-width {
    padding-bottom: calc(100vw - 20.000vw);
  }
  .aspect-ratio.ratio-sm-5x4.full-width {
    padding-bottom: calc(100vw - 51.750vw);
  }
  .aspect-ratio.ratio-sm-3x2.full-width {
    padding-bottom: calc(100vw - 33.333vw);
  }
  .aspect-ratio.ratio-sm-4x1.full-width {
    padding-bottom: calc(100vw - 75.000vw);
  }
  .aspect-ratio.ratio-sm-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }
  .aspect-ratio.ratio-sm-3x1.full-width {
    padding-bottom: calc(100vw - 66.667vw);
  }
  .aspect-ratio.ratio-sm-2_5x1.full-width {
    padding-bottom: calc(100vw - 60.000vw);
  }
  .aspect-ratio.ratio-sm-2x1.full-width {
    padding-bottom: calc(100vw - 50.000vw);
  }
  .aspect-ratio.ratio-sm-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
  .aspect-ratio.ratio-sm-6x4.full-width {
    padding-bottom: calc(100vw - 33.400vw);
  }
  .aspect-ratio.ratio-sm-7x5.full-width {
    padding-bottom: calc(100vw - 28.571vw);
  }
  .aspect-ratio.ratio-sm-1x1.full-width {
    padding-bottom: calc(100vw - 0.000vw);
  }
  .aspect-ratio.ratio-sm-1x1_2.full-width {
    padding-bottom: calc(100vw - -20.000vw);
  }
}


/* Aspect-Ratio (Maximum Height) */
/*--------------------------------------------------------------------------*/

/* Grid Setup:
 * if container_width = 1227 else:
 * container_tablet = 736
 * container_desktop = 993
 * container_widescreen = 1249
*/

/* [FULID] If Bootstrap Fluid Container Layout And Only One Max-Width */


 /* Default Container */@media (min-width: 1195px) {
   .aspect-ratio.ratio-10x8.banner {
     height: 956.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-10x8.full-width {
     height: 981.6px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.banner {
     height: 576.6px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.full-width {
     height: 592.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x2.banner {
     height: 796.7px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x2.full-width {
     height: 818.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.banner {
     height: 298.8px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.full-width {
     height: 306.8px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x3.banner {
     height: 896.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x3.full-width {
     height: 920.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.banner {
     height: 398.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.full-width {
     height: 409.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2_5x1.banner {
     height: 478.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2_5x1.full-width {
     height: 490.8px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.banner {
     height: 597.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.full-width {
     height: 613.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.banner {
     height: 672.2px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.full-width {
     height: 690.2px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.banner {
     height: 795.9px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.full-width {
     height: 817.2px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.banner {
     height: 853.6px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.full-width {
     height: 876.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.banner {
     height: 1195.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.full-width {
     height: 1227.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1_2.banner {
     height: 1434.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1_2.full-width {
     height: 1472.4px;
     padding-bottom: 0;
   }
 }

/* [STATIC] If Bootstrap Breakpoints With Fixed Container Max-Width */



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

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

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

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

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

/* no custom scrollbars on print */
@media print {
  ::-webkit-scrollbar,
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-button {
    display: none;
  }
}


/* Isotope (Basic-Styles) */
/*--------------------------------------------------------------------------*/

.isotope {
	height: auto;
	margin: -8.0px;
}
.isotope .isotope-item {
	float: left;
	display: inline-block;
	border: 8.0px solid transparent;
}


/* Isotope (Responsive FitRow Item Sizes) */
/*--------------------------------------------------------------------------*/

.isotope > .wide,
.isotope > .default {
	width: 33.33333%;
}
.isotope > .wide { 
	width: 66.66666%; 
}
.isotope .isotope-item-inner {
	position: relative;
	height: 100%; width: 100%;
	background-color: #FBFBFB;
}
@media (max-width:767px) {
	.isotope .isotope-item { width: 100% !important; }
}
@media (min-width:768px) and (max-width:1024px) {
	.isotope .isotope-item { width: 50% !important;	}
}


/* Isotope (Item-Behavior) */
/*--------------------------------------------------------------------------*/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


/* Isotope (CSS-Transitions) */
/*--------------------------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


/* Isotope (NO-Transitions) */
/*--------------------------------------------------------------------------*/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s !important;
     -moz-transition-duration: 0s !important;
      -ms-transition-duration: 0s !important;
       -o-transition-duration: 0s !important;
          transition-duration: 0s !important;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
  color: tomato;
  }
.leaflet-container a.leaflet-active {
	outline: 2px solid tomato;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
  font-size: 12px;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/leaflet/layers.png); 
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/leaflet/layers-2x.png); 
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-marker-icon.number-icon,
.leaflet-default-icon-path {
	background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/leaflet/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Fix Bad Margin On Mobile 30.05.2022 */
body  {
  margin-right: 0 !important;
}

.fslightbox-absoluted {
  position: absolute;
  top: 0;
  left: 0;
}
.fslightbox-fade-in {
  animation: fslightbox-fade-in 0.3s cubic-bezier(0, 0, 0.7, 1);
}
.fslightbox-fade-out {
  animation: fslightbox-fade-out 0.3s ease;
}
.fslightbox-fade-in-strong {
  animation: fslightbox-fade-in-strong 0.3s cubic-bezier(0, 0, 0.7, 1);
}
.fslightbox-fade-out-strong {
  animation: fslightbox-fade-out-strong 0.3s ease;
}
@keyframes fslightbox-fade-in {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes fslightbox-fade-out {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 0;
  }
}
@keyframes fslightbox-fade-in-strong {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fslightbox-fade-out-strong {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fslightbox-cursor-grabbing {
  cursor: grabbing;
}
.fslightbox-full-dimension {
  width: 100%;
  height: 100%;
}
.fslightbox-open {
  overflow: hidden;
  height: 100%;
}
.fslightbox-flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fslightbox-opacity-0 {
  opacity: 0 !important;
}
.fslightbox-opacity-1 {
  opacity: 1 !important;
}
.fslightbox-scrollbarfix {
  padding-right: 17px;
}
.fslightbox-transform-transition {
  transition: transform 0.3s;
}
.fslightbox-container {
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(30, 30, 30, 0.9), #000 1810%);
  touch-action: pinch-zoom;
  z-index: 1000000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fslightbox-container * {
  box-sizing: border-box;
}
.fslightbox-svg-path {
  transition: fill 0.15s ease;
  fill: #ddd;
}
.fslightbox-nav {
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fslightbox-slide-number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 15px;
  color: #d7d7d7;
  z-index: 0;
  max-width: 55px;
  text-align: left;
}
.fslightbox-slide-number-container .fslightbox-flex-centered {
  height: 100%;
}
.fslightbox-slash {
  display: block;
  margin: 0 5px;
  width: 1px;
  height: 12px;
  transform: rotate(15deg);
  background: #fff;
}
.fslightbox-toolbar {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  background: rgba(35, 35, 35, 0.65);
}
.fslightbox-toolbar-button {
  height: 100%;
  width: 45px;
  cursor: pointer;
}
.fslightbox-toolbar-button:hover .fslightbox-svg-path {
  fill: #fff;
}
.fslightbox-slide-btn-container {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 6px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  transform: translateY(-50%);
}
@media (min-width: 476px) {
  .fslightbox-slide-btn-container {
    padding: 22px 22px 22px 6px;
  }
}
@media (min-width: 768px) {
  .fslightbox-slide-btn-container {
    padding: 30px 30px 30px 6px;
  }
}
.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
  fill: #f1f1f1;
}
.fslightbox-slide-btn {
  padding: 9px;
  font-size: 26px;
  background: rgba(35, 35, 35, 0.65);
}
@media (min-width: 768px) {
  .fslightbox-slide-btn {
    padding: 10px;
  }
}
@media (min-width: 1600px) {
  .fslightbox-slide-btn {
    padding: 11px;
  }
}
.fslightbox-slide-btn-container-previous {
  left: 0;
}
@media (max-width: 475.99px) {
  .fslightbox-slide-btn-container-previous {
    padding-left: 3px;
  }
}
.fslightbox-slide-btn-container-next {
  right: 0;
  padding-left: 12px;
  padding-right: 3px;
}
@media (min-width: 476px) {
  .fslightbox-slide-btn-container-next {
    padding-left: 22px;
  }
}
@media (min-width: 768px) {
  .fslightbox-slide-btn-container-next {
    padding-left: 30px;
  }
}
@media (min-width: 476px) {
  .fslightbox-slide-btn-container-next {
    padding-right: 6px;
  }
}
.fslightbox-down-event-detector {
  position: absolute;
  z-index: 1;
}
.fslightbox-slide-swiping-hoverer {
  z-index: 4;
}
.fslightbox-invalid-file-wrapper {
  font-size: 22px;
  color: #eaebeb;
  margin: auto;
}
.fslightbox-video {
  object-fit: cover;
}
.fslightbox-youtube-iframe {
  border: 0;
}
.fslightbox-loader {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
}
.fslightbox-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  margin: 6px;
  border: 5px solid;
  border-color: #999 transparent transparent transparent;
  border-radius: 50%;
  animation: fslightbox-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.fslightbox-loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.fslightbox-loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.fslightbox-loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes fslightbox-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fslightbox-source {
  position: relative;
  z-index: 2;
  opacity: 0;
}
/* PrismJS 1.26.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+csv+django+handlebars+json+markup-templating+php+python+regex+yaml */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em 1em 1.2em 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}



/* Custom Base Style (Theme) */
/*--------------------------------------------------------------------------*/

.splide__arrow {
  width: 32px; height: 32px;
  position: absolute; z-index: 1;
  top: 50%; margin-top: -16.0px;
  padding: 0; margin: 0;
  text-align: center; line-height: 32px;
  cursor: pointer;
}
.splide__arrow.splide__arrow--prev {
  left: 0;
  transform: rotate(-180deg);
}
.splide__arrow.splide__arrow--next {
  right: 0;
}
.splide__arrow > i,
.splide__arrow > svg {
  width: 100%;
  height: 100%;
  padding: 8px;
}
.splide__pagination .splide__pagination__page {
  width: 16px; height: 16px;
  margin: 32px 8px; z-index: 1;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  display: block;
}
/*.splide__pagination .splide__pagination__page:focus {
  border-radius: 0;
}*/
.splide__pagination li:last-child > .splide__pagination__page {
  margin-right: 0px;
}
.splide__pagination li:first-child > .splide__pagination__page {
  margin-left: 0px;
}


/* Missing Print Support (Custom) */
/*--------------------------------------------------------------------------*/

@media print {
  .splide__pagination,
  .splide__arrow {
    display: none !important;
  }
}


/* Splide Lib Styles (Default) */
/*--------------------------------------------------------------------------*/

@keyframes splide-loading {
  0% { transform: rotate(0); }
  to { transform: rotate(1turn); }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; /* width: -webkit-max-content; width: max-content;  */
  will-change: transform;
}
.splide.is-active .splide__list {
  display: flex;
}
.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide, .splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none!important;
  margin: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list>.splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade>.splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track>.splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade>.splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track>.splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}




/* Root */
/*--------------------------------------------------------------------------*/

/* Note:
 * html overflow-x related to lightbox.js addon.
 * body overflow-x related to document scroll event listners.
 */

.body-wrapper {
   overflow: hidden;
 }
@media (max-width:767px) {
  body {
    overflow-x: hidden;
  }
}


/* Header, Body, Footer (Background) */
/*--------------------------------------------------------------------------*/

.header-container {
  background-color: transparent;
}
.content-container {
  background-color: transparent;
  height: 100%;
}
.footer-container {
  background-color: #F0F0F0;
}


/* Header, Body, Footer (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .header-container,
  .content-container,
  .footer-container {
    background-color: transparent;
  }
}
/* Flags (Sprite Icons) */
/*--------------------------------------------------------------------------*/

i.lang-flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0em 0.5em 0em 0em;
  text-decoration: inherit;
  speak: none;
  font-smoothing: antialiased;
  backface-visibility: hidden;
}
i.lang-flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/flags.png) no-repeat -108px -1976px;
  width: 16px;
  height: 11px;
}/* Flags (Position-Macro) */
/*--------------------------------------------------------------------------*/
  i.lang-flag.ad:before,
  i.lang-flag.andorra:before {
    background-position: 0px -26px;
  }

  i.lang-flag.ae:before,
  i.lang-flag.united.arab.emirates:before {
    background-position: 0px -52px;
  }

  i.lang-flag.af:before,
  i.lang-flag.afghanistan:before {
    background-position: 0px -78px;
  }

  i.lang-flag.ag:before,
  i.lang-flag.antigua:before {
    background-position: 0px -104px;
  }

  i.lang-flag.ai:before,
  i.lang-flag.anguilla:before {
    background-position: 0px -130px;
  }

  i.lang-flag.al:before,
  i.lang-flag.albania:before {
    background-position: 0px -156px;
  }

  i.lang-flag.am:before,
  i.lang-flag.armenia:before {
    background-position: 0px -182px;
  }

  i.lang-flag.an:before,
  i.lang-flag.netherlands.antilles:before {
    background-position: 0px -208px;
  }

  i.lang-flag.ao:before,
  i.lang-flag.angola:before {
    background-position: 0px -234px;
  }

  i.lang-flag.ar:before,
  i.lang-flag.argentina:before {
    background-position: 0px -260px;
  }

  i.lang-flag.as:before,
  i.lang-flag.american.samoa:before {
    background-position: 0px -286px;
  }

  i.lang-flag.at:before,
  i.lang-flag.austria:before {
    background-position: 0px -312px;
  }

  i.lang-flag.au:before,
  i.lang-flag.australia:before {
    background-position: 0px -338px;
  }

  i.lang-flag.aw:before,
  i.lang-flag.aruba:before {
    background-position: 0px -364px;
  }

  i.lang-flag.ax:before,
  i.lang-flag.aland.islands:before {
    background-position: 0px -390px;
  }

  i.lang-flag.az:before,
  i.lang-flag.azerbaijan:before {
    background-position: 0px -416px;
  }

  i.lang-flag.ba:before,
  i.lang-flag.bosnia:before {
    background-position: 0px -442px;
  }

  i.lang-flag.bb:before,
  i.lang-flag.barbados:before {
    background-position: 0px -468px;
  }

  i.lang-flag.bd:before,
  i.lang-flag.bangladesh:before {
    background-position: 0px -494px;
  }

  i.lang-flag.be:before,
  i.lang-flag.belgium:before {
    background-position: 0px -520px;
  }

  i.lang-flag.bf:before,
  i.lang-flag.burkina.faso:before {
    background-position: 0px -546px;
  }

  i.lang-flag.bg:before,
  i.lang-flag.bulgaria:before {
    background-position: 0px -572px;
  }

  i.lang-flag.bh:before,
  i.lang-flag.bahrain:before {
    background-position: 0px -598px;
  }

  i.lang-flag.bi:before,
  i.lang-flag.burundi:before {
    background-position: 0px -624px;
  }

  i.lang-flag.bj:before,
  i.lang-flag.benin:before {
    background-position: 0px -650px;
  }

  i.lang-flag.bm:before,
  i.lang-flag.bermuda:before {
    background-position: 0px -676px;
  }

  i.lang-flag.bn:before,
  i.lang-flag.brunei:before {
    background-position: 0px -702px;
  }

  i.lang-flag.bo:before,
  i.lang-flag.bolivia:before {
    background-position: 0px -728px;
  }

  i.lang-flag.br:before,
  i.lang-flag.brazil:before {
    background-position: 0px -754px;
  }

  i.lang-flag.bs:before,
  i.lang-flag.bahamas:before {
    background-position: 0px -780px;
  }

  i.lang-flag.bt:before,
  i.lang-flag.bhutan:before {
    background-position: 0px -806px;
  }

  i.lang-flag.bv:before,
  i.lang-flag.bouvet:before {
    background-position: 0px -832px;
  }

  i.lang-flag.bw:before,
  i.lang-flag.botswana:before {
    background-position: 0px -858px;
  }

  i.lang-flag.by:before,
  i.lang-flag.belarus:before {
    background-position: 0px -884px;
  }

  i.lang-flag.bz:before,
  i.lang-flag.belize:before {
    background-position: 0px -910px;
  }

  i.lang-flag.ca:before,
  i.lang-flag.canada:before {
    background-position: 0px -936px;
  }

  i.lang-flag.cc:before,
  i.lang-flag.cocos.islands:before {
    background-position: 0px -962px;
  }

  i.lang-flag.cd:before,
  i.lang-flag.congo:before {
    background-position: 0px -988px;
  }

  i.lang-flag.cf:before,
  i.lang-flag.central.african.republic:before {
    background-position: 0px -1014px;
  }

  i.lang-flag.cg:before,
  i.lang-flag.congo.brazzaville:before {
    background-position: 0px -1040px;
  }

  i.lang-flag.ch:before,
  i.lang-flag.switzerland:before {
    background-position: 0px -1066px;
  }

  i.lang-flag.ci:before,
  i.lang-flag.cote.divoire:before {
    background-position: 0px -1092px;
  }

  i.lang-flag.ck:before,
  i.lang-flag.cook.islands:before {
    background-position: 0px -1118px;
  }

  i.lang-flag.cl:before,
  i.lang-flag.chile:before {
    background-position: 0px -1144px;
  }

  i.lang-flag.cm:before,
  i.lang-flag.cameroon:before {
    background-position: 0px -1170px;
  }

  i.lang-flag.cn:before,
  i.lang-flag.china:before {
    background-position: 0px -1196px;
  }

  i.lang-flag.co:before,
  i.lang-flag.colombia:before {
    background-position: 0px -1222px;
  }

  i.lang-flag.cr:before,
  i.lang-flag.costa.rica:before {
    background-position: 0px -1248px;
  }

  i.lang-flag.cs:before,
  i.lang-flag.serbia:before {
    background-position: 0px -1274px;
  }

  i.lang-flag.cu:before,
  i.lang-flag.cuba:before {
    background-position: 0px -1300px;
  }

  i.lang-flag.cv:before,
  i.lang-flag.cape.verde:before {
    background-position: 0px -1326px;
  }

  i.lang-flag.cx:before,
  i.lang-flag.christmas.island:before {
    background-position: 0px -1352px;
  }

  i.lang-flag.cy:before,
  i.lang-flag.cyprus:before {
    background-position: 0px -1378px;
  }

  i.lang-flag.cz:before,
  i.lang-flag.czech.republic:before {
    background-position: 0px -1404px;
  }

  i.lang-flag.de:before,
  i.lang-flag.germany:before {
    background-position: 0px -1430px;
  }

  i.lang-flag.dj:before,
  i.lang-flag.djibouti:before {
    background-position: 0px -1456px;
  }

  i.lang-flag.dk:before,
  i.lang-flag.denmark:before {
    background-position: 0px -1482px;
  }

  i.lang-flag.dm:before,
  i.lang-flag.dominica:before {
    background-position: 0px -1508px;
  }

  i.lang-flag.do:before,
  i.lang-flag.dominican.republic:before {
    background-position: 0px -1534px;
  }

  i.lang-flag.dz:before,
  i.lang-flag.algeria:before {
    background-position: 0px -1560px;
  }

  i.lang-flag.ec:before,
  i.lang-flag.ecuador:before {
    background-position: 0px -1586px;
  }

  i.lang-flag.ee:before,
  i.lang-flag.estonia:before {
    background-position: 0px -1612px;
  }

  i.lang-flag.eg:before,
  i.lang-flag.egypt:before {
    background-position: 0px -1638px;
  }

  i.lang-flag.eh:before,
  i.lang-flag.western.sahara:before {
    background-position: 0px -1664px;
  }

  i.lang-flag.gb:before,
  i.lang-flag.england:before {
    background-position: 0px -1690px;
  }

  i.lang-flag.er:before,
  i.lang-flag.eritrea:before {
    background-position: 0px -1716px;
  }

  i.lang-flag.es:before,
  i.lang-flag.spain:before {
    background-position: 0px -1742px;
  }

  i.lang-flag.et:before,
  i.lang-flag.ethiopia:before {
    background-position: 0px -1768px;
  }

  i.lang-flag.eu:before,
  i.lang-flag.european.union:before {
    background-position: 0px -1794px;
  }

  i.lang-flag.fi:before,
  i.lang-flag.finland:before {
    background-position: 0px -1820px;
  }

  i.lang-flag.fj:before,
  i.lang-flag.fiji:before {
    background-position: 0px -1846px;
  }

  i.lang-flag.fk:before,
  i.lang-flag.falkland.islands:before {
    background-position: 0px -1872px;
  }

  i.lang-flag.fm:before,
  i.lang-flag.micronesia:before {
    background-position: 0px -1898px;
  }

  i.lang-flag.fo:before,
  i.lang-flag.faroe.islands:before {
    background-position: 0px -1924px;
  }

  i.lang-flag.fr:before,
  i.lang-flag.france:before {
    background-position: 0px -1950px;
  }

  i.lang-flag.ga:before,
  i.lang-flag.gabon:before {
    background-position: 0px -1976px;
  }

  i.lang-flag.uk:before,
  i.lang-flag.united.kingdom:before {
    background-position: -36px -0px;
  }

  i.lang-flag.gd:before,
  i.lang-flag.grenada:before {
    background-position: -36px -26px;
  }

  i.lang-flag.ge:before,
  i.lang-flag.georgia:before {
    background-position: -36px -52px;
  }

  i.lang-flag.gf:before,
  i.lang-flag.french.guiana:before {
    background-position: -36px -78px;
  }

  i.lang-flag.gh:before,
  i.lang-flag.ghana:before {
    background-position: -36px -104px;
  }

  i.lang-flag.gi:before,
  i.lang-flag.gibraltar:before {
    background-position: -36px -130px;
  }

  i.lang-flag.gl:before,
  i.lang-flag.greenland:before {
    background-position: -36px -156px;
  }

  i.lang-flag.gm:before,
  i.lang-flag.gambia:before {
    background-position: -36px -182px;
  }

  i.lang-flag.gn:before,
  i.lang-flag.guinea:before {
    background-position: -36px -208px;
  }

  i.lang-flag.gp:before,
  i.lang-flag.guadeloupe:before {
    background-position: -36px -234px;
  }

  i.lang-flag.gq:before,
  i.lang-flag.equatorial.guinea:before {
    background-position: -36px -260px;
  }

  i.lang-flag.gr:before,
  i.lang-flag.greece:before {
    background-position: -36px -286px;
  }

  i.lang-flag.gs:before,
  i.lang-flag.sandwich.islands:before {
    background-position: -36px -312px;
  }

  i.lang-flag.gt:before,
  i.lang-flag.guatemala:before {
    background-position: -36px -338px;
  }

  i.lang-flag.gu:before,
  i.lang-flag.guam:before {
    background-position: -36px -364px;
  }

  i.lang-flag.gw:before,
  i.lang-flag.guinea-bissau:before {
    background-position: -36px -390px;
  }

  i.lang-flag.gy:before,
  i.lang-flag.guyana:before {
    background-position: -36px -416px;
  }

  i.lang-flag.hk:before,
  i.lang-flag.hong.kong:before {
    background-position: -36px -442px;
  }

  i.lang-flag.hm:before,
  i.lang-flag.heard.island:before {
    background-position: -36px -468px;
  }

  i.lang-flag.hn:before,
  i.lang-flag.honduras:before {
    background-position: -36px -494px;
  }

  i.lang-flag.hr:before,
  i.lang-flag.croatia:before {
    background-position: -36px -520px;
  }

  i.lang-flag.ht:before,
  i.lang-flag.haiti:before {
    background-position: -36px -546px;
  }

  i.lang-flag.hu:before,
  i.lang-flag.hungary:before {
    background-position: -36px -572px;
  }

  i.lang-flag.id:before,
  i.lang-flag.indonesia:before {
    background-position: -36px -598px;
  }

  i.lang-flag.ie:before,
  i.lang-flag.ireland:before {
    background-position: -36px -624px;
  }

  i.lang-flag.il:before,
  i.lang-flag.israel:before {
    background-position: -36px -650px;
  }

  i.lang-flag.in:before,
  i.lang-flag.india:before {
    background-position: -36px -676px;
  }

  i.lang-flag.io:before,
  i.lang-flag.indian.ocean.territory:before {
    background-position: -36px -702px;
  }

  i.lang-flag.iq:before,
  i.lang-flag.iraq:before {
    background-position: -36px -728px;
  }

  i.lang-flag.ir:before,
  i.lang-flag.iran:before {
    background-position: -36px -754px;
  }

  i.lang-flag.is:before,
  i.lang-flag.iceland:before {
    background-position: -36px -780px;
  }

  i.lang-flag.it:before,
  i.lang-flag.italy:before {
    background-position: -36px -806px;
  }

  i.lang-flag.jm:before,
  i.lang-flag.jamaica:before {
    background-position: -36px -832px;
  }

  i.lang-flag.jo:before,
  i.lang-flag.jordan:before {
    background-position: -36px -858px;
  }

  i.lang-flag.jp:before,
  i.lang-flag.japan:before {
    background-position: -36px -884px;
  }

  i.lang-flag.ke:before,
  i.lang-flag.kenya:before {
    background-position: -36px -910px;
  }

  i.lang-flag.kg:before,
  i.lang-flag.kyrgyzstan:before {
    background-position: -36px -936px;
  }

  i.lang-flag.kh:before,
  i.lang-flag.cambodia:before {
    background-position: -36px -962px;
  }

  i.lang-flag.ki:before,
  i.lang-flag.kiribati:before {
    background-position: -36px -988px;
  }

  i.lang-flag.km:before,
  i.lang-flag.comoros:before {
    background-position: -36px -1014px;
  }

  i.lang-flag.kn:before,
  i.lang-flag.saint.kitts.and.nevis:before {
    background-position: -36px -1040px;
  }

  i.lang-flag.kp:before,
  i.lang-flag.north.korea:before {
    background-position: -36px -1066px;
  }

  i.lang-flag.kr:before,
  i.lang-flag.south.korea:before {
    background-position: -36px -1092px;
  }

  i.lang-flag.kw:before,
  i.lang-flag.kuwait:before {
    background-position: -36px -1118px;
  }

  i.lang-flag.ky:before,
  i.lang-flag.cayman.islands:before {
    background-position: -36px -1144px;
  }

  i.lang-flag.kz:before,
  i.lang-flag.kazakhstan:before {
    background-position: -36px -1170px;
  }

  i.lang-flag.la:before,
  i.lang-flag.laos:before {
    background-position: -36px -1196px;
  }

  i.lang-flag.lb:before,
  i.lang-flag.lebanon:before {
    background-position: -36px -1222px;
  }

  i.lang-flag.lc:before,
  i.lang-flag.saint.lucia:before {
    background-position: -36px -1248px;
  }

  i.lang-flag.li:before,
  i.lang-flag.liechtenstein:before {
    background-position: -36px -1274px;
  }

  i.lang-flag.lk:before,
  i.lang-flag.sri.lanka:before {
    background-position: -36px -1300px;
  }

  i.lang-flag.lr:before,
  i.lang-flag.liberia:before {
    background-position: -36px -1326px;
  }

  i.lang-flag.ls:before,
  i.lang-flag.lesotho:before {
    background-position: -36px -1352px;
  }

  i.lang-flag.lt:before,
  i.lang-flag.lithuania:before {
    background-position: -36px -1378px;
  }

  i.lang-flag.lu:before,
  i.lang-flag.luxembourg:before {
    background-position: -36px -1404px;
  }

  i.lang-flag.lv:before,
  i.lang-flag.latvia:before {
    background-position: -36px -1430px;
  }

  i.lang-flag.ly:before,
  i.lang-flag.libya:before {
    background-position: -36px -1456px;
  }

  i.lang-flag.ma:before,
  i.lang-flag.morocco:before {
    background-position: -36px -1482px;
  }

  i.lang-flag.mc:before,
  i.lang-flag.monaco:before {
    background-position: -36px -1508px;
  }

  i.lang-flag.md:before,
  i.lang-flag.moldova:before {
    background-position: -36px -1534px;
  }

  i.lang-flag.me:before,
  i.lang-flag.montenegro:before {
    background-position: -36px -1560px;
  }

  i.lang-flag.mg:before,
  i.lang-flag.madagascar:before {
    background-position: -36px -1586px;
  }

  i.lang-flag.mh:before,
  i.lang-flag.marshall.islands:before {
    background-position: -36px -1612px;
  }

  i.lang-flag.mk:before,
  i.lang-flag.macedonia:before {
    background-position: -36px -1638px;
  }

  i.lang-flag.ml:before,
  i.lang-flag.mali:before {
    background-position: -36px -1664px;
  }

  i.lang-flag.mm:before,
  i.lang-flag.myanmar:before {
    background-position: -36px -1690px;
  }

  i.lang-flag.mn:before,
  i.lang-flag.mongolia:before {
    background-position: -36px -1716px;
  }

  i.lang-flag.mo:before,
  i.lang-flag.macau:before {
    background-position: -36px -1742px;
  }

  i.lang-flag.mp:before,
  i.lang-flag.northern.mariana.islands:before {
    background-position: -36px -1768px;
  }

  i.lang-flag.mq:before,
  i.lang-flag.martinique:before {
    background-position: -36px -1794px;
  }

  i.lang-flag.mr:before,
  i.lang-flag.mauritania:before {
    background-position: -36px -1820px;
  }

  i.lang-flag.ms:before,
  i.lang-flag.montserrat:before {
    background-position: -36px -1846px;
  }

  i.lang-flag.mt:before,
  i.lang-flag.malta:before {
    background-position: -36px -1872px;
  }

  i.lang-flag.mu:before,
  i.lang-flag.mauritius:before {
    background-position: -36px -1898px;
  }

  i.lang-flag.mv:before,
  i.lang-flag.maldives:before {
    background-position: -36px -1924px;
  }

  i.lang-flag.mw:before,
  i.lang-flag.malawi:before {
    background-position: -36px -1950px;
  }

  i.lang-flag.mx:before,
  i.lang-flag.mexico:before {
    background-position: -72px -0px;
  }

  i.lang-flag.my:before,
  i.lang-flag.malaysia:before {
    background-position: -72px -26px;
  }

  i.lang-flag.mz:before,
  i.lang-flag.mozambique:before {
    background-position: -72px -52px;
  }

  i.lang-flag.na:before,
  i.lang-flag.namibia:before {
    background-position: -72px -78px;
  }

  i.lang-flag.nc:before,
  i.lang-flag.new.caledonia:before {
    background-position: -72px -104px;
  }

  i.lang-flag.ne:before,
  i.lang-flag.niger:before {
    background-position: -72px -130px;
  }

  i.lang-flag.nf:before,
  i.lang-flag.norfolk.island:before {
    background-position: -72px -156px;
  }

  i.lang-flag.ng:before,
  i.lang-flag.nigeria:before {
    background-position: -72px -182px;
  }

  i.lang-flag.ni:before,
  i.lang-flag.nicaragua:before {
    background-position: -72px -208px;
  }

  i.lang-flag.nl:before,
  i.lang-flag.netherlands:before {
    background-position: -72px -234px;
  }

  i.lang-flag.no:before,
  i.lang-flag.norway:before {
    background-position: -72px -260px;
  }

  i.lang-flag.np:before,
  i.lang-flag.nepal:before {
    background-position: -72px -286px;
  }

  i.lang-flag.nr:before,
  i.lang-flag.nauru:before {
    background-position: -72px -312px;
  }

  i.lang-flag.nu:before,
  i.lang-flag.niue:before {
    background-position: -72px -338px;
  }

  i.lang-flag.nz:before,
  i.lang-flag.new.zealand:before {
    background-position: -72px -364px;
  }

  i.lang-flag.om:before,
  i.lang-flag.oman:before {
    background-position: -72px -390px;
  }

  i.lang-flag.pa:before,
  i.lang-flag.panama:before {
    background-position: -72px -416px;
  }

  i.lang-flag.pe:before,
  i.lang-flag.peru:before {
    background-position: -72px -442px;
  }

  i.lang-flag.pf:before,
  i.lang-flag.french.polynesia:before {
    background-position: -72px -468px;
  }

  i.lang-flag.pg:before,
  i.lang-flag.new.guinea:before {
    background-position: -72px -494px;
  }

  i.lang-flag.ph:before,
  i.lang-flag.philippines:before {
    background-position: -72px -520px;
  }

  i.lang-flag.pk:before,
  i.lang-flag.pakistan:before {
    background-position: -72px -546px;
  }

  i.lang-flag.pl:before,
  i.lang-flag.poland:before {
    background-position: -72px -572px;
  }

  i.lang-flag.pm:before,
  i.lang-flag.saint.pierre:before {
    background-position: -72px -598px;
  }

  i.lang-flag.pn:before,
  i.lang-flag.pitcairn.islands:before {
    background-position: -72px -624px;
  }

  i.lang-flag.pr:before,
  i.lang-flag.puerto.rico:before {
    background-position: -72px -650px;
  }

  i.lang-flag.ps:before,
  i.lang-flag.palestine:before {
    background-position: -72px -676px;
  }

  i.lang-flag.pt:before,
  i.lang-flag.portugal:before {
    background-position: -72px -702px;
  }

  i.lang-flag.pw:before,
  i.lang-flag.palau:before {
    background-position: -72px -728px;
  }

  i.lang-flag.py:before,
  i.lang-flag.paraguay:before {
    background-position: -72px -754px;
  }

  i.lang-flag.qa:before,
  i.lang-flag.qatar:before {
    background-position: -72px -780px;
  }

  i.lang-flag.re:before,
  i.lang-flag.reunion:before {
    background-position: -72px -806px;
  }

  i.lang-flag.ro:before,
  i.lang-flag.romania:before {
    background-position: -72px -832px;
  }

  i.lang-flag.rs:before,
  i.lang-flag.serbia:before {
    background-position: -72px -858px;
  }

  i.lang-flag.ru:before,
  i.lang-flag.russia:before {
    background-position: -72px -884px;
  }

  i.lang-flag.rw:before,
  i.lang-flag.rwanda:before {
    background-position: -72px -910px;
  }

  i.lang-flag.sa:before,
  i.lang-flag.saudi.arabia:before {
    background-position: -72px -936px;
  }

  i.lang-flag.sb:before,
  i.lang-flag.solomon.islands:before {
    background-position: -72px -962px;
  }

  i.lang-flag.sc:before,
  i.lang-flag.seychelles:before {
    background-position: -72px -988px;
  }

  i.lang-flag.sct:before,
  i.lang-flag.scotland:before {
    background-position: -72px -1014px;
  }

  i.lang-flag.sd:before,
  i.lang-flag.sudan:before {
    background-position: -72px -1040px;
  }

  i.lang-flag.se:before,
  i.lang-flag.sweden:before {
    background-position: -72px -1066px;
  }

  i.lang-flag.sg:before,
  i.lang-flag.singapore:before {
    background-position: -72px -1092px;
  }

  i.lang-flag.sh:before,
  i.lang-flag.saint.helena:before {
    background-position: -72px -1118px;
  }

  i.lang-flag.si:before,
  i.lang-flag.slovenia:before {
    background-position: -72px -1144px;
  }

  i.lang-flag.sj:before,
  i.lang-flag.svalbard:before {
    background-position: -72px -1170px;
  }

  i.lang-flag.sk:before,
  i.lang-flag.slovakia:before {
    background-position: -72px -1196px;
  }

  i.lang-flag.sl:before,
  i.lang-flag.sierra.leone:before {
    background-position: -72px -1222px;
  }

  i.lang-flag.sm:before,
  i.lang-flag.san.marino:before {
    background-position: -72px -1248px;
  }

  i.lang-flag.sn:before,
  i.lang-flag.senegal:before {
    background-position: -72px -1274px;
  }

  i.lang-flag.so:before,
  i.lang-flag.somalia:before {
    background-position: -72px -1300px;
  }

  i.lang-flag.sr:before,
  i.lang-flag.suriname:before {
    background-position: -72px -1326px;
  }

  i.lang-flag.st:before,
  i.lang-flag.sao.tome:before {
    background-position: -72px -1352px;
  }

  i.lang-flag.sv:before,
  i.lang-flag.el.salvador:before {
    background-position: -72px -1378px;
  }

  i.lang-flag.sy:before,
  i.lang-flag.syria:before {
    background-position: -72px -1404px;
  }

  i.lang-flag.sz:before,
  i.lang-flag.swaziland:before {
    background-position: -72px -1430px;
  }

  i.lang-flag.tc:before,
  i.lang-flag.caicos.islands:before {
    background-position: -72px -1456px;
  }

  i.lang-flag.td:before,
  i.lang-flag.chad:before {
    background-position: -72px -1482px;
  }

  i.lang-flag.tf:before,
  i.lang-flag.french.territories:before {
    background-position: -72px -1508px;
  }

  i.lang-flag.tg:before,
  i.lang-flag.togo:before {
    background-position: -72px -1534px;
  }

  i.lang-flag.th:before,
  i.lang-flag.thailand:before {
    background-position: -72px -1560px;
  }

  i.lang-flag.tj:before,
  i.lang-flag.tajikistan:before {
    background-position: -72px -1586px;
  }

  i.lang-flag.tk:before,
  i.lang-flag.tokelau:before {
    background-position: -72px -1612px;
  }

  i.lang-flag.tl:before,
  i.lang-flag.timorleste:before {
    background-position: -72px -1638px;
  }

  i.lang-flag.tm:before,
  i.lang-flag.turkmenistan:before {
    background-position: -72px -1664px;
  }

  i.lang-flag.tn:before,
  i.lang-flag.tunisia:before {
    background-position: -72px -1690px;
  }

  i.lang-flag.to:before,
  i.lang-flag.tonga:before {
    background-position: -72px -1716px;
  }

  i.lang-flag.tr:before,
  i.lang-flag.turkey:before {
    background-position: -72px -1742px;
  }

  i.lang-flag.tt:before,
  i.lang-flag.trinidad:before {
    background-position: -72px -1768px;
  }

  i.lang-flag.tv:before,
  i.lang-flag.tuvalu:before {
    background-position: -72px -1794px;
  }

  i.lang-flag.tw:before,
  i.lang-flag.taiwan:before {
    background-position: -72px -1820px;
  }

  i.lang-flag.tz:before,
  i.lang-flag.tanzania:before {
    background-position: -72px -1846px;
  }

  i.lang-flag.ua:before,
  i.lang-flag.ukraine:before {
    background-position: -72px -1872px;
  }

  i.lang-flag.ug:before,
  i.lang-flag.uganda:before {
    background-position: -72px -1898px;
  }

  i.lang-flag.um:before,
  i.lang-flag.us.minor.islands:before {
    background-position: -72px -1924px;
  }

  i.lang-flag.en:before,
  i.lang-flag.united.states:before {
    background-position: -72px -1950px;
  }

  i.lang-flag.uy:before,
  i.lang-flag.uruguay:before {
    background-position: -72px -1976px;
  }

  i.lang-flag.uz:before,
  i.lang-flag.uzbekistan:before {
    background-position: -108px -0px;
  }

  i.lang-flag.va:before,
  i.lang-flag.vatican.city:before {
    background-position: -108px -26px;
  }

  i.lang-flag.vc:before,
  i.lang-flag.saint.vincent:before {
    background-position: -108px -52px;
  }

  i.lang-flag.ve:before,
  i.lang-flag.venezuela:before {
    background-position: -108px -78px;
  }

  i.lang-flag.vg:before,
  i.lang-flag.british.virgin.islands:before {
    background-position: -108px -104px;
  }

  i.lang-flag.vi:before,
  i.lang-flag.us.virgin.islands:before {
    background-position: -108px -130px;
  }

  i.lang-flag.vn:before,
  i.lang-flag.vietnam:before {
    background-position: -108px -156px;
  }

  i.lang-flag.vu:before,
  i.lang-flag.vanuatu:before {
    background-position: -108px -182px;
  }

  i.lang-flag.wls:before,
  i.lang-flag.wales:before {
    background-position: -108px -208px;
  }

  i.lang-flag.wf:before,
  i.lang-flag.wallis.and.futuna:before {
    background-position: -108px -234px;
  }

  i.lang-flag.ws:before,
  i.lang-flag.samoa:before {
    background-position: -108px -260px;
  }

  i.lang-flag.ye:before,
  i.lang-flag.yemen:before {
    background-position: -108px -286px;
  }

  i.lang-flag.yt:before,
  i.lang-flag.mayotte:before {
    background-position: -108px -312px;
  }

  i.lang-flag.za:before,
  i.lang-flag.south.africa:before {
    background-position: -108px -338px;
  }

  i.lang-flag.zm:before,
  i.lang-flag.zambia:before {
    background-position: -108px -364px;
  }

  i.lang-flag.zw:before,
  i.lang-flag.zimbabwe:before {
    background-position: -108px -390px;
  }



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

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


/* Table In Richt-Text (_table.js) */
/*--------------------------------------------------------------------------*/

@media (max-width:1024px){
  .table-wrapper {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}


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

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


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

thead th {
  vertical-align: bottom;
}


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

/* Tiny */
@media (max-width: 374){
  .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:1024px){
  .table-break-md tr, 
  .table-break-md td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .table-break-md tr {
    margin-bottom: 8.0px;
  }
}



/* Body */
/*--------------------------------------------------------------------------*/


  @media screen {
    body { font-size: 16px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    body { font-size: 18px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    body { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt;  }
  }


body {
  font-family: "BasierCircle", "Basier Circle", Tahoma, Verdana, sans-serif;
  color: #000000;
}

@media print {
  body {
    font-family: "BasierCircle", "Basier Circle", Tahoma, Verdana, sans-serif;
    color: #000000;
  }
}


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

a, .link {
  color: #624183;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .link:hover {
  color: rgba(98, 65, 131, .5);
  text-decoration: none;
}
a:hover svg, .link:hover svg {
	fill:rgba(98, 65, 131, .5);
	opacity: .5;
}
a:focus, .link:focus {
  color: #624183;
}
a:focus svg, .link:focus svg {
	fill:#624183;
	opacity: .5;
}

/* Outlines */
a, .link,
a:hover, .link:hover,
a:focus, .link:focus {
  outline-color: transparent;
  outline-style: none;
  outline-width: 0px;
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible, .link:focus-visible {
  outline-color: rgba(221, 48, 79, .5);
  outline-style: auto;
  outline-width: 2px;
  -webkit-tap-highlight-color: transparent;
}


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

a.no-link,
a.no-link:hover,
a.no-link:focus {
  color: inherit;
  text-decoration: none;
  cursor: default;
  font-weight: inherit;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0px;
  -webkit-tap-highlight-color: transparent;
}
a.no-link:focus-visible {
  outline-color: rgba(221, 48, 79, .5);
  outline-style: auto;
  outline-width: 1px;
  -webkit-tap-highlight-color: transparent;
}
a.no-link:before {
  display: none;
}


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

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


/* Focus Elements */
/*--------------------------------------------------------------------------*/

a[href]:focus-within, area[href]:focus-within, label[tabindex='0']:focus-within,
input:not([disabled]):focus-within, select:not([disabled]):focus-within, 
textarea:not([disabled]):focus-within, button:not([disabled]):focus-within, 
iframe:focus-within, [tabindex]:focus-within, [contentEditable=true]:focus-within {
  outline-color: rgba(221, 48, 79, .5);
  outline-style: auto;
  outline-width: 1px;
  outline-offset: 5px;
}

/* Focus Area Links */
.area-link,
.area-link:focus,
.area-link:focus-within {
  /* box-shadow: inset 0 0 0 1px orange; */
  border-radius: inherit;
} 


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

.uppercase {
  text-transform: uppercase;
}


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

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

/* Space */
.hs_cos_wrapper_type_rich_text ul > li, 
.hs_cos_wrapper_type_rich_text ol > li,
.richtext ul > li, 
.richtext ol > li {
  margin-bottom: 16px;
}


/* Font-Weight */
/*--------------------------------------------------------------------------*/

.italic {
  font-style: italic !important;
}
.font-weight-thin,
.thin {
  font-weight: 100 !important;
}
.font-weight-extra-light, .font-weight-extralight,
.extra-light, .extralight {
  font-weight: 200 !important;
}
.font-weight-light,
.light {
  font-weight: 300 !important;
}
.font-weight-regular, .font-weight-normal,
.regular, .normal {
  font-weight: 400 !important;
}
.font-weight-medium,
.medium {
  font-weight: 500 !important;
}
.font-weight-semi-bold, .font-weight-semibold,
.semi-bold, .semibold {
  font-weight: 600 !important;
}
.font-weight-bold,
.bold {
  font-weight: 700 !important;
}
.font-weight-extra-bold, .font-weight-extrabold,
.extra-bold, .extrabold {
  font-weight: 800 !important;
}
.font-weight-black,
.black {
  font-weight: 900 !important;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "BasierCircle", "Basier Circle", Tahoma, Verdana, sans-serif;
  margin: 0 0 16px 0;
  display: block;
}


  @media screen {
    h1, .h1 { color: #DD304F; font-weight: 600; font-style: normal; font-size: 36px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 24px;  }
  }
  @media screen and (min-width:768px) {
    h1, .h1 { color: #DD304F; font-weight: 600; font-style: normal; font-size: 60px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 24px;  }
  }
  @media print {
    h1, .h1 { color: #000000; font-weight: 300; font-style: normal; font-size: 32pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 32px;  }
  }


  @media screen {
    h2, .h2 { color: #DD304F; font-weight: 600; font-style: normal; font-size: 30px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 24px;  }
  }
  @media screen and (min-width:768px) {
    h2, .h2 { color: #DD304F; font-weight: 600; font-style: normal; font-size: 40px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 24px;  }
  }
  @media print {
    h2, .h2 { color: #000000; font-weight: 300; font-style: normal; font-size: 24pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 24px;  }
  }


  @media screen {
    h3, .h3 { color: #000000; font-weight: 500; font-style: normal; font-size: 20px; letter-spacing: 0px; line-height: 1.3; margin-left: 0; margin-bottom: 16px;  }
  }
  @media screen and (min-width:768px) {
    h3, .h3 { color: #000000; font-weight: 500; font-style: normal; font-size: 24px; letter-spacing: 0px; line-height: 1.3; margin-left: 0; margin-bottom: 16px;  }
  }
  @media print {
    h3, .h3 { color: #000000; font-weight: 300; font-style: normal; font-size: 18pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 32px;  }
  }


  @media screen {
    h4, .h4 { color: #000000; font-weight: 500; font-style: normal; font-size: 18px; letter-spacing: 0px; line-height: 1.5; margin-left: 0; margin-bottom: 16px;  }
  }
  @media screen and (min-width:768px) {
    h4, .h4 { color: #000000; font-weight: 500; font-style: normal; font-size: 20px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 16px;  }
  }
  @media print {
    h4, .h4 { color: #000000; font-weight: 300; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 32px;  }
  }


  @media screen {
    h5, .h5 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 16px;  }
  }
  @media screen and (min-width:768px) {
    h5, .h5 { color: #000000; font-weight: 500; font-style: normal; font-size: 18px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 16px;  }
  }
  @media print {
    h5, .h5 { color: #000000; font-weight: 300; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 32px;  }
  }


  @media screen {
    h6, .h6 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 16px;  }
  }
  @media screen and (min-width:768px) {
    h6, .h6 { color: #000000; font-weight: 500; font-style: normal; font-size: 16px; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 16px;  }
  }
  @media print {
    h6, .h6 { color: #000000; font-weight: 300; font-style: normal; font-size: 16pt; letter-spacing: 0px; line-height: 1.2; margin-left: 0; margin-bottom: 32px;  }
  }



/* Font-Sizes */
/*--------------------------------------------------------------------------*/

  @media screen {
    .font-size-xxxl, .font-size-xxxl p { font-size: 30px; letter-spacing: 0; line-height: 39px;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xxxl, .font-size-xxxl p { font-size: 60px; letter-spacing: 0; line-height: 72px;  }
  }
  @media print {
    .font-size-xxxl, .font-size-xxxl p { font-size: 48pt; letter-spacing: -0.016em; line-height: 56pt; margin-left: -8pt;  }
  }


  @media screen {
    .font-size-xxl, .font-size-xxl p { font-size: 24px; letter-spacing: 0; line-height: 32px;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xxl, .font-size-xxl p { font-size: 36px; letter-spacing: 0; line-height: 47px;  }
  }
  @media print {
    .font-size-xxl, .font-size-xxl p { font-size: 32pt; letter-spacing: -0.008em; line-height: 48pt; margin-left: -6pt;  }
  }


  @media screen {
    .font-size-xl, .font-size-xl p { font-size: 20px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xl, .font-size-xl p { font-size: 24px; letter-spacing: 0; line-height: 32px;  }
  }
  @media print {
    .font-size-xl, .font-size-xl p { font-size: 24pt; letter-spacing: -0.004em; line-height: 32pt; margin-left: -4pt;  }
  }


  @media screen {
    .font-size-l, .font-size-l p { font-size: 18px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-l, .font-size-l p { font-size: 20px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .font-size-l, .font-size-l p { font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt;  }
  }


  @media screen {
    .font-size-m, .font-size-m p { font-size: 16px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-m, .font-size-m p { font-size: 18px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .font-size-m, .font-size-m p { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt;  }
  }


  @media screen {
    .font-size-s, .font-size-s p { font-size: 14px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .font-size-s, .font-size-s p { font-size: 16px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .font-size-s, .font-size-s p { font-size: 10pt; letter-spacing: 0.004em; line-height: 16pt;  }
  }


  @media screen {
    .font-size-xs, .font-size-xs p { font-size: 12px; letter-spacing: 0; line-height: 15px;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xs, .font-size-xs p { font-size: 14px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .font-size-xs, .font-size-xs p { font-size: 8pt; letter-spacing: 0.008em; line-height: 16pt;  }
  }


  @media screen {
    .font-size-xxs, .font-size-xxs p { font-size: 10px; letter-spacing: 0; line-height: 15px;  }
  }
  @media screen and (min-width:768px) {
    .font-size-xxs, .font-size-xxs p { font-size: 10px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .font-size-xxs, .font-size-xxs p { font-size: 6pt; letter-spacing: 0.016em; line-height: 8pt;  }
  }














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




/* Blog */
/*--------------------------------------------------------------------------*/
@media (max-width:1024px) {
  .hs-blog-listing .highlight-container {
    display:none;
  }
}

/* Cases Blog */
/*--------------------------------------------------------------------------*/
@media(max-width:767px){
  .cases-detail .banner .banner-image.desktop { display: none; }
  .cases-detail .banner .banner-image.mobile  { display: block;  }
  .cases-detail .banner .banner-image.desktop.desktop-only { display: block; }
}

@media(min-width:768px){
  .cases-detail .banner .banner-image.desktop { display: block; }
  .cases-detail .banner .banner-image.mobile  { display: none;  }
} 


/* News Blog*/
/*--------------------------------------------------------------------------*/

.news-detail .blog-post-intro,
.news-detail .blog-post-back {
  margin: 0 auto;
  
}
.news-detail .blog-post-intro img {
  border-radius: 20px;
}


.news-detail .no-bg-image {
  background-color: #DD304F;
}
.news-detail .no-bg-image .banner-title h1 {
  color: #ffffff;
}

.news-detail .headline .date-time.topline {
  display:block;
  color:white;
  font-weight: 400;
  font-size:20px;
  margin-bottom:48px;
  text-transform: none;
}
@media (min-width: 768px) {
    .hs-blog-post.news-detail .banner .banner-title.align-left .headline, .banner .banner-title.align-left .text {
        width: 100%;
    }
}



.news-detail #hs_cos_wrapper_post_body p:first-child {
  margin-bottom:0;
}
.news-detail #hs_cos_wrapper_post_body p:first-child img {
  margin-bottom:125px;
}
.news-detail #hs_cos_wrapper_post_body h2 {
  margin-bottom:32px;
}
.news-detail #hs_cos_wrapper_post_body h3 {
  margin-top:2rem;
}


@media (min-width:1025px) {
  .news-detail #hs_cos_wrapper_post_body p {
    font-size:20px;
  }  
  .news-detail #hs_cos_wrapper_post_body h2 {
    margin-top:3.7rem;
    font-size:40px;
  }
  .news-detail #hs_cos_wrapper_post_body h3 {
    margin-top:2rem;
    font-size:32px;
  }
  
  .news-detail ul {
    font-size:20px;
  }
}


@media (max-width:767px) {
  .news-detail .headline .date-time.topline {
    color:white;
    font-weight: 400;
    font-size:16px;
    margin-bottom:32px;
  }
  
  .news-detail #hs_cos_wrapper_post_body p:first-child img {
    margin-bottom:65px;
  }
  .news-detail #hs_cos_wrapper_post_body h2 {
    margin-top:7px;
  }
  .news-detail .blog-post-back .row > div {
    padding-top:6px;
    padding-bottom:6px;
  }  
  .news-detail .blog-post-back a {
    padding:0;
  }  
}


.news-index .article-content > .d-flex .post-date {
  color: #DD304F;
  margin-bottom: 1rem;
}
.news-index .Bloginhalt-row-3-margin:last-child {
  margin-bottom: 160px !important;
}
.hs-blog-listing .dnd-pagination-empty,
.hs-blog-post .dnd-pagination-empty{
  display:none;
}



.home-single-news .article-content > .d-flex {
  justify-content: flex-start !important;
}
.home-single-news .article-content > .d-flex .post-date {
  color: #DD304F;
}


.boxed { border: 1px solid #000000; }
.boxed p { margin: 16px; }


/* ERROR */
/*--------------------------------------------------------------------------*/

.error {
  padding: 320px 0 128px 0;
  text-align: center;
}
.error-code {
  line-height: 1;
}
.error-text {
  z-index: 1;
}
.error .btn {
  margin-top: 16px;
}
.error .header {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 40.0px;
}


/* SYSTEM */
/*--------------------------------------------------------------------------*/

.system {
  padding-top: 128px;
  padding-bottom: 128px;
  text-align: center;
}
.system-form .hs-form .hs-form-field,
.system-form .email-prefs {
  text-align: left;
}
.system-form .hs-form input[type="submit"] {
  margin-top: 24px;
}
@media (max-width: 380px) {
  .system-form .hs-form input[type="submit"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.system-admin {
  margin-top: 30px;
}
.system-form .hs-form .hs-error-msgs,
.system-form .hs-form .hs-error-msg {
  margin-top: 12px;
  color: inherit !important;
}
.system-form .hs-form .form-input-validation-message {
  margin-top: 0;
}
.system .success {
  background-color: #FBFBFB;
  border: 1px solid #FBFBFB;
  display: inline-block;
  margin: 32px 0;
  padding: 8.0px 16px;
  width: 100%;
}
.system .icon {
  color: #FDFF85;
  padding: 32px;
}


/* SEARCH RESULT PAGE */
/*--------------------------------------------------------------------------*/

/* Title + Text */
.hs-search-results__title {
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Listing */
.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0;
}
.hs-search-highlight {
	font-weight: 700;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}

.hs-search-results .listing-item {
  position: relative;
}


/* PASSWORD PROMT */
/*--------------------------------------------------------------------------*/

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


/* 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 */
/*--------------------------------------------------------------------------*/

/* Option Boxes */
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.email-prefs input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 32px;
}
.email-prefs .item {
  background-color: #FBFBFB;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
  cursor: pointer;
}
.email-prefs .item-inner {
  padding: 0px 16px;
}
.email-prefs .item .checkbox-row .fakelabel span {
  font-weight: 700;
  font-size: ;
}
.email-prefs .item .item-inner p {
  font-size: ;
  margin-left: 1.5rem;
}
#email-prefs-form .page-header {
  padding-bottom: 24.0px;
}
#email-prefs-form .page-header h1 {
  margin-bottom: 0;
}
 
/* Disable All Box */
.subscribe-options {
  background-color: #FBFBFB;
  padding: 32px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.subscribe-options .header {
  position: relative;
  background-color: #FBFBFB;
  margin-bottom: 8.0px;
}



/* Landingpage layout */
/*--------------------------------------------------------------------------*/

.landing-page .header-container-wrapper {
  position:relative;
  z-index:10;
}
.landing-page .content-container-wrapper {
  position:relative;
  z-index:100;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .landing-page .form-container-class {
    margin-top:0 !important;
    width:700px;
    position: relative;
    margin-left: -64px;
  }
}



.landing-page .dnd-header {
  padding: 0;
}

.landing-page .header-container-wrapper {
  position: relative;
  height: auto;
}

.landing-page .header-container .container {
  background-color: transparent;
  border-radius: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.landing-page .trademark-wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: visible;
}

.landing-page .footer-container a {
  letter-spacing:0.4px;
}
.landing-page .footer-container .footer-cookie-box {
  display:none;
}

.landing-page .footer-container .trademark {
  margin-top: 4rem;
}

.landing-page .footer-container .copyright {
  margin: 0;
}

.landing-page .footer-container .copyright,
.landing-page .footer-container .mandatory a {
  padding: 8.0px;
}

.landing-page .footer-container .mandatory a {
  font-weight: 600;
  color: #624183;
}

.landing-page .footer-container .mandatory {
  width: auto;
}

.landing-page .footer-container .mandatory .seperator,
.landing-page .footer-container .mandatory [role="seperator"],
.landing-page .mandatory-inner > .hs-menu-item::after {
  display: none;
}

.landing-page form h3 {
  margin-bottom:3rem;
}
@media (max-width:767px) {
  .landing-page form h3 {
    
    margin-bottom:2rem;
  }
}

.headline.mb-0 h1,
.headline.mb-0 h2,
.headline.mb-0 h3,
.headline.mb-0 h4,
.headline.mb-0 h5,
.headline.mb-0 h6 {
  margin-bottom: 0;
}

.landing-page .trademark-landingpage {
  margin-top:-30px;
}

@media (min-width:768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .landing-page .trademark-wrapper img {
    width: 230px;
  }

  .landing-page .trademark {
    margin-top: 4rem;
  }

  .landing-page .footer-container .trademark {
    margin-bottom: 4rem;
  }
}

@media (max-width:767px) {
  .landing-page .footer-container .trademark {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page .footer-container .copyright,
  .landing-page .footer-container .mandatory {
    text-align: center;
  }
  
  .landing-page .overlay-form {
    margin-top: 0 !important;
  }
  
  .landing-page .overlay-form-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* OPRGINAL THEME SOURCE MODULE STYLESHEETS */
/*--------------------------------------------------------------------------*/













/* Article (Styles) */
/*--------------------------------------------------------------------------*/

.article {
  width: 100%;
  height: auto;
  border-radius: 4.0px;
  background: #FFFFFF;
}
.article-inner {
  position: relative;
  width: 100%; height: 100%;
  padding-bottom: 16px;
}
.article .article-content {
  margin: 16px;
}
.article .article-content strong {
  display: inline-block;
  margin-bottom: 16px;
  word-break: break-word;
}
.article-image {
  background: #FBFBFB;
  overflow: hidden;
  border-top-right-radius: 4.0px;
  border-top-left-radius: 4.0px;
}
.article-image img {
  transition: all 150ms ease;
}


/* Article (Addon) */
/*--------------------------------------------------------------------------*/

.article .addon {
  margin-bottom: 8.0px;
}
.article .addon .tag-list .tag,
.article .addon .date-time {
  color: #E3E2E3;
  font-style: normal;
}


/* Article (Link) */
/*--------------------------------------------------------------------------*/

.article .read-more {
  color: #F0F0F0;
  position: relative;
  transition: all 150ms linear;
}
.article-highlight .area-link:hover ~ div .article-content > .read-more,
.article-highlight .area-link:focus ~ div .article-content > .read-more,
.article-highlight .area-link:hover ~ .article-content > .read-more,
.article-highlight .area-link:focus ~ .article-content > .read-more,
.article .area-link:hover ~ .article-content > .read-more,
.article .area-link:focus ~ .article-content > .read-more { 
  color: #DD304F;
  padding-left: 12px;
}
.article-highlight .area-link:hover ~ div .article-image img,
.article-highlight .area-link:focus ~ div .article-image img,
.article-highlight .area-link:hover ~ .article-image img,
.article-highlight .area-link:focus ~ .article-image img,
.article .area-link:hover ~ .article-image img,
.article .area-link:focus ~ .article-image img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.article .read-more i {
  position: absolute;
  opacity: 0; left: 0;
  transition: all 150ms linear;
}
.article-highlight .area-link:hover ~ div .article-content > .read-more i,
.article-highlight .area-link:focus ~ div .article-content > .read-more i,
.article-highlight .area-link:hover ~ .article-content > .read-more i,
.article-highlight .area-link:focus ~ .article-content > .read-more i,
.article .area-link:hover ~ .article-content > .read-more i,
.article .area-link:focus ~ .article-content > .read-more i {
  opacity: 1;
}


/* Article (Responsive Grid) */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .article {
    max-width: 592.5px;
  }
}

/* Article (Custom) */
/*--------------------------------------------------------------------------*/



/* Article default */
.article-image {
  background: none;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
}
.article-highlight {
  position: relative;
}
.article-highlight .article-image,
.article .article-image,
.article-highlight .article-image > .aspect-ratio,
.article .article-image > .aspect-ratio {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.article-highlight .addon .tag-list,
.article-highlight .addon .tag,
.article .addon .tag-list,
.article .addon .tag-list .tag {
  padding: 0;
  margin: 0;
}

.article-highlight .addon .tag-list .tag.separator,
.article .addon .tag-list .tag.separator {
  margin: 0px 4.0px;
}
.article .button-container {
  margin: 0px 16px;
}
@media (max-width:767px) {
  .article .article-content p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}


/* Article tags */
.article-highlight .addon .tag-list .tag,
.article-highlight .addon .date-time, 
.article .addon  .tag-list .tag, 
.article .addon .date-time {
  color: #DD304F;
}

/* Article highlight */
.article-highlight .article-image img {
  border-radius: 20px 20px 20px 20px;
}
.article-highlight .addon .tag-list {
  margin-bottom: 8.0px;
}
@media (max-width:767px) {
  .article-highlight .article-content {
    margin-left: 16px;
    margin-right: 16px;
  }
  .article-highlight .article-content h2,
  .article-highlight .article-content strong {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 16px;
  }
}
@media (min-width:1025px) {
  .article-highlight .article-image {
    padding: 32px 128px 16px 0px;
  }
  .article-highlight .button-container .btn {
    font-size: 18px;
    letter-spacing: 1.35px;
    line-height: 1.5;
  }
  .article-highlight .button-container .btn:after {
    top: 7px;
  }
}

/* News */
.cases-index .post-date,
.news-index .tag-list {
  display: none;
}

.news-index .tag-list {
  color: #DD304F;
  margin-bottom: 8.0px;
}

/* Article title link */
.article-highlight a.area-link:hover ~ div .button-container > .btn,
.article-highlight a.area-link:focus ~ div .button-container > .btn,
.article-highlight a.area-link:hover ~ .button-container > .btn,
.article-highlight a.area-link:focus ~ .button-container > .btn {
  text-decoration: none;
  background-color: #A61B3D !important;
  border-color: #A61B3D !important;
  color: rgba(251, 251, 251,1) !important;
}
.article-highlight a.area-link:hover ~ div .button-container > .btn:after,
.article-highlight a.area-link:focus ~ div .button-container > .btn:after,
.article-highlight a.area-link:hover ~ .button-container > .btn:after,
.article-highlight a.area-link:focus ~ .button-container > .btn:after,
.article a.area-link:hover ~ div .button-container > .btn:after,
.article a.area-link:focus ~ div .button-container > .btn:after,
.article a.area-link:hover ~ .button-container > .btn:after,
.article a.area-link:focus ~ .button-container > .btn:after {
  right: -16px;
}









/* Article (Styles) */
/*--------------------------------------------------------------------------*/

.blog-listing .article {
  height: 100%;
}
.blog-listing .article .article-inner {
  display: flex;
  flex-direction: column;
}


/* Article (Custom) */
/*--------------------------------------------------------------------------*/











/* Banner (Wrapper) */
/*--------------------------------------------------------------------------*/

.banner {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
}
/*.banner:not(.full-width) {
  margin: 0;
}*/
.banner-content {
  margin: 0; padding: 0;
  position: relative;
  left: 0; top: 0;
  right: 0; bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.full-width .banner-content,
.aspect-ratio .banner-content {
  position: absolute;
}

.banner.full-width {
 min-height: 50vh;
}
@media (max-width:767px) {
  .banner.full-width {
    height: 100vh;
  }
}


/* Banner (Gradient) */
/*--------------------------------------------------------------------------*/

.banner .gradient {
  background-image: linear-gradient(
    to bottom, 
    rgba(0, 0, 0, 0.5), 
    rgba(0, 0, 0, 0.0),
    rgba(0, 0, 0, 0.0)
  );
}


/* Banner (Fallback) */
/*--------------------------------------------------------------------------*/

.banner .image.fallback {
  width: 100%; height: 100%;
  position: relative;
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/large-placeholder-image.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* Banner (Image/Video) */
/*--------------------------------------------------------------------------*/

.banner .banner-image > .image,
.banner .banner-image > .preload,
.banner .banner-video > .video {
  background-color: #FBFBFB;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner-image img,
.banner .banner-video img,
.banner .banner-video video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}


/* Banner (Blur-Loading) */
/*--------------------------------------------------------------------------*/

.banner .banner-image > .image,
.banner .banner-image > .preload {
  -webkit-transform: scale(1.1); transform: scale(1.1);
}
.banner .banner-image > .preload {
  background-position: center; 
  background-size: cover;
  -webkit-filter: blur(8px); 
  filter: blur(8px);
}
.banner .banner-image > .image {
  opacity: 0;
  transition: opacity 300ms linear;
}
.banner .banner-image > .image.loaded {
  opacity: 1;
}


/* Banner (Overlay) */
/*--------------------------------------------------------------------------*/

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


/* Banner (Title) */
/*--------------------------------------------------------------------------*/

.banner .banner-title,
.banner .banner-value-box-wrapper {
  margin: 0 auto;
  padding: 32px 16px 48px;
  user-select: text;
}
@media(max-width:767px){
  .banner .banner-title,
  .banner .banner-value-box-wrapper {
    padding-top: 128px;
    padding-bottom: 112px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media(max-width:){
  .banner .banner-title,
  .banner .banner-value-box-wrapper {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}


/* Headline */
.banner-title h1, .banner-title strong {
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30); */
  display: inline-block;
}

/* Subline */



/* Banner (Custom) */
/*--------------------------------------------------------------------------*/



/* HS Inline Editor styles */
.hs-inline-edit .banner .banner-title #hs_cos_wrapper_name {
  pointer-events: none!important;
}

.banner {
  margin:0;
  padding:0;
}

.banner.sm-fullsize {
  margin-left:-16px;
  margin-right:-16px;
}
@media (max-width:767px) {
  .banner.sm-fullsize {
      margin-left:-32px;
      margin-right:-32px;
  }
}

/* banner heights (no aspect ratios) */
/* Banner height */
@media (max-width:1024px) {
  .banner .banner-content {
    padding-top: 150px;
    padding-bottom: 32px;
  }
  
  .banner.sm-half {
    min-height: 50vh;
  }  
  .banner.sm-fullsize {
    min-height: 100vh;
  }
}
@media (min-width:768px) {
  .banner .banner-content {
    padding-top: 150px;
    padding-bottom: 32px;
  }
  .banner.half .banner-content {
    min-height: 800px;
  }
  .banner.half.with-extra-value-box .banner-content {
    min-height: 880px;
  }
  .banner.fullsize {
    min-height: 100vh;
  }
}


/* Banner (Title) */
/*--------------------------------------------------------------------------*/

.banner .banner-title,
.banner .banner-value-box-wrapper {
  margin: 0 auto;
  padding: 16px 32px 16px 16px;
  user-select: text;
}
@media (max-width:767px) {
  .banner .banner-title.align-left .headline,
  .banner .banner-title.align-left .text {
    width: 90%;
  }
}

@media(min-width:1227px){
  .banner .banner-title {
    padding-left: 16px;
  }
}
@media (min-width:768px) {
/* @media(min-width:1227px){  */
  .banner .banner-title.align-left .headline,
  .banner .banner-title.align-left .text {
    width:50%;
  }
  .banner .banner-title.align-center .headline,
  .banner .banner-title.align-center .text {
    width:60%;
  } 
  .banner .headline + .text {
    margin-top: 24px;
  }
}



@media(max-width:767px){
  .banner .banner-title,
  .banner .banner-value-box-wrapper {
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 16px;
  }
  .banner .headline + .text {
    margin-top: 24px;
  }
}
@media(max-width:320px){
  .banner .banner-title,
  .banner .banner-value-box-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* Subline */

  @media screen {
    .banner-title, .banner-title p, .banner-title span, .banner-title ul li { font-size: 18px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .banner-title, .banner-title p, .banner-title span, .banner-title ul li { font-size: 20px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .banner-title, .banner-title p, .banner-title span, .banner-title ul li { font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt;  }
  }





/* align */
.banner .banner-title.align-left .headline,
.banner .banner-title.align-left .text {
  text-align:left;
}
.banner .banner-title.align-center .headline,
.banner .banner-title.align-center .text {
  text-align:center;
  margin-left: auto;
  margin-right:auto;  
}

/* Editor Preview */
.hs-inline-edit .banner .banner-image > .image { opacity: 1 !important; }
.hs-inline-edit .banner .banner-image > .preload { opacity: 0 !important; }

.banner .vertical-seperator {
  display: block;
  height: 100%;
  height: inherit;
  width: 2px;
  border: 0px;
  background: #E3E2E3;
  margin-top: 8.0px;
  margin-bottom: 8.0px;
  margin-left: 32px;
  margin-right: 32px;
}


/* New Style Option (Text Below Image) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .banner.text-mobile-below-image {
    overflow: visible;
  }
  .banner.text-mobile-below-image.sm-half .banner-image,
  .banner.text-mobile-below-image.sm-half .banner-overlay {
    min-height: inherit;
    max-height: 50vh;
    overflow: hidden;
  }
  .banner.text-mobile-below-image.sm-half .banner-image {
    position: relative;
  }
  .banner.text-mobile-below-image.sm-half .banner-overlay {
    background: transparent !important;
  }
  .banner.banner.text-mobile-below-image .banner-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .banner.banner.text-mobile-below-image:not(.blog-banner) .banner-title,
  .banner.banner.text-mobile-below-image:not(.blog-banner) .banner-value-box-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .banner.text-mobile-below-image .banner-title.align-left .headline, 
  .banner.text-mobile-below-image .banner-title.align-left .text {
    width: 100%;
  }
  .banner.text-mobile-below-image .banner-value-box-wrapper {
    padding-top: 0px;
  }
  .banner.text-mobile-below-image:not(.blog-banner) .container {
    margin: 0 !important;
    width: 100% !important;
    padding-top: 0 !important;
  }
  
  /* Blog Post Tempalte */
  .banner.banner.text-mobile-below-image .customcolor-banner-tags,
  .banner.banner.text-mobile-below-image .customcolor-banner-date,
  .banner.banner.text-mobile-below-image .customcolor-banner-text {
    color: #000000 !important;
  }
  .banner.banner.text-mobile-below-image .customcolor-banner-headline {
    color: #DD304F !important;
  }
  .banner.banner.text-mobile-below-image + .container {
    padding-top: 0 !important;
  }
}












/* Button (Style) */
/*--------------------------------------------------------------------------*/

.button-container {
  width: 100%;
}
.btn, .hs-button {
  padding: 16px 32px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: .3s;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.03em;
}
.btn:not(.icon-btn){
  min-width: 80px;
}
.btn:hover, .hs-button:hover,
.btn:focus, .hs-button:focus {
  text-decoration: none;
}
@media(max-width:374px){
  .btn, .hs-button {
    min-width: 100%;
  }
}

/* Button (Primary) */
/*--------------------------------------------------------------------------*/

.btn-primary, .hs-button.primary {
  background-color: #DD304F;
  border: 2px solid #DD304F;
  color: #FFFFFF;
} 
.btn-primary:hover, .btn-primary:focus, 
.hs-button.primary:hover, .hs-button.primary:focus,
.btn-primary.active {
  background-color: #A61B3D;
  border-color: #A61B3D;
  color: #FFFFFF;
}
.cta_button.primary:hover, 
.cta_button.primary:focus {
  background-color: #A61B3D !important;
  border-color: #A61B3D !important;
  color: #FFFFFF !important;
}


/* Button (Secondary) */
/*--------------------------------------------------------------------------*/

.btn-secondary, .hs-button.secondary {
  background-color: #624183;
  border: 2px solid #624183;
  color: #FFFFFF;
} 
.btn-secondary:hover, .btn-secondary:focus, 
.hs-button.secondary:hover, .hs-button.secondary:focus,
.btn-secondary.active {
  background-color: #422064;
  border-color: #422064;
  color: #FFFFFF;
}
.cta_button.secondary:hover, 
.cta_button.secondary:focus {
  background-color: #422064 !important;
  border-color: #422064 !important;
  color: #FFFFFF !important;
}


/* Button (Primary-Outline) */
/*--------------------------------------------------------------------------*/

.btn-primary-outline {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.cta_button.primary-outline:hover, 
.cta_button.primary-outline:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}


/* Button (Secondary-Outline) */
/*--------------------------------------------------------------------------*/

.btn-secondary-outline {
  background-color: rgba(221, 48, 79, 0.2);
  border: 2px solid #DD304F;
  color: #DD304F;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  background-color: rgba(221, 48, 79, 0.3);
  border-color: #DD304F;
  color: #DD304F;
}
.cta_button.secondary-outline:hover,
.cta_button.secondary-outline:focus {
  background-color: rgba(221, 48, 79, 0.3) !important;
  border-color: #DD304F !important;
  color: #DD304F !important;
}


/* Button (Disabled) */
/*--------------------------------------------------------------------------*/

.btn[disabled], .hs-button[disabled],
.btn[disabled]:hover, .hs-button[disabled]:focus,
.btn.disabled, .hs-button.disabled,
.btn.disabled:hover, .hs-button.disabled:focus {
  cursor: default;
  pointer-events: none;
  background-color: #FBFBFB;
  color: #E3E2E3;
  border: 2px solid transparent;
}


/* Button (No-Button) */
/*--------------------------------------------------------------------------*/

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


/* Button (Custom) */
/*--------------------------------------------------------------------------*/


.btn, .hs-button {
  font-size: 16px;
  line-height:1;
	letter-spacing: 1.2px;
  text-transform: none;
}


.btn-desktop-ml a {
  transition: margin-left 0ms;
}
@media (min-width:768px) {
  .btn-desktop-ml a {
    transition: margin-left 0ms;
    margin-left:52%;
  }
}





.btn-primary, .hs-button.primary {
  background-color: #DD304F !important;
  border: 2px solid #DD304F !important;
  color: #FFFFFF !important;
} 
.btn-primary:hover, .btn-primary:focus, 
.hs-button.primary:hover, .hs-button.primary:focus,
.btn-primary.active {
  background-color: #A61B3D !important;
  border-color: #A61B3D !important;
  color: rgba(255, 255, 255,1) !important;
}
.cta_button.primary:hover, 
.cta_button.primary:focus {
  background-color: #A61B3D !important;
  border-color: #A61B3D !important;
  color: rgba(255, 255, 255,1) !important;
}





.btn-secondary, .hs-button.secondary {
  background-color: #624183 !important;
  border: 2px solid #624183 !important;
  color: #FFFFFF !important;
} 
.btn-secondary:hover, .btn-secondary:focus, 
.hs-button.secondary:hover, .hs-button.secondary:focus,
.btn-secondary.active {
  background-color: #422064 !important;
  border-color: #422064 !important;
  color: rgba(255, 255, 255,1) !important;
}
.cta_button.secondary:hover, 
.cta_button.secondary:focus {
  background-color: #422064 !important;
  border-color: #422064 !important;
  color: rgba(255, 255, 255,1) !important;
}





.btn-tertiary, .hs-button.tertiary, .alternative-button .btn-primary, .alternative-button .hs-button.primary {
  background-color: #FDFF85 !important;
	border: 2px solid #FDFF85 !important;
  color: #000000 !important;
	transition: all .3s ease;
}
.btn-tertiary:hover, .btn-tertiary:focus, .alternative-button .btn-primary:hover, .alternative-button .btn-primary:focus,
.hs-button.tertiary:hover, .hs-button.tertiary:focus, .alternative-button .hs-button.primary:hover, .alternative-button .hs-button.primary:focus,
.btn-tertiary.active {
	background-color: #FEFFB6 !important;
	border-color: #FEFFB6 !important;
  color: rgba(0, 0, 0,.5) !important;
	transition: all .3s ease;
}
.cta_button.tertiary:hover, .alternative-button .cta_button.primary:hover, 
.cta_button.tertiary:focus, .alternative-button .cta_button.primary:focus {
  background-color: #FEFFB6 !important;
  border-color: #FEFFB6 !important;
  color: rgba(0, 0, 0,.5) !important;
}





.btn.btn-text {
  position: relative;
  padding: 0 32px 0 0;
  color: #624183;
  font-weight: 500; 
}
.btn.btn-text:after {
  display:block;
  position: absolute;
  top: 2px;
  right:-0;  
  content: "";
  width: 20px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg height="15" viewBox="0 0 48 48" width="20" xmlns="http://www.w3.org/2000/svg"><path fill="%23624183" d="m47.36 22.459-17.52-17.448c-.852-.85-2.229-.845-3.078.006-.849.852-.846 2.23.006 3.078l13.727 13.671h-38.318c-1.202 0-2.177.975-2.177 2.177s.975 2.177 2.177 2.177h38.434l-13.844 13.786c-.852.847-.854 2.226-.006 3.078.425.427.983.64 1.542.64.555 0 1.111-.211 1.536-.635l17.52-17.446c.41-.408.64-.962.64-1.542s-.231-1.134-.64-1.542z"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  font-weight: 500;  
  transition: all 300ms;
}
.btn.btn-text:hover {
  color: ;
}
.btn.btn-text:hover:after {
  opacity: 0.5;
  right: -16px;
}














/* cta_banner (Style) */
/*--------------------------------------------------------------------------*/

.cta-banner {
  position: relative;
}

/* cta_banner (background image) */
/*--------------------------------------------------------------------------*/

.cta-banner .cta-bg {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.cta-banner .cta-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* cta_banner (content) */
/*--------------------------------------------------------------------------*/

.cta-banner .headline > * {
  font-weight: 600;
}


/* cta_banner (content image) */
/*--------------------------------------------------------------------------*/

.cta-banner .cta-image-wrapper {
  align-self: flex-end;
}
.cta-banner .cta-image {
  margin-bottom: -16px; 
}
.cta-banner .cta-image > img {
  width: 100%;
  height: auto;
  display: block;
}


/* cta_banner (Custom) */
/*--------------------------------------------------------------------------*/



.cta-banner .headline .h2 {
	color: #FFFFFF;
  text-transform: none;
}

.cta-banner .btn {
  text-transform: none;
}


.cta_button {
  display:inline-block;
  padding: 16px 32px;
  font-size: 16px;
  font-weight:600;
  letter-spacing: 1.2px;
  border-radius: 10px;
  background: #FDFF85;
  color: #000000;
	transition: all .3s ease;
}
.cta_button:hover {
  text-decoration:none;
	background: #FEFFB6;
  color: rgba(0, 0, 0,.5);
	transition: all .3s ease;
}
@media (max-width:767px) {
  .cta-banner .headline .h2 {
  }
	.cta-banner .cta-bg > img {
		object-position: 30% center;
	}
}












/* Company-Logos (Wrapper) */
/*--------------------------------------------------------------------------*/

.company-logos > .enlarge-container,
.company-logos > .default-container {
	display: grid; width: 100%;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(186px, 1fr));
	grid-auto-flow: dense;
}
@media (max-width:767px) {
  .company-logos > .enlarge-container {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max(186px, 100%/3)), 1fr));
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .company-logos > .enlarge-container {
    grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(186px, 100%/4)), 1fr));
  }
}
@media (min-width:1025px) {
  .company-logos > .enlarge-container {
    grid-template-columns: repeat(auto-fit, minmax(min(100%/3, max(186px, 100%/6)), 1fr));
  }
}

/* Limit Display If Not Extendable */
@media (max-width:767px) {
  .company-logos.global > .default-container > .logo:nth-of-type(1n+5) {
    display: none;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .company-logos.global > .default-container > .logo:nth-of-type(1n+7) {
    display: none;
  }
}
@media (min-width:1025px) {
  .company-logos.global > .default-container > .logo:nth-of-type(1n+11) {
    display: none;
  }
}


/* Limit Max Size Of Grid Items */
@media (min-width:1025px) {
  .company-logos > .default-container > .logo {
    max-width: 219.8px;
  }
}


/* Company-Logos (Button) */
/*--------------------------------------------------------------------------*/

.company-logos-checkbox ~ .button-container > .btn > .further { display: inline-block; }
.company-logos-checkbox ~ .button-container > .btn > .fewer { display: none; }
.company-logos-checkbox:checked ~ .button-container > .btn > .further { display: none; }
.company-logos-checkbox:checked ~ .button-container > .btn > .fewer { display: inline-block; }


/* Company-Logos (Style) */
/*--------------------------------------------------------------------------*/

.company-logos .logo {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.company-logos .logo img {
  display: inline-block;
  width: auto; height: auto;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  margin: auto;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

/* Filter */
.company-logos .logo.filter img {
  transition-property: filter;
  transition-duration: 300ms;
  filter: grayscale(100%);
}
.company-logos .logo.filter:hover img {
  filter: grayscale(0%);
}

/* Hover */
.company-logos .logo[href] > div:before  {
  display: block;
  position: absolute;
  content: "+";
  top: 8.0px;
  right: 8.0px;
  width: 16px;
  height: 16px;
  font-size: 28px;
  line-height: 16px;
  color: #DD304F;
  transition: color 150ms linear;
}
.company-logos .logo[href]:hover > div:before,
.company-logos .logo[href]:focus > div:before {
  color: #A61B3D;
}
.company-logos .logo[href] > div {
  transition: box-shadow 150ms linear;
}
.company-logos .logo[href]:hover > div,
.company-logos .logo[href]:focus > div {
  box-shadow: 0px 10px 30px rgba(0,0,0,0.26);
}
.company-logos .logo[href="javascript:;"] > div:before  {
  display: none;
}
.company-logos .logo[href="javascript:;"] {
  cursor: default;
  pointer-events: none;
}


/* Company-Logos (Fallback) */
/*--------------------------------------------------------------------------*/

.company-logos .fallback {
  background-size: contain;
  width: 100%; min-height: px;
  background-size: 186px px;
  background-repeat: no-repeat;
  background-position: center;
}
.company-logos .logo:nth-child(1) > .fallback,
.company-logos .logo:nth-child(5) > .fallback {
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/logos/logoipsum-logo-1.png);
}
.company-logos .logo:nth-child(2) > .fallback,
.company-logos .logo:nth-child(6) > .fallback {
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/logos/logoipsum-logo-2.png);
}
.company-logos .logo:nth-child(3) > .fallback,
.company-logos .logo:nth-child(7) > .fallback {
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/logos/logoipsum-logo-3.png);
}
.company-logos .logo:nth-child(4) > .fallback,
.company-logos .logo:nth-child(8) > .fallback {
  background-image: url(//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/logos/logoipsum-logo-4.png);
}


/* Company-Logos (Custom) */
/*--------------------------------------------------------------------------*/










/* Copyright (Style) */
/*--------------------------------------------------------------------------*/

.copyright {
  color: #000000;
}


/* Copyright (Custom) */
/*--------------------------------------------------------------------------*/


footer .copyright {
  margin-top: 16px;
}


















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

.hs-form {
  clear: both;
  font-family: inherit;
  font-weight: 400;
  padding: 0 16px;
  font-style: normal;
}
.form-title:empty {
  display: none;
}




/* 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;
	font-weight: 700;
  color: #000000;
  line-height: 1.25;
  margin-bottom: 8.0px;
}

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

/* 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 */
}




/* 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;
	background: #F0F0F0;
	box-shadow: none;
	padding: 0px 16px;
	width: 100%;
	border-radius: 10px;
	border-width: 1px;
	border-color: #F0F0F0;
	border-style: solid;
	line-height: 1.25;
	margin: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

/* Input Defaults (if-used-outside-theme) */
.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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Inputs in Focus with Keyboard */
.hs-form input:focus,
.hs-form textarea:focus,
.hs-form select:focus {
	color: #000000;
	outline-color:transparent;
  outline-style: auto;
  outline-width: 0px;
}

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

.hs-form input:hover,
.hs-form textarea:hover,
.hs-form select:hover,
.hs-form .select-selected:hover {
	border-color: #000000;
}

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

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

/* Custom Placeholder */
.hs-form .select-selected.placeholder,
.hs-form .hs-file-value.placeholder {
  color: #000000;
}

/* Pseudo Placeholder */
::-webkit-input-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
:-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
::-ms-input-placeholder { color: #000000; }
::placeholder { color: #000000; }

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




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

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




/* 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: 52px;
	position: relative;
	padding-left: 40px;
	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: 40px;
}

/* 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;
	top: 13.0px;
	position: absolute;
	display: block;
	content: "";
	background-color: transparent;
	border-width: 1px;
	border-color: #F0F0F0;
	border-style: solid;
}
.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: 24px;
	height: 24px;
}
.hs-form .hs-form-radio label > span:before {
	width: 26px;
	height: 26px;
}

/* FOCUS (Restore focus effect for before elements) */
.hs-form .hs-form-radio label > input:focus ~ span:before,
.hs-form .hs-form-checkbox label > input:focus ~ span:before,
.hs-form .hs-form-booleancheckbox label > input:focus ~ span:before,
.hs-form .hs-form-booleancheckbox label > input:checked:focus ~ span:after,
.email-prefs .item .fakelabel > input:focus ~ span:nth-child(2):before,
.subscribe-options label > input:focus ~ span:before {
	outline-color: transparent;
  outline-style: auto;
  outline-width: 1px;
}

/* HOVER (hover from inputs for custom before elements) */
.hs-form .hs-form-radio:hover label > span:before,
.hs-form .hs-form-checkbox:hover label > span:before,
.hs-form .hs-form-booleancheckbox:hover label > span:before,
.email-prefs .item .fakelabel:hover > span:nth-child(2):before,
.subscribe-options:hover label > span:before {
  border-color: #000000;
}

/* 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: 5px;
}

/* 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: #F0F0F0;
	border-color: #000000;
}

/* 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: #F0F0F0;
}

/* 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 Awesome 5 Free";
		font-weight: bold;
		content: "\f00c"; /* Checked */
	
	left: 0;
	top: 13.0px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
}

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

/* Style the boolean/indicator */
.hs-form-booleancheckbox label > span:after {
	left: 0;
	top: 13.0px;
	height: 24px;
	width: 24px;
	background-color: #F0F0F0;
	border-radius: 10px;
	border-width: 1px;
	border-color: #F0F0F0;
	border-style: solid;
	-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;
}




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



  /* Sometimes you want the content boolean without the boolean layout, this swith change the style to a checkbox layout. */

  /* Boolean checkbox label need more space */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label {
    margin: 0;
    padding-left: 92px;
  }

  /* Create a custom booloean background area */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    height: 38px;
    width: 70px;
		border-radius: 19.0px;
	  border-width: 3px;
		border-color: #000000;
    border-style: solid;
   -webkit-transition: background 120ms ease;
   -ms-transition: background 120ms ease;
    transition: background 120ms ease;
    top: 7.0px;
  }

  /* HOVER */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label:hover > input ~ span:before,
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label:hover > input ~ span:after {
		border-color: #000000;
	}

	/* FOCUS (Restore focus effect for before elements) */
	.hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > input:focus ~ span:before {
    outline: none !important;
	}
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > input:focus ~ span:after,
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > input:checked:focus ~ span:after {
		outline-color: transparent;
		outline-style: auto;
		outline-width: 0px;
	}

  /* Toggle field background between FALSE (default) and TRUE (checked) */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    background: #000000;
  }
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked + span:before {
    background: #000000;
  }

  /* Always display the boolean/indicator */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:after {
    display: block;
    text-align: center;
		
		/* Resize indivator if no border */
		
			width: 38px;
			height: 38px;
		  line-height: 35px;
		
		
    top: 7.0px;
		border-radius: 19.0px;
	  border-width: 3px;
		border-color: #000000;
    border-style: solid;
		left: 0;
    
    /* Animation */
   -webkit-transition: transform 120ms linear 0ms;
   -ms-transition: transform 120ms linear 0ms;
    transition: transform 120ms linear 0ms;
		
		/* FALSE Style (default) */
		color: #FFFFFF;
		background-color: #FFFFFF;

    /* Icon Type */
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f00c"; /* Checked */}

  /* Move the boolen indicator to position true */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked ~ span:after {
		
		
		  
		
		
		/* Toggle Move */
   -webkit-transform: translate(30px, 0);
   -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);

		/* TRUE Style (checked) */
		color: #FFFFFF;
		background-color: #FFFFFF;
		
  }






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

  .hs-form .legal-consent-container {
    margin-top: 8.0px;
  }
  .hs-form .legal-consent-container .hs-form-field {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container p {
    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;
  }




/* DATEPICKER WIDGET POPUP */
/*--------------------------------------------------------------------------*/

.hs-form .hs-datepicker .pika-button {
	text-align: center;
	border-radius: 0px;
}
.hs-form .hs-datepicker .is-today .pika-button {
	color:  !important;
}
.hs-form .hs-datepicker .fn-date-picker .pika-button:hover {
	background:  !important;
}
.hs-form .hs-datepicker .fn-date-picker .is-selected .pika-button {
	box-shadow: none;
	background:  !important;
}




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

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


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

.hs-form .hs-dateinput:before {
	right: 16px;
	font-size: 16px;
}


	.hs-form .hs-dateinput input {
		padding-right: 68px !important;
	}
	.hs-form .hs-dateinput:after {

		/* Icon */
		box-sizing: border-box;
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		font-size: 18px;
		content: "\f073"; /* Calendar */
		text-align: center;
		vertical-align: middle;
		line-height: 50px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
    border-style: solid;
		border-width: 1px;
		border-color: transparent transparent  transparent #F0F0F0;

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






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

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      position: relative;
      height: 52px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 50px;
      width: 100% !important;
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     -webkit-border-radius: 10px;
      border-radius: 10px;
      cursor: pointer;
      padding-left: 16px;
      padding-right: 52px;
     -webkit-padding-end: 52px;
     -webkit-padding-start: 16px;
      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 5 Free", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f107"; /* Caret open */ 
      right: 21.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: #F0F0F0;
    top: 80.0px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -1px;
    border-style: solid;
		border-width: 1px;
		border-color: #F0F0F0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 110.0px;
    text-align: left;
  }
  .hs-form .select-group {
    padding: 0px 0;
  }
  .hs-form .select-group .select-group-label {
    display: block;
    width: 100%;
    color: #000000;
    padding: 0px 16px;
    line-height: 1.25;
    font-weight: bold;
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items .select-option {
    color: #000000;
    padding: 0px 16px;
    font-size: 16px;
    line-height: 1.25;
		border-radius: 0;
    border-style: solid;
		border-width: 1px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .hs-form button.select-selected:focus,
  .hs-form .select-items .select-option:focus {
		outline-color:transparent;
		outline-style: auto;
		outline-width: 0px;
    outline-offset: -2px;
  }
  .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: #F0F0F0;
  }

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




/* 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: 52px !important;
	margin-top: 16px !important;
}




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

/* Remove Default Number Appearance  */
.hs-form .custom-numbers-field input[type="number"],
.hs-form .custom-numbers-field input[type="number"]:focus {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.hs-form .custom-numbers-field input[type="number"]::-webkit-inner-spin-button,
.hs-form .custom-numbers-field 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: 10px; 
}
.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% - 88px ) !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: 52px;
	height: 52px;
	padding-left: 11.0px;
	padding-right:11.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:hover,
.hs-fieldtype-number button.hs-stepUp:hover {
	border-color: #000000;
}

/* HOVER (Fake Border On Hover ) */
.hs-fieldtype-number button.hs-stepDown:before,
.hs-fieldtype-number button.hs-stepUp:before {
	content: ""; position: absolute;
	background: #000000;
	width: 1px;
	height: 52px;
	top: -1px;
	z-index: 1; opacity: 0;
}
.hs-fieldtype-number button.hs-stepDown:before {
  right: -1px;
}
.hs-fieldtype-number button.hs-stepUp:before {
  left: -1px;
}
.hs-fieldtype-number button.hs-stepDown:focus:before,
.hs-fieldtype-number button.hs-stepUp:focus:before {
  display: none;
}
.hs-fieldtype-number button.hs-stepDown:hover:before,
.hs-fieldtype-number button.hs-stepUp:hover:before {
  opacity: 1;
}




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




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

.hs_recaptcha {
	
	margin-top: 24px;
	margin-bottom: 40px;
}




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

/*.hs-form .hs-button.primary,*/
.hs-form input[type="submit"],
.hs-form input[type="button"] {
	display: inline-block;
	width: auto; 
	cursor: pointer;
	padding: 16px 32px;
	margin-top: 16px;
	font-weight: 600;
	transition: all 300ms ease-in-out;
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	background-color: #DD304F;
	border-color: #DD304F;
	color: #FBFBFB;
}
.hs-form input[type="submit"]:hover,
.hs-form input[type="button"]:hover {
	background-color: #A61B3D;
	border-color: #A61B3D;
	color: rgba(#FBFBFB,.5);
}
.hs-form .actions {
	margin-top: 16px;
	text-align: center;
}
@media (max-width: 767px) {
	.hs-form input[type="submit"],
	.hs-form input[type="button"] {
		width: 100%;
	}
}




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

  .hs-form .legal-consent-container {
    margin-top: 8.0px;
  }
  .hs-form .legal-consent-container .hs-form-field {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .hs-form .legal-consent-container .hs-richtext {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.25;
  }
  .hs-form .legal-consent-container p {
    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;
  }




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

.hs-form .custom-upload input[type="file"] {
	display: block;
	margin: 0;
	padding: 0px 16px;
	background: #F0F0F0;
	width: auto;
	height: 52px;
	color: #000000;
	font-weight: 400;
	line-height: 48px;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	
}

/* Button */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button,
.hs-form .hs-fieldtype-file.custom-upload input[type="file"]::-webkit-file-upload-button {
	height: 48px;
	line-height: 0px !important;
	cursor: pointer;
	color: #FFFFFF;
	background: #000000;
}
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button:hover,
.hs-form .hs-fieldtype-file.custom-upload input[type="file"]::-webkit-file-upload-button:hover {
	cursor: pointer;
	color: #FFFFFF;
	background: #232323;
}

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

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

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

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

/* Custom File Upload Button (need js component) */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-button {
	width: 35%; /* calc( 35% - 32px ) !important; */
	height: 52px;
	border-radius: 26.0px;
	
	  text-align: center;
	
}

/* Custom File Upload Value (need js component) */
.hs-form .hs-fieldtype-file.custom-upload .hs-file-value {
	display: inline-block;
	font-size: initial;
	width: 65%;
	height: 52px;
	line-height: 50px;
	padding: 0 16px;
	margin-left: 0;
  
}




/* File Upload DnD Area Design /
/*--------------------------------------------------------------------------*/

.hs-form .hs-fieldtype-file.dnd-area {
	position: relative;
}

/* Button As Upload Area */
.hs-form .hs-fieldtype-file.dnd-area .hs-file-button {
	background: transparent;
	color: transparent;
	width: 100%;
	height: 162px;
	border-width: 1px;
  border-style: dashed;
	border-color: #F0F0F0;
	z-index: 1;
}
.hs-form .hs-fieldtype-file.dnd-area.highlight .hs-file-button,
.hs-form .hs-fieldtype-file.dnd-area .hs-file-button:hover {
	cursor: pointer;
	border-color: #000000;
}
.hs-form .hs-fieldtype-file.dnd-area input.error + .hs-file-button {
	border-color: #DD304F;
}

/* Input Label And Helper Text As Area Description Text */
.hs-form .hs-fieldtype-file.dnd-area .hs-file-value,
.hs-form .hs-fieldtype-file.dnd-area label,
.hs-form .hs-fieldtype-file.dnd-area legend,
.hs-form .hs-fieldtype-file.dnd-area .hs-error-msgs {
	position: absolute;
	width: calc(100% - 32px);
	left: 16px; 
	right: 16px;
	text-align: center;
	z-index: -1;
	user-select: none;
}
.hs-form .hs-fieldtype-file.dnd-area .hs-error-msgs > li:first-child {
	margin-top: 7px;
}

.hs-form .hs-fieldtype-file.dnd-area .hs-file-value {
	top: 50%;
	transform: translateY(-50%);
	padding: 32px 0;
	height: auto;
	border: 0;
}

/* No File - Hide Filename */
.hs-form .hs-fieldtype-file.dnd-area.no-file .hs-file-value {
	display: none;
	background: transparent;
	color: transparent;
}

/* Valid File - Hide Area Default Text */
.hs-form .hs-fieldtype-file.dnd-area.valid-file .hs-file-value {
	display: block;
	background: #FFFFFF;
	color: #000000;
}

/* Valid File - Check */
.hs-form .hs-fieldtype-file.dnd-area.valid-file .custom-file-value:before {
	
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f00c"; /* Checked */
	
	position: absolute; text-align: center;
	left: 50%; top: -12.0px;
	font-size: 12.0px;
	margin-left: -12.0px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	fill: #FFFFFF;
	background: #28A745;
	border-radius: 12px;
}


.hs-form .hs-fieldtype-file.dnd-area > label {
	top: calc(50% - 24px);
	font-weight: bold;
}
.hs-form .hs-fieldtype-file.dnd-area > legend {
	top: calc(50% + 8px);
	font-size: 16px;
}
.hs-form .hs-fieldtype-file.dnd-area .hs-error-msgs {
	top: 100%;
	left: 0;
}
@media (max-width:767px) {
	.hs-form .hs-fieldtype-file.dnd-area > label {
		top: calc(50% - 40px);
	}
	.hs-form .hs-fieldtype-file.dnd-area > legend {
		top: calc(50% + 8px);
	}
}
@media (max-width:375px) {
	.hs-form .hs-fieldtype-file.dnd-area .hs-file-button {
		height: 196px;
		padding-bottom: 48px;
	}
	.hs-form .hs-fieldtype-file.dnd-area > label {
		top: calc(50% - 56px);
	}
	.hs-form .hs-fieldtype-file.dnd-area > legend {
		top: calc(50% + 8px);
	}
}




/* 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 17px;
  height: 26.0px;
}
.hs-form .hs-error-msgs li > label.hs-error-msg {
  color: #DD304F;
  font-size: 12px;
	line-height: 24px;
  vertical-align: sub;
}

/* Consent Checkbox Error */
.hs-form .legal-consent-container .hs-error-msgs {
  padding-left: 96px;
}
.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: #DD304F !important;
}




/* 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: 0;
}
fieldset > .hs-richtext.hs-main-font-element {
	margin-top: 0;
}


/* 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%; }

}
.hs-form .hs-form-checkbox label > span::before,
.hs-form .hs-form-checkbox label > span::after,
.hs-form .hs-form-checkbox label > input:focus ~ span:before,
.hs-form .hs-form-checkbox label > input:focus ~ span:after,
.hs-form .hs-form-checkbox label > input:checked:focus ~ span:after,
.hs-form .hs-form-booleancheckbox label > span::before,
.hs-form .hs-form-booleancheckbox label > span::after,
.hs-form .hs-form-booleancheckbox label > input:focus ~ span:before,
.hs-form .hs-form-booleancheckbox label > input:focus ~ span:after,
.hs-form .hs-form-booleancheckbox label > input:checked:focus ~ span:after {
  border-color:black;
  border-radius:5px;
  outline-width: 0;
}

.inputs-list.multi-container.error {
  padding:0;
}


.align-left .hs-form .actions {
	text-align: left;
}

.hs-form .hs-form-field {
  margin-bottom:20px;
}
.hs-form .hs-form-field > label {
  display:none;
}

.hs-form input:focus::placeholder,
.hs-form textarea:focus::placeholder {
  color: rgba(0, 0, 0,.3);;
}

.hs-form input.error {
  color: #DD304F;
}

.hs-form textarea {
  padding-top:16px;
  padding-bottom:16px;
}




.hs-form .select-items {
  top: 54px;
}
.hs-form .select-items .select-option {
  padding: 16px;
}
.hs-form .select-items .select-option:hover, .hs-form .select-items .same-as-selected {
  background-color: #E3E2E3;
}











/* Galerie (Wrapper) */
/*--------------------------------------------------------------------------*/

.galerie-grid {
	display: grid; width: 100%;
  grid-gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	grid-auto-rows: 304px;
	grid-auto-flow: dense;
}
.galerie-grid > .galerie-item {
	display: flex;
	justify-content: center;
	align-items: center;
  min-height: 304px;
}


/* Galerie (Sizes) */
/*--------------------------------------------------------------------------*/

.galerie-grid .default {
	grid-column: span 1;
}
.galerie-grid .wide {
	grid-column: span 2;
}
.galerie-grid .tall {
	grid-row: span 2;
}
.galerie-grid .big {
	grid-column: span 2;
	grid-row: span 2;
}


/* Galerie (Mobile) */
/*--------------------------------------------------------------------------*/

@media(max-width:767px){
  .galerie-grid {
    grid-gap: 32px 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .galerie-grid > .wide,
  .galerie-grid > .tall, 
  .galerie-grid > .big,
  .galerie-grid > .default {
    grid-column: auto;
    grid-row: auto;
  }
}


/* Galerie (Image) */
/*--------------------------------------------------------------------------*/

.galerie-item {
  border-radius: 4.0px;
  background: #FFFFFF;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #FBFBFB;
}
.galerie-item .galerie-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4.0px;
}
.galerie-item .galerie-image > img {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all linear 150ms;
}
.galerie-item > .fallback {
  width: 100%; height: 100%;
  background: url("//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/grayscale-mountain.png");
  background-repeat: norepeat;
  background-position: center;
  background-size: cover;
  border-radius: 4.0px;
}

.galerie a.area-link:hover ~ .galerie-image > img,
.galerie a.area-link:hover ~ .galerie-image > img {
  transform: scale(1.1);
}


/* Galerie (Link) */
/*--------------------------------------------------------------------------*/

.galerie a.area-link[href="javascript:;"] {
  cursor: default;
}
.galerie a.area-link:hover ~ div,
.galerie a.area-link:focus ~ div {
  color: #000000;
}


/* Galerie (Content) */
/*--------------------------------------------------------------------------*/

.galerie .galerie-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  padding-bottom: 20.0px;
  background: rgba(255, 255, 255,0.75);
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
}
.galerie .galerie-content p:last-child {
  margin-bottom: 0;
}


/* Galerie (Remove Border Radius On Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .full-width .galerie-item,
  .full-width .galerie-item .galerie-image,
  .full-width .galerie-item > .fallback,
  .full-width .galerie-content {
    border-radius: 0;
  }
}


/* Galerie (Custom) */
/*--------------------------------------------------------------------------*/










/* Galerie (Wrapper) */
/*--------------------------------------------------------------------------*/




/* Variant */
.galerie-slider .slider-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
}
.galerie-slider .slider-logo img {
  transform-origin: center;
  max-width: 100%;
  object-fit: contain;
  padding: 32px;
}


/* Aspect Ratio Square Fix */
.galerie-slider .slider-card {
  margin: 16px 16px 40.0px 16px;
  padding-bottom: calc(100% - 32px) !important;
  overflow: hidden;
}


/* Filter + Hover */
.galerie-slider.galerie a .galerie-image img,
.galerie-slider.galerie a .galerie-image img,
.galerie-slider .slider-logo img {
  transition: 300ms opacity linear, 300ms filter linear, 300ms -webkit-filter linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
  opacity: 1;
}
.galerie-slider.galerie a:hover .galerie-image img,
.galerie-slider.galerie a:hover .galerie-image img,
.galerie-slider .slider-logo a:hover img,
.galerie-slider.galerie a:focus .galerie-image img,
.galerie-slider.galerie a:focus .galerie-image img,
.galerie-slider .slider-logo a:focus img {
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%); 
  opacity: 1;
}
.galerie-slider.galerie .galerie-item {
  background-color: transparent;
}


/* Hover */
.galerie-slider .slider-logo > a[href]:before  {
  display: block;
  position: absolute;
  content: "+";
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  font-size: 28px;
  line-height: 16px;
  color: #DD304F;
  transition: color 150ms linear;
}
.galerie-slider .slider-logo > a[href]:hover:before,
.galerie-slider .slider-logo > a[href]:focus:before {
  color: #A61B3D;
}
.galerie-slider .slider-logo > a[href] {
  transition: box-shadow 150ms linear;
}
.galerie-slider .slider-logo > a[href]:hover,
.galerie-slider .slider-logo > a[href]:focus {
  box-shadow: 0px 12px 16px rgba(0,0,0,0.26);
}
.galerie-slider .slider-logo > a[href="javascript:;"]:before {
  display: none;
}
.galerie-slider .slider-logo > a[href="javascript:;"] {
  cursor: default;
}









/* Go Back (Link) */
/*--------------------------------------------------------------------------*/

.go-back-link a {
	display: inline-block;
	padding: 8.0px 16px;
	border-radius: 4.0px;
	color: #624183;
	background: transparent;
}
.go-back-link a:hover,
.go-back-link a:focus {
	text-decoration: none;
	color: rgba(98, 65, 131, .5);
	background: transparent;
}

	
/* Go Back (Icon) */
/*--------------------------------------------------------------------------*/

.go-back-link i,
.go-back-link svg {
	width: 11px;
  height: 11px;
	color: #624183;
  fill: #624183;
}
.go-back-link a:hover i, 
.go-back-link a:focus i,
.go-back-link a:hover svg, 
.go-back-link a:focus svg {
  color: ;
  fill: ;
}


/* Go Back (Custom) */
/*--------------------------------------------------------------------------*/



.go-back-link {
  font-weight: 600;
}
.go-back-link a > span {
  margin-left: 8.0px;
  letter-spacing: 1.35px;
  line-height: 1.5;
  text-transform: none;
}
.go-back-link svg {
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  transition: .4s;
  margin-bottom: -2px;
}
.go-back-link:hover svg {
  opacity: 0.5;
  transform: rotate(180deg) translateX(16px);
}

.go-back-link.media-link a > span {
  margin-left: 0;
  margin-right: 8.0px;
}
.go-back-link.media-link svg {
  transform: rotate(315deg);
}
.go-back-link.media-link a:hover svg {
  transform: rotate(315deg) translateX(16px);
}










/* Headline (Style) */
/*--------------------------------------------------------------------------*/

.headline {
  width: 100%;
  background: transparent;
  padding: px;
  border-radius: 4.0px;
}
.headline > * {
  
}
.headline .highlight {
  color: #DD304F;
}

.headline .topline {
  margin-bottom: 16px;
  color: #624183;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width:767px) {
  .headline .topline {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}


/* Headline (Backplate) */
/*--------------------------------------------------------------------------*/

.headline.backplate {
  background: transparent;
}
.headline.backplate > *:not(.topline) {
  background-color: #FFFFFF;
  box-shadow: 16px 0 0 #FFFFFF, -16px 0 0 #FFFFFF;
  padding: 4.0px 0 5.0px 0;
  line-height: 1.5em;
  display: inline;
  margin-left: 0;
}


/* Headline (Custom) */
/*--------------------------------------------------------------------------*/



  /* Text Image Bar As Bad Padding, With Headline This Is The Gap Fix. 2025 */
  .headline.mb-0 > * { margin-bottom: 0; }










/* Iconbox (Wrapper) */
/*--------------------------------------------------------------------------*/

.default.iconbox {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  padding: 16px;
  padding-bottom: 20.0px;
}


/* Iconbox (Icon) */
/*--------------------------------------------------------------------------*/

.default.iconbox .icon {
  padding-right: 0;
}
.default.iconbox .icon > i,
.default.iconbox .icon > svg {
  width: 48px;
  height: 48px;
  color: #DD304F;
  fill: #DD304F;
}


/* Iconbox (Content) */
/*--------------------------------------------------------------------------*/

.default.iconbox .content > p:last-child {
  margin-bottom: 0;
}


/* Iconbox (Custom) */
/*--------------------------------------------------------------------------*/




.default.iconbox {
  overflow:visible;
  padding: 2rem 1rem 2rem 2rem;
}
.default .row-iconbox {
  display:flex;
  gap: 2rem;
}

.default.iconbox .row-iconbox .content {
  padding-bottom:0;
  font-size: 16px;
}
.default.iconbox.has-link {
  background:transparent;
  position:relative;
  transition: background-color 300ms;
}
.default.iconbox.has-link a {
  position:absolute;
  top:0; left:0; right:0; bottom:0;
}
.default.iconbox.has-link:hover {
  background-color:#422064;
}

.default.iconbox .row-iconbox div h2,
.default.iconbox .row-iconbox div h3,
.default.iconbox .row-iconbox div h4 { 
  color: inherit;
}

.default .icon-svg-container {
  display:flex;
  align-items:center;
  justify-content:center;
  background: transparent;
  border-radius:20px;
}

.size-80 {width:80px; height:80px; min-width:80px;}
.size-80 svg {width:48px;height:48px;}


/* ------- mobile ------------ */
@media (max-width:767px) {
  .default.iconbox {
    padding-left:0;
  }  
  .default .row-iconbox {
    flex-direction:column;
  } 
  .default.iconbox.has-link:hover {
    background-color:transparent;
  }  
}




.variant_1.iconbox {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 10px 30px #0000001A;
	padding: 48px 32px 48px 98px;
	margin: 0 20px;
	height: 100%;
}
.variant_1.iconbox .icon-svg-container,
.variant_1.iconbox .icon {
	position: absolute;
	left: -40px;
	padding: 17px;
	border-radius:20px;
}
.variant_1.iconbox .icon-svg-container svg,
.variant_1.iconbox .icon svg {
	display: block;
	width: 45px;
	height: 45px;
}
.variant_1.iconbox .icon {
	background-color: #624183;
	width: 80px;
	height: 80px;
}
.variant_1.iconbox .icon svg {
	fill: #FFFFFF;
}
.variant_1.iconbox .btn.btn-primary.no-scroll {
  margin-top:1rem;
}
@media (max-width:767px) {
  .variant_1 .btn.btn-primary {
    padding-right:16px;
    padding-left:16px;
  }
}





.variant_2.iconbox {
	position: relative;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 10px 30px #0000001A;
	padding: 48px 32px 48px 98px;
	margin: 0 20px;
	height: 100%;
}
.variant_2.iconbox .icon-svg-container,
.variant_2.iconbox .icon {
	position: absolute;
	left: -40px;
	padding: 17px;
	border-radius:20px;
}
.variant_2.iconbox .icon-svg-container svg,
.variant_2.iconbox .icon svg {
	display: block;
	width: 45px;
	height: 45px;
}
.variant_2.iconbox .icon {
	background-color: #624183;
	width: 80px;
	height: 80px;
}
.variant_2.iconbox .icon svg {
	fill: #FFFFFF;
}
.variant_2.iconbox a {
  letter-spacing:0.45px;
  font-weight: 600;
}
.variant_2.iconbox a svg {
	width: 26px;
	height: 26px;
	position: absolute;
	margin-right: 10px;
	top: 2px;
	left: 0;
}
.variant_2.iconbox a {
	position: relative;
	display: inline-block;
	padding-left: 36px;
	margin-bottom: 16px;
}
@media (max-width:767px) {
  .variant_2.iconbox a {
    word-break: break-all;
  }
}



.variant_1.iconbox h3 {margin-bottom:2rem}
.variant_2.iconbox h3 {margin-bottom:2rem}

.variant_1.iconbox .content p,
.variant_2.iconbox .content p {
  font-size:16px;
}

@media (max-width:767px) {
  .variant_1.iconbox {padding: 48px 32px 48px 70px;}
  .variant_2.iconbox {padding: 48px 32px 48px 70px;}
}










/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/
.image-extended {
	width: 100%;
}
.image-extended.variant_2 img {
	width: 100%;
	height: auto;
}
.image-extended img.border-radius {
	border-radius: 20px;
}

@media (max-width:767px) {
	.image-extended.variant_1 img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/


.image-extended .image-text {
  font-size:18px;
  font-style: italic;
  text-align:center;
  /*position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;*/
}
.image-extended .image-text-container {
  display: inline-block;
  position:relative;
}




/* Wrapper (Style) */
/*--------------------------------------------------------------------------*/

@media (min-width:768px) and (max-width:1024px) {
  .image-text-box {
    padding: 0 48px;
  }
}
@media (min-width:1025px) {
  .image-text-box .text { 
    padding-top: 35px; 
  }
  .image-text-box .text h2,
  .image-text-box .text .h2 { 
    padding-top: 4px;
  }
  .image-text-box .text h3,
  .image-text-box .text .h3 { 
    padding-top: 6px;
  }
  .cases-detail .image-text-box .text { 
    padding-top: 20px;
  }
}

 
 
/* Headline (Style) */
/*--------------------------------------------------------------------------*/

.image-text-box .image .picture {
  background-color: transparent;
}

@media (max-width:767px) {
  .image-text-box .image.elements-bottom {
    margin-bottom: 3rem;
  }
}

.image-text-box .image .picture .image {
  border-radius: 20px;
}

.image-text-box h2 {
  /* margin-bottom: 32px; */
  word-break: break-word;
}
@media (min-width:768px) {
  .image-text-box .image .picture.offset-desktop-none {}
  .image-text-box .image .picture.offset-desktop-default {
    padding-right: 20%;
  }
  /* .image-text-box h2 { margin-bottom:64px; } */
}

.image-text-box .image .picture .image-shadow img {
  box-shadow: 0px 12px 16px rgba(0, 0, 0,0.1);
}


/* Button (Style) */
/*--------------------------------------------------------------------------*/

.image-text-box .button-container {
  padding-top: 32px;
}
@media (min-width:1025px) {
  .image-text-box .button-container {
    padding-top: 48px;
  }
}


/* Image (Picture style) */
/*--------------------------------------------------------------------------*/

/* OLD, NEW Below (15.04.2025 ML)
@media (min-width:1025px) {
  .image-text-box:not(.video-text-popup) .picture {
    padding: 32px 112px 16px 0px; 
  }
  .image-text-box:not(.video-text-popup).flex-md-row-reverse .picture {
    padding: 32px 0px 16px 112px; 
  }
}*/


/* Image, Text (Inset) */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  /* normal */
  .image-text-box:not(.video-text-popup).inset-picture .picture {
    padding: 32px 112px 16px 0px; 
  }
  /* reversed */
  .image-text-box:not(.video-text-popup).flex-md-row-reverse.inset-picture .picture {
    padding: 32px 0px 16px 112px; 
  }
  /* normal */
  .image-text-box:not(.video-text-popup).inset-text .text {
    padding: 32px 16px 16px 112px; 
  }
  /* reversed */
  .image-text-box:not(.video-text-popup).flex-md-row-reverse.inset-text .text {
    padding: 32px 112px 16px 16px;
  }
}


/* Image (Picture style) */
/*--------------------------------------------------------------------------*/

.image-text-box .picture {
  position: relative;
}
.image-text-box .elements .element {
  position: absolute;
}


/* Image elements (Initial position) */
/*--------------------------------------------------------------------------*/

.image-text-box .elements .element.top-left {
  top: 0;
  left: 0;
}
.image-text-box .elements .element.top-right {
  top: 0;
  right: 0;
}
.image-text-box .elements .element.bottom-left {
  bottom: 0;
  left: 0;
}
.image-text-box .elements .element.bottom-right {
  bottom: 0;
  right: 0;
}


/* Image elements (Element custom position) */
/*--------------------------------------------------------------------------*/

/* Element icon */
.image-text-box .elements .element.element-image-icon.top-right,
.image-text-box .elements .element.element-icon.top-right {
  right: 112px;
  transform: translateY(50%) translateX(50%);
}

.image-text-box .elements .element.element-image-icon.bottom-right,
.image-text-box .elements .element.element-icon.bottom-right {
  top: auto;
  right: 112px;
  bottom: 160px;
  transform: translateY(-50%) translateX(50%);
} 
.image-text-box .elements .element.element-image-icon.bottom-left,
.image-text-box .elements .element.element-icon.bottom-left {
  top: auto;
  bottom: 160px;
  transform: translateY(-50%) translateX(-25%);
}
.image-text-box .elements .element.element-image-icon,
.image-text-box .elements .element.element-icon {
  top: 32px;
  transform: translateY(50%) translateX(-25%);
  
}
@media (max-width:1024px) {
  .image-text-box .elements .element.element-image-icon
  .image-text-box .elements .element.element-icon {
    top: 16px;
  }
  .image-text-box .elements .element.element-image-icon.bottom-right,
  .image-text-box .elements .element.element-image-icon.bottom-left,
  .image-text-box .elements .element.element-icon.bottom-right,
  .image-text-box .elements .element.element-icon.bottom-left {
    bottom: 32px;
  }
  .image-text-box .elements .element.element-image-icon.top-right,
  .image-text-box .elements .element.element-image-icon.bottom-right,
  .image-text-box .elements .element.element-icon.top-right,
  .image-text-box .elements .element.element-icon.bottom-right {
    right: 0;
  }
}

/* Extra Positions */
.image-text-box .elements .element.element-image-icon.top-left.n2,
.image-text-box .elements .element.element-icon.top-left.n2,
.image-text-box .elements .element.element-image-icon.top-right.n2,
.image-text-box .elements .element.element-icon.top-right.n2 {
  top: 148px; /* margin + height + gap */
}
@media (max-width:767px) {
  .image-text-box .elements .element.element-image-icon.top-left.n2,
  .image-text-box .elements .element.element-icon.top-left.n2,
  .image-text-box .elements .element.element-image-icon.top-right.n2,
  .image-text-box .elements .element.element-icon.top-right.n2 {
    top: 108px; /* margin + height + gap */
  }
}

/* Element image */
.image-text-box .elements .element.element-image {
  bottom: 32px;
  right: 0;
}
@media (max-width:767px) {
  .image-text-box .elements .element.element-image.top-right,
  .image-text-box .elements .element.element-image.top-left {
    top: -16px;
  }
  .image-text-box .elements .element.element-image.bottom-left,
  .image-text-box .elements .element.element-image.bottom-right {
    bottom: 0;
  }
}


/* Element infobox */
.image-text-box .elements .element.element-infobox.top-left {
  left: 32px;
  top: 16px;
}
.image-text-box .elements .element.element-infobox.top-right {
  right: 160px;
  top: 16px;
}
.image-text-box .elements .element.element-infobox.bottom-left {
  left: 32px;
  bottom: 32px;
}
.image-text-box .elements .element.element-infobox.bottom-right {
  right: 160px;
  bottom: 32px;
}
@media (max-width:767px) {
  .image-text-box .elements .element.element-infobox.top-left,
  .image-text-box .elements .element.element-infobox.bottom-left {
    left: 16px;
  }
  .image-text-box .elements .element.element-infobox.bottom-right,
  .image-text-box .elements .element.element-infobox.top-right {
    right: 16px;
  }
  .image-text-box .elements .element.element-infobox.bottom-left,
  .image-text-box .elements .element.element-infobox.bottom-right {
    bottom: -22px;
    transform: none;
  }
	.image-text-box .elements .element.element-infobox.top-right,
  .image-text-box .elements .element.element-infobox.top-right {
    top: -6px;
  }
}


/* Image elements (Element custom position (REVERSE) */
/*--------------------------------------------------------------------------*/

/* Element icon */
.image-text-box.flex-md-row-reverse .elements .element.element-image-icon.top-left,
.image-text-box.flex-md-row-reverse .elements .element.element-icon.top-left {
  left: 112px;
  right: auto;
  transform: translateY(50%) translateX(-50%);
}
.image-text-box.flex-md-row-reverse .elements .element.element-image-icon.top-right,
.image-text-box.flex-md-row-reverse .elements .element.element-icon.top-right {
  right: 0;
  transform: translateY(50%) translateX(25%); 
}
.image-text-box.flex-md-row-reverse .elements .element.element-image-icon.bottom-left,
.image-text-box.flex-md-row-reverse .elements .element.element-icon.bottom-left {
  top: auto;
  left: 16px;
  bottom: 160px;
  transform: translateY(-50%) translateX(50%);
}
.image-text-box.flex-md-row-reverse .elements .element.element-image-icon.bottom-right,
.image-text-box.flex-md-row-reverse .elements .element.element-icon.bottom-right {
  top: auto;
  right: 0;
  bottom: 160px;
  transform: translateY(-50%) translateX(25%);
}
@media (max-width:1024px) {
  .image-text-box.flex-md-row-reverse .elements .element.element-image-icon.top-left,
  .image-text-box.flex-md-row-reverse .elements .element.element-icon.top-left {
    left: -16px;
    transform: translateY(0%) translateX(-25%);;
    top: 16px;
  }
  .image-text-box.flex-md-row-reverse .elements .element.element-image-icon.top-right,
  .image-text-box.flex-md-row-reverse .elements .element.element-icon.top-right {
    right: 0;
    transform: translateY(0%) translateX(25%);
  }
  .image-text-box.flex-md-row-reverse .elements .element.element-image-icon.bottom-left,
  .image-text-box.flex-md-row-reverse .elements .element.element-icon.bottom-left {
    left: -16px;
    transform: translateY(-50%) translateX(-25%);
  }
  .image-text-box.flex-md-row-reverse .elements .element.element-image-icon.bottom-left,
  .image-text-box.flex-md-row-reverse .elements .element.element-image-icon.bottom-right,
  .image-text-box.flex-md-row-reverse .elements .element.element-icon.bottom-left,
  .image-text-box.flex-md-row-reverse .elements .element.element-icon.bottom-right {
    bottom: 32px;
  }
}

/* Element infobox */
.image-text-box.flex-md-row-reverse .elements .element.element-infobox.top-right {
  right: 32px;
}
.image-text-box.flex-md-row-reverse .elements .element.element-infobox.bottom-left {
  left: 64px;
}
.image-text-box.flex-md-row-reverse .elements .element.element-infobox.bottom-right {
  right: 32px;
}
@media (max-width:767px) {
  .image-text-box.flex-md-row-reverse .elements .element.element-infobox.top-right {
    right: 16px;
  }
  .image-text-box.flex-md-row-reverse .elements .element.element-infobox.bottom-left {
    left: 16px;
  }
  .image-text-box.flex-md-row-reverse .elements .element.element-infobox.bottom-right,
  .image-text-box.flex-md-row-reverse .elements .element.element-infobox.bottom-left {
    bottom: -22px;
  }
	.image-text-box.flex-md-row-reverse .elements .element.element-infobox.top-left,
	.image-text-box.flex-md-row-reverse .elements .element.element-infobox.top-right {
    top: -6px;
  }
}


/* Image elements (Style) */
/*--------------------------------------------------------------------------*/

/* Element icon */
.image-text-box .elements .element.element-image-icon .icon-wrapper,
.image-text-box .elements .element.element-icon .icon-wrapper {
  width: 60px;
  height: 60px;
  padding: 14px;
}
@media (min-width:768px) {
  .image-text-box .elements .element.element-image-icon .icon-wrapper,
  .image-text-box .elements .element.element-icon .icon-wrapper {
    width: 100px;
    height: 100px;
    padding: 22px;
  }
}
.image-text-box .elements .element.element-image-icon .icon-wrapper img,
.image-text-box .elements .element.element-icon .icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.image-text-box .elements .element.element-icon .icon-wrapper svg path {
  fill: #FFFFFF;
}
.image-text-box .elements .element.element-image-icon .icon-wrapper.bg-primary img,
.image-text-box .elements .element.element-image-icon .icon-wrapper.bg-secondary img {
  filter: invert(1);
} 


/* Element infobox */
.image-text-box .elements .element.element-infobox {
  transform: translateY(-50%);
  max-width: 250px;
}
.image-text-box .elements .element.element-infobox .infobox-inner {
  width: auto;
  padding: 20.0px;
}
.image-text-box .elements .element.element-infobox .infobox-inner strong.h2 {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 8.0px;
}
@media (max-width:767px) {
  .image-text-box .elements .element.element-infobox {
    width: 170px;
  }
  .image-text-box .elements .element.element-infobox .infobox-inner {
    padding: 16px;
  }
}


/* Element image */
.image-text-box .elements .element.element-image .image-wrapper {
  width: 306px;
  overflow: hidden;
}
.image-text-box .elements .element.element-image .image-wrapper > img {
  width: 100%;
  height: auto;
}
@media (max-width:767px) {
  .image-text-box .elements .element.element-image .image-wrapper {
    width: 180px;
  }
}


/* anchor */
.anchor-shift-up {
  position:absolute;
  display:block;
  margin-top:-64px;
  width:1px;
  height:1px;
}

/* spacing bottom */
.image-text-box .image:not(.elements-bottom) figure.picture {
	padding-bottom:0 !important;
} 
 










/* Linkboxes (Wrapper) */
/*--------------------------------------------------------------------------*/

.linkboxes {
  width: 100%;
  height: 100%;
}


/* Linkboxes (Offset) */
/*--------------------------------------------------------------------------*/


.linkboxes.offset-top { 
  margin-top: -128px;
  margin-bottom: auto;
}
.linkboxes.offset-bottom { 
  margin-bottom: -128px;
  margin-top: auto;
}


@media (min-width:768px) {
  .linkboxes.offset-left { 
    margin-left: -128px;
    margin-right: auto;
  }
  .linkboxes.offset-right { 
    margin-right: -128px;
    margin-left: auto;
  }
}


/* Linkboxes (Item) */
/*--------------------------------------------------------------------------*/

.linkboxes .linkbox-item {
  width: 100%; height: 100%;
  position: relative;
  border-radius: 4.0px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
  padding: 16px;
}
.linkboxes .linkbox-item .content {
  width: 100%;
}


/* Linkboxes (Icon) */
/*--------------------------------------------------------------------------*/

.linkboxes .linkbox-item .icon {
  margin-left: 32px;
}
.linkboxes .linkbox-item .icon > svg,
.linkboxes .linkbox-item .icon > i {
  vertical-align: middle;
  width: 32px;
}


/* Linkboxes (Custom) */
/*--------------------------------------------------------------------------*/











/* Mandatory (Wrapper) */
/* --------------------------------------------------------------------- */

.mandatory {
  width: 100%;
}
.mandatory-inner {
  width: inherit;
  display: inline-flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0; 
  padding: 0;
}
@media (max-width:767px){
  .mandatory-inner {
    justify-content: space-between;
  }
}


/* Mandatory (Items) */
/* --------------------------------------------------------------------- */

.mandatory .seperator,
.mandatory .hs-menu-item > a {
  display: block;
  color: #1C3043;
  font-weight: normal;
  padding: 16px;
}
.mandatory .hs-menu-item > a:hover {
  text-decoration: underline;
}
.mandatory .seperator {
  text-align: center;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 1px;
  user-select: none;
  cursor: normal;
}


/* Mandatory (Align-Mobile) */
/* --------------------------------------------------------------------- */


  @media (max-width:767px){
    .mandatory-inner {
      flex-wrap: wrap;
    }
    .mandatory .hs-menu-item {
      width: 100%;
      position: relative;
    }
    .mandatory-inner > .hs-menu-item:after {
      content: ''; display: block;
      position: absolute; height: 1px; bottom: 0; 
      left: 32px; right: 32px;
      background: #FBFBFB;
    }
    .mandatory-inner > .hs-menu-item:last-child:after,
    .mandatory .seperator {
      display: none;
    }
  }



/* Mandatory (Custom) */
/*--------------------------------------------------------------------------*/











/* Meeting (Style) */
/*--------------------------------------------------------------------------*/

.meeting {
  width: 100%;
  background: #FFFFFF;
}
.meetings-iframe-container {}


/* Meeting (Custom) */
/*--------------------------------------------------------------------------*/











/* Megamenu (Wrapper) */
/*--------------------------------------------------------------------------*/

.megamenu {}


/* Submenu Links As Area Links + Hover */
/*--------------------------------------------------------------------------*/

.megamenu .submenu.full-width .menu-link {
  position: absolute; display: block;
  top: 0; right: 0; bottom: 0; left: 0;
  width: auto; height: auto; z-index: 2;
  margin: 0; padding: 0;
}
.megamenu .submenu.full-width .menu-link:hover ~ .title,
.megamenu .submenu.full-width .menu-link:focus ~ .title {
  color: #624183;
}


/* Megamenu Size And Position */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .megamenu .hs-menu-depth-1 > .hs-item-has-children > .submenu.full-width {
    position: absolute; width: 100vw;
    left: 0; right: 0; margin: 0;
  }
  .header-container .megamenu .hs-menu-depth-1 > .hs-item-has-children > .submenu.full-width {
    left: calc(-50vw - 16px); /* js fallback */
    min-height: calc(-100vh - 160px); /* js fallback */
  }
}
  

/* Megamenu Elements On Desktop */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .megamenu .hs-menu-depth-2 .thumbnail {
    margin-bottom: 16px;
  }
  .megamenu .hs-menu-depth-2 .overline {
    color: #624183;
    margin-bottom: 8.0px;
  }
  .megamenu .hs-menu-depth-2 .overline,
  .megamenu .hs-menu-depth-2 .title {
    display: block;
    font-weight: bold;
  }
  .megamenu .hs-menu-depth-2 .divider {
    margin: 0;
  }
  .megamenu .hs-menu-depth-2 .description {
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .megamenu .call-to-action {
    overflow: hidden;
  }
}


/* Megamenu Elements On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1024px) {
  .megamenu .hs-menu-depth-2 .title {
    margin-bottom: 0;
  }
}


/* Hide Megamenu Elements On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1024px) {
  .megamenu .hs-menu-depth-2 .thumbnail,
  .megamenu .hs-menu-depth-2 .overline,
  .megamenu .hs-menu-depth-2 .description,
  .megamenu .hs-menu-depth-2 .divider,
  .megamenu .call-to-action {
    display: none !important;
  }
}


/* Normalize Grid Of Mega Items On Mobile */
/*--------------------------------------------------------------------------*/

@media (max-width:1024px) {
  .megamenu .container,
  .megamenu .row,
  .megamenu .row > div {
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* Hamburg (Position) */
/*--------------------------------------------------------------------------*/


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


/* Hamburg (Style) */
/*--------------------------------------------------------------------------*/

.hamburg .line { 
  position: absolute; 
  left: 12.0px;
  height: 2px; 
  width: 24px; 
  background: #DD304F; 
  border-radius: 1.0px;
  display: block; 
  transition: 0.5s; 
  transform-origin: center; 
}.hamburg .line:nth-child(1) { top: 15.0px; }
.hamburg .line:nth-child(2) { top: 22.0px; }
.hamburg .line:nth-child(3) { top: 29.0px; }

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


/* Hamburg (Toggle-Animation) */
/*--------------------------------------------------------------------------*/

.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(1) {
   transform: translateY(7px) rotate(45deg);
}
.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(2) {
   opacity:0;
}
.navigation-checkbox:checked ~ .navigation-btn .hamburg > .line:nth-child(3) {
   transform: translateY(-7px) rotate(-45deg);
}


/* Megamenu (Custom) */
/*--------------------------------------------------------------------------*/





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









/* Navigation (Wrapper) */
/*--------------------------------------------------------------------------*/

.primary-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width:1024px) {
  .primary-navigation ul > li {
    position: relative;
    width: 100%;
  }
  .primary-navigation {
    
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #FFFFFF;
  }
}


/* Navigation Mobile-Btn (open/close) */
/*--------------------------------------------------------------------------*/

.navigation-btn,
.navigation-checkbox {
  display: none;
}
@media (max-width:1024px) {
  .navigation-checkbox ~ .primary-navigation,
  .navigation-checkbox + .navigation-btn > .close {
    display: none;
  }
  .navigation-btn,
  .navigation-checkbox + .navigation-btn > .open,
  .navigation-checkbox:checked ~ .primary-navigation,
  .navigation-checkbox:checked + .navigation-btn > .close {
    display: block;
  }
  .navigation-checkbox:checked + .navigation-btn > .open {
    display: none;
  }
}


/* Navigation Mobile-Btn (Absolute-Positon) */
/*--------------------------------------------------------------------------*/

.navigation-btn {
  width: 29px;
  height: 29px;
}
.navigation-btn i,
.navigation-btn svg {
  color: #624183;
  fill: #624183;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
}
@media (max-width:1024px) {
  .header-container .navigation-btn {
    position: absolute;
    left: auto; right: 16px;
    top: -60px; bottom: auto;
  }
}


/* Dropdown Submenu (open/close) */
/*--------------------------------------------------------------------------*/

.submenu-toggle,
.submenu-toggle ~ .submenu {
  display: none;
}
.submenu-toggle:checked ~ .submenu {
  display: block;
}


/* Dropdown Submenu Caret (toggle) */
/*--------------------------------------------------------------------------*/

/* Arrow */
.primary-navigation .menu-arrow {
  display: inline-block;
  position: absolute;
  right: 16px; 
  top: 0;
  width: 32px;
  height: 100%;
  min-height: 32px;
  max-height: 46px;
  padding: 16px 8.0px;
  cursor: pointer;
}
.primary-navigation .menu-arrow > i,
.primary-navigation .menu-arrow > svg {
  color: #624183; 
  fill: #624183;
  width: 16px;
  height: 16px;
}
.submenu-toggle:checked + .menu-arrow > svg {
  transform: rotate(180deg);
}

.primary-navigation .hs-menu-depth-1.submenu .hs-menu-item.hs-menu-depth-1 > a.active {
  color: #DD304F;
}

/* Toggle With Icon Font, Not Inline Svg */
.submenu-toggle + .menu-arrow > i.open { display: none; }
.submenu-toggle:checked + .menu-arrow > i.open { display: block; }
.submenu-toggle + .menu-arrow > i.close { display: block; }
.submenu-toggle:checked + .menu-arrow > i.close { display: none; }

/* Hide the caret on large screens */
@media (min-width:1025px) {
  .primary-navigation .menu-arrow {
    display: none;
  }
}

/* Enlarge label if link has no targat / if link is just opener */
.primary-navigation .hs-item-has-children > a[href="javascript:;"] ~ .menu-arrow {
  width: 100%;
  text-align: right;
  left: 0;
}


/* Navigation Wrapper (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:1024px) {
  .primary-navigation {
    height: calc(100vh - 152px);
    top: 0; bottom: auto;
    left: 0; right: 0;
    position: absolute; z-index: 2;
    width: 100%;
  }
}


/* LINKS */
/*--------------------------------------------------------------------------*/

.primary-navigation a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.01em;
  text-decoration: none;
  user-select: none;
  padding: 15px 16px;
  color: #000000;
}
.primary-navigation a:hover,
.primary-navigation a:focus,
.primary-navigation .hs-menu-item:hover > a,
.primary-navigation .hs-menu-item:focus-within > a,
/* Sublinks */
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a:hover,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a:focus,
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a.active {
  color: #DD304F;
}
.primary-navigation .hs-menu-item > a:focus:not(:focus-visible),
.primary-navigation .hs-menu-item > label:focus:not(:focus-visible){
  outline: 0;
}

/* Links without target */
.primary-navigation a[href="javascript:;"]:hover {
  cursor: default;
}

/* Small Screens */
@media (max-width:1024px) {
  .primary-navigation a {
    width: 100%;
    padding-right: 16px;
  }
}


/* PRIMARY LEVEL WRAPPER */
/*--------------------------------------------------------------------------*/

.primary-navigation .hs-menu-depth-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

/* Large Screens */
@media (min-width:1025px) {
  .primary-navigation .hs-menu-depth-1 {
    flex-direction: row;
  }
}


/* PRIMARY LEVEL LINKS */
/*--------------------------------------------------------------------------*/

.primary-navigation .hs-menu-depth-1 a {
  line-height: 16px;
  font-weight: bold;
}

/* Small Screens */
@media (max-width:1024px) {
  .primary-navigation .hs-menu-depth-1 a {
    width: 100%;
  }
  .primary-navigation .hs-item-has-children > a {
    width: calc( 100% - 48px );
  }
  /* .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child) {
     border-bottom: 2px solid#FBFBFB;
  } */
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child):after {
    width: auto;
    height: 2px;
    background: #FBFBFB;
    content: "";
    display: block;
    position: absolute;
    bottom: 0; top: auto;
    left: 16px;
    right: 16px;
  }
}


/* Large Screens */
@media (min-width:1025px) {
  .primary-navigation .hs-menu-depth-1 a {

  }
}


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

.primary-navigation .hs-menu-depth-2 {
  width: 100%;
}

/* Large Screens */
@media (min-width:1025px) {
  .primary-navigation .hs-menu-depth-2 a {
    padding: 16px 8.0px;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    position: absolute;
    flex-wrap: wrap;
    top: 94px;
    width: 256px;
    max-width: 100vw;
    background: #FFFFFF;
    z-index: 1;
    border-top: 1px solid #FBFBFB;
    padding: 16px;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:hover > .submenu,
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children:focus > .submenu,
  .primary-navigation .hs-menu-depth-1 > .submenu-toggle:checked ~ .submenu {
    display: flex;
  }
}
@media (max-width:1024px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    padding-bottom: 16px;
    margin-left: 16px;
  }
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
    width: calc( 100% - 32px );
  }
}
/* Links */
.primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
  padding: 8.0px 16px;
  line-height: 1.3;
}


/* SECONDARY LEVEL BRIDGE */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu:before {
    width: 100%; position: absolute;
    height: 16px;
    left: 0; top: -17px;
    content: ""; background: transparent;
  }
}


/* Pagination (Custom) */
/*--------------------------------------------------------------------------*/



.primary-navigation a {
  letter-spacing: 0.24px;
}
@media (min-width:1025px) {
  .header-group .trademark a {
    display:block;
  }
}


@media (max-width:1024px) {
  body.nav-open {
    overflow-x:hidden;
  }
	.container-fluid.dnd-area > .row-fluid-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}
  .header-container-wrapper .header-container .container {
    margin: 0 16px;
		width: calc(100% - 32px);
		padding-top: 16px;
    border-radius: 0px 0px 30px 30px;
    transition: width 0s;
  } 
	.nav-open .header-container-wrapper .header-container .container {
		margin: 0;
		border-radius: 0px;
		width: 100%;
	}
	.header-group {
		padding: 15px 0px 0px 10px !important;
	}
	.header-group .trademark img {
    width: 180px !important;
  }
}



@media (max-width:1024px) {
  
  header.sticky .row.header-content-width,
  header.sticky .row.header-content-width .header-group {
    padding-top:0 !important;
  }
  header.sticky .header-container .navigation-btn {
    top:3px;
  }
  header.sticky .primary-navigation {
    top:59px;
    height: calc(100vh - 59px);
  }
  
  
  .header-container .trademark  {
    padding-left:16px;
    transition:all 0ms;
  }
  .nav-open .header-container .trademark  {
    margin-left:16px;
  }
  /*header .header-container .container {
    padding-left:20px;
  } */   
    
  
  .header-container .navigation-btn {
    position: absolute;
    left: auto;
		right: 16px;
		top: 16px;
		bottom: auto;
  }
  .nav-open .header-container .navigation-btn {
    right:32px;
  }
	.header-container .navigation-btn .open {
		width: 29px;
		height: 29px;
		margin: 0;
	}
	.header-container .navigation-btn .close {
		width: 21px;
		height: 21px;
		margin: 4px;
	}
	.header-container .navigation-btn img {
		width: 100%;
		height: auto;
	}
	
	
  .primary-navigation {
    top:70px;
    height: calc(100vh - 70px);
    width: calc(100vw);
    left: -16px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .primary-navigation ul.hs-menu-depth-1 {
    display: block;
    height: auto;
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .primary-navigation .hs-menu-depth-1 a {
    font-size:20px;
    font-weight:600;
  }
	
	
  .primary-navigation ul.hs-menu-depth-1 + * {
    margin-bottom:0.4rem !important;
  }
	.primary-navigation .hs-cta-wrapper {
		display: block;
	}
	.primary-navigation a.cta_button,
  .primary-navigation a.custom-link {
    background-color: #FDFF85;
    border-radius:10px;
    margin-top:6px;
		margin: 6px 16px 0px;
		width: auto;
		font-weight: 600;
    padding: 15px 32px;
    font-size:16px;
    font-weight:600;
  }

 
	
  .topbar.for-mobile .topbar-linklist {
    margin-top:5px;
  }
	.topbar.for-mobile .topbar-linklist li {
		display: inline-block;
		width: auto !important;
	}
	.topbar.for-mobile {
		border-top: 1px solid #F0F0F0;
		margin: 32px 16px 32px;
		text-align: center;
	}
	
	
  .language-switcher.for-mobile {
    margin-bottom:2rem;
  }
  .language-switcher.for-mobile ul {
		text-align: center;
		width: 100%;
	}
	.language-switcher.for-mobile li {
		display: inline-block;
		width: auto;
	}
	.language-switcher.for-mobile li::after {
		content: '|';
		display: inline-block;
		text-align: right;
	}
	.language-switcher.for-mobile li:last-child::after {
		display: none;
	}
	.language-switcher.for-mobile li a, .language-switcher.for-mobile li > span {
		padding: 15px 16px;
	}
	.language-switcher.for-mobile li .lang-selected {
		font-weight: 600;
	}
  .primary-navigation .hs-cta-wrapper a:hover,
  .primary-navigation .custom-link:hover {
    opacity:0.5;
    color:#000000;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child):after {
    display:none;
  } 
  .primary-navigation .menu-arrow {
    right: 0px;
  }
}


@media (max-width:767px) {
  .primary-navigation {
      width: calc(100vw);
      left: -32px;
      padding-left: 32px;
      padding-right: 32px;      
  }
  .header-container .trademark  {
    padding-left:0;
  }
  .header-container .navigation-btn {
		right: 0;
  } 
  .nav-open .header-container .navigation-btn {
    right:16px;
  }
}




@media screen and (max-width: 1227px) {
  .header-group {
    padding-left:0 !important;
  }
}


@media (min-width:1025px) {
  .primary-navigation {
    display:flex;
    align-items: flex-end;
    gap:0.5rem;
  }
  .header-group {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header-group .trademark {
    max-width:19%;
    margin-bottom:-5px;
  }
  
  .primary-navigation .hs-menu-depth-1 {
    height:auto;
    align-items: flex-end;
  }
  .primary-navigation .hs-menu-depth-1 a {
    line-height: 16px;
    font-weight: 500;
    padding: 15px 12px 11px 12px;
    font-size: 16px;
  }
  .primary-navigation .hs-cta-wrapper a,
  .primary-navigation .custom-link {
    background-color: #FDFF85;
    border-radius:10px;
    padding: 8px 14px;
    font-size:14px;
    margin-top:6px;
    font-weight: 500;
		transition: all .3s ease;
  }
  .primary-navigation .hs-cta-wrapper a:hover,
  .primary-navigation .custom-link:hover {
    color:rgba(0, 0, 0,.5);
		background-color: #FEFFB6;
		transition: all .3s ease;
  }
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu {
    top: 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}











/* Person (Wrapper ) */
/*--------------------------------------------------------------------------*/

.person {
  width: 100%;
  height: 100%;
}

.person .person-inner.equal,
.section-row-equalize .person .person-inner{
  align-content: flex-start;
}

.person-inner {
  height: 100%;
  align-items: stretch !important;
  overflow: hidden;
}

.person .person-inner.shadow {
  border-radius: 10px;
}

.person .order-name-job .name-job {
  display: flex;
  flex-direction: column;
}


.person .order-jnt .name-job .job {order: 1;}
.person .order-jnt .name-job .name {order: 2;}
.person .order-jnt .name-job .description {order: 3;}

.person .order-tnj .name-job .description {order: 1;}
.person .order-tnj .name-job .name {order: 2;}
.person .order-tnj .name-job .job {order: 3;}



.person .name-job .name {
  font-weight: 600;     
  margin:0;
  hyphens: auto;
}
.person .name-job .job {
  margin:0;
  hyphens: auto;
  font-weight: 300;  
}



/* Person (Image) */
/*--------------------------------------------------------------------------*/

.person .image-inner {
  /*background: #FBFBFB;*/
  display: block;
  height: 100%;
}
.person .image-inner > .image {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}

.person .image-circled,
.person .image-squared,
.person .image-squared-rounded {
    display: flex;
    align-items: center;
}
.person .image-circled img {
  border-radius:50%;
}
.person .image-squared-rounded img {
  border-radius: 10px;
}


/* Person (Content Text) */
/*--------------------------------------------------------------------------*/

.person .content {
  padding: 32px;
  color: #000000;
}
.person .content-inner {
  height:100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.person .description {
  display: inline-block;
  margin-top: 16px;
}


/* Person (Responsive Grid) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .person {
    padding-bottom: 32px;
  }
  .person .image-inner {
    height: 100vw;
    max-height: 592.5px;
  }
}


/* Person (Contact Point) */
/*--------------------------------------------------------------------------*/

.person .social-links {
  margin-top:2rem;
}

.person .contact-text .social-links,
.person .contact-label_text .social-links {
  flex-direction: column;
  gap:1rem;
  color:#624183;
  font-weight: 600;
}
.person .contact-icons_text .social-links {
  flex-direction: column;
  gap:1rem;
  color:#624183;
  font-weight: 300; 
}
.person .contact-icons .social-links {
  gap:1rem;
}

.person .contact-label_text .social-links .label {
  font-weight: 300;  
}

.person .social-links a:hover {
  text-decoration:none;
}
.person .social-links a:hover .text {
  color:#624183;
  opacity:50%; 
  text-decoration:none;
}

.person .contact-icons_text .social-links a {
  display:flex;
  align-items:center;  
}

.person .social-links .icon {
  margin:0 1em 0 0;
  background-color: #624183;
  border-radius:100%;
}
.person .contact-icons .social-links .icon {
  margin:0;
}
.person .social-links a:hover .icon {
  background-color: rgba(98, 65, 131, .5);
}

.person .social-links .icon svg, 
.person .social-links .icon i {
  width: 44px;
  height: 44px;
  padding: 23%;
  box-sizing: border-box;
  fill: #FFFFFF;
  opacity:0.5;  
}
.person .social-links a:hover .icon svg, 
.person .social-links a:hover .icon i {
  fill: #624183;
  opacity:1;  
}

.person .contact-icons_text .social-links .icon svg {
  width: 28px;
  height: 28px;
}


/* Person (Custom) */
/*--------------------------------------------------------------------------*/


.person-multi-container {
  display:flex;
  align-items:center;
}
.person-multi-container .person-multi-inner {
  display:flex;
  justify-content: center;
  flex:1 1 0;
  gap:9%;
}
@media (max-width:767px) {
  .person-multi-container .person-multi-inner {
    flex-wrap:wrap;
  }
}

.person-multi-container .person .content {
  padding: 32px 0px 32px 0px;
}
@media (max-width:767px) {
  .person-multi-container .person .content {
    padding-top: 16px;
  }
}
.person-multi-container .person .name-job .name {
  text-align:center;
}
.person-multi-container .person .name-job .job {
  font-size:16px; 
  text-align:center;
  line-height:1.5;
}
.person-multi-container .person .contact-text {
  margin-top:2rem;
}


.person-multi-container .person .image-circled > div {
  position:relative;
}
.person-multi-container .person .image-circled > div .social {
  --iconsize:34px;
  --logosize:60px;
  position: absolute;
  bottom:-30px;
  width:var(--logosize);
  height:var(--logosize);
  left: calc(50% - var(--logosize) / 2);
  background-color: #624183;
  border-radius: 10px 10px 10px 10px;
  display:flex;
  justify-content: center;
  align-items: center;  
  z-index:100;
}
.person-multi-container .person .image-circled > div .social:after {
  --iconsize:34px;
  --logosize:60px;
  content:"";
  display:block;
  width:var(--iconsize);
  height:var(--iconsize);
  border-radius: 10px 10px 10px 10px;
  background-image: url('data:image/svg+xml;utf8,<svg id="uuid-ad25a1fe-b85d-49b2-b853-11edb2823727" xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 48 48"><g id="uuid-4d0a92fa-950d-4373-9dc7-1ab658ddd5a1"><path fill="white" id="uuid-dfd13290-b454-4aa0-9298-b20202530f05" d="M12.918,0h22.165c7.132,.005,12.912,5.786,12.918,12.918v22.165c-.005,7.132-5.785,12.913-12.918,12.918H12.918c-7.132-.005-12.912-5.786-12.918-12.918V12.918C.011,5.788,5.788,.011,12.918,0Zm22.165,44.308c5.089-.005,9.214-4.129,9.22-9.219V12.918c-.003-5.092-4.128-9.22-9.22-9.226H12.918c-5.092,.009-9.217,4.134-9.226,9.226v22.165c.003,5.094,4.132,9.223,9.226,9.226h22.165Z"/><path fill="white" id="uuid-c701373b-2589-4048-8050-c239ed6ba548" d="M14.449,36.923c-1.02,0-1.847-.827-1.847-1.847h0v-13.292c-.028-1.019,.775-1.869,1.795-1.897,1.019-.028,1.869,.775,1.897,1.795,0,.034,0,.068,0,.102v13.292c0,1.019-.826,1.846-1.845,1.847Z"/><g id="uuid-d83727b6-1ae9-44f5-98cf-2a309946ee67"><path fill="white" id="uuid-25b643f3-c255-4db6-97cf-b50e2fa75915" d="M34.385,36.923c-1.02,0-1.847-.827-1.847-1.847h0v-7.753c0-2.039-1.653-3.692-3.692-3.692s-3.692,1.653-3.692,3.692v7.753c-.028,1.019-.877,1.823-1.897,1.795-.98-.027-1.768-.815-1.795-1.795v-7.753c0-4.079,3.306-7.385,7.385-7.385s7.385,3.306,7.385,7.385v7.753c0,1.02-.827,1.847-1.847,1.847h0Z"/><path fill="white" id="uuid-57b74f03-d4a2-44fd-b4f7-4835e030f965" d="M14.447,16.708c-1.319,0-2.391-1.064-2.4-2.383-.006-1.325,1.063-2.405,2.389-2.411,.004,0,.008,0,.011,0,1.325,0,2.4,1.075,2.4,2.4s-1.075,2.4-2.4,2.4v-.006Z"/></g></g></svg>');  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--iconsize);
  opacity:1;  
  transition: opacity 300ms;
}
.person-multi-container .person .image-circled > div .social:hover:after {
  opacity:0.5;
}


.person .contact-icons_text .social-links a {
  align-items:flex-start;  
}
.person .contact-icons_text .social-links a .svg-email {
  margin-top:3px;
}
@media (min-width:768px) and (max-width: 1285px) {
  .person .content .social-links a {
      font-size: 1.4vw;
  }
}


@media (max-width:767px) {
  .person .image-circled {
    padding: 11rem;
    margin-top: -10rem;
  }
  .person-multi-container .person .contact-text {
      margin-top: -8rem;
  }
  .person-multi-container .person .contact-text .social-links {}
}
@media (max-width: 650px) {
  .person .image-circled {
    padding: 5rem;
    margin-top: -5rem;
  }
  .person-multi-container .person .contact-text {
      margin-top: -3rem;
  }
}
@media (max-width: 450px) {
  .person .image-circled {
    padding: 1rem;
    margin-top: -1rem;
  }
  .person-multi-container .person .contact-text {
      margin-top: 1rem;
  }
}

.person-multi-container .social-links .sm-email {
  text-align:center;
  letter-spacing: 0.45px;
}









/* Picture (Wrapper) */
/*--------------------------------------------------------------------------*/

.picture {
  background: #FBFBFB;
	border-radius: 4.0px;
  margin: 0;
  position: relative;
}
.picture .image {
	border-radius: 4.0px;
}

@media (min-width:768px) {
  .picture .picture-image.ratio-md-auto,
  .picture .picture-image.ratio-md-auto > .image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
}
@media (max-width:767px) {
  .picture .picture-image.ratio-sm-auto,
  .picture .picture-image.ratio-sm-auto > .image {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    display: block;
  }
}


/* Picture (Grid-Helper) */
/*--------------------------------------------------------------------------*/

.picture.equal-height {
  height: inherit !important;
}
.picture.equal-height .picture-image  {
  min-height: 100%;
}
@media (min-width:768px) {
  .widget-span .picture.equal-height .picture-image.ratio-sm-auto > .image,
  .widget-span .picture.equal-height .picture-image.ratio-md-auto > .image {
    width: 100%;  
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute; 
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
}


/* Picture (Content) */
/*--------------------------------------------------------------------------*/

.picture .picture-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 16px;
  padding-bottom: 20.0px;
  color: #FFFFFF;
  background: rgba(227, 226, 227,0.75);
}
.picture .picture-content strong {
  margin-bottom: 8.0px;
}
.picture .picture-content p:last-child {
  margin-bottom: 0;
}


/* Picture (Placeholder) */
/*--------------------------------------------------------------------------*/

.picture .fallback {
  width: 100%; height: 100%;
  background: url("//25667272.fs1.hubspotusercontent-eu1.net/hubfs/25667272/raw_assets/public/Primesoft_Redesign/images/grayscale-mountain.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4.0px;
}


/* Picture (Custom) */
/*--------------------------------------------------------------------------*/










/* place (Style) */
/*--------------------------------------------------------------------------*/

.place {
  color: inherit;
  background: transparent;
  padding-top:10px;
}

.place .icon {
	display: inline-block;
	background: #624183;
	border-radius: 20px;
	text-align: center;
	margin-right: 30px;
	padding: 17px;
	float: left;
  margin-bottom:1rem;
}

.place .icon svg {
	display: block;
	width: 45px;
	height: 45px;
}
@media (max-width:767px) {
  .place .icon svg {
    width: 24px;
    height: 24px;
  }
}

.place .content {
	display: inline-block;
}
.place .content svg {
	width: 22px;
	height: 22px;
	position: absolute;
	margin-right: 10px;
	top: 2px;
	left: 0;
}

.place a {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	margin-bottom: 16px;
  letter-spacing:0.4px;
  font-weight: 600;
}
@media (max-width:395px) {
  .place .icon {
    float: none;
  }
  .place .content {
    display:block;
  }
}
@media (max-width:767px) {
  .place a.email {
    width:min-content;
  }
}
.place p,
.place a {
	font-size: 16px;
}

/* place (Custom) */
/*--------------------------------------------------------------------------*/







/* Popup (Object) */
/*--------------------------------------------------------------------------*/

/* Popup (Modal) */
/*--------------------------------------------------------------------------*/

/* Not::
 * Isotope.js need z-index 1, 2 for Items and 3 for filter dropdowns.
 */

.popup {
  position: fixed; z-index: 4; 
  top: 0; right: 0;  left: 0; bottom: 0;
  width: 100%; height: 100%;
}
.popup-inner {
  position: relative;
  height: auto; min-height: 512px;
  background: #FFFFFF;
  border-radius: 4.0px;
}


/* Popup (Script) */
/*--------------------------------------------------------------------------*/

.popup,
.popup-checkbox {
  display: none;
} 
 

/* Popup (Position) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .popup .popup-inner {
    width: 100%; height: 100%;
    transition: opacity 300ms linear;
    opacity: 0;
  }
  .popup.active .popup-inner {
    opacity: 1;
  }
}
@media (min-width:768px){
  .popup .popup-inner {
    top: 50vh;
    transition: all 300ms linear;
    transform: translateY(-70%);
    opacity: 0;
  }
  .popup.active .popup-inner {
    transform: translateY(-56%);
    opacity: 1;
  }
} 


/* Popup (Overlay) */
/*--------------------------------------------------------------------------*/

.popup .popup-overlay {
  position: absolute;  z-index: -1;
  top: 0; right: 0;  left: 0; bottom: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; transition: opacity 150ms linear;
}
.popup.active .popup-overlay {
  opacity: 1; transition: opacity 150ms linear 150ms;
}


/* Popup (Content) */
/*--------------------------------------------------------------------------*/

.popup .popup-text {
  padding: 16px;
}
.popup .popup-form {}
.popup .popup-video {}


/* Popup (Close-Btn) */
/*--------------------------------------------------------------------------*/

.popup .popup-close {
  margin-top: 16px;
}
.popup .popup-close i {
  vertical-align: middle;
}


/* Popup (Custom) */
/*--------------------------------------------------------------------------*/



  .popup {
    z-index: 300; /* Sticky Header Has 200 */
  }
  .popup-inner.video-only,
  .popup-inner.video-only.container {
    padding: 0;
    min-height: auto;
  }
  .popup-inner.video-only .popup-close {
    position: absolute;
    right: 0;
    top: -64px;
    width: 48px;
    height: 48px;
    padding: 10px;
    margin: 0;
  }
  @media (max-width:767px) {
    .popup-inner.video-only .btn.popup-close {
      min-width: auto;
    }
  }
  .popup-inner.video-only .popup-close > svg {
    width: 28px;
    height: 28px;
    fill: #FFFFFF;
  }

  /* Sticky Header Large Screens, Close On Right, Else On Top */
  @media (min-width:1323px) {
    .popup-inner.video-only .btn.popup-close {
      top: 0;
      right: -64px;
    }
  }









/* Pricing-Cards (Wrapper) */
/*--------------------------------------------------------------------------*/

.pricing-cards {
  width: 100%;
  position: relative;
}


/* Pricing-Cards (Wrapper) */
/*--------------------------------------------------------------------------*/

.pricing-card-item-inner {
  height: 100%;
  background: #FFFFFF;
  padding: 16px;
}


/* Pricing-Cards (Currency-Display) */
/*--------------------------------------------------------------------------*/

.pricing-cards .currency > .price {
  display: none;
}
.pricing-cards .currency.dollar > .price.dollar,
.pricing-cards .currency.euro > .price.euro {
  display: block;
}


/* Pricing-Cards (Custom) */
/*--------------------------------------------------------------------------*/


.pricing-card-item-inner {
	padding: 48px 32px;
}


  @media screen {
    .pricing-card-item-inner ul.product-benefits li { font-size: 14px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media screen and (min-width:768px) {
    .pricing-card-item-inner ul.product-benefits li { font-size: 16px; letter-spacing: 0; line-height: 1.5;  }
  }
  @media print {
    .pricing-card-item-inner ul.product-benefits li { font-size: 10pt; letter-spacing: 0.004em; line-height: 16pt;  }
  }



.pricing-cards .btn {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

@media (max-width:767px) {
	.highlighted {
		padding: 16px 32px;
	}
	.highlighted .pricing-card-item-inner {
		padding: 16px 16px;
	}
}











/* Quotation (Wrapper) */
/*--------------------------------------------------------------------------*/

.quotation {
  background: transparent;
  border-radius: 4.0px;
  margin: 0;
  position: relative;
}


/* Quotation (Creator) */
/*--------------------------------------------------------------------------*/




/* Blockquotes (Rich-Text) */
/*--------------------------------------------------------------------------*/

/* Wrapper */
blockquote {
  padding: 32px 32px 72.0px;
  padding-left: 82px;
  position: relative;
  font-style: normal;
  quotes: "\201C""\201D""\2018""\2019";
}

/* Font */
blockquote, blockquote > p {
  margin: 0;
}

/* Quote */
blockquote:before {
  display: block; 
  position: absolute;
  left: 16px; 
  top: 32px;
  content:"”";
  color: #DD304F;
  background-repeat: no-repeat;
  line-height: 44px;
  width: 50px;
  height: 44px;
}

/* Square or Round */
blockquote:before {
 content: "";
     background-image: url('data:image/svg+xml,<svg fill="%23DD304F" version="1.1" width="50px" height="44px" viewBox="0 0 53.171 38.222"  xmlns="http://www.w3.org/2000/svg" xml:space="preserve"><path d="M141.013,245.937c9.361-3.38,14.82-8.971,14.82-15.082,0-2.209-.779-3.639-1.689-3.769a14.608,14.608,0,0,1-5.2,1.3c-3.9-.26-7.54-2.861-7.54-8.191,0-5.59,4.42-9.49,10.27-9.49,7.281,0,13.651,5.981,13.651,14.82,0,8.971-6.63,19.112-22.751,23.4Zm28.731,0c9.491-3.38,14.951-8.971,14.951-15.082,0-2.209-.91-3.639-1.82-3.769a14.614,14.614,0,0,1-5.2,1.3c-3.9-.26-7.54-2.861-7.54-8.191,0-5.59,4.42-9.49,10.271-9.49,7.28,0,13.78,5.981,13.78,14.82,0,8.971-6.76,19.112-22.751,23.4Z" transform="translate(-141.013 -210.705)"/></svg>');}


/* Quotation (Custom) */
/*--------------------------------------------------------------------------*/



/* Wrapper */
.quotation blockquote {
  padding: 99px 0 0 0;
  position: relative;
  font-style: normal;
  quotes: none;
}

/* Quote */
.quotation blockquote:before {
  content: " ";
  background-image: url('data:image/svg+xml,<svg id="uuid-48b7041c-0b62-49c2-b5e9-d0bda3d67030" xmlns="http://www.w3.org/2000/svg" width="67" height="67" viewBox="0 0 24 24"><g id="uuid-d0876970-987b-4fe7-bf81-07a9f47c820b"><g id="uuid-6cc98c8e-ca92-48de-a685-3fc20cb56090"><path fill="%23dd304f" id="uuid-006cae49-cdad-4603-bc73-9ef857a22fea" d="M8.308,1.847H2.77c-.737-.013-1.447,.279-1.962,.808C.279,3.169-.013,3.879,0,4.616v5.538c-.013,.737,.279,1.447,.808,1.961,.514,.529,1.224,.821,1.962,.808h3.231c.762-.002,1.382,.613,1.384,1.375,0,.003,0,.006,0,.009v.461c.015,.982-.376,1.927-1.082,2.61-.683,.705-1.628,1.097-2.61,1.081h-.923c-.245-.002-.48,.097-.649,.274-.177,.169-.276,.404-.274,.649v1.846c-.002,.245,.097,.48,.274,.649,.169,.177,.404,.276,.649,.274h.923c.984,.003,1.959-.196,2.863-.584,.88-.37,1.681-.907,2.358-1.579,.673-.677,1.209-1.478,1.579-2.358,.388-.904,.587-1.879,.584-2.863V4.616c.006-1.523-1.223-2.762-2.745-2.769-.008,0-.016,0-.023,0h0Z"/><path fill="%23dd304f" id="uuid-50897c4a-c6e5-4071-aa7b-f9bc789166ad" d="M23.192,2.654c-.514-.528-1.224-.821-1.961-.808h-5.538c-1.523-.006-2.762,1.223-2.769,2.745,0,.008,0,.016,0,.024v5.538c-.006,1.523,1.223,2.762,2.745,2.769,.008,0,.016,0,.023,0h3.231c.762-.003,1.382,.613,1.385,1.375,0,.003,0,.006,0,.01v.461c0,2.039-1.653,3.691-3.692,3.692h-.923c-.507,.007-.916,.416-.923,.923v1.846c.007,.507,.416,.916,.923,.923h.923c.984,.003,1.959-.196,2.863-.584,1.78-.742,3.195-2.157,3.937-3.937,.388-.904,.587-1.879,.584-2.863V4.616c.013-.737-.279-1.447-.808-1.961Z"/></g></g></svg>');
  display: block; 
  position: absolute;
  left: 0; 
  top: 0;
  content:"";
  background-repeat: no-repeat;
  line-height: 44px;
  width: 67px;
  height: 67px;
}

.quotation .quotation-creator {
  display:flex;
  gap:1rem;
  align-items: center;
}
.quotation .quotation-creator > * {
    padding:0;
}



.quotation-container .quotation-image img {
  border-radius:50%;
}
@media (max-width: 559px) {
  .quotation-container .quotation-image img {
    padding:3rem;
  }
  .quotation-container .quotation-image {
    margin-bottom:-3rem;
    margin-top:-3rem;
  }  
}
@media (min-width: 560px) and (max-width: 767px) {
  .quotation-container .quotation-image img {
    padding:6rem;
  }
  .quotation-container .quotation-image {
    margin-bottom:-6rem;
    margin-top:-6rem;
  }  
}
@media (min-width:768px) {
  .quotation-container.long-text .quotation-image {
    margin-top: 35%;
  }
}
@media (min-width:1025px) {
  .quotation-container .quotation-image img {
    margin-top: 2rem;
    margin-left: 3rem;
    
  }
}

.quotation .quotation-block {
  margin-bottom:48px;
}

.quotation .quotation-block p {
  font-weight: 600;
  color:#2c0d4b;
  font-size:30px;
  line-height:1.3;
}
@media (max-width:767px) {
  .quotation .quotation-block p {
    font-size:24px;
  }
}

.quotation .left-box {
  font-size: 16px;
}
.quotation .left-box em {
  display:block;
  font-style:normal;
  font-weight: 600;
}
.quotation .left-box p {
  margin-bottom:0;
  word-break: break-word;
}

.quotation .company-logo {
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
  opacity: 1;
  transition: 200ms opacity linear, 200ms filter linear, 200ms -webkit-filter linear;
  text-align: left;
}
.quotation .company-logo.has-link:hover {
  transform: scale(1);
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  opacity: 0.6;
}
.quotation .company-logo a {
  display:block;
  text-align:right;
}
.quotation .company-logo img {
  max-width:100%;
  height:auto;
}
.quotation .company-logo.squared img {
  width:auto;
  max-height:100px;
}
.quotation .company-logo.landscape img {
  max-width:200px;
  height:auto;
}
.quotation .company-logo.portrait img {
  width:auto;
  max-height:100px;
}
@media (max-width:767px) {
  .quotation .company-logo.landscape img {
    max-width:140px;
  }
}


@media (max-width:767px) {
  .quotation blockquote {
    padding-top: 102px;
  }
  .quotation blockquote:before {
    width: 62px;
    height: 62px;
    background-image: url('data:image/svg+xml,<svg id="uuid-48b7041c-0b62-49c2-b5e9-d0bda3d67030" xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 24 24"><g id="uuid-d0876970-987b-4fe7-bf81-07a9f47c820b"><g id="uuid-6cc98c8e-ca92-48de-a685-3fc20cb56090"><path fill="%23dd304f" id="uuid-006cae49-cdad-4603-bc73-9ef857a22fea" d="M8.308,1.847H2.77c-.737-.013-1.447,.279-1.962,.808C.279,3.169-.013,3.879,0,4.616v5.538c-.013,.737,.279,1.447,.808,1.961,.514,.529,1.224,.821,1.962,.808h3.231c.762-.002,1.382,.613,1.384,1.375,0,.003,0,.006,0,.009v.461c.015,.982-.376,1.927-1.082,2.61-.683,.705-1.628,1.097-2.61,1.081h-.923c-.245-.002-.48,.097-.649,.274-.177,.169-.276,.404-.274,.649v1.846c-.002,.245,.097,.48,.274,.649,.169,.177,.404,.276,.649,.274h.923c.984,.003,1.959-.196,2.863-.584,.88-.37,1.681-.907,2.358-1.579,.673-.677,1.209-1.478,1.579-2.358,.388-.904,.587-1.879,.584-2.863V4.616c.006-1.523-1.223-2.762-2.745-2.769-.008,0-.016,0-.023,0h0Z"/><path fill="%23dd304f" id="uuid-50897c4a-c6e5-4071-aa7b-f9bc789166ad" d="M23.192,2.654c-.514-.528-1.224-.821-1.961-.808h-5.538c-1.523-.006-2.762,1.223-2.769,2.745,0,.008,0,.016,0,.024v5.538c-.006,1.523,1.223,2.762,2.745,2.769,.008,0,.016,0,.023,0h3.231c.762-.003,1.382,.613,1.385,1.375,0,.003,0,.006,0,.01v.461c0,2.039-1.653,3.691-3.692,3.692h-.923c-.507,.007-.916,.416-.923,.923v1.846c.007,.507,.416,.916,.923,.923h.923c.984,.003,1.959-.196,2.863-.584,1.78-.742,3.195-2.157,3.937-3.937,.388-.904,.587-1.879,.584-2.863V4.616c.013-.737-.279-1.447-.808-1.961Z"/></g></g></svg>');
  }  
  .quotation .quotation-block {
    margin-bottom: 36px;
  }
  .quotation .quotation-creator {
    
    gap: 2rem;
  }
}

.quotation-block-link:hover > blockquote *,
.quotation-block-link:focus > blockquote * {
  color: #624183;
}






/* Search (Object) */
/*--------------------------------------------------------------------------*/

/* Search (Wrapper) */
/*--------------------------------------------------------------------------*/

.readtime {}


/* Search (Custom) */
/*--------------------------------------------------------------------------*/










/* Rich-Text (Default) */
/*--------------------------------------------------------------------------*/





/* Rich-Text (Introduction) */
/*--------------------------------------------------------------------------*/

@media screen {
  .richtext.intro {
    font-size: 20px; letter-spacing: 0; line-height: 1.5; ;
    font-weight: bold;
    color: 
  }
}
@media screen and (max-width:767px) {
  .richtext.intro {
    font-size: 18px; letter-spacing: 0; line-height: 1.5; ;
  }
}
@media print {
  .richtext.intro {
    font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt; ;
    font-weight: bold;
    color: 
  }
}


/* Rich-Text (List-Styles) */
/*--------------------------------------------------------------------------*/

/* Base Style */
.richtext.list-style ul {
  list-style: none;
  padding-left: 16px;
}
.richtext.list-style ul > li {
  position: relative;
}
.richtext.list-style ul > li:before {
  position: absolute;
}

/* Circle Colored */
.richtext.list-style.circle-colored ul > li:before  {
	content: "•";
	color: #DD304F;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}

/* Bullet Numbers */

.richtext.list-style.bullet-numbers ul > li:nth-child(1):before  { content: "①"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(2):before  { content: "②"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(3):before  { content: "③"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(4):before  { content: "④"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(5):before  { content: "⑤"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(6):before  { content: "⑥"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(7):before  { content: "⑦"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(8):before  { content: "⑧"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(9):before  { content: "⑨"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(10):before  { content: "⑩"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(11):before  { content: "⑪"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(12):before  { content: "⑫"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(13):before  { content: "⑬"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(14):before  { content: "⑭"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(15):before  { content: "⑮"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(16):before  { content: "⑯"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(17):before  { content: "⑰"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(18):before  { content: "⑱"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(19):before  { content: "⑲"; }
.richtext.list-style.bullet-numbers ul > li:nth-child(20):before  { content: "⑳"; }

.richtext.list-style.bullet-numbers ul > li:before {
  color: #000000;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
	position: absolute;
	left: 0;
}


/* Rich-Text (Auto-Numbers) */
/*--------------------------------------------------------------------------*/

/* Count H2 */
.richtext.auto-numbers  {
  counter-reset: h2counter;
}
.richtext.auto-numbers h2:before {
  content: counter(h2counter) ".\0000a0";
  counter-increment: h2counter;
  counter-reset: h3counter;
}
.richtext.auto-numbers h2.nocount:before {
  content: none; 
  counter-increment: none;
}

/* Count H3 */
.richtext.auto-numbers .richtext-section {
  counter-reset: h3counter;
}
.richtext.auto-numbers h3:before {
  content: counter(h2counter) "." counter(h3counter) ".\0000a0";
  counter-increment: h3counter;
}
.richtext.auto-numbers h3.nocount:before {
  content: none; 
  counter-increment: none;
}


/* Rich-Text (Custom) */
/*--------------------------------------------------------------------------*/













/* Simple-Menu (Link) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  color: #624183;
  background: transparent;
  padding: 16px 32px;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:hover,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  color: #624183;
  background: transparent;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  z-index: 1;
}

/* vertical */
@media (min-width:768px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical .hs-menu-item > a {
    width: 100%;
    text-align: center;
  }
}


/* Simple-Menu (Highlight) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a {
  color: #DD304F;
  background: transparent;
}
.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a:hover,
.hs_cos_wrapper_type_simple_menu .hs-menu-item.highligh > a:focus {
  color: #DD304F;
  background: transparent;
}


/* Simple Menü (HubSpot) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  display: flex;
  height: 100%;
  list-style: none;
  align-self: center;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: row;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  flex-direction: column;
}
@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper:not(.hs-menu-flow-vertical),
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper:not(.hs-menu-flow-vertical) > ul {
    flex-direction: column;
  }
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
    width: 100%;
  }
}


/* Simple-Menu (Custom) */
/*--------------------------------------------------------------------------*/




footer .hs_cos_wrapper_type_simple_menu {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
footer .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: row;
  gap: 80px;
}
footer .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width:767px) {
  footer .footer-right {
    padding-top:0;
  }
  footer .hs_cos_wrapper_type_simple_menu {
    justify-content: flex-start;
  }
  footer .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    gap: 40px;
  }  
}



.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  font-weight:600;
}

.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: column;
}

.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  height:auto;
  align-self: flex-start;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li a {
  padding: 10px 5px 0px 0;
  transition: opacity 300ms;
  letter-spacing: 0.4px;
}
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li a:hover {
  opacity:0.5;
  text-decoration:none;
}

@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li a {
    padding: 6px 5px 6px 0;
  }
}










/* Socialmedia (Style) */
/*--------------------------------------------------------------------------*/
  
    .social-links .icon.sm-whatsapp:hover svg, .social-links .icon.sm-whatsapp:hover i,
    .social-links .icon.sm-whatsapp:focus svg, .social-links .icon.sm-whatsapp:focus i,
    .social-share .icon.sm-whatsapp:hover svg, .social-share .icon.sm-whatsapp:hover i,
    .social-share .icon.sm-whatsapp:focus svg, .social-share .icon.sm-whatsapp:focus i {
      color: #25d366;
      fill: #25d366;
    }
  
    .social-links .icon.sm-facebook:hover svg, .social-links .icon.sm-facebook:hover i,
    .social-links .icon.sm-facebook:focus svg, .social-links .icon.sm-facebook:focus i,
    .social-share .icon.sm-facebook:hover svg, .social-share .icon.sm-facebook:hover i,
    .social-share .icon.sm-facebook:focus svg, .social-share .icon.sm-facebook:focus i {
      color: #1877f2;
      fill: #1877f2;
    }
  
    .social-links .icon.sm-twitter:hover svg, .social-links .icon.sm-twitter:hover i,
    .social-links .icon.sm-twitter:focus svg, .social-links .icon.sm-twitter:focus i,
    .social-share .icon.sm-twitter:hover svg, .social-share .icon.sm-twitter:hover i,
    .social-share .icon.sm-twitter:focus svg, .social-share .icon.sm-twitter:focus i {
      color: #1da1f2;
      fill: #1da1f2;
    }
  
    .social-links .icon.sm-google:hover svg, .social-links .icon.sm-google:hover i,
    .social-links .icon.sm-google:focus svg, .social-links .icon.sm-google:focus i,
    .social-share .icon.sm-google:hover svg, .social-share .icon.sm-google:hover i,
    .social-share .icon.sm-google:focus svg, .social-share .icon.sm-google:focus i {
      color: #db4437;
      fill: #db4437;
    }
  
    .social-links .icon.sm-linkedin:hover svg, .social-links .icon.sm-linkedin:hover i,
    .social-links .icon.sm-linkedin:focus svg, .social-links .icon.sm-linkedin:focus i,
    .social-share .icon.sm-linkedin:hover svg, .social-share .icon.sm-linkedin:hover i,
    .social-share .icon.sm-linkedin:focus svg, .social-share .icon.sm-linkedin:focus i {
      color: #0a66c2;
      fill: #0a66c2;
    }
  
    .social-links .icon.sm-xing:hover svg, .social-links .icon.sm-xing:hover i,
    .social-links .icon.sm-xing:focus svg, .social-links .icon.sm-xing:focus i,
    .social-share .icon.sm-xing:hover svg, .social-share .icon.sm-xing:hover i,
    .social-share .icon.sm-xing:focus svg, .social-share .icon.sm-xing:focus i {
      color: #126567;
      fill: #126567;
    }
  
    .social-links .icon.sm-telegram:hover svg, .social-links .icon.sm-telegram:hover i,
    .social-links .icon.sm-telegram:focus svg, .social-links .icon.sm-telegram:focus i,
    .social-share .icon.sm-telegram:hover svg, .social-share .icon.sm-telegram:hover i,
    .social-share .icon.sm-telegram:focus svg, .social-share .icon.sm-telegram:focus i {
      color: #0088cc;
      fill: #0088cc;
    }
  
    .social-links .icon.sm-youtube:hover svg, .social-links .icon.sm-youtube:hover i,
    .social-links .icon.sm-youtube:focus svg, .social-links .icon.sm-youtube:focus i,
    .social-share .icon.sm-youtube:hover svg, .social-share .icon.sm-youtube:hover i,
    .social-share .icon.sm-youtube:focus svg, .social-share .icon.sm-youtube:focus i {
      color: #ff0000;
      fill: #ff0000;
    }
  
    .social-links .icon.sm-instagram:hover svg, .social-links .icon.sm-instagram:hover i,
    .social-links .icon.sm-instagram:focus svg, .social-links .icon.sm-instagram:focus i,
    .social-share .icon.sm-instagram:hover svg, .social-share .icon.sm-instagram:hover i,
    .social-share .icon.sm-instagram:focus svg, .social-share .icon.sm-instagram:focus i {
      color: #c32aa3;
      fill: #c32aa3;
    }
  
    .social-links .icon.sm-email:hover svg, .social-links .icon.sm-email:hover i,
    .social-links .icon.sm-email:focus svg, .social-links .icon.sm-email:focus i,
    .social-share .icon.sm-email:hover svg, .social-share .icon.sm-email:hover i,
    .social-share .icon.sm-email:focus svg, .social-share .icon.sm-email:focus i {
      color: #DD304F;
      fill: #DD304F;
    }
  
    .social-links .icon.sm-phone:hover svg, .social-links .icon.sm-phone:hover i,
    .social-links .icon.sm-phone:focus svg, .social-links .icon.sm-phone:focus i,
    .social-share .icon.sm-phone:hover svg, .social-share .icon.sm-phone:hover i,
    .social-share .icon.sm-phone:focus svg, .social-share .icon.sm-phone:focus i {
      color: #DD304F;
      fill: #DD304F;
    }
  
    .social-links .icon.sm-meeting:hover svg, .social-links .icon.sm-meeting:hover i,
    .social-links .icon.sm-meeting:focus svg, .social-links .icon.sm-meeting:focus i,
    .social-share .icon.sm-meeting:hover svg, .social-share .icon.sm-meeting:hover i,
    .social-share .icon.sm-meeting:focus svg, .social-share .icon.sm-meeting:focus i {
      color: #DD304F;
      fill: #DD304F;
    }
  
    .social-links .icon.sm-copy-and-paste:hover svg, .social-links .icon.sm-copy-and-paste:hover i,
    .social-links .icon.sm-copy-and-paste:focus svg, .social-links .icon.sm-copy-and-paste:focus i,
    .social-share .icon.sm-copy-and-paste:hover svg, .social-share .icon.sm-copy-and-paste:hover i,
    .social-share .icon.sm-copy-and-paste:focus svg, .social-share .icon.sm-copy-and-paste:focus i {
      color: #DD304F;
      fill: #DD304F;
    }
  
    .social-links .icon.sm-website:hover svg, .social-links .icon.sm-website:hover i,
    .social-links .icon.sm-website:focus svg, .social-links .icon.sm-website:focus i,
    .social-share .icon.sm-website:hover svg, .social-share .icon.sm-website:hover i,
    .social-share .icon.sm-website:focus svg, .social-share .icon.sm-website:focus i {
      color: #DD304F;
      fill: #DD304F;
    }
  
/* Socialmedia (Global) */
/*--------------------------------------------------------------------------*/

.social-links {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -8.0px;
}
.social-links .icon {
  display: inline-block;
  border-radius: 16.0px;
  overflow: hidden;
  margin-right: 8.0px;
  margin-top:  8.0px;
}


/* Socialmedia (Variant 1) */
/*--------------------------------------------------------------------------*/

.social-links.variant_1 {
  flex-direction: row;
}


/* Socialmedia (Variant 2) */
/*--------------------------------------------------------------------------*/

.social-links.variant_2 {
  flex-direction: column;
}
.social-links.variant_2 .icon {
  display: flex;
  align-items: center;
}
.social-links.variant_2 .icon .platform-name {
  margin-left: 8.0px;
}


/* Socialmedia (Plattform Icons) */
/*--------------------------------------------------------------------------*/

.social-links .icon svg,
.social-links .icon i {
  display: block;
  fill: #1C3043;
  color: #1C3043;
}
.social-links .icon svg, 
.social-links .icon i {
  width: 32px; 
  height: 32px; 
  padding: 6px;
  box-sizing: border-box;
}


/* Socialmedia (Custom) */
/*--------------------------------------------------------------------------*/










/* Spacer (Style) */
/*--------------------------------------------------------------------------*/

.spacer { width: 100%; display: block; }
.spacer.small  { height: 64px;  }
.spacer.medium { height: 96px; }
.spacer.large  { height: 160px;  }


/* Spacer (Visualisation) */
/*--------------------------------------------------------------------------*/

.spacer.preview,
.page-editor .spacer,
.hs-inline-edit .spacer {
  color: #506e91;
  background: #eaf0f6;
  display: flex;
  align-items: center;
  justify-content: center;
	border: 1px solid #cbd6e2;
	border-radius: 3px;
	color: #506e91;
	font-family: "Avenir Next W02", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 32px;
  min-height: 32px;
	margin-bottom: 0px;
}


/* Spacer (Custom-Preview) */
/*--------------------------------------------------------------------------*/

.spacer .gap { display: none; }
@media screen and (min-width:768px)  {
  .spacer .gap.desktop { display: block; }
}
@media screen and (max-width:767px) {
  .spacer .gap.mobile { display: block; }
}
@media print {
  .spacer .gap.print { display: block; }
}


/* Spacer (Custom) */
/*--------------------------------------------------------------------------*/










/* Suggestions (Style) */
/*--------------------------------------------------------------------------*/

.suggestions-item-inner {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 4.0px;
  overflow: hidden;
}
.suggestions-image {
  min-height: 100%;
  background: #FBFBFB;
  overflow: hidden;
}
.suggestions-image > img {
  transition: all 150ms ease;
}
.suggestions-content {
  margin: 16px;
}


/* Suggestions (Hover) */
/*--------------------------------------------------------------------------*/
/* fyi: Nearly Same Effect As Article Css */

.suggestions .read-more {
  color: #DD304F;
  position: relative;
  transition: all 150ms linear;
}
.suggestions .area-link:hover ~ div > .suggestions-content > .read-more,
.suggestions .area-link:focus ~ div > .suggestions-content > .read-more {
  color: #DD304F;
  padding-left: 12px;
}
.suggestions .area-link:hover ~ div > .suggestions-image > img,
.suggestions .area-link:focus ~ div > .suggestions-image > img {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.suggestions .read-more i {
  position: absolute;
  opacity: 0; left: 0;
  transition: all 150ms linear;
}
.suggestions .area-link:hover ~ div > .suggestions-content > .read-more i,
.suggestions .area-link:focus ~ div > .suggestions-content > .read-more i {
  opacity: 1;
}

/* Suggestions (Custom) */
/*--------------------------------------------------------------------------*/










/* Switch (Wrapper) */
/*--------------------------------------------------------------------------*/

.language-switch {
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
}


/* Switch (Current) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-selected {
  font-size: 0;
  display: none;
}


/* Switch (Toggle) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.language-switch .lang-btn:hover,
.language-switch .lang-btn:focus,
.language-switch .lang-btn.active {
  background: #624183;
}
.language-switch .lang-btn i, 
.language-switch .lang-btn svg {
  fill: #FBFBFB;
  color: #FBFBFB;
  margin-top: 50%;
  transform: translateY(-50%);
}
.language-switch .lang-btn:hover i,
.language-switch .lang-btn:focus i, 
.language-switch .lang-btn.active i, 
.language-switch .lang-btn:hover svg,
.language-switch .lang-btn:focus svg,
.language-switch .lang-btn.active svg {
  fill: #FFFFFF;
  color: #FFFFFF;
}



/* Disabled */
html.hs-inline-edit .lang-btn,
.language-switch .lang-btn.disabled {
  cursor: default;
  opacity: 0.25;
}

/* Focus with mouse */
.language-switch .lang-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* Switch (Dropdown) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  padding: 0; margin: 0;
  z-index: 1;
  list-style: none;
}
.language-switch .lang-menu > li {
  position: relative;
}


/* Switch (Menu) */
/*--------------------------------------------------------------------------*/

.lang-checkbox,
.lang-checkbox ~ .lang-menu {
  display: none;
}
.lang-checkbox:checked ~ .lang-menu {
  display: block;
}
/*
@media (min-width:768px) {
  .language-switch .lang-btn:hover + .lang-menu,
  .language-switch .lang-menu:hover {
    display: block;
  }
}*/


/* Switch (Option) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 8.0px;
  color: #FFFFFF;
  background: #624183;
  text-align: left;
}
.language-switch .lang-option:hover,
.language-switch .lang-option:focus {
  text-decoration: none;
  color: #FFFFFF;
  background: #FDFF85;
}
.language-switch .lang-menu > li:focus-within {
  z-index: 1;
}


/* Switch (Option-Check-Icon) */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option .far {
  border-radius: 50%;
}
.language-switch .fa-circle {
  color: #E3E2E3;
  background: #FFFFFF;
}
.language-switch .fa-check-circle {
  color: #E3E2E3;
  background: #FFFFFF;
}
.language-switch .lang-current .fa-circle,
.language-switch .fa-check-circle {
  display: none
}
.language-switch .fa-circle,
.language-switch .lang-current .fa-check-circle {
  display: inline-block;
}



/* Switch (Custom) */
/*--------------------------------------------------------------------------*/


.language-switch-flat {
}
.lang-menu-flat {
  display:flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.lang-menu-flat li {
  position:relative;
  padding:16px 10px;
}
.lang-menu-flat li:after {
  content:'';
  position:absolute;
  width:1px;
  height:25px;
  right:0px;
  background:#000000;
}
.lang-menu-flat li {
  display:flex;
  justify-content: center;
  width:32px;
}
.lang-menu-flat li.option a {
  color:#000000;
  font-size: 16px;
}
.lang-menu-flat li.option a:hover {
  font-weight:500;
  text-decoration:none;
}
.lang-menu-flat li:last-child:after {
  display:none;
}
.lang-menu-flat .lang-selected {
  font-weight:500;
  font-size: 16px;
}
.lang-menu-flat .lang-current {
  font-weight:500;
}


 














/* Video-Player (Wrapper) */
/*--------------------------------------------------------------------------*/

.video {
  color: #000000;
  background: #FBFBFB;
	border-radius: 4.0px;
	overflow: hidden;
}


/* Video-Player (Size) */
/*--------------------------------------------------------------------------*/

.video .aspect-ratio .video-player {
	width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  object-fit: cover;
  object-position: center;
  margin: -1px;
}


/* Video-Player (Consent) */
/*--------------------------------------------------------------------------*/

.video .video-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}


/* Video-Player (Custom) */
/*--------------------------------------------------------------------------*/



.video.video-text-container .video-text {
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.video.video-text-container {
  background: none;
}


/* Border-Radius (Custom Style) */
/*--------------------------------------------------------------------------*/

.video {
  position: relative;
  border-radius: 20px;
}
.video video {
  border-radius: 20px;
}
  
/* Video Play Overlay (Custom Style) */
/*--------------------------------------------------------------------------*/

.video .video-play-overlay .icon {
  color: #000000;
  fill: #000000;
  background: #FFFFFF;
  border-radius: 45.0px;
  width: 90px;
  height: 90px;
  padding: 24.0px;
  position: absolute;
  top: 50%; left: 50%;
  margin-left: -45.0px;
  margin-top: -45.0px;
  
}
.video .video-play-overlay svg,
.video .video-play-overlay i {
  width: 100%; height: 100%;
  background-size: 42px;
  margin-left: 4px;
}

/* Caption Text */
.video .video-text {
  margin-top: 16px;
}

/* Overlay */
.video .video-inner {
  position: relative;
}
.video .video-play-overlay {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}









/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/
.ix-modul-images {
  display:flex;
  gap:64px;
  align-items:center;
  justify-content: flex-start;;
}
.ix-modul-images > figure {
  flex: 1 1 auto; 
}
.ix-modul-images figure img {
  max-width:100%;
}

.variant_2.ix-modul-images {
  justify-content: space-between;
}
@media (max-width:767px) {
  .variant_2.ix-modul-images {
    justify-content: flex-start;
  }
  .ix-modul-images > figure,
  .ix-modul-images > a {
    max-width:45%;
  }  
  .ix-modul-images {
    flex-wrap: wrap;
    gap:32px;
  }  
  .ix-modul-images .images-headline {
    width:100%;
    text-align:center
  }
}


/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/












/* image button (Style) */
/*--------------------------------------------------------------------------*/

.image_button.variant_1 {
  display:grid;
}
.image_button.variant_1 > div, .image_button.variant_1 > span {
  grid-row: 1;
  grid-column: 1;
}
.image_button.variant_1 > span {
  z-index:100;
  align-self: end;
  justify-self: center;
  transform: translateY(50%); 
}


.image_button.variant_2 {
  display:grid;
}
.image_button.variant_2 > div, .image_button.variant_2 > span {
  grid-row: 1;
  grid-column: 1;
}
.image_button.variant_2 > span {
  z-index:100;
  align-self: center;
  justify-self: center;
}


.image_button .btn, .image_button .hs-button {
  padding: 16px 56px;
}



.image_button .rounded-border img {
  border-radius: 20px;
}


.image_button .aspect-ratio img {
  height: 100% !important;
}

/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/

 










/* Video Text Popup (Fix Gap In Flexbox - From Inline Font Element) */
/*--------------------------------------------------------------------------*/

.video-text-popup .picture { font-size: 0; }
.video-text-popup .picture * { font-size: initial; }
.video-text-popup .popup-open.picture-image { display: block; }


/* Video Text Popup (Style) */
/*--------------------------------------------------------------------------*/

.video-text-popup .video-play-overlay .icon {
  color: #000000;
  fill: #000000;
  background: #FFFFFF;
  border-radius: 45.0px;
  width: 90px;
  height: 90px;
  padding: 24.0px;
  position: absolute;
  top: 50%; left: 50%;
  margin-left: -45.0px;
  margin-top: -45.0px;
}
.video-text-popup .video-play-overlay svg,
.video-text-popup .video-play-overlay i {
  width: 100%; height: 100%;
  background-size: 42px;
  margin-left: 4px;
}

/* Smaller Icon On Mobile */
@media (max-width:767px) {
  .video-text-popup .video-play-overlay .icon {
    border-radius: 22.5px;
    width: 45.0px;
    height: 45.0px;
    padding: 12.0px;
    margin-left: -22.5px;
    margin-top: -22.5px;

  }
  .video-text-popup .video-play-overlay svg,
  .video-text-popup .video-play-overlay i {
    background-size: 66.0px;
    margin-left: 2px;
  }
}

/* Overlay */
.video-text-popup .video-play-overlay {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}

/* Border-Radius */
.video-player,
.video-text-popup .popup-open,
.video-text-popup .popup-open img,
.video-text-popup .video-only {
  border-radius: 20px;
}


/* Image, Text (Inset) */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  /* normal */
  .video-text-popup.inset-picture .picture {
    padding: 32px 112px 16px 0px; 
  }
  /* reversed */
  .video-text-popup.flex-md-row-reverse.inset-picture .picture {
    padding: 32px 0px 16px 112px; 
  }
  /* normal */
  .video-text-popup.inset-text .text {
    padding: 32px 16px 16px 112px; 
  }
  /* reversed */
  .video-text-popup.flex-md-row-reverse.inset-text .text {
    padding: 32px 112px 16px 16px;
  }
}

/* Video Text Popup (Custom) */
/*--------------------------------------------------------------------------*/










/* Pocket Button Menu (Grid + Flexbox) */
/*--------------------------------------------------------------------------*/

.pocket-button-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pocket-button-menu ul li > .pbm-item {
  display: block;
  position: relative;
  padding: 16px 16px;
  text-decoration: none;
  transition: background-color .3s ease-out;
  display: flex;
}
.pocket-button-menu a.pbm-item * {
  pointer-events: none;
}
.pocket-button-menu.default ul li > .pbm-item {
  align-items: center;
}


/* Pocket Button Menu (Link-Item-Style) */
/*--------------------------------------------------------------------------*/




  .pocket-button-menu.default .pbm-item {
    color: #FFFFFF;
    padding: 8.0px 16px;
    background-color: #422064;
  }
  .pocket-button-menu.default .pbm-item.primary-style { 
    background-color: #DD304F; 
  }
  .pocket-button-menu.default .pbm-item.secondary-style { 
    background-color: #422064; 
  }

  .pocket-button-menu.default .pbm-item:hover,
  .pocket-button-menu.default .pbm-item:active,
  .pocket-button-menu.default .pbm-item:focus {
    color: #FFFFFF;
    background-color: #624183;
  }
  .pocket-button-menu.default .pbm-item.primary-style:hover,
  .pocket-button-menu.default .pbm-item.primary-style:active,
  .pocket-button-menu.default .pbm-item.primary-style:focus {
    background-color: #A61B3D;
  }
  .pocket-button-menu.default .pbm-item.secondary-style:hover,
  .pocket-button-menu.default .pbm-item.secondary-style:active,
  .pocket-button-menu.default .pbm-item.secondary-style:focus {
    background-color: #624183;
  }

  /* And Here An Example If The Developer Thinks The Global Solution Is The Best Way To Do It, And Then You Need This: */
  .pocket-button-menu.default .text-wrapper strong,
  .pocket-button-menu.default .text-wrapper svg  {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
  }
  .pocket-button-menu.default .pbm-item:hover  .text-wrapper strong,
  .pocket-button-menu.default .pbm-item:active .text-wrapper strong,
  .pocket-button-menu.default .pbm-item:focus  .text-wrapper strong,
  .pocket-button-menu.default .pbm-item:hover  .text-wrapper svg,
  .pocket-button-menu.default .pbm-item:active .text-wrapper svg,
  .pocket-button-menu.default .pbm-item:focus  .text-wrapper svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    opacity: 1 !important;
  }


  .pocket-button-menu.boxed_grid .pbm-item {
    color: #FFFFFF;
    padding: 32px;
    background-color: #422064;
  }
  .pocket-button-menu.boxed_grid .pbm-item.primary-style { 
    background-color: #DD304F; 
  }
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style { 
    background-color: #422064; 
  }

  .pocket-button-menu.boxed_grid .pbm-item:hover,
  .pocket-button-menu.boxed_grid .pbm-item:active,
  .pocket-button-menu.boxed_grid .pbm-item:focus {
    color: #FFFFFF;
    background-color: #624183;
  }
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:hover,
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:active,
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:focus {
    background-color: #A61B3D;
  }
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:hover,
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:active,
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:focus {
    background-color: #624183;
  }

  /* And Here An Example If The Developer Thinks The Global Solution Is The Best Way To Do It, And Then You Need This: */
  .pocket-button-menu.boxed_grid .text-wrapper strong,
  .pocket-button-menu.boxed_grid .text-wrapper svg  {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
  }
  .pocket-button-menu.boxed_grid .pbm-item:hover  .text-wrapper strong,
  .pocket-button-menu.boxed_grid .pbm-item:active .text-wrapper strong,
  .pocket-button-menu.boxed_grid .pbm-item:focus  .text-wrapper strong,
  .pocket-button-menu.boxed_grid .pbm-item:hover  .text-wrapper svg,
  .pocket-button-menu.boxed_grid .pbm-item:active .text-wrapper svg,
  .pocket-button-menu.boxed_grid .pbm-item:focus  .text-wrapper svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    opacity: 1 !important;
  }


  .pocket-button-menu.boxed_grid_advanced .pbm-item {
    color: #000000;
    padding: 48px 48px 48px 96px;
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style { 
    background-color: #FFFFFF; 
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style { 
    background-color: #FFFFFF; 
  }

  .pocket-button-menu.boxed_grid_advanced .pbm-item:hover,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:active,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:focus {
    color: #000000;
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:hover,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:active,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:focus {
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:hover,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:active,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:focus {
    background-color: #FFFFFF;
  }

  /* And Here An Example If The Developer Thinks The Global Solution Is The Best Way To Do It, And Then You Need This: */
  .pocket-button-menu.boxed_grid_advanced .text-wrapper strong,
  .pocket-button-menu.boxed_grid_advanced .text-wrapper svg  {
    color: #000000 !important;
    fill: #000000 !important;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item:hover  .text-wrapper strong,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:active .text-wrapper strong,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:focus  .text-wrapper strong,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:hover  .text-wrapper svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:active .text-wrapper svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:focus  .text-wrapper svg {
    color: #000000 !important;
    fill: #000000 !important;
    opacity: 1 !important;
  }


/* Box Shadow */
.pocket-button-menu.boxed_grid_advanced .pbm-item {
  box-shadow: 0px 12px 16px rgba(0, 0, 0,0.1)
}

/* Equal Height */
.pocket-button-menu.boxed_grid .pbm-item,
.pocket-button-menu.boxed_grid_advanced .pbm-item {
  height: 100%;
}

/* No Link Target */
.pocket-button-menu a[href="javascript:;"] {
  cursor: default;
}


/* Pocket Button Menu (Text-Link) */
/*--------------------------------------------------------------------------*/

.pocket-button-menu .learn-more {
  letter-spacing: 1.35px;
  color: #422064;
}
.pocket-button-menu .learn-more svg {
  height: 22px;
  vertical-align: text-top;
  margin-left: 8px;
  fill: #422064;
}


/* Pocket Button Menu (Icon-Wrapper) */
/*--------------------------------------------------------------------------*/

.pocket-button-menu .pbm-item .icon-wrapper {
  display: inline-block;
  border-radius: 20px 20px 20px 20px;
  flex-shrink: 0;
  margin-right: 16px;
}
.pocket-button-menu.icon-wrapper img  {
  width: 100% !important; 
  height: 100% !important;
}




  .pocket-button-menu.default .pbm-item .icon-wrapper {
    height: 40px;
    width: 40px;
    padding: 8.0px;
  }
  


  .pocket-button-menu.boxed_grid .pbm-item .icon-wrapper {
    height: 80px;
    width: 80px;
    padding: 12.0px;
  }
  
    @media (max-width:767px) {
      .pocket-button-menu.boxed_grid .pbm-item .icon-wrapper {
        height: 40.0px;
        width: 40.0px;
      }
    }
  


  .pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper {
    height: 96px;
    width: 96px;
    padding: 20.0px;
  }
  
    @media (max-width:767px) {
      .pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper {
        height: 48.0px;
        width: 48.0px;
      }
    }
  



/* Variant Specific */
.pocket-button-menu.boxed_grid_advanced .pbm-item {
  margin-left: 48px;
}
.pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper  {
  margin-left: -144px;
  margin-right: 48px
}
.pocket-button-menu.boxed_grid .pbm-item .icon-wrapper {
  border-radius: 10px 10px 10px 10px;
  margin-right: 32px
}
@media (max-width:767px) {
  .pocket-button-menu.boxed_grid_advanced .pbm-item {
    margin-left: 0px;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper  {
    margin-left: -72.0px;
    margin-right: 24.0px;
    padding: 8.0px;
    border-radius: 8.0px;
  }
}


/* Pocket Button Menu (Icon-Wrapper-Style) */
/*--------------------------------------------------------------------------*/




  .pocket-button-menu.default .pbm-item .icon-wrapper {
    background-color: transparent;
  }
  .pocket-button-menu.default .pbm-item.primary-style .icon-wrapper {
    background-color: transparent;
  }
  .pocket-button-menu.default .pbm-item.secondary-style .icon-wrapper {
    background-color: transparent;
  }
  .pocket-button-menu.default .pbm-item:hover .icon-wrapper,
  .pocket-button-menu.default .pbm-item:active .icon-wrapper,
  .pocket-button-menu.default .pbm-item:focus .icon-wrapper {
    background-color: transparent;
  }
  .pocket-button-menu.default .pbm-item.primary-style:hover .icon-wrapper,
  .pocket-button-menu.default .pbm-item.primary-style:active .icon-wrapper,
  .pocket-button-menu.default .pbm-item.primary-style:focus .icon-wrapper {
    background-color: transparent;
  }
  .pocket-button-menu.default .pbm-item.secondary-style:hover .icon-wrapper,
  .pocket-button-menu.default .pbm-item.secondary-style:active .icon-wrapper,
  .pocket-button-menu.default .pbm-item.secondary-style:focus .icon-wrapper {
    background-color: transparent;
  }


  .pocket-button-menu.boxed_grid .pbm-item .icon-wrapper {
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid .pbm-item.primary-style .icon-wrapper {
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style .icon-wrapper {
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid .pbm-item:hover .icon-wrapper,
  .pocket-button-menu.boxed_grid .pbm-item:active .icon-wrapper,
  .pocket-button-menu.boxed_grid .pbm-item:focus .icon-wrapper {
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:hover .icon-wrapper,
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:active .icon-wrapper,
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:focus .icon-wrapper {
    background-color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:hover .icon-wrapper,
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:active .icon-wrapper,
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:focus .icon-wrapper {
    background-color: #FFFFFF;
  }


  .pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper {
    background-color: #624183;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style .icon-wrapper {
    background-color: #DD304F;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style .icon-wrapper {
    background-color: #422064;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item:hover .icon-wrapper,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:active .icon-wrapper,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:focus .icon-wrapper {
    background-color: #624183;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:hover .icon-wrapper,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:active .icon-wrapper,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:focus .icon-wrapper {
    background-color: #A61B3D;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:hover .icon-wrapper,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:active .icon-wrapper,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:focus .icon-wrapper {
    background-color: #624183;
  }



/* Pocket Button Menu (Icon-Itself) */
/*--------------------------------------------------------------------------*/

  .pocket-button-menu .pbm-item .icon-wrapper > svg,
  .pocket-button-menu .pbm-item .icon-wrapper > img {
    width: 100%; height: 100%;
    transition: fill .3s ease-out;
  }
  .pocket-button-menu .pbm-item:hover .icon-wrapper > svg,
  .pocket-button-menu .pbm-item:active .icon-wrapper > svg,
  .pocket-button-menu .pbm-item:focus .icon-wrapper > svg  {
    opacity: 1;
  }


/* Pocket Button Menu (Icon-Itself-Style) */
/*--------------------------------------------------------------------------*/




  .pocket-button-menu.default .pbm-item .icon-wrapper > svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.default .pbm-item.primary-style .icon-wrapper > svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.default .pbm-item.secondary-style .icon-wrapper > svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.default .pbm-item:hover .icon-wrapper > svg,
  .pocket-button-menu.default .pbm-item:active .icon-wrapper > svg,
  .pocket-button-menu.default .pbm-item:focus .icon-wrapper > svg  {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.default .pbm-item.primary-style:hover .icon-wrapper > svg,
  .pocket-button-menu.default .pbm-item.primary-style:active .icon-wrapper > svg,
  .pocket-button-menu.default .pbm-item.primary-style:focus .icon-wrapper > svg  {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.default .pbm-item.secondary-style:hover .icon-wrapper > svg,
  .pocket-button-menu.default .pbm-item.secondary-style:active .icon-wrapper > svg,
  .pocket-button-menu.default .pbm-item.secondary-style:focus .icon-wrapper > svg  {
    fill: #FFFFFF;
    color: #FFFFFF;
  }


  .pocket-button-menu.boxed_grid .pbm-item .icon-wrapper > svg {
    fill: #422064;
    color: #422064;
  }
  .pocket-button-menu.boxed_grid .pbm-item.primary-style .icon-wrapper > svg {
    fill: #DD304F;
    color: #DD304F;
  }
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style .icon-wrapper > svg {
    fill: #422064;
    color: #422064;
  }
  .pocket-button-menu.boxed_grid .pbm-item:hover .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid .pbm-item:active .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid .pbm-item:focus .icon-wrapper > svg  {
    fill: #624183;
    color: #624183;
  }
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:hover .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:active .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid .pbm-item.primary-style:focus .icon-wrapper > svg  {
    fill: #A61B3D;
    color: #A61B3D;
  }
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:hover .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:active .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid .pbm-item.secondary-style:focus .icon-wrapper > svg  {
    fill: #624183;
    color: #624183;
  }


  .pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper > svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style .icon-wrapper > svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style .icon-wrapper > svg {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item:hover .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:active .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item:focus .icon-wrapper > svg  {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:hover .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:active .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.primary-style:focus .icon-wrapper > svg  {
    fill: #FFFFFF;
    color: #FFFFFF;
  }
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:hover .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:active .icon-wrapper > svg,
  .pocket-button-menu.boxed_grid_advanced .pbm-item.secondary-style:focus .icon-wrapper > svg  {
    fill: #FFFFFF;
    color: #FFFFFF;
  }


/* Make A Black SVG as IMG Into A White SVG as IMG */
.pocket-button-menu.default .pbm-item .icon-wrapper > img,
.pocket-button-menu.boxed_grid .pbm-item .icon-wrapper > img,
.pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper > img {
  filter: invert(1) !important;
}


/* Pocket Button Menu (Super Small Improvements) */
/*--------------------------------------------------------------------------*/

.pocket-button-menu .pbm-item .line-break-sm {
  display: none;
}
@media (max-width: 380px) {
  .pocket-button-menu.default .pbm-item {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .pocket-button-menu.boxed_grid .pbm-item, 
  .pocket-button-menu.boxed_grid_advanced .pbm-item {
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 32px;
  }
  .pocket-button-menu.boxed_grid .pbm-item .icon-wrapper, 
  .pocket-button-menu.boxed_grid_advanced .pbm-item .icon-wrapper {
    margin-left: 0;
    margin-bottom: 24.0px;
  }
  .pocket-button-menu.boxed_grid .pbm-item .text-wrapper, 
  .pocket-button-menu.boxed_grid_advanced .pbm-item .text-wrapper {
    overflow: hidden;
    overflow-wrap: break-word;
  }
  .pocket-button-menu .pbm-item .line-break-sm {
    width: 100%;
    height: 8.0px;
    display: block;
  }
  .pocket-button-menu.default .pbm-item .icon-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 280px) {
  .pocket-button-menu.boxed_grid .pbm-item, 
  .pocket-button-menu.boxed_grid_advanced .pbm-item  {
    padding: 16px;
  }
}


/* Hide Description Mobile */
@media (max-width:767px) {
  .pocket-button-menu .no-mobile-description {
    display: none;
  }
}

/* Pocket Button Menu (Custom) */
/*--------------------------------------------------------------------------*/





/* LOADED WITH REQUIRE LIB */
/*--------------------------------------------------------------------------*/



   
/* ADDITIONAL JOB TEMPLATE STYLESHEETS */
/*--------------------------------------------------------------------------*/





/* ADDITIONAL QUTOE TEMPLATE STYLESHEETS */
/*--------------------------------------------------------------------------*/



/* YOUR EXTENSION BUNDLE STYLESHEETS */
/*--------------------------------------------------------------------------*/

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa, .fas {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 400;
}
.far {
  font-family: 'Font Awesome 5 Free', 'Font Awesome';
  font-weight: 400;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }








/* Tagging (Wrapper) */
/*--------------------------------------------------------------------------*/  

.tag-list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}


/* Tagging (Tag-Element) */
/*--------------------------------------------------------------------------*/  

.tag-list .tag {
  padding: 4.0px 8.0px 5.333333333333333px;
  margin: 4.0px;
  border-radius: 4.0px;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  white-space: nowrap;
}


/* Tagging (Tag-Element) */
/*--------------------------------------------------------------------------*/  

.tag-list .tag > .label {
  vertical-align: text-bottom;
}


/* Tagging (Tag-Icon) */
/*--------------------------------------------------------------------------*/  

.tag-list .tag:before {
  display: none;
  margin-right: 4.0px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

/* Tagging (Icon-Size) */
/*--------------------------------------------------------------------------*/  

@media screen {
  .tag-list .tag:before{
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width:767px) {
  .tag-list .tag:before {
    width: 12px;
    height: 12px;
  }
}
@media print {
  .tag-list .tag:before {
    width: 8pt;
    height: 8pt;
  }
}


/* Sticky Header wWith Scroll Anchor Position On Page */
body {
  /*
  scroll-margin-top: 176px;
  scroll-padding-top: 176px; 
  */
  scroll-behavior: smooth;
}


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

.mb-1x50 { margin-bottom: 24px; }
.mt-1x50 { margin-top: 24px; }
.mb-1x75 { margin-bottom: 28px; }
.mt-1x75 { margin-top: 28px; }
.mb-1x25 { margin-bottom: 20px; }
.mt-1x25 { margin-top: 20px; }


/* Better Text (Gap Only Between Elements) */
.richtext > *:only-child { margin-top: 0px; margin-bottom: 0px; }
.richtext > *:fist-child { margin-top: 0px; }
.richtext > *:last-child { margin-bottom: 0px; }

.overflow-hidden {
  overflow: hidden;
}

.position-center > * { background-position: center center !important; object-position: center center !important; }
.position-right > * { background-position: right center !important; object-position: center right !important; }
.position-left > * { background-position: left center !important; object-position: center left !important; }
.position-top > * { background-position: top center !important; object-position: center top !important; }
.position-bottom > * { background-position: bottom center !important; object-position: center bottom !important; }

@media (min-width:1025px) {
.position-desktop-center > * { background-position: center center !important; object-position: center center !important; }
.position-desktop-right > * { background-position: right center !important; object-position: center right !important; }
.position-desktop-left > * { background-position: left center !important; object-position: center left !important; }
.position-desktop-top > * { background-position: top center !important; object-position: center top !important; }
.position-desktop-bottom > * { background-position: bottom center !important; object-position: center bottom !important; }
}

@media (max-width:1024px) {
.position-mobile-center > * { background-position: center center !important; object-position: center center !important; }
.position-mobile-right > * { background-position: right center !important; object-position: center right !important; }
.position-mobile-left > * { background-position: left center !important; object-position: center left !important; }
.position-mobile-top > * { background-position: top center !important; object-position: center top !important; }
.position-mobile-bottom > * { background-position: bottom center !important; object-position: center bottom !important; }
}

/* Resets */
/*--------------------------------------------------------------------------*/

figure {
  margin:0;
  padding:0;
}
.zoofoo {
  color:red;
}
.foozoo {
  color:red;
}


/* Blog posts News */
/*--------------------------------------------------------------------------*/

.hs-blog-post.news-detail .headline .topline {
  color:white;
}
@media (min-width:1025px) {
  .news-index:has(.highlight-container) .blog-listing .blog-item.first-entry {
    display: none;
  }
}


/* Blog posts Referenzen */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .cases-index:has(.highlight-container) .blog-listing .blog-item.first-entry {
    display: none;
  }
}


/* Meeting calendar to left */
/*--------------------------------------------------------------------------*/

@media (min-width:1025px) {
  .meeting.left {
    padding-right: 30%;
    padding-left: 0;
  }
}
p {margin: 0 0 27px 0;}
@media (max-width:767px) { p {margin: 0 0 24px 0;} }

body.no-scroll {
  overflow-y: hidden;
}
.meeting {
  box-shadow:none !important;
}


/* Headlines */
/*--------------------------------------------------------------------------*/

h1.h2_small {font-size:37px; margin-bottom:2rem !important;}
@media (max-width:767px) {
  h1.h2_small {font-size:30px; margin-bottom:2rem !important;}
}


/* Container */
/*--------------------------------------------------------------------------*/

h2.margin-large {margin-bottom:96px;}
.h2.margin-large {margin-bottom:96px;}

/* in cta only  */
h2.margin-small {margin-bottom:48px}
.h2.margin-small {margin-bottom:48px}

@media (max-width:767px) {
  h2.margin-large {margin-bottom:64px;}
  .h2.margin-large {margin-bottom:64px;}
  h2.margin-small {margin-bottom:32px}
  .h2.margin-small {margin-bottom:32px}
}


/* Container */
/*--------------------------------------------------------------------------*/

.header-container .container {
  background-color: white;
  border-radius: 0px 0px 40px 40px;
  padding-bottom: 1.5rem;
  box-shadow: 0px 10px 30px rgba(0, 0, 0,0.1);
}
header.header-container-wrapper,
header.header-container-wrapper.sticky {
  z-index:200;
}
.header-container-wrapper.sticky .header-container .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}



.header-container > div > .container {
  max-width: 1370px !important;
}
.header-container .header-content-width {
  max-width: 1227px !important;
  margin: 0 auto;
}
.header-container-wrapper.sticky .header-content-width {
  padding-top:0rem; /* 1rem; fixed sticky header - 08/2023 */
}


/* Topbar */
/*--------------------------------------------------------------------------*/

.topbar-linklist a {
  color:black;
}
.topbar-linklist a:hover {
  color:#DD304F;
}
@media {min=768px, max=1024px} {
  .header-container-wrapper.sticky .header-container .container {
    padding-bottom: 1.5rem;
    padding-top: 0rem;
  }
}
@media (max-width:1024px) {
  .header-container-wrapper .topbar-container {
    display:none;
  }
}


/* Sticky */
/*--------------------------------------------------------------------------*/

.hs-inline-edit .header-container-wrapper.sticky,
.header-container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 10;
}
.header-container-wrapper.sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  animation: .6s stickyHeader;
}
@keyframes stickyHeader {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.header-container-wrapper.fixed-to-top {
  animation: .6s fixedToTopHeader;
}
@keyframes fixedToTopHeader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


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

footer {
  font-size:16px;
}
.footer-left .richtext {
  display:flex;
  gap: 1rem;
  align-items: center;
}
.footer-left .richtext img {
  display:block;
}
.footer-left .richtext a {
  color: #000000;
  padding-top: 2rem;
}

.footer-image {
  margin-top:1rem;
  padding-bottom: 1.5rem;
}
.footer-image a {
  display:block;
}
.footer-content:after {
  background: #E3E2E3;
  content:"";
  width:calc(100% - 32px);
  height:1px;
  display:block;
  margin-left:16px;
  margin-top: 1rem;
}

@media (max-width:767px) {
  footer {
    font-size:14px;
  }
  .footer-content:after {
    width:calc(100% - 32px);
  }
  footer .trademark {
    max-width: 180px;
  }  
  footer .footer-image {
    flex-wrap: nowrap;
  }
  footer .footer-image img {
    max-width:82% !important;
  }
}


/* Diverse */
/*--------------------------------------------------------------------------*/

.bottom-negative-space-70 {
  margin-bottom:-70px;
  overflow: visible;
}
@media (max-width:767px) {
  .bottom-negative-space-70 {
    margin-bottom:-150px;
  }  
}
.top-negative-space-20 {
  margin-top:-20px;
}  
@media (min-width:768px) {
  .top-negative-space-20 {
    margin-top:-70px;
  }  
}
@media (max-width:767px) {
  .order-sm-only-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width:1024px) {
  .order-md-down-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}


/* mobile: no br */
/*--------------------------------------------------------------------------*/

@media (max-width:1024px) {
  .no-br br.hide-mobile {
    display:none;
  }
  .hl-no-br h1 br.hide-mobile {
    display:none;
  }  
} 


/* strong */
/*--------------------------------------------------------------------------*/

b, strong {
  font-weight: 600;
}
.width-500, .width-700 {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px; 
}
.width-500 img {
  width: 500px;
  height: auto;
}
.width-700 img {
  width: 700px;
  height: auto;
}


/* custom richtext module listing */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_rich_text ul,
.custom-richtext.list-arrow ul,
.custom-list ul,
.list-arrow ul,
.image-text-box ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 32px;
}
.hs_cos_wrapper_type_rich_text ul li,
.custom-richtext.list-arrow ul li,
.custom-list ul li,
.list-arrow ul li,
.image-text-box ul li {
  position: relative;
  margin-bottom: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 9.033 16"><path id="Pfad_49" data-name="Pfad 49" d="M693.679,382.661l0-.016a1.03,1.03,0,0,0-.226-.339l-6.991-6.991A1.033,1.033,0,0,0,685,376.775l5.229,5.23h0l1.032,1.032-1.033,1.033h.005L685,389.3a1.033,1.033,0,0,0,1.459,1.459l6.991-6.991a1.06,1.06,0,0,0,.226-.338l0-.016a1.035,1.035,0,0,0,.073-.374A1.047,1.047,0,0,0,693.679,382.661Z" transform="translate(-684.719 -375.037)" fill="%23624183"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  padding-left: 35px;
  font-weight: 400;
}
.hs_cos_wrapper_type_rich_text ul li svg,
.custom-richtext.list-arrow ul li svg,
.custom-list ul li svg,
.list-arrow ul li svg,
.image-text-box ul li svg {
  fill: #624183;
}

@media (max-width:767px) { 
  .hs_cos_wrapper_type_rich_text ul li,
  .custom-richtext.list-arrow ul li,
  .custom-list ul li,
  .list-arrow ul li,
  .image-text-box ul li {
    font-size: 16px;
  }
}




/* list arrow */
/*--------------------------------------------------------------------------*/

ul.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-check li {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24.0px;
  padding-left: 35px;
  font-weight: 500;
  margin-bottom: 24.0px;
  background-image: url('data:image/svg+xml;utf8,<svg id="uuid-39470d06-8f2b-4de8-8a31-ffc2d4140ab8" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path id="uuid-62d6c8b5-3a4b-4518-a4f9-dae25a84f3d3" d="M24,48C10.745,48,0,37.255,0,24S10.745,0,24,0s24,10.745,24,24c-.015,13.248-10.752,23.985-24,24Zm0-44.308C12.784,3.692,3.692,12.784,3.692,24s9.092,20.308,20.308,20.308,20.308-9.092,20.308-20.308c-.013-11.21-9.097-20.295-20.308-20.308Z"/><path id="uuid-d09ec5e5-78c0-44c2-bc90-328bb88b07c8" d="M21.538,33.231c-.492,.003-.965-.192-1.313-.54l-7.385-7.385c-.721-.723-.72-1.893,.003-2.614,.723-.721,1.893-.72,2.614,.003l6.072,6.072,10.995-10.995c.721-.725,1.892-.729,2.617-.008,.725,.721,.729,1.892,.008,2.617l-12.308,12.308c-.345,.347-.815,.542-1.305,.542Z" fill="%23624183" /></svg>')
}
ul.list-check li > svg {
  fill: #624183;
}


/* 2nd level list */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_rich_text ul ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px;
}
.hs_cos_wrapper_type_rich_text ul li ul li {
  position: relative;
  margin-bottom: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 9.033 16"><path id="Pfad_49" data-name="Pfad 49" d="M693.679,382.661l0-.016a1.03,1.03,0,0,0-.226-.339l-6.991-6.991A1.033,1.033,0,0,0,685,376.775l5.229,5.23h0l1.032,1.032-1.033,1.033h.005L685,389.3a1.033,1.033,0,0,0,1.459,1.459l6.991-6.991a1.06,1.06,0,0,0,.226-.338l0-.016a1.035,1.035,0,0,0,.073-.374A1.047,1.047,0,0,0,693.679,382.661Z" transform="translate(-684.719 -375.037)" fill="%23624183"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
  padding-left: 28px;
  font-weight: 500;
}
/* set icon to top */
.listicon-to-top .hs_cos_wrapper_type_rich_text ul li,
.richtext.listicon-to-top  ul li{
  background-position: left 5px;
  font-weight: 400;
}
.listicon-to-top .hs_cos_wrapper_type_rich_text ul li ul li,
.richtext.listicon-to-top  ul li ul li {
  background-position: left 7px;
  font-weight: 400;
}



/* variant  with bold headline */
.liststyle-headline ul li {
  background-position: left 4%;
  font-weight: 400;
}
@media (max-width:767px) {
  .span6.dnd-module .liststyle-headline ul,
  .span4.dnd-module .liststyle-headline ul {
    margin-top:0;
    margin-bottom:0;
  }
}



/* CUSTOM MOBILE GRID SETTINGS */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  /* Container spacing */
  .container,
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
  div[class*=span].dnd-column {
    padding-left: 32px;
    padding-right: 32px;
  }
  /* DnD Max Width Sections */
  div[class*='max-width-section'],
  div[class*="full-width-section"] ,
  .hs-inline-edit [class~="full-width"],
  .full-width {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-fluid.dnd-area>.row-fluid-wrapper {
    padding: 0; 
  }
}


/* MOBILE/DESKTOP OBJECT POSITION */
/*--------------------------------------------------------------------------*/

@media (max-width:767px) {
  .banner .banner-image.mobile-left-top img {
    object-position: left top;
  }
  .banner .banner-image.mobile-left-center img {
    object-position: left center;
  }
  .banner .banner-image.mobile-left-bottom img {
    object-position: left bottom;
  }
  .banner .banner-image.mobile-center-top img {
    object-position: center top;
  }
  .banner .banner-image.mobile-center-center img {
    object-position: center center;
  }
  .banner .banner-image.mobile-center-bottom img {
    object-position: center bottom;
  }
  .banner .banner-image.mobile-right-top img {
    object-position: right top;
  }
  .banner .banner-image.mobile-right-center img {
    object-position: right center;
  }
  .banner .banner-image.mobile-right-bottom img {
    object-position: right bottom;
  }
}

@media (min-width:768px) {
  .banner .banner-image.tablet-left-top img {
    object-position: left top;
  }
  .banner .banner-image.tablet-left-center img {
    object-position: left center;
  }
  .banner .banner-image.tablet-left-bottom img {
    object-position: left bottom;
  }
  .banner .banner-image.tablet-center-top img {
    object-position: center top;
  }
  .banner .banner-image.tablet-center-center img {
    object-position: center center;
  }
  .banner .banner-image.tablet-center-bottom img {
    object-position: center bottom;
  }
  .banner .banner-image.tablet-right-top img {
    object-position: right top;
  }
  .banner .banner-image.tablet-right-center img {
    object-position: right center;
  }
  .banner .banner-image.tablet-right-bottom img {
    object-position: right bottom;
  }
}


/* HELPER UNIVERSAL */
/*--------------------------------------------------------------------------*/


.break-sm, .break-md, .break-lg { 
  display: none; 
}

@media (max-width:767px) {
  .break-sm { display: inline; }
}

@media (min-width:768px) {
  .break-md { display: inline; }
}

@media (min-width:1025px) {
  .break-lg { display: inline; }
}


/* DND Background Section Box Style Helper For Backgrounds */
/*--------------------------------------------------------------------------*/





	/* Add Auto. Border Radius For Background Areas */
  .dnd-row[class*="background-color"],
  .dnd-row[class*="background-gradient"] {
    border-radius: 20px;
    margin-left: 0; margin-right: 0;
		padding: 16px;
  }
  @media  {
    .dnd-row[class*="background-color"],
    .dnd-row[class*="background-gradient"] {
      border-radius: 20px;
    }
  }

  /* Join Two Background Areas, Remove Border-Radius Between Areas */
  @media (min-width:768px) {
    .dnd-row[class*="background-color"] + .dnd-row[class*="background-color"],
    .dnd-row[class*="background-gradient"] + .dnd-row[class*="background-gradient"],
    .dnd-row[class*="background-gradient"] + .dnd-row[class*="background-color"],
    .dnd-row[class*="background-color"] + .dnd-row[class*="background-gradient"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  @media (max-width:767px) {
    .dnd-row[class*="background-color"] + .dnd-row[class*="background-color"],
    .dnd-row[class*="background-gradient"] + .dnd-row[class*="background-gradient"],
    .dnd-row[class*="background-gradient"] + .dnd-row[class*="background-color"],
    .dnd-row[class*="background-color"] + .dnd-row[class*="background-gradient"] {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  @media (min-width:768px) {
    .dnd-row[class*="background-color"]:has(+ .dnd-row[class*="background-color"]),
    .dnd-row[class*="background-gradient"]:has(+ .dnd-row[class*="background-gradient"]),
    .dnd-row[class*="background-gradient"]:has(+ .dnd-row[class*="background-color"]),
    .dnd-row[class*="background-color"]:has(+ .dnd-row[class*="background-gradient"]) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  @media (max-width:767px) {
    .dnd-row[class*="background-color"]:has(+ .dnd-row[class*="background-color"]),
    .dnd-row[class*="background-gradient"]:has(+ .dnd-row[class*="background-gradient"]),
    .dnd-row[class*="background-gradient"]:has(+ .dnd-row[class*="background-color"]),
    .dnd-row[class*="background-color"]:has(+ .dnd-row[class*="background-gradient"]) {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }



	/* Add Auto. Border Radius For Background Areas */
  .dnd-column[class*="background-color"],
  .dnd-column[class*="background-gradient"] {
    border-radius: 20px;
    margin-left: 0; margin-right: 0;
		padding: 16px;
  }
  @media  {
    .dnd-column[class*="background-color"],
    .dnd-column[class*="background-gradient"] {
      border-radius: 20px;
    }
  }

  /* Join Two Background Areas, Remove Border-Radius Between Areas */
  @media (min-width:768px) {
    .dnd-column[class*="background-color"] + .dnd-column[class*="background-color"],
    .dnd-column[class*="background-gradient"] + .dnd-column[class*="background-gradient"],
    .dnd-column[class*="background-gradient"] + .dnd-column[class*="background-color"],
    .dnd-column[class*="background-color"] + .dnd-column[class*="background-gradient"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  @media (max-width:767px) {
    .dnd-column[class*="background-color"] + .dnd-column[class*="background-color"],
    .dnd-column[class*="background-gradient"] + .dnd-column[class*="background-gradient"],
    .dnd-column[class*="background-gradient"] + .dnd-column[class*="background-color"],
    .dnd-column[class*="background-color"] + .dnd-column[class*="background-gradient"] {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  @media (min-width:768px) {
    .dnd-column[class*="background-color"]:has(+ .dnd-column[class*="background-color"]),
    .dnd-column[class*="background-gradient"]:has(+ .dnd-column[class*="background-gradient"]),
    .dnd-column[class*="background-gradient"]:has(+ .dnd-column[class*="background-color"]),
    .dnd-column[class*="background-color"]:has(+ .dnd-column[class*="background-gradient"]) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  @media (max-width:767px) {
    .dnd-column[class*="background-color"]:has(+ .dnd-column[class*="background-color"]),
    .dnd-column[class*="background-gradient"]:has(+ .dnd-column[class*="background-gradient"]),
    .dnd-column[class*="background-gradient"]:has(+ .dnd-column[class*="background-color"]),
    .dnd-column[class*="background-color"]:has(+ .dnd-column[class*="background-gradient"]) {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }



	/* Add Auto. Border Radius For Background Areas */
  div:not(.span12) > .dnd-section[class*="background-color"],
  div:not(.span12) > .dnd-section[class*="background-gradient"] {
    border-radius: 20px;
    margin-left: 0; margin-right: 0;
		padding: 16px;
  }
  @media  {
    div:not(.span12) > .dnd-section[class*="background-color"],
    div:not(.span12) > .dnd-section[class*="background-gradient"] {
      border-radius: 20px;
    }
  }

  /* Join Two Background Areas, Remove Border-Radius Between Areas */
  @media (min-width:768px) {
    div:not(.span12) > .dnd-section[class*="background-color"] + div:not(.span12) > .dnd-section[class*="background-color"],
    div:not(.span12) > .dnd-section[class*="background-gradient"] + div:not(.span12) > .dnd-section[class*="background-gradient"],
    div:not(.span12) > .dnd-section[class*="background-gradient"] + div:not(.span12) > .dnd-section[class*="background-color"],
    div:not(.span12) > .dnd-section[class*="background-color"] + div:not(.span12) > .dnd-section[class*="background-gradient"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  @media (max-width:767px) {
    div:not(.span12) > .dnd-section[class*="background-color"] + div:not(.span12) > .dnd-section[class*="background-color"],
    div:not(.span12) > .dnd-section[class*="background-gradient"] + div:not(.span12) > .dnd-section[class*="background-gradient"],
    div:not(.span12) > .dnd-section[class*="background-gradient"] + div:not(.span12) > .dnd-section[class*="background-color"],
    div:not(.span12) > .dnd-section[class*="background-color"] + div:not(.span12) > .dnd-section[class*="background-gradient"] {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  @media (min-width:768px) {
    div:not(.span12) > .dnd-section[class*="background-color"]:has(+ div:not(.span12) > .dnd-section[class*="background-color"]),
    div:not(.span12) > .dnd-section[class*="background-gradient"]:has(+ div:not(.span12) > .dnd-section[class*="background-gradient"]),
    div:not(.span12) > .dnd-section[class*="background-gradient"]:has(+ div:not(.span12) > .dnd-section[class*="background-color"]),
    div:not(.span12) > .dnd-section[class*="background-color"]:has(+ div:not(.span12) > .dnd-section[class*="background-gradient"]) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  @media (max-width:767px) {
    div:not(.span12) > .dnd-section[class*="background-color"]:has(+ div:not(.span12) > .dnd-section[class*="background-color"]),
    div:not(.span12) > .dnd-section[class*="background-gradient"]:has(+ div:not(.span12) > .dnd-section[class*="background-gradient"]),
    div:not(.span12) > .dnd-section[class*="background-gradient"]:has(+ div:not(.span12) > .dnd-section[class*="background-color"]),
    div:not(.span12) > .dnd-section[class*="background-color"]:has(+ div:not(.span12) > .dnd-section[class*="background-gradient"]) {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }



.dnd-section[class*="background-color"],
.dnd-section[class*="background-gradient"] {
	padding-top: 16px;
}

/* If Nested - Add auto. a small gap between elements. */
@media  {
  *[class*="background-gradient"] *[class*="background-color"],
  *[class*="background-color"] *[class*="background-gradient"] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* If Widget Wrapper Column - Fix missing gap to screen edge
@media  {
  .widget-type-cell.dnd-column[class*="background-color"].,
  .widget-type-cell.dnd-column[class*="background-gradient"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(100% - 32rem) !important;
    max-width: calc(100% - 32rem) !important;
    flex: 0 0 calc(100% - 32rem) !important;
  }
} */
/* CUSTOM CHILD THEME STYLESHEETS */
/*--------------------------------------------------------------------------*/




/* OPRGINAL THEME SOURCE MODULE STYLESHEETS */
/*--------------------------------------------------------------------------*/





@media (min-width:768px) {
  .section-row-equalize .row-fluid-wrapper:first-child:last-child .row-fluid,
  .section-row-equalize .row-fluid-wrapper:first-child:last-child {
    height:100%;
  }
}




.section-row-rounded-border .dnd-column {
  border-radius:20px;
  
  
  background-position: unset !important;
}



.section-row-rounded-border.row-fluid-wrapper .row-fluid {
  max-width: 1195px !important;
}




.section-row-rounded-corner-shadow > .row-fluid {
  border-radius:20px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0,0.1);
  background-position: unset !important;
	padding-top: 36px;
	padding-bottom: 36px;
}


@media (min-width:768px) {
  .section-row-rounded-corner-shadow > .row-fluid {
    border-radius:20px;
		box-shadow: 0px 10px 30px rgba(0, 0, 0,0.1);
		padding-top: 80px;
		padding-bottom: 80px;
  }
}