*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border: 2px solid #D1D6DC;
  border-radius: 8px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}


/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .hs-richtext a {
  color: inherit;
  text-decoration: underline;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 10px;
}

/* Validation */

.hs-form-required {
  color: red;
}

.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 {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

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

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Missing Template at Path: \'Website_Relaunch_2023\/css\/components\/_footer.css\' */




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

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

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

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

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

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

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

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

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

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

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

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

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

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

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

.blog-comments form {
  max-width: 100%;
}

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

:root {
  --tangyTurquoise: #6fc3b8;
}

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

.error-page:before {
  color: var(--tangyTurquoise);
  content: attr(data-error);
  font-family: DM Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  opacity: .3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

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

/* System pages */

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

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

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

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

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

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

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

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

/* Backup unsubscribe */

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

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

/* CoreMedia Styles */
@charset "UTF-8";
/**
 * COLORS
 */
/**
 * SIZES
 */
/**
 * BREAKPOINTS
 */
/**
 * DURATIONS
 */
/**
 * Z-INDEX
 */
/*
 *  MIXIN: cm2020-breakpoint()
 *
 *	$break-tablet-start: 768px;
 *	$break-desktop-start: 1024px;
 *	$break-desktop-hd-start: 1440px;
 *
 *	@mixin cm2020-breakpoint($media)
 *  @params $media: mobile | tablet | desktop | desktophd | mobileTablet | tabletDesktop
 *	@example  @include cm2020-breakpoint(tabletOnly) { width: 125px; }
 */
/**
 * @description Function to calculate the percentage of a col width
 * With one parameter width 100% is based on 12 cols minus outer gutter -> 100% - gutter
 * With two parameter width 100% is based on the second parameter ( col(3, 6) -> 50% - gutter ) minus outer gutter
 * With the third parameter false width ignores outer gutter. 100% = 100%
 *
 * @example width: col-width(8);
 * @example width: col-width(2, 6);
 * @example width: col-width(2, 6, false);
 */
/**
 * @description Creates CSS for a grid behavior of elements
 *
 * @example grid(8);
 * @example grid(2, 6);
 * @example grid(2, 6, false);
 */
/**
 * @description: Spans a container over the whole type-area (max 1024px) with
 * gutter as padding at the left and right side.
 *
 * There are some edge cases, where you need the whole span, but without padding
 */
/**
 * MIXIN: touch device detection
 * @description: Somewhat problematic topic with many edge cases. So don't use it for
 * important stuff that can break user experience!
 * There is also an touch device detection in JS.
 *
 * More infos:
 * - http://www.stucox.com/blog/you-cant-detect-a-touchscreen/
 * - https://stackoverflow.com/questions/7838680/detecting-that-the-browser-has-no-mouse-and-is-touch-only/52854585#answer-52854585
 * - https://dev.opera.com/articles/media-features/
 * - Test example for matchMedia: https://patrickhlauke.github.io/touch/pointer-hover-any-pointer-any-hover/
 */
/**
 * MIXIN: negative touch device detection
 * @description: Somewhat problematic topic with many edge cases. So don't use it for
 * important stuff that can break user experience!
 * There is also an touch device detection in JS.
 *
 * More infos:
 * - http://www.stucox.com/blog/you-cant-detect-a-touchscreen/
 * - https://stackoverflow.com/questions/7838680/detecting-that-the-browser-has-no-mouse-and-is-touch-only/52854585#answer-52854585
 * - https://dev.opera.com/articles/media-features/
 * - Test example for matchMedia: https://patrickhlauke.github.io/touch/pointer-hover-any-pointer-any-hover/
 */
/**
 * MIXIN: Clearfix
 * @description: Different variants for basic clearfix stuff
 */
.clearfix {
  *zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

/**
 * MIXIN: Accessibility stuff
 */
.is-hidden {
  display: none;
}

.is-visible {
  display: block;
}

/**
 * Not hiding, but pushing behind, as visual fallback as long as some DOM stuff
 * gets built or loaded.
 */
.is-fallback-bg {
  z-index: -1;
}

/**
 *  MIXIN: Centering stuff
 *  @description: centering vertically
 *
 *	@mixin align-middle
 *	@example @include align-middle();
 */
/**
 *  @description: centering vertically AND horizontally
 *
 *	@mixin align-center-middle
 *	@example @include align-center-middle();
 */
/**
 * MIXIN: Resetting stuff
 * @description: sets the element to an neutral appearance
 */
/**
 * MIXIN: Grid-CSS stuff
 * @description: IE11-"Polyfill" for different handling of grid-area command
 */
/**
* MIXIN: add property with value as variable and fallback value
* e.g. used for theming with custom properties tough sass
 */
/**
 * @description: This file contains mixins made by CoreMedia. These mixins are
 * included in standard CoreMedia installations and needed for some work flows,
 * i.e. aspect-ratio-box() for responsive images.

 * As CoreMedia is still using node-sass/LibSass instead of the newer Dart Sass
 * implementation, there is no way for conditional imports for mixins.
 * So instead each needed CoreMedia mixin is copied manually into this file.

 * The existence of the mixin is checked (was it already imported by some
 * CoreMedia brick magic?) and if needed, initialized by the version here
 */
/**
 * @description: Wrapper for brick-utils:aspect-ratio-box()
 *
 * Generates an aspect ratio box. Elements within the aspect ratio box need to be positioned absolute otherwise
 * they will extend the box.
 *
 * @param: {x} The x-coordinate for the aspect ratio
 * @param: {y} The y-coordinate for the aspect ratio
 * @param: {overflow} By default overflow is hidden, this can be adjusted if not wanted
 * @example:
 *
 * @include aspect-ratio-box(4, 3) {
 *    background-color: red;
 * }
 */
/**
 * @description: Wrapper for brick-utils:stretch-absolute()
 *
 * Applies styles to stretch to parent container using position absolute.
 *
 * @param: {boolean} vertically stretched? default: true
 * @param: {boolean} horizontally stretched? default: true
 *
 * @example:
 * img {
 *   @include stretch-absolute();
 * }
 *
 */
/**
 * @description: Mixins für text stylings
 */

.richtext-wrapper a:link,
.richtext-wrapper a:visited,
.richtext-wrapper a:hover,
.richtext-wrapper a:active {
  color: #FFFFFF;
  text-decoration: none;
}


.richtext-wrapper p:first-child {
  margin-top: 0;
}


.richtext-wrapper p:last-child {
  margin-bottom: 0;
}


.richtext-wrapper ul,
.richtext-wrapper ol,
.richtext-wrapper .rte--list {
  padding-left: 20px;
  list-style-position: outside;
}

/**
* COLOUR SCHEME
* Setting a body-class different colour-schemes can be used.
* The default scheme is ParanoidPurle with TangyTurqoise.
* Second: red-purple
* Third: green-purple
*/
:root {
  --primaryColour: #672779;
  --secondaryColour: #6fc3b8;
}

body {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #363936;
  background-color: #ffffff;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1080px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

body::before {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  body::before {
    content: 'mobile';
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  body::before {
    content: 'tablet';
  }
}

@media only screen and (min-width: 1080px) {
  body::before {
    content: 'desktop';
  }
}

@media only screen and (max-width: 767px) {
  body.has-megamenu-overlay-visible {
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  body.has-megamenu-overlay-visible {
    overflow-y: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

button {
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .vertical-spacer {
    height: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .vertical-gradient-spacer {
    height: 0 !important;
  }
}

.vertical-gradient-spacer {
  background: linear-gradient(45deg, rgba(103,39,121,1) 0%, rgba(0,108,174,1) 100%);
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  width: 100vw;
}

.a-button, .comment form input[type=submit], .comment form .hs-button, .hs-button.primary.large, #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  align-items: center;
  padding-left: 10px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 99px;
}

.m-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media only screen and (max-width: 1079px) {
  .m-pagination {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1080px) {
  .m-pagination {
    margin-top: 60px;
  }
}

.pagination__items {
  padding: 0;
  list-style: none;
  text-indent: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.pagination__item + .pagination__item {
  margin-left: 22px;
}

.pagination__item .a-link {
  display: block;
  min-width: 18px;
  padding: 0 3px;
  box-sizing: content-box;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: var(--primaryColour);
  background-color: #ffffff;
  border-radius: 12px;
  white-space: nowrap;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}

.pagination__item .a-link:hover, .pagination__item .a-link.is-active {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--primaryColour);
}

.o-footer {
  color: #ffffff;
  background: linear-gradient(45deg, rgba(103,39,121,1) 0%, rgba(0,108,174,1) 100%);
}

.o-footer .a-link,
.o-footer .a-link:visited {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .o-footer .a-link,
  .o-footer .a-link:visited {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .o-footer .a-link,
  .o-footer .a-link:visited {
    font-size: 14px;
    font-weight: lighter;
  }
}

@media only screen and (min-width: 1080px) {
  .o-footer .a-link,
  .o-footer .a-link:visited {
    font-size: 14px;
    font-weight: lighter;
    text-decoration: none;
  }
}

.o-footer .o-teaser-collection.teaser-collection--footer {
  box-sizing: border-box;
  float: inherit;
  width: 100%;
  margin-top: 0;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .o-footer .o-teaser-collection.teaser-collection--footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .o-footer .o-teaser-collection.teaser-collection--footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .o-footer .o-teaser-collection.teaser-collection--footer {
    padding-left: 128px;
  }
}

@media only screen and (max-width: 767px) {
  .o-footer .o-teaser-collection.teaser-collection--footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .o-footer .o-teaser-collection.teaser-collection--footer {
    padding-top: 8px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1080px) {
  .o-footer .o-teaser-collection.teaser-collection--footer {
    padding-top: 8px;
    padding-bottom: 20px;
  }
}

.o-footer .teaser-collection__detailtext {
  line-height: 1.333;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .o-footer .teaser-collection__detailtext {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .o-footer .teaser-collection__detailtext {
    margin-top: 0;
    font-size: 10px;
  }
}

.o-footer .teaser-collection__detailtext a,
.o-footer .teaser-collection__detailtext a:link,
.o-footer .teaser-collection__detailtext a:visited {
  color: #ffffff;
  font-weight: lighter;
}

.o-footer .teaser-collection__detailtext a:hover,
.o-footer .teaser-collection__detailtext a:active {
  text-decoration: none;
}

.o-footer .teaser-collection__teaser-wrapper {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .o-footer .teaser-collection__teaser-wrapper {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .o-footer .teaser-collection__teaser-wrapper {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1080px) {
  .o-footer .teaser-collection__teaser-wrapper {
    margin-top: 35px;
  }
}

.o-footer .teaser-collection__teaser-wrapper .a-link {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .o-footer .teaser-collection__teaser-wrapper .a-link {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5em;
  }

}

.o-footer .teaser-collection__teaser-wrapper .a-link:hover {
  text-decoration: none;
}

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

  .o-footer .teaser-collection__teaser-wrapper .a-link + .a-link::before {
    content: '|';
    font-family: "DM Sans";
    font-size: 14px;
    color: #664A96;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: lighter;
  }
}

.o-footer .teaser-collection__footer {
  line-height: 1.333;
  font-weight: lighter;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .o-footer .teaser-collection__footer {
    margin-top: 40px;
    font-size: 12px;
    justify-content: center;
    display: flex;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .o-footer .teaser-collection__footer {
    margin-top: 15px;
    font-size: 14px;
  }
}

.teaser-collection--contact-invites + .o-footer,
.teaser-collection--contact-invites + .a-megamenu__overlay + .o-footer,
.cm-placement--footerNavigation + .cm-placement--footer > .o-footer,
.type-area + .a-megamenu__overlay + .o-footer {
  margin-top: 0;
}

.quote__text {
  margin: 0;
  font-weight: bold;
  justify-content: center;
}

.quote__text a:link,
.quote__text a:visited,
.quote__text a:hover,
.quote__text a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.quote__text p:first-child {
  margin-top: 0;
  justify-content: center;
}

.quote__text p:last-child {
  margin-bottom: 0;
}

.quote__text ul,
.quote__text ol,
.quote__text .rte--list {
  padding-left: 20px;
  list-style-position: outside;
}

@media only screen and (max-width: 767px) {
  .quote__text {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-size: 20px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .quote__text {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-size: 50px;
    letter-spacing: -1.5px;
    line-height: 55;
  }
}

@media only screen and (min-width: 1080px) {
  .quote__text {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    font-size: 50px;
    line-height: 55;
    letter-spacing: -1.5px;

  }
}

.quote__cite {
  display: inline-block;
  margin: 0;
  font-style: normal;
  justify-content: center;
}

@media only screen and (max-width: 1079px) {
  .quote__cite {
    padding: 14px 0 30px 40px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1080px) {
  .quote__cite {
    padding-left: 7%;
    font-size: 23px;
    line-height: 30px;
  }
}
.article {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .article {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .article__wrapper {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .article__wrapper {
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .article__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1079px) {
  .article__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1080px) {
  .article__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.article__image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .article__image {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

.article__body {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .article__body {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .article__body {
    box-sizing: border-box;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .article__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1079px) {
  .article__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1080px) {
  .article__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.article__body img {
  height: auto;
  margin: 2rem 0;
  max-width: 100%;
}

.article__body img[style*="float: left"] {
  margin-top: 1em;
  margin-right: 2rem;
}

.article__body img[style*="float: right"] {
  margin-top: 1em;
  margin-left: 2rem;
}

.article__body a {
  color: #672779;
}

.article__body a:hover {
  text-decoration: underline;
}

.article__social {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.article__social-headline {
  margin: 1em 0 -.5em;
}

.comment form input[type=submit], .comment form .hs-button, .hs-button.primary.large, #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  transition: transform .5s 0s ease;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.comment form input:hover[type=submit], .comment form .hs-button:hover, .hs-button.primary.large:hover, #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover, #CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, .a-button:active, .comment form input:active[type=submit], .comment form .hs-button:active, .hs-button.primary.large:active, #CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active, #CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:active {
  color: #ffffff;
  transform: scale3d(0.98, 0.98, 1);
}

.comment {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .comment {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .comment {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .comment {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1079px) {
  .comment {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1080px) {
  .comment {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

@media only screen and (max-width: 767px) {
  .comment .widget-type-blog_comments {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .comment .widget-type-blog_comments {
    box-sizing: border-box;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .comment .widget-type-blog_comments {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1079px) {
  .comment .widget-type-blog_comments {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1080px) {
  .comment .widget-type-blog_comments {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.comment .hs-form-required {
  color: #672779;
}

.comment input[type=text]:focus,
.comment input[type=email]:focus,
.comment input[type=password]:focus,
.comment input[type=tel]:focus,
.comment input[type=number]:focus,
.comment input[type=file]:focus,
.comment select:focus,
.comment textarea:focus {
  outline-color: #000000;
}

.comment input[type=text], .comment input[type=email], .comment input[type=password], .comment input[type=tel], .comment input[type=number], .comment input[type=file], .comment select, .comment textarea {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .comment fieldset.form-columns-2 .input,
  .comment fieldset.form-columns-1 .input,
  .comment .hs_recaptcha {
    margin-right: 0 !important;
  }
}

.comment .grecaptcha-badge {
  margin-right: 0;
  padding-right: 10em;
}

@media only screen and (max-width: 767px) {
  .comment .hs-submit {
    margin-top: 4em;
  }
}

.hs-button.primary.large {
  border: none;
}

.hs-button.primary.large:focus {
  outline: none;
}

#CybotCookiebotDialog[style*=block] ~ .body-wrapper {
  margin-bottom: 287px;
}

@media only screen and (min-width: 768px) {
  #CybotCookiebotDialog[style*=block] ~ .body-wrapper {
    margin-bottom: 212px;
  }
}

#CybotCookiebotDialog #CybotCookiebotDialogBody *,
#CybotCookiebotDialog #CybotCookiebotDialogDetail * {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
}

#CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border: none;
  height: auto;
  box-sizing: border-box;
  min-height: 38px;
  min-width: fit-content;
}

#CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  box-sizing: border-box;
  min-height: 38px;
  min-width: fit-content;
}

#CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, #CybotCookiebotDialogBodyLevelWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:active {
  color: #672779;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  display: flex !important;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  select {
    height: 39px;
  }
}

.actions {
  margin-bottom: 5rem;
}

.hs-form {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .form-columns-2 .hs-form-field {
    max-width: 48%;
  }
}

@media only screen and (min-width: 768px) {
  .form-columns-2 .hs-form-field:nth-child(odd) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .form-columns-2 .hs-form-field:nth-child(even) {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .form-columns-2 {
    display: flex;
  }
}

.hs-form-booleancheckbox-display {
  display: flex;
  cursor: pointer;
}

.hs-form-booleancheckbox-display span:not([class])::after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background-color: #672779;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 4px;
}

.hs-form-booleancheckbox-display [type=checkbox] {
  opacity: 0;
}

.hs-form-booleancheckbox-display [type=checkbox]:checked ~ span::after {
  background: #672779 url("https://6810026.fs1.hubspotusercontent-na1.net/hubfs/6810026/raw_assets/public/Website_Relaunch_2023/images/check.svg") center/contain no-repeat;
}

.legal-consent-container .hs-form-booleancheckbox-display {
  min-height: 30px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: flex !important;
}

@media only screen and (min-width: 768px) {
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 10px !important;
  }
}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  display: inline-block;
  line-height: 1.4;
  order: 1;
}

.legal-consent-container .hs-form-booleancheckbox-display > span .hs-form-required {
  order: 0;
}

.hs-submit {
  margin-top: 1rem;
}

.hs-form-booleancheckbox .hs-form-required {
  margin-top: -7px;
  display: inline-block;
  margin-right: 0;
  margin-left: 10px;
}

.legal-consent-container .hs-form-booleancheckbox p {
  padding-top: 0;
}

.o-header {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  height: 50px;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .o-header {
    height: 70px;
  }
}

.o-header .a-logo-coremedia {
  display: block;
  height: 40px;
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .o-header .a-logo-coremedia {
    height: 60px;
    width: 400px;
  }
}

.header__container {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .header__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .header__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .header__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.dnd-section > .row-fluid {
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dnd-section > .row-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .dnd-section > .row-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .dnd-section > .row-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.nav {
  background-image: linear-gradient(90deg, #672779 0, #772d8c 60%);
}

.nav__category-list {
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  display: flex;
  height: 60px;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .nav__category-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .nav__category-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .nav__category-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.nav__category-link {
  border-bottom: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  line-height: 1.1;
  margin-right: 2em;
  text-decoration: none;
  transition: border-color .5s 0s ease-in-out;
  white-space: nowrap;
}

.nav__category-link:hover, .nav__category-link:active, .nav__category-link:focus {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  outline: none;
}

.nav__pagination {
  margin-bottom: 5rem;
  width: 100%;
}

.nav__pagination-prev svg, .nav__pagination-next svg {
  fill: #672779;
}

.pagination__item:hover .nav__pagination-prev svg, .pagination__item:hover .nav__pagination-next svg {
  fill: #ffffff;
}

.page-title {
  background: linear-gradient(45deg, rgba(103,39,121,1) 0%, rgba(0,108,174,1) 100%);
}

.page-title__headline {
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page-title__headline {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-title__headline {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 1080px) {
  .page-title__headline {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title__headline {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .page-title__headline {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .page-title__headline {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}
.page-title--fullwidth {
  margin-bottom: 2em;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .page-title--fullwidth {
    margin-right: -45px;
    margin-left: -45px;
  }
}

@media only screen and (min-width: 1080px) {
  .page-title--fullwidth {
    margin-right: calc( min( -47px, 8% ));
    margin-left: calc( min( -47px, 8% ));
  }
}

@media only screen and (min-width: 1240px) {
  .page-title--fullwidth {
    margin-bottom: 60px;
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50.05%);
    width: 100vw;
  }
}

.social__link {
  color: #672779;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 2em;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .social__link {
    margin-bottom: 0;
    margin-right: 1em;
  }
}

.social__icon {
  background-color: #672779;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  padding: 8px;
  position: relative;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  .social__icon {
    height: 30px;
    width: 30px;
  }
}

.social__icon svg {
  height: 100%;
  width: 100%;
}

.social__icon svg path {
  fill: #ffffff;
}

h1, h2, h3, .body-wrapper h4, .body-wrapper h5, .body-wrapper h6 {
  font-style: normal;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2em;
}

.widget-type-rich_text p:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .teaser__wrapper {
    margin: 0 15px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser__wrapper {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .teaser__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1079px) {
  .teaser__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1080px) {
  .teaser__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.teaser__wrapper a:hover {
  text-decoration: none;
}

.teaser__wrapper.blog-index {
  padding-top: 60px;
}

.teaser__article {
  margin-bottom: 3rem;
  padding: 0 20px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .teaser__article {
    flex: 1 1 50%;
    margin-bottom: 60px;
    max-width: calc(50% - 15px);
    padding: 0 30px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser__article:nth-child(odd) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser__article:nth-child(even) {
    margin-left: 15px;
  }
}

.teaser__article::after {
  background-color: #6fc3b8;
  bottom: 0;
  content: '';
  display: block;
  height: 25%;
  position: absolute;
  right: 0;
  width: 4px;
}

.article__wrapper .teaser__article::after {
  display: none;
}

.teaser__related-headline {
  font-weight: 700;
  margin-bottom: .5em;
}

.teaser__related-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.teaser__article--related {
  margin-left: 15px;
  margin-right: 15px;
  flex: 1 1 100%;
}

@media only screen and (min-width: 768px) {
  .teaser__article--related {
    flex: 1 1 33.33%;
    margin-bottom: 60px;
    max-width: calc(33.33% - 15px * 2);
    padding: 0 30px 30px;
  }
}

.teaser__image-wrapper {
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
  background-color: #672779;
}

@media only screen and (min-width: 768px) {
  .teaser__image-wrapper {
    margin: 0 -30px;
  }
}

.teaser__image-wrapper:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.teaser__image {
  background-color: #672779;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

.teaser__image-link {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.teaser__headline {
  font-size: 1.25rem;
  font-weight: 500;
  -ms-hyphens: auto;
      hyphens: auto;
  line-height: 1.3;
  margin: 18px 0;
}

.teaser__headline a {
  color: #363936;
  text-decoration: none;
}

.teaser__headline a:hover {
  color: #000000;
}

.teaser__headline a:active {
  color: #672779;
}

.teaser--page-title .teaser__headline {
  margin-bottom: 0;
  margin-top: 0;
}

.teaser__content {
  display: -ms-grid;
  display: grid;
  font-size: .9rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .teaser__content {
    padding-left: 90px;
  }
}

.blog--post .teaser__content {
  align-items: center;
  display: flex;
  min-height: 70px;
}

.teaser__article--related .teaser__content {
  padding-left: 0;
}

.teaser__author {
  color: #363936;
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .teaser__author {
    margin-top: 1.1rem;
  }
}

.teaser__author:hover, .teaser__author:active, .teaser__author:focus {
  color: #000000;
}

.blog--post .teaser__author {
  margin: 0;
  color: #672779;
}

.blog--post .teaser__author:hover {
  color: #000000;
}

.teaser__author-image {
  background: #bbc4c3 url("https://6810026.fs1.hubspotusercontent-na1.net/hubfs/6810026/raw_assets/public/Website_Relaunch_2023/images/avatar.png") center/contain no-repeat;
  border-radius: 50%;
  height: 32px;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
  width: 32px;
}

@media only screen and (min-width: 768px) {
  .teaser__author-image {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
  }
}

.teaser__article--related .teaser__author-image {
  height: 32px;
  width: 32px;
  position: relative;
}

.teaser__wrapper--bio .teaser__author-image {
  height: 70px;
  width: 70px;
  margin-bottom: 1.5rem;
}

.teaser__author-image img {
  width: 100%;
  height: 100%;
}

.teaser__author-bio {
  font-size: 1rem;
  margin: 0 0 2em;
}

@media only screen and (max-width: 767px) {
  .teaser__author-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}

.blog--post .teaser__author-row {
  display: flex;
  align-items: center;
}

.teaser__article--related .teaser__author-row {
  margin-bottom: .5rem;
}

.teaser__author-column {
  display: flex;
  flex-direction: column;
  margin-bottom: .5rem;
}

.teaser__text {
  margin-top: 1rem;
}

.teaser__article--first .teaser__text {
  max-width: 45em;
}

.teaser__text p {
  font-size: .9rem;
}

.teaser__tag {
  color: #672779;
  text-decoration: none;
  border-bottom: 1px solid #672779;
  margin: 0.3em 0.5em 0;
  display: inline-block;
  line-height: 1.1;
  transition: border-color .5s 0s ease-in-out;
}

.teaser__tag:hover, .teaser__tag:active, .teaser__tag:focus {
  border-bottom: 1px solid transparent;
  color: #672779;
  outline: none;
}

.teaser__tag-wrapper {
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .teaser__tag-wrapper {
    margin-top: 50px;
  }
}

.teaser__tag-wrapper svg {
  height: auto;
  margin-left: .5em;
  margin-right: .2em;
  position: relative;
  top: .2rem;
  width: 1rem;
}

.teaser__tag-wrapper svg path {
  fill: #672779;
}

.teaser__tag-headline {
  margin-bottom: -.5em;
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .teaser__tag-headline {
    margin-bottom: -1.2em;
    margin-top: 3em;
  }
}

/* landing page prefix */
.lp-module__headline * {
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .lp-module__headline * {
    font-size: 20px;
    margin-bottom: 1.2em;
  }
}

@media only screen and (min-width: 768px) {
  .lp-module__headline * {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 1.5em;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-module__headline * {
    display: inline-block;
    font-size: 40px;
  }
}

.lp-module__content {
  margin-bottom: 3.5rem;
}

.teaser__aboutus .lp-module__headline * {
  margin-bottom: .5em;
}

.teaser__aboutus-wrapper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .teaser__aboutus-wrapper--with-image {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: left;
    padding-left: 7.8rem;
    padding-top: 1em;
  }
  .teaser__aboutus-wrapper--with-image p {
    flex: 1 0 100%;
  }
}

.teaser__aboutus-icon {
  float: left;
  margin: .4em 2em 0 0;
  shape-outside: ellipse(70px 30px at 10% 55%);
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .teaser__aboutus-icon {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    shape-outside: ellipse(70px 40px at 20% 60%);
    width: 5rem;
  }
}

.teaser__contact, .quote {
  background: linear-gradient(45deg, rgba(103,39,121,1) 0%, rgba(0,108,174,1) 100%);
  color: #ffffff;
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  width: 100vw;
}

.teaser__contact-wrapper {
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .teaser__contact-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .teaser__contact-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .teaser__contact-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.teaser__contact-details {
  padding-left: 100px;
  position: relative;
}

.teaser__contact .lp-module__headline * {
  color: #ffffff;
  margin-top: 3rem;
}

.teaser__contact-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
  transform: translateX(-100px);
  width: calc(100vw - 30px);
}

@media only screen and (min-width: 1080px) {
  .teaser__contact-list {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .teaser__contact-list li {
    flex: 0 0 50%;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .teaser__contact-list li:first-child {
    margin-bottom: .5em;
    min-height: 60px;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser__contact-list li:first-child {
    padding-left: 130px;
  }
}

.teaser__contact-list-name {
  font-size: 1.15rem;
  line-height: 1.2;
  margin-top: -.5em;
}

@media only screen and (max-width: 767px) {
  .teaser__contact-list-name p {
    margin-top: .5em;
  }
}

.teaser__contact-image {
  border-radius: 50%;
  left: 0;
  position: absolute;
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .teaser__contact-image {
    width: 100px;
    height: 100px;
  }
}

.teaser__contact-link {
  color: #ffffff;
  display: flex;
  line-height: 2;
  margin-top: 1em;
}

.teaser__contact-link:hover, .teaser__contact-link:active, .teaser__contact-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.teaser__contact-link::before {
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  display: inline-block;
  margin-right: 1em;
  height: 40px;
  width: 40px;
}

.teaser__contact-link[href^=mailto]::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcwLjA4IDE3MC4wOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogdXJsKCNsaW5lYXItZ3JhZGllbnQpOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9Ii0zNTAuNjMiIHkxPSItMzIwLjQ4IiB4Mj0iLTM0OS4xNSIgeTI9Ii0zMjEuOTYiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzUwNzQuMSAtMzIwMzcuMDYpIHNjYWxlKDEwMCAtMTAwKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM2NzI3NzkiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDA2Y2FlIi8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KICA8ZyBpZD0iR3JvdXBfNzIzIiBkYXRhLW5hbWU9Ikdyb3VwIDcyMyI+CiAgICA8ZyBpZD0iR3JvdXBfNjk5IiBkYXRhLW5hbWU9Ikdyb3VwIDY5OSI+CiAgICAgIDxnIGlkPSJHcm91cF82NzQiIGRhdGEtbmFtZT0iR3JvdXAgNjc0Ij4KICAgICAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzU4LTIiIGRhdGEtbmFtZT0iRWxsaXBzZSA1OC0yIiBjbGFzcz0iY2xzLTEiIGN4PSI4NS4wNCIgY3k9Ijg1LjA0IiByPSI3NC4zNCIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgogIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0ibTM2Ljc3LDUwLjgzdjY0Ljc2aDEwMC43NlY1MC44M0gzNi43N1ptNTAuMzgsNDAuMTdsLTQ0LjczLTM3LjE3aDg5LjQ2bC00NC43MywzNy4xN1ptLTE0LjA3LTcuNzlsLTMzLjMxLDI3LjY4di01NS4zN2wzMy4zMSwyNy42OFptMi4zNSwxLjk1bDExLjcyLDkuNzQsMTEuNzItOS43NCwzMy4wMSwyNy40M0g0Mi40MmwzMy4wMS0yNy40M1ptMjUuNzktMS45NWwzMy4zMS0yNy42OHY1NS4zN2wtMzMuMzEtMjcuNjhaIi8+Cjwvc3ZnPg==);
}

.teaser__contact-link[href^=tel], .teaser__contact-link:nth-child(2) {
  text-decoration: none;
}

.teaser__contact-link[href^=tel]::before, .teaser__contact-link:nth-child(2)::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTcwLjA4IDE3MC4wOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogdXJsKCNsaW5lYXItZ3JhZGllbnQpOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9Ii0zNTAuNjMiIHkxPSItNjA2LjQiIHgyPSItMzQ5LjE1IiB5Mj0iLTYwNy44OSIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSgzNTA3NC4xIC02MDYyOS42Mykgc2NhbGUoMTAwIC0xMDApIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzY3Mjc3OSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDZjYWUiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxnIGlkPSJHcm91cF83MjMiIGRhdGEtbmFtZT0iR3JvdXAgNzIzIj4KICAgIDxnIGlkPSJHcm91cF82OTkiIGRhdGEtbmFtZT0iR3JvdXAgNjk5Ij4KICAgICAgPGcgaWQ9Ikdyb3VwXzY3NCIgZGF0YS1uYW1lPSJHcm91cCA2NzQiPgogICAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNTgtMiIgZGF0YS1uYW1lPSJFbGxpcHNlIDU4LTIiIGNsYXNzPSJjbHMtMSIgY3g9Ijg1LjA0IiBjeT0iODUuMDQiIHI9Ijc0LjM0Ii8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+CiAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJtMTA2LjI4LDEzOC4zOWgtNDIuMzRjLTQuNzksMC04LjY5LTMuOS04LjY5LTguNjlWNDAuMzhjMC00Ljc5LDMuOS04LjY5LDguNjktOC42OWg0Mi4zNGM0Ljc5LDAsOC42OSwzLjksOC42OSw4LjY5djg5LjMyYzAsNC43OS0zLjksOC42OS04LjY5LDguNjlaTTYzLjk0LDM0LjY5Yy0zLjE0LDAtNS42OSwyLjU1LTUuNjksNS42OXY4OS4zMmMwLDMuMTQsMi41NSw1LjY5LDUuNjksNS42OWg0Mi4zNGMzLjE0LDAsNS42OS0yLjU1LDUuNjktNS42OVY0MC4zOGMwLTMuMTQtMi41NS01LjY5LTUuNjktNS42OWgtNDIuMzRaIi8+CiAgPGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSI4NS4xMSIgY3k9IjEzMC40NyIgcj0iMi45MiIvPgogIDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iNjIuNDEiIHk9IjM5LjI4IiB3aWR0aD0iNDUuNDEiIGhlaWdodD0iODQuMDQiIHJ4PSI0LjI4IiByeT0iNC4yOCIvPgo8L3N2Zz4=);
}

@media only screen and (min-width: 768px) {
  .quote {
    padding: 0;
  }
}



@media only screen and (max-width: 767px) {
  .quote__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }  }

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .quote__wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .quote__wrapper {
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.quote__text {
  letter-spacing: -1.5px;
  line-height: 55px;
  padding-left: 10%;
}

@media only screen and (max-width: 767px) {
  .quote__text {
    font-size: 30px;
  }

}

@media only screen and (min-width: 768px) {
  .quote__text {
    display: flex;
    font-size: 50px;
  }
}

@media only screen and (min-width: 1080px) {
  .quote__text {
    display: flex;
    padding-left: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .quote__cite {
    font-size: 18px;
  }

}
@media only screen and (min-width: 768px) {
  .quote__cite {
    align-items: center;
    justify-content: center;
    border-right-width: 0;
    font-size: 22px;
  }
}

.quote__author-info {
  display: inline-block;
  width: fit-content;
  justify-content: center;
}
@media only screen and (min-width: 1080px) {
  .quote__author-info {
    font-size: 22px;
  }
}
.quote {
  padding-bottom: 4.5em;
  padding-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .logo-wall {
    margin-bottom: 120px;
  }
}

.logo-wall__wrapper {
  align-items: center;
  display: flex;
  filter: grayscale(100%);
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .logo-wall__wrapper {
    margin-left: -36px;
    margin-right: -36px;
  }
}

.logo-wall__image {
  flex: 0 1 33.3%;
  display: inline-block;
  max-width: 33.3%;
}

@media only screen and (min-width: 768px) {
  .logo-wall__image {
    flex: 0 1 16.6%;
    max-width: calc(16.6% - 36px);
    margin: 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser__bulletlist {
    margin-bottom: 120px;
  }
}

.teaser__bulletlist ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
  padding: 0;
}

.teaser__bulletlist li {
  align-items: center;
  display: flex;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .teaser__bulletlist li {
    font-size: 1.25rem;
  }
}

.teaser__bulletlist li:last-child {
  margin-bottom: 0;
}

.teaser__bulletlist li::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM3Ljg3NSAxNS42OTZhMS43ODYgMS43ODYgMCAwMTAgMi41MzZMMjEuODA0IDM0LjMwNGMtLjMzNy4zMzQtLjc5NC41Mi0xLjI2OC41MTdoLS4xMDdhMS43ODYgMS43ODYgMCAwMS0xLjI4Ni0uNjc4TDEyIDI1LjIxNEExLjc4NiAxLjc4NiAwIDExMTQuNzg2IDIzbDUuODkzIDcuMzU3IDE0LjY2LTE0LjY2YTEuNzg2IDEuNzg2IDAgMDEyLjUzNiAwek01MCAyNWMwIDEzLjgwNy0xMS4xOTMgMjUtMjUgMjVTMCAzOC44MDcgMCAyNSAxMS4xOTMgMCAyNSAwYTI1IDI1IDAgMDEyNSAyNXptLTMuNTcxIDBjMC0xMS44MzUtOS41OTQtMjEuNDI5LTIxLjQyOS0yMS40MjlDMTMuMTY1IDMuNTcxIDMuNTcxIDEzLjE2NSAzLjU3MSAyNWMwIDExLjgzNSA5LjU5NCAyMS40MjkgMjEuNDI5IDIxLjQyOUEyMS40MjkgMjEuNDI5IDAgMDA0Ni40MjkgMjV6IiBmaWxsPSIjNjcyNzc5IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4K) center/contain no-repeat;
  content: '';
  display: inline-block;
  flex: 1 0 3rem;
  height: 3rem;
  margin-right: 1em;
  margin-top: 3px;
  width: 3rem;
}

.lp-banner {
  color: #363936;
  overflow: visible;
  position: relative;
  margin: 0;
}

.lp-banner--fullwidth {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .lp-banner--fullwidth {
    margin-left: 55%;
    margin-right: 0;
    transform: translateX(-50.00%);
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .lp-banner--fullwidth {
    margin-left: 55%;
    margin-right: 0;
    transform: translateX(-50.00%);
    width: 100vw;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--fullwidth {
    margin-left: 55%;
    margin-right: 0;
    transform: translateX(-50.00%);
    width: 100vw;
  }
}

@media only screen and (min-width: 1240px) {
  .lp-banner--fullwidth {
    margin-left: 55%;
    margin-right: 0;
    transform: translateX(-50.00%);
    width: 100vw;
  }
}

.lp-banner--video {
  background-color: #672779;
}

.lp-banner--image .lp-banner__image::before {
  content: '';
  display: block;
}

.lp-banner--image .lp-banner__image img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .lp-banner--image .lp-banner__image img {
    height: fit-content;
    width: 50%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .lp-banner--image .lp-banner__image img {
    height: fit-content;
    width: 36%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1472px) {
  .lp-banner--image .lp-banner__image img{
    height: fit-content;
    width: 36%;
    object-fit: cover;

  }
}

@media only screen and (max-width: 767px) {
  .lp-banner--video .lp-banner__image {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .lp-banner--video .lp-banner__image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 45%;
    height: 100%;
  }
}

.lp-banner--video .lp-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .lp-banner--video .lp-banner__image img {
    height: 300px;
    width: auto;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--video .lp-banner__image img {
    height: 400px;
    width: auto;
  }
}

@media only screen and (min-width: 1472px) {
  .lp-banner--video .lp-banner__image img {
    height: 100%;
    width: auto;
  }
}

.lp-banner--image .lp-banner__content {
  overflow: hidden;
  position: relative;
}

.lp-banner__inner {
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-banner__inner {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-banner__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.lp-banner__content {
  overflow: hidden;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.lp-banner__headline {
  color: #363936;
  font-size: 50px;
  font-weight: bold;
  width: 50%;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .lp-banner__headline {
    font-size: 22px;
    grid-area: headline;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-banner__headline {
    font-size: 30px;
    width: 55%;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner__headline {
    font-size: 40px;
    width: 55%;
  }
}

@media only screen and (min-width: 1472px) {
  .lp-banner__headline {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-banner--video .lp-banner__headline {
    width: 50%;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--video .lp-banner__headline {
    width: 50%;
    font-size: 40px;
  }
}

.lp-banner__text {
  width: 50%;
  line-height: 1.6;
}

.lp-banner__text a:link,
.lp-banner__text a:visited,
.lp-banner__text a:hover,
.lp-banner__text a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.lp-banner__text p:first-child {
  margin-top: 0;
}

.lp-banner__text p:last-child {
  margin-bottom: 0;
}

.lp-banner__text ul,
.lp-banner__text ol,
.lp-banner__text .rte--list {
  padding-left: 20px;
  list-style-position: outside;
}

@media only screen and (max-width: 767px) {
  .lp-banner__text {
    font-size: 14px;
    grid-area: teasertext;
    margin-top: 28px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-banner__text {
    margin-top: 28px;
    width: 55%;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner__text {
    font-size: 20px;
    margin-top: 28px;
    width: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-banner--video .lp-banner__text {
    width: 50%;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--video .lp-banner__text {
    width: 50%;
  }
}

.lp-banner__wrapper {
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-banner__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-banner__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

@media only screen and (min-width: 768px) {
  .lp-banner--video .lp-banner__wrapper {
    height: 300px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--video .lp-banner__wrapper {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .lp-bullet--onecolumn {
    width: 55%;
  }
}

@media only screen and (min-width: 768px) {
  .lp-bullet--twocolumn ul {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-bullet--twocolumn li {
    flex: 0 0 50%;
    padding-right: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .lp-bullet--min-height {
    min-height: 600px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-bullet--min-height {
    min-height: 440px;
  }
}

@media only screen and (min-width: 1472px) {
  .lp-bullet--min-height {
    min-height: 440px;
  }
}

.lp-form {
  background-color: #ffffff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .lp-form {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 768px) {
  .lp-form {
    width: 320px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-form {
    width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .lp-banner--image ~ .lp-form {
    transform: none;
    position: absolute;
    top: 120px;
    right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--image ~ .lp-form {
    top: 280px;
    right: 90px;
  }
}

@media only screen and (min-width: 1472px) {
  .lp-banner--image ~ .lp-form {
    top: 280px;
    right: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-banner--video ~ .lp-form {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 768px) {
  .lp-banner--video ~ .lp-form {
    transform: none;
    position: absolute;
    top: 340px;
    right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-banner--video ~ .lp-form {
    top: 400px;
    right: 150px;
  }
}

.lp-form input:-ms-input-placeholder {
  color: #363936;
}

.lp-form input::placeholder {
  color: #363936;
}

.lp-form .form-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media only screen and (min-width: 1080px) {
  .lp-form .form-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1472px) {
  .lp-form .form-title {
    font-size: 40px;
  }
}

.lp-form .actions {
  margin-bottom: 0;
}

.lp-form .hs-button.primary.large {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet'%3E%3Cpath fill='%23fff' d='M13.495 22.576l6.056-6.028c.007-.006.017-.008.023-.015.285-.284.427-.659.426-1.033a1.447 1.447 0 00-.426-1.033c-.006-.007-.016-.008-.023-.015l-6.056-6.028a1.472 1.472 0 00-2.068 0 1.455 1.455 0 000 2.059l5.041 5.017-5.041 5.017a1.455 1.455 0 000 2.059c.568.565 1.5.566 2.068 0' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: top 10px right 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 70px;
  padding-right: 90px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .image--twocolumn .image {
    margin-right: 15px;
    flex: 1 0 auto;
    width: calc( 50% - 15px);
  }
  .image--fullsize .image {
    width: 100%;
  }
}


.lp-panel {
  background: linear-gradient(45deg, rgba(103,39,121,1) 0%, rgba(0,108,174,1) 100%);
  color: #ffffff;
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  width: 100vw;
}

.lp-panel__wrapper {
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-panel__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .lp-panel__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-panel__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc( min( 47px, 8% ));
    padding-right: calc( min( 47px, 8% ));
    max-width: 1234px;
  }
}

.lp-panel .lp-module__headline * {
  color: #ffffff;
}

.lp-panel__list {
  list-style: none;
  margin-bottom: 4em;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .lp-panel__list {
    display: -ms-grid;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(50%, auto));
  }
}

.lp-panel__member {
  text-align: center;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .lp-panel__member {
    text-align: left;
    padding-left: 80px;
    position: relative;
    margin-bottom: 3em;
  }
  .lp-panel__member:nth-child(odd) {
    margin-right: 2em;
  }
  .lp-panel__member:nth-child(even) {
    margin-left: 2em;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-panel__member {
    padding-left: 120px;
  }
}

.lp-panel__member-image {
  margin-bottom: .5em;
  margin-top: 2em;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .lp-panel__member-image {
    position: absolute;
    left: 0;
    margin-right: 60px;
    width: 60px;
    height: 60px;
    margin-top: -.5em;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-panel__member-image {
    width: 100px;
    height: 100px;
    object-fit: cover;

  }
}

.body-wrapper .lp-panel__member-headline,
.body-wrapper .lp-panel__member-role {
  margin-top: 0;
  margin-bottom: .5em;
  color: #ffffff;
}

.body-wrapper .lp-panel__member-headline {
  font-size: 20px;
}

@media only screen and (min-width: 1080px) {
  .body-wrapper .lp-panel__member-headline {
    font-size: 32px;
  }
}

.body-wrapper .lp-panel__member-role {
  font-weight: 400;
}

@media only screen and (min-width: 1080px) {
  .body-wrapper .lp-panel__member-role {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .column {
    display: block;
    float: left;
    width: 33.33%;
    font-family: 'DM Sans';
    font-weight: bold;
    font-size: 18px;
    padding-top: 3em;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .column {
    display: inline-block;
    width: 100%;
    font-family: 'DM Sans';
    font-weight: bold;
    font-size: 18px;
    padding-top: 3em;
    text-align: center;
  }
}

.o-footer .footer-navigation .a-link {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pinch-zoom;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

.o-footer .footer-navigation .a-link:hover {
  text-decoration: none;


}

.arrow:hover {
  border: solid #D82EB4;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 9px;
  float: right;
}

.right:hover {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.changecolor:hover {
  background-color: rgba(102, 74, 150,.2);
  transition: background-color;
  transition-duration: 1s;

}

.footer-navigation-container {
  width: 33.33%;
  border-top: 1px solid #664A96;
  border-bottom: 1px solid #664A96;
}
@media only screen and (max-width: 767px) {
  .footer-navigation-container {
    display: flex;
    width: 90%;
    justify-content: center;
    margin-left: 5%;
  }
}
.header-container {
  padding-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .row {
    padding-left: 82px;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


}
@media only screen and (min-width: 1080px) {
  .row {
    padding-left: 128px;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


}

@media only screen and (max-width: 767px) {
  .logo-white {
    position: relative;
    top: -240px;
    right: 80px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .logo-white {
    position: relative;
    top: -100px;
    right: 430px;
  }


}
.o-footer .logo-white {
  height: 40px;
  float: right;
  padding-right: 14%;
}

a svg:hover #Twitter_2_,a svg:hover #Path_16282, a svg:hover #Path_16283, a svg:hover #Path_16315, a svg:hover #Path_16316, a svg:hover #Rectangle_1018{
  fill: #FFFFFF;
}
a svg:hover #Ellipse_56,a svg:hover #Ellipse_57,a svg:hover #Ellipse_60 {
  fill:url(#RedPinkGradient);
}
.mask-image {
  -webkit-mask-image: url("../svg-data/whitecurve.svg");
}
.my-button:hover {
  background: linear-gradient(45deg, rgba(216, 46, 180, 1) 0%, rgba(221, 52, 43, 1) 100%);
  transition: background;
  transition-duration: 0.3s;
}

.lp-module__headline * {
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .lp-module__headline * {
    font-size: 20px;
    margin-bottom: 1.2em;
  }
}

@media only screen and (min-width: 768px) {
  .lp-module__headline * {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 1.5em;
  }
}

@media only screen and (min-width: 1080px) {
  .lp-module__headline * {
    display: inline-block;
    font-size: 40px;
  }
}

.lp-module__content {
  margin-bottom: 3.5rem;
}

.teaser__aboutus .lp-module__headline * {
  margin-bottom: .5em;
}
.teaser-foursome {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .teaser-foursome {
    display: flex;
    flex: 0 1 50%;
    padding-right: 30px;
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .teaser-foursome__container {
    display: flex;
    flex-wrap: wrap;
  }
}

.teaser-foursome__headline {
  flex: 0 1 auto;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  margin: 0;
  max-width: calc(100% - 60px);
}

.teaser-foursome__icon {
  height: 60px;
  width: 60px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .teaser-foursome__icon {
    min-height: 70px;
    min-width: 100px;
    padding: 50px 30px 0;
    position: absolute;
    left: 0;
  }
}

.teaser-foursome__icon img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .teaser-foursome__icon img {
    height: auto;
    width: 100%;
  }
}

.teaser-foursome__text {
  flex: 1 0 100%;
}

.teaser-foursome__text p {
  margin-top: 0;
}
/*# sourceMappingURL=_cm-blog.css.map */