/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}


/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}


/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}


/*
 *  Copyright 2021 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
  height: auto;
}


/*
 *  Copyright 2025 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-form-text .cmp-form-text__validation-message {
  visibility: hidden;
}
.cmp-form-text :invalid + .cmp-form-text__validation-message {
  visibility: visible;
}



/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/webpack-import-glob-loader/index.js??ruleSet[1].rules[2].use[4]!./src/main/webpack/site/baseline.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! 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.2; /* 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.2; /* 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;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-col {
  flex-direction: column;
}

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

.hidden {
  display: none !important;
}

.block {
  display: block;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/3 {
  width: 33.3333%;
}

.w-1\/2 {
  width: 50%;
}

.w-7\/12 {
  width: 58.33333333%;
}

.w-3\/4 {
  width: 75%;
}

.w-4\/5 {
  width: 80%;
}

.w-11\/12 {
  width: 91.6667%;
}

.text-white {
  color: #ffffff !important;
}

.text-blue {
  color: #0078d4 !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-black-75 {
  color: #505050 !important;
}

.mt-4 {
  margin-top: 20px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:w-1\/3 {
    width: 33.3333%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.33333333%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-11\/12 {
    width: 91.6667%;
  }
  .md\:w-full {
    width: 100%;
  }
}
@media (min-width: 1125px) {
  .lg\:flex {
    display: flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:w-1\/3 {
    width: 33.3333%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.33333333%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-11\/12 {
    width: 91.6667%;
  }
  .lg\:w-full {
    width: 100%;
  }
}
/*== Font Face*/
/* web fonts */
@font-face {
  font-family: "SegoeUI-regular";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), url("clientlib-site/resources/fonts/SegoeUI-regular.woff2") format("woff2"), url("clientlib-site/resources/fonts/SegoeUI-regular.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff") format("woff");
}
@font-face {
  font-family: "SegoeUI-semiBold";
  font-style: normal;
  font-weight: 600;
  src: local("Segoe UI Semibold"), url("clientlib-site/resources/fonts/SegoeUI-semiBold.woff2") format("woff2"), url("clientlib-site/resources/fonts/SegoeUI-semiBold.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff") format("woff");
}
@font-face {
  font-family: "SegoeUI-semiLight";
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI Semilight"), url("clientlib-site/resources/fonts/SegoeUI-semiLight.woff2") format("woff2"), url("clientlib-site/resources/fonts/SegoeUI-semiLight.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff") format("woff");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("clientlib-site/resources/fonts/material-icons-outlined.woff2") format("woff2"), url("clientlib-site/resources/fonts/material-icons-outlined.woff") format("woff");
}
/* grid gutter*/
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}

.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}

.aem-Grid::after {
  clear: both;
}

/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}

/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}

/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

/* add global gutter instead of repeated one, to remove ~ 500 lines*/
[class*=aem-Grid--default--] > [class*=aem-GridColumn--default--],
[class*=aem-Grid--tablet--] > [class*=aem-GridColumn--tablet--],
[class*=aem-Grid--phone--] > [class*=aem-GridColumn--phone--] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 438px) {
  [class*=aem-Grid--default--] > [class*=aem-GridColumn--default--],
  [class*=aem-Grid--tablet--] > [class*=aem-GridColumn--tablet--],
  [class*=aem-Grid--phone--] > [class*=aem-GridColumn--phone--] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 439px) and (max-width: 1124px) {
  [class*=aem-Grid--default--] > [class*=aem-GridColumn--default--],
  [class*=aem-Grid--tablet--] > [class*=aem-GridColumn--tablet--],
  [class*=aem-Grid--phone--] > [class*=aem-GridColumn--phone--] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.aem-Grid--default--12 > .aem-GridColumn--default--12,
.experiencefragment.aem-GridColumn--default--12 {
  padding-left: 0px;
  padding-right: 0px;
}

[class*=aem-Grid--default--] > [class*=aem-GridColumn--default--1],
[class*=aem-Grid--default--] > .aem-GridColumn--default--9,
[class*=aem-Grid--default--] > [class*=aem-GridColumn--phone--1],
[class*=aem-Grid--default--] > .aem-GridColumn--phone--9,
[class*=aem-Grid--default--] > [class*=aem-GridColumn--tablet--1],
[class*=aem-Grid--default--] > .aem-GridColumn--tablet--9 {
  padding-left: 0px;
  padding-right: 0px;
}

/* Generates all the rules for the grid columns up to the given amount of column */
.root.container.responsivegrid {
  width: 100%;
}
.root.container.responsivegrid .container .container .container {
  max-width: 1600px;
  margin: 0 auto;
  float: none;
  clear: both;
}
.root.container.responsivegrid .container .container .container .container {
  float: left;
  clear: none;
}

/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}

/* phone breakpoint */
@media (max-width: 438px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 439px) and (max-width: 1124px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-size: 16px;
  box-sizing: border-box;
  background-color: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
p {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  color: #000000;
}

@media (max-width: 1124px) {
  body,
  p {
    font-size: 0.875rem;
  }
}

a,
button {
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  color: #225b62;
}
a:hover,
button:hover {
  color: #122f33;
}
a:disabled,
button:disabled {
  cursor: default;
}

img,
svg {
  max-width: 100%;
}

hr {
  border: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p,
blockquote {
  margin: 0;
  padding: 0;
}

dt,
dd {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

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

h1 {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 0.875rem;
  }
}

h5 {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}

h6 {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
  color: #000000;
}

.h1-semibold {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .h1-semibold {
    font-size: 3.125rem;
  }
}

.h2-semibold {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .h2-semibold {
    font-size: 2rem;
  }
}

.h3-semibold {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .h3-semibold {
    font-size: 1.25rem;
  }
}

.h3-semilight {
  font-family: "Segoe UI Semilight", "SegoeUI-semiLight", sans-serif;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .h3-semilight {
    font-size: 1.25rem;
  }
}

.h4-semibold {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .h4-semibold {
    font-size: 0.875rem;
  }
}

.h4-semilight {
  font-family: "Segoe UI Semilight", "SegoeUI-semiLight", sans-serif;
  font-size: 1rem;
  font-weight: 350;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .h4-semilight {
    font-size: 0.875rem;
  }
}

.body-regular {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .body-regular {
    font-size: 0.875rem;
  }
}

.body-semibold {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .body-semibold {
    font-size: 0.875rem;
  }
}

.large-data-number {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  text-transform: none;
}
@media (max-width: 70.28125rem) {
  .large-data-number {
    font-size: 2.25rem;
  }
}

.eyebrow {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 70.28125rem) {
  .eyebrow {
    font-size: 0.875rem;
  }
}

@media (min-width: 439px) and (max-width: 1124px) {
  .cmp-container-3-column_text_image .cmp-container {
    padding: 0 24px;
  }
}
@media (min-width: 320px) and (max-width: 438px) {
  .cmp-container-3-column_text_image .cmp-container .aem-Grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 36px;
  }
}
@media (min-width: 1125px) {
  .cmp-container-3-column_text_image .cmp-container .teaser {
    display: flex;
    flex-direction: column;
  }
  .cmp-container-3-column_text_image .cmp-container .teaser.aem-GridColumn {
    padding: 0;
  }
  .cmp-container-3-column_text_image .cmp-container .teaser:last-child {
    margin-right: 0;
  }
}
@media (max-width: 438px) {
  .cmp-container-3-column_text_image .cmp-container .teaser {
    width: 100%;
  }
  .cmp-container-3-column_text_image .cmp-container .teaser.aem-GridColumn {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 439px) and (max-width: 1124px) {
  .cmp-container-3-column_text_image .cmp-container .teaser:nth-child(even) {
    margin-right: 0;
  }
  .cmp-container-3-column_text_image .cmp-container .teaser.aem-GridColumn {
    padding-right: 15px;
    padding-left: 0;
    margin-left: 0;
    width: 33%;
  }
  .cmp-container-3-column_text_image .cmp-container .teaser.aem-GridColumn:first-child {
    margin-left: 0;
  }
}
.cmp-container-3-column_text_image .cmp-teaser {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin: 0;
  flex: 1 0 0;
  position: relative;
  gap: 0;
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-basis: 100%;
  order: 2;
  align-items: self-start;
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  padding: 24px 0;
  text-align: left;
}
@media (max-width: 1124px) {
  .cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 20px;
    line-height: 120%;
  }
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  margin-top: 0px !important;
  padding-top: 0 !important;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  color: #2f2f2f;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 14px;
  }
}
@media (max-width: 438px) {
  .cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 14px;
  }
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__content .cmp-teaser__description a {
  text-align: center;
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image {
    border-radius: 8px;
  }
}
@media (max-width: 438px) {
  .cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image {
    border-radius: 8px;
  }
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image::after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image .cmp-image {
  position: initial;
}
@media (max-width: 1124px) {
  .cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image {
    max-width: 100%;
    max-height: 100%;
  }
}
.cmp-container-3-column_text_image .cmp-teaser .cmp-teaser__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  max-width: 100%;
  height: 100%;
  min-width: 16px;
  right: 0;
  margin: 0 auto;
}

.container {
  width: 100%;
  background-color: #ffffff;
}
.container.cmp--invert {
  background-color: #1a1918;
}

.cmp-container {
  max-width: 100%;
  margin: 0 auto;
}
.cmp-container--bg-lazy {
  background: none;
}
.cmp-container--bg-loaded {
  background-size: cover;
  background-repeat: no-repeat;
}

.cmp-container--constrain .cmp-container {
  max-width: 1000px;
  padding: 0 20px 0 20px;
}

.cmp-container--vrt-sm .cmp-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cmp-container--vrt-lg .cmp-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cmp-container--hrz-sm .cmp-container {
  padding-left: 10px;
  padding-right: 10px;
}

.cmp-container--hrz-lg .cmp-container {
  padding-left: 20px;
  padding-right: 20px;
}

.container.container__horizontal-padding {
  padding-left: 80px;
  padding-right: 80px;
}
.container.container__horizontal-padding--null {
  padding-left: 0;
  padding-right: 0;
}
.container.container__horizontal-padding--default {
  padding-left: 15px;
  padding-right: 15px;
}

.root.container .container .container .container-fluid {
  width: 100%;
  max-width: 100% !important;
}

.root.container .container .container .container-regular {
  max-width: 1600px;
  margin: 0 auto;
  float: none;
}

.cmp-container {
  display: flex;
  flex-direction: column;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 1.5rem;
}

.root.container .container .container {
  padding-top: 96px;
}
.root.container .container .container.msa-form-container {
  padding-top: 0 !important;
}

.root.container .container.cmp-container__padding-top--large {
  padding-top: 96px;
}

.root.container .container.cmp-container__padding-bottom--large {
  padding-bottom: 96px;
}

.root.container .container.cmp-container__padding-top--medium {
  padding-top: 60px;
}

.root.container .container.cmp-container__padding-bottom--medium {
  padding-bottom: 60px;
}

.root.container .container.cmp-container__padding-top--small {
  padding-top: 48px;
}

.root.container .container.cmp-container__padding-bottom--small {
  padding-bottom: 48px;
}

.root.container .container.cmp-container__padding-top--null {
  padding-top: 0;
}

.root.container .container.cmp-container__padding-bottom--null {
  padding-bottom: 0;
}

.cmp-container .cmp-text h1,
.cmp-container .cmp-text h2,
.cmp-container .cmp-text h3,
.cmp-container .cmp-text h4,
.cmp-container .cmp-text h5,
.cmp-container .cmp-text h6,
.cmp-container .cmp-title h1,
.cmp-container .cmp-title h2,
.cmp-container .cmp-title h3,
.cmp-container .cmp-title h4,
.cmp-container .cmp-title h5,
.cmp-container .cmp-title h6,
.cmp-container .msa-disclaimer h1,
.cmp-container .msa-disclaimer h2,
.cmp-container .msa-disclaimer h3,
.cmp-container .msa-disclaimer h4,
.cmp-container .msa-disclaimer h5,
.cmp-container .msa-disclaimer h6 {
  color: #000000;
}
.cmp-container .cmp-text *,
.cmp-container .cmp-title *,
.cmp-container .msa-disclaimer * {
  color: #2f2f2f;
}
.cmp-container .cmp-text a,
.cmp-container .cmp-title a,
.cmp-container .msa-disclaimer a {
  color: #225b62;
}
.cmp-container .cmp-text a:hover,
.cmp-container .cmp-title a:hover,
.cmp-container .msa-disclaimer a:hover {
  color: #122f33;
}
.cmp-container .cmp-text a:active,
.cmp-container .cmp-title a:active,
.cmp-container .msa-disclaimer a:active {
  color: #091819;
}
.cmp-container .cmp-text a:focus,
.cmp-container .cmp-title a:focus,
.cmp-container .msa-disclaimer a:focus {
  color: #225b62;
}
.cmp-container .cmp-text a:disabled,
.cmp-container .cmp-title a:disabled,
.cmp-container .msa-disclaimer a:disabled {
  color: #505050;
}
.cmp-container h1,
.cmp-container h2,
.cmp-container h3,
.cmp-container h4,
.cmp-container h5,
.cmp-container h6 {
  color: #000000;
}
.cmp-container * {
  color: #2f2f2f;
}
.cmp-container a {
  color: #225b62;
}
.cmp-container a:hover {
  color: #122f33;
}
.cmp-container a:active {
  color: #091819;
}
.cmp-container a:focus {
  color: #225b62;
}
.cmp-container a:disabled {
  color: #505050;
}

.cmp-container--neutral,
.cmp-teaser--neutral.teaser {
  background-color: #ffffff;
}
.cmp-container--neutral .cmp-text h1,
.cmp-container--neutral .cmp-text h2,
.cmp-container--neutral .cmp-text h3,
.cmp-container--neutral .cmp-text h4,
.cmp-container--neutral .cmp-text h5,
.cmp-container--neutral .cmp-text h6,
.cmp-container--neutral .cmp-title h1,
.cmp-container--neutral .cmp-title h2,
.cmp-container--neutral .cmp-title h3,
.cmp-container--neutral .cmp-title h4,
.cmp-container--neutral .cmp-title h5,
.cmp-container--neutral .cmp-title h6,
.cmp-container--neutral .msa-disclaimer h1,
.cmp-container--neutral .msa-disclaimer h2,
.cmp-container--neutral .msa-disclaimer h3,
.cmp-container--neutral .msa-disclaimer h4,
.cmp-container--neutral .msa-disclaimer h5,
.cmp-container--neutral .msa-disclaimer h6,
.cmp-teaser--neutral.teaser .cmp-text h1,
.cmp-teaser--neutral.teaser .cmp-text h2,
.cmp-teaser--neutral.teaser .cmp-text h3,
.cmp-teaser--neutral.teaser .cmp-text h4,
.cmp-teaser--neutral.teaser .cmp-text h5,
.cmp-teaser--neutral.teaser .cmp-text h6,
.cmp-teaser--neutral.teaser .cmp-title h1,
.cmp-teaser--neutral.teaser .cmp-title h2,
.cmp-teaser--neutral.teaser .cmp-title h3,
.cmp-teaser--neutral.teaser .cmp-title h4,
.cmp-teaser--neutral.teaser .cmp-title h5,
.cmp-teaser--neutral.teaser .cmp-title h6,
.cmp-teaser--neutral.teaser .msa-disclaimer h1,
.cmp-teaser--neutral.teaser .msa-disclaimer h2,
.cmp-teaser--neutral.teaser .msa-disclaimer h3,
.cmp-teaser--neutral.teaser .msa-disclaimer h4,
.cmp-teaser--neutral.teaser .msa-disclaimer h5,
.cmp-teaser--neutral.teaser .msa-disclaimer h6 {
  color: #000000;
}
.cmp-container--neutral .cmp-text *,
.cmp-container--neutral .cmp-title *,
.cmp-container--neutral .msa-disclaimer *,
.cmp-teaser--neutral.teaser .cmp-text *,
.cmp-teaser--neutral.teaser .cmp-title *,
.cmp-teaser--neutral.teaser .msa-disclaimer * {
  color: #2f2f2f;
}
.cmp-container--neutral .cmp-text a,
.cmp-container--neutral .cmp-title a,
.cmp-container--neutral .msa-disclaimer a,
.cmp-teaser--neutral.teaser .cmp-text a,
.cmp-teaser--neutral.teaser .cmp-title a,
.cmp-teaser--neutral.teaser .msa-disclaimer a {
  color: #225b62;
}
.cmp-container--neutral .cmp-text a:hover,
.cmp-container--neutral .cmp-title a:hover,
.cmp-container--neutral .msa-disclaimer a:hover,
.cmp-teaser--neutral.teaser .cmp-text a:hover,
.cmp-teaser--neutral.teaser .cmp-title a:hover,
.cmp-teaser--neutral.teaser .msa-disclaimer a:hover {
  color: #122f33;
}
.cmp-container--neutral .cmp-text a:active,
.cmp-container--neutral .cmp-title a:active,
.cmp-container--neutral .msa-disclaimer a:active,
.cmp-teaser--neutral.teaser .cmp-text a:active,
.cmp-teaser--neutral.teaser .cmp-title a:active,
.cmp-teaser--neutral.teaser .msa-disclaimer a:active {
  color: #091819;
}
.cmp-container--neutral .cmp-text a:focus,
.cmp-container--neutral .cmp-title a:focus,
.cmp-container--neutral .msa-disclaimer a:focus,
.cmp-teaser--neutral.teaser .cmp-text a:focus,
.cmp-teaser--neutral.teaser .cmp-title a:focus,
.cmp-teaser--neutral.teaser .msa-disclaimer a:focus {
  color: #225b62;
}
.cmp-container--neutral .cmp-text a:disabled,
.cmp-container--neutral .cmp-title a:disabled,
.cmp-container--neutral .msa-disclaimer a:disabled,
.cmp-teaser--neutral.teaser .cmp-text a:disabled,
.cmp-teaser--neutral.teaser .cmp-title a:disabled,
.cmp-teaser--neutral.teaser .msa-disclaimer a:disabled {
  color: #505050;
}
.cmp-container--neutral h1,
.cmp-container--neutral h2,
.cmp-container--neutral h3,
.cmp-container--neutral h4,
.cmp-container--neutral h5,
.cmp-container--neutral h6,
.cmp-teaser--neutral.teaser h1,
.cmp-teaser--neutral.teaser h2,
.cmp-teaser--neutral.teaser h3,
.cmp-teaser--neutral.teaser h4,
.cmp-teaser--neutral.teaser h5,
.cmp-teaser--neutral.teaser h6 {
  color: #000000;
}
.cmp-container--neutral *,
.cmp-teaser--neutral.teaser * {
  color: #2f2f2f;
}

.cmp-container--accent,
.cmp-teaser--accent.teaser {
  background-color: #d4ec8e;
}
.cmp-container--accent .cmp-text h1,
.cmp-container--accent .cmp-text h2,
.cmp-container--accent .cmp-text h3,
.cmp-container--accent .cmp-text h4,
.cmp-container--accent .cmp-text h5,
.cmp-container--accent .cmp-text h6,
.cmp-container--accent .cmp-title h1,
.cmp-container--accent .cmp-title h2,
.cmp-container--accent .cmp-title h3,
.cmp-container--accent .cmp-title h4,
.cmp-container--accent .cmp-title h5,
.cmp-container--accent .cmp-title h6,
.cmp-container--accent .msa-disclaimer h1,
.cmp-container--accent .msa-disclaimer h2,
.cmp-container--accent .msa-disclaimer h3,
.cmp-container--accent .msa-disclaimer h4,
.cmp-container--accent .msa-disclaimer h5,
.cmp-container--accent .msa-disclaimer h6,
.cmp-teaser--accent.teaser .cmp-text h1,
.cmp-teaser--accent.teaser .cmp-text h2,
.cmp-teaser--accent.teaser .cmp-text h3,
.cmp-teaser--accent.teaser .cmp-text h4,
.cmp-teaser--accent.teaser .cmp-text h5,
.cmp-teaser--accent.teaser .cmp-text h6,
.cmp-teaser--accent.teaser .cmp-title h1,
.cmp-teaser--accent.teaser .cmp-title h2,
.cmp-teaser--accent.teaser .cmp-title h3,
.cmp-teaser--accent.teaser .cmp-title h4,
.cmp-teaser--accent.teaser .cmp-title h5,
.cmp-teaser--accent.teaser .cmp-title h6,
.cmp-teaser--accent.teaser .msa-disclaimer h1,
.cmp-teaser--accent.teaser .msa-disclaimer h2,
.cmp-teaser--accent.teaser .msa-disclaimer h3,
.cmp-teaser--accent.teaser .msa-disclaimer h4,
.cmp-teaser--accent.teaser .msa-disclaimer h5,
.cmp-teaser--accent.teaser .msa-disclaimer h6 {
  color: #000000;
}
.cmp-container--accent .cmp-text *,
.cmp-container--accent .cmp-title *,
.cmp-container--accent .msa-disclaimer *,
.cmp-teaser--accent.teaser .cmp-text *,
.cmp-teaser--accent.teaser .cmp-title *,
.cmp-teaser--accent.teaser .msa-disclaimer * {
  color: #000000;
}
.cmp-container--accent .cmp-text a,
.cmp-container--accent .cmp-title a,
.cmp-container--accent .msa-disclaimer a,
.cmp-teaser--accent.teaser .cmp-text a,
.cmp-teaser--accent.teaser .cmp-title a,
.cmp-teaser--accent.teaser .msa-disclaimer a {
  color: #000000;
}
.cmp-container--accent .cmp-text a:hover,
.cmp-container--accent .cmp-title a:hover,
.cmp-container--accent .msa-disclaimer a:hover,
.cmp-teaser--accent.teaser .cmp-text a:hover,
.cmp-teaser--accent.teaser .cmp-title a:hover,
.cmp-teaser--accent.teaser .msa-disclaimer a:hover {
  color: #000000;
}
.cmp-container--accent .cmp-text a:active,
.cmp-container--accent .cmp-title a:active,
.cmp-container--accent .msa-disclaimer a:active,
.cmp-teaser--accent.teaser .cmp-text a:active,
.cmp-teaser--accent.teaser .cmp-title a:active,
.cmp-teaser--accent.teaser .msa-disclaimer a:active {
  color: #000000;
}
.cmp-container--accent .cmp-text a:focus,
.cmp-container--accent .cmp-title a:focus,
.cmp-container--accent .msa-disclaimer a:focus,
.cmp-teaser--accent.teaser .cmp-text a:focus,
.cmp-teaser--accent.teaser .cmp-title a:focus,
.cmp-teaser--accent.teaser .msa-disclaimer a:focus {
  color: #000000;
}
.cmp-container--accent .cmp-text a:disabled,
.cmp-container--accent .cmp-title a:disabled,
.cmp-container--accent .msa-disclaimer a:disabled,
.cmp-teaser--accent.teaser .cmp-text a:disabled,
.cmp-teaser--accent.teaser .cmp-title a:disabled,
.cmp-teaser--accent.teaser .msa-disclaimer a:disabled {
  color: #505050;
}
.cmp-container--accent h1,
.cmp-container--accent h2,
.cmp-container--accent h3,
.cmp-container--accent h4,
.cmp-container--accent h5,
.cmp-container--accent h6,
.cmp-teaser--accent.teaser h1,
.cmp-teaser--accent.teaser h2,
.cmp-teaser--accent.teaser h3,
.cmp-teaser--accent.teaser h4,
.cmp-teaser--accent.teaser h5,
.cmp-teaser--accent.teaser h6 {
  color: #000000;
}
.cmp-container--accent *,
.cmp-teaser--accent.teaser * {
  color: #000000;
}

.cmp-container--dark,
.cmp-teaser--dark.teaser {
  background-color: #225b62;
}
.cmp-container--dark .cmp-text h1,
.cmp-container--dark .cmp-text h2,
.cmp-container--dark .cmp-text h3,
.cmp-container--dark .cmp-text h4,
.cmp-container--dark .cmp-text h5,
.cmp-container--dark .cmp-text h6,
.cmp-container--dark .cmp-title h1,
.cmp-container--dark .cmp-title h2,
.cmp-container--dark .cmp-title h3,
.cmp-container--dark .cmp-title h4,
.cmp-container--dark .cmp-title h5,
.cmp-container--dark .cmp-title h6,
.cmp-container--dark .msa-disclaimer h1,
.cmp-container--dark .msa-disclaimer h2,
.cmp-container--dark .msa-disclaimer h3,
.cmp-container--dark .msa-disclaimer h4,
.cmp-container--dark .msa-disclaimer h5,
.cmp-container--dark .msa-disclaimer h6,
.cmp-teaser--dark.teaser .cmp-text h1,
.cmp-teaser--dark.teaser .cmp-text h2,
.cmp-teaser--dark.teaser .cmp-text h3,
.cmp-teaser--dark.teaser .cmp-text h4,
.cmp-teaser--dark.teaser .cmp-text h5,
.cmp-teaser--dark.teaser .cmp-text h6,
.cmp-teaser--dark.teaser .cmp-title h1,
.cmp-teaser--dark.teaser .cmp-title h2,
.cmp-teaser--dark.teaser .cmp-title h3,
.cmp-teaser--dark.teaser .cmp-title h4,
.cmp-teaser--dark.teaser .cmp-title h5,
.cmp-teaser--dark.teaser .cmp-title h6,
.cmp-teaser--dark.teaser .msa-disclaimer h1,
.cmp-teaser--dark.teaser .msa-disclaimer h2,
.cmp-teaser--dark.teaser .msa-disclaimer h3,
.cmp-teaser--dark.teaser .msa-disclaimer h4,
.cmp-teaser--dark.teaser .msa-disclaimer h5,
.cmp-teaser--dark.teaser .msa-disclaimer h6 {
  color: #ffffff;
}
.cmp-container--dark .cmp-text *,
.cmp-container--dark .cmp-title *,
.cmp-container--dark .msa-disclaimer *,
.cmp-teaser--dark.teaser .cmp-text *,
.cmp-teaser--dark.teaser .cmp-title *,
.cmp-teaser--dark.teaser .msa-disclaimer * {
  color: #ffffff;
}
.cmp-container--dark .cmp-text a,
.cmp-container--dark .cmp-title a,
.cmp-container--dark .msa-disclaimer a,
.cmp-teaser--dark.teaser .cmp-text a,
.cmp-teaser--dark.teaser .cmp-title a,
.cmp-teaser--dark.teaser .msa-disclaimer a {
  color: #ffffff;
}
.cmp-container--dark .cmp-text a:hover,
.cmp-container--dark .cmp-title a:hover,
.cmp-container--dark .msa-disclaimer a:hover,
.cmp-teaser--dark.teaser .cmp-text a:hover,
.cmp-teaser--dark.teaser .cmp-title a:hover,
.cmp-teaser--dark.teaser .msa-disclaimer a:hover {
  color: #ffffff;
}
.cmp-container--dark .cmp-text a:active,
.cmp-container--dark .cmp-title a:active,
.cmp-container--dark .msa-disclaimer a:active,
.cmp-teaser--dark.teaser .cmp-text a:active,
.cmp-teaser--dark.teaser .cmp-title a:active,
.cmp-teaser--dark.teaser .msa-disclaimer a:active {
  color: #ffffff;
}
.cmp-container--dark .cmp-text a:focus,
.cmp-container--dark .cmp-title a:focus,
.cmp-container--dark .msa-disclaimer a:focus,
.cmp-teaser--dark.teaser .cmp-text a:focus,
.cmp-teaser--dark.teaser .cmp-title a:focus,
.cmp-teaser--dark.teaser .msa-disclaimer a:focus {
  color: #ffffff;
}
.cmp-container--dark .cmp-text a:disabled,
.cmp-container--dark .cmp-title a:disabled,
.cmp-container--dark .msa-disclaimer a:disabled,
.cmp-teaser--dark.teaser .cmp-text a:disabled,
.cmp-teaser--dark.teaser .cmp-title a:disabled,
.cmp-teaser--dark.teaser .msa-disclaimer a:disabled {
  color: #d2d2d2;
}
.cmp-container--dark h1,
.cmp-container--dark h2,
.cmp-container--dark h3,
.cmp-container--dark h4,
.cmp-container--dark h5,
.cmp-container--dark h6,
.cmp-teaser--dark.teaser h1,
.cmp-teaser--dark.teaser h2,
.cmp-teaser--dark.teaser h3,
.cmp-teaser--dark.teaser h4,
.cmp-teaser--dark.teaser h5,
.cmp-teaser--dark.teaser h6 {
  color: #ffffff;
}
.cmp-container--dark *,
.cmp-teaser--dark.teaser * {
  color: #ffffff;
}
.cmp-container--dark a,
.cmp-teaser--dark.teaser a {
  color: #ffffff;
}
.cmp-container--dark a:hover,
.cmp-teaser--dark.teaser a:hover {
  color: #ffffff;
}
.cmp-container--dark a:active,
.cmp-teaser--dark.teaser a:active {
  color: #ffffff;
}
.cmp-container--dark a:focus,
.cmp-teaser--dark.teaser a:focus {
  color: #ffffff;
}
.cmp-container--dark a:disabled,
.cmp-teaser--dark.teaser a:disabled {
  color: #d2d2d2;
}

.cmp-container--beige,
.cmp-teaser--beige.teaser {
  background-color: #f6f2ef;
}
.cmp-container--beige .cmp-text h1,
.cmp-container--beige .cmp-text h2,
.cmp-container--beige .cmp-text h3,
.cmp-container--beige .cmp-text h4,
.cmp-container--beige .cmp-text h5,
.cmp-container--beige .cmp-text h6,
.cmp-container--beige .cmp-title h1,
.cmp-container--beige .cmp-title h2,
.cmp-container--beige .cmp-title h3,
.cmp-container--beige .cmp-title h4,
.cmp-container--beige .cmp-title h5,
.cmp-container--beige .cmp-title h6,
.cmp-container--beige .msa-disclaimer h1,
.cmp-container--beige .msa-disclaimer h2,
.cmp-container--beige .msa-disclaimer h3,
.cmp-container--beige .msa-disclaimer h4,
.cmp-container--beige .msa-disclaimer h5,
.cmp-container--beige .msa-disclaimer h6,
.cmp-teaser--beige.teaser .cmp-text h1,
.cmp-teaser--beige.teaser .cmp-text h2,
.cmp-teaser--beige.teaser .cmp-text h3,
.cmp-teaser--beige.teaser .cmp-text h4,
.cmp-teaser--beige.teaser .cmp-text h5,
.cmp-teaser--beige.teaser .cmp-text h6,
.cmp-teaser--beige.teaser .cmp-title h1,
.cmp-teaser--beige.teaser .cmp-title h2,
.cmp-teaser--beige.teaser .cmp-title h3,
.cmp-teaser--beige.teaser .cmp-title h4,
.cmp-teaser--beige.teaser .cmp-title h5,
.cmp-teaser--beige.teaser .cmp-title h6,
.cmp-teaser--beige.teaser .msa-disclaimer h1,
.cmp-teaser--beige.teaser .msa-disclaimer h2,
.cmp-teaser--beige.teaser .msa-disclaimer h3,
.cmp-teaser--beige.teaser .msa-disclaimer h4,
.cmp-teaser--beige.teaser .msa-disclaimer h5,
.cmp-teaser--beige.teaser .msa-disclaimer h6 {
  color: #000000;
}
.cmp-container--beige .cmp-text *,
.cmp-container--beige .cmp-title *,
.cmp-container--beige .msa-disclaimer *,
.cmp-teaser--beige.teaser .cmp-text *,
.cmp-teaser--beige.teaser .cmp-title *,
.cmp-teaser--beige.teaser .msa-disclaimer * {
  color: #2f2f2f;
}
.cmp-container--beige .cmp-text a,
.cmp-container--beige .cmp-title a,
.cmp-container--beige .msa-disclaimer a,
.cmp-teaser--beige.teaser .cmp-text a,
.cmp-teaser--beige.teaser .cmp-title a,
.cmp-teaser--beige.teaser .msa-disclaimer a {
  color: #000000;
}
.cmp-container--beige .cmp-text a:hover,
.cmp-container--beige .cmp-title a:hover,
.cmp-container--beige .msa-disclaimer a:hover,
.cmp-teaser--beige.teaser .cmp-text a:hover,
.cmp-teaser--beige.teaser .cmp-title a:hover,
.cmp-teaser--beige.teaser .msa-disclaimer a:hover {
  color: #000000;
}
.cmp-container--beige .cmp-text a:active,
.cmp-container--beige .cmp-title a:active,
.cmp-container--beige .msa-disclaimer a:active,
.cmp-teaser--beige.teaser .cmp-text a:active,
.cmp-teaser--beige.teaser .cmp-title a:active,
.cmp-teaser--beige.teaser .msa-disclaimer a:active {
  color: #000000;
}
.cmp-container--beige .cmp-text a:focus,
.cmp-container--beige .cmp-title a:focus,
.cmp-container--beige .msa-disclaimer a:focus,
.cmp-teaser--beige.teaser .cmp-text a:focus,
.cmp-teaser--beige.teaser .cmp-title a:focus,
.cmp-teaser--beige.teaser .msa-disclaimer a:focus {
  color: #000000;
}
.cmp-container--beige .cmp-text a:disabled,
.cmp-container--beige .cmp-title a:disabled,
.cmp-container--beige .msa-disclaimer a:disabled,
.cmp-teaser--beige.teaser .cmp-text a:disabled,
.cmp-teaser--beige.teaser .cmp-title a:disabled,
.cmp-teaser--beige.teaser .msa-disclaimer a:disabled {
  color: #505050;
}
.cmp-container--beige h1,
.cmp-container--beige h2,
.cmp-container--beige h3,
.cmp-container--beige h4,
.cmp-container--beige h5,
.cmp-container--beige h6,
.cmp-teaser--beige.teaser h1,
.cmp-teaser--beige.teaser h2,
.cmp-teaser--beige.teaser h3,
.cmp-teaser--beige.teaser h4,
.cmp-teaser--beige.teaser h5,
.cmp-teaser--beige.teaser h6 {
  color: #000000;
}
.cmp-container--beige *,
.cmp-teaser--beige.teaser * {
  color: #2f2f2f;
}

.cmp-container--gray,
.cmp-teaser--gray.teaser {
  background-color: #f2f2f2;
}
.cmp-container--gray .cmp-text h1,
.cmp-container--gray .cmp-text h2,
.cmp-container--gray .cmp-text h3,
.cmp-container--gray .cmp-text h4,
.cmp-container--gray .cmp-text h5,
.cmp-container--gray .cmp-text h6,
.cmp-container--gray .cmp-title h1,
.cmp-container--gray .cmp-title h2,
.cmp-container--gray .cmp-title h3,
.cmp-container--gray .cmp-title h4,
.cmp-container--gray .cmp-title h5,
.cmp-container--gray .cmp-title h6,
.cmp-container--gray .msa-disclaimer h1,
.cmp-container--gray .msa-disclaimer h2,
.cmp-container--gray .msa-disclaimer h3,
.cmp-container--gray .msa-disclaimer h4,
.cmp-container--gray .msa-disclaimer h5,
.cmp-container--gray .msa-disclaimer h6,
.cmp-teaser--gray.teaser .cmp-text h1,
.cmp-teaser--gray.teaser .cmp-text h2,
.cmp-teaser--gray.teaser .cmp-text h3,
.cmp-teaser--gray.teaser .cmp-text h4,
.cmp-teaser--gray.teaser .cmp-text h5,
.cmp-teaser--gray.teaser .cmp-text h6,
.cmp-teaser--gray.teaser .cmp-title h1,
.cmp-teaser--gray.teaser .cmp-title h2,
.cmp-teaser--gray.teaser .cmp-title h3,
.cmp-teaser--gray.teaser .cmp-title h4,
.cmp-teaser--gray.teaser .cmp-title h5,
.cmp-teaser--gray.teaser .cmp-title h6,
.cmp-teaser--gray.teaser .msa-disclaimer h1,
.cmp-teaser--gray.teaser .msa-disclaimer h2,
.cmp-teaser--gray.teaser .msa-disclaimer h3,
.cmp-teaser--gray.teaser .msa-disclaimer h4,
.cmp-teaser--gray.teaser .msa-disclaimer h5,
.cmp-teaser--gray.teaser .msa-disclaimer h6 {
  color: #000000;
}
.cmp-container--gray .cmp-text *,
.cmp-container--gray .cmp-title *,
.cmp-container--gray .msa-disclaimer *,
.cmp-teaser--gray.teaser .cmp-text *,
.cmp-teaser--gray.teaser .cmp-title *,
.cmp-teaser--gray.teaser .msa-disclaimer * {
  color: #2f2f2f;
}
.cmp-container--gray .cmp-text a,
.cmp-container--gray .cmp-title a,
.cmp-container--gray .msa-disclaimer a,
.cmp-teaser--gray.teaser .cmp-text a,
.cmp-teaser--gray.teaser .cmp-title a,
.cmp-teaser--gray.teaser .msa-disclaimer a {
  color: #225b62;
}
.cmp-container--gray .cmp-text a:hover,
.cmp-container--gray .cmp-title a:hover,
.cmp-container--gray .msa-disclaimer a:hover,
.cmp-teaser--gray.teaser .cmp-text a:hover,
.cmp-teaser--gray.teaser .cmp-title a:hover,
.cmp-teaser--gray.teaser .msa-disclaimer a:hover {
  color: #122f33;
}
.cmp-container--gray .cmp-text a:active,
.cmp-container--gray .cmp-title a:active,
.cmp-container--gray .msa-disclaimer a:active,
.cmp-teaser--gray.teaser .cmp-text a:active,
.cmp-teaser--gray.teaser .cmp-title a:active,
.cmp-teaser--gray.teaser .msa-disclaimer a:active {
  color: #225b62;
}
.cmp-container--gray .cmp-text a:focus,
.cmp-container--gray .cmp-title a:focus,
.cmp-container--gray .msa-disclaimer a:focus,
.cmp-teaser--gray.teaser .cmp-text a:focus,
.cmp-teaser--gray.teaser .cmp-title a:focus,
.cmp-teaser--gray.teaser .msa-disclaimer a:focus {
  color: #225b62;
}
.cmp-container--gray .cmp-text a:disabled,
.cmp-container--gray .cmp-title a:disabled,
.cmp-container--gray .msa-disclaimer a:disabled,
.cmp-teaser--gray.teaser .cmp-text a:disabled,
.cmp-teaser--gray.teaser .cmp-title a:disabled,
.cmp-teaser--gray.teaser .msa-disclaimer a:disabled {
  color: #505050;
}
.cmp-container--gray h1,
.cmp-container--gray h2,
.cmp-container--gray h3,
.cmp-container--gray h4,
.cmp-container--gray h5,
.cmp-container--gray h6,
.cmp-teaser--gray.teaser h1,
.cmp-teaser--gray.teaser h2,
.cmp-teaser--gray.teaser h3,
.cmp-teaser--gray.teaser h4,
.cmp-teaser--gray.teaser h5,
.cmp-teaser--gray.teaser h6 {
  color: #000000;
}
.cmp-container--gray *,
.cmp-teaser--gray.teaser * {
  color: #2f2f2f;
}

.cmp-container--lightgray,
.cmp-teaser--lightgray.teaser {
  background-color: #fafafa;
}
.cmp-container--lightgray .cmp-text h1,
.cmp-container--lightgray .cmp-text h2,
.cmp-container--lightgray .cmp-text h3,
.cmp-container--lightgray .cmp-text h4,
.cmp-container--lightgray .cmp-text h5,
.cmp-container--lightgray .cmp-text h6,
.cmp-container--lightgray .cmp-title h1,
.cmp-container--lightgray .cmp-title h2,
.cmp-container--lightgray .cmp-title h3,
.cmp-container--lightgray .cmp-title h4,
.cmp-container--lightgray .cmp-title h5,
.cmp-container--lightgray .cmp-title h6,
.cmp-container--lightgray .msa-disclaimer h1,
.cmp-container--lightgray .msa-disclaimer h2,
.cmp-container--lightgray .msa-disclaimer h3,
.cmp-container--lightgray .msa-disclaimer h4,
.cmp-container--lightgray .msa-disclaimer h5,
.cmp-container--lightgray .msa-disclaimer h6,
.cmp-teaser--lightgray.teaser .cmp-text h1,
.cmp-teaser--lightgray.teaser .cmp-text h2,
.cmp-teaser--lightgray.teaser .cmp-text h3,
.cmp-teaser--lightgray.teaser .cmp-text h4,
.cmp-teaser--lightgray.teaser .cmp-text h5,
.cmp-teaser--lightgray.teaser .cmp-text h6,
.cmp-teaser--lightgray.teaser .cmp-title h1,
.cmp-teaser--lightgray.teaser .cmp-title h2,
.cmp-teaser--lightgray.teaser .cmp-title h3,
.cmp-teaser--lightgray.teaser .cmp-title h4,
.cmp-teaser--lightgray.teaser .cmp-title h5,
.cmp-teaser--lightgray.teaser .cmp-title h6,
.cmp-teaser--lightgray.teaser .msa-disclaimer h1,
.cmp-teaser--lightgray.teaser .msa-disclaimer h2,
.cmp-teaser--lightgray.teaser .msa-disclaimer h3,
.cmp-teaser--lightgray.teaser .msa-disclaimer h4,
.cmp-teaser--lightgray.teaser .msa-disclaimer h5,
.cmp-teaser--lightgray.teaser .msa-disclaimer h6 {
  color: #000000;
}
.cmp-container--lightgray .cmp-text *,
.cmp-container--lightgray .cmp-title *,
.cmp-container--lightgray .msa-disclaimer *,
.cmp-teaser--lightgray.teaser .cmp-text *,
.cmp-teaser--lightgray.teaser .cmp-title *,
.cmp-teaser--lightgray.teaser .msa-disclaimer * {
  color: #2f2f2f;
}
.cmp-container--lightgray .cmp-text a,
.cmp-container--lightgray .cmp-title a,
.cmp-container--lightgray .msa-disclaimer a,
.cmp-teaser--lightgray.teaser .cmp-text a,
.cmp-teaser--lightgray.teaser .cmp-title a,
.cmp-teaser--lightgray.teaser .msa-disclaimer a {
  color: #225b62;
}
.cmp-container--lightgray .cmp-text a:hover,
.cmp-container--lightgray .cmp-title a:hover,
.cmp-container--lightgray .msa-disclaimer a:hover,
.cmp-teaser--lightgray.teaser .cmp-text a:hover,
.cmp-teaser--lightgray.teaser .cmp-title a:hover,
.cmp-teaser--lightgray.teaser .msa-disclaimer a:hover {
  color: #122f33;
}
.cmp-container--lightgray .cmp-text a:active,
.cmp-container--lightgray .cmp-title a:active,
.cmp-container--lightgray .msa-disclaimer a:active,
.cmp-teaser--lightgray.teaser .cmp-text a:active,
.cmp-teaser--lightgray.teaser .cmp-title a:active,
.cmp-teaser--lightgray.teaser .msa-disclaimer a:active {
  color: #225b62;
}
.cmp-container--lightgray .cmp-text a:focus,
.cmp-container--lightgray .cmp-title a:focus,
.cmp-container--lightgray .msa-disclaimer a:focus,
.cmp-teaser--lightgray.teaser .cmp-text a:focus,
.cmp-teaser--lightgray.teaser .cmp-title a:focus,
.cmp-teaser--lightgray.teaser .msa-disclaimer a:focus {
  color: #225b62;
}
.cmp-container--lightgray .cmp-text a:disabled,
.cmp-container--lightgray .cmp-title a:disabled,
.cmp-container--lightgray .msa-disclaimer a:disabled,
.cmp-teaser--lightgray.teaser .cmp-text a:disabled,
.cmp-teaser--lightgray.teaser .cmp-title a:disabled,
.cmp-teaser--lightgray.teaser .msa-disclaimer a:disabled {
  color: #505050;
}
.cmp-container--lightgray h1,
.cmp-container--lightgray h2,
.cmp-container--lightgray h3,
.cmp-container--lightgray h4,
.cmp-container--lightgray h5,
.cmp-container--lightgray h6,
.cmp-teaser--lightgray.teaser h1,
.cmp-teaser--lightgray.teaser h2,
.cmp-teaser--lightgray.teaser h3,
.cmp-teaser--lightgray.teaser h4,
.cmp-teaser--lightgray.teaser h5,
.cmp-teaser--lightgray.teaser h6 {
  color: #000000;
}
.cmp-container--lightgray *,
.cmp-teaser--lightgray.teaser * {
  color: #2f2f2f;
}

.cmp-container--black,
.cmp-teaser--black.teaser {
  background-color: #000000;
}
.cmp-container--black .cmp-text h1,
.cmp-container--black .cmp-text h2,
.cmp-container--black .cmp-text h3,
.cmp-container--black .cmp-text h4,
.cmp-container--black .cmp-text h5,
.cmp-container--black .cmp-text h6,
.cmp-container--black .cmp-title h1,
.cmp-container--black .cmp-title h2,
.cmp-container--black .cmp-title h3,
.cmp-container--black .cmp-title h4,
.cmp-container--black .cmp-title h5,
.cmp-container--black .cmp-title h6,
.cmp-container--black .msa-disclaimer h1,
.cmp-container--black .msa-disclaimer h2,
.cmp-container--black .msa-disclaimer h3,
.cmp-container--black .msa-disclaimer h4,
.cmp-container--black .msa-disclaimer h5,
.cmp-container--black .msa-disclaimer h6,
.cmp-teaser--black.teaser .cmp-text h1,
.cmp-teaser--black.teaser .cmp-text h2,
.cmp-teaser--black.teaser .cmp-text h3,
.cmp-teaser--black.teaser .cmp-text h4,
.cmp-teaser--black.teaser .cmp-text h5,
.cmp-teaser--black.teaser .cmp-text h6,
.cmp-teaser--black.teaser .cmp-title h1,
.cmp-teaser--black.teaser .cmp-title h2,
.cmp-teaser--black.teaser .cmp-title h3,
.cmp-teaser--black.teaser .cmp-title h4,
.cmp-teaser--black.teaser .cmp-title h5,
.cmp-teaser--black.teaser .cmp-title h6,
.cmp-teaser--black.teaser .msa-disclaimer h1,
.cmp-teaser--black.teaser .msa-disclaimer h2,
.cmp-teaser--black.teaser .msa-disclaimer h3,
.cmp-teaser--black.teaser .msa-disclaimer h4,
.cmp-teaser--black.teaser .msa-disclaimer h5,
.cmp-teaser--black.teaser .msa-disclaimer h6 {
  color: #ffffff;
}
.cmp-container--black .cmp-text *,
.cmp-container--black .cmp-title *,
.cmp-container--black .msa-disclaimer *,
.cmp-teaser--black.teaser .cmp-text *,
.cmp-teaser--black.teaser .cmp-title *,
.cmp-teaser--black.teaser .msa-disclaimer * {
  color: #ffffff;
}
.cmp-container--black .cmp-text a,
.cmp-container--black .cmp-title a,
.cmp-container--black .msa-disclaimer a,
.cmp-teaser--black.teaser .cmp-text a,
.cmp-teaser--black.teaser .cmp-title a,
.cmp-teaser--black.teaser .msa-disclaimer a {
  color: #ffffff;
}
.cmp-container--black .cmp-text a:hover,
.cmp-container--black .cmp-title a:hover,
.cmp-container--black .msa-disclaimer a:hover,
.cmp-teaser--black.teaser .cmp-text a:hover,
.cmp-teaser--black.teaser .cmp-title a:hover,
.cmp-teaser--black.teaser .msa-disclaimer a:hover {
  color: #ffffff;
}
.cmp-container--black .cmp-text a:active,
.cmp-container--black .cmp-title a:active,
.cmp-container--black .msa-disclaimer a:active,
.cmp-teaser--black.teaser .cmp-text a:active,
.cmp-teaser--black.teaser .cmp-title a:active,
.cmp-teaser--black.teaser .msa-disclaimer a:active {
  color: #ffffff;
}
.cmp-container--black .cmp-text a:focus,
.cmp-container--black .cmp-title a:focus,
.cmp-container--black .msa-disclaimer a:focus,
.cmp-teaser--black.teaser .cmp-text a:focus,
.cmp-teaser--black.teaser .cmp-title a:focus,
.cmp-teaser--black.teaser .msa-disclaimer a:focus {
  color: #ffffff;
}
.cmp-container--black .cmp-text a:disabled,
.cmp-container--black .cmp-title a:disabled,
.cmp-container--black .msa-disclaimer a:disabled,
.cmp-teaser--black.teaser .cmp-text a:disabled,
.cmp-teaser--black.teaser .cmp-title a:disabled,
.cmp-teaser--black.teaser .msa-disclaimer a:disabled {
  color: #d2d2d2;
}
.cmp-container--black h1,
.cmp-container--black h2,
.cmp-container--black h3,
.cmp-container--black h4,
.cmp-container--black h5,
.cmp-container--black h6,
.cmp-teaser--black.teaser h1,
.cmp-teaser--black.teaser h2,
.cmp-teaser--black.teaser h3,
.cmp-teaser--black.teaser h4,
.cmp-teaser--black.teaser h5,
.cmp-teaser--black.teaser h6 {
  color: #ffffff;
}
.cmp-container--black *,
.cmp-teaser--black.teaser * {
  color: #ffffff;
}
.cmp-container--black a,
.cmp-teaser--black.teaser a {
  color: #ffffff;
}
.cmp-container--black a:hover,
.cmp-teaser--black.teaser a:hover {
  color: #ffffff;
}
.cmp-container--black a:active,
.cmp-teaser--black.teaser a:active {
  color: #ffffff;
}
.cmp-container--black a:focus,
.cmp-teaser--black.teaser a:focus {
  color: #ffffff;
}
.cmp-container--black a:disabled,
.cmp-teaser--black.teaser a:disabled {
  color: #d2d2d2;
}

.cmp-container--transparent,
.cmp-teaser--transparent.teaser {
  background-color: transparent;
}

@media (min-width: 439px) and (max-width: 1124px) {
  .container.container__horizontal-padding {
    padding-left: 25px;
    padding-right: 25px;
  }
  .root.container .container .container {
    padding-top: 60px;
  }
  .root.container .container .container.msa-form-container {
    padding-top: 0 !important;
  }
  .root.container .container.cmp-container__padding-top--large {
    padding-top: 60px;
  }
  .root.container .container.cmp-container__padding-bottom--large {
    padding-bottom: 60px;
  }
  .root.container .container.cmp-container__padding-top--medium {
    padding-top: 48px;
  }
  .root.container .container.cmp-container__padding-bottom--medium {
    padding-bottom: 48px;
  }
  .root.container .container.cmp-container__padding-top--small {
    padding-top: 24px;
  }
  .root.container .container.cmp-container__padding-bottom--small {
    padding-bottom: 24px;
  }
  .root.container .container.cmp-container__padding-top--null {
    padding-top: 0;
  }
  .root.container .container.cmp-container__padding-bottom--null {
    padding-bottom: 0;
  }
}
@media (max-width: 438px) {
  .container.container__horizontal-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .root.container .container .container {
    padding-top: 48px;
  }
  .root.container .container .container.msa-form-container {
    padding-top: 0 !important;
  }
  .root.container .container.cmp-container__padding-top--large {
    padding-top: 48px;
  }
  .root.container .container.cmp-container__padding-bottom--large {
    padding-bottom: 48px;
  }
  .root.container .container.cmp-container__padding-top--medium {
    padding-top: 24px;
  }
  .root.container .container.cmp-container__padding-bottom--medium {
    padding-bottom: 24px;
  }
  .root.container .container.cmp-container__padding-top--small {
    padding-top: 12px;
  }
  .root.container .container.cmp-container__padding-bottom--small {
    padding-bottom: 12px;
  }
  .root.container .container.cmp-container__padding-top--null {
    padding-top: 0;
  }
  .root.container .container.cmp-container__padding-bottom--null {
    padding-bottom: 0;
  }
}
.authorbasepage .cmp-title {
  padding: 96px 80px;
  max-width: 1600px;
  margin: 0 auto;
}

.authorbasepage main .title + .experiencefragment.aem-GridColumn.aem-GridColumn--default--12 {
  max-width: 1600px;
  margin: 0 auto;
  clear: both !important;
  float: none !important;
}

.container.content-align > .cmp-container {
  max-width: 1440px !important;
  margin: 0 auto;
  clear: both !important;
  float: none !important;
}

.container.cmp-container__image--center .cmp-container {
  background-position: center;
}

@media (min-width: 858px) {
  .uhf-header__content .c-uhfh > div {
    padding: 0 80px !important;
    box-shadow: none;
  }
}
.uhf-header__content .c-search {
  height: 54px;
  margin-top: 0 !important;
}
@media (min-width: 860px) {
  .uhf-header__content .c-search {
    min-width: auto !important;
  }
}
.uhf-header__content .c-uhf-menu > button {
  text-decoration: none;
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhf-menu > button {
    color: #000000 !important;
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 22px 15px 25px !important;
  }
  .uhf-header__content .c-uhf-menu > button::after {
    padding-top: 0 !important;
  }
  .uhf-header__content .c-uhf-menu > button:hover {
    background-color: #d2d2d2 !important;
  }
  .uhf-header__content .c-uhf-menu > button:focus {
    text-decoration: underline;
    font-size: 15px;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child {
    height: 54px;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child a.c-uhf-nav-link:focus {
    text-decoration: underline;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu > button {
    color: #000000 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: 54px;
    margin-top: 0;
    padding: 19px 30px 14px 12px;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu > button:focus {
    text-decoration: underline;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu > button.all-ms-nav.c-button-logo {
    padding-top: 19px;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhf-menu > button:after {
    top: 14px;
  }
}
@media (min-width: 769px) {
  .uhf-header__content .c-uhfh .c-show-pipe {
    display: none;
  }
}
.uhf-header__content #c-uhf-nav-cta .c-uhf-nav-link {
  background-color: #000000 !important;
  color: #ffffff !important;
  text-align: center;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 9px;
  border-radius: 2px;
  height: 34px;
  border: unset;
}
@media (min-width: 859px) {
  .uhf-header__content #c-uhf-nav-cta .c-uhf-nav-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 859px) {
  .uhf-header__content #c-uhf-nav-cta .c-uhf-nav-link:hover::before {
    display: none;
  }
}
@media (min-width: 859px) {
  .uhf-header__content #c-uhf-nav-cta .c-uhf-nav-link:focus {
    text-decoration: underline;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-nav-link {
    padding: 16px 12px;
    color: #000000 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-nav-link:focus {
    background-color: #f2f2f2;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-nav-link:focus::before {
    display: none;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-nav-link::before {
    bottom: 12px;
    width: calc(100% - 24px);
  }
}
.uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7) {
  padding: 19px 12px 14px 12px;
  color: #000000 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  height: 53px;
}
@media (min-width: 859px) {
  .uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7) {
    padding: 0;
  }
  .uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7)::before {
    display: none;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7):hover {
    background-color: #d2d2d2;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7).uhf-menu-item {
    padding: 0 !important;
    font-size: 15px;
  }
}
.uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7):hover::before {
  background: currentColor;
  content: "";
  height: 2px;
  position: absolute;
  background-color: #000000;
  width: calc(100% - 24px);
  bottom: 12px;
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7):hover::before {
    display: none;
  }
}
.uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7):focus {
  outline: #000000;
  outline-style: dashed;
  outline-width: 1px;
  background-color: #f2f2f2;
  outline-offset: -1px;
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh-gnav .js-paddle-items li:nth-of-type(7):focus {
    text-decoration: underline;
    font-size: 15px;
  }
}
.uhf-header__content #search > span:first-of-type {
  display: block;
}
.uhf-header__content .c-uhfh .c-search button {
  padding: 18px 0px 15px !important;
  right: unset !important;
  text-decoration: unset;
  display: flex;
}
@media (min-width: 858px) {
  .uhf-header__content #headerArea * .c-me {
    padding-top: 0;
  }
}
@media (min-width: 859px) {
  .uhf-header__content #headerArea * .c-me .msame_Header a:focus {
    background-color: #f2f2f2;
    height: 54px;
    display: block;
    text-decoration: underline;
  }
}
@media (min-width: 859px) {
  .uhf-header__content #headerArea * .c-me .msame_Header:focus {
    background-color: #f2f2f2;
    text-decoration: underline;
  }
  .uhf-header__content #headerArea * .c-me .msame_Header:focus .msame_Header_name:hover::before {
    display: none !important;
  }
}
@media (max-width: 858px) {
  .uhf-header__content #headerArea * .c-me .msame_Header:focus {
    outline: unset !important;
  }
}
.uhf-header__content #headerArea * .c-me .msame_Header_name {
  color: #000000 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-left: 3px;
  position: relative;
  height: 50px;
  margin-top: 5px;
}
@media (min-width: 858px) {
  .uhf-header__content #headerArea * .c-me .msame_Header_name {
    line-height: 50px !important;
  }
  .uhf-header__content #headerArea * .c-me .msame_Header_name:hover::before {
    content: "";
    background-color: #000000;
    height: 2px;
    width: calc(100% - 10px);
    position: absolute;
    bottom: 13px;
  }
}
@media (max-width: 858px) {
  .uhf-header__content #headerArea * .c-me .msame_Header_name {
    padding: 0 !important;
    text-align: left;
  }
}
.uhf-header__content .c-uhfh.c-sgl-stck .c-search button {
  height: 54px !important;
  position: relative;
}
@media (min-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button {
    margin-top: 1px;
  }
}
@media (max-width: 475px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button#search {
    margin-left: -8px !important;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button {
    padding: 19px 0 14px 0 !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button:focus {
    color: #000000;
    background-color: #f2f2f2;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button:focus > span:first-of-type {
    text-decoration: underline;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button:focus > span:first-of-type::before {
    display: none !important;
  }
}
.uhf-header__content .c-uhfh.c-sgl-stck .c-search button::before {
  display: none !important;
}
.uhf-header__content .c-uhfh.c-sgl-stck .c-search button:hover span:first-of-type::before {
  content: "";
  bottom: 12px !important;
  position: absolute;
  height: 2px;
  width: calc(100% - 16px) !important;
  background-color: #000000;
}
.uhf-header__content .c-uhfh.c-sgl-stck .c-search button::after {
  margin-left: 6px !important;
  top: -2px !important;
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-search button::after {
    top: -5px !important;
  }
}
.uhf-header__content .c-search.js-focused #search {
  display: block;
  left: -2.625rem;
  top: 0px;
  padding: 0 !important;
  height: 36px !important;
  margin-top: 10px;
}
.uhf-header__content .c-search.js-focused #search:focus {
  background-color: unset;
}
@media (max-width: 858px) {
  .uhf-header__content .c-search.js-focused #search {
    left: 10px !important;
    top: -30px;
    margin-top: -4px;
    margin-left: -8px !important;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-search.js-focused #search::after {
    top: 0px !important;
  }
}
.uhf-header__content .c-search.js-focused #search > span:first-of-type {
  display: none;
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-nav-link {
    height: 54px;
    margin-top: 0;
  }
}
@media (max-width: 859px) {
  .uhf-header__content .c-uhfh > div:first-child.f-search-opened .c-close-search:focus, .uhf-header__content .c-uhfh > div:first-child.f-search-opened .c-close-search:focus-visible {
    outline-offset: -4px;
  }
}
@media (max-width: 859px) {
  .uhf-header__content .c-uhfh > div:first-child.f-search-opened > div > div .c-search {
    left: 60px;
  }
}
.uhf-header__content .c-uhfh > div:first-child.f-search-opened > div > div .c-search input[type=search] {
  padding: 9px 38px 9px 10px;
  margin-top: 10px;
}
@media (min-width: 859px) {
  .uhf-header__content .c-uhfh > div:first-child.f-search-opened > div > div .c-search input[type=search] {
    margin-left: 24px;
    width: calc(100vw - 486px) !important;
  }
}
.uhf-header__content .c-uhfh > div:first-child.f-search-opened > div > div .c-search input[type=search]:focus {
  border-color: #0078d4 !important;
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh > div:first-child.f-search-opened > div > div .c-search input[type=search] {
    margin-top: 6px;
  }
}
.uhf-header__content .c-uhfh.c-sgl-stck .f-search-opened .cancel-search {
  margin-top: 10px !important;
}
.uhf-header__content .c-uhfh.c-sgl-stck .f-search-opened .cancel-search:hover span {
  text-decoration: underline;
}
.uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu .f-sub-menu > span[f-multi-parent=true] {
  padding: 12px 0px 12px 24px;
}
@media (max-width: 858px) {
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu .f-sub-menu .single-link {
    padding: 0;
  }
}
.uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link {
  padding: 0;
  color: #000000;
}
@media (max-width: 858px) {
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link:hover {
    background-color: #d2d2d2;
  }
}
@media (min-width: 858px) {
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link {
    white-space: normal;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link:hover {
    background-color: #d2d2d2;
    text-decoration: underline;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link:hover::before {
    display: none;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link:focus {
    background-color: #d2d2d2;
    outline: 1px dashed #000000;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link:active {
    background-color: #d2d2d2;
    outline: 1px dashed #000000;
  }
}
@media (max-width: 858px) {
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link {
    padding: 0;
    font-size: 15px !important;
    color: #000000 !important;
    line-height: 20px;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link a {
    padding: 12px 0px 15px 45px;
  }
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link a:focus {
    text-decoration: underline;
  }
}
@media (min-width: 858px) {
  .uhf-header__content #uhf-g-nav .js-paddle-items > .nested-menu .c-uhf-menu > button + ul .single-link .js-subm-uhf-nav-link {
    padding: 12px 24px !important;
    color: #000000 !important;
  }
}
@media (max-width: 859px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .cat-logo-button-cont {
    border-bottom: 1px solid #818186 !important;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .cat-logo-button-cont .c-cat-logo-button {
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #000000;
    text-decoration: unset !important;
    padding: 0 25px !important;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .cat-logo-button-cont .c-cat-logo-button:focus {
    text-decoration: underline !important;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .cat-logo-button-cont .c-cat-logo-button::after {
    padding-left: 4px !important;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .global-head-cont > div:first-child .c-uhfh-gcontainer-st,
  .uhf-header__content .c-uhfh.c-sgl-stck > div:first-child .c-uhfh-gcontainer-st {
    border-bottom: 1px solid #818186 !important;
  }
}
@media (max-width: 859px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-uhfh-gcontainer-st {
    padding: 2px 25px 2px 11px !important;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .c-uhfh-gcontainer-st .glyph-global-nav-button {
    margin-right: 0;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .c-uhfh-gcontainer-st .glyph-global-nav-button:focus {
    background-color: transparent;
  }
}
@media (min-width: 859px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-uhfh-gcontainer-st {
    max-width: 1440px;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .msame_Header_name.st_msame_placeholder {
    padding-right: 14px !important;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .c-uhfh-actions #meControl.c-me {
    right: 10px !important;
    max-width: 75px;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck .x-hidden-none-mobile-vp {
    padding: 0;
    color: #000000 !important;
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .x-hidden-none-mobile-vp:hover {
    background-color: #d2d2d2;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck .x-hidden-none-mobile-vp:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
    font-size: 15px;
  }
}
.uhf-header__content .c-uhfh.c-sgl-stck nav a.c-uhf-nav-link {
  padding: 19px 12px 14px 12px;
  color: #000000 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck nav a.c-uhf-nav-link {
    padding: 12px 22px 15px 25px;
    font-size: 15px;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck nav a.c-uhf-nav-link:hover {
    background-color: #d2d2d2;
  }
  .uhf-header__content .c-uhfh.c-sgl-stck nav a.c-uhf-nav-link:focus {
    outline: #000000;
    outline-style: dashed;
    outline-width: 1px;
    background-color: #f2f2f2;
    font-size: 15px;
    text-decoration: underline;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh.c-sgl-stck nav .c-uhf-menu [aria-expanded=true] + ul[aria-hidden=false] {
    padding-left: 0 !important;
  }
}
.uhf-header__content .c-uhfh > div:first-child .c-logo .c-image {
  margin-top: 0;
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child .c-logo {
    padding: 16.5px 0px;
  }
}
.uhf-header__content .c-uhfh > div:first-child .c-uhf-menu a,
.uhf-header__content .c-uhfh > div:first-child .c-uhf-menu button {
  color: #000000;
}
@media (min-width: 860px) {
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu a:focus,
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu button:focus {
    background-color: #f2f2f2;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu a:focus::before,
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu button:focus::before {
    display: none;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button {
    color: #000000 !important;
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: unset;
    padding: 12px 0px 15px 45px !important;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button:hover {
    background-color: #d2d2d2;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button + ul li {
    padding-left: 0px !important;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button + ul li a {
    padding: 12px 24px 15px 65px !important;
    line-height: 20px;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button + ul li a:hover {
    background-color: #d2d2d2;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button + ul li a:focus {
    text-decoration: underline;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button:focus {
    text-decoration: underline;
  }
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > button::after {
    top: 12px !important;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-uhfh > div:first-child .c-uhf-menu ul li > a {
    padding-left: 0;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .c-w0 li {
    color: #000000 !important;
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .uhf-header__content .c-w0 li:hover {
    background-color: #d2d2d2;
  }
  .uhf-header__content .c-w0 li:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
    font-size: 15px !important;
  }
  .uhf-header__content .c-w0 li a {
    padding: 12px 23px 15px 25px !important;
  }
  .uhf-header__content .c-w0 li a:focus {
    outline: 1px dashed #000000 !important;
    text-decoration: underline;
  }
}
@media (max-width: 858px) {
  .uhf-header__content #uhf-c-nav .f-sub-menu button {
    padding-left: 25px !important;
    color: #000000 !important;
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .uhf-header__content #uhf-c-nav .f-sub-menu button:focus {
    font-size: 15px !important;
  }
  .uhf-header__content #uhf-c-nav .f-sub-menu button + ul li {
    padding-left: 0 !important;
  }
  .uhf-header__content #uhf-c-nav .f-sub-menu button + ul li a {
    padding-left: 45px !important;
  }
  .uhf-header__content #uhf-c-nav .f-sub-menu button + ul li a:hover {
    background-color: #d2d2d2;
  }
  .uhf-header__content #uhf-c-nav .f-sub-menu button + ul li a:focus {
    outline: #000000;
    outline-style: dashed;
    outline-width: 1px;
    text-decoration: underline;
  }
  .uhf-header__content #uhf-c-nav .f-multi-column-info a {
    padding-left: 25px !important;
    color: #000000 !important;
    font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width: 858px) and (max-width: 858px) {
  .uhf-header__content #uhf-c-nav .f-multi-column-info a:focus {
    text-decoration: underline;
    font-size: 15px !important;
  }
  .uhf-header__content #uhf-c-nav .f-multi-column-info a:hover {
    background-color: #d2d2d2;
  }
}
@media (min-width: 860px) {
  .uhf-header__content .f-multi-column > li {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 858px) {
  .uhf-header__content .f-multi-column .single-link {
    padding: 0;
  }
}
@media (min-width: 858px) {
  .uhf-header__content .f-multi-column .single-link {
    padding: 0 !important;
  }
  .uhf-header__content .f-multi-column .single-link:active {
    background-color: transparent !important;
    outline: unset !important;
  }
  .uhf-header__content .f-multi-column .single-link:focus {
    outline: unset !important;
    background-color: transparent !important;
    text-decoration: underline;
  }
}
@media (min-width: 858px) {
  .uhf-header__content .f-multi-column .single-link.js-subm-uhf-nav-link {
    padding: 12px 24px !important;
    color: #000000 !important;
  }
}
.uhf-header__content .f-multi-column .single-link.js-subm-uhf-nav-link:active {
  text-decoration: underline;
  outline: 1px dashed #000000;
}
.uhf-header__content #uhf-swp .color-brand-green {
  background-color: #225b62 !important;
  text-align: center;
  padding: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1124px) {
  .uhf-header__content #uhf-swp .color-brand-green {
    width: 100%;
    position: relative;
    top: 0;
  }
}
@media (min-width: 1125px) {
  .uhf-header__content #uhf-swp .color-brand-green {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.uhf-header__content #uhf-swp .cmp-link__screen-reader-only {
  display: none;
}
.uhf-header__content a.m-skip-to-main {
  display: block !important;
}
@media (min-width: 860px) {
  .uhf-header__content a.m-skip-to-main:focus {
    z-index: 3000002;
  }
}

.new-c-logo {
  width: clamp(80px, 30vw, 210px) !important;
}
.new-c-logo .c-image {
  margin-top: 0;
  max-width: none;
  width: clamp(80px, 30vw, 192px) !important;
}
@media (min-width: 860px) {
  .new-c-logo {
    margin-top: 1px;
    float: left;
    height: 100%;
    outline-offset: -2px;
    padding: 16px 0px;
  }
}
@media (min-width: 650px) and (max-width: 858.5px) {
  .new-c-logo {
    padding: 12.5px 4px !important;
  }
}
@media (max-width: 767.5px) {
  .new-c-logo {
    padding: 16px 4px !important;
  }
}

.uhf-acquisition-header .theme-dark {
  background: #ffffff !important;
}
@media (max-width: 858px) {
  .uhf-acquisition-header .theme-dark .c-action-trigger {
    color: #262626 !important;
  }
}
@media (max-width: 858px) {
  .uhf-acquisition-header .theme-dark .c-uhfh-gcontainer-st .cat-logo-button-cont {
    border: unset !important;
  }
}
@media (max-width: 858px) {
  .uhf-acquisition-header .theme-dark .c-uhfh-gcontainer-st .cat-logo-button-cont #uhfCatLogoButton {
    display: none !important;
  }
}
.uhf-acquisition-header .theme-dark .js-paddle-items .single-link #primary-nav-item-cta-signup {
  margin-top: 13px;
  height: unset !important;
}
.uhf-acquisition-header .theme-dark .js-paddle-items .single-link:not(:last-of-type) {
  display: none;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu a {
  background-color: transparent !important;
}
@media (max-width: 858px) {
  .uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu a:hover {
    background-color: transparent !important;
  }
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu ul {
  background-color: transparent !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu button {
  color: #262626 !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .c-button-logo[aria-expanded=true] {
  background: transparent !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .c-button-logo:hover {
  background: transparent !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .c-button-logo:focus {
  background: transparent !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column {
  background-color: #f2f2f2 !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .f-sub-menu button {
  background-color: transparent !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .f-sub-menu button:focus {
  text-decoration: unset;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .single-link {
  display: block;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .single-link .js-subm-uhf-nav-link {
  color: #262626 !important;
}
@media (max-width: 858px) {
  .uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .single-link .js-subm-uhf-nav-link:focus {
    text-decoration: none;
  }
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .f-multi-column-info {
  background-color: #e6e6e6 !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .f-multi-column-info .c-w0 .single-link {
  background-color: transparent !important;
}
@media (max-width: 858px) {
  .uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .f-multi-column-info {
    background-color: transparent !important;
  }
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .c-uhf-menu .f-multi-column .f-multi-column-info a {
  color: #262626 !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .msame_Header:focus {
  background-color: unset !important;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .msame_Header .msame_Header_name:hover {
  text-decoration: underline;
}
.uhf-acquisition-header .theme-dark .c-uhfh-actions .msame_Header .msame_Header_name:hover::before {
  display: none;
}

.msa-uhfheaderfooter_sticky #headerUniversalHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a shadow when header becomes sticky */
  z-index: 1000;
}

@media (min-width: 859px) {
  #universal-header-search-auto-suggest-ul {
    width: calc(100vw - 486px) !important;
    left: 1.5rem;
  }
}
#universal-header-search-auto-suggest-ul li {
  padding: 0.5rem 0.75rem;
}
#universal-header-search-auto-suggest-ul li a {
  font-size: 0.8125rem;
  font-weight: 400;
}
#universal-header-search-auto-suggest-ul li a:focus {
  padding: 0.25rem;
}

#epb {
  z-index: 1001;
}

.m-auto-suggest.m-auto-suggest {
  display: none;
}

.breadcrumb {
  display: block;
  overflow: hidden;
  padding-left: 80px !important;
}
@media (max-width: 438px) {
  .breadcrumb {
    padding-left: 25px !important;
  }
}
@media (min-width: 439px) and (max-width: 1124px) {
  .breadcrumb {
    padding-left: 30px !important;
  }
}
@media (min-width: 1600px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 1600px;
    float: none;
  }
}
@media (min-width: 1440px) {
  .breadcrumb {
    margin: 0 auto !important;
    float: none !important;
  }
}
.breadcrumb .cmp-breadcrumb {
  padding: 12px 0;
}
@media (max-width: 1124px) {
  .breadcrumb .cmp-breadcrumb {
    display: block;
    direction: rtl;
    width: auto;
    overflow: hidden;
  }
}
@media (min-width: 1124px) {
  .breadcrumb .cmp-breadcrumb__list {
    display: flex;
    align-items: center;
  }
}
.breadcrumb .cmp-breadcrumb__item {
  vertical-align: unset;
}
@media (min-width: 1124px) {
  .breadcrumb .cmp-breadcrumb__item:last-of-type .cmp-breadcrumb__item-link::after {
    display: none;
  }
}
@media (max-width: 1124px) {
  .breadcrumb .cmp-breadcrumb__item {
    float: left;
  }
  .breadcrumb .cmp-breadcrumb__item:first-of-type .cmp-breadcrumb__item-link::after {
    display: none;
  }
  .breadcrumb .cmp-breadcrumb__item--active::after {
    content: "";
    margin: -2px 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("clientlib-site/resources/images/arrow-icon-breadcrumb.svg") no-repeat 0 0;
    background-size: contain !important;
  }
}
.breadcrumb .cmp-breadcrumb__item--active span {
  font-weight: 600 !important;
  color: #000000 !important;
}
.breadcrumb .cmp-breadcrumb__item-link {
  text-decoration: none;
}
.breadcrumb .cmp-breadcrumb__item-link:focus {
  border: unset;
  outline: unset;
}
.breadcrumb .cmp-breadcrumb__item-link:focus span {
  outline: 1px dashed #000000;
  color: #000000;
}
.breadcrumb .cmp-breadcrumb__item-link::after {
  content: "";
  margin: -2px 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("clientlib-site/resources/images/arrow-icon-breadcrumb.svg") no-repeat 0 0;
  background-size: contain !important;
}
.breadcrumb .cmp-breadcrumb__item span {
  font-size: 0.75rem;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-weight: 400;
  line-height: 16.2px;
  padding: 2px;
  color: #000000;
}
@media (max-width: 1124px) {
  .breadcrumb .cmp-breadcrumb__item span {
    font-size: 11px;
  }
}
.breadcrumb .cmp-breadcrumb__item span:hover {
  color: #000000;
}
.breadcrumb .cmp-breadcrumb__item span:active {
  color: #000000;
  font-weight: 600;
}

:root {
  --msa-content-image-gap: 24px;
}

@media (min-width: 680px) and (max-width: 1124px) {
  :root {
    --msa-content-image-gap: 77px;
  }
}
@media (min-width: 1125px) {
  :root {
    --msa-content-image-gap: 0;
  }
}
.teaser-card-main-wrapper .cmp-container {
  flex-flow: row wrap;
  display: flex;
  gap: 1.875rem;
  margin: 0 auto;
}
@media (min-width: 1124px) {
  .teaser-card-main-wrapper .cmp-container {
    justify-content: center;
  }
}
.teaser-card-main-wrapper .cmp-container .teaser {
  display: flex;
  flex-direction: row;
  width: calc(33.3333333% - 20px);
  margin-bottom: 0.9375rem;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .cmp-container .teaser {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .cmp-container .teaser {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 438px) {
  .teaser-card-main-wrapper .cmp-container .teaser {
    width: 100%;
    flex: 0 0 100%;
  }
}
.teaser-card-main-wrapper .cmp-container .teaser:nth-of-type(1) .cmp-teaser {
  margin-left: 0;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .cmp-container .teaser:nth-of-type(2) .cmp-teaser {
    margin-right: 0;
  }
}
.teaser-card-main-wrapper .cmp-container .teaser:nth-of-type(3) .cmp-teaser {
  margin-right: 0;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .cmp-container .teaser:nth-of-type(3) .cmp-teaser {
    margin-left: 0;
    margin-right: 0;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.four-up .cmp-teaser {
  height: 439px;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.four-up .cmp-teaser {
    height: 414px;
  }
}
@media (max-width: 438px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.four-up .cmp-teaser {
    height: 393px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.four-up .cmp-teaser__image {
  height: 168px;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.four-up .cmp-teaser__image {
    height: 198px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser {
  min-height: 550px;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser {
    min-height: 500px;
  }
}
@media (max-width: 438px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser {
    min-height: 480px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__image {
  height: auto;
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__image {
    max-height: 197px;
  }
}
@media (min-width: 439px) and (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__image .cmp-image {
    max-height: 197px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__title {
  height: 116px;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  padding-bottom: 0.14em;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__title {
    height: 96px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__description {
  height: 4.25rem;
  padding: 0 1.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__description {
    height: 4.6875rem;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__description p {
  margin-bottom: 0 !important;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser__description p {
    -webkit-line-clamp: 4;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser .text {
  margin-top: auto;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser .text p {
  padding: 0 24px 36px;
  color: #505050;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0 !important;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser .text p {
    font-size: 14px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper.three-up:focus .cmp-teaser__title {
  text-decoration: underline;
}
@media (max-width: 439px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper.three-up .cmp-teaser {
    height: auto !important;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0.3125rem 0.9375rem 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  width: 100%;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser:hover {
  background-color: #f2f2f2;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser:active {
  background-color: #f2f2f2;
  border: 1px solid #000000;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser:focus .cmp-teaser__title {
  text-decoration: underline;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__content {
  order: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__pretitle {
  color: #505050;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 24px 24px 0 24px;
  height: 1.3125rem;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__pretitle {
    font-size: 14px;
    height: 1.125rem;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__title {
  color: #2f2f2f;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 350;
  line-height: 120%;
  margin: 12px 24px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__title {
    font-size: 20px;
    height: 6rem;
    -webkit-line-clamp: 4;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__description p {
  color: #505050;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0 24px 36px;
}
@media (max-width: 1124px) {
  .teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__description p {
    font-size: 14px;
  }
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser text {
  margin-top: auto;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__image {
  order: 1;
  flex-shrink: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #505050;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__image .cmp-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper .cmp-teaser__image .cmp-image__image {
  width: 100%;
  height: 100%;
  object-fit: unset;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.teaser-card-main-wrapper .teaser-content-card-wrapper:focus {
  outline: 1px dashed #000000;
  border-radius: 8px;
}
.teaser-card-main-wrapper a.teaser-content-card-wrapper {
  text-decoration: none;
}
.teaser-card-main-wrapper a.teaser-content-card-wrapper:hover .cmp-teaser__title, .teaser-card-main-wrapper a.teaser-content-card-wrapper:focus .cmp-teaser__title {
  text-decoration: underline;
}

.teaser.cta-button-left .cmp-teaser__action-container {
  justify-content: left;
}
.teaser.cta-button-center .cmp-teaser__action-container {
  justify-content: center;
}

.content-card--neutral.container-fluid {
  background-color: #ffffff;
}
.content-card--neutral .container {
  background-color: #ffffff;
}

.content-card--lightgray.container-fluid {
  background-color: #fafafa;
}
.content-card--lightgray .container {
  background-color: #fafafa;
}

@media (max-width: 1124px) {
  .image-focus-left .cmp-teaser__image .cmp-image__image,
  .image-focus-left .cmp-teaser__content ~ img {
    object-position: left;
  }
  .image-focus-center .cmp-teaser__image .cmp-image__image,
  .image-focus-center .cmp-teaser__content ~ img {
    object-position: center;
  }
  .image-focus-right .cmp-teaser__image .cmp-image__image,
  .image-focus-right .cmp-teaser__content ~ img {
    object-position: right;
  }
}
.authorbasepage .cmp-title {
  padding: 96px 5rem;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .authorbasepage .cmp-title {
    padding: 60px 24px;
  }
}
@media (max-width: 679px) {
  .authorbasepage .cmp-title {
    padding: 48px 1.875rem;
  }
}
.authorbasepage .cmp-title .cmp-title__text {
  color: #000000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .authorbasepage .cmp-title .cmp-title__text {
    font-size: 2rem;
  }
}
.authorbasepage .teaser.author-insight-header .cmp-teaser {
  display: flex;
  width: 100%;
  padding: 36px 5rem;
  align-items: center;
}
.authorbasepage .teaser.author-insight-header .cmp-teaser__content {
  order: 2;
  padding-left: 36px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .authorbasepage .teaser.author-insight-header .cmp-teaser__content {
    padding-left: 24px;
  }
}
@media (max-width: 679px) {
  .authorbasepage .teaser.author-insight-header .cmp-teaser__content {
    padding-left: 0px !important;
  }
}
@media (max-width: 679px) {
  .authorbasepage .teaser.author-insight-header .cmp-teaser {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 1.875rem;
  }
}
.authorbasepage .teaser.author-insight-header .cmp-teaser__title {
  color: #000000;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.authorbasepage .teaser.author-insight-header .cmp-teaser__description {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
  color: #2f2f2f;
  text-transform: uppercase;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .authorbasepage .teaser.author-insight-header .cmp-teaser__description {
    font-size: 0.875rem;
  }
}
.authorbasepage .teaser.author-insight-header .cmp-teaser__image {
  width: 9.375rem;
  height: 9.375rem;
  order: 1;
  flex-shrink: 0;
}
@media (max-width: 679px) {
  .authorbasepage .teaser.author-insight-header .cmp-teaser__image {
    margin-bottom: 24px;
  }
}
.authorbasepage .teaser.author-insight-header .cmp-teaser__image .cmp-image__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.cmp-teaser--newsletter .cmp-teaser {
  background-color: #225b62;
  border-radius: 8px;
  padding: 24px;
}
.cmp-teaser--newsletter .cmp-teaser p {
  color: #ffffff;
}
.cmp-teaser--newsletter .cmp-teaser__content {
  color: #ffffff;
}
@media (min-width: 1600px) {
  .cmp-teaser--newsletter .cmp-teaser__content {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.cmp-teaser--newsletter .cmp-teaser__title {
  color: #ffffff;
  margin-bottom: 12px;
}
.cmp-teaser--newsletter .cmp-teaser__description {
  color: #ffffff;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .cmp-teaser--newsletter .cmp-teaser__description {
    font-size: 0.875rem;
    line-height: 1.138rem;
  }
}
.cmp-teaser--newsletter .cmp-teaser__action-container {
  margin-top: 24px;
}
.cmp-teaser--newsletter .cmp-teaser__action-container:after {
  content: ">";
  margin-left: -36px;
  color: #ffffff;
}
.cmp-teaser--newsletter .cmp-teaser__action-container a {
  text-decoration: none;
  color: #ffffff;
  padding: 12px 2.625rem 12px 24px;
  display: inline-block !important;
  background-color: #225b62;
  border-radius: 4px;
  border: 0.0625rem solid #ffffff;
  font-weight: 600;
  max-width: 18.75rem;
}
.cmp-teaser--newsletter .cmp-teaser__action-container a:hover {
  text-decoration: underline;
  padding-right: 3.5rem;
  max-width: 22.25rem;
}
.cmp-teaser--newsletter .cmp-teaser__action-container a:focus, .cmp-teaser--newsletter .cmp-teaser__action-container a:focus-visible {
  border: 0.0625rem solid #ffffff;
  outline: 0.0625rem dashed #ffffff;
  outline-offset: -0.1875rem;
  text-decoration: underline;
}
.cmp-teaser--newsletter .cmp-teaser__action-container a:active {
  background-color: #2f2f2f;
}

.btn__primaryClass, .btn__darkPrimaryClass, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1), .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  border-radius: 8px;
  border: none;
  background-color: #225b62;
  color: #ffffff;
  text-align: center;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.btn__primaryClass--after, .btn__darkPrimaryClass--after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 12px;
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.btn__primaryClass--hover, .btn__darkPrimaryClass--hover, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background-color: #122f33;
  color: #ffffff;
  text-decoration-line: none;
  border: none;
}

.btn__primaryClass--hover-after, .btn__darkPrimaryClass--hover-after {
  margin-left: 24px;
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}

.btn__primaryClass--active {
  background-color: #091819;
  color: #ffffff;
  border: none;
}

.btn__primaryClass--active-after, .btn__darkPrimaryClass--active-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}

.btn__primaryClass--focus, .btn__darkPrimaryClass--focus, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background-color: #225b62;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  position: relative;
  text-decoration: none;
  outline: 0.0625rem dashed #ffffff;
  outline-offset: -0.1875rem;
}

.btn__primaryClass--disabled, .btn__darkPrimaryClass--disabled, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled {
  background-color: #f2f2f2;
  color: #505050;
  text-decoration: none;
  pointer-events: none;
}

.btn__primaryClass--disabled-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__secondaryClass, .btn__darkSecondaryClass, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2), .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  border-radius: 8px;
  color: #225b62;
  border: 0.0625rem solid #225b62;
  background-color: unset;
  text-decoration: none;
  text-align: center;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.btn__secondaryClass--after, .btn__darkSecondaryClass--after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 12px;
  background-image: url("clientlib-site/resources/images/arrow-icon-darkcyan.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.btn__secondaryClass--hover, .btn__darkSecondaryClass--hover, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  background-color: #e9efef;
  color: #122f33;
  border: 0.0625rem solid #122f33;
  text-decoration-line: none;
}

.btn__secondaryClass--hover-after, .btn__darkSecondaryClass--hover-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-darkshadecyan.svg");
  margin-left: 24px;
}

.btn__secondaryClass--active, .btn__darkSecondaryClass--active, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background-color: #c8d6d8;
  color: #091819;
  border: 0.0625rem solid #091819;
}

.btn__secondaryClass--active-after, .btn__darkSecondaryClass--active-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-vdarkshadecyan.svg");
}

.btn__secondaryClass--focus, .btn__darkSecondaryClass--focus, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  background-color: unset;
  color: #225b62;
  padding: 12px 24px;
  border-radius: 8px;
  border: 0.0625rem solid #225b62;
  position: relative;
  text-decoration: none;
  outline: 0.0625rem dashed #225b62;
  outline-offset: -0.1875rem;
}

.btn__secondaryClass--disabled, .btn__darkTertiaryClass--disabled, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled, .btn__darkSecondaryClass--disabled, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled {
  background-color: unset;
  border-color: #505050;
  color: #505050;
  text-decoration: none;
  pointer-events: none;
}

.btn__secondaryClass--disabled-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__tertiaryClass, .btn__darkTertiaryClass, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3), .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #225b62;
  background-color: unset;
  border: none;
  text-decoration: none;
  align-self: center;
  text-align: center;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.btn__tertiaryClass--after, .btn__darkTertiaryClass--after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 12px;
  background-image: url("clientlib-site/resources/images/arrow-icon-darkcyan.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.btn__tertiaryClass--hover, .btn__darkTertiaryClass--hover, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  color: #122f33;
  text-decoration-line: underline;
  background-color: unset;
  border: none;
}

.btn__tertiaryClass--hover-after, .btn__darkTertiaryClass--hover-after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-darkshadecyan.svg");
  margin-left: 24px;
}

.btn__tertiaryClass--active, .btn__darkTertiaryClass--active, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  background-color: unset;
  color: #091819;
  border: none;
}

.btn__tertiaryClass--active-after, .btn__darkTertiaryClass--active-after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-vdarkshadecyan.svg");
}

.btn__tertiaryClass--focus, .btn__darkTertiaryClass--focus, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  background-color: unset;
  color: #225b62;
  padding: 0.3125rem;
  outline: none;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
}

.btn__tertiaryClass--disabled {
  background-color: unset;
  color: #505050;
  text-decoration: none;
  pointer-events: none;
}

.btn__tertiaryClass--disabled-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__darkPrimaryClass, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1), .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background-color: #000000;
  color: #ffffff;
}

.btn__darkPrimaryClass--after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}

.btn__darkPrimaryClass--hover, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: underline;
}

.btn__darkPrimaryClass--hover-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}

.btn__darkPrimaryClass--active, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background-color: #2f2f2f;
  color: #ffffff;
}

.btn__darkPrimaryClass--active-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}

.btn__darkPrimaryClass--focus, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background-color: #000000;
  color: #ffffff;
  text-decoration: underline !important;
}

.btn__darkPrimaryClass--disabled, .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled {
  background-color: #f2f2f2;
  color: #505050;
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__darkPrimaryClass--disabled-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__darkSecondaryClass, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2), .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  color: #000000;
  border: 0.0625rem solid #000000;
}

.btn__darkSecondaryClass--after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
}

.btn__darkSecondaryClass--hover, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  background-color: unset;
  color: #000000;
  text-decoration: underline;
}

.btn__darkSecondaryClass--hover-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
}

.btn__darkSecondaryClass--active, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background-color: #fafafa;
  color: #000000;
  border: 0.0625rem solid #000000;
}

.btn__darkSecondaryClass--active-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
}

.btn__darkSecondaryClass--focus, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  color: #000000;
  border: 0.0625rem solid #000000;
  outline: 0.0625rem dashed #000000;
  text-decoration: underline !important;
  background-color: unset !important;
}

.btn__darkSecondaryClass--disabled, .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled {
  background-color: unset;
  color: #505050;
}

.btn__darkSecondaryClass--disabled-after {
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__darkTertiaryClass, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3), .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  color: #000000;
  text-align: left !important;
}

.btn__darkTertiaryClass--after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
}

.btn__darkTertiaryClass--hover, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  background-color: unset;
  color: #000000;
  text-decoration: underline;
}

.btn__darkTertiaryClass--hover-after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
}

.btn__darkTertiaryClass--active, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  color: #000000;
}

.btn__darkTertiaryClass--active-after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
}

.btn__darkTertiaryClass--focus, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  color: #000000;
  outline: 0.0625rem dashed #000000;
  text-decoration: underline !important;
}

.btn__darkTertiaryClass--disabled, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled {
  background-color: unset;
  color: #505050;
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.btn__darkTertiaryClass--disabled-after, .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled::after,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled::after,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled::after,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled::after,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled::after,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled::after, .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled::after, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-dark.svg");
}

.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser {
    flex-direction: row;
  }
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__content {
    width: 50%;
    flex: 1 0 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__content {
    flex: unset;
  }
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__content .cmp-teaser__pretitle {
  line-height: 120%;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2f2f2f;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__content .cmp-teaser__pretitle {
    letter-spacing: 0.1rem;
    font-size: 16px;
  }
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__content .text {
  display: none;
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser .cmp_video--wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser .cmp_video--wrapper {
    width: 50%;
  }
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__image .cmp-image__link,
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser .cmp_video--wrapper .cmp-image__link {
  width: 100%;
}
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  gap: var(--msa-content-image-gap);
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser {
    flex-direction: row;
  }
}
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__content {
    flex: 1 0 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__content {
    width: 34.03%;
  }
}
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__pretitle {
  line-height: 120%;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2f2f2f;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__pretitle {
    letter-spacing: 0.1rem;
    font-size: 16px;
  }
}
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__content .text {
  display: none;
}
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser .cmp_video--wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser .cmp_video--wrapper {
    width: auto;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser .cmp_video--wrapper {
    width: 65.97%;
  }
}
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__image .cmp-image__link,
.teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser .cmp_video--wrapper .cmp-image__link {
  width: 100%;
}
.teaser-content-image.image--regular.image--1-1 .cmp-teaser {
  padding: 36px 0;
  gap: 24px;
  align-items: center;
  gap: var(--msa-content-image-gap);
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser {
    padding: 60px 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser {
    padding: 96px 0;
  }
}
.teaser-content-image.image--regular.image--1-1 .cmp-teaser__content {
  width: 100%;
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__content {
    width: 50%;
  }
}
.teaser-content-image.image--regular.image--1-1 .cmp-teaser__image,
.teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper {
  display: flex;
  width: 100%;
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__image,
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper {
    width: calc(50% - 0.5625rem);
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__image,
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper {
    width: 50%;
  }
}
.teaser-content-image.image--regular.image--1-1 .cmp-teaser__image .cmp-image,
.teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper .cmp-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__image .cmp-image,
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper .cmp-image {
    width: 100%;
    align-items: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    gap: 0.625rem;
  }
}
.teaser-content-image.image--regular.image--1-1 .cmp-teaser__image .cmp-image__image,
.teaser-content-image.image--regular.image--1-1 .cmp-teaser__image .cmp-image .cmp_video--wrapper,
.teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper .cmp-image__image,
.teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper .cmp-image .cmp_video--wrapper {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__image .cmp-image__image,
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__image .cmp-image .cmp_video--wrapper,
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper .cmp-image__image,
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper .cmp-image .cmp_video--wrapper {
    width: 100%;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
  }
}
.teaser-content-image.image--regular.image--1-1 .cmp-teaser__action-container {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__action-container {
    max-width: 14.125rem;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--1-1 .cmp-teaser__action-container {
    width: 100%;
    max-width: unset;
  }
}
.teaser-content-image.image--regular.image--16-9 .cmp-teaser {
  padding: 36px 0;
  align-items: center;
  gap: var(--msa-content-image-gap);
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser {
    padding: 60px 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser {
    padding: 96px 0;
  }
}
.teaser-content-image.image--regular.image--16-9 .cmp-teaser__content {
  width: 100%;
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__content {
    flex: 1 0 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__content {
    width: 50%;
  }
}
.teaser-content-image.image--regular.image--16-9 .cmp-teaser__image,
.teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper {
  width: 100%;
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__image,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__image,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper {
    width: 50%;
  }
}
.teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image,
.teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
}
.teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image__image,
.teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image .cmp_video--wrapper,
.teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image__image,
.teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image .cmp_video--wrapper {
  display: flex;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image__image,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image .cmp_video--wrapper,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image__image,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image .cmp_video--wrapper {
    flex-shrink: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image__image,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__image .cmp-image .cmp_video--wrapper,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image__image,
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper .cmp-image .cmp_video--wrapper {
    border-radius: 16px;
    justify-content: center;
    align-items: center;
  }
}
.teaser-content-image.image--regular.image--16-9 .cmp-teaser__action-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px 0.625rem;
  flex-wrap: wrap;
}
@media (min-width: 680px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__action-container {
    max-width: 14.125rem;
    align-items: center;
    align-content: center;
    gap: 1.5625rem;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.image--regular.image--16-9 .cmp-teaser__action-container {
    width: 100%;
    max-width: unset;
    align-self: stretch;
  }
}
.teaser-content-image.cmp-teaser__image--left .cmp-teaser__content {
  order: 0;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
  }
}
.teaser-content-image.cmp-teaser__image--left .cmp-teaser__image,
.teaser-content-image.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
  order: 1;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    order: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1 .cmp_video--wrapper {
    padding-left: 6rem;
  }
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1 .cmp-teaser__content {
    flex-shrink: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1 .cmp-teaser__content {
    padding-left: 7.875rem;
  }
}
.teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser {
  gap: 24px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser {
    flex-direction: column;
    padding: 60px 0;
    gap: 48px;
    align-items: center;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser {
    gap: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    width: calc(66.6667% + 0.125rem);
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper .cmp-image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper .cmp-image__image, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper .cmp-image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper .cmp-image__image {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__content .cmp-teaser__action-container, .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__content .cmp-teaser__action-container {
    gap: 24px 12px;
    max-width: unset;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper {
    order: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__content {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__content {
    order: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9 .cmp-teaser {
    align-items: center;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
  }
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9 .cmp-teaser__content {
    flex-shrink: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9 .cmp-teaser__content {
    padding-left: 7.875rem;
  }
}
.teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser {
  gap: 24px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser {
    flex-direction: column;
    padding: 60px 0;
    gap: 48px;
    align-items: center;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser {
    gap: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    width: calc(66.6667% + 0.125rem);
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image__image, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image__image {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__content .cmp-teaser__action-container, .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__content .cmp-teaser__action-container {
    gap: 24px 0.625rem;
    max-width: unset;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper {
    order: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__content {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__content {
    order: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser .cmp_video--wrapper {
    width: 65.97%;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content {
    width: 34.03%;
    padding-left: 7.875rem;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__pretitle,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__title,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__description,
  .teaser-content-image.cmp-teaser__image--left.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__action-container {
    width: 100%;
    max-width: 18.5625rem;
  }
}
.teaser-content-image.cmp-teaser__image--right .cmp-teaser {
  /*.cmp_video--wrapper {
    margin-bottom: 30px;

    @media (min-width: $msa-bp-md-min) {
      margin-bottom: 0;
    }
  } */
}
.teaser-content-image.cmp-teaser__image--right .cmp-teaser__content {
  order: 1;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--right .cmp-teaser__content {
    order: 0;
  }
}
.teaser-content-image.cmp-teaser__image--right .cmp-teaser__image,
.teaser-content-image.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
  order: 0;
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    order: 1;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1 .cmp-teaser .cmp_video--wrapper {
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1 .cmp-teaser__content {
    flex: 1 0 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1 .cmp-teaser__content {
    padding-right: 7.875rem;
    flex-shrink: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser {
    flex-direction: column;
    padding: 60px 0;
    gap: 48px;
    align-items: center;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper, .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    width: calc(66.6667% + 0.125rem);
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image__image, .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image__image {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__content .cmp-teaser__action-container, .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser__content .cmp-teaser__action-container {
    gap: 24px 12px;
    max-width: unset;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper {
    order: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-top .cmp-teaser__content {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--1-1.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__content {
    order: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9 .cmp-teaser .cmp_video--wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
  }
}
@media (min-width: 680px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9 .cmp-teaser__content {
    flex: 1 0 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9 .cmp-teaser__content {
    padding-right: 7.875rem;
    flex-shrink: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser, .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser {
    flex-direction: column;
    padding: 60px 0;
    gap: 48px;
    align-items: center;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper, .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__image, .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__content,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    width: calc(66.6667% + 0.125rem);
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image .cmp-image__image, .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__image .cmp-image__image {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__content .cmp-teaser__action-container, .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser__content .cmp-teaser__action-container {
    gap: 24px 0.625rem;
    max-width: unset;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser .cmp_video--wrapper {
    order: 0;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-top .cmp-teaser__content {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp_video--wrapper {
    order: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__image--tab-bottom .cmp-teaser .cmp-teaser__content {
    order: 0;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser .cmp_video--wrapper {
    width: 65.97%;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content {
    width: 34.03%;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__pretitle,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__title,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__description,
  .teaser-content-image.cmp-teaser__image--right.image--regular.image--16-9.cmp-teaser__content--75-25 .cmp-teaser__content .cmp-teaser__action-container {
    width: 100%;
    max-width: 18.5625rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed {
  margin: 0rem;
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser {
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__content {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 7.875rem;
  flex-shrink: 0;
  height: auto;
  max-width: 50%;
  flex: 1 0 0;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 3.75rem 1.5625rem 3rem 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 2.25rem 1.875rem 1.5rem 1.875rem;
    flex: 0 1 auto;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5rem 0.625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5625rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
  aspect-ratio: 1/1;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 1;
    max-width: 50%;
    height: auto;
  }
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 2;
    width: 100%;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser {
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-right: 7.875rem;
  flex-shrink: 0;
  max-width: 50%;
  flex: 1 0 0;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 3rem 1.5625rem 3.75rem 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.875rem 2.25rem 1.875rem;
    flex: 0 1 auto;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5rem 0.625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5625rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
  aspect-ratio: 1/1;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 2;
    max-width: 50%;
  }
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--1-1.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 1;
    width: 100%;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser {
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser {
    padding: 96px 0;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 7.875rem;
  max-width: 50%;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 3.75rem 1.5625rem 3rem 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 2.25rem 1.875rem 1.5rem 1.875rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5rem 0.625rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
  aspect-ratio: 16/9;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 1;
    max-width: 50%;
  }
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 2;
    width: 100%;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser {
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser {
    padding: 96px 0;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-right: 7.875rem;
  max-width: 50%;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 3rem 1.5625rem 3.75rem 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.875rem 2.25rem 1.875rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5rem 0.625rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
  aspect-ratio: 16/9;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 2;
    max-width: 50%;
  }
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 1;
    width: 100%;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
    letter-spacing: 0.0875rem;
    font-size: 0.875rem;
  }
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp-teaser__content .text {
  display: none;
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp_video--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp-teaser__image .cmp-image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp_video--wrapper .cmp-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image,
.teaser-content-image.cmp-teaser__content--50-50.image--fullbleed .cmp-teaser .cmp_video--wrapper .cmp-image .cmp-image__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed {
  margin: 0rem;
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser {
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 7.875rem;
  max-width: 33.3333333%;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 3.75rem 1.5625rem 3rem 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 2.25rem 1.875rem 1.5rem 1.875rem;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5rem 0.625rem;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
  aspect-ratio: 16/9;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 1;
    max-width: 66.6666667%;
  }
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--left .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 2;
    width: 100%;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser {
    flex-direction: column;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding-right: 7.875rem;
  max-width: 33.3333333%;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 3rem 1.5625rem 3.75rem 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding: 1.5rem 1.875rem 2.25rem 1.875rem;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 1.5625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__content .cmp-teaser__action-container {
    gap: 1.5rem 0.625rem;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
  aspect-ratio: 16/9;
}
@media (min-width: 1125px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 2;
    max-width: 66.6666667%;
  }
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser__image,
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed.image--16-9.cmp-teaser__image--right .cmp-teaser .cmp_video--wrapper {
    display: flex;
    order: 1;
    width: 100%;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
  line-height: 120%;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #2f2f2f;
}
@media (max-width: 1124px) {
  .teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
    letter-spacing: 0.0875rem;
    font-size: 0.875rem;
  }
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp-teaser__content .text {
  display: none;
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp-teaser__image,
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp_video--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp-teaser__image .cmp-image,
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp_video--wrapper .cmp-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp-teaser__image .cmp-image .cmp-image__image,
.teaser-content-image.cmp-teaser__content--75-25.image--fullbleed .cmp-teaser .cmp_video--wrapper .cmp-image .cmp-image__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled {
  pointer-events: none;
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled {
  pointer-events: none;
}
.teaser-content-image.cmp-teaser__content--50-50 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled, .teaser-content-image.cmp-teaser__content--75-25 .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled {
  pointer-events: none;
}
.teaser-message-card .cmp-container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem 1.875rem;
  align-items: center;
}
@media (min-width: 680px) {
  .teaser-message-card .cmp-container {
    align-items: flex-start;
    gap: 36px 1.875rem;
  }
}
.teaser-message-card .teaser {
  width: 100%;
  box-shadow: 0px 0.3125rem 0.9375rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.teaser-message-card .teaser:focus {
  outline: 0.0625rem dashed #505050;
}
.teaser-message-card .teaser .cmp-teaser {
  display: flex;
  flex-direction: column;
}
.teaser-message-card .teaser .cmp-teaser__content {
  padding: 24px;
  order: 2;
}
.teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__pretitle {
  display: none;
}
.teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__description {
  margin-top: 12px;
}
.teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: 0.875rem;
  line-height: 130%;
  font-weight: 400;
  color: #505050;
}
@media (min-width: 1125px) {
  .teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__description p {
    font-size: 16px;
  }
}
.teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__action-container {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 680px) {
  .teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__action-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
  width: fit-content;
  width: -moz-fit-content;
  min-width: unset;
  align-self: flex-start;
}
@media (min-width: 680px) {
  .teaser-message-card .teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
    align-self: center;
  }
}
.teaser-message-card .teaser .cmp-teaser__content div.text {
  margin-top: 24px;
}
.teaser-message-card .teaser .cmp-teaser__content div.text p {
  font-size: 0.875rem;
  line-height: 130%;
  font-weight: 600;
  color: #505050;
}
@media (min-width: 1125px) {
  .teaser-message-card .teaser .cmp-teaser__content div.text p {
    font-size: 16px;
  }
}
.teaser-message-card .teaser .cmp-teaser__image {
  padding: 24px 24px 0 24px;
  order: 1;
}
.teaser-message-card .teaser .cmp-teaser__image .cmp-image__image {
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-width: 6rem;
  max-height: 6rem;
  width: auto;
  height: auto;
}
.teaser-message-card .teaser .cmp-teaser--singular-link:hover {
  background-color: #f2f2f2;
  border-radius: 8px;
}
.teaser-message-card .teaser .cmp-teaser--singular-link:hover.cmp-teaser--singular-link .cmp-teaser__title {
  text-decoration: none !important;
}
.teaser-message-card .teaser .cmp-teaser--singular-link:hover.cmp-teaser--singular-link .cmp-teaser__action-link {
  text-decoration: underline !important;
}
.teaser-message-card .teaser .cmp-teaser--singular-link .cmp-teaser__link:active {
  background-color: #f2f2f2;
}
.teaser-message-card .teaser .cmp-teaser--singular-link .cmp-teaser__link:focus {
  outline: 1px dashed #000000;
  border-radius: 8px;
}
.teaser-message-card .teaser .cmp-teaser__link:focus .cmp-teaser__title {
  text-decoration: none !important;
}
.teaser-message-card .teaser .cmp-teaser__link:focus .cmp-teaser__action-link {
  color: #000000;
  text-decoration: underline !important;
}
.teaser-message-card .teaser .cmp-teaser__link:active {
  outline: 1px dotted #000000;
}
.teaser-message-card .teaser .cmp-teaser__link:active .cmp-teaser__action-link {
  outline: 1px dotted #000000;
}
@media (min-width: 680px) {
  .teaser-message-card--2up .teaser-message-card .cmp-container, .teaser-message-card--4up .teaser-message-card .cmp-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 680px) {
  .teaser-message-card--2up .teaser-message-card .teaser:not(:nth-child(n+3)) {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 680px) {
  .teaser-message-card--2up .teaser-message-card .teaser:not(:nth-child(n+3)) .cmp-teaser__content .cmp-teaser__action-container {
    flex-direction: column;
  }
}
@media (min-width: 1125px) {
  .teaser-message-card--2up .teaser-message-card .teaser:not(:nth-child(n+3)) .cmp-teaser__content .cmp-teaser__action-container {
    flex-direction: row;
  }
}
.teaser-message-card--2up .teaser-message-card .teaser:not(:nth-child(n+3)) .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
  width: fit-content;
  width: -moz-fit-content;
  min-height: unset;
  align-self: flex-start;
}
@media (min-width: 680px) {
  .teaser-message-card--2up .teaser-message-card .teaser:not(:nth-child(n+3)) .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
    align-self: flex-start;
  }
}
@media (min-width: 1125px) {
  .teaser-message-card--2up .teaser-message-card .teaser:not(:nth-child(n+3)) .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
    align-self: center;
  }
}
@media (min-width: 680px) {
  .teaser-message-card--4up .teaser-message-card .teaser:not(:nth-child(n+5)) {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 680px) {
  .teaser-message-card--4up .teaser-message-card .teaser:not(:nth-child(n+5)) .cmp-teaser__content .cmp-teaser__action-container {
    flex-direction: column;
  }
}
@media (min-width: 1125px) {
  .teaser-message-card--4up .teaser-message-card .teaser:not(:nth-child(n+5)) .cmp-teaser__content .cmp-teaser__action-container {
    flex-direction: row;
  }
}
.teaser-message-card--4up .teaser-message-card .teaser:not(:nth-child(n+5)) .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
  width: fit-content;
  width: -moz-fit-content;
  min-height: unset;
  align-self: flex-start;
}
@media (min-width: 680px) {
  .teaser-message-card--4up .teaser-message-card .teaser:not(:nth-child(n+5)) .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
    align-self: flex-start;
  }
}
@media (min-width: 1125px) {
  .teaser-message-card--4up .teaser-message-card .teaser:not(:nth-child(n+5)) .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
    align-self: center;
  }
}
.teaser-message-card .cmp-teaser--black.teaser .cmp-teaser__content .cmp-teaser__description p,
.teaser-message-card .cmp-teaser--black.teaser .cmp-teaser__content div.text p,
.teaser-message-card .cmp-teaser--dark.teaser .cmp-teaser__content .cmp-teaser__description p,
.teaser-message-card .cmp-teaser--dark.teaser .cmp-teaser__content div.text p {
  color: #ffffff;
}

.teaser-message-card .teaser.cmp-teaser--black .cmp-teaser--singular-link:hover,
.teaser-message-card .teaser.cmp-teaser--black .cmp-teaser__link:active,
.teaser-message-card .teaser.cmp-teaser--dark .cmp-teaser--singular-link:hover,
.teaser-message-card .teaser.cmp-teaser--dark .cmp-teaser__link:active,
.teaser-message-card .teaser.cmp-teaser--accent .cmp-teaser--singular-link:hover,
.teaser-message-card .teaser.cmp-teaser--accent .cmp-teaser__link:active,
.teaser-message-card .teaser.cmp-teaser--beige .cmp-teaser--singular-link:hover,
.teaser-message-card .teaser.cmp-teaser--beige .cmp-teaser__link:active,
.teaser-message-card .teaser.cmp-teaser--gray .cmp-teaser--singular-link:hover,
.teaser-message-card .teaser.cmp-teaser--gray .cmp-teaser__link:active {
  background-color: transparent;
}

.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after {
  display: none;
}
.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active {
  background-color: #2f2f2f !important;
}
.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled {
  pointer-events: none;
}

.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after {
  display: none;
}
.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled {
  pointer-events: none;
}

.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--neutral.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--accent.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--beige.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--gray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.teaser.cmp-teaser--lightgray.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled {
  pointer-events: none;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background-color: #ffffff;
  color: #000000;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background-color: #e9efef;
  color: #000000;
  text-decoration: underline;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background-color: #ffffff;
  color: #000000;
  outline: 0.0625rem dashed #000000;
  text-decoration: underline;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background-color: #f2f2f2;
  color: #000000;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):disabled {
  background-color: #d2d2d2;
  color: #505050;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background-color: unset;
  color: #ffffff;
  border-color: #ffffff;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  background-color: unset;
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: underline;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  background-color: unset;
  color: #ffffff;
  border-color: #ffffff;
  outline: 0.0625rem dashed #ffffff;
  text-decoration: underline;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background-color: #2f2f2f;
  color: #ffffff;
  border-color: #ffffff;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled {
  background-color: unset;
  color: #d2d2d2;
  border-color: #d2d2d2;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  color: #ffffff;
  background-color: unset;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  color: #ffffff;
  background-color: unset;
  text-decoration: underline;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  color: #ffffff;
  background-color: unset;
  border-color: #ffffff;
  text-decoration: underline;
  outline: none;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  color: #ffffff;
  background-color: unset;
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}
.cmp-container--dark .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled,
.cmp-container--black .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled,
.cmp-teaser--dark.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled,
.cmp-teaser--black.teaser .teaser-content-image .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):disabled {
  background-color: unset;
  color: #d2d2d2;
}
.cmp-container--dark .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .cmp-container--dark.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-container--black .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-container--black.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--dark.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--dark.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--black.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--black.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
  background-color: #ffffff;
  color: #000000;
  border: none;
}
.cmp-container--dark .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .cmp-container--dark.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-container--black .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-container--black.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--dark.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--dark.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--black.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--black.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover {
  background-color: #e9efef;
  color: #000000;
  text-decoration: underline;
  border: none;
}
.cmp-container--dark .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .cmp-container--dark.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-container--black .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-container--black.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--dark.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--dark.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--black.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--black.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus {
  background-color: #ffffff;
  color: #000000;
  outline: 0.0625rem dashed #000000;
  text-decoration: underline;
  border: none;
  border-radius: 8px;
}
.cmp-container--dark .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .cmp-container--dark.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-container--black .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-container--black.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--dark.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--dark.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--black.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--black.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active {
  background-color: #f2f2f2;
  color: #000000;
  border: none;
}
.cmp-container--dark .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .cmp-container--dark.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-container--black .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-container--black.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--dark.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--dark.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--black.teaser .btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--black.teaser.btnprimary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled {
  background-color: #d2d2d2;
  color: #505050;
  border: none;
}
.cmp-container--dark .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .cmp-container--dark.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-container--black .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-container--black.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--dark.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--dark.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--black.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--black.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
  background-color: unset;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
}
.cmp-container--dark .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .cmp-container--dark.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-container--black .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-container--black.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--dark.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--dark.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--black.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--black.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover {
  background-color: unset;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
  text-decoration: underline;
}
.cmp-container--dark .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .cmp-container--dark.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-container--black .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-container--black.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--dark.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--dark.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--black.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--black.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus {
  background-color: unset;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
  outline: 0.0625rem dashed #ffffff;
  text-decoration: underline;
  border-radius: 8px;
}
.cmp-container--dark .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .cmp-container--dark.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-container--black .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-container--black.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--dark.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--dark.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--black.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--black.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active {
  background-color: #2f2f2f;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
}
.cmp-container--dark .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .cmp-container--dark.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-container--black .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-container--black.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--dark.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--dark.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--black.teaser .btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--black.teaser.btnsecondary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled {
  background-color: unset;
  color: #d2d2d2;
  border: 0.0625rem solid #d2d2d2;
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1), .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1),
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1) {
  color: #ffffff;
  background-color: unset;
  border: none;
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1)::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover {
  color: #ffffff;
  background-color: unset;
  text-decoration: underline;
  border: none;
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):focus {
  color: #ffffff;
  background-color: unset;
  text-decoration: underline;
  outline: none;
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active {
  color: #ffffff;
  background-color: unset;
  border: none;
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):active::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg");
}
.cmp-container--dark .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled, .cmp-container--dark.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-container--black .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-container--black.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--dark.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--dark.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--black.teaser .btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled,
.cmp-teaser--black.teaser.btntertiary .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+1):disabled {
  background-color: unset;
  color: #d2d2d2;
  border: none;
}

.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description ul {
  list-style: disc;
}
.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description ol {
  list-style: decimal;
}

.teaser .cmp-teaser {
  position: relative;
}
.teaser .cmp-teaser .cmp-teaser__clickable-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
}
.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description ul,
.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description ol {
  padding-left: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cmp-teaser__link--one-link {
  text-decoration: none;
}
.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link:hover .cmp-teaser__title, .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link:focus .cmp-teaser__title {
  text-decoration: underline;
}
.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link:hover:not(.cmp-teaser__link--has-title) .cmp-teaser__action-link, .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link:focus:not(.cmp-teaser__link--has-title) .cmp-teaser__action-link {
  text-decoration: underline;
}
.btnprimary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link:hover:not(.cmp-teaser__link--has-title) .cmp-teaser__action-link, .btnprimary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link:focus:not(.cmp-teaser__link--has-title) .cmp-teaser__action-link {
  color: #fff;
}
.btnprimary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .btnsecondary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .teaser.cmp-teaser--neutral.btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover {
  text-decoration: none;
}
.btnprimary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after, .btnsecondary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after, .btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after, .teaser.cmp-teaser--neutral.btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after {
  margin-left: 0.75rem;
}
.cmp-container-contact_hub .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link {
  color: #225b62;
  text-align: center;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-right: 0;
  text-decoration: none;
  background: none;
  outline: none;
  border: none;
  padding: 0;
}
.cmp-container-contact_hub .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .cmp-container-contact_hub .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:focus, .cmp-container-contact_hub .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:active {
  outline: none;
  color: #225b62;
  text-decoration: none;
}
.cmp-container-column-content--boxshadow .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link {
  padding: 24px;
  border-radius: 16px;
  height: 100%;
}
.cmp-container-column-content--boxshadow .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__image {
  border-radius: 8px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container-column-content--boxshadow .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__image {
    border-radius: 0;
  }
}
@media (max-width: 679px) {
  .cmp-container-column-content--boxshadow .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__image {
    border-radius: 0;
  }
}
.cmp-teaser--display-center .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0;
}
.btnprimary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .btnsecondary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover, .teaser.cmp-teaser--neutral.btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover {
  text-decoration: none;
}
.btnprimary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after, .btnsecondary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after, .btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after, .teaser.cmp-teaser--neutral.btntertiary .cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link.cmp-teaser__link--one-link .cmp-teaser__action-link:hover::after {
  margin-left: 0.75rem;
}
.btntertiary .cmp-teaser--link-valid {
  padding: 24px;
}
.btntertiary .cmp-teaser--link-valid .cmp-teaser__image {
  border-radius: 8px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .btntertiary .cmp-teaser--link-valid .cmp-teaser__image {
    border-radius: 0;
  }
}
@media (max-width: 679px) {
  .btntertiary .cmp-teaser--link-valid .cmp-teaser__image {
    border-radius: 0;
  }
}

.cmp-container-column-content .cmp-container {
  flex-direction: row;
  flex-wrap: wrap;
}
.cmp-container-column-content .cmp-container .text {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1125px) {
  .cmp-container-column-content .cmp-container .text.aem-GridColumn--default--5, .cmp-container-column-content .cmp-container .text.aem-GridColumn--default--4 {
    margin-right: 32px;
  }
  .cmp-container-column-content .cmp-container .text.aem-GridColumn--default--5 ~ .teaser, .cmp-container-column-content .cmp-container .text.aem-GridColumn--default--4 ~ .teaser {
    padding-top: 0px;
  }
}
@media (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .text {
    padding: 0;
  }
}
@media (max-width: 679px) {
  .cmp-container-column-content .cmp-container .text {
    width: 100% !important;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .text {
    width: 100% !important;
  }
}
.cmp-container-column-content .cmp-container .text h2 {
  text-align: center;
}
.cmp-container-column-content .cmp-container .text p {
  color: #2f2f2f;
}
@media (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .text p {
    text-align: left !important;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .text p {
    text-align: left !important;
  }
}
.cmp-container-column-content .cmp-container .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.cmp-container-column-content .cmp-container .aem-Grid::after, .cmp-container-column-content .cmp-container .aem-Grid::before {
  content: none;
}
@media (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .aem-Grid {
    flex-direction: row;
    row-gap: 36px;
  }
}
.cmp-container-column-content .cmp-container .teaser {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-right: 1.875rem;
  border-radius: 16px;
}
@media (min-width: 1125px) {
  .cmp-container-column-content .cmp-container .teaser {
    flex: 1;
  }
}
@media (max-width: 679px) {
  .cmp-container-column-content .cmp-container .teaser {
    padding-top: 0;
    margin-left: 0 !important;
    margin-right: 0;
    width: 100% !important;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .teaser {
    padding-right: 15px;
    padding-left: 0;
    margin-left: 0 !important;
    width: calc(50% - 15px) !important;
    margin-right: 0;
    padding-top: 0;
  }
  .cmp-container-column-content .cmp-container .teaser:nth-child(odd) {
    padding-right: 0;
  }
}
.cmp-container-column-content .cmp-container .teaser:last-child {
  margin-right: 0;
}
@media (max-width: 679px) {
  .cmp-container-column-content .cmp-container .teaser {
    width: 100%;
    margin-right: 0;
  }
  .cmp-container-column-content .cmp-container .teaser.aem-GridColumn {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .teaser:nth-child(even) {
    padding-right: 0;
  }
  .cmp-container-column-content .cmp-container .teaser.aem-GridColumn {
    margin-right: 15px;
  }
}
@media (max-width: 679px) {
  .cmp-container-column-content .cmp-container .teaser.aem-GridColumn {
    padding-right: 0;
  }
}
.cmp-container-column-content .cmp-container .cmp-teaser {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin: 0;
  flex: 1 0 0;
  position: relative;
  gap: 24px;
  background: inherit;
  border-radius: 0;
  position: relative;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__clickable-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-basis: 100%;
  order: 2;
  align-items: self-start;
  gap: 24px;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 48px;
  line-height: 120%;
  color: #2f2f2f;
}
@media (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
    font-size: 36px;
  }
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  color: #2f2f2f;
  padding: 24px 0;
  text-align: left;
  padding: 0;
}
@media (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 20px;
    line-height: 120%;
  }
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  margin-top: 0px !important;
  padding-top: 0 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #505050;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 14px;
  }
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .teaser__link {
  padding: 0 !important;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link {
  color: #000000;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  background: none;
  padding: 0;
  border: unset;
  border-radius: 0;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover {
  color: #000000;
  text-decoration: underline;
  background: none;
  border: unset;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
  margin-left: 24px;
  text-decoration: none;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus, .cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:focus-visible {
  outline: 1px dashed #000000;
  background: unset;
  color: #000000;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:active {
  background-color: unset;
  color: #000000 !important;
  border: unset;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__image {
  width: 100%;
  height: unset;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  flex-shrink: 0;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__image::after {
  display: block;
  content: "";
  padding-bottom: unset;
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__image .cmp-image {
  position: initial;
  aspect-ratio: 16/9;
}
@media (min-width: 320px) and (max-width: 1124px) {
  .cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__image {
    max-width: 100%;
    max-height: 100%;
  }
}
.cmp-container-column-content .cmp-container .cmp-teaser .cmp-teaser__image img {
  position: unset;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 16px;
  right: 0;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 8px;
}
.cmp-container-column-content .cmp-container .cmp-teaser--singular-link:hover .cmp-teaser__title {
  text-decoration: none !important;
}
.cmp-container-column-content .cmp-container .cmp-teaser--singular-link:hover .cmp-teaser__action-link {
  text-decoration: underline !important;
}
.cmp-container-column-content.cmp-container--dark .cmp-teaser__title, .cmp-container-column-content.cmp-container--black .cmp-teaser__title {
  color: inherit !important;
}
.cmp-container-column-content.cmp-container--dark .cmp-teaser__action-link, .cmp-container-column-content.cmp-container--black .cmp-teaser__action-link {
  background-color: inherit !important;
  color: inherit !important;
}
.cmp-container-column-content.cmp-container--dark .cmp-teaser__action-link::after, .cmp-container-column-content.cmp-container--black .cmp-teaser__action-link::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg") !important;
}
.cmp-container-column-content.cmp-container--dark .cmp-teaser__action-link:hover::after, .cmp-container-column-content.cmp-container--black .cmp-teaser__action-link:hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-white.svg") !important;
}

.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser {
  padding: 24px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser .cmp-teaser__image {
  border-radius: 8px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container-column-content--boxshadow .cmp-container .cmp-teaser .cmp-teaser__image {
    border-radius: 0;
  }
}
@media (max-width: 679px) {
  .cmp-container-column-content--boxshadow .cmp-container .cmp-teaser .cmp-teaser__image {
    border-radius: 0;
  }
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link:hover {
  background-color: #f2f2f2;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link {
  padding: 0 !important;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link .cmp-teaser__link:focus {
  outline: 1px dashed #000000;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link .cmp-teaser__link:focus .cmp-teaser__title {
  text-decoration: none !important;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link .cmp-teaser__link:focus .cmp-teaser__action-link {
  color: #000000;
  text-decoration: underline !important;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link .cmp-teaser__link:active {
  outline: 1px dotted #000000;
}
.cmp-container-column-content--boxshadow .cmp-container .cmp-teaser--singular-link .cmp-teaser__link:active .cmp-teaser__action-link {
  outline: 1px dotted #000000;
}

@media (min-width: 100rem) {
  .container-fluid.container__horizontal-padding.cmp-container-column-content .cmp-container {
    max-width: 1440px;
  }
  .container-fluid.container__horizontal-padding.cmp-container-column-content .cmp-container .text .cmp-text {
    max-width: 100%;
    margin: 0px;
  }
  .container-fluid.cmp-container-faq-Accordian > .cmp-container > .aem-Grid > .text .cmp-text {
    margin: 0 auto;
  }
}
.cmp-experiencefragment--footer .container .cmp-container {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.cmp-experiencefragment--footer .cmp-container,
.cmp-experiencefragment--footer .container.cmp--invert {
  background: #ffffff;
}

.cmp-experiencefragment--footer .separator {
  display: none;
}
.cmp-experiencefragment--footer .cmp-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.cmp-experiencefragment--footer .cmp-list__item {
  padding-left: 0;
}
.cmp-experiencefragment--footer .cmp-list__item:before {
  display: none;
}
.cmp-experiencefragment--footer .cmp-list__item-link {
  color: #e1d3c7;
  text-decoration: none;
}
.cmp-experiencefragment--footer .cmp-list__item-link .cmp-list__item-title {
  font-size: 14px;
  line-height: 18px;
  color: #e1d3c7;
  text-decoration: none;
}
.cmp-experiencefragment--footer .cmp-list__item-link .cmp-list__item-title:hover {
  color: #c98731;
}
.cmp-experiencefragment--footer .cmp-list__item-title {
  padding: 0;
}
.cmp-experiencefragment--footer .cmp-text {
  margin-top: 60px;
  font-size: 12px;
  color: #ffffff;
  background-color: #c98731;
  padding: 20px 0 30px;
}
.cmp-experiencefragment--footer .cmp-text p {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 20px;
}

.teaser .cmp-teaser .cmp_video--container .msa-video video {
  object-fit: cover;
}
.teaser.cmp-teaser {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser {
  display: grid;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser {
    margin: 0;
    overflow: hidden;
    column-gap: 0;
    grid-template-columns: auto;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser {
    column-gap: 1.875rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    margin: 0 0 0 5rem;
    align-items: center;
    max-height: 814px;
    overflow-y: hidden;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content {
    order: 2;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content {
    padding: 0 1.875rem;
    margin: 2.125rem 0 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    grid-template-rows: 1fr;
    column-gap: 0.9375rem;
    margin: 3rem 0 3.75rem;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    grid-column: 3/span 8;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 358px;
  gap: 1.5rem;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    grid-column: 3/span 8;
    max-width: 474px;
    gap: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .text, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .text p, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .text p {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 16.2px */
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content .text p, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image {
    width: 814px;
    height: 814px;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image {
    width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image {
    width: 100%;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image {
    order: 1;
  }
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image .cmp-image, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image .cmp-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image .cmp-image img, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image .cmp-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__content {
    grid-column: 1/span 4;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__image {
    grid-column: 6/span 8;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content {
    grid-column: 1/span 5;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/span 12;
  }
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    max-width: 474px;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__image {
    grid-column: 6/span 8;
  }
}
.teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser {
  display: grid;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    grid-column: 1/span 4;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    position: relative;
    overflow-y: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser {
    margin: 0;
    overflow: hidden;
    column-gap: 0;
    grid-template-columns: auto;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    position: absolute;
    z-index: 5;
    min-height: auto;
    min-width: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    gap: 1.5rem 1.875rem;
    padding: 0 5rem;
  }
}
@media (min-width: 1600px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    grid-template-columns: repeat(12, 81px);
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    order: 2;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    grid-template-rows: 1fr;
    column-gap: 0.9375rem;
    margin: 3rem 0 3.75rem;
    padding: 0 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1.875rem;
    margin: 2.125rem 0 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    grid-column: 3/span 8;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    grid-column: 1/5;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    grid-column: 1/5;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 358px;
  gap: 1.5rem;
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    max-width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    grid-column: 3/span 8;
    max-width: 474px;
    gap: 0.625rem;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    grid-column: 1/5;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .text, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/5;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .text, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .text p, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .text p {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content .text p, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image {
    height: 810px;
    z-index: 1;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image {
    height: auto;
  }
}
@media (max-width: 680px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image {
    height: 211px;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image {
    order: 1;
  }
}
.teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image .cmp-image, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__image .cmp-image img, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content {
    grid-column: 1/span 5;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/span 5;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/span 12;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    max-width: 474px;
  }
}
.teaser.cmp-teaser--medium_halflayout .cmp-teaser, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser {
  display: grid;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser {
    column-gap: 1.875rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    margin: 0 0 0 5rem;
    align-items: center;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser {
    margin: 0;
    overflow: hidden;
    column-gap: 0;
    grid-template-columns: auto;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    grid-column: 2/span 4;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content {
    order: 2;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content {
    padding: 0 1.875rem;
    margin: 2.125rem 0 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    grid-template-rows: 1fr;
    column-gap: 0.9375rem;
    margin: 3rem 0 3.75rem;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    grid-column: 3/span 8;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 474px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    grid-column: 3/span 8;
    gap: 0.625rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .text, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .text p, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .text p {
  color: #505050;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .text p, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__content .text, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .text {
    display: none;
  }
}
.teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image {
  overflow: hidden;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image {
    max-width: 100%;
    max-height: 500px;
    grid-column: 7/span 7;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image {
    max-width: 100%;
    max-height: 431px;
  }
}
@media (max-width: 680px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image {
    max-width: 100%;
    max-height: 211px;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image {
    order: 1;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image .cmp-image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image .cmp-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image .cmp-image, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image .cmp-image {
    width: 750px;
    height: 500px;
  }
}
.teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__image .cmp-image img, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__image .cmp-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content {
    grid-column: 1/span 5;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/span 12;
  }
  .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    max-width: 474px;
  }
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--medium_halflayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--medium_full_layout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  position: relative;
  text-decoration: none;
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--medium_halflayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--medium_full_layout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before {
  content: "";
  outline: dashed;
  outline-color: #ffffff;
  outline-width: thin;
  position: absolute;
  width: 98%;
  height: 91%;
  left: 2px;
  top: 2px;
  border-radius: 8px;
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--medium_halflayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--medium_full_layout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  position: relative;
  text-decoration: none;
}
.teaser.cmp-teaser--large_singllayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--medium_halflayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--medium_full_layout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  content: "";
  outline: dashed;
  outline-color: #225b62;
  outline-width: thin;
  position: absolute;
  width: 98%;
  height: 91%;
  left: 2px;
  top: 2px;
  border-radius: 8px;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
    position: relative;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus .cmp-button__text, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus .cmp-button__text, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus .cmp-button__text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus .cmp-button__text {
    text-decoration: underline;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus::before {
    content: "";
    outline: dashed;
    outline-width: thin;
    position: absolute;
    width: 98%;
    height: 91%;
    left: 2px;
    top: 2px;
    border-radius: 8px;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
    position: relative;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus .cmp-button__text, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus .cmp-button__text, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus .cmp-button__text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus .cmp-button__text {
    text-decoration: underline;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
    content: "";
    outline: dashed;
    outline-width: thin;
    position: absolute;
    width: 98%;
    height: 91%;
    left: 2px;
    top: 2px;
    border-radius: 8px;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3), .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3), .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3), .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
    background-color: transparent;
    padding: 0.3125rem;
    min-height: 0;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
    background-color: transparent;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text {
    text-decoration: underline;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
    text-decoration: none;
  }
  .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
    outline-width: thin;
    border-radius: 0;
    outline-style: dashed;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--large_singllayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--medium_halflayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link {
  display: grid;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    grid-column: 1/span 5;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image {
    grid-column: 1/-1;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    position: absolute;
    z-index: 5;
    min-height: auto;
    min-width: auto;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    order: 2;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    grid-template-rows: 1fr;
    column-gap: 0.9375rem;
    margin: 3rem 0 3.75rem;
    padding: 0 1.5625rem;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1.875rem;
    margin: 2.125rem 0 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__title, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__title {
    grid-column: 3/span 8;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__description, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__description {
    grid-column: 3/span 8;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text {
    grid-column: 3/span 8;
  }
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text p,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text p, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text p,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text p {
  color: #505050;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text p,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text p, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text p,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image {
    order: 1;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image {
    z-index: 1;
    max-width: 100%;
  }
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image .cmp-image img,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-image img, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-image img,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link {
  display: grid;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    position: relative;
    overflow-y: hidden;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link {
    margin: 0;
    overflow: hidden;
    column-gap: 0;
    grid-template-columns: auto;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    position: absolute;
    z-index: 5;
    min-height: auto;
    min-width: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    gap: 24px 30px;
    padding: 0 80px;
  }
}
@media (min-width: 1600px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    grid-template-columns: repeat(12, 81px);
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    order: 2;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1.875rem;
    margin: 2.125rem 0 2.25rem;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.5rem;
    grid-template-rows: 1fr;
    column-gap: 0.9375rem;
    margin: 3rem 0 3.75rem;
    padding: 0 1.5625rem;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__title, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__title {
    grid-column: 2/6;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__description, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__description {
    grid-column: 2/6;
  }
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 358px;
  gap: 1.5rem;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container {
    grid-column: 3/span 8;
    max-width: 474px;
    gap: 0.625rem;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container {
    grid-column: 2/6;
  }
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text {
  display: none;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text {
    grid-column: 2/6;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text {
    display: block;
    grid-column: 3/span 8;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text {
    display: block;
  }
}
.teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text p,
.teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text p, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text p,
.teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text p {
  color: #505050;
  /* MSA Design System/Disclaimer/Disclaimer-Small text */
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 16.2px */
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content .text p,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__content .text p, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text p,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image {
    width: 100%;
    grid-column: 1/-1;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image {
    max-width: 100%;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image .cmp-image,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-image, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-image,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image .cmp-teaser__title,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__title, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-teaser__title,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__title {
    grid-column: 3/span 8;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image .cmp-teaser__title,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__title, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-teaser__title,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__title {
    grid-column: 2/6;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image .cmp-teaser__description,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__description, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-teaser__description,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__description {
    grid-column: 2/6;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__image .cmp-teaser__description,
  .teaser.cmp-teaser--medium_full_layout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__description, .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__image .cmp-teaser__description,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser__link--one-link .cmp-teaser__image .cmp-teaser__description {
    grid-column: 3/span 8;
  }
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/6;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/span 12;
  }
  .teaser.cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    max-width: 474px;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--hero {
    width: 100% !important;
    margin: 0 !important;
  }
}
.teaser.cmp-teaser--hero .cmp-teaser {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin: 0;
  flex: 1 0 0;
  position: relative;
  gap: 0;
  padding: 36px 0;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex-basis: 100%;
  order: 2;
  align-items: self-start;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  padding-bottom: 24px;
  padding-top: 24px;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  padding-bottom: 24px;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: 0.875rem;
  color: #2f2f2f;
  line-height: 130%;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .text p {
  padding-top: 24px;
  font-size: 0.75rem;
  line-height: 135%;
  color: #505050;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(3) {
  padding-left: 0;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__image {
  max-width: 6rem;
  max-height: 6rem;
  position: relative;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__image::after {
  display: block;
  content: "";
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__image .cmp-image {
  max-width: 6rem;
  max-height: 6rem;
  position: initial;
}
.teaser.cmp-teaser--hero .cmp-teaser .cmp-teaser__image img {
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-width: 6rem;
  max-height: 6rem;
  border-radius: 0;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--hero:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    column-gap: 1.5rem;
  }
  .teaser.cmp-teaser--hero:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--hero:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--hero:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--hero:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/11;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero--fullbleed {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--hero--fullbleed {
    width: 100%;
    margin: 0;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  margin: 0;
  flex: 1 0 0;
  position: relative;
  gap: 0;
  height: 500px;
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser {
    height: 600px;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content {
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  gap: 1.5rem;
  z-index: 9;
}
@media (min-width: 1600px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content {
    max-width: 1440px;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content {
    padding: 0 30px;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content {
    padding: 0 25px;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
  font-size: 0.875rem;
  color: #2f2f2f;
  line-height: 130%;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content .text p {
  font-size: 0.75rem;
  line-height: 135%;
  color: #505050;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content .text p {
    font-size: 0.6875rem;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(3) {
  padding-left: 0;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content + img,
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content + .cmp_video--wrapper {
  width: 100%;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content + img,
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content + .cmp_video--wrapper {
    height: 600px;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp_video--wrapper {
  overflow: hidden;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container .msa-video {
  height: 500px;
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container .msa-video {
    height: 600px;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container .msa-video .play_pause_btn {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container .msa-video .play_pause_btn.btnpause:after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("clientlib-site/resources/images/msa_video_pause_btn.svg") no-repeat;
  background-size: contain !important;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container .msa-video .play_pause_btn.btnplay:after {
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("clientlib-site/resources/images/msa_video_play_btn.svg") no-repeat;
  background-size: contain !important;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__image {
  max-width: 6rem;
  max-height: 6rem;
  position: relative;
  margin: 0 80px 24px;
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__image {
    margin: 0 30px 24px;
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__image {
    margin: 0 25px 24px;
  }
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__image .cmp-image {
  max-width: 6rem;
  max-height: 6rem;
  position: initial;
}
.teaser.cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__image img {
  min-width: 1.25rem;
  min-height: 1.25rem;
  max-width: 6rem;
  max-height: 6rem;
  width: auto;
  height: auto;
  border-radius: 0;
}
@media (min-width: 1125px) {
  .teaser.cmp-teaser--hero--fullbleed:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content {
    padding: 0 80px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    order: 2;
    gap: 1.5rem;
    z-index: 9;
  }
  .teaser.cmp-teaser--hero--fullbleed:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
  .teaser.cmp-teaser--hero--fullbleed:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--hero--fullbleed:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
  .teaser.cmp-teaser--hero--fullbleed:not(.cmp-teaser--display-center) .cmp-teaser .cmp-teaser__content .text {
    grid-column: 1/11;
  }
}
.teaser.cmp-teaser--display-center .cmp-teaser,
.teaser.cmp-teaser--display-center .cmp-teaser__link--one-link {
  align-items: center;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--display-center .cmp-teaser,
  .teaser.cmp-teaser--display-center .cmp-teaser__link--one-link {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 679px) {
  .teaser.cmp-teaser--display-center .cmp-teaser,
  .teaser.cmp-teaser--display-center .cmp-teaser__link--one-link {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.teaser.cmp-teaser--display-center .cmp-teaser .cmp-teaser__content,
.teaser.cmp-teaser--display-center .cmp-teaser__link--one-link .cmp-teaser__content {
  align-items: center;
  width: 83.3333333333%;
  padding: 0;
  justify-content: center;
}
@media (max-width: 1124px) {
  .teaser.cmp-teaser--display-center .cmp-teaser .cmp-teaser__content,
  .teaser.cmp-teaser--display-center .cmp-teaser__link--one-link .cmp-teaser__content {
    margin-left: 0;
    width: 100%;
  }
}
.teaser.cmp-teaser--display-center .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
.teaser.cmp-teaser--display-center .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__description {
  padding-right: 0;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .teaser.cmp-teaser--display-center .cmp-teaser .cmp-teaser__content .cmp-teaser__description,
  .teaser.cmp-teaser--display-center .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__description {
    margin: 0 auto;
  }
}
.teaser.cmp-teaser--display-center .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
.teaser.cmp-teaser--display-center .cmp-teaser__link--one-link .cmp-teaser__content .cmp-teaser__action-container {
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
}

@media (min-width: 1125px) {
  .tabs .cmp-tabs__tabpanel .teaser.cmp-teaser--large_singllayout .cmp-teaser, .tabs .cmp-tabs__tabpanel .teaser.cmp-teaser--large_singlewidelayout .cmp-teaser, .tabs .cmp-tabs__tabpanel .teaser.cmp-teaser--medium_halflayout .cmp-teaser, .tabs .cmp-tabs__tabpanel .teaser.cmp-teaser--medium_halfwidelayout .cmp-teaser {
    margin: 0 !important;
  }
}

.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link {
  max-width: 300px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background: #000000;
  color: #ffffff;
  padding: 12px 24px;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background: #000000;
  color: #ffffff;
  text-decoration: underline;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background: #000000;
  color: #ffffff;
  outline: 1px dashed #ffffff;
  outline-offset: -3px;
  text-decoration: underline;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background: #2f2f2f;
  color: #ffffff;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background: none;
  border: 1px solid #000000;
  color: #000000;
  padding: 12px 24px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark) {
  .cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
  .cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
  .cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
  .cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
  .cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
  .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
    forced-color-adjust: none;
    background-color: #202020 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
  }
  .cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
  .cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
  .cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
  .cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
  .cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
  .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
    text-decoration: underline;
  }
  .cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
  .cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
  .cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
  .cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
  .cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
  .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
    outline: 1px dashed #ffffff !important;
    text-decoration: unset !important;
  }
  .cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
  .cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
  .cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
  .cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
  .cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
  .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
    outline: 1px dashed #ffffff;
    outline-offset: -2px;
    text-decoration: underline !important;
  }
  .cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
  .cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
  .cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
  .cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
  .cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled,
  .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):disabled {
    color: #a6a6a6 !important;
    border: 1px solid #a6a6a6 !important;
  }
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: underline;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  outline: 1px dashed #000000;
  outline-offset: -3px;
  text-decoration: underline;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  outline-color: #000000;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background: #fafafa;
  border: 1px solid #000000;
  color: #000000;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  background: none;
  border: none;
  color: #000000;
  padding: 0;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.75rem;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  text-decoration: underline;
  color: #000000;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
  margin-left: 1.5rem;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  outline-width: thin;
  outline-color: #000000;
  border-radius: 0;
  outline-style: dashed;
  padding: 0.3125rem;
  text-decoration: underline;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before {
  outline-color: #000000;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  color: #000000;
}
.cmp-container--neutral .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-container--accent .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-container--beige .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-container--gray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-container--lightgray .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-black.svg");
  margin-left: 0.75rem;
}

.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background: #ffffff;
  color: #000000;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background: #e9efef;
  color: #000000;
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background: #f2f2f2;
  color: #000000;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background: #ffffff;
  color: #000000;
  outline: 1px dashed #000000;
  outline-offset: -3px;
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  outline: 1px dashed #ffffff;
  outline-offset: -3px;
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  outline-color: #ffffff;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background: #2f2f2f;
  color: #ffffff;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  background-color: transparent;
  color: #ffffff;
  min-height: 0;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    background-image: url("clientlib-site/resources/images/icon_phone_white.svg");
  }
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  background-image: url("clientlib-site/resources/images/icon_white.svg");
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  background-color: transparent;
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text {
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  outline-width: thin;
  outline-color: #ffffff;
  border-radius: 0;
  outline-style: dashed;
  text-decoration: underline;
}
.cmp-container--dark .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--black .teaser:not(.cmp-teaser--newsletter) .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  text-decoration: none;
}

.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link {
  border-radius: 8px;
  text-decoration: none;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background: #000000;
  color: #ffffff;
  padding: 12px 24px;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background: #000000;
  color: #ffffff;
  outline: 1px dashed #ffffff;
  outline-offset: -3px;
  text-decoration: none;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background: #2f2f2f;
  color: #ffffff;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background: none;
  border: 1px solid #000000;
  color: #000000;
  padding: 12px 24px;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  outline: 1px dashed #000000;
  outline-offset: -3px;
  text-decoration: none;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  outline-color: #000000;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background: #fafafa;
  border: 1px solid #000000;
  color: #000000;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  background: none;
  border: none;
  color: #000000;
  padding: 0;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    background-image: url("clientlib-site/resources/images/icon_phone_deepteal.svg");
  }
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-darkcyan.svg");
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  text-decoration: underline;
  color: #000000;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-darkshadecyan.svg");
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  outline-width: thin;
  outline-color: #000000;
  border-radius: 0;
  outline-style: dashed;
  padding: 0.3125rem;
  text-decoration: none;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before {
  outline-color: #000000;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  color: #000000;
}
.cmp-teaser--neutral.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-teaser--accent.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-teaser--beige.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-teaser--gray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after,
.cmp-teaser--lightgray.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-vdarkshadecyan.svg");
  margin-left: 0.75rem;
}

.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background: #ffffff;
  color: #000000;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background: #e9efef;
  color: #000000;
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background: #f2f2f2;
  color: #000000;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background: #ffffff;
  color: #000000;
  outline: 1px dashed #000000;
  outline-offset: -3px;
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  outline: 1px dashed #ffffff;
  outline-offset: -3px;
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  outline-color: #ffffff;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background: #2f2f2f;
  color: #ffffff;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  background-color: transparent;
  color: #ffffff;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    background-image: url("clientlib-site/resources/images/icon_phone_white.svg");
  }
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  background-image: url("clientlib-site/resources/images/icon_white.svg");
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  background-color: transparent;
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text {
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  outline-width: thin;
  outline-color: #ffffff;
  border-radius: 0;
  outline-style: dashed;
  text-decoration: underline;
}
.cmp-teaser--dark.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-teaser--black.teaser:not(.cmp-teaser--newsletter) .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  text-decoration: none;
}

@media (min-width: 100rem) {
  .container-fluid .cmp-teaser--large_singllayout,
  .container-fluid .cmp-teaser--large_singlewidelayout,
  .container-fluid .cmp-teaser--medium_halflayout,
  .container-fluid .cmp-teaser--medium_halfwidelayout {
    max-width: 1600px;
    margin: 0 auto;
    float: none !important;
    clear: both !important;
  }
}
@media (min-width: 100rem) {
  .container-fluid .cmp-teaser--hero,
  .container-fluid .text .cmp-text,
  .container-fluid .title .cmp-title,
  .container-fluid .accordion .cmp-accordion,
  .container-fluid .teaser-message-card {
    max-width: 1440px;
    margin: 0 auto;
    float: none !important;
    clear: both !important;
  }
}
.container-fluid .cmp-teaser--medium_fullwidelayout .cmp-teaser,
.container-fluid .cmp-teaser--large_fullwidelayout .cmp-teaser,
.container-fluid .cmp-teaser--large_fullnarrowlayout .cmp-teaser,
.container-fluid .cmp-teaser--medium_full_layout .cmp-teaser,
.container-fluid .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser,
.container-fluid .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 100rem) {
  .container-fluid .cmp-teaser--medium_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .container-fluid .cmp-teaser--large_fullwidelayout .cmp-teaser .cmp-teaser__content,
  .container-fluid .cmp-teaser--large_fullnarrowlayout .cmp-teaser .cmp-teaser__content,
  .container-fluid .cmp-teaser--medium_full_layout .cmp-teaser .cmp-teaser__content,
  .container-fluid .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp-teaser__content,
  .container-fluid .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp-teaser__content {
    margin-left: calc((100% - 1600px) / 2);
  }
}
@media (min-width: 100rem) {
  .container-fluid .cmp-breadcrumb {
    margin-left: calc((100% - 1440px) / 2);
  }
}
@media (min-width: 100rem) {
  .container-fluid .msa-quote #msa-quote-img {
    margin-left: calc((100% - 1440px) / 2);
  }
}
@media (min-width: 100rem) {
  .container-fluid .msa-quote .msa-quote-txt {
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (min-width: 100rem) {
  .container-fluid .cmp-teaser--newsletter .cmp-teaser .cmp-teaser__content {
    max-width: 1440px;
    margin: 0 auto;
    float: none !important;
    clear: both !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid .cmp-teaser--hero--fullbleed .cmp-teaser .cmp-teaser__content {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
  }
}

.cmp-teaser--hero-composite-video .cmp-teaser {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser {
    flex-direction: column;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 43.4722222%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content {
    order: 2;
    width: 100%;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    font-size: 3.125rem;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
    font-size: 0.875rem;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  width: 358px;
  align-items: center;
  align-content: center;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
    width: 100%;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .text * {
  color: #505050;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 135%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser .cmp-teaser__content .text * {
    font-size: 0.6875rem;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp_video--wrapper {
  order: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 56.5277778%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video .cmp-teaser .cmp_video--wrapper {
    order: 1;
    width: 100%;
  }
}
.cmp-teaser--hero-composite-video .cmp-teaser .cmp_video--wrapper .cmp_video--container .msa-video button {
  width: 44px;
  height: 44px;
}
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser {
  height: 810px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser {
    height: auto;
  }
}
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp-teaser__content {
  padding: 213px 30px 213px 80px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp-teaser__content {
    padding: 60px 25px;
  }
}
@media (max-width: 679px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp-teaser__content {
    padding: 48px 30px;
  }
}
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper {
  display: flex;
  height: 810px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper {
    height: 100vw;
    width: 100%;
    padding-left: 0;
  }
}
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container::before {
  content: "";
  position: absolute;
}
@media (min-width: 1125px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container::before {
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 0.145564198;
    background: url("clientlib-site/resources/images/mask-large.svg") no-repeat center center;
    background-size: cover;
    z-index: 25;
  }
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container::before {
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 8.19659884;
    background: url("clientlib-site/resources/images/mask-tab.svg") no-repeat center center;
    background-size: cover;
    z-index: 25;
  }
}
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container,
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .msa-video,
.cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper video {
  height: 810px;
  width: 100%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container,
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .msa-video,
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper video {
    height: 100vw;
    width: 100%;
  }
}
@media (min-width: 1125px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .msa-video {
    padding: 2px 0 2px 1px;
  }
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp_video--wrapper .msa-video {
    padding-bottom: 1px;
  }
}
.cmp-teaser--hero-composite-video__large--straight .cmp-teaser {
  height: 810px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser {
    height: auto;
  }
}
.cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp-teaser__content {
  padding: 213px 30px 213px 80px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp-teaser__content {
    padding: 60px 25px;
  }
}
@media (max-width: 679px) {
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp-teaser__content {
    padding: 48px 30px;
  }
}
.cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper {
  display: flex;
  height: 810px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 4px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper {
    height: 100vw;
    width: 100%;
    padding-left: 0;
  }
}
.cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper .cmp_video--container,
.cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper .msa-video,
.cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper video {
  height: 810px;
  width: 100%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper .cmp_video--container,
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper .msa-video,
  .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp_video--wrapper video {
    height: 100vw;
    width: 100%;
  }
}
.cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser {
  height: 810px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser {
    height: auto;
    width: 100%;
  }
}
.cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp-teaser__content {
  padding: 213px 30px 0 80px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp-teaser__content {
    padding: 60px 25px;
    z-index: auto;
    position: relative;
  }
}
@media (max-width: 679px) {
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp-teaser__content {
    padding: 48px 30px;
    z-index: auto;
    position: relative;
  }
}
.cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  display: flex;
  height: 810px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper {
    height: auto;
    padding-left: 0;
    aspect-ratio: 1.77777778;
  }
}
.cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container,
.cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper .msa-video,
.cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper video {
  height: 810px;
  width: 100%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container,
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper .msa-video,
  .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp_video--wrapper video {
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser {
  height: 500px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser {
    height: auto;
  }
}
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp-teaser__content {
  padding: 58px 30px 58px 80px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp-teaser__content {
    padding: 60px 25px;
  }
}
@media (max-width: 679px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp-teaser__content {
    padding: 48px 30px;
  }
}
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper {
  display: flex;
  height: 500px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-left: 1px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper {
    height: auto;
    width: 100%;
    padding-left: 0;
    aspect-ratio: 1.63;
  }
}
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container::before {
  content: "";
  position: absolute;
}
@media (min-width: 1125px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container::before {
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 0.234;
    background: url("clientlib-site/resources/images/mask-medium.svg") no-repeat center center;
    background-size: cover;
    z-index: 25;
  }
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container::before {
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 8.19659884;
    background: url("clientlib-site/resources/images/mask-tab.svg") no-repeat center center;
    background-size: cover;
    z-index: 25;
  }
}
@media (min-width: 1125px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .msa-video {
    padding: 2px 0 2px 1px;
  }
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .msa-video {
    padding-bottom: 1px;
  }
}
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container,
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .msa-video,
.cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper video {
  height: 500px;
  width: 100%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .cmp_video--container,
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper .msa-video,
  .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp_video--wrapper video {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser {
    height: auto;
  }
}
.cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp-teaser__content {
  padding: 58px 30px 58px 80px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp-teaser__content {
    padding: 60px 25px;
  }
}
@media (max-width: 679px) {
  .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp-teaser__content {
    padding: 48px 30px;
  }
}
.cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp_video--wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp_video--wrapper {
    height: auto;
    width: 100%;
    padding-left: 0;
    aspect-ratio: 1.63;
  }
}
.cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp_video--wrapper .cmp_video--container,
.cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp_video--wrapper .msa-video {
  width: 100%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp_video--wrapper .cmp_video--container,
  .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp_video--wrapper .msa-video {
    height: 100%;
    width: 100%;
    aspect-ratio: 1.63;
  }
}
.cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser {
  height: 500px;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser {
    height: auto;
    width: 100%;
  }
}
.cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp-teaser__content {
  padding: 0;
  margin: 58px 30px 0 80px;
  position: absolute;
  z-index: 5;
  width: 34.71795%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp-teaser__content {
    padding: 60px 25px;
    margin: 0;
    z-index: auto;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 679px) {
  .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp-teaser__content {
    padding: 48px 30px;
    margin: 0;
    z-index: auto;
    position: relative;
  }
}
.cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp_video--wrapper {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  display: flex;
  height: 500px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp_video--wrapper {
    height: auto;
    padding-left: 0;
    aspect-ratio: 2.88;
  }
}
.cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container,
.cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp_video--wrapper .msa-video {
  height: 500px;
  width: 100%;
}
@media (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp_video--wrapper .cmp_video--container,
  .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp_video--wrapper .msa-video {
    height: 100%;
    width: 100%;
    aspect-ratio: 2.88;
  }
}

.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link {
  min-width: 100px;
  max-width: 201px;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  border-radius: 8px;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background: #225b62;
  color: #ffffff;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background: #122f33;
  color: #ffffff;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background: #091819;
  color: #ffffff;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background: #225b62;
  color: #ffffff;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background: none;
  border: 1px solid #225b62;
  color: #225b62;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):hover {
  background: #e9efef;
  border: 1px solid #122f33;
  color: #122f33;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  outline: 1px dashed #225b62;
  outline-offset: -3px;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  outline-color: #225b62;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background: #c8d6d8;
  border: 1px solid #091819;
  color: #091819;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  background: none;
  border: none;
  color: #225b62;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
  .cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
  .cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
  .cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
  .cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
    padding-left: 0;
    padding-right: 0;
  }
  .cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    background-image: url("clientlib-site/resources/images/icon_phone_deepteal.svg");
  }
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("clientlib-site/resources/images/arrow-icon-darkcyan.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 12px;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover::after {
  background-image: url("clientlib-site/resources/images/arrow-icon-darkshadecyan.svg");
  margin-left: 24px;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  outline-width: thin;
  outline-color: #225b62;
  border-radius: 0;
  outline-style: dashed;
}
.cmp-container--neutral .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--accent .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--beige .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--gray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before,
.cmp-container--lightgray .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus::before {
  outline-color: #225b62;
}

.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1),
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1) {
  background: #ffffff;
  color: #000000;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):hover {
  background: #e9efef;
  color: #000000;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):active {
  background: #f2f2f2;
  color: #000000;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(1):focus {
  background: #ffffff;
  color: #000000;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2),
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2) {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus {
  outline: 1px dashed #ffffff;
  outline-offset: -3px;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):focus::before {
  outline-color: #ffffff;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(2):active {
  background: #2f2f2f;
  color: #ffffff;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
  background-color: transparent;
  color: #ffffff;
  padding: 5px;
  min-height: 0;
}
@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3),
  .cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3) {
    padding-left: 0;
    padding-right: 0;
  }
  .cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before,
  .cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    background-image: url("clientlib-site/resources/images/icon_phone_white.svg") !important;
  }
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::after {
  background-image: url("clientlib-site/resources/images/icon_white.svg") !important;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover {
  background-color: transparent;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):hover .cmp-button__text {
  text-decoration: underline;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):active {
  text-decoration: none;
}
.cmp-container--dark .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus,
.cmp-container--black .teaser .cmp-teaser--hero-composite-video .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3):focus {
  outline-width: thin;
  outline-color: #ffffff;
  border-radius: 0;
  outline-style: dashed;
}

@media (min-width: 1125px) {
  .cmp-container--neutral .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_neutral.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--neutral .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_neutral.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1125px) {
  .cmp-container--accent .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_accent.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--accent .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_accent.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1125px) {
  .cmp-container--beige .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_beige.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--beige .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_beige.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1125px) {
  .cmp-container--gray .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_gray.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--gray .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_gray.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1125px) {
  .cmp-container--lightgray .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_lightgray.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--lightgray .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_lightgray.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1125px) {
  .cmp-container--dark .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_dark.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--dark .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_dark.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 1125px) {
  .cmp-container--black .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask_black.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}
@media (max-width: 1124px) {
  .cmp-container--black .cmp-teaser--hero-composite-video .cmp_video--container::before {
    background: url("clientlib-site/resources/images/mask-tab_black.svg") no-repeat center center !important;
    background-size: cover !important;
  }
}

@media (min-width: 680px) and (max-width: 1124px) {
  .cmp-teaser--hero-composite-video__large--masked .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .cmp-teaser--hero-composite-video__large--straight .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .cmp-teaser--hero-composite-video__large--fullbleed .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .cmp-teaser--hero-composite-video__medium--masked .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .cmp-teaser--hero-composite-video__medium--straight .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before, .cmp-teaser--hero-composite-video__medium--fullbleed .cmp-teaser .cmp-teaser__action-container .cmp-teaser__action-link:nth-child(n+3)::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.cmp_video--wrapper .cmp_video--container .msa-video universal-media-player {
  height: 100%;
}

.cmp-ump--border-round .cmp_video--wrapper .cmp_video--container .msa-video universal-media-player {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1125px) {
  .cmp-ump--border-round .cmp_video--wrapper .cmp_video--container .msa-video universal-media-player {
    border-radius: 1rem;
  }
}

@media (min-width: 1125px) {
  .cmp-ump--blog {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto !important;
    float: none !important;
    clear: both;
  }
}
@media (min-width: 1125px) {
  .cmp-ump--blog .cmp_video--wrapper {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    float: left;
  }
}

.cmp-image {
  position: relative;
  width: 100%;
}

.image .cmp-image__image {
  position: relative;
  z-index: 10;
  border-radius: 16px;
}
.image .cmp-image__title {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 0.75rem;
  display: block;
  color: #505050;
}
@media (max-width: 1124px) {
  .image .cmp-image__title {
    font-size: 0.875rem;
  }
}
.image__squareformat .cmp-image {
  aspect-ratio: 1/1;
}
.image__squareformat .cmp-image__image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.image__wideformat .cmp-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.image__wideformat .cmp-image__image {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.msa-languagenavigation_footer {
  max-width: 18.75rem;
  position: relative;
  background-color: transparent;
  border: none;
  display: inline-grid;
  width: 100%;
  margin: 0 0 24px 0;
  padding-left: 0;
}
@media (max-width: 1124px) {
  .msa-languagenavigation_footer {
    font-size: 0.875rem;
  }
}
.msa-languagenavigation_footer .cmp-languagenavigation__group {
  width: 100%;
  max-width: 15.3125rem;
  border: 0.0625rem solid #000000;
  cursor: pointer;
  height: 2.25rem;
  background: #ffffff;
}
.msa-languagenavigation_footer .cmp-languagenavigation__group:focus {
  outline: 0.1875rem dotted #000000;
}
.msa-languagenavigation_footer .cmp-languagenavigation__group option {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #505050;
  line-height: 1.25rem;
  font-style: normal;
  border: none;
}

.cmp-search__field {
  width: 50%;
  margin: 10px auto;
}

.cmp-search__input {
  border-radius: 10px;
  font-size: 16px;
  background-color: #e1dcf5;
}

.segmentfeaturedetails,
.segmentdetails {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-self: center;
  gap: 24px;
  align-self: stretch;
}

@media (min-width: 680px) {
  .searchnetworkdata .segmentfeaturedetails:nth-child(4n+4) {
    margin-bottom: 3.75rem;
  }
}
.searchnetworkdata .cmp-circle-chart {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  align-items: center;
  justify-self: center;
}
.searchnetworkdata .cmp-circle-chart__wrapper {
  max-width: 298px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.searchnetworkdata .cmp-circle-chart__svg-wrap {
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.searchnetworkdata .cmp-circle-chart__circular-chart {
  display: block;
}
.searchnetworkdata .cmp-circle-chart__circular-chart-bg {
  fill: none;
  stroke: #d4ec8e;
  stroke-width: 4;
}
.searchnetworkdata .cmp-circle-chart__circular-chart-circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: square;
  animation: progress 1s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.searchnetworkdata .cmp-circle-chart__circular-chart.deepteal .cmp-circle-chart__circular-chart-circle {
  stroke: #225b62;
}
.searchnetworkdata .cmp-circle-chart__circular-chart.orange .cmp-circle-chart__circular-chart-circle {
  stroke: #ff9f00;
}
.searchnetworkdata .cmp-circle-chart__circular-chart.green .cmp-circle-chart__circular-chart-circle {
  stroke: #4cc790;
}
.searchnetworkdata .cmp-circle-chart__circular-chart.blue .cmp-circle-chart__circular-chart-circle {
  stroke: #3c9ee5;
}
.searchnetworkdata .cmp-circle-chart__percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchnetworkdata .cmp-circle-chart__percentage-text {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  color: #000000;
}
.searchnetworkdata .cmp-circle-chart__heading {
  width: 100%;
  text-align: center;
  align-self: stretch;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #2f2f2f;
}
.searchnetworkdata .cmp-circle-chart__desc {
  width: 100%;
  text-align: center;
  align-self: stretch;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-feature-settings: "init" on, "fina" on;
  color: #505050;
}
.searchnetworkdata .cmp-search-card {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0.3125rem 0.9375rem 0px rgba(0, 0, 0, 0.102);
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-card {
    padding: 24px 24px;
  }
}
.searchnetworkdata .cmp-search-card__img-wrapper {
  width: 96px;
  height: 96px;
}
.searchnetworkdata .cmp-search-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.searchnetworkdata .cmp-search-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: stretch;
  flex: 1 0 0;
}
.searchnetworkdata .cmp-search-card__heading {
  width: 100%;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
  align-self: stretch;
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-card__heading {
    font-size: 1.5rem;
  }
}
.searchnetworkdata .cmp-search-card__heading * {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  color: #000000;
  align-self: stretch;
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-card__heading * {
    font-size: 1.5rem;
  }
}
.searchnetworkdata .cmp-search-card__desc {
  width: 100%;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  color: #2f2f2f;
  font-feature-settings: "rclt" off;
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-card__desc {
    font-size: 16px;
  }
}

.cmp-container--microsoft-search-network-data .text:first-of-type .cmp-text p:nth-child(1) {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #000000;
}
@media (max-width: 1124px) {
  .cmp-container--microsoft-search-network-data .text:first-of-type .cmp-text p:nth-child(1) {
    font-size: 1.25rem;
  }
}
.cmp-container--microsoft-search-network-data .text:first-of-type .cmp-text p:nth-child(2) {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 1.5rem;
}
@media (max-width: 1124px) {
  .cmp-container--microsoft-search-network-data .text:first-of-type .cmp-text p:nth-child(2) {
    font-size: 0.875rem;
  }
}
.cmp-container--microsoft-search-network-data .cmp-tabs__tabpanel .text .cmp-text p:nth-child(1) {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 3.75rem;
  text-transform: uppercase;
}
@media (max-width: 679px) {
  .cmp-container--microsoft-search-network-data .cmp-tabs__tabpanel .text .cmp-text p:nth-child(1) {
    margin-bottom: 2.25rem;
  }
}

.cmp-search-network-data__dropdown .cmp-form-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px 48px 12px;
  gap: 0.75rem;
  background: #ffffff;
  border: none;
  margin: 0;
}
@media (min-width: 680px) {
  .cmp-search-network-data__dropdown .cmp-form-options {
    padding: 0 5rem 60px 5rem;
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__dropdown .cmp-form-options {
    padding: 0 5rem 96px 5rem;
  }
}
.cmp-search-network-data__dropdown .cmp-form-options__label {
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
  padding-bottom: 0;
}
@media (min-width: 1125px) {
  .cmp-search-network-data__dropdown .cmp-form-options__label {
    font-size: 1.5rem;
  }
}
.cmp-search-network-data__dropdown .cmp-form-options__field {
  width: 100%;
  height: auto;
  padding: 12px;
  align-items: flex-start;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  color: #505050;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1875rem;
  font-feature-settings: "init" on, "fina" on;
}
@media (min-width: 680px) {
  .cmp-search-network-data__dropdown .cmp-form-options__field {
    max-width: 351px;
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__dropdown .cmp-form-options__field {
    max-width: 407px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
  }
}
.cmp-search-network-data__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 1.875rem;
  gap: 36px;
  background: #ffffff;
  position: relative;
}
@media (min-width: 680px) {
  .cmp-search-network-data__cards {
    padding: 60px 5rem;
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__cards {
    padding: 96px 5rem;
  }
}
.cmp-search-network-data__cards-bg-img {
  background: linear-gradient(0deg, rgba(212, 236, 142, 0.1) 0%, rgba(212, 236, 142, 0.1) 100%);
  background-image: var(--background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 13.4375rem;
  bottom: 13.4375rem;
  left: 1.875rem;
  right: 1.875rem;
  background-blend-mode: color, normal;
}
@media (min-width: 680px) {
  .cmp-search-network-data__cards-bg-img {
    top: 8.125rem;
    bottom: 8.087875rem;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__cards-bg-img {
    top: 2.0625rem;
    bottom: 2.04225rem;
    left: 5rem;
    right: 5rem;
  }
}
.cmp-search-network-data__cards-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  z-index: 1;
  margin-top: 0;
}
@media (min-width: 680px) {
  .cmp-search-network-data__cards-content {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__cards-content {
    margin-top: 3.65625rem;
  }
}
.cmp-search-network-data__cards-content-title {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  font-feature-settings: "rclt" off;
}
@media (min-width: 1125px) {
  .cmp-search-network-data__cards-content-title {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.cmp-search-network-data__cards-content-desc {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #2f2f2f;
  text-align: center;
}
.cmp-search-network-data__cards-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.9375rem;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 1125px) {
  .cmp-search-network-data__cards-wrapper {
    gap: 30px;
  }
}
.cmp-search-network-data__cards-wrapper .cmp-search-card {
  width: 100%;
}
@media (min-width: 680px) {
  .cmp-search-network-data__cards-wrapper .cmp-search-card {
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__cards-wrapper .cmp-search-card {
    width: calc(33.3333% - 20px);
  }
}
.cmp-search-network-data__market-segment {
  display: flex;
  padding: 48px 1.875rem 48px 1.875rem;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 680px) {
  .cmp-search-network-data__market-segment {
    padding: 60px 1.875rem 60px 1.875rem;
  }
}
@media (min-width: 1125px) {
  .cmp-search-network-data__market-segment {
    padding: 96px 5rem 60px 5rem;
  }
}
.cmp-search-network-data__market-segment-title {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 350;
  line-height: 120%;
  color: #000000;
  text-align: center;
}
@media (min-width: 1125px) {
  .cmp-search-network-data__market-segment-title {
    font-size: 1.5rem;
  }
}
.cmp-search-network-data__market-segment-desc {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #2f2f2f;
  text-align: center;
}
@media (min-width: 1125px) {
  .cmp-search-network-data__market-segment-desc {
    font-size: 16px;
  }
}

.searchnetworkdata .cmp-search-network-data__charts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
  gap: 36px;
}
@media (min-width: 680px) {
  .searchnetworkdata .cmp-search-network-data__charts {
    padding-top: 3.75rem;
    gap: 3.75rem;
  }
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-network-data__charts {
    padding-top: 96px;
  }
}
.searchnetworkdata .cmp-search-network-data__charts-container {
  width: 100%;
  display: flex;
}
.searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 36px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 680px) {
  .searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid {
    gap: 1.875rem;
  }
}
.searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid .segmentfeaturedetails,
.searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid .segmentdetails {
  width: 100%;
  float: unset !important;
}
@media (min-width: 680px) {
  .searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid .segmentfeaturedetails,
  .searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid .segmentdetails {
    width: calc(50% - 7.5px) !important;
  }
}
@media (min-width: 1125px) {
  .searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid .segmentfeaturedetails,
  .searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid .segmentdetails {
    width: calc(25% - 22.5px) !important;
  }
}
.searchnetworkdata .cmp-search-network-data__charts-container > div.aem-Grid::before {
  display: none;
}
.searchnetworkdata .cmp-search-network-data__charts-title {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.searchnetworkdata .cmp-search-network-data__charts .hide {
  display: none;
}

.msacomscore {
  background-position: center center;
  justify-content: center;
  /* Adjust background size based on breakpoints */
}
@media (max-width: 679px) {
  .msacomscore {
    background-size: contain !important;
    /* Adjust size for medium-sized screens */
  }
}
@media (min-width: 680px) and (max-width: 1124px) {
  .msacomscore {
    height: 334px;
  }
}
@media (min-width: 1125px) {
  .msacomscore {
    background-size: auto !important;
    height: 484.32px;
  }
}
.msacomscore .container.responsivegrid {
  background-color: transparent;
}
.msacomscore .container.responsivegrid:nth-child(2) {
  padding-top: 2.25rem;
}
.msacomscore .text:first-of-type p:nth-child(1) {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #000000 !important;
  text-transform: uppercase;
}
@media (max-width: 1124px) {
  .msacomscore .text:first-of-type p:nth-child(1) {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.msacomscore .text:first-of-type p:nth-child(2) {
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 130%;
  color: #2f2f2f !important;
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.9375rem;
  flex-wrap: wrap;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 1125px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] {
    gap: 1.875rem;
  }
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.102);
}
@media (min-width: 680px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper {
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 1125px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper {
    width: calc(33.3333% - 20px);
  }
}
@media (min-width: 1125px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper {
    padding: 24px 24px;
  }
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.5rem;
  width: 100%;
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__img-wrapper {
  width: 96px;
  height: 96px;
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: stretch;
  flex: 1 0 0;
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__heading {
  width: 100%;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
  align-self: stretch;
}
@media (min-width: 1125px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__heading {
    font-size: 1.5rem;
  }
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__heading * {
  width: 100%;
  font-family: "Segoe UI Semibold", "SegoeUI-semiBold", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
  align-self: stretch;
}
@media (min-width: 1125px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__heading * {
    font-size: 1.5rem;
  }
}
.msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__desc {
  width: 100%;
  font-family: "Segoe UI", "SegoeUI-regular", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #2f2f2f;
  font-feature-settings: "rclt" off;
}
@media (min-width: 1125px) {
  .msacomscore .cmp-container-microsoft-audience-network-data div[data-bi-cN=container] .cmp-search-network-data__cards-wrapper .cmp-search-card__desc {
    font-size: 16px;
  }
}

@media (min-width: 1125px) {
  .cmp-search-results {
    max-width: 100rem;
    float: none !important;
    margin: 0 auto;
  }
}
.cmp-search-results .searchlib__result-count {
  padding: 96px 24px 48px 24px;
}
@media (min-width: 680px) {
  .cmp-search-results .searchlib__result-count {
    padding: 96px 24px 60px 24px;
  }
}
@media (min-width: 1125px) {
  .cmp-search-results .searchlib__result-count {
    padding: 96px 9.9375rem 60px 9.9375rem;
  }
}
.cmp-search-results .searchlib .searchlib--result {
  padding: 0 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 680px) {
  .cmp-search-results .searchlib .searchlib--result {
    padding: 0 1.5625rem;
  }
}
@media (min-width: 1125px) {
  .cmp-search-results .searchlib .searchlib--result {
    padding: 0 0 0 10rem;
  }
}
.cmp-search-results .searchlib .searchlib--result-item {
  display: flex;
  width: 100%;
  max-width: 59.5625rem;
  padding: 0;
  align-items: center;
}
@media (max-width: 1124px) {
  .cmp-search-results .searchlib .searchlib--result-item {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 24px;
  }
}
@media (max-width: 679px) {
  .cmp-search-results .searchlib .searchlib--result-item {
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
  }
}
.cmp-search-results .searchlib .searchlib--result-item:hover, .cmp-search-results .searchlib .searchlib--result-item:focus {
  cursor: pointer;
  border-radius: 8px;
  outline: 0.0625rem solid #505050;
}
.cmp-search-results .searchlib .searchlib--result-item-wrap {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1124px) {
  .cmp-search-results .searchlib .searchlib--result-item-wrap {
    align-items: flex-start;
  }
}
@media (max-width: 679px) {
  .cmp-search-results .searchlib .searchlib--result-item-wrap {
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 12px;
  }
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  border-radius: 8px;
  background: #505050;
  overflow: hidden;
  position: relative;
}
@media (min-width: 680px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--image {
    width: 51.1142%;
  }
}
@media (min-width: 1125px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--image {
    width: 37.7755%;
  }
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--content {
  display: flex;
  width: 100%;
  padding: 0 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}
@media (max-width: 1124px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--content {
    width: 100%;
  }
}
@media (max-width: 679px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--content {
    width: 100%;
    padding: 0;
  }
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--title {
  font-weight: 350;
  color: #2f2f2f;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-family: "Segoe UI Semilight", "SegoeUI-semiLight", sans-serif;
  padding-bottom: 0.125rem;
}
@media (max-width: 1124px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--ctype {
  width: 100%;
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--ctype .searchlib--clink {
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
@media (max-width: 1124px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--ctype .searchlib--clink {
    font-size: 0.875rem;
  }
}
.cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--para {
  width: 100%;
  height: 100%;
  color: #505050;
  font-feature-settings: "init" on, "fina" on;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 1124px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--para {
    font-size: 0.875rem;
    line-height: 130%;
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 679px) {
  .cmp-search-results .searchlib .searchlib--result-item .searchlib--content .searchlib--para {
    line-clamp: 6;
    -webkit-line-clamp: 6;
  }
}
.cmp-search-results .searchlib .searchlib--result-item:hover, .cmp-search-results .searchlib .searchlib--result-item:focus-visible {
  outline: 0.0625rem solid #505050;
}
.cmp-search-results .searchlib .cmp-pagination {
  padding: 36px 1.875rem 24px 1.875rem;
}
@media (min-width: 680px) {
  .cmp-search-results .searchlib .cmp-pagination {
    padding: 36px 1.5625rem 60px 1.5625rem;
  }
}
@media (min-width: 1125px) {
  .cmp-search-results .searchlib .cmp-pagination {
    padding: 36px 0 96px 9.9375rem;
  }
}
.cmp-search-results .searchlib .cmp-pagination__list {
  padding: 0;
}

/*# sourceMappingURL=site.css.map*/