@charset "UTF-8";
.external-video {
  overflow: hidden;
  margin-bottom: 20px;
}
.external-video.hasHeader {
  margin-top: 16px;
}
.external-video img {
  opacity: 0.8;
  height: auto;
  z-index: 9;
}
.external-video .play-button {
  width: 90px;
  height: 90px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 90px;
}
.external-video .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #aaa;
}
.external-video img,
.external-video .play-button {
  cursor: pointer;
}
.external-video .play-button,
.external-video .play-button:before {
  position: absolute;
}
.external-video .play-button,
.external-video .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.external-video iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  display: none;
}
.external-video .playaction {
  position: absolute;
  z-index: 11 !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}
.external-video .videoWrapper {
  position: relative;
}
.external-video .privacy-notice {
  color: #424242;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .external-video .privacy-notice {
    position: absolute;
    bottom: 0;
    margin: 4%;
    padding: 14px;
    width: 90%;
    z-index: 12 !important;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.femanager_flashmessages > div {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  padding: 12px 12px 12px 36px;
}
.femanager_flashmessages > .message-2 {
  background-color: #f6d3cf;
  border: 1px solid #d66c68;
  color: #aa0225;
}
.femanager_flashmessages > .message-1 {
  background-color: #fbf6de;
  border: 1px solid #b1905c;
  color: #9e7d4a;
}
.femanager_flashmessages > .message-0 {
  background-color: #cdeaca;
  border: 1px solid #58b548;
  color: #3b7826;
}
.femanager_flashmessages > .message--1 {
  background-color: #eaf7ff;
  border: 1px solid #c5dbe6;
  color: #4c73a1;
}
.femanager_flashmessages > .message--2 {
  background-color: #f6f7fa;
  border: 1px solid #c2cbcf;
  color: #444;
}
.femanager_note {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  padding: 12px 12px 12px 36px;
  background-color: #f6f7fa;
  border: 1px solid #c2cbcf;
  color: #444;
  list-style-type: none;
  margin-left: 0;
}
.femanager_error {
  background-position: 10px 12px;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  padding: 12px 12px 12px 36px;
  background-color: #f6d3cf;
  border: 1px solid #d66c68;
  color: #aa0225;
  list-style-type: none;
  margin-left: 0;
}
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}
.tablesaw * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}
@media only all {
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 30%;
  }
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none;
}
[draggable="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&sm=20em&medium=40em&ipad=48em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=103.75em";
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.0625rem;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "aeonik", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #2c2a2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.tx-bgm-webinars h1,
h3,
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4705882353rem;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 0.8235294118rem;
  line-height: inherit;
}
h1,
.h1,
h2,
.tx-bgm-webinars h1,
.h2,
h3,
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "aeonik", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.tx-bgm-webinars h1 small,
.h2 small,
h3 small,
.teaser h2 small,
.inner-type-panel_newsletter .successMessage h2 small,
.teaser .tx-bgm-webinars h1 small,
.tx-bgm-webinars .teaser h1 small,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1 small,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #959595;
}
h1,
.h1 {
  font-size: 1.4117647059rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2,
.tx-bgm-webinars h1,
.h2 {
  font-size: 1.1764705882rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3,
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1,
.h3 {
  font-size: 1.1176470588rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4,
.h4 {
  font-size: 1.0588235294rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6,
.h6 {
  font-size: 0.9411764706rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 2.8235294118rem;
  }
  h2,
  .tx-bgm-webinars h1,
  .h2 {
    font-size: 2.3529411765rem;
  }
  h3,
  .teaser h2,
  .inner-type-panel_newsletter .successMessage h2,
  .teaser .tx-bgm-webinars h1,
  .tx-bgm-webinars .teaser h1,
  .inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
  .tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1,
  .h3 {
    font-size: 1.8235294118rem;
  }
  h4,
  .h4 {
    font-size: 1.4705882353rem;
  }
  h5,
  .h5 {
    font-size: 1.1764705882rem;
  }
  h6,
  .h6 {
    font-size: 0.9411764706rem;
  }
}
a {
  line-height: inherit;
  color: #0097b2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #0097b2;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75.2941176471rem;
  height: 0;
  margin: 1.1764705882rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
}
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4705882353rem;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border-left: none;
}
blockquote,
blockquote p {
  line-height: 1.4705882353rem;
  color: #2c2a2b;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #2c2a2b;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
kbd {
  margin: 0;
  padding: 0.1176470588rem 0.2352941176rem 0;
  background-color: #e5e5e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #2c2a2b;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}
.lead {
  font-size: 1.328125rem;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
cite,
.cite-block {
  display: block;
  color: #2c2a2b;
  font-size: 0.7647058824rem;
}
cite:before,
.cite-block:before {
  content: "— ";
}
code,
.code-inline {
  border: 1px solid #959595;
  background-color: #e5e5e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #2c2a2b;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1176470588rem 0.2941176471rem 0.0588235294rem;
}
.code-block {
  border: 1px solid #959595;
  background-color: #e5e5e5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #2c2a2b;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #2c2a2b;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  .tx-bgm-webinars h1,
  h3,
  .teaser h2,
  .inner-type-panel_newsletter .successMessage h2,
  .teaser .tx-bgm-webinars h1,
  .tx-bgm-webinars .teaser h1,
  .inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
  .tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
    orphans: 3;
    widows: 3;
  }
  h2,
  .tx-bgm-webinars h1,
  h3,
  .teaser h2,
  .inner-type-panel_newsletter .successMessage h2,
  .teaser .tx-bgm-webinars h1,
  .tx-bgm-webinars .teaser h1,
  .inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
  .tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 19.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 20em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 90em) and (max-width: 103.74875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em), screen and (min-width: 103.75em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.2823529412rem;
  margin: 0 0 0.9411764706rem;
  padding: 1.4705882353rem 0.9411764706rem 0.4705882353rem 0.9411764706rem;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2c2a2b;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #2c2a2b;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e5e5e5;
  cursor: not-allowed;
}
[type="submit"],
[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #959595;
}
::-moz-placeholder {
  color: #959595;
}
:-ms-input-placeholder {
  color: #959595;
}
::-ms-input-placeholder {
  color: #959595;
}
::placeholder {
  color: #959595;
}
[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 0.9411764706rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4705882353rem;
  margin-right: 0.9411764706rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.4705882353rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  color: #2c2a2b;
}
label.middle {
  margin: 0 0 0.9411764706rem;
  line-height: 1.4;
  padding: 0.5294117647rem 0;
}
.help-text,
.help-block {
  margin-top: -0.4705882353rem;
  font-size: 0.7647058824rem;
  font-style: normal;
  color: #2c2a2b;
}
.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.9411764706rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-group-label,
#mobileSearch .input-group .input-group-button,
#desktopSearch .input-group .input-group-button,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label,
#mobileSearch .input-group .input-group-button,
#desktopSearch .input-group .input-group-button {
  padding: 0 1rem;
  border: 1px solid #ccc;
  background: #e5e5e5;
  color: #2c2a2b;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child,
#mobileSearch .input-group .input-group-button:first-child,
#desktopSearch .input-group .input-group-button:first-child {
  border-right: 0;
}
.input-group-label:last-child,
#mobileSearch .input-group .input-group-button:last-child,
#desktopSearch .input-group .input-group-button:last-child {
  border-left: 0;
}
.input-group-field {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.4705882353rem;
}
.fieldset {
  margin: 1.0588235294rem 0;
  padding: 1.1764705882rem;
  border: none;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1764705882rem;
  padding: 0 0.1764705882rem;
}
select {
  height: 3.2823529412rem;
  margin: 0 0 0.9411764706rem;
  padding: 1.4705882353rem 0.9411764706rem 0.4705882353rem 0.9411764706rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #2c2a2b;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill:rgb%2844,42,43%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -0.9411764706rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.4117647059rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #2c2a2b;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e5e5e5;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
  border-color: #e20016;
  background-color: #fce6e8;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #e20016;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #e20016;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #e20016;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #e20016;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #e20016;
}
.is-invalid-label {
  color: #e20016;
}
.form-error,
.help-block.error {
  display: none;
  margin-top: -0.4705882353rem;
  margin-bottom: 0.9411764706rem;
  font-size: 0.8235294118rem;
  font-weight: 700;
  color: #e20016;
}
.form-error.is-visible,
.is-visible.help-block.error {
  display: block;
}
.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 75.2941176471rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink,
  .grid-x > .xxlarge-full,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}
.grid-x > .small-2 {
  width: 16.6666666667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.3333333333%;
}
.grid-x > .small-5 {
  width: 41.6666666667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.3333333333%;
}
.grid-x > .small-8 {
  width: 66.6666666667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.3333333333%;
}
.grid-x > .small-11 {
  width: 91.6666666667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-shrink,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.5882352941rem;
  margin-right: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.8823529412rem;
    margin-right: -0.8823529412rem;
  }
}
.grid-margin-x > .cell {
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: -webkit-calc(8.3333333333% - 1.1764705882rem);
  width: calc(8.3333333333% - 1.1764705882rem);
}
.grid-margin-x > .small-2 {
  width: -webkit-calc(16.6666666667% - 1.1764705882rem);
  width: calc(16.6666666667% - 1.1764705882rem);
}
.grid-margin-x > .small-3 {
  width: -webkit-calc(25% - 1.1764705882rem);
  width: calc(25% - 1.1764705882rem);
}
.grid-margin-x > .small-4 {
  width: -webkit-calc(33.3333333333% - 1.1764705882rem);
  width: calc(33.3333333333% - 1.1764705882rem);
}
.grid-margin-x > .small-5 {
  width: -webkit-calc(41.6666666667% - 1.1764705882rem);
  width: calc(41.6666666667% - 1.1764705882rem);
}
.grid-margin-x > .small-6 {
  width: -webkit-calc(50% - 1.1764705882rem);
  width: calc(50% - 1.1764705882rem);
}
.grid-margin-x > .small-7 {
  width: -webkit-calc(58.3333333333% - 1.1764705882rem);
  width: calc(58.3333333333% - 1.1764705882rem);
}
.grid-margin-x > .small-8 {
  width: -webkit-calc(66.6666666667% - 1.1764705882rem);
  width: calc(66.6666666667% - 1.1764705882rem);
}
.grid-margin-x > .small-9 {
  width: -webkit-calc(75% - 1.1764705882rem);
  width: calc(75% - 1.1764705882rem);
}
.grid-margin-x > .small-10 {
  width: -webkit-calc(83.3333333333% - 1.1764705882rem);
  width: calc(83.3333333333% - 1.1764705882rem);
}
.grid-margin-x > .small-11 {
  width: -webkit-calc(91.6666666667% - 1.1764705882rem);
  width: calc(91.6666666667% - 1.1764705882rem);
}
.grid-margin-x > .small-12 {
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: -webkit-calc(8.3333333333% - 1.7647058824rem);
    width: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .small-2 {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .small-3 {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x > .small-4 {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .small-5 {
    width: -webkit-calc(41.6666666667% - 1.7647058824rem);
    width: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .small-6 {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x > .small-7 {
    width: -webkit-calc(58.3333333333% - 1.7647058824rem);
    width: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .small-8 {
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .small-9 {
    width: -webkit-calc(75% - 1.7647058824rem);
    width: calc(75% - 1.7647058824rem);
  }
  .grid-margin-x > .small-10 {
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .small-11 {
    width: -webkit-calc(91.6666666667% - 1.7647058824rem);
    width: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .small-12 {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-auto {
    width: auto;
  }
  .grid-margin-x > .sm-shrink {
    width: auto;
  }
  .grid-margin-x > .sm-1 {
    width: -webkit-calc(8.3333333333% - 1.7647058824rem);
    width: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-2 {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-3 {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-4 {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-5 {
    width: -webkit-calc(41.6666666667% - 1.7647058824rem);
    width: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-6 {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-7 {
    width: -webkit-calc(58.3333333333% - 1.7647058824rem);
    width: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-8 {
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-9 {
    width: -webkit-calc(75% - 1.7647058824rem);
    width: calc(75% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-10 {
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-11 {
    width: -webkit-calc(91.6666666667% - 1.7647058824rem);
    width: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .sm-12 {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: -webkit-calc(8.3333333333% - 1.7647058824rem);
    width: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-2 {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-3 {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-4 {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-5 {
    width: -webkit-calc(41.6666666667% - 1.7647058824rem);
    width: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-6 {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-7 {
    width: -webkit-calc(58.3333333333% - 1.7647058824rem);
    width: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-8 {
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-9 {
    width: -webkit-calc(75% - 1.7647058824rem);
    width: calc(75% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-10 {
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-11 {
    width: -webkit-calc(91.6666666667% - 1.7647058824rem);
    width: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .medium-12 {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: -webkit-calc(8.3333333333% - 1.7647058824rem);
    width: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .large-2 {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .large-3 {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x > .large-4 {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .large-5 {
    width: -webkit-calc(41.6666666667% - 1.7647058824rem);
    width: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .large-6 {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x > .large-7 {
    width: -webkit-calc(58.3333333333% - 1.7647058824rem);
    width: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .large-8 {
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .large-9 {
    width: -webkit-calc(75% - 1.7647058824rem);
    width: calc(75% - 1.7647058824rem);
  }
  .grid-margin-x > .large-10 {
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .large-11 {
    width: -webkit-calc(91.6666666667% - 1.7647058824rem);
    width: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .large-12 {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: -webkit-calc(8.3333333333% - 1.7647058824rem);
    width: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: -webkit-calc(41.6666666667% - 1.7647058824rem);
    width: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: -webkit-calc(58.3333333333% - 1.7647058824rem);
    width: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: -webkit-calc(75% - 1.7647058824rem);
    width: calc(75% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: -webkit-calc(91.6666666667% - 1.7647058824rem);
    width: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: -webkit-calc(8.3333333333% - 1.7647058824rem);
    width: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: -webkit-calc(41.6666666667% - 1.7647058824rem);
    width: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: -webkit-calc(58.3333333333% - 1.7647058824rem);
    width: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: -webkit-calc(75% - 1.7647058824rem);
    width: calc(75% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: -webkit-calc(91.6666666667% - 1.7647058824rem);
    width: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.5882352941rem;
  margin-left: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5882352941rem;
  margin-left: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.5882352941rem;
  padding-left: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.8823529412rem;
    padding-left: 0.8823529412rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.3333333333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.6666666667%;
}
.small-up-7 > .cell {
  width: 14.2857142857%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: -webkit-calc(50% - 1.1764705882rem);
  width: calc(50% - 1.1764705882rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: -webkit-calc(33.3333333333% - 1.1764705882rem);
  width: calc(33.3333333333% - 1.1764705882rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: -webkit-calc(25% - 1.1764705882rem);
  width: calc(25% - 1.1764705882rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: -webkit-calc(20% - 1.1764705882rem);
  width: calc(20% - 1.1764705882rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: -webkit-calc(16.6666666667% - 1.1764705882rem);
  width: calc(16.6666666667% - 1.1764705882rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: -webkit-calc(14.2857142857% - 1.1764705882rem);
  width: calc(14.2857142857% - 1.1764705882rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: -webkit-calc(12.5% - 1.1764705882rem);
  width: calc(12.5% - 1.1764705882rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: -webkit-calc(20% - 1.7647058824rem);
    width: calc(20% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: -webkit-calc(14.2857142857% - 1.7647058824rem);
    width: calc(14.2857142857% - 1.7647058824rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: -webkit-calc(12.5% - 1.7647058824rem);
    width: calc(12.5% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: -webkit-calc(20% - 1.7647058824rem);
    width: calc(20% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: -webkit-calc(14.2857142857% - 1.7647058824rem);
    width: calc(14.2857142857% - 1.7647058824rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: -webkit-calc(12.5% - 1.7647058824rem);
    width: calc(12.5% - 1.7647058824rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: -webkit-calc(20% - 1.7647058824rem);
    width: calc(20% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: -webkit-calc(14.2857142857% - 1.7647058824rem);
    width: calc(14.2857142857% - 1.7647058824rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: -webkit-calc(12.5% - 1.7647058824rem);
    width: calc(12.5% - 1.7647058824rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: -webkit-calc(20% - 1.7647058824rem);
    width: calc(20% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: -webkit-calc(14.2857142857% - 1.7647058824rem);
    width: calc(14.2857142857% - 1.7647058824rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: -webkit-calc(12.5% - 1.7647058824rem);
    width: calc(12.5% - 1.7647058824rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: -webkit-calc(20% - 1.7647058824rem);
    width: calc(20% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: -webkit-calc(14.2857142857% - 1.7647058824rem);
    width: calc(14.2857142857% - 1.7647058824rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: -webkit-calc(12.5% - 1.7647058824rem);
    width: calc(12.5% - 1.7647058824rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: -webkit-calc(0% + 1.1764705882rem / 2);
  margin-left: calc(0% + 1.1764705882rem / 2);
}
.small-offset-1 {
  margin-left: 8.3333333333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: -webkit-calc(8.3333333333% + 1.1764705882rem / 2);
  margin-left: calc(8.3333333333% + 1.1764705882rem / 2);
}
.small-offset-2 {
  margin-left: 16.6666666667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: -webkit-calc(16.6666666667% + 1.1764705882rem / 2);
  margin-left: calc(16.6666666667% + 1.1764705882rem / 2);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: -webkit-calc(25% + 1.1764705882rem / 2);
  margin-left: calc(25% + 1.1764705882rem / 2);
}
.small-offset-4 {
  margin-left: 33.3333333333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: -webkit-calc(33.3333333333% + 1.1764705882rem / 2);
  margin-left: calc(33.3333333333% + 1.1764705882rem / 2);
}
.small-offset-5 {
  margin-left: 41.6666666667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: -webkit-calc(41.6666666667% + 1.1764705882rem / 2);
  margin-left: calc(41.6666666667% + 1.1764705882rem / 2);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: -webkit-calc(50% + 1.1764705882rem / 2);
  margin-left: calc(50% + 1.1764705882rem / 2);
}
.small-offset-7 {
  margin-left: 58.3333333333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: -webkit-calc(58.3333333333% + 1.1764705882rem / 2);
  margin-left: calc(58.3333333333% + 1.1764705882rem / 2);
}
.small-offset-8 {
  margin-left: 66.6666666667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: -webkit-calc(66.6666666667% + 1.1764705882rem / 2);
  margin-left: calc(66.6666666667% + 1.1764705882rem / 2);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: -webkit-calc(75% + 1.1764705882rem / 2);
  margin-left: calc(75% + 1.1764705882rem / 2);
}
.small-offset-10 {
  margin-left: 83.3333333333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: -webkit-calc(83.3333333333% + 1.1764705882rem / 2);
  margin-left: calc(83.3333333333% + 1.1764705882rem / 2);
}
.small-offset-11 {
  margin-left: 91.6666666667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: -webkit-calc(91.6666666667% + 1.1764705882rem / 2);
  margin-left: calc(91.6666666667% + 1.1764705882rem / 2);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: -webkit-calc(0% + 1.7647058824rem / 2);
    margin-left: calc(0% + 1.7647058824rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(8.3333333333% + 1.7647058824rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(16.6666666667% + 1.7647058824rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: -webkit-calc(25% + 1.7647058824rem / 2);
    margin-left: calc(25% + 1.7647058824rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(33.3333333333% + 1.7647058824rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(41.6666666667% + 1.7647058824rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: -webkit-calc(50% + 1.7647058824rem / 2);
    margin-left: calc(50% + 1.7647058824rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(58.3333333333% + 1.7647058824rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(66.6666666667% + 1.7647058824rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: -webkit-calc(75% + 1.7647058824rem / 2);
    margin-left: calc(75% + 1.7647058824rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(83.3333333333% + 1.7647058824rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(91.6666666667% + 1.7647058824rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: -webkit-calc(0% + 1.7647058824rem / 2);
    margin-left: calc(0% + 1.7647058824rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(8.3333333333% + 1.7647058824rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(16.6666666667% + 1.7647058824rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: -webkit-calc(25% + 1.7647058824rem / 2);
    margin-left: calc(25% + 1.7647058824rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(33.3333333333% + 1.7647058824rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(41.6666666667% + 1.7647058824rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: -webkit-calc(50% + 1.7647058824rem / 2);
    margin-left: calc(50% + 1.7647058824rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(58.3333333333% + 1.7647058824rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(66.6666666667% + 1.7647058824rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: -webkit-calc(75% + 1.7647058824rem / 2);
    margin-left: calc(75% + 1.7647058824rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(83.3333333333% + 1.7647058824rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(91.6666666667% + 1.7647058824rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: -webkit-calc(0% + 1.7647058824rem / 2);
    margin-left: calc(0% + 1.7647058824rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(8.3333333333% + 1.7647058824rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(16.6666666667% + 1.7647058824rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: -webkit-calc(25% + 1.7647058824rem / 2);
    margin-left: calc(25% + 1.7647058824rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(33.3333333333% + 1.7647058824rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(41.6666666667% + 1.7647058824rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: -webkit-calc(50% + 1.7647058824rem / 2);
    margin-left: calc(50% + 1.7647058824rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(58.3333333333% + 1.7647058824rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(66.6666666667% + 1.7647058824rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: -webkit-calc(75% + 1.7647058824rem / 2);
    margin-left: calc(75% + 1.7647058824rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(83.3333333333% + 1.7647058824rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(91.6666666667% + 1.7647058824rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: -webkit-calc(0% + 1.7647058824rem / 2);
    margin-left: calc(0% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(8.3333333333% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(16.6666666667% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: -webkit-calc(25% + 1.7647058824rem / 2);
    margin-left: calc(25% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(33.3333333333% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(41.6666666667% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: -webkit-calc(50% + 1.7647058824rem / 2);
    margin-left: calc(50% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(58.3333333333% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(66.6666666667% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: -webkit-calc(75% + 1.7647058824rem / 2);
    margin-left: calc(75% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.7647058824rem / 2);
    margin-left: calc(83.3333333333% + 1.7647058824rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.7647058824rem / 2);
    margin-left: calc(91.6666666667% + 1.7647058824rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-full,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-full,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.5882352941rem;
  margin-bottom: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.8823529412rem;
    margin-bottom: -0.8823529412rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.5882352941rem;
  padding-bottom: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.8823529412rem;
    padding-bottom: 0.8823529412rem;
  }
}
.grid-margin-y {
  margin-top: -0.5882352941rem;
  margin-bottom: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.8823529412rem;
    margin-bottom: -0.8823529412rem;
  }
}
.grid-margin-y > .cell {
  height: -webkit-calc(100% - 1.1764705882rem);
  height: calc(100% - 1.1764705882rem);
  margin-top: 0.5882352941rem;
  margin-bottom: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
    margin-top: 0.8823529412rem;
    margin-bottom: 0.8823529412rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: -webkit-calc(8.3333333333% - 1.1764705882rem);
  height: calc(8.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-2 {
  height: -webkit-calc(16.6666666667% - 1.1764705882rem);
  height: calc(16.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-3 {
  height: -webkit-calc(25% - 1.1764705882rem);
  height: calc(25% - 1.1764705882rem);
}
.grid-margin-y > .small-4 {
  height: -webkit-calc(33.3333333333% - 1.1764705882rem);
  height: calc(33.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-5 {
  height: -webkit-calc(41.6666666667% - 1.1764705882rem);
  height: calc(41.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-6 {
  height: -webkit-calc(50% - 1.1764705882rem);
  height: calc(50% - 1.1764705882rem);
}
.grid-margin-y > .small-7 {
  height: -webkit-calc(58.3333333333% - 1.1764705882rem);
  height: calc(58.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-8 {
  height: -webkit-calc(66.6666666667% - 1.1764705882rem);
  height: calc(66.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-9 {
  height: -webkit-calc(75% - 1.1764705882rem);
  height: calc(75% - 1.1764705882rem);
}
.grid-margin-y > .small-10 {
  height: -webkit-calc(83.3333333333% - 1.1764705882rem);
  height: calc(83.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-11 {
  height: -webkit-calc(91.6666666667% - 1.1764705882rem);
  height: calc(91.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-12 {
  height: -webkit-calc(100% - 1.1764705882rem);
  height: calc(100% - 1.1764705882rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .small-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .small-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .small-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-auto {
    height: auto;
  }
  .grid-margin-y > .sm-shrink {
    height: auto;
  }
  .grid-margin-y > .sm-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .large-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .large-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .large-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.5882352941rem;
  margin-bottom: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.8823529412rem;
    margin-bottom: -0.8823529412rem;
  }
}
.grid-margin-y > .cell {
  height: -webkit-calc(100% - 1.1764705882rem);
  height: calc(100% - 1.1764705882rem);
  margin-top: 0.5882352941rem;
  margin-bottom: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
    margin-top: 0.8823529412rem;
    margin-bottom: 0.8823529412rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: -webkit-calc(8.3333333333% - 1.1764705882rem);
  height: calc(8.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-2 {
  height: -webkit-calc(16.6666666667% - 1.1764705882rem);
  height: calc(16.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-3 {
  height: -webkit-calc(25% - 1.1764705882rem);
  height: calc(25% - 1.1764705882rem);
}
.grid-margin-y > .small-4 {
  height: -webkit-calc(33.3333333333% - 1.1764705882rem);
  height: calc(33.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-5 {
  height: -webkit-calc(41.6666666667% - 1.1764705882rem);
  height: calc(41.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-6 {
  height: -webkit-calc(50% - 1.1764705882rem);
  height: calc(50% - 1.1764705882rem);
}
.grid-margin-y > .small-7 {
  height: -webkit-calc(58.3333333333% - 1.1764705882rem);
  height: calc(58.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-8 {
  height: -webkit-calc(66.6666666667% - 1.1764705882rem);
  height: calc(66.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-9 {
  height: -webkit-calc(75% - 1.1764705882rem);
  height: calc(75% - 1.1764705882rem);
}
.grid-margin-y > .small-10 {
  height: -webkit-calc(83.3333333333% - 1.1764705882rem);
  height: calc(83.3333333333% - 1.1764705882rem);
}
.grid-margin-y > .small-11 {
  height: -webkit-calc(91.6666666667% - 1.1764705882rem);
  height: calc(91.6666666667% - 1.1764705882rem);
}
.grid-margin-y > .small-12 {
  height: -webkit-calc(100% - 1.1764705882rem);
  height: calc(100% - 1.1764705882rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .small-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .small-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .small-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .small-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .small-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-auto {
    height: auto;
  }
  .grid-margin-y > .sm-shrink {
    height: auto;
  }
  .grid-margin-y > .sm-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .sm-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .medium-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .large-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .large-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .large-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .large-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .large-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: -webkit-calc(8.3333333333% - 1.7647058824rem);
    height: calc(8.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: -webkit-calc(16.6666666667% - 1.7647058824rem);
    height: calc(16.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: -webkit-calc(25% - 1.7647058824rem);
    height: calc(25% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: -webkit-calc(33.3333333333% - 1.7647058824rem);
    height: calc(33.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: -webkit-calc(41.6666666667% - 1.7647058824rem);
    height: calc(41.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: -webkit-calc(50% - 1.7647058824rem);
    height: calc(50% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: -webkit-calc(58.3333333333% - 1.7647058824rem);
    height: calc(58.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: -webkit-calc(66.6666666667% - 1.7647058824rem);
    height: calc(66.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: -webkit-calc(75% - 1.7647058824rem);
    height: calc(75% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: -webkit-calc(83.3333333333% - 1.7647058824rem);
    height: calc(83.3333333333% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: -webkit-calc(91.6666666667% - 1.7647058824rem);
    height: calc(91.6666666667% - 1.7647058824rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: -webkit-calc(100% - 1.7647058824rem);
    height: calc(100% - 1.7647058824rem);
  }
}
.grid-frame.grid-margin-y {
  height: -webkit-calc(100vh + 1.1764705882rem);
  height: calc(100vh + 1.1764705882rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: -webkit-calc(100vh + 1.7647058824rem);
    height: calc(100vh + 1.7647058824rem);
  }
}
.button,
#mainNav > ul > li.loginInMobileNav .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0 2.353em 0 2.353em;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1.2941176471rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput="mouse"] .button,
[data-whatinput="mouse"] #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav [data-whatinput="mouse"] .button {
  outline: 0;
}
.button.tiny,
#mainNav > ul > li.loginInMobileNav .tiny.button {
  font-size: 0.75rem;
}
.button.small,
#mainNav > ul > li.loginInMobileNav .small.button {
  font-size: 0.875rem;
}
.button.large,
#mainNav > ul > li.loginInMobileNav .large.button {
  font-size: 1.3125rem;
}
.button.expanded,
#mainNav > ul > li.loginInMobileNav .expanded.button {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button,
#mainNav > ul > li.loginInMobileNav .button,
.button.disabled,
#mainNav > ul > li.loginInMobileNav .disabled.button,
.button[disabled],
#mainNav > ul > li.loginInMobileNav .button[disabled],
.button.disabled:hover,
#mainNav > ul > li.loginInMobileNav .disabled.button:hover,
.button[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .button[disabled]:hover,
.button.disabled:focus,
#mainNav > ul > li.loginInMobileNav .disabled.button:focus,
.button[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .button[disabled]:focus {
  background-color: #0097b2;
  color: #2c2a2b;
}
.button:hover,
#mainNav > ul > li.loginInMobileNav .button:hover,
.button:focus,
#mainNav > ul > li.loginInMobileNav .button:focus {
  background-color: #d95a0b;
  color: #2c2a2b;
}
.button.primary,
#mainNav > ul > li.loginInMobileNav .primary.button,
.button.primary.disabled,
#mainNav > ul > li.loginInMobileNav .primary.disabled.button,
.button.primary[disabled],
#mainNav > ul > li.loginInMobileNav .primary.button[disabled],
.button.primary.disabled:hover,
#mainNav > ul > li.loginInMobileNav .primary.disabled.button:hover,
.button.primary[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .primary.button[disabled]:hover,
.button.primary.disabled:focus,
#mainNav > ul > li.loginInMobileNav .primary.disabled.button:focus,
.button.primary[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .primary.button[disabled]:focus {
  background-color: #0097b2;
  color: #2c2a2b;
}
.button.primary:hover,
#mainNav > ul > li.loginInMobileNav .primary.button:hover,
.button.primary:focus,
#mainNav > ul > li.loginInMobileNav .primary.button:focus {
  background-color: #0097b2;
  color: #2c2a2b;
}
.button.secondary,
#mainNav > ul > li.loginInMobileNav .secondary.button,
.button.secondary.disabled,
#mainNav > ul > li.loginInMobileNav .secondary.disabled.button,
.button.secondary[disabled],
#mainNav > ul > li.loginInMobileNav .secondary.button[disabled],
.button.secondary.disabled:hover,
#mainNav > ul > li.loginInMobileNav .secondary.disabled.button:hover,
.button.secondary[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .secondary.button[disabled]:hover,
.button.secondary.disabled:focus,
#mainNav > ul > li.loginInMobileNav .secondary.disabled.button:focus,
.button.secondary[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .secondary.button[disabled]:focus {
  background-color: #8cde7e;
  color: #2c2a2b;
}
.button.secondary:hover,
#mainNav > ul > li.loginInMobileNav .secondary.button:hover,
.button.secondary:focus,
#mainNav > ul > li.loginInMobileNav .secondary.button:focus {
  background-color: #8cde7e;
  color: #2c2a2b;
}
.button.success,
#mainNav > ul > li.loginInMobileNav .success.button,
.button.success.disabled,
#mainNav > ul > li.loginInMobileNav .success.disabled.button,
.button.success[disabled],
#mainNav > ul > li.loginInMobileNav .success.button[disabled],
.button.success.disabled:hover,
#mainNav > ul > li.loginInMobileNav .success.disabled.button:hover,
.button.success[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .success.button[disabled]:hover,
.button.success.disabled:focus,
#mainNav > ul > li.loginInMobileNav .success.disabled.button:focus,
.button.success[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .success.button[disabled]:focus {
  background-color: #3adb76;
  color: #2c2a2b;
}
.button.success:hover,
#mainNav > ul > li.loginInMobileNav .success.button:hover,
.button.success:focus,
#mainNav > ul > li.loginInMobileNav .success.button:focus {
  background-color: #3adb76;
  color: #2c2a2b;
}
.button.warning,
#mainNav > ul > li.loginInMobileNav .warning.button,
.button.warning.disabled,
#mainNav > ul > li.loginInMobileNav .warning.disabled.button,
.button.warning[disabled],
#mainNav > ul > li.loginInMobileNav .warning.button[disabled],
.button.warning.disabled:hover,
#mainNav > ul > li.loginInMobileNav .warning.disabled.button:hover,
.button.warning[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .warning.button[disabled]:hover,
.button.warning.disabled:focus,
#mainNav > ul > li.loginInMobileNav .warning.disabled.button:focus,
.button.warning[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .warning.button[disabled]:focus {
  background-color: #ffae00;
  color: #2c2a2b;
}
.button.warning:hover,
#mainNav > ul > li.loginInMobileNav .warning.button:hover,
.button.warning:focus,
#mainNav > ul > li.loginInMobileNav .warning.button:focus {
  background-color: #ffae00;
  color: #2c2a2b;
}
.button.alert,
#mainNav > ul > li.loginInMobileNav .alert.button,
.button.alert.disabled,
#mainNav > ul > li.loginInMobileNav .alert.disabled.button,
.button.alert[disabled],
#mainNav > ul > li.loginInMobileNav .alert.button[disabled],
.button.alert.disabled:hover,
#mainNav > ul > li.loginInMobileNav .alert.disabled.button:hover,
.button.alert[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .alert.button[disabled]:hover,
.button.alert.disabled:focus,
#mainNav > ul > li.loginInMobileNav .alert.disabled.button:focus,
.button.alert[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .alert.button[disabled]:focus {
  background-color: #e20016;
  color: #2c2a2b;
}
.button.alert:hover,
#mainNav > ul > li.loginInMobileNav .alert.button:hover,
.button.alert:focus,
#mainNav > ul > li.loginInMobileNav .alert.button:focus {
  background-color: #e20016;
  color: #2c2a2b;
}
.button.hollow,
#mainNav > ul > li.loginInMobileNav .hollow.button,
.button.hollow:hover,
#mainNav > ul > li.loginInMobileNav .hollow.button:hover,
.button.hollow:focus,
#mainNav > ul > li.loginInMobileNav .hollow.button:focus,
.button.hollow.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.disabled.button,
.button.hollow.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.disabled.button:hover,
.button.hollow.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.disabled.button:focus,
.button.hollow[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.button[disabled],
.button.hollow[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.button[disabled]:hover,
.button.hollow[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.button[disabled]:focus {
  background-color: transparent;
}
.button.hollow,
#mainNav > ul > li.loginInMobileNav .hollow.button,
.button.hollow.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.disabled.button,
.button.hollow[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.button[disabled],
.button.hollow.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.disabled.button:hover,
.button.hollow[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.button[disabled]:hover,
.button.hollow.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.disabled.button:focus,
.button.hollow[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.button[disabled]:focus {
  border: 1px solid #0097b2;
  color: #0097b2;
}
.button.hollow:hover,
#mainNav > ul > li.loginInMobileNav .hollow.button:hover,
.button.hollow:focus,
#mainNav > ul > li.loginInMobileNav .hollow.button:focus {
  border-color: #0097b2;
  color: #0097b2;
}
.button.hollow.primary,
#mainNav > ul > li.loginInMobileNav .hollow.primary.button,
.button.hollow.primary.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.primary.disabled.button,
.button.hollow.primary[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.primary.button[disabled],
.button.hollow.primary.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.primary.disabled.button:hover,
.button.hollow.primary[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.primary.button[disabled]:hover,
.button.hollow.primary.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.primary.disabled.button:focus,
.button.hollow.primary[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.primary.button[disabled]:focus {
  border: 1px solid #0097b2;
  color: #0097b2;
}
.button.hollow.primary:hover,
#mainNav > ul > li.loginInMobileNav .hollow.primary.button:hover,
.button.hollow.primary:focus,
#mainNav > ul > li.loginInMobileNav .hollow.primary.button:focus {
  border-color: #0097b2;
  color: #0097b2;
}
.button.hollow.secondary,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.button,
.button.hollow.secondary.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.disabled.button,
.button.hollow.secondary[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.secondary.button[disabled],
.button.hollow.secondary.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.disabled.button:hover,
.button.hollow.secondary[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.button[disabled]:hover,
.button.hollow.secondary.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.disabled.button:focus,
.button.hollow.secondary[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.button[disabled]:focus {
  border: 1px solid #8cde7e;
  color: #8cde7e;
}
.button.hollow.secondary:hover,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.button:hover,
.button.hollow.secondary:focus,
#mainNav > ul > li.loginInMobileNav .hollow.secondary.button:focus {
  border-color: #8cde7e;
  color: #8cde7e;
}
.button.hollow.success,
#mainNav > ul > li.loginInMobileNav .hollow.success.button,
.button.hollow.success.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.success.disabled.button,
.button.hollow.success[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.success.button[disabled],
.button.hollow.success.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.success.disabled.button:hover,
.button.hollow.success[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.success.button[disabled]:hover,
.button.hollow.success.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.success.disabled.button:focus,
.button.hollow.success[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.success.button[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover,
#mainNav > ul > li.loginInMobileNav .hollow.success.button:hover,
.button.hollow.success:focus,
#mainNav > ul > li.loginInMobileNav .hollow.success.button:focus {
  border-color: #3adb76;
  color: #3adb76;
}
.button.hollow.warning,
#mainNav > ul > li.loginInMobileNav .hollow.warning.button,
.button.hollow.warning.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.warning.disabled.button,
.button.hollow.warning[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.warning.button[disabled],
.button.hollow.warning.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.warning.disabled.button:hover,
.button.hollow.warning[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.warning.button[disabled]:hover,
.button.hollow.warning.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.warning.disabled.button:focus,
.button.hollow.warning[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.warning.button[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover,
#mainNav > ul > li.loginInMobileNav .hollow.warning.button:hover,
.button.hollow.warning:focus,
#mainNav > ul > li.loginInMobileNav .hollow.warning.button:focus {
  border-color: #ffae00;
  color: #ffae00;
}
.button.hollow.alert,
#mainNav > ul > li.loginInMobileNav .hollow.alert.button,
.button.hollow.alert.disabled,
#mainNav > ul > li.loginInMobileNav .hollow.alert.disabled.button,
.button.hollow.alert[disabled],
#mainNav > ul > li.loginInMobileNav .hollow.alert.button[disabled],
.button.hollow.alert.disabled:hover,
#mainNav > ul > li.loginInMobileNav .hollow.alert.disabled.button:hover,
.button.hollow.alert[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .hollow.alert.button[disabled]:hover,
.button.hollow.alert.disabled:focus,
#mainNav > ul > li.loginInMobileNav .hollow.alert.disabled.button:focus,
.button.hollow.alert[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .hollow.alert.button[disabled]:focus {
  border: 1px solid #e20016;
  color: #e20016;
}
.button.hollow.alert:hover,
#mainNav > ul > li.loginInMobileNav .hollow.alert.button:hover,
.button.hollow.alert:focus,
#mainNav > ul > li.loginInMobileNav .hollow.alert.button:focus {
  border-color: #e20016;
  color: #e20016;
}
.button.clear,
#mainNav > ul > li.loginInMobileNav .clear.button,
.button.clear:hover,
#mainNav > ul > li.loginInMobileNav .clear.button:hover,
.button.clear:focus,
#mainNav > ul > li.loginInMobileNav .clear.button:focus,
.button.clear.disabled,
#mainNav > ul > li.loginInMobileNav .clear.disabled.button,
.button.clear.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.disabled.button:hover,
.button.clear.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.disabled.button:focus,
.button.clear[disabled],
#mainNav > ul > li.loginInMobileNav .clear.button[disabled],
.button.clear[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.button[disabled]:hover,
.button.clear[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear,
#mainNav > ul > li.loginInMobileNav .clear.button,
.button.clear.disabled,
#mainNav > ul > li.loginInMobileNav .clear.disabled.button,
.button.clear[disabled],
#mainNav > ul > li.loginInMobileNav .clear.button[disabled],
.button.clear.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.disabled.button:hover,
.button.clear[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.button[disabled]:hover,
.button.clear.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.disabled.button:focus,
.button.clear[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.button[disabled]:focus {
  color: #0097b2;
}
.button.clear:hover,
#mainNav > ul > li.loginInMobileNav .clear.button:hover,
.button.clear:focus,
#mainNav > ul > li.loginInMobileNav .clear.button:focus {
  color: #0097b2;
}
.button.clear.primary,
#mainNav > ul > li.loginInMobileNav .clear.primary.button,
.button.clear.primary.disabled,
#mainNav > ul > li.loginInMobileNav .clear.primary.disabled.button,
.button.clear.primary[disabled],
#mainNav > ul > li.loginInMobileNav .clear.primary.button[disabled],
.button.clear.primary.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.primary.disabled.button:hover,
.button.clear.primary[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.primary.button[disabled]:hover,
.button.clear.primary.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.primary.disabled.button:focus,
.button.clear.primary[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.primary.button[disabled]:focus {
  color: #0097b2;
}
.button.clear.primary:hover,
#mainNav > ul > li.loginInMobileNav .clear.primary.button:hover,
.button.clear.primary:focus,
#mainNav > ul > li.loginInMobileNav .clear.primary.button:focus {
  color: #0097b2;
}
.button.clear.secondary,
#mainNav > ul > li.loginInMobileNav .clear.secondary.button,
.button.clear.secondary.disabled,
#mainNav > ul > li.loginInMobileNav .clear.secondary.disabled.button,
.button.clear.secondary[disabled],
#mainNav > ul > li.loginInMobileNav .clear.secondary.button[disabled],
.button.clear.secondary.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.secondary.disabled.button:hover,
.button.clear.secondary[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.secondary.button[disabled]:hover,
.button.clear.secondary.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.secondary.disabled.button:focus,
.button.clear.secondary[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.secondary.button[disabled]:focus {
  color: #8cde7e;
}
.button.clear.secondary:hover,
#mainNav > ul > li.loginInMobileNav .clear.secondary.button:hover,
.button.clear.secondary:focus,
#mainNav > ul > li.loginInMobileNav .clear.secondary.button:focus {
  color: #8cde7e;
}
.button.clear.success,
#mainNav > ul > li.loginInMobileNav .clear.success.button,
.button.clear.success.disabled,
#mainNav > ul > li.loginInMobileNav .clear.success.disabled.button,
.button.clear.success[disabled],
#mainNav > ul > li.loginInMobileNav .clear.success.button[disabled],
.button.clear.success.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.success.disabled.button:hover,
.button.clear.success[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.success.button[disabled]:hover,
.button.clear.success.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.success.disabled.button:focus,
.button.clear.success[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.success.button[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover,
#mainNav > ul > li.loginInMobileNav .clear.success.button:hover,
.button.clear.success:focus,
#mainNav > ul > li.loginInMobileNav .clear.success.button:focus {
  color: #3adb76;
}
.button.clear.warning,
#mainNav > ul > li.loginInMobileNav .clear.warning.button,
.button.clear.warning.disabled,
#mainNav > ul > li.loginInMobileNav .clear.warning.disabled.button,
.button.clear.warning[disabled],
#mainNav > ul > li.loginInMobileNav .clear.warning.button[disabled],
.button.clear.warning.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.warning.disabled.button:hover,
.button.clear.warning[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.warning.button[disabled]:hover,
.button.clear.warning.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.warning.disabled.button:focus,
.button.clear.warning[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.warning.button[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover,
#mainNav > ul > li.loginInMobileNav .clear.warning.button:hover,
.button.clear.warning:focus,
#mainNav > ul > li.loginInMobileNav .clear.warning.button:focus {
  color: #ffae00;
}
.button.clear.alert,
#mainNav > ul > li.loginInMobileNav .clear.alert.button,
.button.clear.alert.disabled,
#mainNav > ul > li.loginInMobileNav .clear.alert.disabled.button,
.button.clear.alert[disabled],
#mainNav > ul > li.loginInMobileNav .clear.alert.button[disabled],
.button.clear.alert.disabled:hover,
#mainNav > ul > li.loginInMobileNav .clear.alert.disabled.button:hover,
.button.clear.alert[disabled]:hover,
#mainNav > ul > li.loginInMobileNav .clear.alert.button[disabled]:hover,
.button.clear.alert.disabled:focus,
#mainNav > ul > li.loginInMobileNav .clear.alert.disabled.button:focus,
.button.clear.alert[disabled]:focus,
#mainNav > ul > li.loginInMobileNav .clear.alert.button[disabled]:focus {
  color: #e20016;
}
.button.clear.alert:hover,
#mainNav > ul > li.loginInMobileNav .clear.alert.button:hover,
.button.clear.alert:focus,
#mainNav > ul > li.loginInMobileNav .clear.alert.button:focus {
  color: #e20016;
}
.button.disabled,
#mainNav > ul > li.loginInMobileNav .disabled.button,
.button[disabled],
#mainNav > ul > li.loginInMobileNav .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after,
#mainNav > ul > li.loginInMobileNav .dropdown.button::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 2.353em;
}
.button.dropdown.hollow::after,
#mainNav > ul > li.loginInMobileNav .dropdown.hollow.button::after,
.button.dropdown.clear::after,
#mainNav > ul > li.loginInMobileNav .dropdown.clear.button::after {
  border-top-color: #0097b2;
}
.button.dropdown.hollow.primary::after,
#mainNav > ul > li.loginInMobileNav .dropdown.hollow.primary.button::after,
.button.dropdown.clear.primary::after,
#mainNav > ul > li.loginInMobileNav .dropdown.clear.primary.button::after {
  border-top-color: #0097b2;
}
.button.dropdown.hollow.secondary::after,
#mainNav > ul > li.loginInMobileNav .dropdown.hollow.secondary.button::after,
.button.dropdown.clear.secondary::after,
#mainNav > ul > li.loginInMobileNav .dropdown.clear.secondary.button::after {
  border-top-color: #8cde7e;
}
.button.dropdown.hollow.success::after,
#mainNav > ul > li.loginInMobileNav .dropdown.hollow.success.button::after,
.button.dropdown.clear.success::after,
#mainNav > ul > li.loginInMobileNav .dropdown.clear.success.button::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after,
#mainNav > ul > li.loginInMobileNav .dropdown.hollow.warning.button::after,
.button.dropdown.clear.warning::after,
#mainNav > ul > li.loginInMobileNav .dropdown.clear.warning.button::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after,
#mainNav > ul > li.loginInMobileNav .dropdown.hollow.alert.button::after,
.button.dropdown.clear.alert::after,
#mainNav > ul > li.loginInMobileNav .dropdown.clear.alert.button::after {
  border-top-color: #e20016;
}
.button.arrow-only::after,
#mainNav > ul > li.loginInMobileNav .arrow-only.button::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:hover,
#mainNav > ul > li.loginInMobileNav a.button:hover,
a.button:focus,
#mainNav > ul > li.loginInMobileNav a.button:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: none;
  background-color: #fff;
}
caption {
  padding: 0.8235294118rem 0.5882352941rem;
  font-weight: 700;
}
thead {
  background: #fff;
  color: #fff;
}
tfoot {
  background: #2c2a2b;
  color: #fff;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.8235294118rem 0.5882352941rem;
  font-weight: 700;
  text-align: left;
}
tbody th,
tbody td {
  padding: 0.8235294118rem 0.5882352941rem;
}
tbody tr {
  border-bottom: none;
  background-color: #fff;
}
table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}
@media print, screen and (max-width: 47.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #fff;
}
table.hover tfoot tr:hover {
  background-color: #2c2a2b;
}
table.hover tbody tr:hover {
  background-color: #f2f2f2;
}
table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ededed;
}
.table-scroll {
  overflow-x: auto;
}
.pagination {
  margin-left: 0;
  margin-bottom: 2rem;
}
.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0588235294rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 1.0625rem;
  display: none;
}
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1764705882rem 0.2941176471rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0097b2;
}
.pagination a:hover,
.pagination button:hover {
  background: transparent;
}
.pagination .current {
  padding: 0.1764705882rem 0.2941176471rem;
  background: transparent;
  color: #2c2a2b;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1764705882rem 0.2941176471rem;
  color: #959595;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1764705882rem 0.2941176471rem;
  content: "\2026";
  color: #2c2a2b;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #2c2a2b;
  font-weight: 700;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: -webkit-calc(100% + 0.6495rem);
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  font-size: 0.8235294118rem;
  color: #2c2a2b;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #e5e5e5;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #e5e5e5 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #e5e5e5;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #e5e5e5 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  font-size: 1.2941176471rem;
  line-height: 1;
  color: #0097b2;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.accordion-title:hover,
.accordion-title:focus {
  background-color: transparent;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg%3E%3Cline x1='10' x2='10' y2='20' fill='none' stroke='%23f60' stroke-width='2'/%3E%3Cline x1='20' y1='10' y2='10' fill='none' stroke='%23f60' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.is-active > .accordion-title::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg%3E%3Cline x1='20' y1='10' y2='10' fill='none' stroke='%23f60' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background-color: transparent;
  color: #2c2a2b;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.tabs {
  margin: 0;
  border: 1px solid none;
  background: #f2f2f2;
  list-style-type: none;
}
.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #0097b2;
}
.tabs.primary > li > a {
  color: #2c2a2b;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #f36b16;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 0.8235294118rem 1.7647058824rem;
  font-size: 1.0625rem;
  line-height: 1;
  color: #2c2a2b;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #262425;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #0097b2;
  color: #fff;
}
.tabs-content {
  border: 1px solid none;
  border-top: 0;
  background: transparent;
  color: #2c2a2b;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(44, 42, 43, 0.7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 2rem;
  border: 1px solid #959595;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 90%;
    max-width: 1113px;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1113px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 1113px;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 1113px;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 19.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  -webkit-transition-duration: 750ms !important;
  -o-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}
.fast {
  -webkit-transition-duration: 250ms !important;
  -o-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}
.linear {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.ease {
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  -o-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  -o-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
}
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  -o-transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  transition-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  -o-transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  transition-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
}
.short-delay {
  -webkit-transition-delay: 300ms !important;
  -o-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}
.long-delay {
  -webkit-transition-delay: 700ms !important;
  -o-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}
.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}
.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}
.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
  animation-timing-function: cubic-bezier(
    0.485,
    0.155,
    0.515,
    0.845
  ) !important;
}
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(
    0.76,
    -0.245,
    0.24,
    1.245
  ) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}
.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.countdown {
  margin: 0 auto;
  width: auto;
}
.teaser .countdown,
.inner-type-panel_newsletter .successMessage .countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.countdown .countdown-container {
  min-height: 125px;
  margin-left: 10px;
  margin-top: 35px;
}
.pageTeaserWrapper .countdown .countdown-container {
  min-height: 0;
  margin-left: 0;
}
.countdown .time {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 70px;
  width: 60px;
  -webkit-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 0.1176470588rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.teaser .countdown .time,
.inner-type-panel_newsletter .successMessage .countdown .time {
  width: 60px;
  height: 80px;
}
@media print, screen and (min-width: 64em) {
  .teaser .countdown .time,
  .inner-type-panel_newsletter .successMessage .countdown .time {
    width: 80px;
    height: 94px;
  }
}
.countdown .count {
  background: #efd0b3;
  color: #2c2a2b;
  display: block;
  font-size: 27px;
  line-height: 58px;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.teaser .countdown .count,
.inner-type-panel_newsletter .successMessage .countdown .count {
  font-size: 28px;
  line-height: 70px;
}
@media print, screen and (min-width: 64em) {
  .teaser .countdown .count,
  .inner-type-panel_newsletter .successMessage .countdown .count {
    font-size: 34px;
    line-height: 80px;
  }
}
.countdown .count.top {
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}
.countdown .count.bottom {
  display: none !important;
}
.countdown .timelabel {
  color: #2c2a2b;
  margin-top: 5px;
  display: block;
  position: absolute;
  bottom: 8px;
  width: 100%;
  z-index: 4;
  font-size: 0.5882352941rem;
}
@media print, screen and (min-width: 64em) {
  .teaser .countdown .timelabel,
  .inner-type-panel_newsletter .successMessage .countdown .timelabel {
    font-size: 0.8235294118rem;
  }
}
ul.pagination {
  margin-bottom: 0;
}
ul.pagination li {
  padding: 0;
  background: none;
  text-align: center;
}
.makeBlurry {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.image-loading {
  position: relative;
}
.image-loading svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
:root {
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animated {
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.repeat-1 {
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
  -webkit-animation-iteration-count: -webkit-calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
  -webkit-animation-iteration-count: -webkit-calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated.delay-1s {
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animated.delay-2s {
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animated.delay-3s {
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animated.delay-4s {
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animated.delay-5s {
  -webkit-animation-delay: -webkit-calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animated.faster {
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
  -webkit-animation-duration: -webkit-calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@font-face {
  font-family: "proxima";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-regular-webfont.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/regular.woff")
      format("woff"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/regular.ttf")
      format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-regularit-webfont.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/regularita.woff")
      format("woff"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/regularita.ttf")
      format("ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "proxima";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-semibold-webfont.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-semibold-webfont.woff")
      format("woff"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-semibold-webfont.ttf")
      format("ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "proxima";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-semiboldit-webfont.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/proximanova-semiboldit-webfont.woff")
      format("woff"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Proxima/semiboldita.ttf")
      format("ttf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Hind//5aU69_a8oxmIdGh4BCOz.woff2")
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Hind//5aU69_a8oxmIdGd4BCOz.woff2")
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Hind//5aU69_a8oxmIdGl4BA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Hind//5aU19_a8oxmIfNJdER2SjQpf.woff2")
    format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Hind//5aU19_a8oxmIfNJdERKSjQpf.woff2")
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 700;
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Hind//5aU19_a8oxmIfNJdERySjQ.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: "aeonik";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Regular.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aeonik";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Bold.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Bold.woff")
      format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "aeonik-medium";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Medium.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Medium.woff")
      format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "aeonik-medium";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Medium.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Medium.woff")
      format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "aeonik-bold";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Bold.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aeonik-bold";
  src: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-BoldItalic.woff2")
      format("woff2"),
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Fonts/Aeonik/Aeonik-BoldItalic.woff")
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
img {
  max-width: 100%;
  height: auto;
}
img[src$="svg"] {
  max-width: none;
  height: auto;
}
h1 {
  font-size: 2.063rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 1.1764705882rem;
}
h1.ce-headline-center {
  text-align: center;
}
@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.4705882353rem;
    line-height: 2.3529411765rem;
  }
}
@media screen and (min-width: 75em) {
  h1 {
    font-size: 3.0588235294rem;
    line-height: 3.8235294118rem;
  }
}
h1.size97,
h2.size97 {
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 2.9411764706rem;
  line-height: 3.5294117647rem;
}
@media print, screen and (min-width: 48em) {
  h1.size97,
  h2.size97 {
    font-size: 5.7058823529rem;
    line-height: 6.2352941176rem;
    line-height: 6.4705882353rem;
  }
}
@media screen and (min-width: 90em) {
  h1.size97,
  h2.size97 {
    font-size: 5.7058823529rem;
    line-height: 6.2352941176rem;
  }
}
h1.size53 {
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 38px;
  line-height: 45px;
}
@media print, screen and (min-width: 48em) {
  h1.size53 {
    font-size: 48px;
    line-height: 61px;
  }
}
@media screen and (min-width: 75em) {
  h1.size53 {
    font-size: 53px;
    line-height: 67px;
  }
}
h2,
.tx-bgm-webinars h1 {
  font-weight: 700;
  font-size: 1.8823529412rem;
  line-height: 2rem;
}
h2.ce-headline-center,
.tx-bgm-webinars h1.ce-headline-center {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  h2,
  .tx-bgm-webinars h1 {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
    margin-bottom: 1.4705882353rem;
  }
}
h2.size272,
.tx-bgm-webinars h1.size272 {
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 4.4705882353rem;
  line-height: 3.5294117647rem;
  margin-bottom: 31px;
}
@media print, screen and (min-width: 48em) {
  h2.size272,
  .tx-bgm-webinars h1.size272 {
    font-size: 8.6470588235rem;
    line-height: 7.8235294118rem;
    margin-top: 0;
    margin-bottom: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size272,
  .tx-bgm-webinars h1.size272 {
    font-size: 13.6470588235rem;
    line-height: 14rem;
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 75em) {
  h2.size272,
  .tx-bgm-webinars h1.size272 {
    font-size: 15.4117647059rem;
    line-height: 12.4117647059rem;
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 90em) {
  h2.size272,
  .tx-bgm-webinars h1.size272 {
    font-size: 16rem;
    line-height: 12.9411764706rem;
    margin-bottom: 50px;
  }
}
h2.size97,
.tx-bgm-webinars h1.size97 {
  margin-bottom: 21px;
}
@media print, screen and (min-width: 48em) {
  h2.size97,
  .tx-bgm-webinars h1.size97 {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 103.75em) {
  h2.size97,
  .tx-bgm-webinars h1.size97 {
    margin-bottom: 92px;
  }
}
h2.size70,
.tx-bgm-webinars h1.size70 {
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 2.2352941176rem;
  line-height: 2.6470588235rem;
}
@media print, screen and (min-width: 48em) {
  h2.size70,
  .tx-bgm-webinars h1.size70 {
    font-size: 2.1176470588rem;
    line-height: 2.7058823529rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size70,
  .tx-bgm-webinars h1.size70 {
    font-size: 3.7647058824rem;
    line-height: 4.5882352941rem;
  }
}
@media screen and (min-width: 75em) {
  h2.size70,
  .tx-bgm-webinars h1.size70 {
    font-size: 4.1176470588rem;
    line-height: 4.8235294118rem;
  }
}
@media screen and (min-width: 90em) {
  h2.size70,
  .tx-bgm-webinars h1.size70 {
    font-size: 4.1176470588rem;
    line-height: 4.8235294118rem;
  }
}
h2.size130,
.tx-bgm-webinars h1.size130 {
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  margin-bottom: 29px;
  font-size: 2.7647058824rem;
  line-height: 3.2352941176rem;
}
@media print, screen and (min-width: 48em) {
  h2.size130,
  .tx-bgm-webinars h1.size130 {
    font-size: 4.7058823529rem;
    line-height: 4.7647058824rem;
    margin-bottom: 68px;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size130,
  .tx-bgm-webinars h1.size130 {
    font-size: 7.6470588235rem;
    line-height: 8.2352941176rem;
  }
}
h2.size62,
.tx-bgm-webinars h1.size62 {
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 2.7647058824rem;
  line-height: 3.2352941176rem;
}
@media print, screen and (min-width: 48em) {
  h2.size62,
  .tx-bgm-webinars h1.size62 {
    font-size: 4.7058823529rem;
    line-height: 4.7647058824rem;
  }
}
@media screen and (min-width: 75em) {
  h2.size62,
  .tx-bgm-webinars h1.size62 {
    font-size: 3.7647058824rem;
    line-height: 4.5882352941rem;
  }
}
h2.size53,
.tx-bgm-webinars h1.size53 {
  font-size: 1.7647058824rem;
  line-height: 2.0588235294rem;
  line-height: 2.3529411765rem;
}
@media print, screen and (min-width: 48em) {
  h2.size53,
  .tx-bgm-webinars h1.size53 {
    font-size: 2.1176470588rem;
    line-height: 2.7058823529rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size53,
  .tx-bgm-webinars h1.size53 {
    font-size: 3.1176470588rem;
    line-height: 4.5294117647rem;
  }
}
h3,
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
  font-weight: bold;
  margin-bottom: 1.1764705882rem;
}
h3.ce-headline-center,
.teaser h2.ce-headline-center,
.inner-type-panel_newsletter .successMessage h2.ce-headline-center,
.teaser .tx-bgm-webinars h1.ce-headline-center,
.tx-bgm-webinars .teaser h1.ce-headline-center,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1.ce-headline-center,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1.ce-headline-center {
  text-align: center;
}
@media screen and (min-width: 75em) {
  h3,
  .teaser h2,
  .inner-type-panel_newsletter .successMessage h2,
  .teaser .tx-bgm-webinars h1,
  .tx-bgm-webinars .teaser h1,
  .inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
  .tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
    font-size: 1.8823529412rem;
    line-height: 2rem;
    margin-bottom: 1.7647058824rem;
  }
}
h4 {
  font-weight: 700;
}
p.subheader {
  font-weight: bold;
  margin: 0 0 2.3529411765rem;
}
h1 + p.subheader,
h2 + p.subheader,
.tx-bgm-webinars h1 + p.subheader {
  font-size: 1.1764705882rem;
  line-height: 1.4117647059rem;
  font-weight: normal;
  margin-bottom: 2.3529411765rem;
}
@media screen and (min-width: 75em) {
  h1 + p.subheader,
  h2 + p.subheader,
  .tx-bgm-webinars h1 + p.subheader {
    font-size: 1.4117647059rem;
    line-height: 2.0588235294rem;
  }
}
h3 + p.subheader,
.teaser h2 + p.subheader,
.inner-type-panel_newsletter .successMessage h2 + p.subheader,
.teaser .tx-bgm-webinars h1 + p.subheader,
.tx-bgm-webinars .teaser h1 + p.subheader,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1 + p.subheader,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 + p.subheader {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  color: #2c2a2b;
  margin: -1.1764705882rem 0 1.1764705882rem;
}
@media screen and (min-width: 75em) {
  h3 + p.subheader,
  .teaser h2 + p.subheader,
  .inner-type-panel_newsletter .successMessage h2 + p.subheader,
  .teaser .tx-bgm-webinars h1 + p.subheader,
  .tx-bgm-webinars .teaser h1 + p.subheader,
  .inner-type-panel_newsletter
    .successMessage
    .tx-bgm-webinars
    h1
    + p.subheader,
  .tx-bgm-webinars
    .inner-type-panel_newsletter
    .successMessage
    h1
    + p.subheader {
    font-size: 1.1764705882rem;
    line-height: 1.4117647059rem;
  }
}
p.medium {
  font-size: 4.4705882353rem;
  line-height: 4.4705882353rem;
  margin-bottom: 1.4705882353rem;
}
p.medium-noBottomMargin {
  margin-bottom: 0;
}
p.smallBottomMargin {
  margin-bottom: 10px !important;
}
p.text-center-mobile-left {
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  p.text-center-mobile-left {
    text-align: center;
  }
}
#pageMain p,
#pageWrapper #fixed-section p {
  line-height: 1.6470588235rem;
}
#pageMain p.price,
#pageWrapper #fixed-section p.price {
  line-height: 1;
}
.medium {
  font-size: 4.4705882353rem;
  line-height: 4.4705882353rem;
}
.italic {
  font-style: italic;
}
.orange {
  color: #0097b2;
}
.stagecontent .orange,
.inner-layout-2 .orange,
.section--fixed .orange {
  color: #fff;
}
.turquoise {
  color: #04c1cd;
}
.turquoise-dark {
  color: #119988;
}
.grey {
  color: #888;
}
.green {
  color: #8cde7e;
}
.red {
  color: #de071c;
}
ul {
  list-style: none;
  margin-left: 0;
}
ul li {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  padding: 0px 0px 12px 22px;
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.242' height='17.027'%3E%3Ctitle%3Epointer%3C/title%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' fill='%23f60'/%3E%3C/svg%3E");
}
ul.checkBig li {
  font-size: 1.1764705882rem;
  line-height: 1.5294117647rem;
  padding: 0px 0px 20px 48px;
  font-weight: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.242' height='17.027'%3E%3Cpath data-name='Pfad 405' d='M2.121 9.318h0l5.337 5.561L20.12 2.121' fill='none' stroke='%238CDE7E' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-position: 10px 4px;
}
ul.checkSmall li {
  padding: 0px 0px 8px 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.242' height='12.774'%3E%3Cpath data-name='Pfad 405' d='M2.121 6.92h0l3.558 3.707 8.442-8.505' fill='none' stroke='%23000000' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E");
  background-position: 5px 7px;
}
ul.checkBigBlack li {
  font-size: 1.1764705882rem;
  line-height: 1.1764705882rem;
  padding: 0px 0px 20px 40px;
  font-weight: 400;
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/check-black.svg");
  background-position: 0 0;
}
.fontColor-black ul.checkBigBlack li {
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/check-black.svg");
}
.fontColor-white ul.checkBigBlack li {
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/check-white.svg");
}
.fontColor-grey ul.checkBigBlack li {
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/check-grey.svg");
}
.fontColor-orange ul.checkBigBlack li {
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/check-orange.svg");
}
ul.checkBigOrange li {
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/check-orange.svg");
}
ol li {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  padding: 0px 0px 12px 4px;
}
.prize {
  display: inline-block;
  position: relative;
  font-size: 180px;
  line-height: 1.1;
  color: #0097b2;
}
.prize sup {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -50px;
  font-size: 50px;
}
blockquote > p {
  font-style: italic;
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
}
@media print, screen and (min-width: 40em) {
  blockquote > p {
    font-size: 1.8823529412rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  blockquote > p {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
  }
}
.size14,
.tx_flatexshares.mosttradedvalues.bars .valueIsin,
.indexSingleNews .indizesItemHeader,
.tx-bgm-webinars .webinar-filterlist .info-content,
.reveal.info-content {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
}
.size17,
.accordion-title-content {
  font-size: 1rem;
  line-height: 1.4705882353rem;
}
.size18,
#contentFixedMenu .frame-type-menu_anchor ul li a,
#contentFixedMenu .frame-type-menu_anchor ul li.active a {
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
}
.size20,
legend,
.tooltip h2,
.tooltip .tx-bgm-webinars h1,
.tx-bgm-webinars .tooltip h1,
.indexSingleNews .indizesItemName {
  font-size: 1.1764705882rem;
  line-height: 1.4117647059rem;
}
.size22,
.messageContainer,
.frame-type-favorites_slider .trend > div,
.tx_flatexshares .tableTitle1,
.tx_flatexshares .TopIndizesHeader,
.tx_flatexshares .FlopIndizesHeader,
.tx-isharescalculator .profile label strong {
  font-size: 1.2941176471rem;
  line-height: 1.6470588235rem;
}
.size26,
.feature .title,
.frame-type-favorites_slider .swiper-slide .inner h3,
.frame-type-favorites_slider .swiper-slide .inner .teaser h2,
.teaser .frame-type-favorites_slider .swiper-slide .inner h2,
.frame-type-favorites_slider
  .swiper-slide
  .inner
  .inner-type-panel_newsletter
  .successMessage
  h2,
.inner-type-panel_newsletter
  .successMessage
  .frame-type-favorites_slider
  .swiper-slide
  .inner
  h2,
.frame-type-favorites_slider .swiper-slide .inner .teaser .tx-bgm-webinars h1,
.teaser .tx-bgm-webinars .frame-type-favorites_slider .swiper-slide .inner h1,
.frame-type-favorites_slider .swiper-slide .inner .tx-bgm-webinars .teaser h1,
.tx-bgm-webinars .teaser .frame-type-favorites_slider .swiper-slide .inner h1,
.frame-type-favorites_slider
  .swiper-slide
  .inner
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  .frame-type-favorites_slider
  .swiper-slide
  .inner
  h1,
.frame-type-favorites_slider
  .swiper-slide
  .inner
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  .frame-type-favorites_slider
  .swiper-slide
  .inner
  h1 {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
}
.size53 {
  font-size: 1.7647058824rem;
  line-height: 2.0588235294rem;
}
@media screen and (min-width: 75em) {
  .size53 {
    font-size: 3.1176470588rem;
    line-height: 4.5294117647rem;
  }
}
.size30 {
  font-size: 1.7647058824rem;
  line-height: 2.0588235294rem;
}
.size32,
.frame-type-favorites_slider .trend .value {
  font-size: 1.8823529412rem;
  line-height: 2rem;
}
.size40 {
  font-size: 1.8823529412rem;
  line-height: 2rem;
}
@media print, screen and (min-width: 40em) {
  .size40 {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
  }
}
.size41 {
  font-size: 2.4117647059rem;
  line-height: 3.4705882353rem;
}
.size42 {
  font-size: 2.4705882353rem;
  line-height: 2.3529411765rem;
}
.size52 {
  font-size: 3.0588235294rem;
  line-height: 3.4117647059rem;
}
.size60 {
  font-size: 3.5294117647rem;
  line-height: 4.0588235294rem;
  font-weight: bold;
}
.size62 {
  font-size: 3.6470588235rem;
  line-height: 3.7647058824rem;
}
.size72 {
  font-size: 4.2352941176rem;
  line-height: 4.3529411765rem;
}
.size76 {
  font-size: 4.4705882353rem;
  line-height: 4.4705882353rem;
}
.size96 {
  font-size: 5.6470588235rem;
  line-height: 5.4117647059rem;
}
.size97 {
  font-size: 5.7058823529rem;
  line-height: 6.2352941176rem;
}
.link-cta,
.link-cta-arrow {
  display: inline-block;
  color: #2c2a2b;
  font-size: 1.2941176471rem;
  margin: 0 0 1rem 0;
  padding-right: 1.7647058824rem;
  padding-left: 0;
  position: relative;
  -webkit-transition: color 150ms ease-out;
  -o-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
  font-family: "aeonik-medium", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}
.link-cta::after,
.link-cta-arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23f60' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 41%;
  right: 0.5rem;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.link-cta:hover,
.link-cta-arrow:hover {
  color: #0097b2;
}
.link-cta:hover::after,
.link-cta-arrow:hover::after {
  -webkit-transform: translateY(-40%) translateX(0.25em);
  -ms-transform: translateY(-40%) translateX(0.25em);
  transform: translateY(-40%) translateX(0.25em);
}
.inner-layout-2 .link-cta::after,
.inner-layout-2 .link-cta-arrow::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 14'%3E%3Ctitle%3Earrow_right%3C/title%3E%3Cpath d='M-125.46,749.676c.956,1.214,5,6,5,6l-5,6' transform='translate(126.46 -748.676)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
.inner-layout-2 .link-cta:hover,
.inner-layout-2 .link-cta-arrow:hover {
  color: #fff;
}
.link-cta-arrow {
  font-weight: 700;
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  padding-right: 10px;
  margin-right: 0;
}
.link-cta-arrow::after {
  background-image: none;
  content: "\2192";
  top: -1px !important;
  right: -8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: inline-block;
}
@media screen and (min-width: 75em) {
  .link-cta-arrow::after {
    right: -12px;
  }
}
.link-cta-arrow:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.is-safari .link-cta::after,
.is-safari .link-cta-arrow::after {
  top: 46%;
}
.inlineIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.inlineIcon.check {
  width: 20px;
  height: 25px;
}
.inlineIcon.check img {
  width: 20px;
  height: 25px;
}
.link-orange {
  color: #0097b2 !important;
}
span.awards {
  position: relative;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  display: inline-block;
}
span.awards::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16614 4.59753C4.16614 0.678644 0.835843 0 0.835843 0C0.772265 4.21927 4.16614 4.59753 4.16614 4.59753ZM1.66504 6.89719C2.70042 11.1748 5.81262 10.7131 5.81262 10.7131C4.81054 6.74978 1.66504 6.89719 1.66504 6.89719ZM4.15381 15.2913C3.17894 11.3056 0 11.4836 0 11.4836C0.993039 15.7975 4.15381 15.2913 4.15381 15.2913ZM7.75968 1.5293C4.36279 4.4469 6.54867 6.90002 6.54867 6.90002C9.65189 4.15208 7.75968 1.5293 7.75968 1.5293ZM7.52681 11.5063C11.8773 10.6136 11.6563 7.6543 11.6563 7.6543C6.95461 8.56655 7.52681 11.5063 7.52681 11.5063ZM5.83105 16.098C10.2148 16.2927 10.8234 13.0386 10.8234 13.0386C6.1005 12.7549 5.83105 16.098 5.83105 16.098ZM1.66504 19.6333C5.95799 20.8042 7.50806 17.9423 7.50806 17.9423C2.89117 16.6324 1.66504 19.6333 1.66504 19.6333Z' fill='%232C2A2B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: 20px;
  height: 18px;
  right: -6px;
  top: 3px;
}
span.awards::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8254 0C10.8254 0 7.49512 0.678636 7.49512 4.59192C7.49511 4.59192 7.49513 4.59192 7.49517 4.59191L7.4955 4.59187L7.49591 4.59182C7.55511 4.58456 10.9003 4.17453 10.8254 0ZM7.50391 15.2748C7.50391 15.2748 10.6646 15.7754 11.6577 11.4699C11.6577 11.4699 8.47877 11.2919 7.50391 15.2748ZM5.84084 10.7077C6.85506 6.75527 9.99158 6.89712 9.99158 6.89712C8.99896 10.9323 6.15237 10.7292 5.86439 10.7087C5.84846 10.7075 5.84036 10.707 5.84084 10.7077ZM0.834961 13.0165C0.834961 13.0165 1.44046 16.2792 5.82733 16.0761C5.82733 16.0761 5.55788 12.7383 0.834961 13.0165ZM3.9006 1.52734C3.9006 1.52734 2.0054 4.15004 5.11159 6.89232C5.11462 6.89789 7.29441 4.44207 3.9006 1.52734ZM4.15918 17.9192C4.15918 17.9192 5.70927 20.7785 9.99323 19.6075C9.99323 19.6075 8.78221 16.6036 4.15918 17.9192ZM4.13136 11.493C4.13136 11.493 4.70659 8.5671 0.00181064 7.64648C0.00181064 7.64648 -0.216171 10.6002 4.13136 11.493Z' fill='%232C2A2B'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: 20px;
  height: 18px;
  left: 2px;
  top: 2px;
}
span.icon-bubble {
  position: relative;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  display: inline-block;
}
span.icon-bubble::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="13" height="19" viewBox="0 0 13 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.27962 15.8095C3.27962 15.7704 3.28033 15.7315 3.28174 15.6927H9.60183C9.60324 15.7315 9.60395 15.7704 9.60395 15.8095C9.60395 17.5559 8.1882 18.9717 6.44178 18.9717C4.69537 18.9717 3.27962 17.5559 3.27962 15.8095ZM11.126 11.0677C10.1275 12.353 9.78058 13.7463 9.66187 14.6387H3.20006C3.07358 13.8515 2.75057 12.6262 1.93227 11.1845C1.90957 11.1445 1.89094 11.1058 1.87622 11.0684C0.716174 9.89443 0 8.28085 0 6.5C0 2.91015 2.91015 0 6.5 0C10.0899 0 13 2.91015 13 6.5C13 8.27833 12.2859 9.88987 11.1287 11.0635C11.128 11.0649 11.1271 11.0663 11.126 11.0677ZM2.33375 7.79338C2.75102 7.75155 3.05566 7.38024 3.0156 6.96321L3.01523 6.95873C3.01478 6.95297 3.01397 6.94205 3.01309 6.92637C3.01132 6.89498 3.00923 6.84486 3.00891 6.77934C3.00825 6.64771 3.01471 6.4574 3.04384 6.23405C3.10302 5.78018 3.25024 5.23194 3.58148 4.75648C3.93095 4.25485 4.3626 3.91481 4.71263 3.69928C4.88651 3.59221 5.03616 3.51841 5.13857 3.4727C5.18962 3.44992 5.22842 3.43434 5.25201 3.42527C5.26379 3.42075 5.27173 3.41786 5.27544 3.41654L5.27735 3.41586C5.67383 3.28177 5.88794 2.85236 5.75579 2.45469C5.6232 2.05571 5.19228 1.83975 4.7933 1.97234L5.02999 2.68459C4.7933 1.97234 4.79306 1.97242 4.79281 1.9725L4.79113 1.97306L4.7885 1.97395L4.78188 1.97621L4.76332 1.98273C4.74864 1.98797 4.72937 1.99505 4.70592 2.00405C4.65907 2.02206 4.59534 2.04787 4.51804 2.08237C4.36376 2.15123 4.15346 2.25557 3.91433 2.40282C3.43835 2.69591 2.83174 3.16916 2.33222 3.88617C1.81447 4.62936 1.61218 5.43841 1.53409 6.03718C1.49459 6.34014 1.48547 6.59999 1.4864 6.78693C1.48687 6.88069 1.48987 6.95697 1.49298 7.01215C1.49454 7.03976 1.49613 7.06216 1.49746 7.07891L1.49921 7.09976L1.49988 7.10692L1.50014 7.10967L1.50031 7.11136C1.50033 7.11161 1.50036 7.11185 2.25008 7.03669L1.50036 7.11185C1.54229 7.53019 1.91542 7.83532 2.33375 7.79338Z" fill="%232C2A2B"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: 20px;
  height: 18px;
  right: -6px;
  top: 3px;
}
span.icon-wallet {
  position: relative;
  padding-left: 0;
  display: inline-block;
  width: 20px;
  margin-right: 9px;
}
span.icon-wallet::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="120" height="105" viewBox="0 0 120 105" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M108.28 22.62H18.06C17.32 22.44 14.89 21.64 14.89 18.74C14.89 16.43 16.44 15.43 17.45 15.02H105.07C109.22 15.02 112.58 11.66 112.58 7.51C112.58 3.36 109.22 0 105.07 0H13.08C12.84 0 12.61 0.01 12.38 0.04C9.36 0.21 5.82 2.32 3.19 5.85C1.46 8.17 0.44 10.71 0.14 13.01C0.06 13.06 0 13.14 0 13.24V93.05C0 99.17 4.96 104.13 11.08 104.13H108.28C114.4 104.13 119.36 99.17 119.36 93.05V33.7C119.36 27.58 114.4 22.62 108.28 22.62ZM97.66 71.58C93.28 71.58 89.73 68.03 89.73 63.65C89.73 59.27 93.28 55.72 97.66 55.72C102.04 55.72 105.59 59.27 105.59 63.65C105.59 68.03 102.04 71.58 97.66 71.58Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: 20px;
  height: 18px;
  right: 0;
  top: -16px;
}
span.star {
  position: relative;
  padding-right: 1.1rem;
  display: inline-block;
}
span.star::after {
  content: "\2605";
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  width: 20px;
  right: -3px;
  top: 0px;
}
@media print, screen and (min-width: 40em) {
  span.star::after {
    right: -1px;
  }
}
p.flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 10px;
}
p.flex.bgwhite {
  background: #fff;
}
p.flex:first-of-type {
  margin-top: 10px;
}
p.flex.bgorange {
  color: #fff;
  background-color: #0097b2;
}
p.flex.bgorange a {
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  p.flex:nth-of-type(5) {
    margin-top: -12px;
  }
}
@media print, screen and (min-width: 64em) {
  p.flex {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    min-height: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  p.flex:nth-of-type(2) {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
  p.flex:nth-of-type(4) {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  p.flex:nth-of-type(5) {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  p.flex:nth-of-type(6) {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
p.flex span.s {
  line-height: 1.2;
}
p.flex span.s:nth-of-type(2) {
  text-align: right;
}
@media screen and (min-width: 40em) {
  p.flex span.s:nth-of-type(2) {
    text-align: left;
    width: 50%;
  }
}
p.flexfull {
  border: 1px solid #0097b2;
  padding: 25px;
}
p.flexfull .orange {
  color: #0097b2;
}
.poligon-text::before {
  content: "";
  position: absolute;
  padding: 20px;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0097b2),
      to(#0097b2)
    )
    no-repeat;
  background: -webkit-linear-gradient(left, #0097b2, #0097b2) no-repeat;
  background: -o-linear-gradient(left, #0097b2, #0097b2) no-repeat;
  background: linear-gradient(to right, #0097b2, #0097b2) no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(23% 0, 73% 0, 78% 77%, 25% 86%);
  clip-path: polygon(23% 0, 73% 0, 78% 77%, 25% 86%);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 208%;
  height: 125%;
  z-index: -1;
  left: -54%;
  top: -2px;
}
.poligon-text {
  display: inline-block;
  position: relative;
}
.button,
#mainNav > ul > li.loginInMobileNav .button {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  line-height: 2.8235294118rem;
  position: relative;
  font-weight: 400;
  font-family: "aeonik-bold", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.button-black,
.inner-layout-2 .panelLink .button,
.inner-layout-2 .panelLink #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .inner-layout-2 .panelLink .button,
.frame-layout-2 .button,
.frame-layout-2 #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .frame-layout-2 .button {
  background-color: #2c2a2b;
  color: #fff;
}
.button-black:hover,
.inner-layout-2 .panelLink .button:hover,
.inner-layout-2 .panelLink #mainNav > ul > li.loginInMobileNav .button:hover,
#mainNav > ul > li.loginInMobileNav .inner-layout-2 .panelLink .button:hover,
.frame-layout-2 .button:hover,
.frame-layout-2 #mainNav > ul > li.loginInMobileNav .button:hover,
#mainNav > ul > li.loginInMobileNav .frame-layout-2 .button:hover {
  background-color: #2c2a2b;
}
.button-black-inverse {
  background: white;
  border: 3px #2c2a2b solid;
  height: 50px;
  color: #2c2a2b;
}
.button-black-inverse:hover,
.button-black-inverse:focus {
  color: #fff;
  background: #2c2a2b;
}
.button-green,
.button-red {
  color: #fff;
  background: #8cde7e;
}
.button-green:hover,
.button-green:focus,
.button-red:hover,
.button-red:focus {
  background: #68d455;
}
.button-turquoise {
  background: #04c1cd;
  color: #2c2a2b;
}
.button-turquoise:hover,
.button-turquoise:focus {
  background: #03929b;
}
.button-turquoise-inverse {
  background: white;
  border: 3px #04c1cd solid;
  height: 50px;
  color: #2c2a2b;
}
.button-turquoise-inverse:hover,
.button-turquoise-inverse:focus {
  color: #fff;
  background: #03929b;
  border-color: #03929b;
}
.button-orange-inverse {
  background: white;
  border: 3px #04c1cd solid;
  height: 50px;
  color: #2c2a2b;
}
.button-orange-inverse:hover,
.button-orange-inverse:focus {
  color: #fff;
  background: #03929b;
  border-color: #03929b;
}
.button-red {
  background: #de071c;
}
.button-red:hover,
.button-red:focus {
  background: #ad0516;
}
.button-inverse {
  background-color: transparent;
  color: #0097b2;
  border: 3px #0097b2 solid;
  height: 50px;
}
.button-inverse:hover {
  background-color: #0097b2;
  color: #fff;
}
.button-inverse:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
}
.button-inverse:focus {
  background-color: #fff;
  color: #0097b2;
}
#stage .button-inverse {
  background: #fff;
}
#stage .button-inverse:hover {
  background-color: #0097b2;
  color: #fff;
}
#stage .button-inverse:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
}
.button::after,
#mainNav > ul > li.loginInMobileNav .button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 46%;
  right: 1.75em;
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.button:hover,
#mainNav > ul > li.loginInMobileNav .button:hover,
.button:focus,
#mainNav > ul > li.loginInMobileNav .button:focus {
  color: #fff;
}
.button:hover::after,
#mainNav > ul > li.loginInMobileNav .button:hover::after,
.button:focus::after,
#mainNav > ul > li.loginInMobileNav .button:focus::after {
  opacity: 1;
  -webkit-transform: translateY(-40%) translateX(0.67em);
  -ms-transform: translateY(-40%) translateX(0.67em);
  transform: translateY(-40%) translateX(0.67em);
}
.button.noarrow,
#mainNav > ul > li.loginInMobileNav .noarrow.button {
  cursor: auto;
}
.button.noarrow::after,
#mainNav > ul > li.loginInMobileNav .noarrow.button::after {
  display: none;
}
.button-time {
  position: relative;
  min-width: 240px;
}
@media (max-width: 1023px) {
  .button-time {
    margin-bottom: 48px;
  }
}
.button-time:before {
  display: block;
  content: "Es dauert nur 5 Minuten";
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/5_minuten.svg");
  background-size: 18px 18px;
  position: absolute;
  bottom: -45px;
  left: 12px;
  padding-left: 32px;
  color: #000;
  font-weight: 200;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 2px 15px;
}
@media (max-width: 640px) {
  .cell.medium-6 .inner-type-text .button,
  .cell.medium-6 .inner-type-text #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav .cell.medium-6 .inner-type-text .button {
    width: 80%;
  }
}
@media (max-width: 640px) {
  p.button,
  #mainNav > ul > li.loginInMobileNav p.button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
p.button:after,
#mainNav > ul > li.loginInMobileNav p.button:after {
  display: none;
  cursor: default;
}
@media (max-width: 768px) {
  #stage .button,
  #stage #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav #stage .button,
  #pageMain .button,
  #pageWrapper #fixed-section .button,
  #pageMain #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav #pageMain .button {
    min-width: 240px;
  }
}
.frame-layout-1 table thead,
.frame-layout-1 table tbody,
.frame-layout-1 table tfoot {
  background: transparent;
}
table th,
table td {
  vertical-align: top;
  text-align: left;
}
table thead th {
  color: #959595;
  font-style: italic;
}
table thead th:hover {
  background: transparent;
}
table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
table tbody tr:last-child {
  border-bottom: none;
}
.frame-layout-1 table tbody tr {
  background: transparent;
}
.frame-layout-1 table tbody tr:hover {
  background: #fff;
}
table.tablesaw tbody td {
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 40em) {
  table tr th:first-child,
  table tr td:first-child {
    padding-left: 1.7647058824rem;
  }
  table table tr > th:first-child,
  table table tr > td:first-child {
    padding-left: 0.5882352941rem;
  }
  table.tablesaw tbody td {
    border-bottom: none;
  }
}
table td > table {
  display: inline-block;
  margin: -0.8235294118rem -0.5882352941rem;
}
table td.fixChromeBug {
  border-bottom: none !important;
  position: relative;
}
table td.fixChromeBug:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  height: 1px;
}
table.hover thead tr:hover {
  background: transparent;
}
@media (max-width: 39.9375em) {
  .responsive {
  }
  .responsive .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .responsive .tablesaw-stack thead td,
  .responsive .tablesaw-stack thead th {
    display: none;
  }
  .responsive .tablesaw-stack tbody td,
  .responsive .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .responsive .tablesaw-cell-label {
    vertical-align: top;
  }
  .responsive .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  .responsive .tablesaw-stack td:empty,
  .responsive .tablesaw-stack th:empty {
    display: none;
  }
}
@media (min-width: 40em) {
  .responsive {
  }
  .responsive .tablesaw-stack tr {
    display: table-row;
  }
  .responsive .tablesaw-stack td,
  .responsive .tablesaw-stack th,
  .responsive .tablesaw-stack thead td,
  .responsive .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  .responsive .tablesaw-stack td .tablesaw-cell-label,
  .responsive .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .responsive .tablesaw-stack td.text-center,
  .responsive .tablesaw-stack th.text-center {
    text-align: center;
  }
  .responsive .tablesaw-stack td.text-right,
  .responsive .tablesaw-stack th.text-right {
    text-align: right;
  }
}
#pageWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 auto;
  overflow: hidden;
}
#pageWrapper #pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#pageWrapper #pageHeader.mui-leave {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#pageWrapper #pageHeader.mui-leave.mui-leave-active {
  opacity: 0;
}
@media screen and (min-width: 75em) {
  #pageWrapper #pageHeader {
    height: 90px;
  }
}
#pageWrapper #pageHeader .o-ctd {
  text-align: center;
  background: #0097b2;
  color: #fff;
}
#pageWrapper #pageMain,
#pageWrapper #fixed-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  z-index: 2;
  margin-bottom: 0;
  background: #fff no-repeat center bottom;
  background-size: cover;
}
#pageWrapper #pageMain.specialContent,
#pageWrapper .specialContent#fixed-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 4rem;
  padding-top: 7.6470588235rem;
  padding-bottom: 7.6470588235rem;
  background-position: center;
}
@media print, screen and (min-width: 40em) {
  #pageWrapper #pageMain.specialContent,
  #pageWrapper .specialContent#fixed-section {
    padding-top: 3.5294117647rem;
    padding-bottom: 3.5294117647rem;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper #pageMain.specialContent,
  #pageWrapper .specialContent#fixed-section {
    margin-top: 5.2941176471rem;
    padding-top: 7.6470588235rem;
    padding-bottom: 7.6470588235rem;
  }
}
#pageWrapper #pageMain.specialContent .grid-container,
#pageWrapper .specialContent#fixed-section .grid-container {
  padding: 0;
}
#pageWrapper.bigStage main > *:first-child {
  overflow: visible;
  margin-bottom: -50px;
}
#pageWrapper.bigStage main > *:first-child > .grid-container {
  position: relative;
  top: -50px;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.bigStage main > *:first-child {
    margin-bottom: -230px;
  }
  #pageWrapper.bigStage main > *:first-child > .grid-container {
    position: relative;
    top: -230px;
  }
  #pageWrapper.bigStage
    main
    > *:first-child:not(.frame-type-gridelements_pi1)
    > .grid-container {
    padding-top: 2rem;
    background: #fff;
  }
}
#pageWrapper #contentAside {
  padding-right: 1rem;
}
#pageWrapper #contentAside .sticky {
  opacity: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 5;
}
#pageWrapper #contentAside .sticky.is-at-top,
#pageWrapper #contentAside .sticky.is-at-bottom {
  opacity: 1;
}
#pageWrapper #pageFooter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
#pageWrapper.stretch2vh {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  height: auto;
  min-height: 100vh;
}
#pageWrapper.stretch2vh #pageMain,
#pageWrapper.stretch2vh #fixed-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
#pageWrapper.fullVh #stage {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#pageWrapper.fullVh #pageMain,
#pageWrapper.fullVh #fixed-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: 500px;
}
@media screen and (min-width: 75em) {
  #pageWrapper.fullVh #pageMain,
  #pageWrapper.fullVh #fixed-section {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
#pageWrapper.header-infotext #pageHeader {
  height: 200px;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.header-infotext #pageHeader {
    height: 142px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-infotext #pageHeader {
    height: 164px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-infotext #pageHeader {
    height: 190px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-infotext #pageHeader .inner {
    padding-top: 8px;
  }
}
#pageWrapper.header-infotext #pageHeader #pageinfoText {
  background-color: #2b2b2b;
  height: auto;
}
#pageWrapper.header-infotext #pageHeader #pageinfoText .innerText {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.7058823529rem;
  line-height: 0.8235294118rem;
}
#pageWrapper.header-infotext #pageHeader #pageinfoText .innerText p {
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 1.4;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-infotext #pageHeader #pageinfoText .innerText {
    font-size: 0.938rem;
    line-height: 1rem;
  }
}
#pageWrapper.header-infotext #stage {
  top: 130px;
  min-height: 710px;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.header-infotext #stage {
    top: 74px;
    min-height: 690px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-infotext #stage {
    min-height: 720px;
    top: 185px;
  }
}
#pageWrapper.header-infotext #stage.placeholder {
  top: 130px;
  min-height: 235px;
}
@media print, screen and (min-width: 768px) {
  #pageWrapper.header-infotext #stage.placeholder {
    min-height: 170px;
  }
}
@media print, screen and (min-width: 1024px) {
  #pageWrapper.header-infotext #stage.placeholder {
    min-height: 230px;
  }
}
@media print, screen and (min-width: 1400px) {
  #pageWrapper.header-infotext #stage.placeholder {
    min-height: 260px;
  }
}
#pageWrapper.header-infotext #contentAside .sticky {
  top: 85px !important;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-specialcontent #pageHeader {
    height: 95px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-specialcontent #pageHeader {
    height: 125px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-specialcontent #stage {
    top: 45px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-specialcontent #stage {
    top: 125px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-specialcontent #marqueeContainer {
    margin-top: 45px;
  }
}
#pageWrapper.header-specialcontent #pagespecialcontent {
  display: none;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 97%;
  letter-spacing: 0.36px;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-specialcontent #pagespecialcontent {
    display: block;
  }
}
#pageWrapper.header-specialcontent #pagespecialcontent > * {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#pageWrapper.header-specialcontent #pagespecialcontent > * p {
  line-height: 40px;
}
#pageWrapper.header-specialcontent #pagespecialcontent > * > * {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
#pageWrapper.header-specialcontent #pagespecialcontent .frame {
  height: 40px;
  line-height: 40px;
}
#pageWrapper.header-specialcontent #pagespecialcontent .frame a {
  margin-left: 10px;
}
#pageWrapper.header-specialcontent #pagespecialcontent .frame-layout-0,
#pageWrapper.header-specialcontent #pagespecialcontent .frame-layout-2,
#pageWrapper.header-specialcontent #pagespecialcontent .frame-layout-4 {
  color: #2c2a2b;
}
#pageWrapper.header-specialcontent #pagespecialcontent .frame-layout-0 a,
#pageWrapper.header-specialcontent #pagespecialcontent .frame-layout-2 a,
#pageWrapper.header-specialcontent #pagespecialcontent .frame-layout-4 a {
  color: #2c2a2b;
  font-weight: 700;
}
.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}
#toTopLink {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0097b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media print, screen and (min-width: 768px) {
  #toTopLink {
    right: 30px;
  }
}
#toTopLink:hover {
  background: #0097b2;
  color: #fff;
  border-color: #fff;
}
#pageHeader {
  background: #2c2a2b;
  height: 55px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  #pageHeader {
    height: 90px;
  }
}
#pageHeader .inner {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 88.2352941176rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #959595;
}
#pageHeader .inner > div {
  margin-top: 14px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(50% - 1.1764705882rem);
  width: calc(50% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
@media print, screen and (min-width: 64em) {
  #pageHeader .inner > div {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader .inner > div {
    margin: 0;
  }
}
#pageHeader .inner > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  #pageHeader .inner > div:last-child {
    padding-top: 4px;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader .inner > div:last-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader .inner > nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader .inner > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageHeader .inner > nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#pageHeader .logoLink {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 148px;
  margin-left: -20px;
}
@media print, screen and (min-width: 48em) {
  #pageHeader .logoLink {
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageHeader .logoLink {
    margin-left: 10px;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader .logoLink {
    margin: 0px;
    margin-left: 10px;
    height: 31px;
  }
}
#pageHeader .logoLink svg {
  height: 22px;
}
@media print, screen and (min-width: 64em) {
  #pageHeader .logoLink svg {
    height: 28px;
    margin-top: -2px;
  }
}
#pageHeader .toggleWrapper {
  height: 90px;
  overflow: hidden;
  text-align: right;
  display: none;
}
@media screen and (min-width: 75em) {
  #pageHeader .toggleWrapper {
    display: inline-block;
    line-height: 90px;
  }
}
#pageHeader .toggleWrapper .desktopLogin {
  display: inline-block;
  margin: 0 !important;
  font-size: 1.1764705882rem;
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#pageHeader .toggleWrapper .desktopLogin svg {
  margin-left: 0.4705882353rem;
  vertical-align: middle;
}
#pageHeader .toggleWrapper .desktopLogin:hover {
  color: #0097b2;
}
#pageHeader .toggleWrapper #desktopAccount {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#pageHeader .toggleWrapper #desktopAccount .button {
  margin: 0;
  white-space: nowrap;
  font-weight: 400;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 20px;
}
#pageHeader .toggleWrapper #desktopAccount .button:hover {
  background: #d95a0b;
}
#pageHeader .toggleWrapper #desktopAccount .button:after {
  display: none;
}
@media screen and (min-width: 75em) {
  #pageHeader .toggleWrapper #desktopAccount .button {
    padding: 0 6px 0 6px;
  }
}
@media screen and (min-width: 90em) {
  #pageHeader .toggleWrapper #desktopAccount .button {
    padding: 0 1.353em 0 1.353em;
  }
  #pageHeader .toggleWrapper #desktopAccount .button:after {
    display: none;
  }
}
#pageHeader .toggleWrapper.toggle .desktopLogin,
#pageHeader .toggleWrapper.toggle #desktopAccount {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#pageHeader .mobileLogin {
  display: inline-block;
  margin: 0 !important;
  margin-right: 8px !important;
  margin-top: -4px !important;
}
#pageHeader .mobileLogin svg {
  display: inline-block;
}
@media screen and (min-width: 75em) {
  #pageHeader .mobileLogin {
    display: none;
  }
}
#pageHeader #mobileAccount {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
#pageHeader #mobileAccount .button {
  line-height: 1.2;
  margin-right: 15px;
  right: auto;
  white-space: nowrap;
  width: auto;
  margin-top: 7px;
  font-weight: 100;
  font-size: 12px;
  margin-left: 20px;
  padding: 4px 6px 4px 6px;
  font-family: "aeonik", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media screen and (min-width: 75em) {
  #pageHeader #mobileAccount {
    display: none !important;
  }
}
#pageHeader.mobileHeader #mobileAccount {
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#pageHeader #mobiletrigger {
  margin-left: 16px;
  margin-top: -1px;
  margin-right: 10px;
}
#pageHeader #mobiletrigger svg {
  display: inline-block;
  -webkit-transition: all 500ms 0ms ease, opacity 500ms 150ms ease;
  -o-transition: all 500ms 0ms ease, opacity 500ms 150ms ease;
  transition: all 500ms 0ms ease, opacity 500ms 150ms ease;
}
#pageHeader #mobiletrigger svg.shape-close {
  display: none;
  opacity: 0;
  color: #fff;
  margin-top: -5px;
}
@media screen and (min-width: 75em) {
  #pageHeader #mobiletrigger {
    display: none;
  }
}
.mobilenavpushed #pageHeader,
.mobilenavpushed #mainNav {
  background: #2c2a2b;
}
.mobilenavpushed #pageHeader #mobiletrigger svg.shape-close {
  display: block;
  opacity: 1;
}
.mobilenavpushed #pageHeader #mobiletrigger svg.shape-menue {
  display: none;
  opacity: 0;
}
.mobilenavpushed #mainNav {
  width: 100%;
  max-width: 475px;
}
.mobilenavpushed svg.shape-close {
  opacity: 1;
  display: block;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#stage {
  position: relative;
  z-index: 2;
  overflow: hidden;
  position: relative;
  top: 0;
  height: auto;
  min-height: 520px;
  background-size: cover;
  background-position: right top;
}
@media print, screen and (min-width: 40em) {
  #stage {
    text-align: inherit;
  }
}
@media screen and (min-width: 75em) {
  #stage {
    top: 90px;
    min-height: 640px;
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
    background-position: center top;
  }
  #stage .frame-type-gridelements_pi1 {
    width: 100%;
  }
}
#stage .frame {
  overflow: visible;
  padding: 0;
}
#stage .frame.padding-before-medium {
  padding-top: 1.7647058824rem;
}
@media screen and (min-width: 75em) {
  #stage .frame.padding-before-medium {
    padding-top: 3.5294117647rem;
  }
}
#stage h1 br,
#stage h2 br,
#stage .tx-bgm-webinars h1 br,
.tx-bgm-webinars #stage h1 br {
  display: none;
  content: " ";
  clear: none;
}
@media print, screen and (min-width: 64em) {
  #stage h1 br,
  #stage h2 br,
  #stage .tx-bgm-webinars h1 br,
  .tx-bgm-webinars #stage h1 br {
    display: block;
  }
}
#stage .grey {
  color: #fff;
}
#stage .cell {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#stage .cell .inner-type-text,
#stage .cell .inner-type-header,
#stage .cell .frame-type-html,
#stage .cell .inner-type-panel_price {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 80px;
}
@media print, screen and (min-width: 40em) {
  #stage .cell .inner-type-text,
  #stage .cell .inner-type-header,
  #stage .cell .frame-type-html,
  #stage .cell .inner-type-panel_price {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage .cell {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#stage .cell > * {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #stage .grid-container {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .bigStage #stage {
    height: 970px;
    min-height: auto;
  }
}
#stage.stageSlider {
  background-image: none;
  background-color: transparent;
}
#stage .swiper-slide {
  background-position: center top;
  background-size: cover;
}
@media print, screen and (min-width: 48em) {
  #stage .swiper-slide {
    padding-left: 14px;
  }
}
.bigStage #stage .swiper-slide {
  padding-bottom: 75px;
}
@media print, screen and (min-width: 40em) {
  .bigStage #stage .swiper-slide {
    height: 970px;
    padding-bottom: 0;
  }
}
#stage .swiper-container {
  height: 100%;
  position: static;
}
#stage .swiper-pagination {
  bottom: 30px;
  display: none;
}
.bigStage #stage .swiper-pagination {
  bottom: 90px;
}
@media print, screen and (min-width: 48em) {
  #stage .swiper-pagination {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .bigStage #stage .swiper-pagination {
    bottom: 250px;
  }
}
#stage .swiper-button-prev,
#stage .swiper-button-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0097b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #0097b2;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: none;
}
#stage .swiper-button-prev:hover,
#stage .swiper-button-next:hover {
  background: #0097b2;
  color: #fff;
  border-color: #fff;
}
#stage .swiper-button-prev:after,
#stage .swiper-button-next:after {
  content: normal;
}
@media screen and (min-width: 90em) {
  #stage:hover .swiper-button-prev,
  #stage:hover .swiper-button-next {
    display: block;
  }
}
#stage .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#stage .swiper-wrapper {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#stage .swiper-pagination-bullet-active {
  background-color: #0097b2;
}
#stage.placeholder {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 55px;
  min-height: auto;
}
@media screen and (min-width: 75em) {
  #stage.placeholder {
    height: 90px;
    min-height: auto;
  }
}
#stage .stagecontent {
  position: relative;
  margin-top: 55px;
  z-index: 5;
  width: 100%;
  height: -webkit-calc(100% - 55px);
  height: calc(100% - 55px);
}
#stage .stagecontent > * {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  #stage .stagecontent {
    height: 550px;
  }
}
@media screen and (min-width: 75em) {
  #stage .stagecontent {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  #stage .stagecontent > * {
    height: 100%;
  }
}
#stage .stagecontent ul {
  display: inline-block;
  margin: 0 auto 1rem auto;
  text-align: left;
}
.bigStage #stage .stagecontent {
  margin-top: 90px;
}
@media screen and (min-width: 75em) {
  .bigStage #stage .stagecontent {
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
  }
}
@media print, screen and (min-width: 64em) {
  .bigStage #stage .stagecontent .inner-type-text,
  .bigStage #stage .stagecontent .inner-type-header {
    margin-top: 120px;
  }
  .bigStage #stage .stagecontent .frame-type-html {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage .inner-type-text,
  #stage .inner-type-header {
    margin-top: 80px;
  }
}
#stage .fontColor-black {
  color: #2c2a2b;
}
#stage .fontColor-white {
  color: #fff;
}
#stage .fontColor-grey {
  color: #888;
}
#stage .fontColor-orange {
  color: #0097b2;
}
#stageContainer {
  height: 100%;
}
#stageContainer > * {
  height: 100%;
}
#stageScrollDown {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.8823529412rem;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#stageScrollDown:hover {
  background: #0097b2;
  color: #fff;
}
#page-21910 #stage {
  height: auto;
}
.stageImage {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 40em) {
  .stageImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
  .flex-right .stageImage {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 64em) {
  .stageImage .large-shrink {
    max-width: 50%;
  }
}
.stageImage .imageContainer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.stageImage .imageContainer img {
  width: 100%;
  height: auto;
  width: 770px;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .stageImage .imageContainer img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 550px;
    height: 550px;
    max-width: none;
    min-width: none;
  }
}
@media print, screen and (min-width: 64em) {
  .stageImage .imageContainer img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 90em) {
  .stageImage .imageContainer img {
    width: 770px;
    height: 550px;
  }
}
.stageText {
}
#stage .stageText {
  height: auto;
}
#stage .stageText header {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  #stage .stageText {
    height: 100%;
    z-index: 10;
    position: relative;
  }
}
.stageText .grid-x {
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.stageText .cell {
  display: block !important;
}
@media print, screen and (min-width: 40em) {
  .stageText .cell {
    margin-top: 80px;
  }
}
@media screen and (min-width: 90em) {
  .stageText .grid-x {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.flex-left .stageText .grid-x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.stageText .headline_bubble {
  top: -35px;
}
@media screen and (min-width: 90em) {
  .stageText .headline_bubble {
    top: -50px;
  }
}
.stageText .headline_bubble + H1 {
  margin-top: 35px;
}
@media print, screen and (min-width: 40em) {
  .stageText .headline_bubble + H1 {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 19.99875em) {
  #stage .grid-x.stageImage,
  #stage .stageText {
    height: auto;
  }
}
#c14056 .cell {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
}
#c14056 .cell .button,
#c14056 .cell #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav #c14056 .cell .button {
  width: 13.6470588235rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 40em) {
  #c14056 .cell {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .landingpage #stage .stagecontent {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1439px) {
  .landingpage #stage .stagecontent .cell.medium-6 h1 {
    margin-left: 24px;
  }
}
@media print, screen and (max-width: 321px) {
  .landingpage #stage .stagecontent .cell.medium-6 h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
#stage.x-stage {
  z-index: 3;
  overflow: visible;
  top: 53px;
  margin-bottom: 75px;
}
#stage.x-stage .stagecontent {
  margin-top: 0;
  min-height: 802px;
  max-height: 802px;
  height: -webkit-calc(100vh + 60px);
  height: calc(100vh + 60px);
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .stagecontent {
    max-height: 1016px;
    min-height: 1016px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .stagecontent {
    max-height: 750px;
    min-height: 750px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage .stagecontent {
    max-height: 750px;
    min-height: 750px;
  }
}
@media screen and (min-width: 90em) {
  #stage.x-stage .stagecontent {
    max-height: 866px;
    min-height: 866px;
  }
}
#stage.x-stage .frame-type-stage_textpic-start {
  height: 100%;
  max-height: 619px;
  min-height: 619px;
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start {
    max-height: 775px;
    min-height: 775px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start {
    max-height: 685px;
    min-height: 685px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage .frame-type-stage_textpic-start {
    max-height: 654px;
    min-height: 654px;
  }
}
@media screen and (min-width: 90em) {
  #stage.x-stage .frame-type-stage_textpic-start {
    max-height: 766px;
    min-height: 766px;
  }
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage {
    top: 89px;
  }
}
@media screen and (min-width: 160em) {
  #stage.x-stage {
    overflow: hidden;
  }
}
#stage.x-stage .frame-type-stage_textpic-start h1 br,
#stage.x-stage .frame-type-stage_textpic-okde h1 br {
  display: block;
}
#stage.x-stage .frame-type-stage_textpic-start .stageImage,
#stage.x-stage .frame-type-stage_textpic-okde .stageImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
#stage.x-stage .frame-type-stage_textpic-start .stageImage img,
#stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
  position: absolute;
  right: -160px;
  bottom: 0;
  max-width: initial;
  width: 440px;
}
@media screen and (min-width: 40em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    right: -180px;
    bottom: -50px;
  }
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    right: -140px;
    bottom: 0;
    width: 630px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    right: auto;
    left: -186px;
    width: 580px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    left: -136px;
    width: 695px;
  }
}
@media screen and (min-width: 90em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    width: 830px;
  }
}
@media screen and (min-width: 93.75em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    max-width: 830px;
  }
}
@media screen and (min-width: 100em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    left: 4%;
  }
}
@media screen and (min-width: 112.5em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    left: 10%;
  }
}
@media screen and (min-width: 112.5em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    left: 10%;
  }
}
@media screen and (min-width: 125em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    left: 12%;
  }
}
@media screen and (min-width: 131.25em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    left: 16%;
  }
}
@media screen and (min-width: 143.75em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage {
    left: 18%;
  }
}
@media print, screen and (min-width: 40em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage .cell,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage .cell {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageImage .cell,
  #stage.x-stage .frame-type-stage_textpic-okde .stageImage .cell {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
#stage.x-stage .frame-type-stage_textpic-start .stageText br,
#stage.x-stage .frame-type-stage_textpic-okde .stageText br {
  display: none;
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText br,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText br {
    display: block;
  }
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText {
    padding-left: 34px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText {
    padding-left: 0;
    margin-left: -90px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText {
    margin-left: auto;
  }
}
#stage.x-stage .frame-type-stage_textpic-start .stageText .cell,
#stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
  margin-top: 96px;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .cell,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    margin-top: 87px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .cell,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    margin-top: 112px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .cell,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    padding-left: 40px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 90em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .cell,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    padding-left: 95px;
    margin-top: 148px;
  }
}
#stage.x-stage .frame-type-stage_textpic-start .stageText .cell.okdeFormCell,
#stage.x-stage .frame-type-stage_textpic-okde .stageText .cell.okdeFormCell {
  padding-left: 0;
  margin-top: 0;
}
#stage.x-stage .frame-type-stage_textpic-start .stageText .size18,
#stage.x-stage
  .frame-type-stage_textpic-start
  .stageText
  #contentFixedMenu
  .frame-type-menu_anchor
  ul
  li
  a,
#contentFixedMenu
  .frame-type-menu_anchor
  ul
  li
  #stage.x-stage
  .frame-type-stage_textpic-start
  .stageText
  a,
#stage.x-stage .frame-type-stage_textpic-okde .stageText .size18,
#stage.x-stage
  .frame-type-stage_textpic-okde
  .stageText
  #contentFixedMenu
  .frame-type-menu_anchor
  ul
  li
  a,
#contentFixedMenu
  .frame-type-menu_anchor
  ul
  li
  #stage.x-stage
  .frame-type-stage_textpic-okde
  .stageText
  a {
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
}
#stage.x-stage .frame-type-stage_textpic-start .stageText .button,
#stage.x-stage .frame-type-stage_textpic-okde .stageText .button {
  display: block;
  max-width: 200px;
  min-width: 0;
  padding: 0 0.353em 0 0.353em;
  font-size: 16px;
}
#stage.x-stage .frame-type-stage_textpic-start .stageText .button:after,
#stage.x-stage .frame-type-stage_textpic-okde .stageText .button:after {
  display: none;
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .button:after,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .button:after {
    display: block;
  }
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .button,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .button {
    padding: 0 1.353em 0 1.353em;
    max-width: 240px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText .button,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .button {
    padding: 0 2.353em 0 2.353em;
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
  }
}
#stage.x-stage .frame-type-stage_textpic-start .stageText #conditions,
#stage.x-stage .frame-type-stage_textpic-okde .stageText #conditions {
  padding-left: 16px;
  margin-top: -4px;
  display: block;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText #conditions,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText #conditions {
    padding-left: 36px;
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start .stageText #conditions,
  #stage.x-stage .frame-type-stage_textpic-okde .stageText #conditions {
    padding-left: 303px;
    margin-top: -6px;
  }
}
#stage.x-stage
  .frame-type-stage_textpic-start
  .stageText
  #conditions
  span.modalTrigger,
#stage.x-stage
  .frame-type-stage_textpic-okde
  .stageText
  #conditions
  span.modalTrigger {
  width: 16px;
  height: 17px;
  top: -1px;
}
#stage.x-stage .frame-type-stage_textpic-start .button-inverse,
#stage.x-stage .frame-type-stage_textpic-okde .button-inverse {
  background: transparent;
}
#stage.x-stage .frame-type-stage_textpic-start p,
#stage.x-stage .frame-type-stage_textpic-okde p {
  position: relative;
}
#stage.x-stage .frame-type-stage_textpic-start p.bigMargin,
#stage.x-stage .frame-type-stage_textpic-okde p.bigMargin {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-start p,
  #stage.x-stage .frame-type-stage_textpic-okde p {
    font-size: 1.0588235294rem;
    line-height: 1.6470588235rem;
  }
}
#stage.x-stage .frame-type-stage_textpic-start .orange,
#stage.x-stage .frame-type-stage_textpic-okde .orange {
  color: #0097b2;
}
.frame-type-stage_textpic-okde {
  height: 100%;
  max-height: 650px;
  min-height: 650px;
}
@media print, screen and (min-width: 48em) {
  .frame-type-stage_textpic-okde {
    max-height: 775px;
    min-height: 775px;
  }
}
@media print, screen and (min-width: 64em) {
  .frame-type-stage_textpic-okde {
    max-height: 685px;
    min-height: 685px;
  }
}
@media screen and (min-width: 75em) {
  .frame-type-stage_textpic-okde {
    max-height: 654px;
    min-height: 654px;
  }
}
@media screen and (min-width: 90em) {
  .frame-type-stage_textpic-okde {
    max-height: 766px;
    min-height: 766px;
  }
}
.frame-type-stage_textpic-okde .stageImage {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .frame-type-stage_textpic-okde .stageImage {
    display: block;
  }
}
.frame-type-stage_textpic-okde .stageText {
}
.frame-type-stage_textpic-okde .stageText p {
  max-width: 540px;
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde {
  max-width: 540px;
  margin-top: 20px;
}
@media print, screen and (min-width: 64em) {
  .frame-type-stage_textpic-okde .stageText form#stage-preokde {
    margin-top: 30px;
  }
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde .grid-x {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde .actions {
  margin-right: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 64em) {
  .frame-type-stage_textpic-okde .stageText form#stage-preokde .actions {
    margin-right: 0;
    margin-top: 22px;
  }
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde .modalTrigger {
  cursor: pointer;
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  padding-left: 3px;
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  #telephoneModalTrigger {
  position: absolute;
  right: -24px;
  top: 29px;
}
@media print, screen and (min-width: 64em) {
  .frame-type-stage_textpic-okde
    .stageText
    form#stage-preokde
    #telephoneModalTrigger {
    right: -29px;
  }
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  #telephone-errorMessage {
  font-size: 14px;
  padding-left: 10px;
  color: red;
  margin-top: -10px;
  position: relative;
  display: block;
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  ::-webkit-input-placeholder {
  color: #ccc;
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  ::-moz-placeholder {
  color: #ccc;
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  ::-ms-input-placeholder {
  color: #ccc;
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  ::-moz-placeholder {
  color: #ccc;
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde .dialCodeWrapper {
  margin-top: 9px;
}
@media screen and (min-width: 90em) {
  .frame-type-stage_textpic-okde
    .stageText
    form#stage-preokde
    .dialCodeWrapper {
    margin-top: 0 !important;
  }
}
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  .dialCodeWrapper.telephoneError {
  margin-top: -9px;
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="text"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="password"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="date"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="datetime"],
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="datetime-local"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="month"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="week"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="email"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="number"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="search"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="tel"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="time"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="url"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="color"],
.frame-type-stage_textpic-okde .stageText form#stage-preokde select,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="text"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="password"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="date"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="datetime"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="datetime-local"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="month"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="week"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="email"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="number"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="search"]:focus,
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="tel"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="time"]:focus,
.frame-type-stage_textpic-okde .stageText form#stage-preokde [type="url"]:focus,
.frame-type-stage_textpic-okde
  .stageText
  form#stage-preokde
  [type="color"]:focus,
.frame-type-stage_textpic-okde .stageText form#stage-preokde select:focus {
  padding: 0.9411764706rem 0.9411764706rem 0.4705882353rem;
  background-color: #1a1819;
  border: 1px solid #1a1819;
  color: #fff;
  font-weight: normal;
}
.frame-type-stage_textpic-okde .stageText form#stage-preokde select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3E%3Ctitle%3Earrow_down%3C/title%3E%3Cpath d='M-116.96,753.176c-1.214.956-6,5-6,5l-6-5' transform='translate(129.96 -752.176)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: 40px 9px;
}
@media print, screen and (min-width: 64em) {
  .frame-type-stage_textpic-okde .stageText form#stage-preokde select {
    background-position: right top 10px;
    padding-right: 10px;
  }
}
#stage.x-stage .frame-type-stage_textpic-okde .stageText p.okde-subtext {
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  padding-top: 10px;
  color: #ccc;
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText p.okde-subtext {
    float: left;
    width: 50%;
  }
}
#stage.x-stage .frame-type-stage_textpic-okde .stageText p.privacy {
  text-align: left;
  margin-top: 60px;
  font-size: 14px;
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText p.privacy {
    margin-top: 80px;
  }
}
#stage.x-stage
  .frame-type-stage_textpic-okde
  .stageText
  p.privacy
  span.modalTrigger {
  width: 18px;
  height: 16px;
  top: -2px;
  right: -1px;
}
#stage.x-stage .frame-type-stage_textpic-okde .stageText .button {
  margin-right: 15px;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .button {
    max-width: 215px;
  }
}
#stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
  margin-top: 40px;
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    margin-top: 87px;
  }
}
@media print, screen and (min-width: 64em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    margin-top: 112px;
  }
}
@media screen and (min-width: 75em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    padding-left: 40px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 90em) {
  #stage.x-stage .frame-type-stage_textpic-okde .stageText .cell {
    padding-left: 95px;
    margin-top: 148px;
  }
}
#stage.x-stage .frame-type-stage_textpic-okde .stageText .cell.okdeFormCell {
  padding-left: 0;
  margin-top: 0;
}
#stage.x-stage .frame-type-stage_textpic-okde .stageText br {
  display: block;
}
@media screen and (min-width: 75em) {
  #stage h1,
  #stage h2,
  #stage .tx-bgm-webinars h1,
  .tx-bgm-webinars #stage h1 {
    font-size: 3.938rem;
    line-height: 3.75rem;
  }
}
#pageFooter {
  background: #2c2a2b;
  padding: 2.9411764706rem 1.4705882353rem 1.4705882353rem 1.4705882353rem;
  color: #fff;
}
#pageFooter .inner {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 88.2352941176rem;
  margin-left: auto;
  margin-right: auto;
}
#pageFooter p {
  margin-bottom: 0;
}
#pageFooter a {
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
#pageFooter a svg {
  fill: transparent;
  stroke: #959595;
}
#pageFooter a:hover {
  color: #0097b2;
  border-color: #0097b2;
}
#pageFooter a:hover svg {
  stroke: #0097b2;
}
#footerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 42px;
}
@media print, screen and (min-width: 40em) {
  #footerTop {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 64em) {
  #footerTop {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 75em) {
  #footerTop {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
#footerTop .contactPosibilities {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width: 40em) {
  #footerTop .contactPosibilities {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 75em) {
  #footerTop .contactPosibilities {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#footerTop .contactPosibilities > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 0.8823529412rem;
  margin-left: 0.8823529412rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  #footerTop .contactPosibilities > div {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  #footerTop .contactPosibilities > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    margin-inline: 40px;
  }
}
@media screen and (min-width: 75em) {
  #footerTop .contactPosibilities > div {
    margin-bottom: 0;
  }
}
#footerTop .contactPosibilities > div.partner-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  #footerTop .contactPosibilities > div.partner-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
}
@media screen and (min-width: 75em) {
  #footerTop .contactPosibilities > div.partner-logo {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    width: auto;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
#footerTop .contactPosibilities > div span {
  display: block;
}
#footerTop .contactPosibilities > div .logo-bmg {
  width: 168px;
  height: auto;
}
#footerTop .contactPosibilities > div .logo-phil {
  width: 185px;
  height: auto;
}
@media screen and (min-width: 75em) {
  #footerTop .contactPosibilities > div .logo-phil {
    margin-right: 20px;
  }
}
@media screen and (min-width: 90em) {
  #footerTop .contactPosibilities > div .logo-phil {
    margin-right: 9px;
  }
}
#footerTop .contactPosibilities > div .icon {
  width: 45px;
  height: 45px;
  margin-right: 0.4411764706rem;
  margin-left: 0.4411764706rem;
}
#footerTop .contactPosibilities > div .icon svg {
  width: 45px;
  height: 45px;
}
#footerTop .contactPosibilities > div .text {
  margin-right: 0.4411764706rem;
  margin-left: 0.4411764706rem;
  line-height: 1.2352941176rem;
}
#footerTop .contactPosibilities > div .phonenumber {
  font-size: 1.1764705882rem;
  line-height: 1.4117647059rem;
}
#footerTop .contactPosibilities a {
  color: #fff;
}
#footerTop > nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media print, screen and (min-width: 40em) {
  #footerTop > nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#footerBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #959595;
  font-size: 0.8235294118rem;
}
@media screen and (min-width: 75em) {
  #footerBottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
#footerBottom .copyright {
  text-align: center;
}
@media screen and (min-width: 75em) {
  #footerBottom .copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
@media screen and (min-width: 90em) {
  #footerBottom .copyright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#footerBottom .copyright p {
  font-size: 0.8235294118rem;
}
@media screen and (min-width: 75em) {
  #footerBottom .copyright p {
    line-height: 1;
    padding-top: 0.7rem;
  }
}
#footerBottom .socialLinks {
  margin-top: 34px;
  margin-bottom: 14px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  #footerBottom .socialLinks {
    margin-top: 42px;
  }
}
@media screen and (min-width: 75em) {
  #footerBottom .socialLinks {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    margin-inline: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 90em) {
  #footerBottom .socialLinks {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#footerBottom .socialLinks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 75em) {
  #footerBottom .socialLinks ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 90em) {
  #footerBottom .socialLinks ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footerBottom .socialLinks a {
  padding: 0.4705882353rem;
}
@media screen and (min-width: 75em) {
  #footerBottom .socialLinks a {
    padding: 3px;
    padding-inline: 7px;
  }
}
@media screen and (min-width: 82.5em) {
  #footerBottom .socialLinks a {
    padding: 5px;
  }
}
@media screen and (min-width: 95em) {
  #footerBottom .socialLinks a {
    padding: 0.4705882353rem;
  }
}
#footerBottom .socialLinks a svg {
  fill: transparent;
  stroke: #959595;
}
#footerBottom .socialLinks a:hover svg {
  stroke: #0097b2;
}
#footerBottom #footerNav {
  text-align: right;
}
@media screen and (min-width: 75em) {
  #footerBottom #footerNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
@media screen and (min-width: 90em) {
  #footerBottom #footerNav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
.cell {
  margin-bottom: 1rem;
}
.specialContent .cell,
.reveal .cell {
  margin-bottom: 0;
}
#pageWithContentAside .grid-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
.frame-type-gridelements_pi1 {
}
.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 2rem;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #2c2a2b;
  height: 100%;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 2rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.reveal {
  overflow: visible;
  padding: 50px;
  right: auto;
  left: auto;
  margin: 0 auto;
  width: 90%;
  height: auto;
  min-height: 0;
  top: 24px !important;
}
@media print, screen and (min-width: 64em) {
  .reveal {
    top: 40px !important;
  }
}
.reveal .bggray {
  background: #f2f2f2;
}
.reveal .grid {
  margin-right: 0;
  margin-left: 0;
}
.reveal .grid .cell-6 {
  margin-right: 0;
  margin-left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 50px;
}
@media print, screen and (min-width: 64em) {
  .reveal .grid .cell-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
.reveal .grid .fullWidth {
  width: 100%;
}
.reveal .grid .noPadding {
  padding: 0;
}
.reveal .grid .noMargin {
  margin: 0;
}
.reveal .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.reveal .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #0097b2;
  background: #0097b2;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .reveal .close-button {
    top: -17px;
    right: -15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
.reveal .close-button svg {
  margin: 3px 0 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.reveal .close-button:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reveal .tx-portal2webfilialesso-pi1 .inputWrapper {
  margin-top: 5px;
}
.reveal .tx-portal2webfilialesso-pi1 p {
  margin-bottom: 20px;
}
.reveal .tx-portal2webfilialesso-pi1 p.helpText {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
  margin-top: 40px;
}
.reveal .tx-portal2webfilialesso-pi1 .sessionpassInput {
  margin-bottom: 14px;
}
.reveal .tx-portal2webfilialesso-pi1 .button,
.reveal
  .tx-portal2webfilialesso-pi1
  #mainNav
  > ul
  > li.loginInMobileNav
  .button,
#mainNav
  > ul
  > li.loginInMobileNav
  .reveal
  .tx-portal2webfilialesso-pi1
  .button {
  width: 100%;
  font-weight: 400;
  height: 48px;
  line-height: 46px;
}
.reveal .tx-portal2webfilialesso-pi1 .grid .cell-12 {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .reveal .tx-portal2webfilialesso-pi1 .paddingRight {
    padding-right: 0.2941176471rem;
  }
  .reveal .tx-portal2webfilialesso-pi1 .paddingLeft {
    padding-left: 0.2941176471rem;
  }
}
#loginModal {
  padding: 0;
}
#loginModal .login {
  padding: 50px;
  padding-inline: 20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 55.3125em) {
  #loginModal .login {
    padding: 50px;
    padding-bottom: 5px;
  }
}
#loginModal .login h2,
#loginModal .login .tx-bgm-webinars h1,
.tx-bgm-webinars #loginModal .login h1 {
  font-size: 2.3529411765rem;
  line-height: 2.5882352941rem;
  margin-bottom: 20px;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: hidden;
}
.cookie-message {
  display: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 30px #0000001a;
  box-shadow: 0px 0px 30px #0000001a;
  opacity: 1;
  z-index: 9999999;
  position: fixed;
  width: 350px;
  right: 30px;
  height: auto;
  top: 60vh;
  padding: 40px;
}
.cookie-message p {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  color: #000;
  font-weight: 600;
  padding: 0;
  padding-bottom: 90px;
}
.cookie-message .button,
.cookie-message #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .cookie-message .button {
  margin-bottom: 0;
}
.cookie-message .cookie-message-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-message .cookie-message-links .button,
.cookie-message
  .cookie-message-links
  #mainNav
  > ul
  > li.loginInMobileNav
  .button,
#mainNav
  > ul
  > li.loginInMobileNav
  .cookie-message
  .cookie-message-links
  .button {
  margin-bottom: 0;
  position: absolute;
  right: 40px;
}
.cookie-message .cookie-message-links .button:after,
.cookie-message
  .cookie-message-links
  #mainNav
  > ul
  > li.loginInMobileNav
  .button:after,
#mainNav
  > ul
  > li.loginInMobileNav
  .cookie-message
  .cookie-message-links
  .button:after {
  display: none;
}
@media only screen and (max-width: 680px) {
  .cookie-message {
    width: 80vw;
    height: auto;
    top: auto;
    padding: 30px;
    bottom: 9px;
    left: 10vw;
  }
  .cookie-message p {
    padding: 0;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 860px) {
  .cookie-message {
    width: 86vw;
    bottom: 9px;
    left: 7vw;
  }
}
#pageWrapper.landingpage #pageHeader {
  height: 55px;
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage #pageHeader {
    height: 90px;
  }
}
#pageWrapper.landingpage #pageHeader .inner > div:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
#pageWrapper.landingpage #pageHeader .inner > div.landingPageHeaderContent {
  display: none;
}
#pageWrapper.landingpage #pageHeader .inner > div:last-child {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #pageWrapper.landingpage #pageHeader .inner > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageWrapper.landingpage #pageHeader .inner > div.landingPageHeaderContent {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(83.3333333333% - 1.7647058824rem);
    width: calc(83.3333333333% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    margin-top: 8px;
  }
  #pageWrapper.landingpage #pageHeader .inner > div:last-child {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage #pageHeader .inner {
    height: inherit;
  }
  #pageWrapper.landingpage #pageHeader .inner > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageWrapper.landingpage #pageHeader .inner > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageWrapper.landingpage #pageHeader .inner > div.landingPageHeaderContent {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(66.6666666667% - 1.7647058824rem);
    width: calc(66.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageWrapper.landingpage #pageHeader .inner > div:last-child {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(16.6666666667% - 1.7647058824rem);
    width: calc(16.6666666667% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#pageWrapper.landingpage #pageHeader .desktopAccount .button {
  white-space: nowrap;
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage #pageHeader .desktopAccount .button {
    margin: 0;
    margin-left: -70px;
  }
}
#pageWrapper.landingpage #pageHeader #topCounter {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: #f8e0ca;
  -webkit-box-shadow: 0px 0px 70px #00000033;
  box-shadow: 0px 0px 70px #00000033;
  padding-top: 16px;
}
#pageWrapper.landingpage #pageHeader #topCounter.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
#pageWrapper.landingpage #pageHeader #topCounter.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage #pageHeader #topCounter {
    padding-top: 4px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage #pageHeader #topCounter {
    padding-top: 10px;
    height: 90px;
  }
}
#pageWrapper.landingpage #pageHeader #topCounter .inner {
  position: relative;
}
#pageWrapper.landingpage #pageHeader #topCounter .inner > div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#pageWrapper.landingpage
  #pageHeader
  #topCounter
  .inner
  > div.landingPageHeaderContent {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
#pageWrapper.landingpage
  #pageHeader
  #topCounter
  .inner
  > div.landingPageHeaderContent
  span {
  display: block;
  color: #2c2a2b;
  font-size: 0.8235294118rem;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span {
    font-size: 1.0588235294rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span {
    font-size: 0.9411764706rem;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span {
    font-size: 1.0588235294rem;
  }
}
#pageWrapper.landingpage
  #pageHeader
  #topCounter
  .inner
  > div.landingPageHeaderContent
  span.campaignPhrase {
  font-size: 0.8235294118rem;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span.campaignPhrase {
    font-size: 1.2352941176rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span.campaignPhrase {
    font-size: 0.9411764706rem;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span.campaignPhrase {
    font-size: 1.2352941176rem;
  }
}
#pageWrapper.landingpage #pageHeader #topCounter .inner > div.desktopAccount {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  text-align: center;
  margin: 0;
  width: 100%;
}
#pageWrapper.landingpage
  #pageHeader
  #topCounter
  .inner
  > div.desktopAccount
  .button {
  font-size: 0.8235294118rem;
  line-height: 1.7647058824rem;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.desktopAccount
    .button {
    font-size: 1.0588235294rem;
    line-height: 2.8235294118rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.desktopAccount
    .button {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage #pageHeader #topCounter .inner > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent {
    display: block;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageWrapper.landingpage #pageHeader #topCounter .inner > div.desktopAccount {
    display: block;
    text-align: right;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    width: 27%;
    margin-left: 0;
    margin-right: 60px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage #pageHeader #topCounter .inner {
    height: auto;
  }
  #pageWrapper.landingpage #pageHeader #topCounter .inner > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
  }
  #pageWrapper.landingpage
    #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent {
    display: block;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
  }
  #pageWrapper.landingpage #pageHeader #topCounter .inner > div.desktopAccount {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(25% - 1.1764705882rem);
    width: calc(25% - 1.1764705882rem);
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
    display: block;
    text-align: right;
    margin-bottom: 0;
    margin-right: 80px;
  }
}
#pageWrapper.landingpage #pageHeader #topCounter .close-button {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 16px;
  height: 16px;
  border: none;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.landingpage #pageHeader #topCounter .close-button svg {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.landingpage #pageHeader #topCounter .close-button {
    top: 30px;
    right: 61px;
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage #pageHeader #topCounter .close-button {
    top: 16px;
    right: 14px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.landingpage #pageHeader #topCounter .close-button {
    top: 20px;
    right: 20px;
  }
}
#pageWrapper.landingpage #pageHeader .countdown {
  margin: 7px 0;
}
#pageWrapper.landingpage #pageHeader.desktopAccount {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  text-align: center;
  margin: 0;
  width: 100%;
}
#pageWrapper.landingpage #pageHeader.desktopAccount .button {
  font-size: 0.8235294118rem;
  line-height: 1.7647058824rem;
}
@media print, screen and (min-width: 48em) {
  #pageWrapper.landingpage #pageHeader.desktopAccount .button {
    font-size: 1.0588235294rem;
    line-height: 2.8235294118rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage #pageHeader.desktopAccount .button {
    margin-bottom: 0;
  }
}
#pageWrapper.landingpage .landingPageHeaderContent {
  text-align: center;
}
#pageWrapper.landingpage .landingPageHeaderContent span {
  display: block;
}
#pageWrapper.landingpage .landingPageHeaderContent .campaignSlogan {
  color: #0097b2;
}
#pageWrapper.landingpage .landingPageHeaderContent .campaignPhrase {
  font-size: 1.2941176471rem;
  line-height: 1.6470588235rem;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.landingpage .landingPageHeaderContent .campaignPhrase {
    font-size: 1.5294117647rem;
    line-height: 1.8823529412rem;
  }
}
#pageWrapper.landingpage #pageFooter {
  padding: 1rem;
}
#stage.blurred,
#pageMain.blurred,
#pageWrapper .blurred#fixed-section {
  opacity: 0.8;
  filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  -moz-filter: blur(2px);
  -webkit-filter: blur(2px);
}
@media print, screen and (min-width: 64em) {
  #stage.blurred,
  #pageMain.blurred,
  #pageWrapper .blurred#fixed-section {
    opacity: 1;
    filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    -moz-filter: blur(0);
    -webkit-filter: blur(0);
  }
}
#mainNav {
  position: absolute;
  right: -1px;
  top: 100%;
  margin-left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.9);
  max-width: 360px;
  height: -webkit-calc(100vh - 68px);
  height: calc(100vh - 68px);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-x: hidden;
}
#mainNav ul li {
  background: transparent;
  padding: 0;
}
.mobilenavpushed #mainNav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mainNav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 100%;
  z-index: 8;
}
[data-whatinput="mouse"] #mainNav > ul li {
  outline: 0;
}
#mainNav > ul a,
#mainNav > ul .button,
#mainNav > ul #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav #mainNav > ul .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#mainNav > ul input,
#mainNav > ul select,
#mainNav > ul a,
#mainNav > ul button {
  margin-bottom: 0;
}
#mainNav > ul input {
  display: inline-block;
}
#mainNav > ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#mainNav > ul > li {
  font-size: 1.1764705882rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
#mainNav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  padding: 25px 1rem;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#mainNav > ul > li > a:after {
  right: 40px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: block;
}
#mainNav > ul > li > a svg {
  margin-left: 2rem;
  fill: none;
  stroke: #fff;
}
#mainNav > ul > li > a svg.nav-down {
  display: none;
}
#mainNav > ul > li > a:hover {
  color: #0097b2;
  border-color: #0097b2;
}
#mainNav > ul > li > a:hover svg {
  fill: #0097b2;
  stroke: #0097b2;
}
#mainNav > ul > li.backLink svg {
  opacity: 0;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#mainNav > ul > li.backLink.show svg {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mainNav > ul > li.search {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
#mainNav > ul > li.search span {
  display: inline-block;
}
#mainNav > ul > li.loginInMobileNav {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 75em) {
  #mainNav > ul > li.loginInMobileNav {
    display: none;
  }
}
#mainNav > ul > li.loginInMobileNav .button {
  display: inline-block;
  width: 215px;
  margin: 0;
}
#mainNav > ul > li.loginInMobileNav .button::after {
  content: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1.75em;
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
#mainNav > ul > li.is-active > a svg {
  color: #0097b2;
  fill: #0097b2;
  stroke: #0097b2;
}
#mainNav > ul > li.is-active > a:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 123;
}
#mainNav > ul > li.is-active ul.dropdown {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mainNav ul.dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  right: 60px;
  top: 0;
  height: -webkit-calc(100vh - 68px);
  height: calc(100vh - 68px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  padding: 50px 0;
  overflow-y: auto;
  overflow-x: auto;
}
[data-whatinput="mouse"] #mainNav ul.dropdown li {
  outline: 0;
}
#mainNav ul.dropdown a,
#mainNav ul.dropdown .button,
#mainNav > ul > li.loginInMobileNav ul.dropdown .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#mainNav ul.dropdown input,
#mainNav ul.dropdown select,
#mainNav ul.dropdown a,
#mainNav ul.dropdown button {
  margin-bottom: 0;
}
#mainNav ul.dropdown input {
  display: inline-block;
}
#mainNav ul.dropdown > li {
  margin-bottom: 2rem;
  font-weight: 700;
  padding-left: 50px;
}
#mainNav ul.dropdown > li a,
#mainNav ul.dropdown > li span {
  display: block;
  padding: 0.7rem 1rem;
  padding-left: 0;
  color: #2c2a2b;
}
#mainNav ul.dropdown > li a.newFlag,
#mainNav ul.dropdown > li span.newFlag {
  display: inline-block;
  color: #0097b2;
  font-size: 0.8235294118rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #0097b2;
  margin-left: 10px;
  padding: 2px;
  padding-top: 5px;
  line-height: 14px;
  font-family: "aeonik-medium", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  padding-right: 3px;
}
#mainNav ul.dropdown > li.content {
  color: #000;
  padding-top: 50px;
  padding-right: 20px;
  background: #f2f2f2;
}
#mainNav ul.dropdown > li.content a.link-cta,
#mainNav ul.dropdown > li.content a.link-cta-arrow {
  padding-right: 1.4705882353rem;
}
#mainNav ul.dropdown > li.content a.link-cta:after,
#mainNav ul.dropdown > li.content a.link-cta-arrow:after {
  right: 0.2rem;
}
#mainNav ul.dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-whatinput="mouse"] #mainNav ul.dropdown ul li {
  outline: 0;
}
#mainNav ul.dropdown ul a,
#mainNav ul.dropdown ul .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#mainNav ul.dropdown ul input,
#mainNav ul.dropdown ul select,
#mainNav ul.dropdown ul a,
#mainNav ul.dropdown ul button {
  margin-bottom: 0;
}
#mainNav ul.dropdown ul input {
  display: inline-block;
}
#mainNav ul.dropdown ul li {
  font-size: 17px;
  font-weight: 400;
}
#mainNav ul.dropdown ul li.thirdLevelSub svg {
  display: none;
}
#mainNav ul.dropdown ul li.thirdLevelSub ul {
  display: block;
  padding-left: 14px;
  margin-left: 0;
}
#mainNav ul.dropdown ul li.thirdLevelSub ul li a {
  padding: 0.1rem 0.5rem;
  line-height: 16px;
  font-size: 15px;
}
@-webkit-keyframes slideUp-Arrow {
  from {
    margin-top: 4px;
  }
  to {
    margin-top: -16px;
  }
}
@keyframes slideUp-Arrow {
  from {
    margin-top: 4px;
  }
  to {
    margin-top: -16px;
  }
}
@-webkit-keyframes rotateElement {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@keyframes rotateElement {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@media screen and (min-width: 75em) {
  #mainNav {
    position: relative;
    background: transparent;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: none;
    height: auto;
    overflow-x: visible;
  }
  #mainNav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-whatinput="mouse"] #mainNav > ul li {
    outline: 0;
  }
  #mainNav > ul a,
  #mainNav > ul .button,
  #mainNav > ul #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav #mainNav > ul .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
  }
  #mainNav > ul input,
  #mainNav > ul select,
  #mainNav > ul a,
  #mainNav > ul button {
    margin-bottom: 0;
  }
  #mainNav > ul input {
    display: inline-block;
  }
  #mainNav > ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #mainNav > ul > li {
    height: 90px;
  }
  #mainNav > ul > li > a:after {
    opacity: 0;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -12px;
    margin-top: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-delay: none;
    -o-transition-delay: none;
    transition-delay: none;
    -webkit-transition: margin 400ms;
    -o-transition: margin 400ms;
    transition: margin 400ms;
  }
  #mainNav > ul > li > a > svg {
    display: none;
  }
  #mainNav > ul > li > a > svg.nav-down {
    display: block;
    color: #fff;
    fill: #fff;
    stroke: #fff;
    position: relative;
    margin-left: 4px;
    height: 8px;
    width: 10px;
    top: 7px;
  }
  #mainNav > ul > li > a:hover > svg {
    color: #0097b2;
  }
  #mainNav > ul > li.backLink {
    display: none;
  }
  #mainNav > ul > li.search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #mainNav > ul > li.search .search-icon span {
    display: none;
  }
  #mainNav > ul > li.search .search-icon svg {
    margin-left: 0;
    display: inline-block;
  }
  #mainNav > ul > li.is-active > a {
    color: #0097b2;
  }
  #mainNav > ul > li.is-active > a svg {
    color: #0097b2;
    fill: #0097b2;
    stroke: #0097b2;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: rotateElement;
    animation-name: rotateElement;
  }
  #mainNav > ul > li.is-active > a:after {
    margin-top: -16px;
    display: block;
    opacity: 1;
  }
  #mainNav > ul > li.is-active ul.dropdown {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 82vh;
    overflow-y: auto;
  }
  #mainNav > ul > li.active > a {
    color: #0097b2;
  }
  #mainNav > ul > li.active > a > svg {
    color: #0097b2;
  }
  #mainNav > ul > li > a {
    padding: 0.8235294118rem 0.5882352941rem;
    line-height: 24px;
    font-size: 1.1764705882rem;
    padding-top: 33px;
    padding-bottom: 33px;
  }
  #mainNav ul.dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-right: -0.5882352941rem;
    margin-left: -0.5882352941rem;
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 70px #00000033;
    box-shadow: 0px 0px 70px #00000033;
    padding: 20px;
  }
  [data-whatinput="mouse"] #mainNav ul.dropdown li {
    outline: 0;
  }
  #mainNav ul.dropdown a,
  #mainNav ul.dropdown .button,
  #mainNav > ul > li.loginInMobileNav ul.dropdown .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
  }
  #mainNav ul.dropdown input,
  #mainNav ul.dropdown select,
  #mainNav ul.dropdown a,
  #mainNav ul.dropdown button {
    margin-bottom: 0;
  }
  #mainNav ul.dropdown input {
    display: inline-block;
  }
}
@media screen and (min-width: 75em) and (min-width: 40em) {
  #mainNav ul.dropdown {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
@media screen and (min-width: 75em) {
  #mainNav ul.dropdown.js-dropdown-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #mainNav ul.dropdown > li {
    width: 250px;
    margin-bottom: 0;
    padding: 30px 0.4705882353rem;
  }
  #mainNav ul.dropdown > li:first-child {
    padding-left: 1.9411764706rem;
  }
  #mainNav ul.dropdown > li a {
    padding-left: 0;
    -webkit-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    line-height: 24px;
  }
  #mainNav ul.dropdown > li a:hover {
    color: #0097b2;
  }
  #mainNav ul.dropdown > li.content {
    padding: 30px;
    padding-top: 40px;
    min-width: 400px;
    background: #f2f2f2;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub svg {
    display: inline-block;
    margin-left: 5px;
    height: 8px;
    width: 10px;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub ul {
    display: none;
    padding-left: 14px;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub ul li a {
    padding: 0.3rem 0.5rem;
    line-height: 16px;
    font-size: 15px;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub:hover a {
    color: #0097b2;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: rotateElement;
    animation-name: rotateElement;
    color: #0097b2;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub:hover ul {
    display: block;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub:hover ul li a {
    color: #2c2a2b;
  }
  #mainNav ul.dropdown ul li.thirdLevelSub:hover ul li a:hover {
    color: #0097b2;
  }
}
@media screen and (min-width: 90em) {
  #pageHeader .inner > div {
    max-width: none;
  }
  #mainNav > ul > li > a {
    padding: 1.9411764706rem 0.8823529412rem;
  }
  #mainNav > ul > li > a > svg.nav-down {
    margin-left: 10px;
  }
  #pageHeader .inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #pageHeader .inner > nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(66.6666666667% - 1.1764705882rem);
    width: calc(66.6666666667% - 1.1764705882rem);
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
  }
}
@media screen and (min-width: 75em) {
  #mainNav > ul > li#mainnav-8.is-active ul.dropdown,
  #mainNav > ul > li#mainnav-22381.is-active ul.dropdown {
    -webkit-transform: translateX(-33%);
    -ms-transform: translateX(-33%);
    transform: translateX(-33%);
  }
  #pageHeader.searchActive #mainNav ul > li > a {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #pageHeader .inner > nav {
    width: -webkit-calc(66.6666666667%);
    width: calc(66.6666666667%);
    margin-left: 0;
    margin-right: 0;
  }
  #mainNav > ul > li > a {
    padding: 1.9411764706rem 8px !important;
    font-size: 1.04rem !important;
  }
  #mainNav > ul > li.search a.search-icon {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1200px) {
  #mainNav > ul > li.is-active > a:after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 75em) {
  #mainNav li#mainnav-7 ul.dropdown > li.content {
    padding: 30px;
    padding-top: 40px;
    min-width: 400px;
    background: #f2f2f2;
  }
}
#countryNav {
  width: 130px;
  min-height: 37px;
  position: relative;
  background: #2c2a2b;
}
#countryNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  wiidth: 100%;
  overflow: hidden;
}
[data-whatinput="mouse"] #countryNav ul li {
  outline: 0;
}
#countryNav ul a,
#countryNav ul .button,
#countryNav #mainNav > ul > li.loginInMobileNav .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#countryNav ul input,
#countryNav ul select,
#countryNav ul a,
#countryNav ul button {
  margin-bottom: 0;
}
#countryNav ul input {
  display: inline-block;
}
#countryNav a {
  color: #fff;
}
#countryNav li {
  display: none;
  background: transparent;
  padding: 0;
}
#countryNav li a {
  padding: 0.4705882353rem 0 0.4705882353rem 2.3529411765rem;
}
#countryNav li:first-child {
  display: block;
}
#countryNav li:first-child a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4705882353rem 0;
}
#countryNav li:first-child a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eicon_sprachauswahl%3C/title%3E%3Cg%3E%3Cpath d='M1133.858-1830.427a9.25,9.25,0,0,0,9.25-9.25,9.25,9.25,0,0,0-9.25-9.25,9.251,9.251,0,0,0-9.25,9.25h0A9.25,9.25,0,0,0,1133.858-1830.427Z' transform='translate(-1123.858 1849.677)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M1125.134-1836.594h17.45' transform='translate(-1123.858 1849.677)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M1125.134-1842.76h17.45' transform='translate(-1123.858 1849.677)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M1131.862-1848.712a29.992,29.992,0,0,0,.7,18.195' transform='translate(-1123.858 1849.677)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M1135.853-1848.712a30.007,30.007,0,0,1-.693,18.195' transform='translate(-1123.858 1849.677)' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  margin: 0 0.5882352941rem;
}
#countryNav li:first-child a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3E%3Ctitle%3Earrow_down%3C/title%3E%3Cpath d='M-116.96,753.176c-1.214.956-6,5-6,5l-6-5' transform='translate(129.96 -752.176)' fill='none' stroke='%23F47323' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 20px;
  margin-left: 0.5882352941rem;
}
#countryNav li .icon {
  width: 20px;
  height: 20px;
}
#countryNav li .icon.shape-arrow-down {
  color: #0097b2;
}
#footerNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-whatinput="mouse"] #footerNav ul li {
  outline: 0;
}
#footerNav ul a,
#footerNav ul .button,
#footerNav #mainNav > ul > li.loginInMobileNav .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#footerNav ul input,
#footerNav ul select,
#footerNav ul a,
#footerNav ul button {
  margin-bottom: 0;
}
#footerNav ul input {
  display: inline-block;
}
@media screen and (min-width: 75em) {
  #footerNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#footerNav ul li {
  background: transparent;
  position: relative;
  padding: 0;
  font-size: 0.8235294118rem;
}
@media screen and (min-width: 75em) {
  #footerNav ul li {
    text-align: center;
  }
}
@media screen and (min-width: 75em) {
  #footerNav ul li {
    text-align: center;
  }
}
#footerNav ul li:after {
  content: "|";
  display: block;
  width: 2px;
  height: 100%;
  color: #959595;
  position: absolute;
  right: 0;
  top: 7px;
}
#footerNav ul li:last-child:after {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #footerNav ul li a {
    padding: 0.7rem 0.7rem;
  }
}
@media screen and (min-width: 75em) {
  #footerNav ul li a {
    white-space: nowrap;
  }
}
#footerNav a {
  color: #959595;
}
.socialLinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-whatinput="mouse"] .socialLinks ul li {
  outline: 0;
}
.socialLinks ul a,
.socialLinks ul .button,
.socialLinks #mainNav > ul > li.loginInMobileNav .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.socialLinks ul input,
.socialLinks ul select,
.socialLinks ul a,
.socialLinks ul button {
  margin-bottom: 0;
}
.socialLinks ul input {
  display: inline-block;
}
.socialLinks ul li {
  background: transparent;
  padding: 0;
}
.socialLinks a {
  color: #959595;
}
.socialLinks svg {
  width: 25px;
  height: 25px;
}
.socialLinks a.twitter svg {
  width: 24px;
  height: 24px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#marqueeContainer {
  border-bottom: 1px #c2c2c2 solid;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 80px;
  display: none;
}
#marqueeContainer.hidden {
  display: none;
}
@media screen and (min-width: 64em) {
  #marqueeContainer {
    display: block;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 75em) {
  #marqueeContainer {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  #marqueeContainer {
    margin-bottom: 45px;
  }
}
#marquee {
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  height: 34px;
  position: relative;
  z-index: 9;
}
#marquee > div > div {
  width: 50%;
  color: #000;
  float: left;
  text-align: left;
}
#marquee > div > div:nth-of-type(3),
#marquee > div > div:nth-of-type(4) {
  display: none;
}
@media screen and (min-width: 75em) {
  #marquee > div > div {
    width: 25%;
  }
  #marquee > div > div:nth-of-type(3),
  #marquee > div > div:nth-of-type(4) {
    display: block;
  }
}
#marquee > div > div.stockinfo {
  white-space: nowrap;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 75em) {
  #marquee > div > div.stockinfo {
    font-size: 13px;
  }
}
@media screen and (min-width: 83.75em) {
  #marquee > div > div.stockinfo {
    font-size: 15px;
  }
}
#marquee > div > div.stockinfotext {
  padding-left: 0%;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 75em) {
  #marquee > div > div.stockinfotext {
    font-size: 13px;
  }
}
@media screen and (min-width: 83.75em) {
  #marquee > div > div.stockinfotext {
    font-size: 15px;
  }
}
#marquee:before,
#marquee:after {
  content: "";
  position: absolute;
  right: 0;
  height: 50px;
  display: block;
  width: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    white 100%
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
#marquee:before {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 12;
}
#marquee .marquee-inner {
  -webkit-animation: marquee 20s linear infinite;
  animation: marquee 20s linear infinite;
  width: 130%;
  float: left;
  height: 50px;
}
#marquee .marquee-inner.secondItem {
  position: relative;
  left: 130%;
  top: -50px;
}
#marquee img.shape-icon-logo_flatexdegiro {
  height: 14px;
  width: 119px;
  margin-top: -5px;
  position: relative;
  margin-left: 2px;
}
#marquee:hover > div.marquee-inner {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#marquee img.shape-icon-stockupdown {
  height: 12px;
  width: 11px;
  margin-left: 6px;
  margin-right: 8px;
  margin-top: -2px;
}
@media screen and (min-width: 40em) {
  #page-2 #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #page-2 #stage.x-stage .frame-type-stage_textpic-okde .stageImage img,
  #page-22241 #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #page-22241 #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    right: -84px;
    bottom: 45px;
  }
}
@media print, screen and (min-width: 48em) {
  #page-2 #stage.x-stage,
  #page-22241 #stage.x-stage {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #page-2 #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #page-2 #stage.x-stage .frame-type-stage_textpic-okde .stageImage img,
  #page-22241 #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #page-22241 #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    bottom: 100px;
  }
}
@media screen and (min-width: 90em) {
  #page-2 #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #page-2 #stage.x-stage .frame-type-stage_textpic-okde .stageImage img,
  #page-22241 #stage.x-stage .frame-type-stage_textpic-start .stageImage img,
  #page-22241 #stage.x-stage .frame-type-stage_textpic-okde .stageImage img {
    width: auto;
    bottom: 140px;
    height: 715px;
  }
}
@media print, screen and (max-width: 1024px) {
  #marqueeContainer {
    height: 48px;
    display: block;
  }
  #marquee > div > div.stockinfo,
  #marquee > div > div.stockinfotext {
    text-align: left;
  }
}
@media print, screen and (max-width: 640px) {
  #marqueeContainer {
    height: 60px;
    display: block;
    background: #2c2a2b;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #marquee {
    height: 50px;
    padding-top: 8px;
  }
  #marquee:before,
  #marquee:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    display: block;
    width: 40px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(44, 42, 43, 0)),
      to(#2c2a2b)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(44, 42, 43, 0) 0%,
      #2c2a2b 100%
    );
    background: -o-linear-gradient(left, rgba(44, 42, 43, 0) 0%, #2c2a2b 100%);
    background: linear-gradient(90deg, rgba(44, 42, 43, 0) 0%, #2c2a2b 100%);
  }
  #marquee > div > div {
    width: 100%;
    color: #fff;
    line-height: 50px;
    height: 50px;
  }
  #marquee > div > div > * {
    color: #fff;
  }
  #marquee > div > div.stockinfotext {
    display: none;
  }
  #marquee .marquee-inner {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    height: 50px;
  }
  #marquee .marquee-inner.secondItem {
    position: relative;
    left: 130%;
    top: -50px;
  }
}
@media print, screen and (min-width: 640px) {
  #marqueeContainer {
    height: 36px;
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  #stage .swiper-pagination {
    display: none;
  }
  #marqueeContainer {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-specialcontent #marqueeContainer {
    margin-top: 87px;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-22241 #stage .swiper-pagination {
    display: none;
  }
  #page-22241 #marqueeContainer {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (min-width: 75em) {
  #page-22241 #pageWrapper.header-specialcontent #marqueeContainer {
    margin-top: 140px;
  }
}
.frame {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 0;
  padding-top: 3.5294117647rem;
  padding-bottom: 3.5294117647rem;
}
@media screen and (min-width: 75em) {
  .frame {
    padding-top: 7.6470588235rem;
    padding-bottom: 7.6470588235rem;
  }
}
@media print, screen and (min-width: 40em) {
  .frame {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 86.2352941176rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.frame.frame-full-width {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
}
.frame header {
  position: relative;
}
.frame-layout-0 {
  background: #fff;
}
#stage .frame-layout-0 {
  background: transparent;
}
.frame-layout-1 {
  background: #f2f2f2;
}
.frame-layout-2 {
  background: #0097b2;
}
.frame-layout-3 {
  background: #2c2a2b;
  color: #fff;
}
.padding-before-negative {
  overflow: visible !important;
  padding-top: 0;
}
.padding-before-none {
  padding-top: 0;
}
.padding-before-small {
  padding-top: 1rem;
}
.padding-before-medium {
  padding-top: 1.7647058824rem;
}
@media screen and (min-width: 75em) {
  .padding-before-medium {
    padding-top: 3.5294117647rem;
  }
}
.padding-after-none {
  padding-bottom: 0;
}
.padding-after-small {
  padding-bottom: 1rem;
}
.padding-after-medium {
  padding-bottom: 1.7647058824rem;
}
@media screen and (min-width: 75em) {
  .padding-after-medium {
    padding-bottom: 3.5294117647rem;
  }
}
.grid-x {
}
.grid-x.top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-x.middle {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-x.bottom {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid-x.stretch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (min-width: 75em) {
  .grid-x .grid-leftOffset {
    margin-left: 21.5%;
  }
}
.ce-inner.padding-before-medium {
  padding-top: 1.7647058824rem;
}
@media screen and (min-width: 75em) {
  .ce-inner.padding-before-medium {
    padding-top: 3.5294117647rem;
  }
}
.ce-inner.padding-after-medium {
  padding-bottom: 1.7647058824rem;
}
@media screen and (min-width: 75em) {
  .ce-inner.padding-after-medium {
    padding-bottom: 3.5294117647rem;
  }
}
.frame.padding-before-negative .grid-x {
}
.frame.padding-before-negative .grid-x > div.medium-6,
.frame.padding-before-negative .grid-x > div.large-4 {
  margin-top: 0;
}
.frame.padding-before-negative .grid-x > div.medium-6:first-child,
.frame.padding-before-negative .grid-x > div.large-4:first-child {
  margin-top: -20px;
}
@media print, screen and (min-width: 40em) {
  .frame.padding-before-negative .grid-x > div.medium-6,
  .frame.padding-before-negative .grid-x > div.medium-6:first-child {
    margin-top: -70px;
  }
}
@media print, screen and (min-width: 64em) {
  .frame.padding-before-negative .grid-x > div.large-4,
  .frame.padding-before-negative .grid-x > div.large-4:first-child {
    margin-top: -70px;
  }
}
#pageMain > .grid,
#pageWrapper #fixed-section > .grid {
  margin-right: -0.5882352941rem;
  margin-left: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  #pageMain > .grid,
  #pageWrapper #fixed-section > .grid {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
#pageWrapper #fixed-section {
  z-index: 0;
  background-color: #0097b2;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
}
#pageWrapper #fixed-section .frame {
  background-color: transparent;
}
#pageWrapper #fixed-section .frame.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
}
.wrapperLink {
  display: block;
  border: 1px solid #e5e5e5;
  color: #2c2a2b;
  padding: 2rem;
  -webkit-transition: -webkit-box-shadow 250ms ease-out;
  transition: -webkit-box-shadow 250ms ease-out;
  -o-transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out;
  transition: box-shadow 250ms ease-out, -webkit-box-shadow 250ms ease-out;
}
.wrapperLink:hover {
  color: #2c2a2b;
  -webkit-box-shadow: 0 0 20px 10px #e5e5e5;
  box-shadow: 0 0 20px 10px #e5e5e5;
}
.frame-full-width.frame-type-html .ce-bodytext {
  max-width: 37.6470588235rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 64em) {
  .frame-full-width.frame-type-html .ce-bodytext {
    margin-right: 0;
    padding: 0;
  }
}
.frame-full-width-nopadding {
  padding-right: 0;
  padding-left: 0;
}
.frame-full-width-nopadding .grid-container {
  padding: 0;
  max-width: 100%;
}
.frame-full-width-nopadding .grid-container .cell {
  margin-bottom: 0;
}
.frame-full-width-nopadding
  .grid-container
  .cell
  .ce-textpic.ce-above
  .assetsWrapper,
.frame-full-width-nopadding
  .grid-container
  .cell
  .ce-above.ce-image
  .assetsWrapper,
.frame-full-width-nopadding
  .grid-container
  .cell
  .ce-above.ce-image
  .assetsWrapper {
  margin-bottom: 0;
}
.frame-full-width-nopadding
  .grid-container
  .cell
  .ce-image
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 100em) {
  .frame-full-width-nopadding {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 75.2941176471rem;
  }
}
@-webkit-keyframes messageShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes messageShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.messageContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-animation: messageShow 1.5s;
  animation: messageShow 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-box-shadow: 4px 0 2px 2px #e5e5e5;
  box-shadow: 4px 0 2px 2px #e5e5e5;
  padding: 25px 0px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.messageContainer svg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.headline_bubble {
  position: absolute;
  top: -30px;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  color: #000;
  padding: 4px 10px;
  font-size: 0.7058823529rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #000;
}
@media screen and (min-width: 75em) {
  .headline_bubble {
    font-size: 1rem;
  }
}
@media screen and (min-width: 90em) {
  .headline_bubble {
    top: -50px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.headline_bubble:before,
.headline_bubble:after {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.headline_bubble:before {
  right: -2px;
  bottom: -10px;
  border-width: 10px 0 0 10px;
  border-color: black transparent transparent transparent;
}
.headline_bubble:after {
  right: 0;
  bottom: -6px;
  border-width: 6px 0 0 6px;
  border-color: white transparent transparent transparent;
}
.inner-layout-1 .headline_bubble:after {
  border-color: #f2f2f2 transparent transparent transparent;
}
.inner-layout-2 .headline_bubble:after,
.section--fixed .headline_bubble:after {
  border-color: #0097b2 transparent transparent transparent;
}
.inner-layout-1 .headline_bubble:after {
  border-top-color: #f2f2f2;
}
.inner-layout-2 .headline_bubble:after {
  border-top-color: #0097b2;
}
#stage .headline_bubble {
  border-right: 0;
  padding: 0.2352941176rem 0.2941176471rem 0.2352941176rem 0.5882352941rem;
}
#stage .headline_bubble:before,
#stage .headline_bubble:after {
  content: normal;
}
#stage .headline_bubble:after {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/bubble_nase_right-black.svg");
  top: -2px;
  bottom: auto;
  right: -8px;
  border: none;
  background: none;
  height: 100%;
  width: 8.4px;
}
@media screen and (min-width: 75em) {
  #stage .headline_bubble:after {
    width: 10px;
  }
}
#stage .fontColor-black .headline_bubble {
  color: #2c2a2b;
  border-color: #2c2a2b;
}
#stage .fontColor-black .headline_bubble:after {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/bubble_nase_right-black.svg");
}
#stage .fontColor-white .headline_bubble {
  color: #fff;
  border-color: #fff;
}
#stage .fontColor-white .headline_bubble:after {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/bubble_nase_right-white.svg");
}
#stage .fontColor-grey .headline_bubble {
  color: #888;
  border-color: #888;
}
#stage .fontColor-grey .headline_bubble:after {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/bubble_nase_right-grey.svg");
}
#stage .fontColor-orange .headline_bubble {
  color: #0097b2;
  border-color: #0097b2;
}
#stage .fontColor-orange .headline_bubble:after {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/bubble_nase_right-orange.svg");
}
.grid-2col-25-75_plain .inner-layout-1,
.grid-2col-25-75_plain .inner-layout-2,
.grid-2col-25-75_plain .inner-layout-3,
.grid-2col-25-75_plain .inner-layout-4,
.grid-2col-25-75_plain .inner-layout-5,
.grid-2col-30-70 .inner-layout-1,
.grid-2col-30-70 .inner-layout-2,
.grid-2col-30-70 .inner-layout-3,
.grid-2col-30-70 .inner-layout-4,
.grid-2col-30-70 .inner-layout-5,
.grid-2col-75-25 .inner-layout-1,
.grid-2col-75-25 .inner-layout-2,
.grid-2col-75-25 .inner-layout-3,
.grid-2col-75-25 .inner-layout-4,
.grid-2col-75-25 .inner-layout-5,
.grid-2col-70-30 .inner-layout-1,
.grid-2col-70-30 .inner-layout-2,
.grid-2col-70-30 .inner-layout-3,
.grid-2col-70-30 .inner-layout-4,
.grid-2col-70-30 .inner-layout-5 {
  padding: 20px;
}
.grid-2col-25-75_plain .inner-layout-1,
.grid-2col-30-70 .inner-layout-1,
.grid-2col-75-25 .inner-layout-1,
.grid-2col-70-30 .inner-layout-1 {
  background: #f2f2f2;
}
.grid-2col-25-75_plain .inner-layout-2,
.grid-2col-30-70 .inner-layout-2,
.grid-2col-75-25 .inner-layout-2,
.grid-2col-70-30 .inner-layout-2 {
  background: #0097b2;
}
.grid-2col-25-75_plain .inner-layout-2,
.grid-2col-30-70 .inner-layout-2,
.grid-2col-75-25 .inner-layout-2,
.grid-2col-70-30 .inner-layout-2 {
  background: #0097b2;
}
.grid-2col-25-75_plain .inner-layout-3,
.grid-2col-30-70 .inner-layout-3,
.grid-2col-75-25 .inner-layout-3,
.grid-2col-70-30 .inner-layout-3 {
  background: #2c2a2b;
  color: #fff;
}
.grid-2col-25-75_plain .inner-layout-5,
.grid-2col-30-70 .inner-layout-5,
.grid-2col-75-25 .inner-layout-5,
.grid-2col-70-30 .inner-layout-5 {
  background: #8cde7e;
  color: #fff;
}
.price {
  position: relative;
  display: inline-block;
  font-size: 5.8823529412rem;
  line-height: 1;
  white-space: nowrap;
}
.price__amount {
  display: inline-block;
  font-size: 1em;
  letter-spacing: -0.02em;
}
.price__decimal-place {
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-size: 0.5em;
}
.price__currency {
  font-size: 0.3em;
  position: absolute;
  right: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0.4em;
}
.price__currency .post-decimal {
  line-height: 75%;
}
.price__currency .post-decimal-unit {
  font-size: 0.65em;
}
.price__currency .post-decimal-unit .percent {
  font-size: 2.5em;
}
.price--percentpa .price__currency .post-decimal-unit {
  font-size: 1.2941176471rem;
}
@media print, screen and (min-width: 40em) {
  .price__currency {
    top: 0.4em;
  }
  .price__currency .post-decimal {
    line-height: 85%;
  }
}
@media print, screen and (min-width: 64em) {
  .price__currency {
    top: 0.45em;
  }
  .price__currency .post-decimal {
    line-height: 75%;
  }
}
.price__subtext {
  width: 100%;
}
.price__left-text {
  font-size: 1.8823529412rem;
  line-height: 2rem;
}
.price.rolling-number {
  max-height: 180px;
}
#stageContainer .price.rolling-number {
  max-height: none;
}
.price.rolling-number .pre-decimal {
  -webkit-transform: translateY(-8%);
  -ms-transform: translateY(-8%);
  transform: translateY(-8%);
}
.price.rolling-number .post-decimal .odometer-digit:first-child,
.price.rolling-number .pre-decimal .odometer-digit:first-child {
  display: none;
}
.price--huge {
  font-size: 8.2352941176rem;
}
@media screen and (min-width: 75em) {
  .price--huge {
    font-size: 8.8235294118rem;
  }
}
.price--huge--highlight {
  font-size: 5.2941176471rem;
  color: #0097b2;
}
@media print, screen and (min-width: 40em) {
  .price--huge--highlight {
    font-size: 7.0588235294rem;
  }
}
@media print, screen and (min-width: 64em) {
  .price--huge--highlight {
    font-size: 8.8235294118rem;
  }
}
.price--highlight {
  color: #0097b2;
}
.inner-layout-2 .price--highlight,
.section--fixed .price--highlight {
  color: #fff;
}
.price__bubble {
  position: absolute;
  top: -40px;
  left: -10px;
  color: #000;
  padding: 4px 6px;
  font-size: 0.7058823529rem;
  font-weight: 500;
  border: 2px solid #000;
  font-family: "aeonik-medium", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}
@media print, screen and (min-width: 40em) {
  .price__bubble {
    font-size: 1rem;
  }
}
.price__bubble:before,
.price__bubble:after {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.price__bubble:before {
  left: -2px;
  bottom: -10px;
  border-width: 10px 10px 0 0;
  border-color: black transparent transparent transparent;
}
.price__bubble:after {
  left: 0;
  bottom: -6px;
  border-width: 6px 6px 0 0;
  border-color: white transparent transparent transparent;
}
.inner-layout-2 .price__bubble:after,
.section--fixed .price__bubble:after {
  border-color: #0097b2 transparent transparent transparent;
}
.inner-layout-1 .price__bubble:after {
  border-top-color: #f2f2f2;
}
.inner-layout-2 .price__bubble:after {
  border-top-color: #0097b2;
}
.price__subline {
  display: block;
  font-size: 1.8823529412rem;
  margin-top: -1.8823529412rem;
  margin-bottom: 1.8823529412rem;
}
.hidden {
  opacity: 0;
}
#stage .price--stage {
  color: white;
  font-size: 21.1764705882rem;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  #stage .price--stage {
    font-size: 14.1176470588rem;
  }
}
#stage .price--stage__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#stage .price--stage .price__currency {
  right: -10px;
}
#stage .price--stage .post-decimal-unit {
  position: relative;
  top: -15px;
}
.twolinebubble .price__bubble {
  width: 114px;
  white-space: normal;
  top: -54px;
}
@media print, screen and (min-width: 660px) {
  .twolinebubble .price__bubble {
    width: 134px;
    top: -69px;
  }
}
@media print, screen and (min-width: 767px) {
  .twolinebubble .price__bubble {
    width: 155px;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1024px) {
  .reveal-overlay .twolinebubble .price__subline {
    font-size: 1.8rem;
  }
  .reveal-overlay .twolinebubble .price__bubble {
    top: -54px;
  }
}
@media print, screen and (min-width: 639px) and (max-width: 680px) {
  .twolinebubble .price__bubble {
    top: -54px;
    width: 146px;
  }
}
#page-18121 .twolinebubble .price__bubble,
#page-18126 .twolinebubble .price__bubble {
  top: -54px;
}
ul.features {
  list-style-type: none;
  margin: 0;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
  ul.features {
    margin-top: 0;
  }
}
ul.features li {
  background-image: none;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
ul.features li:nth-child(1) {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}
ul.features li:nth-child(2) {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
ul.features li:nth-child(3) {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}
ul.features li:nth-child(4) {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
ul.features li:nth-child(5) {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}
ul.features li:nth-child(6) {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
@media print, screen and (min-width: 40em) {
  ul.features li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
@media print, screen and (min-width: 64em) {
  ul.features li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(25% - 1.7647058824rem);
    width: calc(25% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2a2b;
  padding: 1.7647058824rem 0.8823529412rem;
  -webkit-transition: background-color 250ms ease-out,
    -webkit-box-shadow 250ms ease-out, -webkit-transform 250ms ease-out;
  transition: background-color 250ms ease-out, -webkit-box-shadow 250ms ease-out,
    -webkit-transform 250ms ease-out;
  -o-transition: background-color 250ms ease-out, box-shadow 250ms ease-out,
    transform 250ms ease-out;
  transition: background-color 250ms ease-out, box-shadow 250ms ease-out,
    transform 250ms ease-out;
  transition: background-color 250ms ease-out, box-shadow 250ms ease-out,
    transform 250ms ease-out, -webkit-box-shadow 250ms ease-out,
    -webkit-transform 250ms ease-out;
}
.feature .title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.feature .size17,
.feature .accordion-title-content {
  text-align: center;
}
.feature svg {
  margin-bottom: 1em;
}
.feature .icon {
  display: block;
  width: auto;
  height: auto;
}
.feature:hover {
  background-color: #f7f7f7;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.feature:hover svg {
  stroke: #212121;
  color: #212121;
}
.frame-layout-3 .feature {
  color: #fff;
}
.frame-layout-3 .feature:hover {
  color: #212121;
}
.feature small {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .feature small {
    font-size: 0.8235294118rem;
  }
}
#pageMain .cta-list,
#pageWrapper #fixed-section .cta-list,
#stage .cta-list {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -0.5882352941rem;
  margin-right: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  #pageMain .cta-list,
  #pageWrapper #fixed-section .cta-list,
  #stage .cta-list {
    margin-left: -0.8823529412rem;
    margin-right: -0.8823529412rem;
  }
}
#pageMain .cta-list .cta-list__item,
#pageWrapper #fixed-section .cta-list .cta-list__item,
#stage .cta-list .cta-list__item {
  background-image: none !important;
  padding: 0;
  margin-bottom: 0.5882352941rem;
  margin-top: 0.5882352941rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  #pageMain .cta-list .cta-list__item,
  #pageWrapper #fixed-section .cta-list .cta-list__item,
  #stage .cta-list .cta-list__item {
    margin-bottom: 0.8823529412rem;
    margin-top: 0.8823529412rem;
  }
}
@media print, screen and (min-width: 40em) {
  #pageMain .cta-list .cta-list__item,
  #pageWrapper #fixed-section .cta-list .cta-list__item,
  #stage .cta-list .cta-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageMain .cta-list .cta-list__item,
  #pageWrapper #fixed-section .cta-list .cta-list__item,
  #stage .cta-list .cta-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#pageMain .cta-list.x-style,
#pageWrapper #fixed-section .cta-list.x-style,
#stage .cta-list.x-style {
  margin-top: 26px;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 48em) {
  #pageMain .cta-list.x-style,
  #pageWrapper #fixed-section .cta-list.x-style,
  #stage .cta-list.x-style {
    margin-bottom: 51px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageMain .cta-list.x-style,
  #pageWrapper #fixed-section .cta-list.x-style,
  #stage .cta-list.x-style {
    margin-top: 37px;
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 90em) {
  #pageMain .cta-list.x-style,
  #pageWrapper #fixed-section .cta-list.x-style,
  #stage .cta-list.x-style {
    margin-top: 36px;
  }
}
#pageMain .cta-list.x-style .cta,
#pageWrapper #fixed-section .cta-list.x-style .cta,
#stage .cta-list.x-style .cta {
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding-left: 22px;
}
@media print, screen and (min-width: 48em) {
  #pageMain .cta-list.x-style .cta,
  #pageWrapper #fixed-section .cta-list.x-style .cta,
  #stage .cta-list.x-style .cta {
    padding-right: 7px;
  }
}
#pageMain .cta-list.x-style .cta:hover,
#pageWrapper #fixed-section .cta-list.x-style .cta:hover,
#pageMain .cta-list.x-style .cta:focus,
#pageWrapper #fixed-section .cta-list.x-style .cta:focus,
#stage .cta-list.x-style .cta:hover,
#stage .cta-list.x-style .cta:focus {
  background-color: #feffd0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pageMain .cta-list.x-style .cta .cta-text,
#pageWrapper #fixed-section .cta-list.x-style .cta .cta-text,
#stage .cta-list.x-style .cta .cta-text {
  line-height: 20px;
  top: 8px;
  padding-right: 18px;
}
@media screen and (min-width: 42.5em) {
  #pageMain .cta-list.x-style .cta .cta-text,
  #pageWrapper #fixed-section .cta-list.x-style .cta .cta-text,
  #stage .cta-list.x-style .cta .cta-text {
    top: 56px;
    left: 22px;
  }
}
@media print, screen and (min-width: 48em) {
  #pageMain .cta-list.x-style .cta .cta-text,
  #pageWrapper #fixed-section .cta-list.x-style .cta .cta-text,
  #stage .cta-list.x-style .cta .cta-text {
    top: 62px;
    left: 23px;
    padding-right: 0;
  }
}
#pageMain .cta-list.x-style .cta-list__item,
#pageWrapper #fixed-section .cta-list.x-style .cta-list__item,
#stage .cta-list.x-style .cta-list__item {
  background: #fbfbfb;
  border: none;
  min-height: 170px;
}
#pageMain .cta-list.x-style .cta-list__item a,
#pageWrapper #fixed-section .cta-list.x-style .cta-list__item a,
#stage .cta-list.x-style .cta-list__item a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pageMain .cta-list.x-style .cta-list__item a:hover,
#pageWrapper #fixed-section .cta-list.x-style .cta-list__item a:hover,
#pageMain .cta-list.x-style .cta-list__item a:focus,
#pageWrapper #fixed-section .cta-list.x-style .cta-list__item a:focus,
#stage .cta-list.x-style .cta-list__item a:hover,
#stage .cta-list.x-style .cta-list__item a:focus {
  color: #2c2a2b;
}
@media print, screen and (min-width: 48em) {
  #pageMain .cta-list.x-style .cta-list__item,
  #pageWrapper #fixed-section .cta-list.x-style .cta-list__item,
  #stage .cta-list.x-style .cta-list__item {
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px);
    margin-left: 13px;
    margin-right: 13px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageMain .cta-list.x-style .cta-list__item,
  #pageWrapper #fixed-section .cta-list.x-style .cta-list__item,
  #stage .cta-list.x-style .cta-list__item {
    width: -webkit-calc(33.3333333333% - 26px);
    width: calc(33.3333333333% - 26px);
  }
}
#pageMain .cta-list.x-style .arrow:last-of-type,
#pageWrapper #fixed-section .cta-list.x-style .arrow:last-of-type,
#stage .cta-list.x-style .arrow:last-of-type {
  margin-left: auto;
  -webkit-transition: -webkit-transform 150ms ease-out 50ms;
  transition: -webkit-transform 150ms ease-out 50ms;
  -o-transition: transform 150ms ease-out 50ms;
  transition: transform 150ms ease-out 50ms;
  transition: transform 150ms ease-out 50ms,
    -webkit-transform 150ms ease-out 50ms;
  position: absolute;
  right: 14px;
  bottom: 6px;
}
@media print, screen and (min-width: 48em) {
  #pageMain .cta-list.x-style .arrow:last-of-type,
  #pageWrapper #fixed-section .cta-list.x-style .arrow:last-of-type,
  #stage .cta-list.x-style .arrow:last-of-type {
    bottom: 8px;
  }
}
#pageMain .cta-list.x-style .arrow:last-of-type svg,
#pageWrapper #fixed-section .cta-list.x-style .arrow:last-of-type svg,
#stage .cta-list.x-style .arrow:last-of-type svg {
  width: 14px;
  height: 14px;
}
.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 0 0 1px #e7e7e7;
  box-shadow: inset 0 0 0 1px #e7e7e7;
  padding: 1em;
  min-height: 5.8823529412rem;
  text-align: left;
  -webkit-transition: color 100ms ease-in;
  -o-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2a2b;
  -webkit-transition: background-color 250ms ease-out,
    -webkit-box-shadow 250ms ease-out, -webkit-transform 250ms ease-out;
  transition: background-color 250ms ease-out, -webkit-box-shadow 250ms ease-out,
    -webkit-transform 250ms ease-out;
  -o-transition: background-color 250ms ease-out, box-shadow 250ms ease-out,
    transform 250ms ease-out;
  transition: background-color 250ms ease-out, box-shadow 250ms ease-out,
    transform 250ms ease-out;
  transition: background-color 250ms ease-out, box-shadow 250ms ease-out,
    transform 250ms ease-out, -webkit-box-shadow 250ms ease-out,
    -webkit-transform 250ms ease-out;
}
.cta:hover,
.cta:focus {
  background-color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 40em) {
  .cta {
    min-height: 10rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cta .listpoint {
  margin-right: 0.8823529412rem;
  padding-top: 0.2352941176rem;
}
.cta .listpoint svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta .listpoint .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.cta .arrow {
  color: #0097b2;
}
.cta .arrow:last-of-type {
  margin-left: auto;
  -webkit-transition: -webkit-transform 150ms ease-out 50ms;
  transition: -webkit-transform 150ms ease-out 50ms;
  -o-transition: transform 150ms ease-out 50ms;
  transition: transform 150ms ease-out 50ms;
  transition: transform 150ms ease-out 50ms,
    -webkit-transform 150ms ease-out 50ms;
}
@media print, screen and (min-width: 40em) {
  .cta .arrow:last-of-type {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.cta .arrow svg {
  width: 7px;
  height: 14px;
}
.inner-type-panel_price,
.inner-type-panel_icon,
.inner-type-panel_countdown,
.inner-type-panel_text {
  height: 100%;
}
#stage .inner-type-panel_price,
#stage .inner-type-panel_icon,
#stage .inner-type-panel_countdown,
#stage .inner-type-panel_text {
  height: auto;
}
.teaser,
.inner-type-panel_newsletter .successMessage {
  text-align: center;
  background-color: #fff;
  padding: 1.1764705882rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .medium-6 .teaser,
  .medium-6 .inner-type-panel_newsletter .successMessage,
  .inner-type-panel_newsletter .medium-6 .successMessage {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .teaser,
  .inner-type-panel_newsletter .successMessage {
    height: 100%;
    margin-bottom: 0;
    padding: 2.9411764706rem;
  }
}
#stage .teaser,
#stage .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter #stage .successMessage {
  padding: 0;
}
.border .teaser,
.border .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .border .successMessage {
  border: 1px solid #e5e5e5;
}
.teaser h3,
.inner-type-panel_newsletter .successMessage h3,
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
  width: 100%;
}
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .teaser h2,
  .inner-type-panel_newsletter .successMessage h2,
  .teaser .tx-bgm-webinars h1,
  .tx-bgm-webinars .teaser h1,
  .inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
  .tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
    line-height: 2.3529411765rem;
  }
}
.inner-type-panel_text .teaser,
.inner-type-panel_text .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-type-panel_text .successMessage {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialContent .teaser,
.specialContent .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .specialContent .successMessage {
  margin-bottom: 0;
}
.teaser h2,
.inner-type-panel_newsletter .successMessage h2,
.teaser .tx-bgm-webinars h1,
.tx-bgm-webinars .teaser h1,
.inner-type-panel_newsletter .successMessage .tx-bgm-webinars h1,
.tx-bgm-webinars .inner-type-panel_newsletter .successMessage h1 {
  width: 100%;
}
.inner-layout-1 .teaser,
.inner-layout-1 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-layout-1 .successMessage {
  background: #f2f2f2;
}
.inner-layout-2 .teaser,
.inner-layout-2 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-layout-2 .successMessage {
  background: #0097b2;
}
.inner-layout-3 .teaser,
.inner-layout-3 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-layout-3 .successMessage {
  background: #2c2a2b;
  color: #fff;
}
.inner-layout-3 .teaser .teaser_text,
.inner-layout-3 .inner-type-panel_newsletter .successMessage .teaser_text,
.inner-type-panel_newsletter .inner-layout-3 .successMessage .teaser_text,
.inner-layout-3 .teaser .teaser_text p,
.inner-layout-3 .inner-type-panel_newsletter .successMessage .teaser_text p,
.inner-type-panel_newsletter .inner-layout-3 .successMessage .teaser_text p,
.inner-layout-3 .teaser .link-cta,
.inner-layout-3 .inner-type-panel_newsletter .successMessage .link-cta,
.inner-type-panel_newsletter .inner-layout-3 .successMessage .link-cta,
.inner-layout-3 .teaser .link-cta-arrow,
.inner-layout-3 .inner-type-panel_newsletter .successMessage .link-cta-arrow,
.inner-type-panel_newsletter .inner-layout-3 .successMessage .link-cta-arrow {
  color: #fff;
}
.inner-layout-5 .teaser,
.inner-layout-5 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-layout-5 .successMessage {
  background: #8cde7e;
}
.inner-layout-6 .teaser,
.inner-layout-6 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-layout-6 .successMessage {
  background: #242223;
  color: #fff;
}
.inner-layout-6 .teaser .teaser_text p,
.inner-layout-6 .inner-type-panel_newsletter .successMessage .teaser_text p,
.inner-type-panel_newsletter .inner-layout-6 .successMessage .teaser_text p {
  color: #fff;
}
.inner-layout-7 .teaser,
.inner-layout-7 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .inner-layout-7 .successMessage {
  background: #fbfbfb;
}
.inner-type-panel_text .teaser > :first-child,
.inner-type-panel_text
  .inner-type-panel_newsletter
  .successMessage
  > :first-child,
.inner-type-panel_newsletter
  .inner-type-panel_text
  .successMessage
  > :first-child {
  text-align: left;
  width: 100%;
}
.teaser .price,
.inner-type-panel_newsletter .successMessage .price {
  margin: 2rem 0;
}
.teaser .teaser_text,
.inner-type-panel_newsletter .successMessage .teaser_text {
  min-height: 5.4117647059rem;
  text-align: left;
  width: 100%;
}
.teaser .teaser_text p,
.inner-type-panel_newsletter .successMessage .teaser_text p {
  color: black;
}
.teaser .teaserIcon,
.inner-type-panel_newsletter .successMessage .teaserIcon {
  text-align: center;
  margin-bottom: 2rem;
}
.teaser .teaserIcon svg,
.inner-type-panel_newsletter .successMessage .teaserIcon svg {
  display: inline-block;
}
.teaser.iconLeft,
.inner-type-panel_newsletter .iconLeft.successMessage {
  display: block;
  padding: 0;
}
.teaser.iconLeft a,
.inner-type-panel_newsletter .iconLeft.successMessage a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2.9411764706rem 2.9411764706rem 5.8823529412rem;
  position: relative;
  z-index: 1;
}
.teaser.iconLeft a::before,
.inner-type-panel_newsletter .iconLeft.successMessage a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #0097b2;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  -o-transition: transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}
.teaser.iconLeft a:hover,
.inner-type-panel_newsletter .iconLeft.successMessage a:hover,
.teaser.iconLeft a:focus,
.inner-type-panel_newsletter .iconLeft.successMessage a:focus {
  color: #fff;
}
.teaser.iconLeft a:hover::before,
.inner-type-panel_newsletter .iconLeft.successMessage a:hover::before,
.teaser.iconLeft a:focus::before,
.inner-type-panel_newsletter .iconLeft.successMessage a:focus::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.teaser.iconLeft a:hover svg,
.inner-type-panel_newsletter .iconLeft.successMessage a:hover svg,
.teaser.iconLeft a:focus svg,
.inner-type-panel_newsletter .iconLeft.successMessage a:focus svg {
  fill: currentColor;
}
.teaser.iconLeft a:hover svg .the-f,
.inner-type-panel_newsletter .iconLeft.successMessage a:hover svg .the-f,
.teaser.iconLeft a:focus svg .the-f,
.inner-type-panel_newsletter .iconLeft.successMessage a:focus svg .the-f {
  fill: currentColor;
  stroke-width: 0;
}
.teaser.iconLeft a::after,
.inner-type-panel_newsletter .iconLeft.successMessage a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23f60' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 0.5em;
  height: 1em;
  position: absolute;
  bottom: 2.9411764706rem;
  right: 2.9411764706rem;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.teaser.iconLeft a:hover,
.inner-type-panel_newsletter .iconLeft.successMessage a:hover {
  color: #0097b2;
}
.teaser.iconLeft a:hover::after,
.inner-type-panel_newsletter .iconLeft.successMessage a:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 14'%3E%3Ctitle%3Earrow_right%3C/title%3E%3Cpath d='M-125.46,749.676c.956,1.214,5,6,5,6l-5,6' transform='translate(126.46 -748.676)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-40%) translateX(0.25em);
  -ms-transform: translateY(-40%) translateX(0.25em);
  transform: translateY(-40%) translateX(0.25em);
}
.inner-layout-2 .teaser.iconLeft a,
.inner-layout-2 .inner-type-panel_newsletter .iconLeft.successMessage a,
.inner-type-panel_newsletter .inner-layout-2 .iconLeft.successMessage a {
  position: relative;
  z-index: 1;
}
.inner-layout-2 .teaser.iconLeft a::before,
.inner-layout-2 .inner-type-panel_newsletter .iconLeft.successMessage a::before,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  -o-transition: transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}
.inner-layout-2 .teaser.iconLeft a:hover,
.inner-layout-2 .inner-type-panel_newsletter .iconLeft.successMessage a:hover,
.inner-type-panel_newsletter .inner-layout-2 .iconLeft.successMessage a:hover,
.inner-layout-2 .teaser.iconLeft a:focus,
.inner-layout-2 .inner-type-panel_newsletter .iconLeft.successMessage a:focus,
.inner-type-panel_newsletter .inner-layout-2 .iconLeft.successMessage a:focus {
  color: #fff;
}
.inner-layout-2 .teaser.iconLeft a:hover::before,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:hover::before,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:hover::before,
.inner-layout-2 .teaser.iconLeft a:focus::before,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:focus::before,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:focus::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.inner-layout-2 .teaser.iconLeft a:hover svg,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:hover
  svg,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:hover
  svg,
.inner-layout-2 .teaser.iconLeft a:focus svg,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:focus
  svg,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:focus
  svg {
  fill: currentColor;
}
.inner-layout-2 .teaser.iconLeft a:hover svg .the-f,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:hover
  svg
  .the-f,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:hover
  svg
  .the-f,
.inner-layout-2 .teaser.iconLeft a:focus svg .the-f,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:focus
  svg
  .the-f,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:focus
  svg
  .the-f {
  fill: currentColor;
  stroke-width: 0;
}
.inner-layout-2 .teaser.iconLeft a::after,
.inner-layout-2 .inner-type-panel_newsletter .iconLeft.successMessage a::after,
.inner-type-panel_newsletter .inner-layout-2 .iconLeft.successMessage a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 14'%3E%3Ctitle%3Earrow_right%3C/title%3E%3Cpath d='M-125.46,749.676c.956,1.214,5,6,5,6l-5,6' transform='translate(126.46 -748.676)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
.inner-layout-2 .teaser.iconLeft a:hover,
.inner-layout-2 .inner-type-panel_newsletter .iconLeft.successMessage a:hover,
.inner-type-panel_newsletter .inner-layout-2 .iconLeft.successMessage a:hover {
  color: #fff;
}
.inner-layout-2 .teaser.iconLeft a:hover::after,
.inner-layout-2
  .inner-type-panel_newsletter
  .iconLeft.successMessage
  a:hover::after,
.inner-type-panel_newsletter
  .inner-layout-2
  .iconLeft.successMessage
  a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cpath fill='none' stroke='%23f60' stroke-linecap='round' stroke-width='2' d='M1.4 1.4l5 6-5 6' /%3E%3C/svg%3E");
}
.teaser.iconLeft .teaserIcon,
.inner-type-panel_newsletter .iconLeft.successMessage .teaserIcon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  margin-bottom: 0;
}
.teaser.iconLeft .teaserIcon svg,
.inner-type-panel_newsletter .iconLeft.successMessage .teaserIcon svg {
  width: 75px;
  height: 75px;
  margin-bottom: 0;
}
.teaser.iconLeft .teaser_text,
.inner-type-panel_newsletter .iconLeft.successMessage .teaser_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.teaser.iconLeft .teaser_text .aboveTitle,
.inner-type-panel_newsletter .iconLeft.successMessage .teaser_text .aboveTitle {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .teaser.iconLeft .teaser_text .aboveTitle,
  .inner-type-panel_newsletter
    .iconLeft.successMessage
    .teaser_text
    .aboveTitle {
    font-size: 1.2941176471rem;
    line-height: 1.6470588235rem;
  }
}
.teaser.iconLeft .teaser_text .title,
.inner-type-panel_newsletter .iconLeft.successMessage .teaser_text .title {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .teaser.iconLeft .teaser_text .title,
  .inner-type-panel_newsletter .iconLeft.successMessage .teaser_text .title {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
  }
}
.panelLink {
  margin-bottom: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}
.panelLink .button,
.panelLink #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .panelLink .button {
  margin-bottom: 0;
}
.inner-type-panel_newsletter {
  position: relative;
  background: transparent
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/ajax-loader.gif")
    no-repeat center center;
}
.inner-type-panel_newsletter .teaser.mui-leave,
.inner-type-panel_newsletter .mui-leave.successMessage {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}
.inner-type-panel_newsletter .teaser.mui-leave.mui-leave-active,
.inner-type-panel_newsletter .mui-leave.mui-leave-active.successMessage {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.inner-type-panel_newsletter .teaser.mui-enter-active .successMessage,
.inner-type-panel_newsletter .mui-enter-active.successMessage .successMessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inner-type-panel_newsletter form {
  position: relative;
}
.inner-type-panel_newsletter form .form-error,
.inner-type-panel_newsletter form .help-block.error {
  position: absolute;
  bottom: -5px;
}
.inner-type-panel_newsletter .successMessage {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c2a2b;
  color: #fff;
}
.mui-enter-active .inner-type-panel_newsletter .successMessage {
  display: block;
}
.grid-leftOffset .teaser h3,
.grid-leftOffset .inner-type-panel_newsletter .successMessage h3,
.inner-type-panel_newsletter .grid-leftOffset .successMessage h3,
.grid-leftOffset .teaser h2,
.grid-leftOffset .inner-type-panel_newsletter .successMessage h2,
.inner-type-panel_newsletter .grid-leftOffset .successMessage h2,
.grid-leftOffset .teaser .tx-bgm-webinars h1,
.grid-leftOffset .tx-bgm-webinars .teaser h1,
.tx-bgm-webinars .grid-leftOffset .teaser h1,
.grid-leftOffset
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1,
.inner-type-panel_newsletter
  .grid-leftOffset
  .successMessage
  .tx-bgm-webinars
  h1,
.grid-leftOffset
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .grid-leftOffset
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .grid-leftOffset
  .successMessage
  h1 {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
}
img.panelImage {
  margin-bottom: 20px;
}
.ce-textpic,
.ce-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ce-textpic.ce-above,
.ce-above.ce-image,
.ce-textpic.ce-below,
.ce-below.ce-image {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.ce-textpic.ce-above .assetsWrapper,
.ce-above.ce-image .assetsWrapper,
.ce-textpic.ce-below .assetsWrapper,
.ce-below.ce-image .assetsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ce-textpic.ce-above.ce-left .assetsWrapper,
.ce-above.ce-left.ce-image .assetsWrapper,
.ce-textpic.ce-below.ce-left .assetsWrapper,
.ce-below.ce-left.ce-image .assetsWrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ce-textpic.ce-above.ce-center .assetsWrapper,
.ce-above.ce-center.ce-image .assetsWrapper,
.ce-textpic.ce-below.ce-center .assetsWrapper,
.ce-below.ce-center.ce-image .assetsWrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ce-textpic.ce-above.ce-right .assetsWrapper,
.ce-above.ce-right.ce-image .assetsWrapper,
.ce-textpic.ce-below.ce-right .assetsWrapper,
.ce-below.ce-right.ce-image .assetsWrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ce-textpic.ce-above .assetsWrapper,
.ce-above.ce-image .assetsWrapper {
  margin-bottom: 2rem;
}
.ce-textpic.ce-below .assetsWrapper,
.ce-below.ce-image .assetsWrapper {
  margin-top: 2rem;
}
.ce-textpic.ce-intext.ce-right .assetsWrapper,
.ce-intext.ce-right.ce-image .assetsWrapper,
.ce-textpic.ce-below .assetsWrapper,
.ce-below.ce-image .assetsWrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.ce-textpic .assetsWrapper,
.ce-image .assetsWrapper,
.ce-textpic .ce-bodytext,
.ce-image .ce-bodytext {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.ce-textpic .assetsWrapper .ce-gallery,
.ce-image .assetsWrapper .ce-gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
.ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="2"] .asset,
.ce-image .assetsWrapper .ce-gallery[data-ce-columns="2"] .asset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(50% - 1.1764705882rem);
  width: calc(50% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="3"] .asset,
.ce-image .assetsWrapper .ce-gallery[data-ce-columns="3"] .asset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(33.3333333333% - 1.1764705882rem);
  width: calc(33.3333333333% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="4"] .asset,
.ce-image .assetsWrapper .ce-gallery[data-ce-columns="4"] .asset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(25% - 1.1764705882rem);
  width: calc(25% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.ce-textpic .asset,
.ce-image .asset {
  margin-bottom: 1rem;
}
.ce-textpic .asset img,
.ce-image .asset img {
  max-width: 100%;
  height: auto;
}
.ce-textpic > .ce-bodytext,
.ce-image > .ce-bodytext {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .ce-textpic.ce-intext .assetsWrapper,
  .ce-intext.ce-image .assetsWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
@media print, screen and (max-width: 19.99875em) {
  #asideContentBoxes .ce-gallery {
    margin-left: auto;
    margin-right: auto;
  }
}
.frame-type-image > header h2,
.frame-type-image > header .tx-bgm-webinars h1,
.tx-bgm-webinars .frame-type-image > header h1 {
  margin-bottom: 1.7647058824rem;
}
.frame.frame-type-textpic_fluid {
  background: none;
}
.textpic_fluid {
  position: relative;
  z-index: 1;
  min-height: 500px;
}
.frame-layout-1 .textpic_fluid {
  background-color: #f2f2f2;
}
.frame-layout-2 .textpic_fluid {
  background-color: #0097b2;
}
.frame-layout-3 .textpic_fluid {
  background-color: #2c2a2b;
}
.textpic_fluid .ce-media {
  display: none;
  z-index: 0;
}
.textpic_fluid .ce-media.posRight {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}
.textpic_fluid .ce-media img {
  width: 100%;
  height: auto;
}
.textpic_fluid .ce-bodytext {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.textpic_fluid .ce-bodytext header {
  border: none;
}
.textpic_fluid .ce-bodytext header h2,
.textpic_fluid .ce-bodytext header .tx-bgm-webinars h1,
.tx-bgm-webinars .textpic_fluid .ce-bodytext header h1 {
  display: block;
  border: none;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .textpic_fluid {
    background-image: none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
  }
  .textpic_fluid:after {
    content: normal;
  }
  .textpic_fluid .ce-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .textpic_fluid .ce-media.posRight {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .textpic_fluid .ce-media:after {
    content: none;
  }
  .textpic_fluid .ce-bodytext {
    margin: 0;
  }
}
.stickyAnchorMenuContainer {
  position: relative;
  top: -27px;
}
@media screen and (max-width: 63.99875em) {
  #pageMain .stickyAnchorMenu:not(.aside),
  #pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) {
    display: none !important;
  }
}
#pageMain .stickyAnchorMenu:not(.aside).is-stuck,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside).is-stuck {
  margin-top: 3.3em !important;
  z-index: 6;
}
@media screen and (min-width: 75em) {
  #pageMain .stickyAnchorMenu:not(.aside).is-stuck,
  #pageWrapper #fixed-section .stickyAnchorMenu:not(.aside).is-stuck {
    margin-top: 5.3em !important;
  }
}
#pageMain .stickyAnchorMenu:not(.aside) .inner,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) .inner {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 77.0588235294rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#pageMain .stickyAnchorMenu:not(.aside) ul,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul {
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  list-style: none;
  background-color: #2c2a2b;
  margin: 0;
  padding: 0 30px;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li {
  position: relative;
  display: inline-block;
  background: none;
  padding: 15px 20px;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li:first-child,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li:first-child {
  padding-left: 0;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li:last-child,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li:last-child {
  padding-right: 0;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li a,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li a {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li:after,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #2c2a2b;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li.active:after,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li.active:after {
  opacity: 1;
}
#pageMain .stickyAnchorMenu:not(.aside) ul li.active a,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside) ul li.active a {
  color: #0097b2;
}
#pageMain .stickyAnchorMenu:not(.aside).is-stuck,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside).is-stuck {
  background: #2c2a2b;
}
#pageMain .stickyAnchorMenu:not(.aside).is-stuck ul,
#pageWrapper #fixed-section .stickyAnchorMenu:not(.aside).is-stuck ul {
  background: none;
}
#pageMain .stickyAnchorMenu:not(.aside).theme-light ul.contentMenuHeader,
#pageWrapper
  #fixed-section
  .stickyAnchorMenu:not(.aside).theme-light
  ul.contentMenuHeader {
  background-color: #d3d3d3;
}
#pageMain .stickyAnchorMenu:not(.aside).theme-light ul.contentMenuHeader li a,
#pageWrapper
  #fixed-section
  .stickyAnchorMenu:not(.aside).theme-light
  ul.contentMenuHeader
  li
  a {
  color: #2c2a2b;
}
#pageMain
  .stickyAnchorMenu:not(.aside).theme-light
  ul.contentMenuHeader
  li:after,
#pageWrapper
  #fixed-section
  .stickyAnchorMenu:not(.aside).theme-light
  ul.contentMenuHeader
  li:after {
  border-top-color: #d3d3d3;
}
#contentAside .frame-type-menu_anchor,
#contentFixedMenu .frame-type-menu_anchor {
  padding: 2.0588235294rem;
}
#contentAside .frame-type-menu_anchor ul,
#contentFixedMenu .frame-type-menu_anchor ul {
  list-style: none;
  counter-reset: my-awesome-counter;
}
#contentAside .frame-type-menu_anchor ul li,
#contentFixedMenu .frame-type-menu_anchor ul li {
  counter-increment: my-awesome-counter;
  background: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#contentAside .frame-type-menu_anchor ul li a,
#contentFixedMenu .frame-type-menu_anchor ul li a {
  color: #2c2a2b;
  width: auto;
  margin-left: 1.1764705882rem;
}
#contentAside .frame-type-menu_anchor ul li > span.counter::before,
#contentFixedMenu .frame-type-menu_anchor ul li > span.counter::before {
  content: counter(my-awesome-counter);
  font-size: 80%;
  display: inline-block;
  color: #0097b2;
  border: 1px #0097b2 solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  font-size: 80%;
  -webkit-transition: background-color 250ms ease-out, color 250ms ease-out;
  -o-transition: background-color 250ms ease-out, color 250ms ease-out;
  transition: background-color 250ms ease-out, color 250ms ease-out;
}
#contentAside .frame-type-menu_anchor ul li.active > span.counter::before,
#contentFixedMenu .frame-type-menu_anchor ul li.active > span.counter::before {
  background: #0097b2;
  color: #fff;
}
#contentFixedMenu .frame-type-menu_anchor {
  z-index: 99;
  padding: 0;
}
#contentFixedMenu .frame-type-menu_anchor h4 {
  font-size: 20px;
}
#contentFixedMenu .frame-type-menu_anchor ul li a {
  margin-left: 0;
}
#contentFixedMenu .frame-type-menu_anchor ul li > span.counter {
  display: none;
}
#contentFixedMenu .frame-type-menu_anchor ul li.active a {
  color: #0097b2;
}
#contentFixedMenu .frame-type-menu_anchor .progress {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 12px;
  overflow: hidden;
}
#contentFixedMenu .frame-type-menu_anchor .progress span {
  background-color: #0097b2;
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
}
#contentFixedMenu.scrolling {
  max-height: 80vh;
  padding-right: 14px;
  overflow-y: scroll;
}
#contentFixedMenu.sticky {
  position: fixed;
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-infotext #pageMain .stickyAnchorMenu:not(.aside).is-stuck,
  #pageWrapper.header-infotext
    #fixed-section
    .stickyAnchorMenu:not(.aside).is-stuck {
    margin-top: 10.6em !important;
  }
}
::-webkit-input-placeholder {
  color: transparent;
}
:-moz-placeholder {
  color: transparent;
}
::-moz-placeholder {
  color: transparent;
}
:-ms-input-placeholder {
  color: transparent;
}
form .grid-x {
  margin-right: -0.5882352941rem;
  margin-left: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  form .grid-x {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
form .grid-x .cell {
  margin-bottom: 0;
}
form .frame {
  padding-left: 0;
}
form .frame .grid-container {
  padding-left: 0;
}
form .actions {
  margin-top: 1.8823529412rem;
  text-align: right;
}
legend {
  font-weight: bold;
  margin: 1.8823529412rem 0;
}
label.disabled {
  color: #ccc;
}
.form-group {
  position: relative;
}
.form-group > label {
  position: absolute;
  top: 0.7058823529rem;
  left: 0.9411764706rem;
  color: #757575;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.form-group .inputs-list {
  width: 75%;
}
.form-group .inputs-list .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-group .inputs-list .radio,
.form-group .inputs-list .form-check {
  width: 20%;
}
.form-group .inputs-list .radio .required {
  display: none;
}
.form-group.has_focus > label,
.form-group.has_value > label {
  top: 0.4705882353rem;
  font-size: 0.8235294118rem;
  line-height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
select {
}
[type="text"]:hover,
[type="password"]:hover,
[type="date"]:hover,
[type="datetime"]:hover,
[type="datetime-local"]:hover,
[type="month"]:hover,
[type="week"]:hover,
[type="email"]:hover,
[type="number"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="color"]:hover,
textarea:hover,
select:hover {
  border-color: #2c2a2b;
}
textarea {
  min-height: 200px;
}
select,
select:not([multiple]) {
  padding: 1.0588235294rem 1.4117647059rem 0 0.7058823529rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7'%3E%3Ctitle%3Earrow_down%3C/title%3E%3Cpath d='M-116.96,753.176c-1.214.956-6,5-6,5l-6-5' transform='translate(129.96 -752.176)' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: right top 8px;
}
.form-group > .control-label {
  font-size: 1rem;
}
#pageWrapper [type="radio"],
#pageWrapper [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
#pageWrapper [type="radio"] + span,
#pageWrapper [type="radio"] + label span,
#pageWrapper [type="checkbox"] + span,
#pageWrapper [type="checkbox"] + label span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 1.0625rem;
}
#pageWrapper [type="radio"] + span:before,
#pageWrapper [type="radio"] + label span:before,
#pageWrapper [type="checkbox"] + span:before,
#pageWrapper [type="checkbox"] + label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}
.has-error #pageWrapper [type="radio"] + span:before,
.has-error #pageWrapper [type="radio"] + label span:before,
.has-error #pageWrapper [type="checkbox"] + span:before,
.has-error #pageWrapper [type="checkbox"] + label span:before {
  border-color: #e20016;
}
#pageWrapper [type="radio"] + span:after,
#pageWrapper [type="radio"] + label span:after,
#pageWrapper [type="checkbox"] + span:after,
#pageWrapper [type="checkbox"] + label span:after {
  content: "";
  opacity: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#pageWrapper [type="radio"]:checked + span:before,
#pageWrapper [type="radio"]:checked + label span:before,
#pageWrapper [type="checkbox"]:checked + span:before,
#pageWrapper [type="checkbox"]:checked + label span:before {
  background: #2c2a2b;
  border-color: #2c2a2b;
}
#pageWrapper [type="radio"]:checked + span:after,
#pageWrapper [type="radio"]:checked + label span:after,
#pageWrapper [type="checkbox"]:checked + span:after,
#pageWrapper [type="checkbox"]:checked + label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
[type="checkbox"] + span:before,
[type="checkbox"] + span:after,
[type="checkbox"] + label span:before,
[type="checkbox"] + label span:after {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.inputs-list {
  margin-bottom: 0.9411764706rem;
}
.help-block.error {
  display: block;
}
.has-error .input input,
.has-error .input select,
.has-error .input textarea {
  border-color: #e20016;
}
.toggleHeader {
  overflow: hidden;
  margin-bottom: 0.9411764706rem;
}
.toggleHeader label {
  display: inline-block;
  float: none !important;
}
.toggleHeader .tooltipTrigger {
  margin-left: 8px;
  margin-top: -6px;
}
.toggleContent {
  position: relative;
  display: none;
  margin-bottom: 0.9411764706rem;
  vertical-align: middle;
}
.toggleContent .icon-container-close {
  position: absolute;
  top: 4px;
  right: -30px;
}
ul.typo3-messages {
  border: 1px solid #e20016;
}
ul.typo3-messages li {
  list-style: none;
  background-image: none;
  padding: 5px 0 5px 10px;
  font-weight: bold;
}
ul.typo3-messages li p {
  margin: 0;
}
[type="checkbox"]:checked + span:before {
  background: #0097b2;
  border-color: #0097b2;
}
#CybotCookiebotDialog [type="radio"],
#CybotCookiebotDialog [type="checkbox"] {
  position: relative;
  left: 0;
}
#CybotCookiebotDialog [type="radio"] + span:before,
#CybotCookiebotDialog [type="checkbox"] + span:before {
  top: unset;
}
#mainNav > ul.dropdown > li.content {
  color: #000;
  text-align: center;
}
#mainNav > ul.dropdown > li.content h4 {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
#mainNav > ul.dropdown > li.content a {
  padding: 0 2.353em 0 2.353em;
}
#mainNav > ul.dropdown > li.content .price {
  font-weight: normal;
}
#mainNav ul li ul li.content svg {
  display: inline-block;
}
.landingpage #pageHeader #mainNav {
  text-align: center;
}
.landingpage #pageHeader #mainNav p {
  margin: 0;
  padding: 0;
  font-size: 1.2941176471rem;
  line-height: 1.6470588235rem;
  line-height: 1;
}
.landingpage #pageHeader #mainNav p .orange,
.landingpage #pageHeader #mainNav p strong {
  font-size: 1rem;
  line-height: 1.4705882353rem;
}
.ce-bodytext p.subheader {
  margin-top: 0;
}
.iconContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}
@media screen and (min-width: 75em) {
  .iconContainer {
    margin-bottom: 0;
  }
}
.iconContainer .icon {
  margin-right: 0.4411764706rem;
  margin-left: 0.4411764706rem;
  width: 65px;
  height: 65px;
  padding: 10px;
  padding-left: 0;
  margin-left: 0;
  color: #fff;
}
.iconContainer .icon svg {
  width: 100%;
  height: 100%;
}
.iconContainer .icon .stroke-color {
  stroke: #000;
}
.iconContainer .text {
  margin-right: 0.4411764706rem;
  margin-left: 0.4411764706rem;
}
.iconContainer .text span {
  display: block;
}
.iconContainer .contactTitle {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  font-weight: bold;
}
@media screen and (min-width: 75em) {
  .iconContainer .contactTitle {
    font-size: 1.2941176471rem;
    line-height: 1.6470588235rem;
    font-weight: normal;
  }
}
.iconContainer .phonenumber {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
  font-weight: bold;
}
@media screen and (min-width: 75em) {
  .iconContainer .phonenumber {
    font-size: 3.0588235294rem;
    line-height: 3.8235294118rem;
  }
}
.iconContainer .opening {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
}
@media screen and (min-width: 75em) {
  .iconContainer .opening {
    font-size: 1rem;
    line-height: 1.4705882353rem;
  }
}
.first_steps svg {
  height: 110px;
  width: auto;
}
.first_steps .first_step_section {
  position: relative;
  padding: 0px 0px 30px 30px;
}
.first_steps .first_step_section:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  bottom: 0px;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
@media print, screen and (min-width: 40em) {
  .first_steps .first_step_section:before {
    left: 0;
  }
}
.first_steps .first_step_section.last:before {
  content: normal;
  display: none;
}
.first_steps .first_step_section:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: -5px;
  width: 12px;
  height: 12px;
  background-color: #0097b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.first_steps.orderedList .first_step_section {
  counter-increment: first_step-counter;
  padding-left: 2.9411764706rem;
}
.first_steps.orderedList .first_step_section:before {
  left: 18px;
}
@media print, screen and (min-width: 40em) {
  .first_steps.orderedList .first_step_section:before {
    left: 0;
  }
}
.first_steps.orderedList .first_step_section:after {
  content: counter(first_step-counter);
  top: 0;
  left: 0;
  font-size: 17px;
  line-height: 36px;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  font-size: 80%;
  font-weight: bold;
  background-color: #0097b2;
}
@media print, screen and (min-width: 40em) {
  .first_steps.orderedList .first_step_section:after {
    left: -18px;
  }
}
@media (min-width: 1020px) {
  .btn_primeros_pasos_1 {
    margin-top: 80px;
  }
}
.price__bubble__oback {
  margin-bottom: 30px;
}
.price__bubble__oback .price__bubble::after {
  border-color: #0097b2 transparent transparent transparent;
}
.price__bubble__oback .price--highlight {
  color: #ffffff;
}
.five_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.five_icons .five_icons_cell {
  width: 230px;
  margin: 10px 0px 40px 0px;
  text-align: center;
}
.five_icons .five_icons_txt_1 {
  margin-top: 10px;
  font-size: 24px;
  line-height: 120%;
}
.five_icons .five_icons_txt_2 {
  margin-top: 10px;
  font-size: 35px;
  font-weight: bold;
}
.two_cols_offset .grid-x:first-child {
  margin-bottom: 30px;
}
@media (min-width: 660px) {
  body#page-111 .ce-textpic.ce-left,
  body#page-111 .ce-left.ce-image {
    margin: 0px 60px 0px 60px;
  }
}
@media (min-width: 1020px) {
  body#page-111 .ce-textpic.ce-left,
  body#page-111 .ce-left.ce-image {
    margin: 0px 90px 0px 90px;
  }
  body#page-111 .ce-textpic.ce-left .ce-gallery,
  body#page-111 .ce-left.ce-image .ce-gallery {
    margin-right: 80px;
  }
}
div.price-comparison {
  position: relative;
  top: -20px;
  margin: 0 -1rem;
  margin-bottom: -20px;
}
@media print, screen and (min-width: 40em) {
  div.price-comparison {
    top: -70px;
    margin: 0 0 -70px;
  }
}
.price-comparison-wrapper {
  margin-bottom: 1rem;
  background: white;
}
@media print, screen and (min-width: 40em) {
  .price-comparison-wrapper {
    padding: 0 1rem;
  }
}
.price-comparison-wrapper .price-comparison-headline {
  padding: 2rem 1rem;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .price-comparison-wrapper .price-comparison-headline {
    display: none;
  }
}
table.price-comparison {
  margin-bottom: 0;
}
table.price-comparison colgroup col:nth-of-type(1) {
  width: 22%;
}
@media (max-width: 39.9375em) {
  table.price-comparison colgroup col:nth-of-type(1) {
    width: 100%;
  }
}
table.price-comparison colgroup col:nth-of-type(2),
table.price-comparison colgroup col:nth-of-type(3),
table.price-comparison colgroup col:nth-of-type(4),
table.price-comparison colgroup col:nth-of-type(5),
table.price-comparison colgroup col:nth-of-type(6),
table.price-comparison colgroup col:nth-of-type(7) {
  width: 13%;
}
table.price-comparison .flatex {
  background: #8cde7e;
  color: white;
  font-size: 1.4117647059rem;
  font-weight: bold;
  padding-top: 0.4705882353rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
table.price-comparison .flatex img {
  margin: -12px 1rem 0 1rem;
  margin-top: -4px;
}
@media print, screen and (min-width: 40em) {
  table.price-comparison .flatex img {
    margin: 2.1rem 0 0;
  }
}
table.price-comparison tbody {
  border: none;
}
table.price-comparison tbody td {
  text-align: center;
  border: 1px solid #f2f2f2;
  border-width: 0 0 1px;
  padding: 0.7rem 1.4rem;
}
table.price-comparison tbody td.flatex {
  border-color: #8cde7e;
}
@media print, screen and (min-width: 40em) {
  table.price-comparison tbody td.title {
    text-align: left;
    max-width: 262px;
  }
}
table.price-comparison tbody tr {
  background-color: white;
  border-bottom: none;
}
@media print, screen and (min-width: 40em) {
  table.price-comparison tbody tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 2.7rem;
  }
  table.price-comparison tbody tr:last-of-type td.flatex {
    position: relative;
  }
  table.price-comparison tbody tr:last-of-type td.flatex:before {
    position: absolute;
    content: "";
    display: block;
    bottom: -1rem;
    height: 1rem;
    width: 100%;
    left: 0;
    background-color: #8cde7e;
  }
}
table.price-comparison thead {
  background: white;
  border: none;
}
table.price-comparison thead th {
  border: none;
  text-align: center;
  padding: 2.1rem 0;
  color: #2c2a2b;
  font-style: normal;
}
table.price-comparison thead th img[src$="svg"] {
  width: 100%;
  margin-top: -10px;
}
table.price-comparison thead th:first-of-type {
  text-align: left;
  font-size: 1.5294117647rem;
  padding-bottom: 0;
  padding-top: 3.8rem;
  padding-left: 1.4rem;
}
table.price-comparison thead th.flatex {
  position: relative;
}
table.price-comparison thead th.flatex:before {
  position: absolute;
  content: "";
  display: block;
  top: -1rem;
  height: 1rem;
  width: 100%;
  left: 0;
  background-color: #8cde7e;
}
table.price-comparison.sub-table thead {
  color: transparent;
}
table.price-comparison.sub-table thead th:first-of-type {
  color: black;
}
table.price-comparison.sub-table thead svg,
table.price-comparison.sub-table thead img {
  opacity: 0;
}
@media (max-width: 39.9375em) {
  table.price-comparison tbody td {
    text-align: left;
  }
  table.price-comparison tbody td.title {
    text-align: center;
    border-bottom: none;
    background-color: #f2f2f2;
    position: relative;
    cursor: pointer;
  }
  table.price-comparison tbody td.title ~ td:not(.flatex) {
    padding: 0.2rem;
    opacity: 0;
    max-height: 0;
  }
  table.price-comparison tbody td.title.active ~ td:not(.flatex) {
    opacity: 1;
    max-height: 500px;
    padding: 0.7rem 1.4rem;
  }
  table.price-comparison tbody td.title:before {
    content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/arrow-down.svg");
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 15px;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    -o-transition: transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  }
  table.price-comparison tbody td.title.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  table.price-comparison tbody td.title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #f2f2f2 transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
  table.price-comparison tbody td.title .tablesaw-cell-label {
    display: none;
  }
  table.price-comparison tbody td.title .tablesaw-cell-content {
    text-align: center;
  }
  table.price-comparison tbody .tablesaw-cell-label {
    text-align: left;
  }
  table.price-comparison tbody .tablesaw-cell-content {
    width: 100%;
    text-align: right;
  }
}
dl.price-list,
dl.price-conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.price-list dd,
dl.price-list dt,
dl.price-conditions dd,
dl.price-conditions dt {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
dl.price-list dd:last-of-type,
dl.price-list dt:last-of-type,
dl.price-conditions dd:last-of-type,
dl.price-conditions dt:last-of-type {
  border: none;
}
dl.price-list dt,
dl.price-conditions dt {
  padding: 0.7058823529rem 0 0.7058823529rem 1.7647058824rem;
}
dl.price-list dd,
dl.price-conditions dd {
  padding: 0.7058823529rem 1.7647058824rem 0.7058823529rem 0;
}
dl.price-list span.positive-highlight,
dl.price-conditions span.positive-highlight {
  color: #8cde7e;
  font-weight: bold;
}
dl.price-list dt {
  width: 80%;
  font-weight: normal;
}
dl.price-list dd {
  text-align: right;
  width: 20%;
  font-weight: bold;
  position: relative;
}
dl.price-list.check dd {
  padding-right: 4rem;
}
dl.price-list.check dd:after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.242' height='17.027'%3E%3Cpath data-name='Pfad 405' d='M2.121 9.318h0l5.337 5.561L20.12 2.121' fill='none' stroke='%23009c43' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 30px;
  right: 25px;
  top: 15px;
}
dl.price-list.flat dd:after {
  content: " flat";
  color: orange;
  display: inline-block;
  margin-left: 0.4705882353rem;
}
@media (max-width: 39.9375em) {
  div.price-conditions-wrapper {
    display: none;
  }
}
dl.price-conditions dt {
  width: 40%;
  font-weight: bold;
}
dl.price-conditions dd {
  width: 60%;
  font-weight: normal;
}
table.price-conditions {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
table.price-conditions thead {
  background: none;
  border: none;
}
table.price-conditions thead th:not(:first-of-type) {
  color: #959595;
  font-style: italic;
  font-size: 0.9411764706rem;
}
table.price-conditions tbody {
  border: none;
}
table.price-conditions tr {
  background-color: white;
  border-bottom: none;
}
table.price-conditions td,
table.price-conditions th {
  padding: 0.7rem 1.4rem;
}
table.price-conditions td:not(:first-of-type),
table.price-conditions th:not(:first-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
table.price-conditions td.number-value {
  text-align: center;
  font-weight: bold;
}
div.stock-exchange-hours-countries {
  margin: auto;
  width: 250px;
  height: 50px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e5e5e5;
  margin-bottom: 30px;
}
div.stock-exchange-hours-countries button.country-selection {
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
div.stock-exchange-hours-countries button.country-selection.active {
  opacity: 1;
  color: #0097b2;
}
div.stock-exchange-hours-countries button.country-selection span {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 725px) {
  div.stock-exchange-hours-countries {
    display: none;
  }
}
table.stock-exchange-hours {
  margin-bottom: 0;
}
@media (min-width: 725px) {
  table.stock-exchange-hours colgroup col:nth-of-type(1) {
    width: 15%;
  }
  table.stock-exchange-hours colgroup col:nth-of-type(2) {
    width: 25%;
  }
  table.stock-exchange-hours colgroup col:nth-of-type(3) {
    width: 20%;
  }
  table.stock-exchange-hours colgroup col:nth-of-type(4),
  table.stock-exchange-hours colgroup col:nth-of-type(5),
  table.stock-exchange-hours colgroup col:nth-of-type(6),
  table.stock-exchange-hours colgroup col:nth-of-type(7) {
    width: 10%;
  }
}
@media (max-width: 724px) {
  table.stock-exchange-hours td > span,
  table.stock-exchange-hours th > span {
    display: block;
  }
  table.stock-exchange-hours .country {
    display: none;
  }
  table.stock-exchange-hours td.country.active {
    display: table-cell;
  }
}
table.stock-exchange-hours thead {
  background: none;
  border: none;
}
table.stock-exchange-hours thead th {
  color: #959595;
  font-style: italic;
  font-size: 0.9411764706rem;
  font-weight: bold;
  text-align: center;
}
table.stock-exchange-hours thead th img {
  padding-left: 3px;
}
table.stock-exchange-hours thead th sup {
  font-style: normal;
  top: 0;
  display: block;
  text-align: left;
}
table.stock-exchange-hours tbody {
  border: none;
}
table.stock-exchange-hours tr {
  background-color: white;
  border-bottom: none;
}
table.stock-exchange-hours tr:last-of-type td {
  border-bottom: none;
}
table.stock-exchange-hours td {
  border-bottom: 1px solid #e5e5e5;
}
table.stock-exchange-hours td,
table.stock-exchange-hours th {
  padding: 0.7rem 1.4rem;
  font-weight: normal;
  text-align: left;
}
table.stock-exchange-hours td.country,
table.stock-exchange-hours th.country {
  text-align: center;
}
#pageMain td.country ul.checkBig li,
#pageWrapper #fixed-section td.country ul.checkBig li {
  background-position: 20px 15px;
}
table.custom-table thead {
  background: none;
  border: none;
}
table.custom-table thead th {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  line-height: 36px;
  color: #959595;
  font-style: italic;
  font-weight: bold;
}
table.custom-table tbody {
  border: none;
}
table.custom-table tr {
  background-color: white;
  border-bottom: none;
}
table.custom-table tr:last-of-type td {
  border-bottom: none;
}
table.custom-table td {
  border-bottom: 2px solid #e5e5e5;
  font-size: 1rem;
  line-height: 1.4705882353rem;
  width: 60%;
}
table.custom-table td.text-center,
table.custom-table td.iterator {
  width: 20%;
}
table.custom-table td,
table.custom-table th {
  padding: 0.7rem 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  table.price-comparison thead th:first-of-type {
    font-size: 1rem;
    min-width: 160px;
  }
}
.external-video {
  position: relative;
}
.external-video.hasHeader {
  margin-top: 16px;
}
.external-video img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  height: auto;
  z-index: 9;
}
.external-video img.dim4-3 {
  top: -16.84%;
}
.external-video .play-button {
  width: 90px;
  height: 90px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  -webkit-border-radius: 90px;
  border-radius: 90px;
}
.external-video .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #0097b2;
}
.external-video img,
.external-video .play-button {
  cursor: pointer;
}
.external-video .play-button,
.external-video .play-button:before {
  position: absolute;
}
.external-video .play-button,
.external-video .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.external-video iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  display: none;
}
.external-video .playaction {
  position: absolute;
  z-index: 11 !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}
.external-video .privacy-notice {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  color: #424242;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .external-video .privacy-notice {
    position: absolute;
    bottom: 0;
    margin: 4%;
    padding: 14px;
    width: 90%;
    z-index: 12 !important;
  }
}
.ce-center .ce-outer {
  float: none;
}
.external-video .videoWrapper {
  position: relative;
}
.frame-type-image_slider .sliderWrapper,
.inner-type-image_slider .sliderWrapper {
  position: relative;
}
.frame-type-image_slider .swiper-container,
.inner-type-image_slider .swiper-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 60.2352941176rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.frame-type-image_slider .swiper-slide h3,
.frame-type-image_slider .swiper-slide .teaser h2,
.teaser .frame-type-image_slider .swiper-slide h2,
.frame-type-image_slider
  .swiper-slide
  .inner-type-panel_newsletter
  .successMessage
  h2,
.inner-type-panel_newsletter
  .successMessage
  .frame-type-image_slider
  .swiper-slide
  h2,
.frame-type-image_slider .swiper-slide .teaser .tx-bgm-webinars h1,
.teaser .tx-bgm-webinars .frame-type-image_slider .swiper-slide h1,
.frame-type-image_slider .swiper-slide .tx-bgm-webinars .teaser h1,
.tx-bgm-webinars .teaser .frame-type-image_slider .swiper-slide h1,
.frame-type-image_slider
  .swiper-slide
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  .frame-type-image_slider
  .swiper-slide
  h1,
.frame-type-image_slider
  .swiper-slide
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  .frame-type-image_slider
  .swiper-slide
  h1,
.inner-type-image_slider .swiper-slide h3,
.inner-type-image_slider .swiper-slide .teaser h2,
.teaser .inner-type-image_slider .swiper-slide h2,
.inner-type-image_slider
  .swiper-slide
  .inner-type-panel_newsletter
  .successMessage
  h2,
.inner-type-panel_newsletter
  .successMessage
  .inner-type-image_slider
  .swiper-slide
  h2,
.inner-type-image_slider .swiper-slide .teaser .tx-bgm-webinars h1,
.teaser .tx-bgm-webinars .inner-type-image_slider .swiper-slide h1,
.inner-type-image_slider .swiper-slide .tx-bgm-webinars .teaser h1,
.tx-bgm-webinars .teaser .inner-type-image_slider .swiper-slide h1,
.inner-type-image_slider
  .swiper-slide
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  .inner-type-image_slider
  .swiper-slide
  h1,
.inner-type-image_slider
  .swiper-slide
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  .inner-type-image_slider
  .swiper-slide
  h1 {
  line-height: 2.1rem;
}
@media screen and (min-width: 75em) {
  .frame-type-image_slider .swiper-slide h3,
  .frame-type-image_slider .swiper-slide .teaser h2,
  .teaser .frame-type-image_slider .swiper-slide h2,
  .frame-type-image_slider
    .swiper-slide
    .inner-type-panel_newsletter
    .successMessage
    h2,
  .inner-type-panel_newsletter
    .successMessage
    .frame-type-image_slider
    .swiper-slide
    h2,
  .frame-type-image_slider .swiper-slide .teaser .tx-bgm-webinars h1,
  .teaser .tx-bgm-webinars .frame-type-image_slider .swiper-slide h1,
  .frame-type-image_slider .swiper-slide .tx-bgm-webinars .teaser h1,
  .tx-bgm-webinars .teaser .frame-type-image_slider .swiper-slide h1,
  .frame-type-image_slider
    .swiper-slide
    .inner-type-panel_newsletter
    .successMessage
    .tx-bgm-webinars
    h1,
  .inner-type-panel_newsletter
    .successMessage
    .tx-bgm-webinars
    .frame-type-image_slider
    .swiper-slide
    h1,
  .frame-type-image_slider
    .swiper-slide
    .tx-bgm-webinars
    .inner-type-panel_newsletter
    .successMessage
    h1,
  .tx-bgm-webinars
    .inner-type-panel_newsletter
    .successMessage
    .frame-type-image_slider
    .swiper-slide
    h1,
  .inner-type-image_slider .swiper-slide h3,
  .inner-type-image_slider .swiper-slide .teaser h2,
  .teaser .inner-type-image_slider .swiper-slide h2,
  .inner-type-image_slider
    .swiper-slide
    .inner-type-panel_newsletter
    .successMessage
    h2,
  .inner-type-panel_newsletter
    .successMessage
    .inner-type-image_slider
    .swiper-slide
    h2,
  .inner-type-image_slider .swiper-slide .teaser .tx-bgm-webinars h1,
  .teaser .tx-bgm-webinars .inner-type-image_slider .swiper-slide h1,
  .inner-type-image_slider .swiper-slide .tx-bgm-webinars .teaser h1,
  .tx-bgm-webinars .teaser .inner-type-image_slider .swiper-slide h1,
  .inner-type-image_slider
    .swiper-slide
    .inner-type-panel_newsletter
    .successMessage
    .tx-bgm-webinars
    h1,
  .inner-type-panel_newsletter
    .successMessage
    .tx-bgm-webinars
    .inner-type-image_slider
    .swiper-slide
    h1,
  .inner-type-image_slider
    .swiper-slide
    .tx-bgm-webinars
    .inner-type-panel_newsletter
    .successMessage
    h1,
  .tx-bgm-webinars
    .inner-type-panel_newsletter
    .successMessage
    .inner-type-image_slider
    .swiper-slide
    h1 {
    font-size: 1.8823529412rem;
    line-height: 2rem;
    line-height: 2.5rem;
  }
}
.frame-type-image_slider .sliderPic .swiper-wrapper,
.inner-type-image_slider .sliderPic .swiper-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.frame-type-image_slider .sliderPic .swiper-slide,
.inner-type-image_slider .sliderPic .swiper-slide {
  text-align: center;
}
.frame-type-image_slider .sliderPic img,
.inner-type-image_slider .sliderPic img {
  width: none;
}
.frame-type-image_slider .sliderText,
.inner-type-image_slider .sliderText {
  margin-top: 2rem;
  text-align: left;
}
.frame-type-image_slider.frame-layout-1 .swiper-slide,
.inner-type-image_slider.frame-layout-1 .swiper-slide {
  background: #f2f2f2;
}
.frame-type-image_slider.frame-layout-2 .swiper-slide,
.inner-type-image_slider.frame-layout-2 .swiper-slide {
  background: #0097b2;
}
.frame-type-image_slider .swiper-button-prev,
.frame-type-image_slider .swiper-button-next,
.inner-type-image_slider .swiper-button-prev,
.inner-type-image_slider .swiper-button-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0097b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #0097b2;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.frame-type-image_slider .swiper-button-prev:hover,
.frame-type-image_slider .swiper-button-next:hover,
.inner-type-image_slider .swiper-button-prev:hover,
.inner-type-image_slider .swiper-button-next:hover {
  background: #0097b2;
  color: #fff;
  border-color: #fff;
}
.frame-type-image_slider .swiper-button-prev:after,
.frame-type-image_slider .swiper-button-next:after,
.inner-type-image_slider .swiper-button-prev:after,
.inner-type-image_slider .swiper-button-next:after {
  content: normal;
}
.frame-type-image_slider .swiper-button-prev,
.inner-type-image_slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.frame-type-image_slider .swiper-pagination,
.inner-type-image_slider .swiper-pagination {
  position: static;
}
.swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  background: #fff;
  opacity: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 2px;
}
.swiper-pagination-bullet-active {
  background: #000;
}
ul.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.accordion > li {
  padding: 0;
  background: none;
}
ul.accordion .accordion-title {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #2c2a2b;
  padding-left: 2.0588235294rem;
}
ul.accordion .accordion-title:before {
  color: #0097b2;
  stroke: #0097b2;
  margin: 0;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
ul.accordion .accordion-title:before line {
  color: #0097b2;
  stroke: #0097b2;
}
ul.accordion:not(.titleWithStructure) .accordion-title:hover {
  color: #0097b2;
}
ul.accordion .accordion-content {
  padding-left: 1.7647058824rem;
  border: none;
}
ul.accordion .is-active .accordion-title {
  border: none;
}
ul.accordion .is-active .accordion-content {
  border-bottom: 1px solid #e5e5e5;
}
.accordion-title-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-title-content div:last-child {
  text-align: right;
}
.tabs {
  background: none;
}
.tabs .tabs-title {
  padding: 0;
  background-image: none;
  margin-right: 2px;
}
.tabs .tabs-title > a {
  background: #f2f2f2;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-weight: 400;
}
.tabs .tabs-title > a:hover,
.frame-layout-1 .tabs .tabs-title > a:hover {
  background: #0097b2;
  color: #fff;
}
.frame-layout-1 .tabs .tabs-title > a {
  background: #fff;
}
.tabs .tabs-title.is-active a {
  background: #0097b2;
  color: #fff;
  position: relative;
}
.tabs .tabs-title.is-active a::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #0097b2;
  border-width: 10px;
  margin-left: -10px;
  z-index: 6;
}
.accordion-content,
.tabs-content {
  padding: 0;
}
.accordion-content .frame,
.tabs-content .frame {
  padding: 0;
  background: transparent;
  margin-left: -1rem;
  margin-right: -1rem;
}
.tabs-content {
  padding-top: 2.3529411765rem;
}
ul.accordion.tabsStyle .accordion-content {
  padding: 0;
  padding-top: 2.3529411765rem;
}
ul.accordion.tabsStyle .accordion-item > a {
  background: #f2f2f2;
  color: #2c2a2b;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  padding-left: 1rem;
  padding-right: 2rem;
}
ul.accordion.tabsStyle .accordion-item > a:before {
  left: auto;
  right: 1rem;
}
ul.accordion.tabsStyle .accordion-item > a:hover {
  background: #0097b2;
  color: #fff !important;
  margin-bottom: 15px;
}
ul.accordion.tabsStyle .accordion-item > a:hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg%3E%3Cline x1='10' x2='10' y2='20' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline x1='20' y1='10' y2='10' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
ul.accordion.tabsStyle .accordion-item > a:hover::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #0097b2;
  border-width: 10px;
  margin-left: -10px;
  z-index: 6;
}
ul.accordion.tabsStyle .accordion-item.is-active > a {
  background: #0097b2;
  color: #fff !important;
  position: relative;
}
ul.accordion.tabsStyle .accordion-item.is-active > a:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 2'%3E%3Ctitle%3Eminus%3C/title%3E%3Cline x1='20' y1='1' y2='1' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}
ul.accordion.tabsStyle .accordion-item.is-active > a:hover {
  margin-bottom: 0;
}
ul.accordion.tabsStyle .accordion-item.is-active > a::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241, 241, 241, 0);
  border-top-color: #0097b2;
  border-width: 10px;
  margin-left: -10px;
  z-index: 6;
}
.frame-type-favorites_slider {
  margin: 0;
  margin-bottom: 70px;
}
.frame-type-favorites_slider .swiper-container {
  margin-bottom: 30px;
}
.frame-type-favorites_slider .swiper-button-prev,
.frame-type-favorites_slider .swiper-button-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0097b2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #0097b2;
  text-align: center;
  z-index: 6;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
@media (max-width: 768px) {
  .frame-type-favorites_slider .swiper-button-prev,
  .frame-type-favorites_slider .swiper-button-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.frame-type-favorites_slider .swiper-button-prev:hover,
.frame-type-favorites_slider .swiper-button-next:hover {
  background: #0097b2;
  color: #fff;
  border-color: #fff;
}
.frame-type-favorites_slider .swiper-button-prev:after,
.frame-type-favorites_slider .swiper-button-next:after {
  content: normal;
}
.frame-type-favorites_slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.frame-type-favorites_slider .swiperButtons {
  position: absolute;
  width: 128px;
  left: 45%;
  bottom: 8%;
}
@media (min-width: 1200px) {
  .frame-type-favorites_slider .swiperButtons {
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .frame-type-favorites_slider .swiperButtons {
    width: 106px;
    left: 41%;
    bottom: 8%;
  }
}
.frame-type-favorites_slider .swiper-slide .inner {
  background: #fbfbfb;
  padding: 2rem;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.frame-type-favorites_slider .swiper-slide .inner > * {
  width: 100%;
}
.frame-type-favorites_slider .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
}
.frame-type-favorites_slider .swiper-pagination-bullet {
  background: #e5e5e5;
}
.frame-type-favorites_slider .swiper-pagination-bullet-active {
  background: #000;
}
.frame-type-favorites_slider .trend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: right;
  font-weight: bold;
  position: relative;
}
.frame-type-favorites_slider .trend.up {
  color: #8cde7e;
}
.frame-type-favorites_slider .trend.up span.icon {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.frame-type-favorites_slider .trend.down {
  color: #e20016;
}
.frame-type-favorites_slider .trend.down span.icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.frame-type-favorites_slider .trend > div {
  position: relative;
  width: 50%;
}
.frame-type-favorites_slider .trend > div:first-child {
  text-align: left;
}
.frame-type-favorites_slider .trend span {
  display: inline-block;
}
.frame-type-favorites_slider .trend .size14,
.frame-type-favorites_slider
  .trend
  .tx_flatexshares.mosttradedvalues.bars
  .valueIsin,
.tx_flatexshares.mosttradedvalues.bars
  .frame-type-favorites_slider
  .trend
  .valueIsin,
.frame-type-favorites_slider .trend .indexSingleNews .indizesItemHeader,
.indexSingleNews .frame-type-favorites_slider .trend .indizesItemHeader,
.frame-type-favorites_slider
  .trend
  .tx-bgm-webinars
  .webinar-filterlist
  .info-content,
.tx-bgm-webinars
  .webinar-filterlist
  .frame-type-favorites_slider
  .trend
  .info-content,
.frame-type-favorites_slider .trend .reveal.info-content {
  position: absolute;
  left: 3.8823529412rem;
  top: -18px;
  font-weight: normal;
  color: #2c2a2b;
}
.frame-type-favorites_slider .trend .value {
  vertical-align: middle;
}
.frame-type-favorites_slider .trend .value span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 1.8823529412rem;
  height: 1.8823529412rem;
}
.has-tip {
  border-bottom: inherit;
}
span.tooltipTrigger,
span.modalTrigger,
i.info,
i.info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #959595;
  cursor: help;
  border: none;
  width: 22px;
  height: 22px;
  top: -2px;
}
span.tooltipTrigger:before,
span.modalTrigger:before,
i.info:before,
i.info:before {
  content: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cg id='_1' data-name=' 1'%3E%3Cg id='Pfad_49' data-name='Pfad 49'%3E%3Cpath d='M999.967,531.91a8.622,8.622,0,0,1,7.359,4.244,8.2,8.2,0,0,1,1.141,4.256,8.5,8.5,0,1,1-8.5-8.5Z' transform='translate(-991.467 -531.91)' fill='none'/%3E%3Cpath d='M999.967,533.41a7,7,0,1,0,7,7,6.691,6.691,0,0,0-.907-3.451l0,0,0,0a7.15,7.15,0,0,0-6.088-3.541m0-1.5a8.621,8.621,0,0,1,7.359,4.244,8.185,8.185,0,0,1,1.141,4.256,8.5,8.5,0,1,1-8.5-8.5Z' transform='translate(-991.467 -531.91)' fill='%23F47323'/%3E%3C/g%3E%3Cline id='Linie_1' data-name='Linie 1' x1='8.5' y1='7' x2='8.5' y2='13' fill='none' stroke='%23f60' stroke-width='1.5'/%3E%3Cline id='Linie_2' data-name='Linie 2' x1='8.5' y1='4' x2='8.5' y2='6' fill='none' stroke='%23f60' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  color: #959595;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
span.orange.modalTrigger {
  color: #0097b2;
}
span.modalTrigger.trigger-arrow:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M10.4814 13.6797L16.9997 7.50781L10.4814 1.95313' stroke='%23F47323' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7.79688L15.477 7.79687' stroke='%23F47323' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  top: 1px;
  left: 3px;
}
span.modalTrigger.triggerOutside {
  width: auto !important;
  height: auto !important;
  padding-left: 25px;
  top: 0;
}
span.modalTrigger.triggerOutside:before {
  height: 22px;
  width: 22px;
}
span.modalTrigger.trigger-arrow.triggerOutside {
  width: auto !important;
  height: auto !important;
  padding-left: 25px;
  top: 0;
}
span.modalTrigger.trigger-arrow.triggerOutside:before {
  height: 22px;
  width: 22px;
}
.size20 span.modalTrigger.trigger-arrow:before,
legend span.modalTrigger.trigger-arrow:before,
.tooltip h2 span.modalTrigger.trigger-arrow:before,
.tooltip .tx-bgm-webinars h1 span.modalTrigger.trigger-arrow:before,
.tx-bgm-webinars .tooltip h1 span.modalTrigger.trigger-arrow:before,
.indexSingleNews .indizesItemName span.modalTrigger.trigger-arrow:before {
  top: 3px;
}
span[data-modal-url] {
  cursor: pointer;
}
.tooltip {
  max-width: 18.8235294118rem;
  padding: 2rem;
}
@media print, screen and (min-width: 40em) {
  .tooltip {
    max-width: 35.2941176471rem;
  }
}
.tooltip .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #0097b2;
  background: #0097b2;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .tooltip .close-button {
    top: -17px;
    right: -17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
.tooltip .close-button svg {
  margin: 3px 0 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.tooltip .close-button:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .tooltip .helpTextLayerLogin {
    height: 300px;
    overflow-y: scroll;
  }
}
span.tooltipTrigger:before {
  top: 5px;
}
@media print, screen and (min-width: 40em) {
  span.tooltipTrigger:before {
    top: 2px;
  }
}
.evaluation header {
  margin-bottom: 1rem;
}
.rating {
  color: #0097b2;
}
.icon-kundenservice,
.icon-interessenten {
  position: relative;
  padding-left: 80px;
}
.icon-kundenservice:before,
.icon-interessenten:before {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/icon_kundensupport.svg");
  position: absolute;
  top: 20px;
  left: 0;
  width: 65px;
  height: 65px;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .icon-kundenservice .size40,
  .icon-interessenten .size40 {
    font-size: 1.5294117647rem;
  }
}
#stage .cell > .icon-kundenservice,
#stage .cell > .icon-interessenten {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.icon-interessenten:before {
  content: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/Icons/IconSelector/phone.svg");
}
.x-after {
  position: relative;
  padding-right: 1rem;
  display: inline-block;
}
.x-after:after {
  content: "×";
  position: absolute;
  line-height: 0.6;
}
.x-after-white:after {
  color: #fff;
}
.x-after-black:after {
  color: #2c2a2b;
}
.x-after-orange:after {
  color: #0097b2;
}
h2.size130 .x-after,
.tx-bgm-webinars h1.size130 .x-after {
  margin-right: 1rem;
}
@media print, screen and (min-width: 48em) {
  h2.size130 .x-after,
  .tx-bgm-webinars h1.size130 .x-after {
    margin-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size130 .x-after,
  .tx-bgm-webinars h1.size130 .x-after {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 75em) {
  h2.size130 .x-after,
  .tx-bgm-webinars h1.size130 .x-after {
    margin-right: 3.2rem;
  }
}
h2.size130 .x-after:after,
.tx-bgm-webinars h1.size130 .x-after:after {
  line-height: 1;
  right: -10px;
  top: -9px;
}
@media print, screen and (min-width: 48em) {
  h2.size130 .x-after:after,
  .tx-bgm-webinars h1.size130 .x-after:after {
    right: -26px;
    top: -19px;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size130 .x-after:after,
  .tx-bgm-webinars h1.size130 .x-after:after {
    right: -53px;
    top: -27px;
  }
}
h2.size272 .x-after:after,
.tx-bgm-webinars h1.size272 .x-after:after {
  line-height: 1;
  right: -28px;
  top: -27px;
}
@media print, screen and (min-width: 48em) {
  h2.size272 .x-after:after,
  .tx-bgm-webinars h1.size272 .x-after:after {
    right: -67px;
    top: -43px;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size272 .x-after:after,
  .tx-bgm-webinars h1.size272 .x-after:after {
    right: -108px;
    top: -54px;
  }
}
@media screen and (min-width: 75em) {
  h2.size272 .x-after:after,
  .tx-bgm-webinars h1.size272 .x-after:after {
    right: -125px;
    top: -92px;
  }
}
h1.size97 .x-after,
h2.size97 .x-after {
  padding-right: 20px;
  margin-right: 16px;
}
h1.size97 .x-after:after,
h2.size97 .x-after:after {
  line-height: 1;
  top: -8px;
  right: -9px;
}
@media print, screen and (min-width: 48em) {
  h1.size97 .x-after:after,
  h2.size97 .x-after:after {
    right: -36px;
    top: -18px;
  }
}
@media screen and (min-width: 90em) {
  h1.size97 .x-after:after,
  h2.size97 .x-after:after {
    top: -21px;
  }
}
h2.size97 .x-after:after,
.tx-bgm-webinars h1.size97 .x-after:after {
  right: -7px;
  top: -8px;
}
@media print, screen and (min-width: 48em) {
  h2.size97 .x-after:after,
  .tx-bgm-webinars h1.size97 .x-after:after {
    right: -30px;
    top: -18px;
  }
}
@media screen and (min-width: 90em) {
  h2.size97 .x-after:after,
  .tx-bgm-webinars h1.size97 .x-after:after {
    top: -20px;
  }
}
@media print, screen and (min-width: 48em) {
  h2.size53 .x-after,
  .tx-bgm-webinars h1.size53 .x-after {
    padding-right: 1rem;
  }
  h2.size53 .x-after:after,
  .tx-bgm-webinars h1.size53 .x-after:after {
    top: -2px;
    right: -4px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size53 .x-after,
  .tx-bgm-webinars h1.size53 .x-after {
    padding-right: 1.3rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size70 .x-after,
  .tx-bgm-webinars h1.size70 .x-after {
    padding-right: 1.4rem;
  }
}
h2.size70 .x-after:after,
.tx-bgm-webinars h1.size70 .x-after:after {
  top: -6px;
  line-height: 1;
  right: -4px;
}
@media print, screen and (min-width: 48em) {
  h2.size70 .x-after:after,
  .tx-bgm-webinars h1.size70 .x-after:after {
    top: -5px;
  }
}
@media print, screen and (min-width: 64em) {
  h2.size70 .x-after:after,
  .tx-bgm-webinars h1.size70 .x-after:after {
    top: -8px;
    right: -10px;
  }
}
@media screen and (min-width: 75em) {
  h2.size70 .x-after:after,
  .tx-bgm-webinars h1.size70 .x-after:after {
    top: -11px;
    right: -12px;
  }
}
@media screen and (min-width: 75em) {
  h2.size70 .x-after:after,
  .tx-bgm-webinars h1.size70 .x-after:after {
    right: -13px;
  }
}
span.size30 .x-after:after {
  top: -17px;
  right: 5px;
}
@media print, screen and (min-width: 48em) {
  span.size30 .x-after:after {
    top: -30px;
  }
}
.horizontal-scroll-section {
  position: relative;
  height: 100%;
  min-height: 650px;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section {
    height: 100vh;
  }
}
@media screen and (min-width: 100em) {
  .horizontal-scroll-section {
    height: 100vh;
  }
}
.horizontal-scroll-section--init {
  opacity: 1;
}
.horizontal-scroll-section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.horizontal-scroll-section__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.horizontal-scroll-section__content-section {
  position: relative;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  min-width: 323px;
  margin-right: 6px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section__content-section {
    min-width: 550px;
    margin-right: 44px;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-scroll-section__content-section {
    min-width: 550px;
  }
}
.horizontal-scroll-section__content-section .ce-textpic .asset,
.horizontal-scroll-section__content-section .ce-image .asset,
.horizontal-scroll-section__content-section .ce-image .asset {
  margin-bottom: 34px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section__content-section .ce-textpic .asset,
  .horizontal-scroll-section__content-section .ce-image .asset,
  .horizontal-scroll-section__content-section .ce-image .asset {
    margin-bottom: 29px;
  }
}
.horizontal-scroll-section__content-section
  .ce-textpic
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset,
.horizontal-scroll-section__content-section
  .ce-image
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset,
.horizontal-scroll-section__content-section
  .ce-image
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset {
  margin-bottom: 0;
  margin-right: 0;
}
.horizontal-scroll-section__content-section
  .ce-textpic
  .assetsWrapper
  .ce-gallery,
.horizontal-scroll-section__content-section
  .ce-image
  .assetsWrapper
  .ce-gallery,
.horizontal-scroll-section__content-section
  .ce-image
  .assetsWrapper
  .ce-gallery {
  margin-right: 0;
}
.horizontal-scroll-section__content-section .ce-inner p {
  margin-bottom: 0;
}
.horizontal-scroll-section__content-section img {
  width: 300px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section__content-section img {
    width: 525px;
  }
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800 {
  max-width: 450px;
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800 .ce-gallery {
  max-height: 420px;
  overflow: hidden;
  margin-bottom: 16px;
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800 .ce-gallery img {
  -webkit-transform: scale3d(0.92, 0.92, 0.92) translateX(-30px);
  transform: scale3d(0.92, 0.92, 0.92) translateX(-30px);
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800 .ce-inner h2,
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800
  .ce-inner
  .tx-bgm-webinars
  h1,
.tx-bgm-webinars
  .horizontal-scroll-section.extentWinHeight.extentWinHeight-800
  .ce-inner
  h1 {
  -webkit-transform: scale(0.92) translateX(-30px);
  -ms-transform: scale(0.92) translateX(-30px);
  transform: scale(0.92) translateX(-30px);
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800 .ce-inner p {
  max-width: 390px;
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-800
  .horizontal-scroll-section__content-section:not(.firstItem) {
  min-width: 420px;
  margin-right: 20px;
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section.extentWinHeight.extentWinHeight-800 .scene {
    min-height: 780px;
    margin-top: 70px;
  }
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700 {
  max-width: 390px;
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700 .ce-gallery {
  max-height: 360px;
  overflow: hidden;
  margin-bottom: 28px;
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700 .ce-gallery img {
  -webkit-transform: scale3d(0.88, 0.88, 0.88) translateX(-38px);
  transform: scale3d(0.88, 0.88, 0.88) translateX(-38px);
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700 .ce-inner h2,
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700
  .ce-inner
  .tx-bgm-webinars
  h1,
.tx-bgm-webinars
  .horizontal-scroll-section.extentWinHeight.extentWinHeight-700
  .ce-inner
  h1 {
  -webkit-transform: scale(0.7) translateX(-146px);
  -ms-transform: scale(0.7) translateX(-146px);
  transform: scale(0.7) translateX(-146px);
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700 .ce-inner p {
  max-width: 390px;
}
.horizontal-scroll-section.extentWinHeight.extentWinHeight-700
  .horizontal-scroll-section__content-section:not(.firstItem) {
  min-width: 420px;
  margin-right: 20px;
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section.extentWinHeight.extentWinHeight-700 .scene {
    min-height: 600px;
    margin-top: 40px;
  }
}
.horizontal-scroll-section .scene {
  position: relative;
  left: 0;
  right: 0;
  height: 100vh;
  top: 0;
  min-height: 450px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section .scene {
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section .scene {
    min-height: 720px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 75em) {
  .horizontal-scroll-section .scene {
    min-height: 800px;
  }
}
.horizontal-scroll-section .scene--active {
  position: fixed;
  height: 100vh;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section .scene--active {
    height: 100vh;
  }
}
.horizontal-scroll-section .scene--ended {
  position: absolute;
  bottom: 0;
  top: auto;
  left: -22px;
}
@media screen and (min-width: 77.5em) {
  .horizontal-scroll-section .scene--ended {
    left: -60px;
  }
}
@media screen and (min-width: 93.75em) {
  .horizontal-scroll-section .scene--ended {
    left: -120px;
  }
}
@media screen and (min-width: 118.75em) {
  .horizontal-scroll-section .scene--ended {
    left: -17vw;
  }
}
@media screen and (min-width: 90em) {
  .horizontal-scroll-section .ce-inner {
    max-width: 525px;
  }
}
.horizontal-scroll-section .ce-inner h2,
.horizontal-scroll-section .ce-inner .tx-bgm-webinars h1,
.tx-bgm-webinars .horizontal-scroll-section .ce-inner h1 {
  margin-bottom: 220px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section .ce-inner h2,
  .horizontal-scroll-section .ce-inner .tx-bgm-webinars h1,
  .tx-bgm-webinars .horizontal-scroll-section .ce-inner h1 {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section .ce-inner h2,
  .horizontal-scroll-section .ce-inner .tx-bgm-webinars h1,
  .tx-bgm-webinars .horizontal-scroll-section .ce-inner h1 {
    margin-bottom: 56px;
  }
}
.horizontal-scroll-section .ce-inner p {
  font-size: 14px;
  line-height: 20px !important;
  max-width: 300px;
  min-height: 184px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section .ce-inner p {
    font-size: 18px;
    line-height: 28px !important;
    min-height: 153px;
    max-width: 525px;
  }
}
.horizontal-scroll-section .ce-inner a.slider_link {
  color: #2c2a2b;
}
.horizontal-scroll-section .ce-inner a.slider_link:hover {
  color: #0097b2;
}
.horizontal-scroll-section .ce-inner .size30 {
  font-size: 21px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 7px;
}
.horizontal-scroll-section .ce-inner .size30 .x-after:after {
  top: -16px;
  right: 3px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section .ce-inner .size30 .x-after:after {
    top: -24px;
    right: -1px;
  }
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section .ce-inner .size30 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 16px;
  }
}
.horizontal-scroll-section .trigger {
  position: absolute;
}
.horizontal-scroll-section .trigger--one {
  left: 0;
  top: 50%;
}
.horizontal-scroll-section__content-section.firstItem {
  min-width: 290px;
  padding-left: 16px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section__content-section.firstItem {
    min-width: 460px;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section__content-section.firstItem {
    min-width: 690px;
  }
}
@media screen and (min-width: 75em) {
  .horizontal-scroll-section__content-section.firstItem {
    min-width: 800px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 87.5em) {
  .horizontal-scroll-section__content-section.firstItem {
    min-width: 760px;
  }
}
.horizontal-scroll-section__content-section.firstItem .ce-inner {
  width: 200px;
}
@media print, screen and (min-width: 48em) {
  .horizontal-scroll-section__content-section.firstItem .ce-inner {
    width: 290px;
  }
}
@media print, screen and (min-width: 64em) {
  .horizontal-scroll-section__content-section.firstItem .ce-inner {
    min-width: 650px;
    max-width: 650px;
  }
}
.horizontal-scroll-section__content-section.lastItem {
  min-width: 0 !important;
  margin-right: 0;
}
@media screen and (min-width: 75em) {
  .horizontal-scroll-section__content-section.lastItem {
    min-width: 50px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .horizontal-scroll-section__content-section {
    min-width: 510px;
    margin-right: 28px;
  }
  .horizontal-scroll-section__content-section.firstItem {
    min-width: 710px;
  }
  .horizontal-scroll-section__content-section img {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translateX(-30px);
    transform: scale3d(0.9, 0.9, 0.9) translateX(-30px);
  }
  .horizontal-scroll-section__content-section .ce-inner p {
    max-width: 470px;
    margin-top: -4px;
  }
  .horizontal-scroll-section__content-section .ce-inner .size30 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .horizontal-scroll-section__content-section .ce-textpic .asset,
  .horizontal-scroll-section__content-section .ce-image .asset {
    margin-bottom: 0;
  }
}
.tx_flatexshares .buy,
.tx_flatexshares .sell {
  display: inline-block;
  border: 1px solid #eaeaea;
  margin: 0 0.2941176471rem;
  padding: 0.2941176471rem 0.5882352941rem;
  font-weight: 700;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.tx_flatexshares .buy.green,
.tx_flatexshares .sell.green {
  color: #8cde7e;
  border-color: #8cde7e;
}
.tx_flatexshares .buy.green:hover,
.tx_flatexshares .sell.green:hover {
  background: #8cde7e;
  color: #fff;
}
.tx_flatexshares .buy.red,
.tx_flatexshares .sell.red {
  color: #de071c;
  border-color: #de071c;
}
.tx_flatexshares .buy.red:hover,
.tx_flatexshares .sell.red:hover {
  background: #de071c;
  color: #fff;
}
.tx_flatexshares .tableTitle1,
.tx_flatexshares .TopIndizesHeader,
.tx_flatexshares .FlopIndizesHeader {
  font-weight: bold;
}
.tx_flatexshares th,
.tx_flatexshares td {
  vertical-align: middle;
}
.tx_flatexshares td.rank {
  text-align: center;
}
.tx_flatexshares td.rank span {
  display: inline-block;
  font-size: 0.8235294118rem;
  color: #fff;
  font-weight: bold;
  background: #0097b2;
  border: 1px #0097b2 solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.tx_flatexshares .loading {
  min-height: 200px;
  background: transparent
    url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/ajax-loader.gif")
    no-repeat center 150px;
}
.tx_flatexshares.mosttradedvalues.bars {
  background-image: url("../../../_assets/f47c5922d073c852b0e3fabb108534e7/Images/background_orange_points.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -3.5294117647rem;
  margin-bottom: -3.5294117647rem;
  padding-top: 3.5294117647rem;
  padding-bottom: 3.5294117647rem;
}
@media screen and (min-width: 75em) {
  .tx_flatexshares.mosttradedvalues.bars {
    margin-top: -7.6470588235rem;
    margin-bottom: -7.6470588235rem;
    padding-top: 7.6470588235rem;
    padding-bottom: 7.6470588235rem;
  }
}
.tx_flatexshares.mosttradedvalues.bars .mostTradedValues_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2.1176470588rem;
}
.tx_flatexshares.mosttradedvalues.bars .mostTradedValues_nav li {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
  background: transparent;
  padding: 5px 15px;
  margin: 0 2rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}
.tx_flatexshares.mosttradedvalues.bars .mostTradedValues_nav li:after {
  content: "";
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.tx_flatexshares.mosttradedvalues.bars .mostTradedValues_nav li:hover:after {
  width: 100%;
  left: 0;
}
.tx_flatexshares.mosttradedvalues.bars .mostTradedValues_nav li.active {
  color: #0097b2;
}
.tx_flatexshares.mosttradedvalues.bars #mostTradedValues_bars {
  min-height: 400px;
  overflow: hidden;
}
.tx_flatexshares.mosttradedvalues.bars #mostTradedValues_bars > div {
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}
.tx_flatexshares.mosttradedvalues.bars
  #mostTradedValues_bars.top5aktienvActive
  #mostTradedValues_top5aktienk {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tx_flatexshares.mosttradedvalues.bars
  #mostTradedValues_bars.top5aktienvActive
  #mostTradedValues_top5aktienv {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tx_flatexshares.mosttradedvalues.bars
  #mostTradedValues_bars.top5aktienkActive
  #mostTradedValues_top5aktienk {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tx_flatexshares.mosttradedvalues.bars
  #mostTradedValues_bars.top5aktienkActive
  #mostTradedValues_top5aktienv {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tx_flatexshares.mosttradedvalues.bars .grid-x {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tx_flatexshares.mosttradedvalues.bars .cell {
  counter-increment: mostTradedValues-counter;
  height: 100px;
  margin-bottom: 2rem;
}
.tx_flatexshares.mosttradedvalues.bars .cell .bar {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tx_flatexshares.mosttradedvalues.bars .cell .bar::before {
  content: counter(mostTradedValues-counter);
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background: #0097b2;
  border: 1px #0097b2 solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 26px;
  font-weight: bold;
}
.tx_flatexshares.mosttradedvalues.bars .cell .bar > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(66.6666666667% - 1.1764705882rem);
  width: calc(66.6666666667% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  margin-left: -webkit-calc(16.6666666667% + 1.1764705882rem / 2);
  margin-left: calc(16.6666666667% + 1.1764705882rem / 2);
}
.tx_flatexshares.mosttradedvalues.bars .cell .bar > div.actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(16.6666666667% - 1.1764705882rem);
  width: calc(16.6666666667% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .tx_flatexshares.mosttradedvalues.bars .cell {
    height: 400px;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell .bar {
    width: 200px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell .bar::before {
    top: 25px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell .bar > div,
  .tx_flatexshares.mosttradedvalues.bars .cell .bar > div.actions {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell .bar .valueName,
  .tx_flatexshares.mosttradedvalues.bars .cell .bar .valueIsin {
    padding-left: 0;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell:nth-child(2) {
    height: 348px;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell:nth-child(3) {
    height: 296px;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell:nth-child(4) {
    height: 244px;
  }
  .tx_flatexshares.mosttradedvalues.bars .cell:nth-child(5) {
    height: 192px;
  }
}
.tx_flatexshares.mosttradedvalues.bars .valueName {
  max-width: 190px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tx_flatexshares.mosttradedvalues.bars .actions {
  margin-top: 0.4705882353rem;
  text-align: right;
}
.tx_flatexshares.mosttradedvalues.bars .actions a {
  display: none;
}
.tx_flatexshares.mosttradedvalues.bars .actions a.arrowLink {
  display: inline-block;
  width: 7px;
  height: 14px;
}
.tx_flatexshares.mosttradedvalues.bars .actions a.arrowLink svg {
  width: 7px;
  height: 14px;
}
@media print, screen and (min-width: 40em) {
  .tx_flatexshares.mosttradedvalues.bars .actions {
    text-align: center;
  }
  .tx_flatexshares.mosttradedvalues.bars .actions a {
    display: inline-block;
  }
  .tx_flatexshares.mosttradedvalues.bars .actions a.arrowLink {
    display: none;
  }
}
.tx_flatexshares.mosttradedvalues.bars .lastUpdated {
  padding-right: 1.4117647059rem;
}
.tx_flatexshares.topflop .chartSelect {
  opacity: 1;
  -webkit-transition: opaticy 250ms linear;
  -o-transition: opaticy 250ms linear;
  transition: opaticy 250ms linear;
}
.tx_flatexshares.topflop .chartSelect.hide {
  opacity: 0;
}
.tx_flatexshares.topflop .topFlopChart img {
  width: 100%;
}
.tx_flatexshares.indexnews .indizesItemDate {
  display: block;
  font-weight: bold;
}
.tx_flatexshares.indexnews .indexNewsItem {
  padding: 0.8235294118rem 0.5882352941rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #e5e5e5;
}
.tx_flatexshares.indexnews .indexNewsItem:first-child {
  padding-top: 0;
}
.tx_flatexshares.indexnews .indexNewsItem:last-child {
  border: none;
}
.tx_flatexshares.morningnews .morningnewsTable {
  margin-bottom: 1rem;
}
.tx_flatexshares.morningnews .morningnewsTable th,
.tx_flatexshares.morningnews .morningnewsTable td {
  vertical-align: top;
}
.tx_flatexshares.morningnews .morningnewsTable th:first-child,
.tx_flatexshares.morningnews .morningnewsTable td:first-child {
  padding: 0.8235294118rem 0.5882352941rem;
}
.tx_flatexshares.morningnews .prio_3 {
  background: #2c2a2b;
  color: #fff;
}
.tx_flatexshares .lastUpdated {
  font-size: 0.7058823529rem;
  white-space: nowrap;
  text-align: right;
}
.indexSingleNews .indizesItemHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -0.5882352941rem;
  margin-left: -0.5882352941rem;
  padding-bottom: 0.5882352941rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 40em) {
  .indexSingleNews .indizesItemHeader {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
.indexSingleNews .indizesItemHeader > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(50% - 1.1764705882rem);
  width: calc(50% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.indexSingleNews .indizesItemHeader > div:last-child {
  text-align: right;
}
.indexSingleNews .indizesItemBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -0.5882352941rem;
  margin-left: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .indexSingleNews .indizesItemBody {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
.indexSingleNews .indizesItemBody > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
.indexSingleNews .indizesItemName {
  font-weight: bold;
  margin-bottom: 1rem;
}
.indexSingleNews .indizesItemUrl {
  text-align: right;
}
.indexSingleNews .indizesItemUrl .button,
.indexSingleNews .indizesItemUrl #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .indexSingleNews .indizesItemUrl .button {
  margin-bottom: 0;
}
div.header-searchform {
  width: 100%;
  margin-right: auto;
  text-align: left;
  height: 60px;
  background-color: #212121;
  z-index: 12334;
  position: absolute;
  top: 15px;
  right: 12px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  div.header-searchform {
    width: 720px;
  }
}
div.header-searchform input[type="text"] {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 1.0588235294rem 0;
}
div.header-searchform input[type="text"]::-webkit-input-placeholder {
  color: #757575;
}
div.header-searchform input[type="text"]::-moz-placeholder {
  color: #757575;
}
div.header-searchform input[type="text"]:-ms-input-placeholder {
  color: #757575;
}
div.header-searchform input[type="text"]::-ms-input-placeholder {
  color: #757575;
}
div.header-searchform input[type="text"]::placeholder {
  color: #757575;
}
div.header-searchform svg {
  cursor: pointer;
}
div.header-searchform form.tx-solr-search-form-pi-search {
  width: 100%;
}
#mainNav > ul > li.search {
  position: relative;
}
#mainNav > ul > li.search a.search-icon {
  z-index: 12;
}
#mainNav > ul > li.search a:after {
  display: none;
}
#mainNav > ul > li.search .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  top: 100%;
  right: 0%;
  margin: 0;
  margin-top: 15px;
}
#mainNav ul.ajaxResult,
#mobileSearch ul.ajaxResult {
  color: #000;
  list-style-type: none;
  display: block;
  padding: 2rem;
}
#mainNav ul.ajaxResult a,
#mobileSearch ul.ajaxResult a {
  display: block;
  margin: 0;
  padding: 0;
}
#mainNav ul.ajaxResult a:hover strong,
#mobileSearch ul.ajaxResult a:hover strong {
  color: #0097b2 !important;
}
#mainNav ul.ajaxResult li,
#mobileSearch ul.ajaxResult li {
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 17px;
  font-weight: 400;
}
#mainNav ul.ajaxResult li.category,
#mobileSearch ul.ajaxResult li.category {
  padding-left: 0;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 18px;
  font-weight: 600;
}
#mainNav ul.ajaxResult li.ui-autocomplete-category2,
#mobileSearch ul.ajaxResult li.ui-autocomplete-category2 {
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}
#mainNav ul.ajaxResult li.resultItem,
#mobileSearch ul.ajaxResult li.resultItem {
  padding-left: 50px;
}
#mainNav ul.ajaxResult li.resultItem .stock,
#mobileSearch ul.ajaxResult li.resultItem .stock {
  width: 70%;
  float: left;
  display: inline-block;
  color: #888;
  text-transform: uppercase;
}
#mainNav ul.ajaxResult li.resultItem .resultcount,
#mainNav ul.ajaxResult li.resultItem .stockprice,
#mobileSearch ul.ajaxResult li.resultItem .resultcount,
#mobileSearch ul.ajaxResult li.resultItem .stockprice {
  width: 30%;
  float: right;
  display: inline-block;
  text-align: right;
  font-weight: 400;
}
#mainNav ul.ajaxResult li.resultItem .searchterm,
#mobileSearch ul.ajaxResult li.resultItem .searchterm {
  text-transform: lowercase;
}
#mainNav ul.ajaxResult li.resultItem .small,
#mobileSearch ul.ajaxResult li.resultItem .small {
  font-size: 12px;
  line-height: 18px;
}
#mainNav ul.ajaxResult li.resultItem strong,
#mobileSearch ul.ajaxResult li.resultItem strong {
  color: #000;
  font-weight: 600;
}
#mainNav ul.ajaxResult li.resultItem .resultcount,
#mobileSearch ul.ajaxResult li.resultItem .resultcount {
  color: #888;
}
#mainNav ul.ajaxResult li .green,
#mobileSearch ul.ajaxResult li .green {
  color: #8cde7e;
}
#mainNav ul.ajaxResult li .red,
#mobileSearch ul.ajaxResult li .red {
  color: #f20e28;
}
#mainNav ul.ajaxResult li span,
#mobileSearch ul.ajaxResult li span {
  display: block;
}
#mainNav .clearBoth,
#mobileSearch .clearBoth {
  clear: both;
}
#mobileSearch {
  display: none;
  position: absolute;
  width: 100%;
  height: 68px;
  margin: 0;
  top: 0;
  color: #fff;
}
#mobileSearch form.tx-solr-search-form-pi-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#mobileSearch .header-searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
#mobileSearch .header-searchform input {
  margin-bottom: 0;
}
#mobileSearch .header-searchform ul.dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 12px;
  right: 12px;
  min-height: 100vh;
  height: auto;
  margin-top: 0px;
  padding: 1rem;
}
#mobileSearch .header-searchform:after {
  margin-left: 0;
  margin-top: -15px;
}
#mobileSearch .header-searchform a.search-icon {
  z-index: 1;
}
.searchActive #mobileSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 75em) {
  .searchActive #mobileSearch {
    display: none;
  }
}
.searchActive #mobileSearch .header-searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#pageMain #tx-solr-search > h4:first-child,
#pageWrapper #fixed-section #tx-solr-search > h4:first-child {
  margin-bottom: 70px;
}
#pageMain #tx-solr-search .tx-solr-search-word,
#pageWrapper #fixed-section #tx-solr-search .tx-solr-search-word {
  color: #0097b2;
}
#pageMain #tx-solr-search div.result-group,
#pageWrapper #fixed-section #tx-solr-search div.result-group {
  margin-top: 60px;
}
#pageMain #tx-solr-search ol,
#pageWrapper #fixed-section #tx-solr-search ol {
  margin-left: 0;
}
#pageMain #tx-solr-search li.results-entry,
#pageWrapper #fixed-section #tx-solr-search li.results-entry {
  padding-left: 1.25rem;
  padding-right: 2px;
  list-style: none inside;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#pageMain #tx-solr-search li.results-entry h6.results-topic,
#pageWrapper #fixed-section #tx-solr-search li.results-entry h6.results-topic {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  font-weight: 700;
  margin-bottom: 0;
}
#pageMain #tx-solr-search li.results-entry p.result-content,
#pageWrapper #fixed-section #tx-solr-search li.results-entry p.result-content {
  font-size: 1rem;
  line-height: 1.4705882353rem;
  font-weight: 400;
}
#pageMain #tx-solr-search li.results-entry p.result-content .results-highlight,
#pageWrapper
  #fixed-section
  #tx-solr-search
  li.results-entry
  p.result-content
  .results-highlight {
  background-color: #e5e5e5;
}
#pageMain #tx-solr-search li.results-entry p.result-footer,
#pageWrapper #fixed-section #tx-solr-search li.results-entry p.result-footer {
  color: #959595;
  font-size: 0.7058823529rem;
  line-height: 1.0588235294rem;
  margin-bottom: 0.75rem;
}
#pageMain #tx-solr-search li.results-entry:last-child,
#pageWrapper #fixed-section #tx-solr-search li.results-entry:last-child {
  border-bottom: none;
}
#pageMain #tx-solr-search div.share-details,
#pageWrapper #fixed-section #tx-solr-search div.share-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#pageMain #tx-solr-search div.share-details .share-header,
#pageWrapper #fixed-section #tx-solr-search div.share-details .share-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
#pageMain #tx-solr-search div.share-details .share-data,
#pageWrapper #fixed-section #tx-solr-search div.share-details .share-data {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
#pageMain #tx-solr-search div.share-details .share-order,
#pageWrapper #fixed-section #tx-solr-search div.share-details .share-order {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: -webkit-calc(100% - 1.1764705882rem);
  width: calc(100% - 1.1764705882rem);
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  #pageMain #tx-solr-search div.share-details .share-header,
  #pageWrapper #fixed-section #tx-solr-search div.share-details .share-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageMain #tx-solr-search div.share-details .share-data,
  #pageWrapper #fixed-section #tx-solr-search div.share-details .share-data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(50% - 1.7647058824rem);
    width: calc(50% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageMain #tx-solr-search div.share-details .share-header,
  #pageWrapper #fixed-section #tx-solr-search div.share-details .share-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    margin-left: 0;
    margin-right: 0;
  }
  #pageMain #tx-solr-search div.share-details .share-data,
  #pageWrapper #fixed-section #tx-solr-search div.share-details .share-data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(100% - 1.7647058824rem);
    width: calc(100% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
}
#pageMain #tx-solr-search div.share-details h1,
#pageWrapper #fixed-section #tx-solr-search div.share-details h1 {
  margin-bottom: 0;
}
#pageMain #tx-solr-search div.share-details div.share-isin,
#pageWrapper #fixed-section #tx-solr-search div.share-details div.share-isin {
  color: #959595;
}
#pageMain #tx-solr-search div.share-details div.share-data,
#pageWrapper #fixed-section #tx-solr-search div.share-details div.share-data {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  #pageMain #tx-solr-search div.share-details div.share-data,
  #pageWrapper #fixed-section #tx-solr-search div.share-details div.share-data {
    margin: 0 0 20px;
  }
}
#pageMain #tx-solr-search div.share-details div.share-data div.share-value,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-data
  div.share-value {
  font-size: 2.4705882353rem;
  line-height: 2.3529411765rem;
  font-weight: bold;
  height: 40px;
  width: 100%;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  #pageMain #tx-solr-search div.share-details div.share-data div.share-value,
  #pageWrapper
    #fixed-section
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-value {
    text-align: right;
  }
}
@media screen and (min-width: 75em) {
  #pageMain #tx-solr-search div.share-details div.share-data div.share-value,
  #pageWrapper
    #fixed-section
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-value {
    font-size: 3.0588235294rem;
    line-height: 3.8235294118rem;
    line-height: 2rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
  }
}
#pageMain #tx-solr-search div.share-details div.share-data div.share-change-abs,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-data
  div.share-change-abs {
  font-size: 1.8823529412rem;
  line-height: 2rem;
  width: 50%;
}
@media print, screen and (min-width: 40em) {
  #pageMain
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-abs,
  #pageWrapper
    #fixed-section
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-abs {
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  #pageMain
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-abs,
  #pageWrapper
    #fixed-section
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-abs {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
  }
}
#pageMain #tx-solr-search div.share-details div.share-data div.share-change-pct,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-data
  div.share-change-pct {
  font-size: 1.8823529412rem;
  line-height: 2rem;
  width: 50%;
}
@media print, screen and (min-width: 40em) {
  #pageMain
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-pct,
  #pageWrapper
    #fixed-section
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-pct {
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  #pageMain
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-pct,
  #pageWrapper
    #fixed-section
    #tx-solr-search
    div.share-details
    div.share-data
    div.share-change-pct {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
  }
}
#pageMain #tx-solr-search div.share-details div.share-data .negativeValue,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-data
  .negativeValue {
  color: #de071c;
}
#pageMain #tx-solr-search div.share-details div.share-data .positiveValue,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-data
  .positiveValue {
  color: #8cde7e;
}
#pageMain #tx-solr-search div.share-details div.share-order,
#pageWrapper #fixed-section #tx-solr-search div.share-details div.share-order {
  text-align: right;
}
#pageMain #tx-solr-search div.share-details div.share-order .button,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-order
  .button {
  min-width: 8.2352941176rem;
  margin-bottom: 0;
}
#pageMain #tx-solr-search div.share-details div.share-exchange,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-details
  div.share-exchange {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
  clear: both;
  color: #959595;
}
#pageMain #tx-solr-search div.share-details span.currency,
#pageWrapper #fixed-section #tx-solr-search div.share-details span.currency {
  font-size: 1.1764705882rem;
  line-height: 1.4117647059rem;
}
#pageMain #tx-solr-search div.share-chart,
#pageWrapper #fixed-section #tx-solr-search div.share-chart {
  max-width: 680px;
  margin: 0 auto;
}
#pageMain #tx-solr-search div.share-chart .chartfooter,
#pageWrapper #fixed-section #tx-solr-search div.share-chart .chartfooter {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
}
#pageMain #tx-solr-search div.share-chart .chart-header,
#pageWrapper #fixed-section #tx-solr-search div.share-chart .chart-header {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
  padding: 0 0 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#pageMain #tx-solr-search div.share-list,
#pageWrapper #fixed-section #tx-solr-search div.share-list {
  margin-top: 70px;
}
#pageMain #tx-solr-search div.share-list hr,
#pageWrapper #fixed-section #tx-solr-search div.share-list hr {
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
  margin: 0;
}
#pageMain #tx-solr-search div.share-list hr:last-of-type,
#pageWrapper #fixed-section #tx-solr-search div.share-list hr:last-of-type {
  border: none;
  margin-bottom: 20px;
}
#pageMain #tx-solr-search div.share-list div,
#pageWrapper #fixed-section #tx-solr-search div.share-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pageMain #tx-solr-search div.share-list div .width20,
#pageWrapper #fixed-section #tx-solr-search div.share-list div .width20 {
  width: 20%;
}
#pageMain #tx-solr-search div.share-list div .width60,
#pageWrapper #fixed-section #tx-solr-search div.share-list div .width60 {
  width: 60%;
}
#pageMain #tx-solr-search div.share-list div .width100,
#pageWrapper #fixed-section #tx-solr-search div.share-list div .width100 {
  width: 100%;
}
#pageMain #tx-solr-search div.share-list div .right,
#pageWrapper #fixed-section #tx-solr-search div.share-list div .right {
  text-align: right;
}
#pageMain #tx-solr-search div.share-list div div.title,
#pageWrapper #fixed-section #tx-solr-search div.share-list div div.title {
  font-style: italic;
  font-weight: 700;
  color: #959595;
  padding: 0 0 1.2rem 1.4rem;
}
#pageMain #tx-solr-search div.share-list div a.more,
#pageWrapper #fixed-section #tx-solr-search div.share-list div a.more {
  font-size: 1.1764705882rem;
  line-height: 1.4117647059rem;
  font-weight: 700;
  color: #2c2a2b;
}
#pageMain #tx-solr-search div.share-list div a:hover,
#pageWrapper #fixed-section #tx-solr-search div.share-list div a:hover {
  background-color: #f2f2f2;
}
#pageMain #tx-solr-search div.share-list div a,
#pageWrapper #fixed-section #tx-solr-search div.share-list div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #2c2a2b;
}
#pageMain #tx-solr-search div.share-list div a div.name,
#pageWrapper #fixed-section #tx-solr-search div.share-list div a div.name {
  font-weight: bold;
  padding: 0.8rem 0 0.6rem 1.4rem;
  margin-bottom: 0;
  color: #0097b2;
}
#pageMain #tx-solr-search div.share-list div a div.value,
#pageWrapper #fixed-section #tx-solr-search div.share-list div a div.value {
  padding: 0.8rem 0 0.6rem 1.4rem;
  margin-bottom: 0;
}
#pageMain #tx-solr-search div.share-list div a div.change,
#pageWrapper #fixed-section #tx-solr-search div.share-list div a div.change {
  padding: 0.8rem 0 0.6rem 1.4rem;
  margin-bottom: 0;
}
#pageMain #tx-solr-search div.share-list div a div.change .change-red,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-list
  div
  a
  div.change
  .change-red {
  color: red;
}
#pageMain #tx-solr-search div.share-list div a div.change .change-green,
#pageWrapper
  #fixed-section
  #tx-solr-search
  div.share-list
  div
  a
  div.change
  .change-green {
  color: #8cde7e;
}
#pageMain #tx-solr-faceting,
#pageWrapper #fixed-section #tx-solr-faceting {
  margin-top: 40px;
}
#pageMain #tx-solr-faceting li,
#pageWrapper #fixed-section #tx-solr-faceting li {
  background-image: none;
}
#pageMain #tx-solr-faceting li a,
#pageWrapper #fixed-section #tx-solr-faceting li a {
  color: #0097b2;
  text-decoration: none;
  border: none;
  padding-left: 4px;
  padding-right: 4px;
}
#pageMain #tx-solr-faceting li a:hover,
#pageWrapper #fixed-section #tx-solr-faceting li a:hover {
  color: #2c2a2b;
  border-bottom: 2px solid #2c2a2b;
  padding-bottom: 4px;
  text-decoration: none;
}
#pageMain #tx-solr-faceting li a:active,
#pageWrapper #fixed-section #tx-solr-faceting li a:active {
  color: #2c2a2b;
  border-bottom: 2px solid #2c2a2b;
  padding-bottom: 4px;
  text-decoration: none;
}
#pageMain #tx-solr-faceting li a.active,
#pageWrapper #fixed-section #tx-solr-faceting li a.active {
  color: #2c2a2b;
  text-decoration: none;
  border-bottom: 2px solid #2c2a2b;
  padding-bottom: 4px;
}
#pageMain #tx-solr-faceting div.list-group-item,
#pageWrapper #fixed-section #tx-solr-faceting div.list-group-item {
  float: left;
  margin-right: 40px;
}
#pageMain .solr-pagination,
#pageWrapper #fixed-section .solr-pagination {
  margin: 10px 0;
  height: 20px;
}
#pageMain .solr-pagination ul.pagination,
#pageWrapper #fixed-section .solr-pagination ul.pagination {
  margin-top: 0;
  padding-left: 16px;
}
#pageMain .solr-pagination ul.pagination li,
#pageWrapper #fixed-section .solr-pagination ul.pagination li {
  background: none;
  padding: 0;
}
#pageMain .solr-pagination ul.pagination li a,
#pageWrapper #fixed-section .solr-pagination ul.pagination li a {
  padding: 5px;
  font-size: 0.8235294118rem;
  color: #0097b2;
}
#pageMain .solr-pagination ul.pagination li.active .page-link,
#pageWrapper
  #fixed-section
  .solr-pagination
  ul.pagination
  li.active
  .page-link {
  font-weight: normal;
  border: 1px #0097b2 solid;
  color: #2c2a2b;
  display: block;
  font-size: 0.8235294118rem;
  padding: 2px 10px;
}
#mobileSearch.mui-enter,
#desktopSearch.mui-enter {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}
#mobileSearch.mui-enter.mui-enter-active,
#desktopSearch.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
@media screen and (min-width: 75em) {
  .searchActive #mobileSearch,
  .searchActive #desktopSearch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
#mobileSearch .input-group,
#desktopSearch .input-group {
  margin-bottom: 0;
}
#mobileSearch .input-group .input-group-label,
#mobileSearch .input-group .input-group-button,
#desktopSearch .input-group .input-group-label,
#desktopSearch .input-group .input-group-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  color: #fff;
  border: none;
}
#mobileSearch .input-group .input-group-button,
#desktopSearch .input-group .input-group-button {
  color: #fff;
  border: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#mobileSearch .input-group .input-group-button:hover,
#desktopSearch .input-group .input-group-button:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mainNav > ul > li.search #mobileSearch .autocomplete-suggestion.dropdown,
#mainNav > ul > li.search #desktopSearch .autocomplete-suggestion.dropdown {
  display: block;
  overflow-x: hidden;
}
#mobileSearch .autocomplete-suggestion:before,
#desktopSearch .autocomplete-suggestion:before {
  top: -16px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -12px;
  margin-top: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 123;
}
#desktopSearch {
  display: none;
}
.tx-faq .faq_rootCategory {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
}
.tx-faq .faqtoggler h3,
.tx-faq .faqtoggler .teaser h2,
.teaser .tx-faq .faqtoggler h2,
.tx-faq .faqtoggler .inner-type-panel_newsletter .successMessage h2,
.inner-type-panel_newsletter .successMessage .tx-faq .faqtoggler h2,
.tx-faq .faqtoggler .teaser .tx-bgm-webinars h1,
.teaser .tx-bgm-webinars .tx-faq .faqtoggler h1,
.tx-faq .faqtoggler .tx-bgm-webinars .teaser h1,
.tx-bgm-webinars .teaser .tx-faq .faqtoggler h1,
.tx-faq
  .faqtoggler
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  .tx-faq
  .faqtoggler
  h1,
.tx-faq
  .faqtoggler
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  .tx-faq
  .faqtoggler
  h1 {
  font-size: 1.2941176471rem;
  line-height: 1.6470588235rem;
  margin-bottom: 5px;
  cursor: pointer;
}
.tx-faq .faqtoggler h3 span.icon-container,
.tx-faq .faqtoggler .teaser h2 span.icon-container,
.teaser .tx-faq .faqtoggler h2 span.icon-container,
.tx-faq
  .faqtoggler
  .inner-type-panel_newsletter
  .successMessage
  h2
  span.icon-container,
.inner-type-panel_newsletter
  .successMessage
  .tx-faq
  .faqtoggler
  h2
  span.icon-container,
.tx-faq .faqtoggler .teaser .tx-bgm-webinars h1 span.icon-container,
.teaser .tx-bgm-webinars .tx-faq .faqtoggler h1 span.icon-container,
.tx-faq .faqtoggler .tx-bgm-webinars .teaser h1 span.icon-container,
.tx-bgm-webinars .teaser .tx-faq .faqtoggler h1 span.icon-container,
.tx-faq
  .faqtoggler
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1
  span.icon-container,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  .tx-faq
  .faqtoggler
  h1
  span.icon-container,
.tx-faq
  .faqtoggler
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1
  span.icon-container,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  .tx-faq
  .faqtoggler
  h1
  span.icon-container {
  margin: 5px 15px 0 15px;
}
.tx-faq .faqtoggler div.mainCatDescription {
  padding-left: 50px;
}
.tx-faq .faqtoggler div.mainCatDescription p {
  margin-bottom: 0;
}
.tx-faq .catContent {
  padding-top: 15px;
  padding-left: 15px;
}
.tx-faq .catContent div.subcatHeader {
  color: #0097b2;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
  padding-left: 35px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.tx-faq .catContent div.subcatContent {
  padding-top: 0;
  padding-left: 30px;
}
.tx-faq .shape-minus {
  margin-bottom: -12px;
}
.tx-faq .shape-plus {
  margin-bottom: -3px;
}
.tx-faq .faqQ {
  background-repeat: no-repeat;
  clear: both;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.4705882353rem;
  font-weight: bold;
  min-height: 32px;
  padding: 0.4705882353rem 0 0.8823529412rem;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.tx-faq .faqQ span.icon-container {
  margin: 5px 20px 0 15px;
}
.tx-faq .faqhover:hover {
  backeground: #f2f2f2;
}
.tx-faq .faqA {
  display: none;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 15px;
}
.tx-faq .faqA .rateQuestion,
.tx-faq .faqA .tx-bgmfaq-answer .rateQuestion {
  margin-top: 27px;
  display: inline-block;
}
.tx-faq .faqA .faqMessage {
  padding: 15px 0 15px 56px;
}
.tx-faq .faqA div.faqRating {
  margin: 15px 0 0 15px;
  padding: 0 15px 0 41px;
  height: 75px;
  background-color: #f2f2f2;
}
.tx-faq .faqA .rateButtons {
  float: right;
  margin: 20px 0;
}
.tx-faq .faqA .rateButtons button {
  margin: 0 15px 0 15px;
}
.tx-faq .faqA .rateButtons .button,
.tx-faq .faqA .rateButtons #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .tx-faq .faqA .rateButtons .button {
  line-height: 2rem;
}
.tx-faq .leftPaddingAnwser {
  padding-left: 56px;
}
.tx-faq div.faqContentSep {
  clear: both;
  height: 1px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.tx-faq #faqsearchform {
  padding-left: 50px;
  padding-right: 50px;
}
.tx-faq #faqsearchform .radio label {
  color: #fff;
}
.tx-faq #faqsearchform .radio {
  display: inline-block;
  margin-right: 1rem;
}
.tx-faq #faqsearchform [type="radio"]:checked + span::before {
  background: #0097b2;
}
.tx-faq #faqsearchform .mandatoryNotice {
  margin: 10px 0 20px 0;
}
.tx-faq #faqsearchform .revokeConsent {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
  color: #959595;
  margin-top: 20px;
}
.tx-faq #faqsearchform button.button,
.tx-faq #faqsearchform #mainNav > ul > li.loginInMobileNav button.button,
#mainNav > ul > li.loginInMobileNav .tx-faq #faqsearchform button.button {
  margin-bottom: 0;
  background: #0097b2;
}
.tx-faq #searchresultContainer {
  margin-top: 60px;
  position: relative;
}
.tx-faq #searchresultContainer h3,
.tx-faq #searchresultContainer .teaser h2,
.teaser .tx-faq #searchresultContainer h2,
.tx-faq #searchresultContainer .inner-type-panel_newsletter .successMessage h2,
.inner-type-panel_newsletter .successMessage .tx-faq #searchresultContainer h2,
.tx-faq #searchresultContainer .teaser .tx-bgm-webinars h1,
.teaser .tx-bgm-webinars .tx-faq #searchresultContainer h1,
.tx-faq #searchresultContainer .tx-bgm-webinars .teaser h1,
.tx-bgm-webinars .teaser .tx-faq #searchresultContainer h1,
.tx-faq
  #searchresultContainer
  .inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  h1,
.inner-type-panel_newsletter
  .successMessage
  .tx-bgm-webinars
  .tx-faq
  #searchresultContainer
  h1,
.tx-faq
  #searchresultContainer
  .tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  h1,
.tx-bgm-webinars
  .inner-type-panel_newsletter
  .successMessage
  .tx-faq
  #searchresultContainer
  h1 {
  font-size: 1.5294117647rem;
  line-height: 1.8823529412rem;
  margin: 20px 0 40px 0;
}
.tx-faq #searchresultContainer .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  color: #0097b2;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .tx-faq #searchresultContainer .close-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.tx-faq #searchresultContainer .close-button svg {
  margin: 3px 0 0;
}
.tx-faq #searchresultContainer .close-button:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tx-faq #searchresultContainer .faqQ {
  font-size: 1.2941176471rem;
  line-height: 1.6470588235rem;
  font-weight: bold;
  padding-top: 0;
}
.tx-faq #searchresultContainer div.faqContentSep {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tx-faq .frame-type-form_formframework {
  display: none;
  margin-top: 40px;
  background-color: transparent;
}
.tx-faq .frame-type-form_formframework .grid-container {
  padding-left: 0;
  padding-right: 0;
}
#faqform .frame {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tx-questionaire td,
.tx-questionaire th {
  font-size: 1em;
}
.tx-questionaire h2,
.tx-questionaire .tx-bgm-webinars h1,
.tx-bgm-webinars .tx-questionaire h1 {
  text-align: center;
  margin-bottom: 15px;
}
.tx-questionaire textarea {
  height: 120px;
}
.tx-questionaire label {
  font-size: 1em;
}
.tx-questionaire input {
  margin-bottom: 0;
}
.tx-questionaire .questions {
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #d3d3d3;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0px 4px 6px -6px rgba(99, 99, 99, 0.2);
  box-shadow: 0px 4px 6px -6px rgba(99, 99, 99, 0.2);
  color: #424242;
}
.tx-questionaire .questions .description {
  margin: 10px 25px -10px 25px;
}
.tx-questionaire .questions .headline {
  color: #fff;
  background-color: #424242;
  line-height: 22px;
  padding: 12px 20px 12px 30px;
  font-size: 1.125em;
  font-weight: bold;
  font-family: "aeonik", Arial, Helvetica, sans-serif;
}
.tx-questionaire .counter {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.tx-questionaire .hidden {
  display: none;
}
.tx-questionaire .errors {
  color: red;
  font-weight: 400;
  border: 1px solid red;
  background-color: white;
  margin: 20px 20px -10px 20px;
  padding: 10px;
}
.tx-questionaire .matrixitem .errors {
  margin: 10px 0 0 0;
}
.tx-questionaire .answerbox {
  margin: 30px 20px 20px 20px;
  line-height: 1.5em;
}
.tx-questionaire .matrixcontainer {
  background-color: #fff;
  font-weight: bold;
  width: 100%;
}
.tx-questionaire .matrixline,
.tx-questionaire .checkboxline {
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 5px 0;
  overflow: hidden;
}
.tx-questionaire .matrixline.matrixheader td {
  color: #fff;
  background-color: #0097b2;
}
.tx-questionaire .matrixitem {
  text-align: center;
  vertical-align: top;
  padding: 15px 8px;
}
.tx-questionaire .matrixitem [type="radio"] + span {
  top: -20px;
  left: 7px;
}
.tx-questionaire .matrixheader .matrixitem {
  vertical-align: top;
  min-width: 40px;
}
.tx-questionaire .matrixtitle {
  text-align: left;
  font-weight: bold;
}
.tx-questionaire .buttoncontainer {
  float: right;
}
.tx-questionaire .buttoncontainer.prev {
  float: left;
}
.tx-questionaire .btn-primary {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background-color: #0097b2;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 0.75em 1.5em !important;
  height: auto;
  cursor: pointer;
}
.tx-questionaire .checkboxline {
  background-color: #fff;
  margin: 0;
  padding: 5px;
}
.tx-questionaire .checkboxlabel {
  width: 50%;
  float: left;
  font-weight: bold;
}
.tx-questionaire .checkbox {
  width: 5%;
  float: left;
}
.tx-questionaire .checkboxinput {
  width: 45%;
  float: left;
}
.tx-questionaire .page {
  overflow: hidden;
  display: none;
}
.related-textinput [type="text"] {
  padding: 1rem;
}
#question-container-85 [type="radio"] + span:before,
#question-container-85 [type="checkbox"] + span:before {
  top: -16px;
}
#question-container-20 [type="radio"] + span {
  top: -10px;
}
.tx-questionaire [type="checkbox"]:checked + span:before {
  background: #fff;
  border-color: #2c2a2b;
  border-width: 4px;
}
.tx-bgmfondstables th {
  white-space: nowrap;
}
.tx-bgmfondstables .stars {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tx-bgmfondstables .stars .star {
  display: block;
  width: 0.7058823529rem;
  color: #212121;
}
.tx-bgmfondstables .stars .star img {
  width: 100%;
}
.tx-bgmfondstables .riskLevel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.4875rem;
}
.tx-bgmfondstables .riskLevel span {
  position: relative;
  display: block;
  width: 0.8823529412rem;
  height: 0.4705882353rem;
  border-right: 1px solid #fff;
}
.tx-bgmfondstables .riskLevel span.level1 {
  -webkit-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  background: #009c43;
}
.tx-bgmfondstables .riskLevel span.level2 {
  background: #74b959;
}
.tx-bgmfondstables .riskLevel span.level3 {
  background: #ffee45;
}
.tx-bgmfondstables .riskLevel span.level4 {
  background: #ffbe3b;
}
.tx-bgmfondstables .riskLevel span.level5 {
  background: #0097b2;
}
.tx-bgmfondstables .riskLevel span.level6 {
  background: #ff2b00;
}
.tx-bgmfondstables .riskLevel span.level7 {
  -webkit-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  background: #de071c;
  border-right: none;
}
.tx-bgmfondstables .riskLevel span.active:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid black;
}
.tx-bgmfondstables .buysell {
  display: inline-block;
  border: 1px solid #eaeaea;
  margin: 0 0.2941176471rem;
  padding: 0.2941176471rem 0.5882352941rem;
  font-weight: 700;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  color: #8cde7e;
  border-color: #8cde7e;
}
.tx-bgmfondstables .buysell:hover {
  background: #8cde7e;
  color: #fff;
}
.tx-bgmfondstables .fondoffensive td {
  vertical-align: middle;
}
.mandatory-hint {
  font-style: italic;
}
.tx-femanager form {
  width: 100%;
}
.tx-femanager .femanager_error {
  margin-bottom: 2rem;
}
.tx-femanager .femanager_error li:last-child {
  padding-bottom: 0;
}
.tx-femanager .checkbox {
  width: 30px;
}
.tx-femanager .width-auto {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.tx-femanager .has-error input,
.tx-femanager .has-error select,
.tx-femanager .has-error textarea {
  border-color: #e20016;
}
.tx-femanager .femanager_error {
  display: none;
}
.tx-bgm-webinars .webinar-next .inner {
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem;
}
.tx-bgm-webinars .webinar-next .inner .icon-container {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.tx-bgm-webinars .webinar-next .inner svg {
  width: 50px;
  height: 50px;
}
.tx-bgm-webinars .webinar-next .inner .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
}
.tx-bgm-webinars .webinar-next .inner .item:last-of-type {
  border-bottom: none;
}
.tx-bgm-webinars .webinar-filterlist .info-content {
  display: none;
}
.tx-bgm-webinars .webinar-filterlist .icon-container {
  width: 35px;
  height: 20px;
  float: left;
  cursor: pointer;
}
.tx-bgm-webinars .webinar-filterlist svg {
  width: 20px;
  height: 20px;
  color: #0097b2;
}
.tx-bgm-webinars .webinar-filterlist .title {
  float: left;
}
.tx-bgm-webinars .webinar-filterlist .col-theme {
  width: 60%;
  padding-left: 0;
}
.tx-bgm-webinars .webinar-filterlist .col-date {
  width: 30%;
  min-width: 190px;
}
.tx-bgm-webinars .webinar-filterlist .col-date .form-group .control-label {
  white-space: nowrap;
}
.tx-bgm-webinars .webinar-filterlist .col-button {
  width: 10%;
}
.tx-bgm-webinars .webinar-filterlist .button-inverse {
  margin: 0;
}
.tx-bgm-webinars .registration-form,
.tx-bgm-webinars .confirmation {
  padding-top: 3.5294117647rem;
  padding-bottom: 3.5294117647rem;
  background-color: #2c2a2b;
  color: #fff;
}
@media screen and (min-width: 75em) {
  .tx-bgm-webinars .registration-form,
  .tx-bgm-webinars .confirmation {
    padding-top: 7.6470588235rem;
    padding-bottom: 7.6470588235rem;
  }
}
.tx-bgm-webinars .registration-form span,
.tx-bgm-webinars .confirmation span {
  color: #fff;
}
.tx-bgm-webinars .registration-form .registration-form-inner,
.tx-bgm-webinars .confirmation .registration-form-inner {
  display: none;
}
.tx-bgm-webinars .registration-form a,
.tx-bgm-webinars .registration-form a:focus,
.tx-bgm-webinars .registration-form a:visited,
.tx-bgm-webinars .registration-form .icon-container,
.tx-bgm-webinars .confirmation a,
.tx-bgm-webinars .confirmation a:focus,
.tx-bgm-webinars .confirmation a:visited,
.tx-bgm-webinars .confirmation .icon-container {
  color: #0097b2;
}
.tx-bgm-webinars .registration-form .error,
.tx-bgm-webinars .registration-form .error-message,
.tx-bgm-webinars .confirmation .error,
.tx-bgm-webinars .confirmation .error-message {
  color: #ff0000 !important;
}
.tx-bgm-webinars .registration-form .radio,
.tx-bgm-webinars .confirmation .radio {
  margin-bottom: 1rem;
}
.tx-bgm-webinars .registration-form .error-message,
.tx-bgm-webinars .confirmation .error-message {
  display: none;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.tx-bgm-webinars .registration-form .flash-messages,
.tx-bgm-webinars .confirmation .flash-messages {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.tx-bgm-webinars .confirmation {
  text-align: center;
}
.tx-bgm-webinars .confirmation .confirmation-inner {
  width: 60%;
  margin: 0 auto;
}
.tx-bgm-webinars .confirmation .confirmation-inner .button,
.tx-bgm-webinars
  .confirmation
  .confirmation-inner
  #mainNav
  > ul
  > li.loginInMobileNav
  .button,
#mainNav
  > ul
  > li.loginInMobileNav
  .tx-bgm-webinars
  .confirmation
  .confirmation-inner
  .button {
  color: #2c2a2b;
}
.tx-bgm-webinars .confirmation .confirmation-inner .button:hover,
.tx-bgm-webinars
  .confirmation
  .confirmation-inner
  #mainNav
  > ul
  > li.loginInMobileNav
  .button:hover,
#mainNav
  > ul
  > li.loginInMobileNav
  .tx-bgm-webinars
  .confirmation
  .confirmation-inner
  .button:hover {
  color: #fff;
}
.tx-bgm-webinars .confirmation .icon-container {
  margin: 0 auto;
}
.tx-bgm-webinars .confirmation .icon-container,
.tx-bgm-webinars .confirmation svg {
  font-weight: normal;
  width: 30px;
  height: 30px;
}
.tx-bgm-webinars .tooltipTrigger {
  margin-left: 6px;
}
.tx-bgm-webinars .event-container-filterlist table {
  min-width: 37.6470588235rem;
}
.tx-bgm-webinars .event-container-filterlist table th,
.tx-bgm-webinars .event-container-filterlist table td {
  vertical-align: middle;
}
.reveal.info-content li {
  font-size: inherit;
}
@media only screen and (max-width: 460px) {
  .registration-form-inner .form-group > .control-label {
    font-size: 12px;
  }
}
.tx-portal2webfilialesso-pi1 {
  position: relative;
  z-index: 1;
  background: #fff;
}
#webfiliale_login {
  position: relative;
  z-index: 1;
  background: #fff;
}
#webfiliale_login button,
#webfiliale_login a.button,
#webfiliale_login #mainNav > ul > li.loginInMobileNav a.button,
#mainNav > ul > li.loginInMobileNav #webfiliale_login a.button {
  margin-bottom: 0.9411764706rem;
}
#webfiliale_login .input.checkbox label {
  white-space: nowrap;
}
#webfiliale_login .form-check {
  margin-bottom: 0.9411764706rem;
}
#fondssearch_risk_wrapper .modalTrigger {
  position: absolute;
  top: -25px;
  right: -25px;
}
#fondssearch button {
  width: 100%;
  padding: 0 1.4705882353rem;
}
#fondssearch #submitFondSearch,
#fondssearch #resetFondSearch {
  min-width: auto;
}
#fondssearch label {
  white-space: nowrap;
}
#fondssearch [type="text"],
#fondssearch [type="password"],
#fondssearch [type="date"],
#fondssearch [type="datetime"],
#fondssearch [type="datetime-local"],
#fondssearch [type="month"],
#fondssearch [type="week"],
#fondssearch [type="email"],
#fondssearch [type="number"],
#fondssearch [type="search"],
#fondssearch [type="tel"],
#fondssearch [type="time"],
#fondssearch [type="url"],
#fondssearch [type="color"],
#fondssearch textarea,
#fondssearch select,
#fondssearch div.input.checkbox {
  margin-bottom: 2.9411764706rem;
}
#toogleAdditionalSearch_wrapper {
  margin-bottom: 2.9411764706rem;
}
@media print, screen and (min-width: 40em) {
  #toogleAdditionalSearch_wrapper {
    height: 0;
    margin-bottom: 0;
  }
  #toogleAdditionalSearch {
    position: relative;
    top: -85px;
  }
}
#ftfondssearch_additionalSearch {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #ftfondssearch_additionalSearch {
    position: relative;
    top: -15px;
  }
}
@media screen and (min-width: 75em) {
  #ftfondssearch_additionalSearch {
    top: -35px;
  }
}
.ftfondssearchResultWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ftfondssearchResultWrapper table td > table {
  display: table;
  margin: 0;
}
.ftfondssearchResultWrapper table td > table thead,
.ftfondssearchResultWrapper table td > table tfoot,
.ftfondssearchResultWrapper table td > table tbody {
  background: transparent;
}
.ftfondssearchResultWrapper table td > table thead tr,
.ftfondssearchResultWrapper table td > table tfoot tr,
.ftfondssearchResultWrapper table td > table tbody tr {
  background: transparent;
}
.ftfondssearchResultWrapper .fondCount,
.ftfondssearchResultWrapper nav,
.ftfondssearchResultWrapper .placeholder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding-left: 0.5882352941rem;
  padding-right: 0.5882352941rem;
  background: #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ftfondssearchResultWrapper .table-scroll {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.ftfondssearchResultWrapper .table-scroll + nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: transparent;
}
.ftfondssearchResultWrapper tr {
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
}
.ftfondssearchResultWrapper tr.fondDetailOpen {
  background: #f2f2f2;
}
.ftfondssearchResultWrapper tr.fondDetailOpen .hideIfOpen {
  text-indent: -9999px;
}
.ftfondssearchResultWrapper .hiddenInit {
  background: #f2f2f2;
}
.ftfondssearchResultWrapper .hiddenInit > td {
  padding: 0;
}
.ftfondssearchResultWrapper .detailInfos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ftfondssearchResultWrapper .detailInfos > div {
  padding: 0.8235294118rem 0.5882352941rem;
  width: 85%;
}
@media print, screen and (min-width: 40em) {
  .ftfondssearchResultWrapper .detailInfos > div {
    width: 40%;
  }
}
@media print, screen and (min-width: 64em) {
  .ftfondssearchResultWrapper .detailInfos > div {
    width: 50%;
  }
}
.ftfondssearchResultWrapper .detailInfos > div .label {
  display: block;
  color: #959595;
  font-style: italic;
}
@media print, screen and (min-width: 64em) {
  .ftfondssearchResultWrapper .detailInfos > div:last-child {
    width: auto;
  }
}
.ftfondssearchResultWrapper .button,
.ftfondssearchResultWrapper #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav .ftfondssearchResultWrapper .button {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ftfondssearchResultWrapper .button,
  .ftfondssearchResultWrapper #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav .ftfondssearchResultWrapper .button {
    width: auto;
  }
}
.ftfondssearchResultWrapper .button.green,
.ftfondssearchResultWrapper #mainNav > ul > li.loginInMobileNav .green.button,
#mainNav > ul > li.loginInMobileNav .ftfondssearchResultWrapper .green.button {
  color: #fff;
  background: #8cde7e;
}
.updown {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.updown:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eplus%3C/title%3E%3Cg%3E%3Cline x1='10' x2='10' y2='20' fill='none' stroke='%23f60' stroke-width='2'/%3E%3Cline x1='20' y1='10' y2='10' fill='none' stroke='%23f60' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0097b2;
  stroke: #0097b2;
  margin: 0;
  width: 15px;
  height: 15px;
}
.open .updown:before,
.fondDetailOpen .updown:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eminus%3C/title%3E%3Cg%3E%3Cline x1='20' y1='10' y2='10' fill='none' stroke='%23f60' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.hiddenInit {
  display: none;
}
@media only screen and (max-width: 640px) {
  #fondssearch div.input.checkbox {
    margin-bottom: 20px;
  }
  #fondssearch [type="radio"] + span,
  #fondssearch [type="checkbox"] + span {
    font-size: 15px;
  }
  #fondssearch
    .cell.small-6.medium-4.medium-offset-4.large-offset-6.large-3.xlarge-offset-8.xlarge-2.text-right {
    text-align: left;
  }
  select#fondssearch_risk {
    background-position: right top 4px;
    padding-right: 6px;
  }
  #fondssearch_risk_wrapper label {
    left: 0.741176rem !important;
  }
  .checkbox-left {
    text-align: left !important;
  }
  #toogleAdditionalSearch_wrapper {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 374px) {
  #fondssearch button {
    padding: 0 0.470588rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 740px) {
  #toogleAdditionalSearch_wrapper {
    margin-top: 6px;
  }
  #fondssearch [type="radio"] + span,
  #fondssearch [type="checkbox"] + span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ftfondssearchResultWrapper .button,
  .ftfondssearchResultWrapper #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav .ftfondssearchResultWrapper .button {
    display: block;
    min-width: 170px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #toogleAdditionalSearch_wrapper {
    margin-top: 10px;
  }
}
.tx-isharescalculator .profile {
  border: 1px solid #f2f2f2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  margin-bottom: 2rem;
}
.tx-isharescalculator .profile .cell {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tx-isharescalculator .profile .cell:not(.investVal):hover,
.tx-isharescalculator .profile .cell.checked {
  border: 1px solid #2c2a2b;
  -webkit-box-shadow: 0px 0px 40px #0000001a;
  box-shadow: 0px 0px 40px #0000001a;
}
.tx-isharescalculator .profile .cell [type="radio"] + span::after {
  top: 11px;
}
.tx-isharescalculator .profile .typeImage {
  text-align: center;
  margin-bottom: 1rem;
}
.tx-isharescalculator .profile [type="radio"] + span::before {
  top: 6px;
}
.tx-isharescalculator .profile button.button,
.tx-isharescalculator
  .profile
  #mainNav
  > ul
  > li.loginInMobileNav
  button.button,
#mainNav
  > ul
  > li.loginInMobileNav
  .tx-isharescalculator
  .profile
  button.button {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}
.tx-isharescalculator .inner {
  padding: 2rem;
}
.tx-isharescalculator .price {
  font-size: 16px;
  display: table-cell;
}
.tx-isharescalculator .amountVal {
  font-size: 16px;
}
.tx-isharescalculator .isharestypeHeader {
  font-weight: bold;
}
.tx-isharescalculator .buyButton {
  display: inline-block;
  border: 1px solid #eaeaea;
  margin: 0 0.2941176471rem;
  padding: 0.2941176471rem 0.5882352941rem;
  font-weight: 700;
  color: #8cde7e;
  border-color: #8cde7e;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.tx-isharescalculator .buyButton:hover {
  background: #8cde7e;
  color: #fff;
}
.tx-isharescalculator .accumRessult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tx-isharescalculator .accumRessult > div {
  padding: 0;
}
.tx-isharescalculator .accumRessult .iconContainer {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 0;
}
.tx-isharescalculator table tr.hideRow {
  display: none;
}
.tx-isharescalculator table th,
.tx-isharescalculator table td {
  vertical-align: middle;
}
.typeColor {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.isharesType0 .typeColor {
  background: #0097b2;
}
.isharesType1 .typeColor {
  background: #ff8c40;
}
.isharesType2 .typeColor {
  background: #ffa366;
}
.isharesType3 .typeColor {
  background: #ffc299;
}
.investVal {
  background: #f2f2f2;
}
.investVal input {
  text-align: center;
  padding: 0.7058823529rem;
}
.investVal small {
  display: block;
  color: #2c2a2b;
}
.tx-felogin-pi1 form,
.frame-type-felogin_login form {
  margin-top: 1em;
}
.tx-felogin-pi1 .submit,
.frame-type-felogin_login .submit {
  width: 100%;
  margin-top: 10px;
}
.tx-felogin-pi1 .error,
.frame-type-felogin_login .error {
  color: #e20016;
}
.tx-felogin-pi1 .back-to-login,
.frame-type-felogin_login .back-to-login {
  padding-top: 25px;
}
*:focus {
  outline: none;
}
#page-281 #pageWrapper #pageMain,
#page-281 #pageWrapper #fixed-section {
  background: #fff;
}
@media (max-width: 350px) {
  a.button,
  #mainNav > ul > li.loginInMobileNav a.button {
    white-space: nowrap;
  }
}
#ajaxModal {
  width: 80%;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 0px;
}
#ajaxModal .grid-container .button,
#ajaxModal .grid-container #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav #ajaxModal .grid-container .button {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  #ajaxModal .grid-container .button,
  #ajaxModal .grid-container #mainNav > ul > li.loginInMobileNav .button,
  #mainNav > ul > li.loginInMobileNav #ajaxModal .grid-container .button {
    min-width: 280px;
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 860px) {
  #ajaxModal {
    width: 80%;
  }
  #ajaxModal .ce-textpic.ce-above.ce-center .assetsWrapper,
  #ajaxModal .ce-above.ce-center.ce-image .assetsWrapper,
  #ajaxModal .ce-above.ce-center.ce-image .assetsWrapper,
  #ajaxModal .ce-textpic.ce-below.ce-center .assetsWrapper,
  #ajaxModal .ce-below.ce-center.ce-image .assetsWrapper,
  #ajaxModal .ce-below.ce-center.ce-image .assetsWrapper {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 460px) {
  #ajaxModal {
    width: 95%;
    padding-top: 40px;
  }
}
body {
  -webkit-font-feature-settings: "ss02", "ss05";
  -moz-font-feature-settings: "ss02", "ss05";
  font-feature-settings: "ss02", "ss05";
}
#SgCookieOptin {
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 67.5em) {
  body.hideChat #moin-ai-container {
    display: none !important;
  }
}
@media screen and (min-width: 100em) {
  body.hideChat #moin-ai-container {
    display: block !important;
  }
}
#desktopSearch.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
  padding-right: 0px;
  margin-right: 2px;
}
#pageWrapper.header-appcounter:not(.landingpage) #pageHeader {
  height: auto !important;
}
#pageWrapper.header-appcounter:not(.landingpage) #stage {
  top: 268px;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-appcounter:not(.landingpage) #stage {
    top: 148px;
  }
}
@media screen and (min-width: 75em) {
  #pageWrapper.header-appcounter:not(.landingpage) #stage {
    top: 180px;
  }
}
#pageWrapper.header-appcounter:not(.landingpage) #pageMain,
#pageWrapper.header-appcounter:not(.landingpage) #fixed-section {
  margin-top: 140px;
}
@media print, screen and (min-width: 64em) {
  #pageWrapper.header-appcounter:not(.landingpage) #pageMain,
  #pageWrapper.header-appcounter:not(.landingpage) #fixed-section {
    top: 90px;
  }
}
#pageHeader #topCounter {
  top: 0;
  left: 0;
  right: 0;
  background: #f8e0ca;
  -webkit-box-shadow: 0px 0px 70px #00000033;
  box-shadow: 0px 0px 70px #00000033;
  margin-top: 0;
  padding-top: 14px;
}
@media print, screen and (min-width: 64em) {
  #pageHeader #topCounter {
    height: 78px;
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader #topCounter {
    height: 90px;
    padding-top: 10px;
  }
}
#pageHeader #topCounter .inner {
  position: relative;
}
#pageHeader #topCounter .inner > div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#pageHeader #topCounter .inner > div.landingPageHeaderContent {
  display: block;
  text-align: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#pageHeader #topCounter .inner > div.landingPageHeaderContent span {
  display: block;
  color: #2c2a2b;
  font-size: 0.8235294118rem;
}
@media print, screen and (min-width: 48em) {
  #pageHeader #topCounter .inner > div.landingPageHeaderContent span {
    font-size: 1.0588235294rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageHeader #topCounter .inner > div.landingPageHeaderContent span {
    font-size: 0.9411764706rem;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader #topCounter .inner > div.landingPageHeaderContent span {
    font-size: 1.0588235294rem;
  }
}
#pageHeader
  #topCounter
  .inner
  > div.landingPageHeaderContent
  span.campaignPhrase {
  font-size: 0.8235294118rem;
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span.campaignPhrase {
    font-size: 1.2352941176rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span.campaignPhrase {
    font-size: 0.9411764706rem;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader
    #topCounter
    .inner
    > div.landingPageHeaderContent
    span.campaignPhrase {
    font-size: 1.2352941176rem;
  }
}
#pageHeader #topCounter .inner > div.desktopAccount {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  margin-left: 0.5882352941rem;
  margin-right: 0.5882352941rem;
  text-align: center;
  margin: 0;
  width: 100%;
}
#pageHeader #topCounter .inner > div.desktopAccount .button {
  font-size: 0.8235294118rem;
  line-height: 1.7647058824rem;
}
@media print, screen and (min-width: 48em) {
  #pageHeader #topCounter .inner > div.desktopAccount .button {
    font-size: 1.0588235294rem;
    line-height: 2.8235294118rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageHeader #topCounter .inner > div.desktopAccount .button {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  #pageHeader #topCounter .inner > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageHeader #topCounter .inner > div.landingPageHeaderContent {
    display: block;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
  }
  #pageHeader #topCounter .inner > div.desktopAccount {
    display: block;
    text-align: right;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(33.3333333333% - 1.7647058824rem);
    width: calc(33.3333333333% - 1.7647058824rem);
    margin-left: 0.8823529412rem;
    margin-right: 0.8823529412rem;
    margin-right: 70px;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader #topCounter .inner > div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
  }
  #pageHeader #topCounter .inner > div.landingPageHeaderContent {
    display: block;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
  }
  #pageHeader #topCounter .inner > div.desktopAccount {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(33.3333333333% - 1.1764705882rem);
    width: calc(33.3333333333% - 1.1764705882rem);
    margin-left: 0.5882352941rem;
    margin-right: 0.5882352941rem;
    display: block;
    text-align: right;
    margin-bottom: 0;
    margin-right: 80px;
  }
}
#pageHeader #topCounter .landingPageHeaderContent {
  text-align: left;
}
#pageHeader #topCounter .landingPageHeaderContent .campaignPhrase {
  color: #2c2a2b;
}
#pageHeader #topCounter .close-button {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 26px;
  height: 32px;
  border: none;
  text-align: center;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  cursor: pointer;
}
@media print, screen and (min-width: 48em) {
  #pageHeader #topCounter .close-button svg {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 48em) {
  #pageHeader #topCounter .close-button {
    top: 30px;
    right: 61px;
    width: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageHeader #topCounter .close-button {
    top: 26px;
    right: 20px;
  }
}
@media screen and (min-width: 75em) {
  #pageHeader #topCounter .close-button {
    top: 24px;
  }
}
@media print, screen and (min-width: 64em) {
  #page-2 .cell.medium-6.large-3,
  #page-23665 .cell.medium-6.large-3,
  #page-23656 .cell.medium-6.large-3,
  #page-23666 .cell.medium-6.large-3,
  #page-22241 .cell.medium-6.large-3 {
    max-width: 200px;
    margin: 0;
  }
  #page-2 .cell.medium-6.large-3 span.awards,
  #page-23665 .cell.medium-6.large-3 span.awards,
  #page-23656 .cell.medium-6.large-3 span.awards,
  #page-23666 .cell.medium-6.large-3 span.awards,
  #page-22241 .cell.medium-6.large-3 span.awards {
    white-space: nowrap;
  }
  #page-2 .cell.medium-6.large-3:first-child,
  #page-23665 .cell.medium-6.large-3:first-child,
  #page-23656 .cell.medium-6.large-3:first-child,
  #page-23666 .cell.medium-6.large-3:first-child,
  #page-22241 .cell.medium-6.large-3:first-child {
    margin-left: 22px;
    max-width: 145px;
  }
  #page-2 .cell.medium-6.large-3:last-child,
  #page-23665 .cell.medium-6.large-3:last-child,
  #page-23656 .cell.medium-6.large-3:last-child,
  #page-23666 .cell.medium-6.large-3:last-child,
  #page-22241 .cell.medium-6.large-3:last-child {
    max-width: 314px;
  }
}
#page-2 .noRightMargin p.subheader,
#page-23665 .noRightMargin p.subheader,
#page-23656 .noRightMargin p.subheader,
#page-23666 .noRightMargin p.subheader,
#page-22241 .noRightMargin p.subheader {
  margin-bottom: 16px;
}
@media print, screen and (max-width: 767px) {
  #page-2 .noRightMargin p.subheader,
  #page-23665 .noRightMargin p.subheader,
  #page-23656 .noRightMargin p.subheader,
  #page-23666 .noRightMargin p.subheader,
  #page-22241 .noRightMargin p.subheader {
    margin-bottom: 8px;
  }
  #page-2 .noRightMargin p.subheader .size30,
  #page-23665 .noRightMargin p.subheader .size30,
  #page-23656 .noRightMargin p.subheader .size30,
  #page-23666 .noRightMargin p.subheader .size30,
  #page-22241 .noRightMargin p.subheader .size30 {
    line-height: 26px;
    font-size: 16px;
  }
  #page-2 .size18,
  #page-2 #contentFixedMenu .frame-type-menu_anchor ul li a,
  #contentFixedMenu .frame-type-menu_anchor ul li #page-2 a,
  #page-23665 .size18,
  #page-23665 #contentFixedMenu .frame-type-menu_anchor ul li a,
  #contentFixedMenu .frame-type-menu_anchor ul li #page-23665 a,
  #page-23656 .size18,
  #page-23656 #contentFixedMenu .frame-type-menu_anchor ul li a,
  #contentFixedMenu .frame-type-menu_anchor ul li #page-23656 a,
  #page-23666 .size18,
  #page-23666 #contentFixedMenu .frame-type-menu_anchor ul li a,
  #contentFixedMenu .frame-type-menu_anchor ul li #page-23666 a,
  #page-22241 .size18,
  #page-22241 #contentFixedMenu .frame-type-menu_anchor ul li a,
  #contentFixedMenu .frame-type-menu_anchor ul li #page-22241 a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
  }
}
#page-2 .cell.medium-6.large-3 .text-center,
#page-23665 .cell.medium-6.large-3 .text-center,
#page-23656 .cell.medium-6.large-3 .text-center,
#page-23666 .cell.medium-6.large-3 .text-center,
#page-22241 .cell.medium-6.large-3 .text-center {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  #page-2 .cell.medium-6.large-3 .text-center,
  #page-23665 .cell.medium-6.large-3 .text-center,
  #page-23656 .cell.medium-6.large-3 .text-center,
  #page-23666 .cell.medium-6.large-3 .text-center,
  #page-22241 .cell.medium-6.large-3 .text-center {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #page-2 .cell.medium-6.large-3,
  #page-2 .cell.medium-6.large-4,
  #page-2 .cell.medium-12.large-4,
  #page-23665 .cell.medium-6.large-3,
  #page-23665 .cell.medium-6.large-4,
  #page-23665 .cell.medium-12.large-4,
  #page-23656 .cell.medium-6.large-3,
  #page-23656 .cell.medium-6.large-4,
  #page-23656 .cell.medium-12.large-4,
  #page-23666 .cell.medium-6.large-3,
  #page-23666 .cell.medium-6.large-4,
  #page-23666 .cell.medium-12.large-4,
  #page-22241 .cell.medium-6.large-3,
  #page-22241 .cell.medium-6.large-4,
  #page-22241 .cell.medium-12.large-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
.container3ColSpecial {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .container3ColSpecial {
    padding-left: 10px;
    padding-right: 0;
    margin-right: -20px;
  }
}
.container3ColSpecial span.trans {
  display: block;
  margin-top: -2px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 18px;
}
@media print, screen and (min-width: 48em) {
  .container3ColSpecial span.trans {
    margin-bottom: 20px;
  }
}
.container3ColSpecial .teaser,
.container3ColSpecial .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter .container3ColSpecial .successMessage {
  min-height: 212px;
  padding: 20px;
  padding-top: 46px;
  padding-bottom: 0;
  background-color: rgba(196, 196, 196, 0.2);
}
@media print, screen and (min-width: 48em) {
  .container3ColSpecial .teaser,
  .container3ColSpecial .inner-type-panel_newsletter .successMessage,
  .inner-type-panel_newsletter .container3ColSpecial .successMessage {
    padding-top: 72px;
    min-height: 320px;
  }
}
.container3ColSpecial .teaser p,
.container3ColSpecial .inner-type-panel_newsletter .successMessage p,
.inner-type-panel_newsletter .container3ColSpecial .successMessage p {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
  margin-bottom: 10px;
}
.container3ColSpecial .teaser span.size18,
.container3ColSpecial .inner-type-panel_newsletter .successMessage span.size18,
.inner-type-panel_newsletter .container3ColSpecial .successMessage span.size18 {
  font-size: 0.8235294118rem;
  line-height: 1.1764705882rem;
  display: inline-block;
  max-width: 100%;
}
.container3ColSpecial .teaser span.size18 br,
.container3ColSpecial
  .inner-type-panel_newsletter
  .successMessage
  span.size18
  br,
.inner-type-panel_newsletter
  .container3ColSpecial
  .successMessage
  span.size18
  br {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .container3ColSpecial .teaser span.size18 br,
  .container3ColSpecial
    .inner-type-panel_newsletter
    .successMessage
    span.size18
    br,
  .inner-type-panel_newsletter
    .container3ColSpecial
    .successMessage
    span.size18
    br {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .container3ColSpecial .teaser span.size18,
  .container3ColSpecial
    .inner-type-panel_newsletter
    .successMessage
    span.size18,
  .inner-type-panel_newsletter
    .container3ColSpecial
    .successMessage
    span.size18 {
    font-size: 1.0588235294rem;
    line-height: 1.6470588235rem;
    max-width: 100%;
  }
}
.container3ColSpecial .teaser span.size40,
.container3ColSpecial .inner-type-panel_newsletter .successMessage span.size40,
.inner-type-panel_newsletter .container3ColSpecial .successMessage span.size40 {
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
}
@media print, screen and (min-width: 64em) {
  .container3ColSpecial .teaser span.size40,
  .container3ColSpecial
    .inner-type-panel_newsletter
    .successMessage
    span.size40,
  .inner-type-panel_newsletter
    .container3ColSpecial
    .successMessage
    span.size40 {
    font-size: 2.3529411765rem;
    line-height: 2.5882352941rem;
  }
}
.container3ColSpecial .cell {
  margin-bottom: 20px;
}
.container3ColSpecial .cell.medium-12,
.container3ColSpecial .grid-x > .medium-12 {
  margin-bottom: 0;
}
.container3ColSpecial .cell.medium-12.large-4 {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .container3ColSpecial .grid-x .cell {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .container3ColSpecial .grid-margin-x > .medium-6 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .container3ColSpecial .grid-margin-x > .cell {
    margin-left: 10px;
    margin-right: 10px;
  }
  .container3ColSpecial .grid-margin-x .cell.medium-12.large-4 {
    margin-right: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 64em) {
  .container3ColSpecial .grid-margin-x .large-4,
  .container3ColSpecial .grid-margin-x .cell.medium-12.large-4 {
    width: -webkit-calc(33.3333333333% - 20px);
    width: calc(33.3333333333% - 20px);
  }
}
@media print, screen and (min-width: 48em) {
  .container3ColSpecial {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.container3ColSpecial .cell.medium-12.large-4 {
  margin-bottom: 0;
}
.frame-full-width-nopadding .teaser .teaser_text p,
.frame-full-width-nopadding
  .inner-type-panel_newsletter
  .successMessage
  .teaser_text
  p,
.inner-type-panel_newsletter
  .frame-full-width-nopadding
  .successMessage
  .teaser_text
  p {
  margin-bottom: 0;
}
.frame-full-width-nopadding .cell.medium-6:first-child {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:first-child {
    display: block;
  }
}
.frame-full-width-nopadding .cell.medium-6:first-child .teaser,
.frame-full-width-nopadding
  .cell.medium-6:first-child
  .inner-type-panel_newsletter
  .successMessage,
.inner-type-panel_newsletter
  .frame-full-width-nopadding
  .cell.medium-6:first-child
  .successMessage {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:first-child .teaser,
  .frame-full-width-nopadding
    .cell.medium-6:first-child
    .inner-type-panel_newsletter
    .successMessage,
  .inner-type-panel_newsletter
    .frame-full-width-nopadding
    .cell.medium-6:first-child
    .successMessage {
    padding-top: 53px;
    padding-left: 32px;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
@media print, screen and (min-width: 64em) {
  .frame-full-width-nopadding .cell.medium-6:first-child .teaser,
  .frame-full-width-nopadding
    .cell.medium-6:first-child
    .inner-type-panel_newsletter
    .successMessage,
  .inner-type-panel_newsletter
    .frame-full-width-nopadding
    .cell.medium-6:first-child
    .successMessage {
    padding-left: 32px;
  }
}
@media screen and (min-width: 75em) {
  .frame-full-width-nopadding .cell.medium-6:first-child .teaser,
  .frame-full-width-nopadding
    .cell.medium-6:first-child
    .inner-type-panel_newsletter
    .successMessage,
  .inner-type-panel_newsletter
    .frame-full-width-nopadding
    .cell.medium-6:first-child
    .successMessage {
    padding-left: 96px;
  }
}
.frame-full-width-nopadding .cell.medium-6:first-child .teaser_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-height: 154px;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:first-child .teaser_text {
    min-height: 201px;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
@media screen and (min-width: 75em) {
  .frame-full-width-nopadding .cell.medium-6:first-child .teaser_text {
    min-height: 247px;
  }
}
.frame-full-width-nopadding .cell.medium-6:first-child .teaser_text p {
  margin-bottom: 0;
}
.frame-full-width-nopadding .cell.medium-6:last-child {
  background: #0097b2;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:last-child {
    background: #0097b2;
    width: 50%;
  }
}
.frame-full-width-nopadding .cell.medium-6:last-child .inner-layout-5 .teaser,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .inner-layout-5
  .inner-type-panel_newsletter
  .successMessage,
.inner-type-panel_newsletter
  .frame-full-width-nopadding
  .cell.medium-6:last-child
  .inner-layout-5
  .successMessage {
  background: #0097b2;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:last-child .inner-layout-5 .teaser,
  .frame-full-width-nopadding
    .cell.medium-6:last-child
    .inner-layout-5
    .inner-type-panel_newsletter
    .successMessage,
  .inner-type-panel_newsletter
    .frame-full-width-nopadding
    .cell.medium-6:last-child
    .inner-layout-5
    .successMessage {
    background: #0097b2;
  }
}
.frame-full-width-nopadding .cell.medium-6:last-child .teaser,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .inner-type-panel_newsletter
  .successMessage,
.inner-type-panel_newsletter
  .frame-full-width-nopadding
  .cell.medium-6:last-child
  .successMessage {
  padding: 0;
}
.frame-full-width-nopadding .cell.medium-6:last-child .teaser_text {
  width: 100%;
  height: 127px;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:last-child .teaser_text {
    height: 100%;
  }
}
.frame-full-width-nopadding .cell.medium-6:last-child .teaser_text p {
  line-height: 127px !important;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:last-child .teaser_text p {
    line-height: 1.4705882353rem !important;
  }
}
.frame-full-width-nopadding .cell.medium-6:last-child .teaser_text a {
  font-size: 1.6470588235rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .cell.medium-6:last-child .teaser_text a {
    position: absolute;
    top: auto;
    bottom: 30px;
    width: auto;
    left: 42px;
  }
}
@media screen and (min-width: 75em) {
  .frame-full-width-nopadding .cell.medium-6:last-child .teaser_text a {
    font-size: 38px;
  }
}
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .teaser_text
  .ce-textpic.ce-above,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .teaser_text
  .ce-above.ce-image,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .teaser_text
  .ce-above.ce-image,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .teaser_text
  .ce-textpic.ce-below,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .teaser_text
  .ce-below.ce-image,
.frame-full-width-nopadding
  .cell.medium-6:last-child
  .teaser_text
  .ce-below.ce-image {
  margin-right: -10px;
}
.frame-full-width-nopadding .inner-type-panel_text .teaser_text p {
  margin-bottom: 0;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .frame-full-width-nopadding .inner-type-panel_text .teaser_text p {
    text-align: left;
  }
}
.frame-full-width-nopadding .ce-textpic.ce-above,
.frame-full-width-nopadding .ce-above.ce-image,
.frame-full-width-nopadding .ce-above.ce-image,
.frame-full-width-nopadding .ce-textpic.ce-below,
.frame-full-width-nopadding .ce-below.ce-image,
.frame-full-width-nopadding .ce-below.ce-image {
  margin-right: -10px;
}
.grid-container.noRightMargin {
  padding-left: 2rem;
}
@media print, screen and (min-width: 64em) {
  .grid-container.noRightMargin {
    margin-right: -1rem;
    padding-right: 0;
  }
}
@media screen and (min-width: 80.625em) {
  .grid-container.noRightMargin {
    margin-right: auto;
  }
}
@media screen and (min-width: 112.5em) {
  .grid-container.noRightMargin {
    position: relative;
  }
}
.grid-container.noRightMargin .noInnerMargins {
  margin: 0;
  padding: 0;
}
.grid-container.noRightMargin .noInnerMargins > * {
  margin: 0 !important;
  padding: 0 !important;
}
.grid-container.noRightMargin .noInnerMargins .ce-textpic.ce-above,
.grid-container.noRightMargin .noInnerMargins .ce-above.ce-image,
.grid-container.noRightMargin .noInnerMargins .ce-above.ce-image,
.grid-container.noRightMargin .noInnerMargins .ce-textpic.ce-below,
.grid-container.noRightMargin .noInnerMargins .ce-below.ce-image,
.grid-container.noRightMargin .noInnerMargins .ce-below.ce-image {
  margin: 0 !important;
}
.grid-container.noRightMargin .noInnerMargins .assetsWrapper {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.grid-container.noRightMargin .noInnerMargins .assetsWrapper .asset {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
@media screen and (min-width: 75em) {
  .grid-container.noRightMargin .noInnerMargins {
    position: absolute;
    right: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 91.625em) {
  .grid-container.noRightMargin .noInnerMargins {
    margin-right: 0;
    right: 28px;
  }
}
.grid-container.noRightMargin .cell.large-5.xxlarge-6.noInnerMargins {
  padding-left: 0;
}
@media print, screen and (min-width: 64em) {
  .grid-container.noRightMargin .cell.large-5.xxlarge-6.noInnerMargins {
    padding-left: 20px;
  }
}
@media screen and (min-width: 75em) {
  .grid-container.noRightMargin .cell.large-5.xxlarge-6.noInnerMargins {
    padding-left: 0;
  }
}
.grid-container.noRightMargin .cell.large-7.xxlarge-6 .inner-type-image > * {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
@media print, screen and (min-width: 40em) {
  .button-time {
    margin-right: 20px;
    margin-bottom: 17px;
  }
}
.show-for-large-hide-for-xlarge {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .show-for-large-hide-for-xlarge {
    display: block;
  }
}
.show-for-xlarge-hide-for-xxlarge {
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .show-for-xlarge-hide-for-xxlarge {
    display: block;
  }
}
.show-for-ipad {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .show-for-ipad {
    display: block;
  }
}
.hide-for-ipad {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .hide-for-ipad {
    display: none;
  }
}
.padding-before-freeedom {
  padding-top: 50px;
  padding-bottom: 54px;
  margin-top: 70px;
}
.padding-before-freeedom h2.size53,
.padding-before-freeedom .tx-bgm-webinars h1.size53,
.tx-bgm-webinars .padding-before-freeedom h1.size53 {
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .padding-before-freeedom {
    padding-top: 70px;
    padding-bottom: 113px;
    margin-top: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-before-freeedom {
    padding-top: 70px;
    padding-bottom: 127px;
    margin-top: 104px;
  }
}
@media screen and (min-width: 75em) {
  .padding-before-freeedom {
    padding-bottom: 153px;
    margin-top: 157px;
  }
}
@media screen and (min-width: 90em) {
  .padding-before-freeedom {
    margin-top: 134px;
  }
}
.padding-before-freeedom p {
  margin-bottom: 41px;
}
.padding-before-freeedom p span.size41 {
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
}
@media print, screen and (min-width: 64em) {
  .padding-before-freeedom p span.size41 {
    font-size: 2.4117647059rem;
    line-height: 3.4705882353rem;
  }
}
@media print, screen and (min-width: 48em) {
  .padding-before-freeedom p {
    margin-bottom: 73px;
    font-size: 2.4117647059rem;
    line-height: 3.4705882353rem;
  }
}
@media print, screen and (min-width: 64em) {
  .padding-before-freeedom p {
    margin-bottom: 87px;
  }
}
@media screen and (min-width: 75em) {
  .padding-before-freeedom p {
    margin-bottom: 86px;
  }
}
@media print, screen and (min-width: 48em) {
  .padding-before-freeedom .grid-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 75em) {
  .padding-before-freeedom .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.padding-before-freeedom .grid-container .grid-container {
  padding-left: 6px;
  padding-right: 6px;
}
.padding-before-freeedom span#conditions {
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
  line-height: 1;
  margin-top: 14px;
  display: inline-block;
}
.padding-before-freeedom span#conditions span.modalTrigger {
  width: 16px;
  height: 17px;
  top: -1px;
}
@media print, screen and (min-width: 48em) {
  #pageMain .container3ColforMedium .medium-4.large-4,
  #pageWrapper #fixed-section .container3ColforMedium .medium-4.large-4,
  #pageMain .twoColSmallgutter .medium-4.large-4,
  #pageWrapper #fixed-section .twoColSmallgutter .medium-4.large-4 {
    width: -webkit-calc(33.3333333333% - 30px);
    width: calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
#pageMain .container3ColforMedium .cell,
#pageWrapper #fixed-section .container3ColforMedium .cell,
#pageMain .twoColSmallgutter .cell,
#pageWrapper #fixed-section .twoColSmallgutter .cell {
  margin-bottom: 14px;
}
#pageMain .container3ColforMedium .cell .asset,
#pageWrapper #fixed-section .container3ColforMedium .cell .asset,
#pageMain .twoColSmallgutter .cell .asset,
#pageWrapper #fixed-section .twoColSmallgutter .cell .asset {
  margin-left: 8px;
  margin-right: 8px;
}
#pageMain .container3ColforMedium .cell .ce-image .asset,
#pageWrapper #fixed-section .container3ColforMedium .cell .ce-image .asset,
#pageMain .twoColSmallgutter .cell .ce-image .asset,
#pageWrapper #fixed-section .twoColSmallgutter .cell .ce-image .asset {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 48em) {
  #pageMain .container3ColforMedium .cell .ce-image .asset,
  #pageWrapper #fixed-section .container3ColforMedium .cell .ce-image .asset,
  #pageMain .twoColSmallgutter .cell .ce-image .asset,
  #pageWrapper #fixed-section .twoColSmallgutter .cell .ce-image .asset {
    margin-bottom: 25px;
  }
}
#pageMain .container3ColforMedium .cell p,
#pageWrapper #fixed-section .container3ColforMedium .cell p,
#pageMain .twoColSmallgutter .cell p,
#pageWrapper #fixed-section .twoColSmallgutter .cell p {
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
}
@media print, screen and (min-width: 48em) {
  #pageMain .container3ColforMedium .cell p,
  #pageWrapper #fixed-section .container3ColforMedium .cell p,
  #pageMain .twoColSmallgutter .cell p,
  #pageWrapper #fixed-section .twoColSmallgutter .cell p {
    font-size: 0.8235294118rem;
    line-height: 1.1764705882rem;
  }
}
@media print, screen and (min-width: 64em) {
  #pageMain .container3ColforMedium .cell p,
  #pageWrapper #fixed-section .container3ColforMedium .cell p,
  #pageMain .twoColSmallgutter .cell p,
  #pageWrapper #fixed-section .twoColSmallgutter .cell p {
    font-size: 1.0588235294rem;
    line-height: 1.6470588235rem;
  }
}
#pageMain .container3ColforMedium .cell .size30,
#pageWrapper #fixed-section .container3ColforMedium .cell .size30,
#pageMain .twoColSmallgutter .cell .size30,
#pageWrapper #fixed-section .twoColSmallgutter .cell .size30 {
  font-size: 21px;
  line-height: 40px;
  display: inline-block;
}
#pageMain .container3ColforMedium .cell .size30 .x-after:after,
#pageWrapper
  #fixed-section
  .container3ColforMedium
  .cell
  .size30
  .x-after:after,
#pageMain .twoColSmallgutter .cell .size30 .x-after:after,
#pageWrapper #fixed-section .twoColSmallgutter .cell .size30 .x-after:after {
  top: -16px;
  right: 6px;
}
@media print, screen and (min-width: 48em) {
  #pageMain .container3ColforMedium .cell .size30,
  #pageWrapper #fixed-section .container3ColforMedium .cell .size30,
  #pageMain .twoColSmallgutter .cell .size30,
  #pageWrapper #fixed-section .twoColSmallgutter .cell .size30 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 64em) {
  #pageMain .container3ColforMedium .cell .size30,
  #pageWrapper #fixed-section .container3ColforMedium .cell .size30,
  #pageMain .twoColSmallgutter .cell .size30,
  #pageWrapper #fixed-section .twoColSmallgutter .cell .size30 {
    font-size: 1.7647058824rem;
    line-height: 2.0588235294rem;
  }
  #pageMain .container3ColforMedium .cell .size30 .x-after:after,
  #pageWrapper
    #fixed-section
    .container3ColforMedium
    .cell
    .size30
    .x-after:after,
  #pageMain .twoColSmallgutter .cell .size30 .x-after:after,
  #pageWrapper #fixed-section .twoColSmallgutter .cell .size30 .x-after:after {
    top: -24px;
    right: 1px;
  }
}
@media print, screen and (min-width: 48em) {
  .twoColSmallgutter .grid-x > .medium-6 {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  html.mobile-device .container3ColSpecial .teaser,
  html.mobile-device
    .container3ColSpecial
    .inner-type-panel_newsletter
    .successMessage,
  .inner-type-panel_newsletter
    html.mobile-device
    .container3ColSpecial
    .successMessage {
    padding-top: 50px;
    min-height: 340px !important;
  }
}
@media (max-width: 768px) {
  .container3ColSpecial .teaser,
  .container3ColSpecial .inner-type-panel_newsletter .successMessage,
  .inner-type-panel_newsletter .container3ColSpecial .successMessage {
    padding-bottom: 30px;
  }
}
#conditions span.orange {
  color: #0097b2 !important;
}
#c40946 .twoColSmallgutter .cell p {
  margin-right: 20px !important;
}
.odometer-inside {
  line-height: 1;
}
div#c40341 .teaser,
div#c40341 .inner-type-panel_newsletter .successMessage,
.inner-type-panel_newsletter div#c40341 .successMessage,
div#c40341 .teaser_text p {
  background: #2c2a2b;
  color: #fff;
}
.frame-full-width-nopadding {
  max-width: 1440px;
}
.tx-bgmfondstables .stars .star {
  padding-right: 0;
  position: inherit;
}
.tx-bgmfondstables span.star::after {
  background-image: none !important;
  content: "";
}
@media print, screen and (max-width: 1440px) {
  .frame-full-width-nopadding .grid-container .cell .assetsWrapper {
    margin: 0;
    width: 100%;
  }
}
#page-18121 #c37786 .teaser .teaser_text p,
#page-18121 #c37786 .inner-type-panel_newsletter .successMessage .teaser_text p,
.inner-type-panel_newsletter #page-18121 #c37786 .successMessage .teaser_text p,
#page-18126 #c37786 .teaser .teaser_text p,
#page-18126 #c37786 .inner-type-panel_newsletter .successMessage .teaser_text p,
.inner-type-panel_newsletter
  #page-18126
  #c37786
  .successMessage
  .teaser_text
  p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media print, screen and (min-width: 1023px) and (max-width: 1199px) {
  h2.size97,
  .tx-bgm-webinars h1.size97 {
    font-size: 95px;
  }
}
@media print, screen and (min-width: 639px) and (max-width: 1024px) {
  #page-18121 #c37816,
  #page-18126 #c38281 {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1600px) {
  #page-18121 #pageWrapper #pageMain.specialContent,
  #page-18121 #pageWrapper .specialContent#fixed-section,
  #page-18121 #pageWrapper .specialContent#fixed-section,
  #page-18126 #pageWrapper #pageMain.specialContent,
  #page-18126 #pageWrapper .specialContent#fixed-section,
  #page-18126 #pageWrapper .specialContent#fixed-section {
    background-position: center;
  }
}
@media print, screen and (max-width: 640px) {
  .landingpage #stage .stagecontent {
    margin-top: 55px;
  }
  #webfiliale_login a.button,
  #webfiliale_login #mainNav > ul > li.loginInMobileNav a.button,
  #mainNav > ul > li.loginInMobileNav #webfiliale_login a.button {
    padding-right: 0;
    padding-left: 0;
  }
}
table.price-comparison tbody td.flatex {
  border-color: #8cde7e !important;
}
table.price-comparison .flatex {
  background: #8cde7e !important;
  color: #2c2a2b !important;
}
table.price-comparison tbody tr:last-of-type td.flatex:before {
  background-color: #8cde7e !important;
}
@media print, screen and (min-width: 40em) {
  table.price-comparison tbody tr:last-of-type td.flatex:before {
    background-color: #8cde7e !important;
  }
}
#c40831 .assetsWrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media print, screen and (min-width: 1440px) {
  .frame-full-width-nopadding {
    max-width: 2560px !important;
    padding: 0;
  }
  .frame-full-width-nopadding .cell.medium-6:first-child .teaser,
  .frame-full-width-nopadding
    .cell.medium-6:first-child
    .inner-type-panel_newsletter
    .successMessage,
  .inner-type-panel_newsletter
    .frame-full-width-nopadding
    .cell.medium-6:first-child
    .successMessage {
    float: right;
    width: 700px;
  }
}
.frame-type-fullpageimage {
  text-align: center;
}
.frame-type-fullpageimage img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media print, screen and (max-width: 640px) {
  .frame-type-fullpageimage img {
    height: 300px;
  }
  .landingpage #stage.x-stage .stagecontent {
    margin-top: 0;
  }
}
#c58486-1 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58486-1 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58486-1 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58761-1 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58761-1 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58761-1 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset {
  margin-right: 0;
}
#c58486-1 .ce-textpic.ce-below .assetsWrapper,
#c58486-1 .ce-below.ce-image .assetsWrapper,
#c58486-1 .ce-below.ce-image .assetsWrapper,
#c58761-1 .ce-textpic.ce-below .assetsWrapper,
#c58761-1 .ce-below.ce-image .assetsWrapper,
#c58761-1 .ce-below.ce-image .assetsWrapper {
  margin-top: 16px;
}
#c58486-1 p,
#c58761-1 p {
  margin-bottom: 0;
  margin-right: 18px;
}
#c58486-1 .ce-textpic .asset,
#c58486-1 .ce-image .asset,
#c58486-1 .ce-image .asset,
#c58761-1 .ce-textpic .asset,
#c58761-1 .ce-image .asset,
#c58761-1 .ce-image .asset {
  margin-bottom: 0;
}
#c58486-1 .grid-container,
#c58761-1 .grid-container {
  padding-right: 0;
}
#c58486-1 .link-cta,
#c58486-1 .link-cta-arrow,
#c58486-1 .link-cta-arrow,
#c58761-1 .link-cta,
#c58761-1 .link-cta-arrow,
#c58761-1 .link-cta-arrow {
  font-size: 18px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  #c58171 .ce-bodytext,
  #c58761 .ce-bodytext,
  #c58766 .ce-bodytext,
  #c59651 .ce-bodytext,
  #c59701 .ce-bodytext,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8 .ce-bodytext {
    min-height: 204px;
  }
}
@media screen and (min-width: 70em) {
  #c58171 .ce-bodytext,
  #c58761 .ce-bodytext,
  #c58766 .ce-bodytext,
  #c59651 .ce-bodytext,
  #c59701 .ce-bodytext,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8 .ce-bodytext {
    min-height: 185px;
  }
}
@media screen and (min-width: 75em) {
  #c58171 .ce-bodytext,
  #c58761 .ce-bodytext,
  #c58766 .ce-bodytext,
  #c59651 .ce-bodytext,
  #c59701 .ce-bodytext,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8 .ce-bodytext {
    min-height: 180px;
  }
}
#c58171 .ce-bodytext p:first-of-type,
#c58761 .ce-bodytext p:first-of-type,
#c58766 .ce-bodytext p:first-of-type,
#c59651 .ce-bodytext p:first-of-type,
#c59701 .ce-bodytext p:first-of-type,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-bodytext
  p:first-of-type {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  #c58171 .ce-bodytext p:first-of-type,
  #c58761 .ce-bodytext p:first-of-type,
  #c58766 .ce-bodytext p:first-of-type,
  #c59651 .ce-bodytext p:first-of-type,
  #c59701 .ce-bodytext p:first-of-type,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-bodytext
    p:first-of-type {
    margin-bottom: 25px;
  }
}
#c58171 .ce-bodytext p:last-of-type,
#c58761 .ce-bodytext p:last-of-type,
#c58766 .ce-bodytext p:last-of-type,
#c59651 .ce-bodytext p:last-of-type,
#c59701 .ce-bodytext p:last-of-type,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-bodytext
  p:last-of-type {
  margin-bottom: 0;
}
#c58171 .ce-textpic.ce-below .assetsWrapper,
#c58171 .ce-below.ce-image .assetsWrapper,
#c58171 .ce-below.ce-image .assetsWrapper,
#c58761 .ce-textpic.ce-below .assetsWrapper,
#c58761 .ce-below.ce-image .assetsWrapper,
#c58761 .ce-below.ce-image .assetsWrapper,
#c58766 .ce-textpic.ce-below .assetsWrapper,
#c58766 .ce-below.ce-image .assetsWrapper,
#c58766 .ce-below.ce-image .assetsWrapper,
#c59651 .ce-textpic.ce-below .assetsWrapper,
#c59651 .ce-below.ce-image .assetsWrapper,
#c59651 .ce-below.ce-image .assetsWrapper,
#c59701 .ce-textpic.ce-below .assetsWrapper,
#c59701 .ce-below.ce-image .assetsWrapper,
#c59701 .ce-below.ce-image .assetsWrapper,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-textpic.ce-below
  .assetsWrapper,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-below.ce-image
  .assetsWrapper,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-below.ce-image
  .assetsWrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 64em) {
  #c58171 .ce-textpic.ce-below .assetsWrapper,
  #c58171 .ce-below.ce-image .assetsWrapper,
  #c58171 .ce-below.ce-image .assetsWrapper,
  #c58761 .ce-textpic.ce-below .assetsWrapper,
  #c58761 .ce-below.ce-image .assetsWrapper,
  #c58761 .ce-below.ce-image .assetsWrapper,
  #c58766 .ce-textpic.ce-below .assetsWrapper,
  #c58766 .ce-below.ce-image .assetsWrapper,
  #c58766 .ce-below.ce-image .assetsWrapper,
  #c59651 .ce-textpic.ce-below .assetsWrapper,
  #c59651 .ce-below.ce-image .assetsWrapper,
  #c59651 .ce-below.ce-image .assetsWrapper,
  #c59701 .ce-textpic.ce-below .assetsWrapper,
  #c59701 .ce-below.ce-image .assetsWrapper,
  #c59701 .ce-below.ce-image .assetsWrapper,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-textpic.ce-below
    .assetsWrapper,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-below.ce-image
    .assetsWrapper,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-below.ce-image
    .assetsWrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  #c58171 .ce-textpic.ce-below .assetsWrapper img,
  #c58171 .ce-below.ce-image .assetsWrapper img,
  #c58171 .ce-below.ce-image .assetsWrapper img,
  #c58761 .ce-textpic.ce-below .assetsWrapper img,
  #c58761 .ce-below.ce-image .assetsWrapper img,
  #c58761 .ce-below.ce-image .assetsWrapper img,
  #c58766 .ce-textpic.ce-below .assetsWrapper img,
  #c58766 .ce-below.ce-image .assetsWrapper img,
  #c58766 .ce-below.ce-image .assetsWrapper img,
  #c59651 .ce-textpic.ce-below .assetsWrapper img,
  #c59651 .ce-below.ce-image .assetsWrapper img,
  #c59651 .ce-below.ce-image .assetsWrapper img,
  #c59701 .ce-textpic.ce-below .assetsWrapper img,
  #c59701 .ce-below.ce-image .assetsWrapper img,
  #c59701 .ce-below.ce-image .assetsWrapper img,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-textpic.ce-below
    .assetsWrapper
    img,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-below.ce-image
    .assetsWrapper
    img,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-below.ce-image
    .assetsWrapper
    img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 64em) {
  #c58171 .ce-textpic.ce-below .assetsWrapper img,
  #c58171 .ce-below.ce-image .assetsWrapper img,
  #c58171 .ce-below.ce-image .assetsWrapper img,
  #c58761 .ce-textpic.ce-below .assetsWrapper img,
  #c58761 .ce-below.ce-image .assetsWrapper img,
  #c58761 .ce-below.ce-image .assetsWrapper img,
  #c58766 .ce-textpic.ce-below .assetsWrapper img,
  #c58766 .ce-below.ce-image .assetsWrapper img,
  #c58766 .ce-below.ce-image .assetsWrapper img,
  #c59651 .ce-textpic.ce-below .assetsWrapper img,
  #c59651 .ce-below.ce-image .assetsWrapper img,
  #c59651 .ce-below.ce-image .assetsWrapper img,
  #c59701 .ce-textpic.ce-below .assetsWrapper img,
  #c59701 .ce-below.ce-image .assetsWrapper img,
  #c59701 .ce-below.ce-image .assetsWrapper img,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-textpic.ce-below
    .assetsWrapper
    img,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-below.ce-image
    .assetsWrapper
    img,
  .frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
    .ce-below.ce-image
    .assetsWrapper
    img {
    aspect-ratio: unset;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#c58171 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c58171 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c58761 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c58761 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c58766 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c58766 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c59651 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c59651 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c59701 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"],
#c59701 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"],
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-textpic
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"],
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-image
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"] {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#c58171 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58171 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58171 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58761 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58761 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58761 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58766 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58766 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c58766 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c59651 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c59651 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c59651 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c59701 .ce-textpic .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c59701 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
#c59701 .ce-image .assetsWrapper .ce-gallery[data-ce-columns="1"] .asset,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-textpic
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-image
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset,
.frame.frame-default.frame-type-gridelements_pi1.frame-layout-8
  .ce-image
  .assetsWrapper
  .ce-gallery[data-ce-columns="1"]
  .asset {
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  #c59651 .ce-bodytext,
  #c59701 .ce-bodytext {
    min-height: 260px;
  }
}
@media screen and (min-width: 70em) {
  #c59651 .ce-bodytext,
  #c59701 .ce-bodytext {
    min-height: 230px;
  }
}
@media screen and (min-width: 75em) {
  #c59651 .ce-bodytext,
  #c59701 .ce-bodytext {
    min-height: 235px;
  }
}
#c58196,
#c59081,
#c59561 {
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: -15px;
}
@media print, screen and (min-width: 64em) {
  #c58196,
  #c59081,
  #c59561 {
    padding-top: 0;
    margin-bottom: 5px;
  }
}
#c58196 .ce-textpic.ce-below .assetsWrapper,
#c58196 .ce-below.ce-image .assetsWrapper,
#c58196 .ce-below.ce-image .assetsWrapper,
#c59081 .ce-textpic.ce-below .assetsWrapper,
#c59081 .ce-below.ce-image .assetsWrapper,
#c59081 .ce-below.ce-image .assetsWrapper,
#c59561 .ce-textpic.ce-below .assetsWrapper,
#c59561 .ce-below.ce-image .assetsWrapper,
#c59561 .ce-below.ce-image .assetsWrapper {
  margin-top: 16px;
}
#c58196 .grid-margin-x > .cell,
#c59081 .grid-margin-x > .cell,
#c59561 .grid-margin-x > .cell {
  margin-left: 0;
}
#c58196 ul,
#c59081 ul,
#c59561 ul {
  margin: 0;
  margin-left: -10px;
}
@media print, screen and (min-width: 48em) {
  #c58196 ul,
  #c59081 ul,
  #c59561 ul {
    margin-left: -5px;
  }
}
@media print, screen and (min-width: 64em) {
  #c58196 ul,
  #c59081 ul,
  #c59561 ul {
    margin: 0;
    margin-left: -10px;
  }
}
#c58196 ul li,
#c59081 ul li,
#c59561 ul li {
  padding-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  #c58746,
  #c59611,
  #c59741 {
    margin-bottom: 90px;
  }
}
#c59541 .button,
#c59541 #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav #c59541 .button,
#c58916 .button,
#c58916 #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav #c58916 .button,
#c65276 .button,
#c65276 #mainNav > ul > li.loginInMobileNav .button,
#mainNav > ul > li.loginInMobileNav #c65276 .button {
  margin-bottom: 5px;
}
#c59531,
#c58916,
#c65276 {
  min-height: 630px;
  min-height: clamp(630px, 480px + 25vw, 640px);
  padding-top: 30px;
}
@media screen and (min-width: 32.5em) {
  #c59531,
  #c58916,
  #c65276 {
    background-position-y: 0;
  }
}
#c59531 .button-time:before,
#c59531 .button-time:after,
#c58916 .button-time:before,
#c58916 .button-time:after,
#c65276 .button-time:before,
#c65276 .button-time:after {
  display: none;
}
#c59531 .link .button-time:before,
#c59531 .link .button-time:after,
#c58916 .link .button-time:before,
#c58916 .link .button-time:after,
#c65276 .link .button-time:before,
#c65276 .link .button-time:after {
  display: none;
}
#c59531 #risiko-hinweis,
#c58916 #risiko-hinweis,
#c65276 #risiko-hinweis {
  position: absolute;
  bottom: 10px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  left: 10px;
}
@media print, screen and (min-width: 640px) and (max-width: 1024px) {
  #page-2 #stage .stagecontent,
  #page-775 #stage .stagecontent {
    height: 665px;
  }
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
div#pageRiskLayer {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}
div#pageRiskLayer .inner {
  background-color: #fff;
  color: #000;
  max-width: 51ch;
  margin-inline: auto;
  padding: 20px;
  padding-right: 35px;
  position: relative;
  -webkit-box-shadow: 0 0 14px 1px #e5e5e5;
  box-shadow: 0 0 14px 1px #e5e5e5;
}
div#pageRiskLayer .inner p {
  margin: 0;
  font-size: 1.0588235294rem;
  line-height: 1.6470588235rem;
}
#page-2 div#pageRiskLayer .inner p,
#page-22241 div#pageRiskLayer .inner p {
  font-size: 1.1764705882rem;
  line-height: 1.4117647059rem;
}
div#pageRiskLayer #closeRiskLayer {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #2c2a2b;
}
div#pageRiskLayer #closeRiskLayer:hover {
  color: #000;
}
#page-2 div#pageRiskLayer .inner,
#page-22241 div#pageRiskLayer .inner {
  max-width: 53ch;
}
@media print, screen and (max-width: 640px) {
  div#pageRiskLayer .inner p {
    font-size: 1.068rem;
  }
}
@media screen and (min-width: 1200px) {
  #stage h1 br:first-child {
    display: none;
  }
  #stage h2 br:first-child,
  #stage .tx-bgm-webinars h1 br:first-child,
  .tx-bgm-webinars #stage h1 br:first-child {
    display: none;
  }
}
#pageWrapper.header-infotext #pageHeader #pageinfoText .innerText p {
  line-height: 1.3rem;
}
#pageWrapper.header-infotext #pageHeader {
  height: 316px;
}
@media screen and (min-width: 640px) {
  #pageWrapper.header-infotext #pageHeader {
    height: 210px;
  }
}
@media screen and (min-width: 1024px) {
  #pageWrapper.header-infotext #pageHeader {
    height: 158px;
  }
}
@media screen and (min-width: 1180px) {
  #pageWrapper.header-infotext #pageHeader {
    height: 182px;
  }
}
#pageWrapper.header-infotext #pageHeader #pageinfoText {
  background-color: #0097b2;
}
#pageWrapper.header-infotext #pageHeader #pageinfoText .innerText {
  color: #2c2a2b;
  font-size: 1.0588235294rem;
  line-height: 1;
  height: 260px;
}
@media screen and (min-width: 640px) {
  #pageWrapper.header-infotext #pageHeader #pageinfoText .innerText {
    height: 155px;
  }
}
@media screen and (min-width: 1024px) {
  #pageWrapper.header-infotext #pageHeader #pageinfoText .innerText {
    height: 106px;
  }
}
@media screen and (min-width: 1180px) {
  #pageWrapper.header-infotext #pageHeader #pageinfoText .innerText {
    height: 86px;
  }
}
#pageWrapper.header-infotext #stage {
  margin-top: 130px;
}
@media screen and (min-width: 640px) {
  #pageWrapper.header-infotext #stage {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  #pageWrapper.header-infotext #stage {
    margin-top: 81px;
  }
}
@media screen and (min-width: 1024px) {
  #pageWrapper.header-infotext #stage {
    margin-top: 29px;
  }
}
@media screen and (min-width: 1180px) {
  #pageWrapper.header-infotext #stage {
    margin-top: -4px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  #mainNav > ul > li > a {
    padding: 1.9411764706rem 11px !important;
    font-size: 0.938rem !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1480px) {
  #mainNav > ul > li > a {
    padding: 1.9411764706rem 15px !important;
    font-size: 1.06rem !important;
  }
}
@media screen and (min-width: 1200px) {
  div.header-searchform {
    width: 765px;
  }
}
@media screen and (min-width: 1280px) {
  div.header-searchform {
    width: 810px;
  }
}
@media screen and (min-width: 1401px) {
  div.header-searchform {
    width: 882px;
  }
}
@media screen and (min-width: 1401px) {
  div.header-searchform {
    width: 882px;
  }
}
@media screen and (min-width: 1480px) {
  div.header-searchform {
    width: 930px;
  }
}
p.flex {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 10px;
}
p.flex.bgwhite {
  background: #fff;
}
p.flex:first-of-type {
  margin-top: 10px;
}
p.flex.bgorange {
  color: #fff;
  background-color: #0097b2;
}
p.flex.bgorange a {
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  p.flex:nth-of-type(5) {
    margin-top: -12px;
  }
}
@media print, screen and (min-width: 64em) {
  p.flex {
    width: calc(50% - 10px);
    margin-right: 10px;
    min-height: 75px;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  p.flex:nth-of-type(2) {
    transform: translateY(0px);
  }
  p.flex:nth-of-type(4) {
    transform: translateY(0px);
  }
  p.flex:nth-of-type(5) {
    transform: translateY(0px);
  }
  p.flex:nth-of-type(6) {
    transform: translateY(0px);
  }
}
p.flex span.s {
  line-height: 1.2;
}
p.flex span.s:nth-of-type(2) {
  text-align: right;
}
@media screen and (min-width: 40em) {
  p.flex span.s:nth-of-type(2) {
    text-align: left;
    width: 50%;
  }
}
#footerTop .contactPosibilities > div.partner-logo.partner-logo-2 {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .multicolslider .swiper-navigation {
    bottom: 110px !important;
  }
}
