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

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



figure {
  margin: 0;
}



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

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


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

.container {
    max-width: 1396px !important;
}

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




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

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


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

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


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

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


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

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


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

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


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

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

@media (min-width:1024px) {
    .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:1023px) {
    .hide-tablet-only {
        display: none;
    }
}
@media (min-width:1024px) and (max-width:1919px) {
    .hide-desktop-only {
        display: none;
    }
}
@media (min-width:1920px) and (max-width:3840px) {
    .hide-widescreen-only {
        display: none;
    }
}

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

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

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


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

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

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

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

/* DnD Max Width Sections */
[class*='max-width-section'] {
  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:1024px) {
    .dnd-section {
        padding-top: ;
        padding-bottom: ;
    }
}
*/

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

.row-fluid-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:1023px), print and (orientation: portrait) {
    .row-fluid [class*="span"] {
        display: block;
        float: none  !important;;
        width: 100%;
        min-height: 0 !important;;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  .row-fluid > .span6  { 
    /* width: 100% !important; */
    -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%;
  }
}



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

.hs-inline-edit div[class*="full-width-section"] {
  margin-top: 0!important;
  margin-bottom: 0!important;
}

/* logo bar */
/*-----------------------------*/
.hs-inline-edit .logo-bar a {
  display: inline;
}

.hs-inline-edit .logo-bar-box.offset_top {
  margin-top: 0;
}



/* 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 (Position) */
/*--------------------------------------------------------------------------*/

.p-absolute {
  position: absolute;
}
.p-static {
  position: static;
}
.p-fixed {
  position: fixed;
}
.p-sticky {
  position: sticky;
}
.p-relative {
  position: relative;
}


/* 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 (Background color) */
/*--------------------------------------------------------------------------*/

.bg-primary {
  background-color: #25598d;
}
.bg-secondary {
  background-color: #6e1e46;
}
.bg-lightgray {
  background-color: #F7F7F7;
}



/* 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 { color: #25598d; fill: #25598d; }
  .bg-primary { background: #25598d; }

  /* secondary */
  .color-secondary { color: #6e1e46; fill: #6e1e46; }
  .bg-secondary { background: #6e1e46; }

  /* tertiary */
  .color-tertiary { color: #BA0036; fill: #BA0036; }
  .bg-tertiary { background: #BA0036; }

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

  /* black */
  .color-black { color: #000000; fill: #000000; }
  .bg-black { background: #000000; }

  /* light_gray */
  .color-light-gray { color: #F7F7F7; fill: #F7F7F7; }
  .bg-light-gray { background: #F7F7F7; }

  /* medium_gray */
  .color-medium-gray { color: #EBEBEB; fill: #EBEBEB; }
  .bg-medium-gray { background: #EBEBEB; }

  /* dark_gray */
  .color-dark-gray { color: #BABABA; fill: #BABABA; }
  .bg-dark-gray { background: #BABABA; }

  /* message */
  .color-message { color: #6c757d; fill: #6c757d; }
  .bg-message { background: #6c757d; }

  /* okay */
  .color-okay { color: #28a745; fill: #28a745; }
  .bg-okay { background: #28a745; }

  /* warning */
  .color-warning { color: #ffc107; fill: #ffc107; }
  .bg-warning { background: #ffc107; }

  /* alert */
  .color-alert { color: #dc3545; fill: #dc3545; }
  .bg-alert { background: #dc3545; }



/* 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 (Align) */
/*--------------------------------------------------------------------------*/

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


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

.d-none {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.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;
  width: 1px;
  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:1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}


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

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


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

@media (max-width:767px) {
  .sm-mt-auto, .sm-my-auto { margin-top: auto !important;    }
  .sm-mr-auto, .sm-mx-auto { margin-right: auto !important;  }
  .sm-mb-auto, .sm-my-auto { margin-bottom: auto !important; }
  .sm-ml-auto, .sm-mx-auto { margin-left: auto !important;   }
}

@media (min-width:768px) and (max-width:1023px) {
  .md-mt-auto, .md-my-auto { margin-top: auto !important;    }
  .md-mr-auto, .md-mx-auto { margin-right: auto !important;  }
  .md-mb-auto, .md-my-auto { margin-bottom: auto !important; }
  .md-ml-auto, .md-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 0px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-small-hover:hover,
  .box-shadow-small:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-medium {
    transition: all 150ms linear;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-medium-hover:hover,
  .box-shadow-medium:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-large {
    transition: all 150ms linear;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-large-hover:hover,
  .box-shadow-large:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
}

/* Mobile */
@media screen and (max-width:767px) {
 
  .box-shadow-small {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-small-hover:hover,
  .box-shadow-small:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-medium {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-medium-hover:hover,
  .box-shadow-medium:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
  .box-shadow-large {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
  }
  .box-shadow-large-hover:hover,
  .box-shadow-large:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  }
 
}

/* 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 (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: #F7F7F7;
  border: 1px solid #25598d;
  color: #25598d;
}
.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(//25924507.fs1.hubspotusercontent-eu1.net/hubfs/25924507/raw_assets/public/CSG_Parent/images/loading-spinner.svg);
}








@media print {
  
  @page {
    size: A4;
    margin: 20mm 10mm 20mm 20mm;
  }
  
  .d-print { display: block !important; }
  .d-print-none, .no-print { display: none !important; }
  
  /* overwrite all */
  * {
    background-image: none !important;
    background-color: transparent !important;
    color: #000000 !important;
    border: 0px solid #000000 !important;
    text-align: left !important;
    font-size: 12pt !important;
    max-width: 200mm !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 {
    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-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-5x4 {
    padding-bottom: 48.25%;
  }
  .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-2x3 {
    padding-bottom: 130%;
  }


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

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-4x1 {
    padding-bottom: 25%;
  }
  .aspect-ratio.ratio-sm-3x1 {
    padding-bottom: 33.333%;
  }
  .aspect-ratio.ratio-sm-5x4 {
    padding-bottom: 48.25%;
  }
  .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-2x3 {
    padding-bottom: 130%;
  }
}


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

.aspect-ratio.full-width,
.aspect-ratio.full-width.banner {
  width: auto; height: 0;
  min-height: 0;
}
  .aspect-ratio.ratio-4x1.full-width {
    padding-bottom: calc(100vw - 75.000vw);
  }
  .aspect-ratio.ratio-3x1.full-width {
    padding-bottom: calc(100vw - 66.667vw);
  }
  .aspect-ratio.ratio-5x4.full-width {
    padding-bottom: calc(100vw - 51.750vw);
  }
  .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-2x3.full-width {
    padding-bottom: calc(100vw - -30.000vw);
  }


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

@media (max-width:767px) {
  .aspect-ratio.ratio-sm-4x1.full-width {
    padding-bottom: calc(100vw - 75.000vw);
  }
  .aspect-ratio.ratio-sm-3x1.full-width {
    padding-bottom: calc(100vw - 66.667vw);
  }
  .aspect-ratio.ratio-sm-5x4.full-width {
    padding-bottom: calc(100vw - 51.750vw);
  }
  .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-2x3.full-width {
    padding-bottom: calc(100vw - -30.000vw);
  }
}


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

/* Grid Setup:
 * if container_width = 1396 else:
 * container_tablet = 736
 * container_desktop = 992
 * container_widescreen = 1248
*/

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


 /* Default Container */@media (min-width: 1364px) {
   .aspect-ratio.ratio-4x1.banner {
     height: 341.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x1.full-width {
     height: 349.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.banner {
     height: 454.7px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-3x1.full-width {
     height: 465.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.banner {
     height: 658.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-5x4.full-width {
     height: 673.6px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.banner {
     height: 682.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x1.full-width {
     height: 698.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.banner {
     height: 767.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.full-width {
     height: 785.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.banner {
     height: 908.4px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-6x4.full-width {
     height: 929.7px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.banner {
     height: 974.3px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-7x5.full-width {
     height: 997.1px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.banner {
     height: 1364.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-1x1.full-width {
     height: 1396.0px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x3.banner {
     height: 1773.2px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-2x3.full-width {
     height: 1814.8px;
     padding-bottom: 0;
   }
 }

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



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

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

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

::-webkit-scrollbar-thumb:hover {
  background-color: #BABABA;
  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;
  }
}



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




/* 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: #FFFFFF;
}
.content-container {
  background-color: transparent;
  height: 100%;
}
.footer-container {
  background-color: #FFFFFF;
}


/* 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(//25924507.fs1.hubspotusercontent-eu1.net/hubfs/25924507/raw_assets/public/CSG_Parent/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;
  }

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

form fieldset > div {
  margin-bottom: 1rem !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


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

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


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

@media (max-width:1023px){
  .table-wrapper {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  table:not(.hubdb) {
    min-width: 990px;
  }
}


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


body {
  font-family: "Monument Grotesk", sans-serif;
  word-wrap: break-word;
}

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

a, .link {
  color: #25598d;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
a:hover, .link:hover { 
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
a:focus, .link:focus {
  color: #000000;
}
a, .link,
a:hover, .link:hover,
a:focus, .link:focus,
a:focus-visible, .link:focus-visible{ 
  outline-color: transparent;
  outline-style: none;
  outline-width: 0px;
  -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:before {
  display: none;
}


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

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


/* 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: transparent;
  outline-style: none;
  outline-width: 0px;
  -webkit-tap-highlight-color: transparent;
}

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


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

p, .hs_cos_wrapper_type_rich_text {
  margin: 0 0 16px 0;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 27px;
  font-weight: 300;
}

@media print {
  p, .hs_cos_wrapper_type_rich_text {
    font-size: 12pt;
    letter-spacing: 0.002em;
    line-height: 16pt;
    font-weight: 300;
  }
}


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

.uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}


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

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

/* custom list bullet */
p > ul,
.richtext.content ul,
ul.custom-list,
.hs_cos_wrapper_type_rich_text ul {
  list-style: none; /* Remove default bullets */
  padding-left: 16px;
}

p > ul li,
ul.custom-list li,
.richtext.content ul li,
.hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  margin-bottom: 16px;
  letter-spacing: 0.45px;
  line-height: 1.5;
  font-weight: 300;
}

p > ul li:before,
ul.custom-list li:before,
.richtext.content ul li:before,
.hs_cos_wrapper_type_rich_text ul li:before {
  content: ""; 
  position: absolute;
  background: #25598d; 
  width: 8.0px;
  height: 8.0px;
  margin-left: -16px;
  top: 8.0px;
}


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


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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Monument Grotesk", sans-serif;
  margin: 0 0 32px 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width:767px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word;
  }
}

@media screen {
  h1, .h1 { font-size: 32px;  }
  h2, .h2 { font-size: 28px;  }
  h3, .h3 { font-size: 26px;  }
  h4, .h4 { font-size: 24px;  }
  h5, .h5 { font-size: 18px;  }
  h6, .h6 { font-size: 16px;  }
}

@media screen and (min-width:768px) {
  h1, .h1 { font-size: 50px;  }
  h2, .h2 { font-size: 40px;  }
  h3, .h3 { font-size: 34px;  }
  h4, .h4 { font-size: 28px;  }
  h5, .h5 { font-size: 24px;  }
  h6, .h6 { font-size: 20px;  }
}

@media print {
  h1, .h1 { font-size: 32pt; letter-spacing: -0.008em; line-height: 48pt; margin-left: -6pt;  }
  h2, .h2 { font-size: 24pt; letter-spacing: -0.004em; line-height: 32pt; margin-left: -4pt;  }
  h3, .h3 { font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt;  }
  h4, .h4 { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt;  }
  h5, .h5 { font-size: 10pt; letter-spacing: 0.004em; line-height: 16pt;  }
  h6, .h6 { font-size: 8pt; letter-spacing: 0.008em; line-height: 16pt;  }
}


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

@media screen {
  .font-size-xxxl, .font-size-xxxl p { font-size: 80px; letter-spacing: 2px; line-height: 84px; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 50px; letter-spacing: 1.25px; line-height: 60px; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 24px; letter-spacing: 0.6px; line-height: 36px; ;   }
  .font-size-l,    .font-size-l p    { font-size: 20px; letter-spacing: 0.5px; line-height: 30px; ;    }
  .font-size-m,    .font-size-m p    { font-size: 18px; letter-spacing: 0.45px; line-height: 27px; ;    }
  .font-size-s,    .font-size-s p    { font-size: 16px; letter-spacing: 0.4px; line-height: 24px; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 14px; letter-spacing: 0.35px; line-height: 21px; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 12px; letter-spacing: 0.3px; line-height: 24px; ;  }
}


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

@media screen and (min-width:768px) {
  .font-size-xxxl, .font-size-xxxl p { font-size: 120px; letter-spacing: 3px; line-height: 132px; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 50px; letter-spacing: 1.25px; line-height: 60px; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 24px; letter-spacing: 0.6px; line-height: 36px; ;   }
  .font-size-l,    .font-size-l p    { font-size: 20px; letter-spacing: 0.5px; line-height: 30px; ;    }
  .font-size-m,    .font-size-m p    { font-size: 18px; letter-spacing: 0.45px; line-height: 27px; ;    }
  .font-size-s,    .font-size-s p    { font-size: 16px; letter-spacing: 0.4px; line-height: 24px; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 14px; letter-spacing: 0.35px; line-height: 21px; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 12px; letter-spacing: 0.3px; line-height: 24px; ;  }
}


/* Font-Size (print) */
/*--------------------------------------------------------------------------*/

@media print {
  .font-size-xxxl, .font-size-xxxl p { font-size: 48pt; letter-spacing: -0.016em; line-height: 56pt; margin-left: -8pt; ; }
  .font-size-xxl,  .font-size-xxl p  { font-size: 32pt; letter-spacing: -0.008em; line-height: 48pt; margin-left: -6pt; ;  }
  .font-size-xl,   .font-size-xl p   { font-size: 24pt; letter-spacing: -0.004em; line-height: 32pt; margin-left: -4pt; ;   }
  .font-size-l,    .font-size-l p    { font-size: 16pt; letter-spacing: -0.002em; line-height: 24pt; margin-left: -1pt; ;    }
  .font-size-m,    .font-size-m p    { font-size: 12pt; letter-spacing: 0.002em; line-height: 16pt; ;    }
  .font-size-s,    .font-size-s p    { font-size: 10pt; letter-spacing: 0.004em; line-height: 16pt; ;    }
  .font-size-xs,   .font-size-xs p   { font-size: 8pt; letter-spacing: 0.008em; line-height: 16pt; ;   }
  .font-size-xxs,  .font-size-xxs p  { font-size: 6pt; letter-spacing: 0.016em; line-height: 8pt; ;  }
}


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

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


/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


/* CHILD THEME PRE STYLE (system_theme.js) */
/*--------------------------------------------------------------------------*/

.system-page .trademark {
  opacity: 0;
}

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

.error {
  padding: 192px 0 128px 0;
  text-align: center;
}
/* headline */
.error-code {
  line-height: 1;
}
.error-text {
  z-index: 1;
}
.error .btn {
  margin-top: 16px;
}

.error .header {
  border-bottom: 1px solid ;
  padding-bottom: 40.0px;
}


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

.system {
  padding-top: 65px;
  padding-bottom: 85px;
  text-align: center;
}
/* headline */
.system h1 {
  font-size: 
}
.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: ;
  color: ;
  border: 1px solid ;
  display: inline-block;
  margin: 32px 0;
  padding: 8.0px 16px;
  width: 100%;
}
.system .icon {
  padding: 32px;
}


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

.search-result.system-page .system {
  text-align: left;
}

/* 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;
  margin-bottom: 32px;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}
.hs-search-results__title {
  text-decoration: none;
  font-weight: 500;
}


/* 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: #F7F7F7;
  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: ;
}
#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: #F7F7F7;
  padding: 32px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.subscribe-options .header {
  position: relative;
  background-color: #F7F7F7;
  margin-bottom: 8.0px;
  font-size: ;
}


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









/* Address (Styles) */
/*--------------------------------------------------------------------------*/

.address p {
  font-style: normal;
}
.address .address-group {
  display: inline-block;
}


/* Address (Icons) */
/*--------------------------------------------------------------------------*/


.address i,
.address svg {
  color: #25598d;
  fill: #25598d;
  width: 24.0px;
  vertical-align: top;
  text-align: center;
  line-height: inherit;
}


/* Address (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .address a,
  .address i,
  .address svg {
    color: #000000;
    fill: #000000;
  }
}


/* Address (Custom) */
/*--------------------------------------------------------------------------*/




.address p {
  margin: 0;
}

.address a {
  font-weight: 300;
  color: #000000;
}

.address a:hover,
.address a:focus {
  font-weight: 300;
  color: #25598d;
}

.address .address-group {
  margin-bottom: 16px;
}









/* addressbox (Styles) */
/*--------------------------------------------------------------------------*/

.addressbox p {
  font-style: normal;
  margin-bottom: 0;
}
.addressbox .address-group {
  display: inline-block;
  margin-bottom: 32px;
}
.addressbox.with-map-icon {
  display: flex;
  margin-bottom: 16px;
}
.addressbox a {
  font-weight: 300;
  color: #000000;
}
.addressbox a:hover,
.addressbox a:focus {
  color: #25598d;
}
.addressbox .c-name {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}
.addressbox .c-name .c-description {
  font-weight: 300;
}
.addressbox .c-name.last {
  margin-bottom: 32px;
}


/* Address (Icons) */
/*--------------------------------------------------------------------------*/

.addressbox.with-map-icon svg {
  color: #25598d;
  fill: #25598d;
  width: 24.0px;
  vertical-align: top;
  text-align: center;
  line-height: inherit;
}
.addressbox.with-map-icon .map-icon {
  margin-right: 16px;
  margin-top: 5px;
}


/* addressbox (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .addressbox.with-map-icon a,
  .addressbox.with-map-icon i,
  .addressbox.with-map-icon svg {
    color: #000000;
    fill: #000000;
  }
}


/* addressbox (Custom) */
/*--------------------------------------------------------------------------*/



.opening-hours {
  display: flex;
}

.opening-hours .clock-icon {
  margin-right: 16px;
}

.opening-hours .clock-icon i,
.opening-hours .clock-icon svg {
  color: #25598d;
  fill: #25598d;
  width: 32px;
  height: 32px;
}

.opening-hours .info > p {
  margin-bottom: 16px;
}

.opening-hours .info > p:last-child {
  margin-bottom: 0;
}












/* 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: #F7F7F7;
  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: #BABABA;
  font-style: normal;
}


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

.article .read-more {
  color: #EBEBEB;
  position: relative;
  transition: all 150ms linear;
}
.article .area-link:hover ~ .article-content > .read-more,
.article .area-link:focus ~ .article-content > .read-more {
  color: #25598d;
  padding-left: 12px;
}
.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 .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:1024px) {
  .article {
    max-width: 592.0px;
  }
}

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




/* Article (Wrapper) */
/*--------------------------------------------------------------------------*/

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

/* Article (Sizes) */
/*--------------------------------------------------------------------------*/

.article-grid .default {
	grid-column: span 1;
}
.article-grid .wide {
	grid-column: span 3;
}
.article-grid .big {
	grid-column: span 2;
	grid-row: span 2;
}
.article-grid .wide {
  grid-column: span 2;
}
.article-grid .medium {
  grid-column: span 2;
}


/* Article (Mobile) */
/*--------------------------------------------------------------------------*/

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

/* Article (Item) */
/*--------------------------------------------------------------------------*/

.article {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0,0.10);
  height: 100%;
  width: 100%;
  outline: none!important;
}

.article .article-content { 
  margin: 32px 32px 48px 32px;
}

/* set fixed height of image on grid */
.article-grid .article .article-inner .article-image {
  height: 200px;
}

.article-grid .article .article-inner .article-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} 

.article .article-inner {
  padding: 0;
}

.article .area-link:hover ~ .article-image > img,
.article .area-link:focus ~ .article-image > img {
  transform: none;
  filter: none;
}

.article .tag-list {
  padding: 0;
  color: #BABABA;
}

.article .date-time {
  color: #BABABA;
}

@media (min-width:1024px) {
  .article {
    max-width: 100%;
  }
  .article-grid  .article .article-inner .article-image {
    height: 380px;
  }
}
  









/* Article Item */
/*--------------------------------------------------------------------------*/

.article-slider .article:hover,
.article-slider .article:focus,
.article-slider .article .article-image-wrapper {
  box-shadow: none;
}


/* Splide (Slider) #}
/*--------------------------------------------------------------------------*/

.article-slider .splide__track {
  margin: -16px;
}
.article-slider .splide__slide {
  padding: 16px;
}
@media print {
  .article-slider .splide__list.row { 
    transform: translateX(0);
    width: 100%;
  }
  .article-slider .splide__slide {
    width: auto !important;
  }
}

/* equal height */
.article-slider .splide__slide > .article {
  height: 100%;
}


/* Splide (Pagination) */
/*--------------------------------------------------------------------------*/

.splide__pagination .splide__pagination__page {
  background: #EBEBEB;
  border: #EBEBEB;
}
.splide__pagination .splide__pagination__page:hover,
.splide__pagination .splide__pagination__page:focus {
  background: #25598d;
  border: #25598d;
}
.splide__pagination .splide__pagination__page.is-active {
  background: #25598d;
  border: #25598d;
} 


/* Splide (Hide Controls) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .article-slider .splide.hide_desktop_control_elements .splide__arrows,
  .article-slider .splide.hide_desktop_control_elements .splide__pagination {
     display: none; 
  }
}
@media (max-width:1919px) {
  .article-slider .splide__arrows { 
    display: none; 
  }
}
@media print {
  .article-slider .splide__arrows,
  .article-slider .splide__pagination {
     display: none !important; 
  }
}


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



/* Slider headline / Link */
.article-slider .headline .topline {
  margin-bottom: 16px;
}

.article-slider .overview-link {
  color: #000000;
}

.article-slider .overview-link:hover,
.article-slider .overview-link:focus {
  color: #25598d;
  font-weight: 400;
}

.article-slider .article:hover,
.article-slider .article:focus,
.article-slider .article .article-image-wrapper {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0,0.10);
}

.article-slider .article .article-content strong {
  margin-bottom: 8.0px;
}

.article-slider .splide .splide__track {
  overflow: visible;
}

@media (max-width:1919px) {
  .article-slider .splide__arrows { 
    display: block; 
  }
}

.article.hide-addon .addon {
  display: none !important;
}








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

.banner {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.banner-content {
  margin: 0; padding: 0;
  position: relative;
  left: 0; top: 0;
  right: 0; bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Fullsize */
.banner.fullsize {
  height: 100vh!important;
  margin: 0;
  padding: 0;
}


/* 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(//25924507.fs1.hubspotusercontent-eu1.net/hubfs/25924507/raw_assets/public/CSG_Parent/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: #F7F7F7;
  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 {
  margin: 0 auto;
  padding: 32px 16px 48px;
  user-select: text;
}
@media screen and (max-width:767px) {
  .banner .banner-title {
    padding-top: 128px;
    padding-bottom: 112px;
    padding-left: 16px;
    padding-right: 16px;
  }
  
}

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

/* Subline */
.banner-title, .banner-title p, .banner-title span {
  color: #FFFFFF;
  /* text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75); */
  margin-bottom: 0;
}


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



.banner-content {
  flex-direction: column;
  justify-content: center;
}

@media (max-width:767px) {
  .banner-title h1,
  .banner-title h2,
  .banner-title h3 {
    font-size: 32px!important;
  }
}

@media (min-width:1024px) {
  .banner-content {
    padding-left: 128px;
  }
}

@media (max-width:767px) {
  .banner.sm-height-half {
    height: 50vh;
    padding: 0;
  }
  .banner.sm-height-fullsize {
    height: 100vh;
    padding: 0;
  }
  .banner.sm-height-80 {
    height: 80vh;
    padding: 0;
  }
}

@media (min-width:768px) {
  .banner.md-height-half {
    height: 50vh;
    padding: 0;
  }
  .banner.md-height-fullsize {
    height: 100vh;
    padding: 0;
  }
  .banner.md-height-80 {
    height: 80vh;
    padding: 0;
  }
}

/* Banner slider */
.banner-slider.splide {
  padding: 0;
}

.banner-slider .splide__list {
  will-change: auto !important;
}

.banner-slider .banner-content {
  position: absolute;
  left: 0; 
  right: 0;
}

.banner-slider .splide__list .splide__slide {
  width: 100%;
  transform: translate3d(0px,0,0);
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  -o-transform: translate3d(0px,0,0);
  will-change: inherit;
}

/*  banner slider img */
.banner-slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider .splide__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 16px 56px 16px;
  display: flex;
  width: 100%;
  max-width: 1396px;
  margin: 0 auto;
}

@media (max-width:767px) {
  .banner-slider .splide__pagination {
    padding: 0px 32px 56px 32px;
  }
}

.banner-slider .splide__pagination.row.no-gutters:before {
  content: "";
  background: rgba(255, 255, 255, 0.25);
  height: 3px;
  position: absolute;
  width: 100%;
  top: 0;
  left: -50%;
}

.banner-slider .splide__pagination.row.no-gutters:after {
  content: "";
  background: rgba(255, 255, 255, 0.25);
  height: 3px;
  position: absolute;
  width: 100%;
  top: 0;
  right: -50%;
}

.banner-slider .splide__pagination li {
  display: block;
  flex: 1 1 auto;
}

/* Slider caption  and pagination */
.banner-slider .splide__pagination li button {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 0;
  margin: 0;
  background: transparent;
  border-top: 3px solid rgba(255, 255, 255, .0);
  padding-top: 16px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
}

.banner-slider .splide__pagination li button.is-active, 
.banner-slider .splide__pagination li button:hover,
.banner-slider .splide__pagination li button:focus {
  background: transparent;
  border-top: 3px solid #FFFFFF;
  font-weight: bold;
  outline: none;
  border-radius: 0;
}

@media (max-width:767px) {
  .banner-slider .splide__pagination li button {
    font-size: 0;
  }
}

.hero-banner .banner-title {
  max-width: 40%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.hero-banner .banner-title p {
  font-weight: 400;
}
@media (min-width:768px) and (max-width:1023px) {
  .hero-banner .banner-title {
    max-width: 50%;
  }
}
@media (max-width:767px) {
  .hero-banner .banner-title {
    max-width: 100%;
  }
}
h1 strong {
  font-weight: 300;
}


@media (max-width:767px) {
  .with-cutout .banner .banner-title {
    padding-bottom: 144px;
    padding-top: 32px;
  }
}


.with-cutout .banner .cutout-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 176px;
  padding-bottom: 160px;
}
@media (max-width: 1200px){
  .with-cutout .banner .cutout-image {
    padding-bottom: 74px;
  }
}
.with-cutout .banner .cutout-image .container {
  height: 100%;
}

.with-cutout .banner .cutout-img-wrapper {
  height:100%;
  margin-left: auto;
  max-width: calc(100vh - 40vh);
}

@media (max-width:1023px) {
  .with-cutout .banner .cutout-image {
    display: none;
  }
} 












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

.button-container {
  width: 100%;
}
.hs-search-bar .hs-form .btn,
.btn, .hs-button {
  padding: 14px 27px;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  border-radius: 100px;
  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) */
/*--------------------------------------------------------------------------*/

.hs-search-bar .hs-form .btn.btn-primary,
.btn-primary, .hs-button.primary {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #000000;
} 
.hs-search-bar .hs-form .btn.btn-primary:hover, .hs-search-bar .hs-form .btn.btn-primary:focus,
.btn-primary:hover, .btn-primary:focus, 
.hs-button.primary:hover, .hs-button.primary:focus {
  background-color: #25598d;
  border-color: #25598d;
  color: #FFFFFF;
}
.cta_button.primary:hover, 
.cta_button.primary:focus {
  background-color: #25598d !important;
  border-color: #25598d !important;
  color: #FFFFFF !important;
}


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

.btn-secondary, .hs-button.secondary {
  background-color: #25598d;
  border: 1px solid #25598d;
  color: #FFFFFF;
} 
.btn-secondary:hover, .btn-secondary:focus, 
.hs-button.secondary:hover, .hs-button.secondary:focus {
  background-color: #1b4f83;
  border-color: #1b4f83;
  color: #FFFFFF;
}
.cta_button.secondary:hover, 
.cta_button.secondary:focus {
  background-color: #1b4f83 !important;
  border-color: #1b4f83 !important;
  color: #FFFFFF !important;
}


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

.btn-primary-outline {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  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(37, 89, 141, 0.2);
  border: 1px solid #25598d;
  color: #25598d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: rgba(37, 89, 141, 0.3);
  border-color: #25598d;
  color: #25598d;
}
.cta_button.secondary-outline:hover,
.cta_button.secondary-outline:focus {
  background-color: rgba(37, 89, 141, 0.3) !important;
  border-color: #25598d !important;
  color: #25598d !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: #F7F7F7;
  color: #BABABA;
  border: 1px 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) */
/*--------------------------------------------------------------------------*/



.cta_button.btn {
  width: auto!important;
}
.cta_button.btn.btn-primary:hover, 
.cta_button.btn.btn-primary:focus {
  background-color: #25598d !important;
  border-color: #25598d !important;
  color: #FFFFFF !important;
}

.btn,
.btn:focus,
.btn:hover,
.hs-button:hover,
.hs-button:focus,
.btn-primary:focus,
.btn-primary:hover {
  font-weight: 400;
}

.btn-white {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
} 

.btn-white:hover {
  background-color: #FFFFFF;
  color: #25598d;
}

















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

.copyright {
  color: #000000;
}


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












/* Divider (Wrapper) */
/*--------------------------------------------------------------------------*/

hr, .divider {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  border: 0;
  outline: 0;
  margin: 16;
    background-color: #EBEBEB;
}


/* Divider (Style) */
/*--------------------------------------------------------------------------*/

/* Center */
.divider:before,
.divider:after {
  position: absolute; display: block;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
}

/* Bullet */
.divider.bullet:before {
  background: #EBEBEB;
  border-radius: 8.0px;
  content: "";
  width: 16px;
  height: 16px;
}
.divider.bullet:after {
  background: ;
  border-radius: 4.0px;
  content: "";
  width: 8.0px;
  height: 8.0px;
}

/* Label */
.divider.label[aria-label]:before {
  background: #EBEBEB;
  border-radius: 4.0px;
  content: attr(aria-label);
  padding: 8.0px 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: ;
  font-size: 14px;
}
@media (max-width:767px) {
  .divider.label[aria-label]:before {
    font-size: 14px;
  }
}


/* Divider (Custom) */
/*--------------------------------------------------------------------------*/




.footer-container-wrapper .divider {
  margin: 32px 0px 0px 0px;
}





/* Note:
 * Tab Content, Label and Checkbox is based on _accordion_default.css.
 */




/* Download (Wrapper) */
/*--------------------------------------------------------------------------*/

.downlaod {
  position: relative;
}


/* Download (Teaser) */
/*--------------------------------------------------------------------------*/


.download .download-teaser {
  border-top-left-radius: 4.0px;
  border-top-right-radius: 4.0px;
  color: #FFFFFF;
  background: #25598d;
  min-height: 80.0px;
  position: relative;
}
.download .download-teaser-inner {
  width: 100%; 
  display: flex;
  align-items: center;
  padding-left: 64.0px;
}
.download .download-teaser .icon-box {
  position: absolute;
  width: 32px;
  height: 32px;
  padding: 8.0px;
  box-sizing: content-box;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  margin-bottom: 16px;
  left: 16px;
  top: 16px;
  border-radius: 4.0px;
}
.download .download-teaser .icon-box > i,
.download .download-teaser .icon-box > svg {
  color: #000000;
  fill: #000000;
  max-width: 32px;
  max-height: 32px;
}
.download .tab-checkbox+.tab-button:after {
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.download .tab-checkbox:checked+.tab-button {
  color: #FFFFFF;
}


/* Download (Content) */
/*--------------------------------------------------------------------------*/

.download .download-content {
  color: #FFFFFF;
  background: #6e1e46;
  padding-top: 0;
  padding-bottom: 0;
}
.download .download-content-inner {
  padding: 16px;
}
.download .ratio-auto > img {
  width: 100%;
  height: auto;
}


/* Download (File) */
/*--------------------------------------------------------------------------*/

.download .download-file {
  color: #FFFFFF;
  background: #25598d;
  border-bottom-left-radius: 4.0px;
  border-bottom-right-radius: 4.0px;
  padding-top: 0;
  padding-bottom: 0;
}
.download .download-file .description {
  padding-top: 24.0px;
  padding-bottom: 24.0px;
}


/* Download (Custom) */
/*--------------------------------------------------------------------------*/










/* Download Listing (Line) */
/*--------------------------------------------------------------------------*/

.download-listing > .listing-item {
  border-bottom: 1px solid #D3D3D3;
}
.download-listing > .listing-item:first-child {
  border-top: 1px solid #D3D3D3;
}

/* Mobile Auto Grid Col Gap Fix */
@media (max-width:400px) {
  .download-listing .btn {
    margin-top: 16px;
  }
}


/* Download Listing (Custom) */
/*--------------------------------------------------------------------------*/


.download-listing .headline .topline {
  font-weight:400;
}
.download-listing .headline strong {
  font-weight:500;
}









/* 0. Constants */
/*--------------------------------------------------------------------------*/


/* 1. Form */
/*--------------------------------------------------------------------------*/


/* 2. Labels */
/*--------------------------------------------------------------------------*/


/* 3. Helper */
/*--------------------------------------------------------------------------*/


/* 4. Consent */
/*--------------------------------------------------------------------------*/


/* 5. ReCaptcha */
/*--------------------------------------------------------------------------*/


/* 6. Inputs */
/*--------------------------------------------------------------------------*/


/* 7. Select And Checkbox */
/*--------------------------------------------------------------------------*/


/* 8. Dropdowns */
/*--------------------------------------------------------------------------*/


/* 9. Number */
/*--------------------------------------------------------------------------*/


/* 10. Error Validation */
/*--------------------------------------------------------------------------*/


/* 11. Boolean */
/*--------------------------------------------------------------------------*/


/* 12. Datetime */
/*--------------------------------------------------------------------------*/


/* 13. Uploads */
/*--------------------------------------------------------------------------*/


/* 14. Button */
/*--------------------------------------------------------------------------*/


/* 15. Membership */
/*--------------------------------------------------------------------------*/


/* 16. Grid */
/*--------------------------------------------------------------------------*/


/* HubSpot Form Configuration */
/*--------------------------------------------------------------------------*/




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

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


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





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

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

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

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

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

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

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


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





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

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

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

  }

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

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

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

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

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


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

.input::-webkit-input-placeholder,
.input::-moz-placeholder,
.input:-moz-placeholder{
  color: rgba(175, 175, 175, 0.8);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(175, 175, 175, 0.8)
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(175, 175, 175, 0.8);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(175, 175, 175, 0.8);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(175, 175, 175, 0.8);
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(175, 175, 175, 0.8);
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(175, 175, 175, 0.8);
}



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

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


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





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

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

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

  /* Customize the label (the container) */
  .hs-form-radio label,
  .hs-form-checkbox label,
  .hs-form-booleancheckbox label,
  .email-prefs .item .fakelabel, 
  .subscribe-options label {
    display: table-cell;
    vertical-align: middle;
    height: 40px; /* 42px */
    position: relative;
    padding-left: 48px;
    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: 48px;
  }

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

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

  /* Create a custom checkbox */
  .hs-form .hs-form-radio label > span:before,
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before {
    left: 0;
    position: absolute;
    display: block;
    content: "";
    background-color: none;
    border: 1px solid #BABABA;
  }
  .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: 32px;
    height: 32px;
    top: 4.0px;
  }
  .hs-form .hs-form-radio label > span:before {
    width: 34px;
    height: 34px;
    top: 3.0px;
  }

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

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

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

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

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

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

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

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

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

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





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



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

  /* Create a custom booloean background area */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:before {
    height: 32px;
    width: 64px;
    border: 1px solid #BABABA;
   -webkit-transition: background 120ms ease;
   -ms-transition: background 120ms ease;
    transition: background 120ms ease;
    background: #FAFAFA;
    top: 4.0px;
  }

  /* When the boolean is true background */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox input:checked + span:before {
    background: #DCDCDC;
  }

  /* Always display the boolean/indicator */
  .hs-form fieldset > div:not(.legal-consent-container) .hs-form-booleancheckbox label > span:after {
    display: block;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    top: 4.0px;
    border: 1px solid #BABABA;
    background: none;
    
    /* Icon Animation FadeOut */
    color: red;
   -webkit-transition: all 120ms linear 0ms;
   -ms-transition: all 120ms linear 0ms;
    transition: all 120ms linear 0ms;

    /* Icon Type */
      font-family: "Font Awesome 5 Free", "Font Awesome 5 Free";
      font-weight: bold;
      content: "\f00c"; /* Checked */
      line-height: 32px;
      text-align: center;}

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

    /* Icon Animation FadeIn */
    color: green;
   -webkit-transition: all 120ms linear 50ms;
   -ms-transition: all 120ms linear 50ms;
    transition: all 120ms linear 50ms;
  }




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





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

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


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





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

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


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

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


    .hs-form .hs-dateinput input {
      padding-right: 56px !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: 38px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #BABABA;

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




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






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

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      position: relative;
      height: 40px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 38px;
      width: 100% !important;
     -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     -webkit-border-radius: 4px;
      border-radius: 4px;
      cursor: pointer;
      padding-left: 16px;
      padding-right: 40px;
     -webkit-padding-end: 40px;
     -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: 15.0px;
      top: 0;
    }
    .hs-form .hs-fieldtype-select .select-arrow-active.select-selected:after {
      content: "\f106"; /* Caret Close*/ 
    }
  


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

  


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

  


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

  /* Style items (options): */
  .hs-form .select-items {
    position: absolute;
    background-color: none;
    top: 60.020px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -1px;
    border: 1px solid #BABABA;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 190.0px;
    text-align: left;
  }
  .hs-form .select-group {
    padding: 8px 0;
  }
  .hs-form .select-group .select-group-label {
    display: block;
    width: 100%;
    color: #000000;
    padding: 8px 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: 8px 16px;
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #BABABA;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .hs-form .select-items .select-option:last-child {
    border-bottom: none;
  }

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

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

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


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





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

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

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





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


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

    /* Border Radius If With Or Without Custom JS Buttons  */
    .hs-form input[type="number"] {
      border-radius: 4px; 
    }
    .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% - 64px ) !important;
      text-align: center;
    }

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

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

    
        .hs-fieldtype-number button.hs-stepDown::after {
          font-family: "Font Awesome 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 */
        }
    

 /* end hs_numbers.active */


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





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

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


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





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

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


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





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

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


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






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

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

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

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

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

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

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

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

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


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





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

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

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

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


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





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

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

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

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

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

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

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

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


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

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

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

  

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

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

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


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




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








/* Filter (Global) */
/*--------------------------------------------------------------------------*/

.filter .options .filter-tag,
.filter .options a,
.filter .options label{
  color: #000000;
  font-weight: 400;
  cursor: pointer;
}

.filter .filter-tag input[type="checkbox"],
.filter .filter-tag label {
  cursor: pointer;
  user-select: none;
  position: relative;
  z-index: -1;
}


/* Filter (Dropdown) */
/*--------------------------------------------------------------------------*/

.filter.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.filter.dropdown .dropdown {
  cursor: pointer;
  padding: 6px 0px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  width: 180px;
} 

.filter.dropdown .filter-reset {
  padding: 16px;
  cursor: pointer;
}

/* reset disabled */
.filter.dropdown .filter-reset.disabled {
  pointer-events: none;
}


@keyframes refresh {
  0% { 
    transform: rotate(0); 
  }
  100% { 
    transform: rotate(360deg);
  }
 }

/* reset rotate */
.filter.dropdown .filter-reset.backend.is-refreshing {
  animation: refresh 400ms linear infinite;
  transform: none;
}

.filter.dropdown .filter-reset.is-refreshing {
  transform: rotate(360deg);
  transition: 400ms;
}

.filter.dropdown .dropdown svg {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.filter.dropdown .options {
  background: #FFFFFF;
  padding: 32px 24.0px 40.0px 24.0px;
  width: 250px;
  box-shadow: 0px 0px 50px #0000001C;
  border-radius: 4.0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

.filter.dropdown .options .filter-tag {
  display: flex;
  align-items: flex-start;
  padding: 8.0px;
}

.filter.dropdown .options .filter-tag .tag-checkbox {
  margin-right: 16px;
}


.filter.dropdown .options .close-dropdown {
  position: absolute;
  top: 0px;
  right: 16px;
  padding: 16px;
  cursor: pointer;
}

.filter.dropdown .options .close-dropdown svg {
  width: 12px;
  height: 12px; 
}


/* Filter (Horizontal) */
/*--------------------------------------------------------------------------*/

@media (min-width:1024px) {
  .filter.default:not(.dropdown) .options {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
  }
  .filter.default .filter-tag {
    font-weight: 300;
    padding: 16px;
    cursor: pointer;
  }
  .filter.default:not(.dropdown) .filter-tag.active {
    font-weight: bold;
  }
}

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



.filter.dropdown {
  margin-left: -32px;
}

.filter.dropdown .dropdown svg {
  transition: transform .3s;
}

.filter.dropdown.active .dropdown svg {
  transform: rotate(-90deg);
}

.filter.dropdown .filter-reset {
  padding: 0;
}

.filter.dropdown .filter-reset a {
  padding: 16px;
}

.filter.dropdown .dropdown {
  width: 190px;
  padding-left: 32px;
  z-index: 11;
}

.filter.dropdown .options {
  width: 228px;
  top: -16px;
  padding-top: 48px;
} 









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

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


/* 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: #F7F7F7;
}
.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("//25924507.fs1.hubspotusercontent-eu1.net/hubfs/25924507/raw_assets/public/CSG_Parent/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.slider .no-pagination .splide__arrows {
  display: none;
}

.galerie.slider .ratio-2x3 {
  padding-bottom: 56.25%;
}

@media (min-width:768px) {
  .galerie.slider .splide__slide.portrait {
    width: 400px!important;
  }
  .galerie.slider .ratio-2x3 {
    padding-bottom: 130%;
  }
}

/* disable outline */
.area-link, .area-link:focus, 
.area-link:focus-within {
  outline: none!important;
}

/* custom sizes */
.galerie-grid .wide {
  grid-column: span 3;
}

.galerie-grid .medium {
  grid-column: span 2;
}

@media (max-width:767px) {
  .galerie-grid {
    grid-auto-rows: 280px;
  }
  .galerie-grid > .galerie-item {
    min-height: 280px;
  }
  .galerie-grid > .medium,
  .galerie-grid .wide {
    grid-column: auto;
    grid-row: auto;
  }
}

.galerie .galerie-item .fallback {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.galerie.slider .splide__track {
  overflow: visible;
}

.galerie a.area-link:hover ~ .galerie-image > img,
.galerie a.area-link:hover ~ .galerie-image > img {
  transform: none;
}

.hs-inline-edit .galerie a.area-link,
.galerie a.area-link[href="javascript:;"] {
  pointer-events: none;
}

.galerie .galerie-item {
  border-radius: 4.0px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0,0.10);
}

/* Caption wrapper */
.galerie .galerie-content {
  color: #FFFFFF;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: transparent linear-gradient(0deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

/* Caption text */
.galerie .galerie-content strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.galerie .galerie-content .caption {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

/* galerie filter */
.galerie .dropdown {
  display: none;
}

.galerie .galerie-filter .options {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}

.galerie .galerie-filter .filter-tag {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  cursor: pointer;
  padding: 16px;
}

.galerie .galerie-filter .filter-tag.active {
  font-weight: 500;
  pointer-events: none;
  user-select: none;
}

/* workaround slider opacity issue  */
.galerie-slider .splide__list .splide__slide {
  transition: opacity 300ms;
}

.galerie-slider .splide__list {
  align-items: center;
}

/* mobile filter */
@media (max-width:1023px) {
  .galerie .galerie-filter {
    position: relative;
  }
  .galerie .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
    font-weight: bold;
    padding-bottom: 16px;
    z-index: 2;
    position: relative;
  }
  .galerie .dropdown svg {
    width: 12.0px;
    height: 12.0px;
    margin-left: 8.0px;
    transform: rotate(90deg);
  }
  .galerie-filter .dropdown.active svg {
    transform: rotate(-90deg);
  }
  .galerie .galerie-filter .options {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    display: none;
    background: #FFFFFF;
    z-index: 1;
    padding: 28.0px 16px 32px 16px;
  }
  .galerie .galerie-filter .filter-tag {
    text-align: center;
    padding: 8.0px;
  }
}










/* Go back link (Style) */
/*--------------------------------------------------------------------------*/

.go-back-link a {
  font-size: 16px;
  font-weight: 400;
}

.go-back-link a svg {
  width: 10px;
  height: 10px;
}

.go-back-link a,
.go-back-link a svg {
  color: #25598d;
  fill: #25598d;
}

.go-back-link a:hover,
.go-back-link a:hover svg {
  color: #000000;
  fill: #000000;
  text-decoration: none;
}


/* Go back link (Custom) */
/*--------------------------------------------------------------------------*/










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

.headline {
  width: 100%;
  background: transparent;
  padding: 16px;
  border-radius: 4.0px;
}
.headline > * {
  margin-bottom: 8.0px;
}
.headline .highlight {
  /*color: #25598d;*/
  font-weight: 300;
}

.headline .topline {
  margin-bottom: 32px;
  color: #BABABA;
  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) */
/*--------------------------------------------------------------------------*/



.headline {
  padding: 0;
}

.headline>* {
  margin-bottom: 32px;
}

.headline .topline {
  letter-spacing: 0.45px;
  line-height: 28px;
  font-weight: 500;
}











/* Leaflet (Map) */
/*--------------------------------------------------------------------------*/

.map {
  margin: 0;
  position: relative;
}
.map .map-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 0;
}
.map .map-inner {
  width: 100%;
  height: 450px;
  background: #F7F7F7;
  border-radius: 4.0px;
  z-index: 0;
  overflow: hidden;
}
.map .leaflet-control-attribution {
  display: none;
}

/* Leaflet (Marker) */
/*--------------------------------------------------------------------------*/

.map .number-icon {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  
  
  line-height: 42px;
    background-size: 32px 42px;
    background-image: url('data:image/svg+xml,<svg fill="%2325598d" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="42px" viewBox="0 0 32 42" enable-background="new 0 0 32 42" xml:space="preserve"><path d="M30.617,16C30.617,25.59,16,41,16,41S1.383,25.59,1.383,16C1.383,7.927,7.927,1.383,16,1.383S30.617,7.927,30.617,16z"/></svg>');
  
}


/* Leaflet (Custom) */
/*--------------------------------------------------------------------------*/








.lightbox-image {
  position: relative;
}

.lightbox-image .area-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

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

/* Disable lightbox link in HubSpot Editor */
.hs-inline-edit .lightbox-image .area-link {
  pointer-events: none;
}










/* 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 {
  color: ;
  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 (Custom) */
/*--------------------------------------------------------------------------*/



.mandatory-inner {
  justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
}

.mandatory .seperator, .mandatory .hs-menu-item>a {
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
  color: #000000
}

@media (max-width:767px) {
  .mandatory-inner {
    justify-content: center;
  }
}











/* Mockup (Wrapper) */
/*--------------------------------------------------------------------------*/

.mockup {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.mockup:not(.full-width) {
  margin: 0;
}
.mockup-content {
  margin: 0; padding: 0;
  position: relative;
  left: 0; top: 0;
  right: 0; bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.full-width .mockup-content,
.aspect-ratio .mockup-content {
  position: absolute;
}

.mockup .row,
.mockup.full-width {
 min-height: 61.803398876895vh;
}
@media (max-width:767px) {
  .mockup.full-width {
    height: 100vh;
  }
}

/* Mockup (Gradient) */
/*--------------------------------------------------------------------------*/

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


/* Mockup (Fallback) */
/*--------------------------------------------------------------------------*/

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


/* Mockup (Image) */
/*--------------------------------------------------------------------------*/

.mockup .mockup-image > .image {
  width: 100%; 
  height: auto;
}
@media (min-width:768px) {
  .mockup .mockup-image > .image {
    position: absolute;
    object-fit: contain;
    object-position: center;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
  }
}
@media (max-width:767px) {
  .mockup .mockup-image {
    /* 61.803398876895 zu 38,196601123105 gold */
    max-width: 61.803398876895vh;
    max-height: 61.803398876895vh;
    overflow: hidden;
    margin: auto;
  }
}


/* Mockup (Overlay) */
/*--------------------------------------------------------------------------*/

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


/* Mockup (Title) */
/*--------------------------------------------------------------------------*/

.mockup .mockup-title {
  margin: 0 auto;
  padding: 32px 16px 48px;
  user-select: text;
  width: 100%;
}
@media (min-width:768px) {
  .mockup .mockup-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Headline */
.mockup-title h1, .mockup-title strong {
  color: #FFFFFF;
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.30); */
  margin-bottom: 0;
  display: inline-block;
}

/* Subline */
.mockup-title, .mockup-title p, .mockup-title span {
  color: #FFFFFF;
  /* text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75); */
  margin-bottom: 0;
}


/* Mockup (Custom) */
/*--------------------------------------------------------------------------*/











/* Navigation (Wrapper) */
/*--------------------------------------------------------------------------*/

.primary-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width:1023px) {
  .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:1023px) {
  .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: 32px;
  height: 32px;
}
.navigation-btn i,
.navigation-btn svg {
  color: #25598d;
  fill: #25598d;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
}
@media (max-width:1023px) {
  .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: #25598d;
  fill: #25598d;
  width: 16px;
  height: 16px;
}
.submenu-toggle:checked + .menu-arrow > svg {
  transform: rotate(180deg);
}

/* 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:1024px) {
  .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:1023px) {
  .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 {
  color: #25598d;
}
.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:1023px) {
  .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:1024px) {
  .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:1023px) {
  .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#F7F7F7;
  } */
  .primary-navigation .hs-menu-depth-1 > .hs-menu-item:not(:last-child):after {
    width: auto;
    height: 2px;
    background: #F7F7F7;
    content: "";
    display: block;
    position: absolute;
    bottom: 0; top: auto;
    left: 16px;
    right: 16px;
  }
}


/* Large Screens */
@media (min-width:1024px) {
  .primary-navigation .hs-menu-depth-1 a {

  }
}


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

.primary-navigation .hs-menu-depth-2 {
  width: 100%;
}

/* Large Screens */
@media (min-width:1024px) {
  .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 #F7F7F7;
    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:1023px) {
  .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:1024px) {
  .primary-navigation .hs-menu-depth-1 > .hs-item-has-children > .submenu:before {
    width: 100%; position: absolute;
    height: 32px;
    left: 0; top: -33px;
    content: ""; background: transparent;
  }
}


/* Pagination (Custom) */
/*--------------------------------------------------------------------------*/




.primary-navigation a {
  font-weight: 400;
}

/* MOBILE TOGGLER */
.header-container .navigation-btn {
  position: static;
 }

.header-container .navigation-btn svg {
  width: 32px;
  height: 28px;
 }

/* LEVEL 1 LINKS */
.primary-navigation .hs-menu-depth-1 a {
  font-size: 16px;
  font-weight: 400;
  padding: 32px 20.0px;
}

.primary-navigation .hs-menu-depth-1 a.active.active-item,
.primary-navigation .hs-menu-depth-1 a.active.active-branch {
  color: #25598d;
}

@media (min-width:1024px) {
  .primary-navigation .hs-menu-item.hs-item-has-children.hs-menu-depth-1 {
    position: relative;
  }
  /* Level 2 dropdown */
  .primary-navigation .hs-menu-depth-1>.hs-item-has-children>.submenu {
    width: 165px;
    left: 0;
    right: 0;
    top: 80px;
    padding: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    hyphens: auto;
  }
  .primary-navigation .hs-menu-depth-1 .hs-menu-depth-2 a {
    padding: 16px 20.0px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .primary-navigation .hs-menu-depth-1>.hs-item-has-children>.submenu:before {
    content: none;
  }
  .primary-navigation .hs-menu-depth-1>.hs-item-has-children>.submenu {
    border: none;
  }
  
  
}

/* Custom breakpoint */
@media (min-width: 1050px) and (max-width: 1320px) {
  .primary-navigation .hs-menu-depth-1 a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width:1023px) {
  /* Mobile Navigation */
  .primary-navigation {
    height: 100vh;
    bottom: 0;
    position: fixed; 
    z-index: 1000;
    width: 100%;
    top: 128px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 432px); /* minus height of header and topbar (bottom section) */
  }
  .primary-navigation .hs-menu-depth-1 {
    height: auto;
    justify-content: flex-start;
  }
  .primary-navigation .submenu.hs-menu-depth-1 {
    margin: 0 32px;
    padding-bottom: 48px;
  }
  .primary-navigation .hs-menu-depth-1 a {
    padding: 16px 32px;
    margin-left: -32px;
    margin-right: -32px;
    margin-right: auto;
  }
  .primary-navigation .hs-menu-depth-1 .hs-menu-item.hs-menu-depth-1:first-child {
    border-top: 1px solid #D3D3D3;
  }
  .primary-navigation .hs-menu-depth-1 .hs-menu-item.hs-menu-depth-1 {
    justify-content: flex-start;
    height: auto;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #D3D3D3;
  }
  .primary-navigation .menu-arrow {
    width: auto!important;
    position: static;
    padding: 16px;
  }
  /* LEVEL 2 */
  .primary-navigation .hs-menu-depth-1>.hs-item-has-children>.submenu {
    width: 100%;
    padding-left: 16px;
  }
}












/* Person (Wrapper) */
/*--------------------------------------------------------------------------*/

.person {
  width: 100%;
  height: 100%;
  border-radius: 4.0px;
  overflow: hidden;
}
.person-inner {
  background: #FFFFFF;
  height: 100%;
  align-items: stretch !important;
}


/* Person (Image) */
/*--------------------------------------------------------------------------*/

.person .image-inner {
  background: #F7F7F7;
  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-inner > .image.fallback {
  background-position: top center;
  background-image: url(//25924507.fs1.hubspotusercontent-eu1.net/hubfs/25924507/raw_assets/public/CSG_Parent/images/grayscale-mountain.png);
  background-size: cover;
}


/* Person (Content Text) */
/*--------------------------------------------------------------------------*/

.person .content {
  padding: 32px;
  color: #000000;
}
.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.0px;
  }
}
@media (min-width:1024px) {
  .person {
    max-width: 592.0px;
  }
}


/* Person (Contact Point) */
/*--------------------------------------------------------------------------*/

.person .social-links {
  margin-left: -1px;
  user-select: none;
}
.person .social-links .icon {
  display: inline-block;
  text-align: center;
}


/* Person (Custom) */
/*--------------------------------------------------------------------------*/


.person-container .person.person-vertical {
  height:auto;
  overflow:visible;
}
.person-container .person.person-vertical .person-inner {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0,0.10);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0,0.10);
}

.person-container .space {
  padding:32px;
}

/* default links */
.person-container .style,
.person-container .style a {
  color:#000;
  font-weight:300;
}
.person-container .style a:hover {
  color:#25598d;
}

/* link with url */
.person-container .style a.url {
  color:#25598d;
}
.person-container .style a.url:hover {
  color:#000;
}
.person-container .style a.url .arrow-icon {
  padding-left:2px;
}
.person-container .style. a.url .arrow-icon {
  padding-left:2px;
}
.person-container .style a.url .arrow-icon svg {
  fill:#25598d;
  height:10px;
}
.person-container .style a.url:hover .arrow-icon svg  {
  fill: #000;
}

/* Linked in */
.person-container .style.top-content a.url {
  display:block;
  font-weight: 400;
  margin-top:16px;
    color:#25598d;
}
.person-container .style.top-content a.url:hover {
  color:#000;
}
.person-container .style.top-content a.url .arrow-icon {
  padding-left:2px;
}
.person-container .style.top-content a.url .arrow-icon svg {
  fill:#25598d;
  height:10px;
}
.person-container .style.top-content a.url:hover .arrow-icon svg  {
  fill: #000;
}



.person-container .top-content {
  margin-bottom:0;
}

.person-container .person-inner {
  margin: 0 2px;
}
.person-container .person-inner .name {
  font-weight:500;
}
.person-container .person-inner .job {
  font-style: normal;
}

.person-container img {
  max-width:100%;
  height:fit-content;
}
.person-container .social-links-vertical a {
  display:block;
}

.person-container .content {
  width:100%;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
}






/* Popup (Object) */
/*--------------------------------------------------------------------------*/

/* Popup (Modal) */
/*--------------------------------------------------------------------------*/

.popup {
  position: fixed; z-index: 1;
  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) */
/*--------------------------------------------------------------------------*/







 




/* Search (Object) */
/*--------------------------------------------------------------------------*/

/* Search (Wrapper) */
/*--------------------------------------------------------------------------*/

.site-search {
  display: inline-flex;
  height: 100%;
  text-align: center;
}


/* Search (Toggle) */
/*--------------------------------------------------------------------------*/

.site-search .search-btn {
  display: block;
  position: relative;
  background: transparent;
  width: 48px; height: 48px;
  margin: 0; padding: 0;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.site-search .search-btn:hover,
.site-search .search-btn:focus,
.site-search .search-btn.active {
  background: transparent;
}
.site-search .search-btn i,
.site-search .search-btn svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}
.site-search .search-btn:hover i,
.site-search .search-btn:focus i,
.site-search .search-btn.active i,
.site-search .search-btn:hover svg,
.site-search .search-btn:focus svg,
.site-search .search-btn.active svg {
  fill: #000000;
  color: #000000;
}

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


/* Search (Dropout) */
/*--------------------------------------------------------------------------*/

.search-checkbox,
.search-checkbox ~ .hs-search-panel {
  display: none;
}
.search-checkbox:checked ~ .hs-search-panel {
  display: block;
}


/* Search (Suggestions) */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-suggestions {
  background-color: #FFFFFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.site-search .hs-search-suggestions #results-for {
  display: none;
}
.site-search .hs-search-suggestions li {
  border-top: 1px solid ;
}
.site-search .hs-search-suggestions li a {
  display: block;
  color: ;
  padding: 8.0px  16px;
  transition: background-color 150ms;
}
.site-search .hs-search-suggestions li a:hover,
.site-search .hs-search-suggestions li a:focus {
  background-color: ;
  text-decoration: none;
  color: #000000;
  outline: none;
}


/* Search (Panel) */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-panel {
  background-color: #FFFFFF;
}



  .site-search .hs-search-panel {
    position: fixed;
    top: 48px; left: 0;
    height: calc( 100vh - 48px);
    width: 100%;
    background-color: #FFFFFF;
  }
  .site-search .hs-search-panel-inner {
    padding: 16px;
  }
  .hs-search-bar {
    margin-top: 40%;
  }
  .hs-search-bar form {
    flex-direction: column;
  }

.site-search .input {
  position: relative;
  background: #FFFFFF;
  color: #000000;
  border: 0;
  border-bottom: 0px solid #FFFFFF;
  border-radius: 0;
  text-align: left;
  display: inline-block;
  width: 100%; height: 28px;
  padding: 5px 10px;
  margin: 0 8.0px 0 8.0px;
}
.site-search .input:focus {
  outline: 0;
}


/* Search (Input-Placeholder) */
/*--------------------------------------------------------------------------*/

.site-search .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EBEBEB;
  opacity: 1; /* Firefox */
}
.site-search .input-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #EBEBEB;
}
.site-search .input::-ms-input-placeholder { /* Microsoft Edge */
  color: #EBEBEB;
}


/* Search (Bar) */
/*--------------------------------------------------------------------------*/

.hs-search-bar {
  transition: all 250ms linear;
}
.hs-search-bar form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.hs-search-bar button {
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin-top: 16px;
  width: auto;
}
.hs-search-bar button .label {
  word-wrap: nowrap;
  margin-left: 8.0px;
}
.hs-search-bar button svg,
.hs-search-bar button i {
}


/* Search (Close) */
/*--------------------------------------------------------------------------*/

.site-search .search-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  width: 48px; height: 48px;
}
.site-search .search-close i,
.site-search .search-close svg {
  fill: #000000;
  color: #000000;
  margin-top: 50%;
  transform: translateY(-50%);
}

  .site-search .search-close {
    display: block;
  }


/* Search (Custom) */
/*--------------------------------------------------------------------------*/



.site-search .search-btn {
  width: auto;
  height: auto;
  padding: 16px 32px 16px 16px;
}

.site-search .search-btn svg {
  width: 16px;
  height: 16px;
  transform: translateY(0%);
  margin-top: 0;
}

/* Search modal */
.site-search .hs-search-panel {
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 99999;
  width: 100%;
  background-color: #FFFFFF;
}

.site-search .search-close,
.site-search .hs-search-bar button {
    display: block!important;
 }

.site-search .hs-search-panel .hs-search-panel-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-search-bar {
  width: 100%;
  margin: 0;
}

@media (max-width:1023px) {
  .site-search .search-btn {
    padding: 0;
  }
}

@media (min-width:1024px) {
  .hs-search-bar {
    width: 50%;
    margin: 0 auto;
  }
}











/* Simple-Menu (Link) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  color: #000000;
  background: #FFFFFF;
  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: #25598d;
  background: #FFFFFF;
}
.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: #FFFFFF;
  background: #6e1e46;
}
.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: #FFFFFF;
  background: ;
}


/* Simple Menü (HubSpot) */
/*--------------------------------------------------------------------------*/
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  list-style:none;
}
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper > ul,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper > ul > li {
  display: flex;
  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:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-horizontal,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: row;
}
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-vertical,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  flex-direction: column;
}
@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-horizontal,
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-horizontal > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-vertical,
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul {
    flex-direction: column;
  }
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul > li {
    width: 100%;
  }
}


/* Simple-Menu (Custom) */
/*--------------------------------------------------------------------------*/




/* Simple-Menu (Highlight) */
/*--------------------------------------------------------------------------*/

.hs_cos_wrapper_type_simple_menu .hs-menu-item.highlight > a {
  color: #FFFFFF;
  background: #6e1e46;
}
.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: #FFFFFF;
  background: ;
}


/* Simple Menü (HubSpot) */
/*--------------------------------------------------------------------------*/
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul,
.hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper > ul > li {
  list-style:none;
}
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper > ul,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper > ul > li {
  display: flex;
  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:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-horizontal,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: row;
}
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-vertical,
.hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  flex-direction: column;
}
@media (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-horizontal,
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-horizontal > ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-vertical,
  .hs_cos_wrapper_type_simple_menu:not(.two-cols) > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul {
    flex-direction: column;
  }
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul,
  .hs_cos_wrapper_type_simple_menu > .hs-menu-wrapper.hs-menu-flow-sm-vertical > ul > li {
    width: 100%;
  }
}


.hs_cos_wrapper_type_simple_menu>.hs-menu-wrapper > ul {
  width: 100%;
}


.hs_cos_wrapper_type_simple_menu>.hs-menu-wrapper > ul > li {
  width: 100%;
  height: auto;
  align-self: flex-start;
}


.hs-menu-flow-horizontal .hs-menu-item > a,
.hs_cos_wrapper_type_simple_menu .hs-menu-item:first-child > a,
.hs_cos_wrapper_type_simple_menu .hs-menu-item:nth-child(2) > a{
  border-top: 1px solid #EBEBEB;
}

@media screen and (max-width:767px) {
  .hs-menu-flow-sm-horizontal .hs-menu-item > a {
    border-top: 1px solid #EBEBEB;
  }
}


.hs_cos_wrapper_type_simple_menu .hs-menu-item > a {
  padding: 8.0px 0px;
  text-align: left!important;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 300;
  color: #000000;
  background: transparent;
}

.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item > a {
  padding: 18px 0;
}

.two-cols .hs-menu-flow-sm-vertical .hs-menu-item:nth-child(2) > a,
.hs-menu-flow-vertical .hs-menu-item:nth-child(2) > a {
  border-top: 0;
}

@media screen and (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu .hs-menu-item:nth-child(2) > a {
    border-top: 0;
  }
}

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:hover,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:focus {
  color: #25598d;
  font-weight: 300;
  background: transparent;
}


.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:hover svg,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a:hover i {
  color: #25598d;
  fill: #25598d;
}

.hs_cos_wrapper_type_simple_menu .hs-menu-item > a svg,
.hs_cos_wrapper_type_simple_menu .hs-menu-item > a i {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-left: auto;
}


.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item > a svg,
.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item > a i
{
  transform: translate(-15px, 0);
  transition: all 300ms ease-in-out;
}
.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item > a:hover svg,
.hs_cos_wrapper_type_simple_menu.animate-arrow .hs-menu-item > a:hover svg {
  transform: translate(0, 0);
  transition: all 400ms ease-in-out;
}

.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item:first-child > a,
.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item:nth-child(2) > a
{
  border-top: 1px solid #ebebeb33;
}
.hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item > a
{
  border-bottom: 1px solid #ebebeb33;
}
@media screen and (max-width:767px) {
  .hs_cos_wrapper_type_simple_menu.two-cols .hs-menu-item:nth-child(2) > a {
    border-top: 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: #25598d;
      fill: #25598d;
    }
  
    .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: #25598d;
      fill: #25598d;
    }
  
    .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: #25598d;
      fill: #25598d;
    }
  
    .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: #25598d;
      fill: #25598d;
    }
  
    .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: #25598d;
      fill: #25598d;
    }
  
/* Socialmedia (Default) */
/*--------------------------------------------------------------------------*/

.social-links {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.social-links .icon {
  display: inline-block;
  border-radius: 7.5px;
  overflow: hidden;
  margin-right: 8.0px;
  margin-top:  8.0px;
  width: 15px;
  height: 15px;
}


/* Socialmedia (Plattform Icons) */
/*--------------------------------------------------------------------------*/

.social-links .icon svg,
.social-links .icon i {
  display: block;
  fill: ;
  color: ;
}
.social-links .icon svg, 
.social-links .icon i {
  width: 15px; 
  height: 15px; 
  padding: 0px;
  box-sizing: border-box;
}


/* Socialmedia (Custom) */
/*--------------------------------------------------------------------------*/




.social-links.default {
  flex-direction: column;
}


.social-links a {
  color: #000000;
}

.social-links a {
  color: #000000;
  font-weight: 300;
}

.social-links a:hover,
.social-links a:focus {
  color: #25598d;
  font-weight: 300;
}

.social-links a:focus .arrow-icon svg,
.social-links a:focus .arrow-icon,
.social-links a:hover .arrow-icon svg,
.social-links a:hover .arrow-icon i {
  color: #25598d;
  fill: #25598d;
}

.social-links.default .icon {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0px;
  margin: 0;
  padding-top: 8.0px;
  padding-bottom: 8.0px;
  border-bottom: 1px solid #EBEBEB;
}

.social-links.default .icon:first-child {
  border-top: 1px solid #EBEBEB;
}

.social-links.default .icon svg {
  display: inline-block;
  margin-right: 8.0px;
}


.social-links.default .icon .arrow-icon {
  margin-left: auto;
}
.social-links.default .icon .arrow-icon svg {
  width: 11px;
  height: 11px;
  margin: 0;
}


.social-links.horizontal .icon,
.social-links.horizontal .icon svg {
  width: 32px;
  height: 32px;
  margin-right: 48px;
}
.social-links.horizontal .icon {
  margin-right: 48px;
}
.social-links.horizontal .icon:last-child {
  margin-right: 0;
}
.social-links.horizontal .icon span {
  display: none;
  font-size: 0;
}








/* Spacer (Style) */
/*--------------------------------------------------------------------------*/

.spacer { width: 100%; }
.spacer.small  { height: 64px;  }
.spacer.medium { height: 96px; }
.spacer.large  { height: 160px;  }


/* Spacer (Visualisation) */
/*--------------------------------------------------------------------------*/

.spacer.preview,
.page-editor .spacer,
.hs-inline-edit .spacer {
  color: #FFFFFF;
  background: #75a9dd;
  display: flex;
  align-items: center;
  justify-content: center;
}


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


















/* Topbar (Wrapper) */
/*--------------------------------------------------------------------------*/

.topbar {
  position: relative;
  height: auto;
  background-color: #EAEAEA;
  text-align: right;
  z-index: 1;
}
.topbar .row,
.topbar .d-flex {
  justify-content: flex-start;
}
@media (max-width:767px){
  .topbar .row,
  .topbar .d-flex {
    justify-content: center;
  }
}


/* Topbar Types (Default) */
/*--------------------------------------------------------------------------*/

.topbar-message {
  padding: 16px;
}
.topbar-message p {
  margin-bottom: 0;
}
.topbar-linklist [role="seperator"],
.topbar-linklist a,
.topbar-contact a,
.topbar-contact .intro {
  display: inline-block;
  padding-top: 16px;
  padding-bottom:  16px;
}
.topbar-contact .phone,
.topbar-contact .email {
  white-space: nowrap;
}
.topbar-linklist a {
  padding-left: 8.0px;
  padding-right: 8.0px;
}
.topbar-contact a,
.topbar-contact .intro {
  padding-left: 4.0px;
  padding-right: 8.0px;
}
.topbar-contact .row > span:not(:last-child){
  margin-right: 8.0px;
}


/* Topbar Types (Mobile) */
/*--------------------------------------------------------------------------*/

@media (max-width:767px){
  .topbar-linklist a {
    width: 100%;
    text-align: center;
  }
  .topbar-linklist [role="seperator"] {
    display: none;
  }
  .topbar-contact .row > span.phone,
  .topbar-contact .row > span.email,
  .topbar-contact .row > span.intro {
    width: 100%;
    margin-right: 0;
  }
}


/* Topbar (Custom) */
/*--------------------------------------------------------------------------*/



/* set active menu item if the body class matched */


.topbar-linklist,
.topbar-linklist ul{
  padding: 0;
  margin: 0;
}

.topbar a {
  color: #000000;
  font-weight: 400;
}

.topbar a:hover,
.topbar a:focus {
  text-decoration: none;
  color: #25598d;
}

.topbar .left-content {
  display: block;
}

.topbar .left-content .topbar-linklist a{
  display: block;
}

.topbar .search svg {
  width: 16px;
  height: 16px;
}

@media (min-width:1024px) {
  .topbar-linklist a,
  .topbar-category {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .topbar-category {
    background: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .topbar .left-content {
    display: flex;
  }
  .topbar .left-content .topbar-linklist a:hover,
  .topbar .left-content .topbar-linklist a.active {
    background: #FFFFFF;
  }
  .topbar .right-content {
    border-left: 2px solid #FFFFFF;
  }
  .topbar .search {
    cursor: pointer;
  }
}

/* Custom breakpoint */
@media (min-width: 1050px) and (max-width: 1320px) {
  .topbar-category, .topbar-linklist a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width:1023px) {
  .topbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius: none!important;
    display: none;
    padding: 32px 0px 24.0px 0px;
  }
  .topbar .topbar-linklist.container {
    padding: 0;
  }
  .nav-open .topbar {
    display: block;
  }
  .topbar-linklist a {
    padding: 8.0px 32px;
    text-align: left;
  }
  .topbar .right-content {
    padding-top: 16px;
  }
  .topbar .left-content .topbar-linklist a.active {
    font-weight: 500;
  }
}










/* Scroll-To-Top (Wrapper) */
/*--------------------------------------------------------------------------*/

.totop {
  position: fixed;
  right: 0;
  width: 50px;
  height: 50px;
  bottom: 16px;
  background: #25598d;
  padding: 4px;
  border-radius: 16px;
  z-index: 2;
}
.totop > i,
.totop > svg {
  color: #FFFFFF;
  fill: #FFFFFF;
  width: 42px;
  height: 42px;
}


/* Scroll-To-Top (Hover) */
/*--------------------------------------------------------------------------*/

.totop:hover,
.totop:focus {
  background: #25598d;
}
.totop:hover > i,
.totop:hover > svg,
.totop:focus > i,
.totop:focus > svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}


/* Scroll-To-Top (Preview) */
/*--------------------------------------------------------------------------*/

.totop.preview {
  position: relative;
  margin: 64px;
  right: auto; bottom: auto;
  display: block !important;
}


/* Scroll-To-Top (Print) */
/*--------------------------------------------------------------------------*/

@media print {
  .totop {
    display: none !important;
  }
}


/* Scroll-To-Top (Custom) */
/*--------------------------------------------------------------------------*/



.totop {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .25); 
  line-height: 50px;
  border-radius: 100%;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  right: 32px;
}

.totop>i, 
.totop>svg {
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
}









/* Trademark (Wrapper) */
/* --------------------------------------------------------------------- */

.trademark .color-logo > img,
.trademark .polar-logo > img,
.trademark .hs-image-widget,
.trademark .logo {
  max-width: 100%;
}

/* Trademark (Custom) */
/*--------------------------------------------------------------------------*/



.trademark a {
  display: block;
}


.footer-container-wrapper .trademark {
  margin-bottom: 32px;
}

.footer-container-wrapper .trademark .color-logo img {
  width: 150px!important;
  height: auto!important;
}








/* Contact Sidebar (Default) */
/*--------------------------------------------------------------------------*/

.side-panel {
  border-radius: 4.0px;
  position: fixed;
  right: 0;
  z-index: 2;
  width: 0 !important;
  overflow: visible;
}
.side-panel .side-panel-trigger {
  background: #25598d;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.49px;
  width:fit-content;
  width:-moz-fit-content;
  padding: 10px 15px;
  border-radius: 4.0px 4.0px 0 0;
  position: relative;
  transform: rotate(270deg);
  cursor: pointer;
  transition: left 300ms ease;
}
.side-panel .side-panel-trigger:hover {
  transition: left 300ms ease;
}
.side-panel .side-panel-content {
  background: #FFFFFF;
  color: #000000;
  position: relative;
  transition: left 300ms ease;
}
.side-panel.hover .side-panel-content {
  transition: left 300ms ease;
}
.side-panel .title {
  background: #25598d;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.49px;
  padding: 15px 25px;
}
.side-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-panel li {
  border-bottom: 1px solid #D3D3D3;
  padding: 5px 25px;
}
.side-panel li:last-child {
  border-bottom: none;
}
.side-panel li a {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  position: relative;
  display: block;
  padding: 20px 0;
}
.side-panel li a:hover {
  color: #25598d;
}
.side-panel li a span.fa-icon {
  position: absolute; 
  right: 0;
}
  
@media screen and (max-width:767px) {
  .side-panel-content {
    width: 90vw !important;
  }
  .side-panel {
    margin: 0 auto;
  }
  .side-panel.hover {
    margin: 0 auto;
  }
  .side-panel .side-panel-trigger {
    left: -35px;
  }
  .side-panel .side-panel-content {
    position: fixed;
    top: 20vh !important;
  }
  .side-panel.hover .side-panel-content {
    left: 5vw !important;
    top: 20vh !important;
  }
}


/* Contact Sidebar (Custom) */
/*--------------------------------------------------------------------------*/





.image-text-box .richtext {
  margin-bottom: 48px;
}
.image-text-box.align-items-center .richtext {
  margin-bottom: 0;
}
.image-text-box .btn-primary:hover a{
  color: #FFFFFF;
}

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

.image-text-box .text h3, 
.image-text-box .text .h3 {
  margin-bottom: 16px;
}

/* 4-images in text-editor */
.image-text-box.img-4 .text a:not(.btn) {
  padding-top:90px; 
}
@media (min-width:1024px) {
.image-text-box.img-4 .text a:not(.btn) {
  padding-top:50px; 
}
}

.image-text-box.img-4 .text p:first-child {
  margin-bottom: 31px !important;
}

.image-text-box.img-4 .text img {
  margin-right: 2% !important;
  width: 45% !important;
}
.image-text-box.img-4 .text img:nth-child(2) {
  margin-right: 0 !important;
}
@media (min-width:1024px) { 
  .image-text-box.img-4 .text img {
    width: 18% !important;
  }
  .image-text-box.img-4 .text img:nth-child(2) {
    margin-right: 2% !important;
  }
  .image-text-box.img-4 .text img:nth-child(4) {
    margin-right: 0 !important;
  }
} 







/* Vorlage (Style) */
/*--------------------------------------------------------------------------*/

.benefits-list {
  color: #000000;
  background: transparent;
}
.benefits-list .box-shadow {
  padding: 32px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0,0.10);
}
.benefits-list .border-radius {
  border-radius: 4.0px;
}


  .benefits-list .headline {
    font-size: 18px; 
  }
  @media screen and (min-width:768px) {
    .benefits-list .headline {
      font-size: 24px; 
    }
  }


.benefits-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 2rem;
}


  .benefits-list ul li {
    font-size: 18px; letter-spacing: 0.45px; line-height: 27px; 
  }
  @media screen and (min-width:768px) {
    .benefits-list ul li {
      font-size: 18px; letter-spacing: 0.45px; line-height: 27px; 
    }
  }


.benefits-list ul li {
  font-weight: 300;
  margin-bottom: 16px;
  position: relative;
}

.benefits-list ul li .svg-icon {
  display: inline-block;
  position: absolute;
  left: -2rem;
  top: 4px;
}
.benefits-list ul li .svg-icon svg {
  fill: #25598d
}
/* Vorlage (Custom) */
/*--------------------------------------------------------------------------*/










.iframe iframe {
  width: 100%;
  height: 500px;
  border: none;
  margin: 0;
  padding: 0;
}



/* OPRGINAL THEME SOURCE TEMPLATE STYLESHEETS */
/*--------------------------------------------------------------------------*/









/* Job-Data (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-data {
  border-radius: 4.0px;
  box-shadow: ;
  padding: 16px;
}

/* display flex column on mobile */
@media (max-width:767px) {
  .job-data {
    box-shadow: ;
    padding: 32px 16px;
  }
  .d-sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}


/* Job-Data (Content) */
/*--------------------------------------------------------------------------*/

.job-data .headline {
  margin-top: 8.0px;
  margin-bottom: 8.0px;
}


/* Job-Data (Divider) */
/*--------------------------------------------------------------------------*/

.job-data .seperator {
  width: 1px;
  height: 48px;
  background: #F7F7F7;
  padding: 0;
  margin: 8.0px 0;
}
@media (max-width:767px) {
  .job-data .seperator {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Job-Data (Custom) */
/*--------------------------------------------------------------------------*/











/* Job-Viewer (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-viewer {
  padding-top: 16px;
  padding-bottom: 48px;
  text-align: center;
  width: 100%;
}
.job-viewer .section {
  margin-top: 80px;
}
@media (max-width:767px) {
  .job-viewer .section {
    margin-top: 48px;
  }
}


/* Job-Viewer (Toggle) */
/*--------------------------------------------------------------------------*/

.job-viewer .btn {
  margin-bottom: 16px;
  margin-left: 16px;
}
.job-viewer .btn:focus:not(:focus-visible) {
  outline: none;
}
.job-viewer .btn.first {
  margin-left: 0;
}
.job-viewer .tab-toggle,
.job-viewer .tab-toggle ~ .section {
  display: none;
}
@media (max-width:767px) {
  .job-viewer .btn {
    display: block;
    margin-left: 0;
  }
}


/* Job-Viewer-Item (Wrapper) */
/*--------------------------------------------------------------------------*/

.job-viewer-item {
  border-radius: 4.0px;
  box-shadow: ;
  padding: 32px;
  margin-bottom: 32px;
  position: relative;
  color: ;
  background: #FFFFFF;
}
.job-viewer-item.last {
  margin-bottom: 0;
}
@media (max-width:767px) {
  .job-viewer-item  {
    box-shadow: ;
  }
}

/* display flex column on tablet down */
@media (max-width:767px) {
  .d-md-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .align-md-center {
    text-align: center;
  }
}


/* Job-Viewer-Item (Content) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .headline {
  width: auto;
}
.job-viewer-item .area-link:hover ~ .headline,
.job-viewer-item .area-link:focus ~ .headline {
  color: ;
}
.job-viewer-item .headline > * {
  display: inline-block;
  margin-bottom: 4.0px;
}
@media (max-width:767px) {
  .job-viewer-item .headline {
    margin-bottom: 16px;
  }
  .job-viewer-item .title {
    display: block;
  }
}


/* Job-Viewer-Item (Arrow) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .arrow > svg,
.job-viewer-item .arrow > i {
  fill: inherit;
  color: inherit;
  width: 16px;
  height: 18px;
}
.job-viewer-item .area-link:hover ~ .arrow > svg,
.job-viewer-item .area-link:focus ~ .arrow > svg,
.job-viewer-item .area-link:hover ~ .arrow > i,
.job-viewer-item .area-link:focus ~ .arrow > i {
  fill: #6e1e46;
  color: #6e1e46;
}


/* Job-Viewer-Item (Divider) */
/*--------------------------------------------------------------------------*/

.job-viewer-item .seperator {
  width: 1px;
  height: 48px;
  background: #F7F7F7;
  padding: 0;
  margin: 16px 0;
}
@media (max-width:767px) {
  .job-viewer-item .seperator {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* Job-Viewer (Custom) */
/*--------------------------------------------------------------------------*/



.job-viewer .section {
  margin-top: 3rem;
}

.job-viewer  .tab-button {
  display: none;
}

.job-viewer-item {
  min-height: 113px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0;
}

.job-viewer-item:first-child {
  border-top: 1px solid #EBEBEB;
}

.job-viewer-item .job-company {
  width: 216px;
}

.job-viewer-item .job-company img {
  width: 120px;
  height: auto;
}

.job-viewer-item .headline {
  flex-grow: 1;
}

.job-viewer-item .arrow {
  transition: transform 300ms;
}

.job-viewer-item:hover .arrow {
  transform: translateX(100%);
}

.job-viewer-item:hover .arrow svg path {
  fill: #000000;
}

@media (max-width:767px) {
  .job-viewer .section {
    margin-top: 1rem;
  }
  
  .job-viewer-item {
    padding-bottom: 1.5rem;
  }
  
  .job-viewer-item .job-company, .job-viewer-item .headline {
    width: 100%;
    text-align: center;
  }
  
  .job-viewer-item .headline {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}







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






.monument-grotesk {
  font-family: 'Monument Grotesk';
}
.thin {
  font-weight: 100;
  font-style: normal;
}
.thin-italic {
  font-weight: 100;
  font-style: italic;
}
.extra-light {
  font-weight: 200;
  font-style: normal;
}
.extra-light-italic {
  font-weight: 200;
  font-style: italic;
}
.light {
  font-weight: 300;
  font-style: normal;
}
.light-italic {
  font-weight: 300;
  font-style: italic;
}
.regular {
  font-weight: 400;
  font-style: normal;
}
.medium {
  font-weight: 500;
}
.medium-italic {
  font-weight: 500;
  font-style: italic;
}
.italic {
  font-weight: 400;
  font-style: italic;
}
.semi-bold {
  font-weight: 600;
  font-style: normal;
}
.semi-bold-italic {
  font-weight: 600;
  font-style: italic;
}
.bold,
.extra-bold {
  font-weight: 700;
  font-style: normal;
}
.bold-italic,
.extra-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.black {
  font-weight: 900;
  font-style: normal;
}
.black-italic {
  font-weight: 900;
  font-style: italic;
}
/* CUSTOM HELPER CLASSES */
/*--------------------------------------------------------------------------*/

.invert, .invert-color,
.inverted, .inverted-color,
.invert svg, .invert-color svg,
.inverted svg, .inverted-color svg,
.invert i, .invert-color i,
.inverted i, .inverted-color i,
.invert li, .invert-color li,
.inverted li, .inverted-color li,
.invert p, .invert-color p,
.inverted p, .inverted-color p,
.invert a, .invert-color a,
.inverted a, .inverted-color a,
.inverted-no-a {
	fill: #FFFFFF !important;
  color: #FFFFFF !important;
}

@media (max-width:767px) {
  .sm-no-br br {
    display:none;
  }
}

/* CUSTOM BLOG STYLESHEET */
/*--------------------------------------------------------------------------*/

.blog-post-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 48px;
}


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


/* CUSTOM HEADER STYLES */
/*--------------------------------------------------------------------------*/

/* Custom mobile navigation trigger button color */
.header-container .navigation-btn svg,
.header-container .navigation-btn i {
  fill: #25598d;
  color: #25598d;
}

/* initial header*/
.header-container-wrapper.sticky .header-container .container.header-content { 
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 100;
}

/* sticky header */

/* disable sticky header while editing the page (hsinline editor) */
.hs-inline-edit .header-container-wrapper.sticky .header-container .container.header-content {
  position: absolute;
}

.header-container-wrapper.sticky .header-container .container .header-inner .topbar { 
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
@media (max-width:1023px) {
  .header-container-wrapper.sticky .header-container .container .header-inner .topbar { 
    height: 307px;
  }
}


body:not(.nav-open) .header-container .header-inner {
  box-shadow: 0px 0px 50px #0000001F;
}

.header-container-wrapper.sticky .header-container .container .header-inner .header-main { 
  background: #FFFFFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* TABLET UP */
@media (min-width:1024px) {

  .header-container-wrapper.sticky .header-container .container.header-content {
    top: 50px;
    position: absolute;
  }
  .header-container .header-inner .header-main {
    padding-left: 16px;
    padding-right: 32px;
  }
  .header-container-wrapper .header-container .header-main.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 50px #0000001F;
  }
}

/* Mobile Navi open */
@media (max-width:1023px) {
  .nav-open {
    overflow: hidden;
  }
  .nav-open .header-container-wrapper.sticky .header-container .container.header-content {
    background: #fff;
    top: 0;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .header-container-wrapper.sticky .header-container .container .header-inner .header-main { 
    padding: 16px 20.0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  /* mobile search */
  .header-container-wrapper.sticky .header-container .container .header-inner .header-main .mobile-search svg { 
    width: 22px;
    height: 22px;
    margin-right: 16px;
  }
}

.header-container .header-inner .color-logo img {
  width: 200px!important;
  height: auto!important;
}

@media (max-width:767px) {
  .header-container .header-inner .color-logo img {
    width: 160px!important;
    height: auto!important;
  }
}


/* SPLIDE SLIDER CUSTOM STYLES */
/*--------------------------------------------------------------------------*/

.splide {
  padding-bottom: calc(48px + 50px); /* Plus size of the arrow buttons */
}

.splide .splide__arrows {
  position: absolute;
  bottom: 0;
}

.splide .splide__arrow {
  position: static;
  display: inline-block;
  margin-right: 20.0px;
  background: transparent;
  border: 1px solid #D4D4D4;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: all .3s;
  outline: none!important;
}

.splide .splide__arrow svg {
  fill: #000000;
  padding: 18px;
}

.splide .splide__arrow:hover {
  background: #25598d;
  border: 1px solid #25598d;
}

.splide .splide__arrow:hover svg {
  fill: #FFFFFF; 
}

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

/* CUSTOM FORM */
/*--------------------------------------------------------------------------*/
.hs-form-field {
  margin-bottom: 8.0px;
}
.hs-form select, .hs-form .select-selected, .hs-form select:focus {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.hs-form .hs-fieldtype-file.hs_dokumente_hochladen .hs-file-button {
  width: 26%;
  height: 40px;
  background: #25598d;
  color: white;
  padding: 8px;
  font-weight: 300;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
@media (max-width:767px) {
  .hs-form .hs-fieldtype-file.hs_dokumente_hochladen .hs-file-button {
    width: 35%;
  }
}
.hs-form .hs-fieldtype-file.hs_dokumente_hochladen .hs-file-button:hover {
  background: white;
  color: black;
}

.hs-form .hs-fieldtype-file.hs_dokumente_hochladen .hs-file-value {
  padding: 0 0 0 20px;
  background-color: none;
  font-size: initial;
  line-height: 38px;
  border: none;
  font-size: 14px;
  font-weight: 300;
}
.hs-form .hs-fieldtype-file.hs_dokumente_hochladen .input {
  border: 1px solid #BABABA;
  border-radius: 4px;
  padding: 5px;
}

.hs-form input[type="submit"] {
  display: inline-block;
  background: none;
  color: #000000;
  padding: 14px 34px;
  font-weight: 300;
  transition: all 300ms ease-in-out;
  border-radius: 100px;
  border: 1px solid #BABABA; 
}
.hs-form input[type="submit"]:hover {
  background: #25598d;
  color:white;
  border-color: #25598d;
}
.hs-form .hs-form-booleancheckbox label > span:before{
  width: 16px;
  height: 16px;
  top: 4px;
}
.hs-form-booleancheckbox label {
  height: 25px;
  padding-left: 25px;
}
.hs-form-booleancheckbox label > span:after {
  height: 16px;
  width: 16px;
}
.hs-form-booleancheckbox label > span:after{
  font-size: 10px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/