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

.body-container.body-container--blog-post .content-wrapper {
   padding-left: 0;
   padding-right: 0;
}
html {
   scroll-behavior: smooth;
}
.body-container.body-container--blog-post {
   overflow: hidden;
}
.o-section {
   width: 100%;
   max-width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
}
[class^=o-row] {
   width: auto;
   margin-left: -8px;
   margin-right: -8px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}
.o-blogIntro {
   margin-top: 16px;
}
.m-profileImage__profileImage {
   width: 100%;
}
.m-profileImage__profileImage, .m-profileImage__profileImage img {
   border-radius: 100%;
   overflow: hidden;
}
.m-profileImage .a-image {
   margin-top: 0;
}
.a-image__image {
   display: block;
   width: 100%;
   max-width: 100%;
}
.o-blogIntro .o-blogIntro__authorWrapper {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
}
.o-blogIntro .o-blogIntro__profileImage--mobile {
   width: 60px;
   margin-right: 8px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}
.o-authorInfo {
   font-weight: 300;
   font-size: 16px;
}
.a-link--inline {
   margin: 0;
   display: inline-block;
}
.a-link--blogIntro {
   margin-top: -6px;
}
.a-link .a-link__link {
   color: #fa3246;
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
   border-bottom: 2px solid #fa3246;
   padding-bottom: 2px;
}
.a-link--inline .a-link__link {
   border-bottom: 2px solid;
   line-height: .4;
}
.o-authorInfo .a-link__link, .o-authorInfo .a-link__link:hover {
   padding-bottom: 0;
}
.m-iconWithLabel {
   margin-top: 16px;
   display: -ms-flexbox;
   display: flex;
}
.m-iconWithLabel .m-iconWithLabel__icon {
   height: 20px;
   margin-right: 8px;
   line-height: 1;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}
.m-iconWithLabel .m-iconWithLabel__text {
   font-weight: 500;
   font-size: 13.22314px;
   letter-spacing: 1.81px;
   line-height: 1.4;
   text-transform: uppercase;
}
.o-blogIntro .o-blogIntro__content .a-richText p,
.o-blogIntro .o-blogIntro__content .a-richText {
   color: #1a1a1a;
   font-weight: 300;
   font-size: 17.6px;
}
.a-richText__inner {
   width: 100%;
   max-width: 80ch;
}
.a-richText .a-richText__inner>ol:first-child, 
.a-richText .a-richText__inner>p:first-child, 
.a-richText .a-richText__inner>ul:first-child {
   margin-top: 0;
}
.m-socialIcons .m-socialIcons__wrapper {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
}
.m-socialIcons .m-socialIcons__text {
   font-weight: 500;
   font-size: 13.22314px;
   letter-spacing: 1.81px;
   line-height: 1.4;
   text-transform: uppercase;
}

.m-socialIcons li, .m-socialIcons ul {
   padding: 0;
   border: 0;
   margin: 0;
   list-style: none;
}
.m-socialIcons li, .m-socialIcons ul {
   display: -ms-inline-flexbox;
   display: inline-flex;
}
.m-socialIcons a {
   height: 25px;
   margin-left: 8px;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
}
.o-blogIntro .m-socialIcons svg {
   width: 25px;
   height: 25px;
}
.m-socialIcons--red path {
   fill: #fa3246;
}
.a-link--blogIntro .a-link__text {
   font-weight: 500;
   font-size: 13.22314px;
   letter-spacing: 1.81px;
   line-height: 1.4;
   text-transform: uppercase;
}
h1.m-pageTitle{
   margin-bottom:0;
}
.o-blogIntro .o-blogIntro__profileImage--desktop {
   display: none;
}
img {
   max-width: 100%;
}

.o-blogTableOfContents {
   margin-top: 32px;
   padding: 16px 16px 24px 20px;
   border: 1px solid #fa3246;
   min-height: 60px;
}
.o-blogTableOfContents__content {
   list-style: none;
   margin: 0;
}

.o-blogTableOfContents__content li span {
   text-decoration: underline;
}

.o-blogTableOfContents__content li {
   margin-bottom: 16px;
   position: relative;
}

.post__content {
   min-height: 1px;
   -ms-flex: 0 1 66.66667%;
   flex: 0 1 66.66667%;
   max-width: 66.66667%;
   margin-left: 16.66667%;
   margin-top: 64px;
}
.post__content ul li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 11px;
   width: 16px;
   height: 2px;
   background-color: #fa3246;
   color: #fa3246;
}

.post__content ul li {
   padding-left: 32px;
   position: relative;
   margin-bottom: 16px;
}

.post__content ul {
   list-style: none;
   padding: 0;
   margin-top: 28px;
}
.post__content, .post__content p {
   color: #1a1a1a;
}
.post__content a {
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
   border-bottom: 1px solid #fa3246;
   padding-bottom: 2px;
}
.post__content a:hover {
   padding-bottom: 0;
}

.post__body { 
   width: 100%;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   max-width: 1200px;
}
.progress-container {
   position: fixed;
   top: 0;
   height: 4px;
   left: 0;
   background: transparent;
   width: 100%;
   z-index: 999;
}

.progress-container #progressBar {
   background-color: #fa3246;
   height: 4px;
   width: 0%;
}

@media screen and (min-width: 320px){
   .o-blogIntro {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   [class*=o-section] {
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__info .m-iconWithLabel {
      margin-right: calc(24px + 24 * (100vw - 320px) / 880);
   }
   .a-richText {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .e-oneColumn__intro {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
   }
   .o-blogIntro .o-blogIntro__profileImage--mobile {
      margin-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__content .m-pageTitle {
      margin-top: calc(28px + 28 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__info {
      margin-top: calc(40px + 40 * (100vw - 320px) / 880);
   }

   .o-blogIntro .o-blogIntro__info .m-socialIcons {
      margin-top: calc(24px + 24 * (100vw - 320px) / 880);
   }
   [class*=o-section] {
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__info .m-iconWithLabel {
      margin-right: calc(24px + 24 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__info .m-iconWithLabel {
      margin-top: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .m-socialIcons a {
      margin-left: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .o-blogIntro .m-socialIcons a {
      margin-right: 0;
   }
   .post__body {
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
   }
}

@media (min-width: 600px){
   .o-authorInfo {
      font-size: 17.6px;
   }
}

@media (min-width: 800px){
   .o-blogIntro .o-blogIntro__wrapper {
      width: auto;
      margin-left: -8px;
      margin-right: -8px;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex: 1 1 0px;
      flex: 1 1;
      display: -ms-flexbox;
      display: flex;
   }
   .o-blogIntro .o-blogIntro__profileImage--desktop {
      display: block;
      min-height: 1px;
      -ms-flex: 0 1 16.66667%;
      flex: 0 1 16.66667%;
      max-width: 16.66667%;
      padding-left: 8px;
      padding-right: 8px;
   }
   .o-blogIntro .o-blogIntro__content {
      min-height: 1px;
      -ms-flex: 0 1 66.66667%;
      flex: 0 1 66.66667%;
      max-width: 66.66667%;
      padding-left: 8px;
      padding-right: 8px;
   }
   .o-blogIntro .o-blogIntro__authorWrapper {
      display: block;
   }
   .o-blogIntro .o-blogIntro__profileImage--mobile {
      display: none;
   }
   .o-authorInfo .a-link__link {
      padding-bottom: 2px;
   }
   .o-blogIntro .o-blogIntro__info {
      margin-top: 8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
   }
   .o-blogIntro .o-blogIntro__info .m-socialIcons {
      padding-top: 16px;
      margin-top: -3px;
      -ms-flex-item-align: center;
      align-self: center;
   }
   .o-blogTableOfContents {
      padding: 32px;
   }
   .a-svgIcon--iconArrowDown {
      display: none;
   }
   .o-blogTableOfContents__wrapper {
      width: auto;
      margin-left: -8px;
      margin-right: -8px;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex: 1 1 0px;
      flex: 1 1;
      display: -ms-flexbox;
      display: flex;
   }
   .o-blogTableOfContents__content {
      margin-top: 0;
      min-height: 1px;
      -ms-flex: 0 1 83.33333%;
      flex: 0 1 83.33333%;
      max-width: 83.33333%;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 5px;
      margin-left: -24px;
   }
   .o-blogTableOfContents__headline {
      min-height: 1px;
      -ms-flex: 0 1 16.66667%;
      flex: 0 1 16.66667%;
      max-width: 16.66667%;
      padding-left: 8px;
      padding-right: 8px;
   }
}

@media (min-width: 1000px){
   .o-blogTableOfContents {
      padding: 48px;
   }
   .o-blogTableOfContents__content {
      margin-left: -32px;
   }
}
@media screen and (min-width: 1200px){
   [class*=o-section] {
      padding-left: 32px;
      padding-right: 32px;
   }
   .o-blogTableOfContents {
      margin-top: 64px;
   }
   .o-row {
      width: auto;
      margin-left: -8px;
      margin-right: -8px;
      display: -ms-flexbox;
      display: flex;
   }
   .o-row {
      margin-left: -16px;
      margin-right: -16px;
   }
   .e-oneColumn__intro {
      padding-left: 16px;
      padding-right: 16px;
   }
   .o-blogIntro {
      margin-top: 32px;
   }
   .o-blogIntro .o-blogIntro__profileImage--mobile {
      margin-right: 16px;
   }
   .o-authorInfo {
      font-size: 18px;
   }
   .o-blogIntro .o-blogIntro__info {
      margin-right: 0;
   }
   .o-blogIntro .o-blogIntro__info .m-iconWithLabel {
      margin-right: 48px;
   }
   .m-iconWithLabel .m-iconWithLabel__text {
      font-size: 13.61059px;
   }
   .o-blogIntro .o-blogIntro__content .a-richText {
      font-size: 20.7px;
   }
   .o-blogIntro .o-blogIntro__content .a-richText p{
      font-size: 20.7px;
   }
   .a-richText {
      margin-top: 32px;
   }
   .m-socialIcons .m-socialIcons__text {
      font-size: 13.61059px;
   }
   .m-socialIcons a {
      margin-left: 16px;
   }
   .post__body {
      padding-left: 32px;
      padding-right: 32px; 
   }

}
@media screen and (min-width: 1000px) and (min-width: 320px){
   .o-row {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
}
@media screen and (min-width: 800px) and (min-width: 320px){
   .o-blogIntro .o-blogIntro__wrapper {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__content .m-pageTitle {
      margin-top: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__content {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__info .m-iconWithLabel {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .o-blogIntro .o-blogIntro__profileImage--desktop {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .o-blogTableOfContents__wrapper {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
   .o-blogTableOfContents__headline {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
}
@media screen and (min-width: 800px) and (min-width: 1200px){
   .o-blogIntro .o-blogIntro__profileImage--desktop {
      padding-left: 16px;
      padding-right: 16px;
   }
   .o-blogIntro .o-blogIntro__content {
      padding-left: 16px;
      padding-right: 16px;
   }
   .o-blogIntro .o-blogIntro__content .m-pageTitle {
      margin-top: 16px;
   }
   .o-blogIntro .o-blogIntro__info {
      margin-top: 16px;
   }
   .o-blogIntro .o-blogIntro__info .m-iconWithLabel {
      margin-top: 32px;
   }
   .m-iconWithLabel .m-iconWithLabel__icon {
      margin-right: 9.6px;
   }
   .o-blogIntro .o-blogIntro__info .m-socialIcons {
      padding-top: 32px;
   }
   .o-blogTableOfContents__wrapper {
      margin-left: -16px;
      margin-right: -16px;
   }
   .o-blogTableOfContents__content {
      margin-top: 0;
   }
   .o-blogTableOfContents__content {
      padding-left: 16px;
      padding-right: 16px;
   }
   .o-blogTableOfContents__headline {
      padding-left: 16px;
      padding-right: 16px;
   }
}
@media (min-width: 320px) and (max-width: 1200px){
   h1.m-pageTitle {
      font-size: calc(28.34498px + 13.29012 * ((100vw - 320px) / 880));
   }
   .o-blogIntro .o-blogIntro__content .a-richText p,
   .o-blogIntro .o-blogIntro__content .a-richText {
      font-size: calc(17.6px + 3.1 * ((100vw - 320px) / 880));
   }
   .a-link--blogIntro .a-link__text {
      font-size: calc(13.22314px + .38745 * ((100vw - 320px) / 880));
   }
}
@media (min-width: 600px) and (min-width: 1200px){
   .o-authorInfo {
      font-size: 20.7px;
   }
}
@media (min-width: 600px) and (min-width: 320px) and (max-width: 1200px){
   .o-authorInfo {
      font-size: calc(17.6px + 3.1 * ((100vw - 320px) / 880));
   }
}
@media(max-width:799px){
   .o-blogTableOfContents__content {
      display: none;
   }
   .o-blogTableOfContents__headline .a-svgIcon {
      position: absolute;
      top: 4px;
      right: 0;
      transition: all .25s cubic-bezier(.215,.61,.355,1);
      display: -ms-flexbox;
      display: flex;
      height: 16px;
      cursor: pointer;
   }

   .o-blogTableOfContents {
      position: relative;
   }

   .o-blogTableOfContents__headline .a-svgIcon span.a-svgIcon__wrapper {
      display: -ms-flexbox;
      display: flex;
      height: 16px;
      cursor: pointer;
      vertical-align: middle;
   }

   .o-blogTableOfContents__headline .a-svgIcon__icon {
      width: 16px;
      height: 16px;
      display: inline-block;
   }

   .o-blogTableOfContents__headline .a-svgIcon__icon svg {
      width: 100%;
      height: 100%;
      overflow: hidden;
   }
   .a-headline__inner {
      position: relative;
   }
   .post__content {
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      max-width: 100%;
      margin-left: 0;
   }

   .content-table__title.font--sm {
      margin: 0;
      font-size: calc(21.296px + 6.07975 * ((100vw - 320px) / 880));
   }
}
@media(max-width:1200px) and (min-width:800px){
   .o-blogIntro .m-socialIcons .m-socialIcons__wrapper {
      flex-wrap: wrap;
   }
}
@media(max-width:799px){
   .o-blogTableOfContents__content {
      padding-left: 0;
      margin-top: calc(24px + 24 * (100vw - 320px) / 880);
   }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Circular"; src: url(https://25492109.fs1.hubspotusercontent-eu1.net/hubfs/25492109/raw_assets/public/Epunkt_September2022/fonts/lineto-circular-book.woff2) format("woff2"), url(https://25492109.fs1.hubspotusercontent-eu1.net/hubfs/25492109/raw_assets/public/Epunkt_September2022/fonts/lineto-circular-book.woff) format("woff"); font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Circular"; src: url(https://25492109.fs1.hubspotusercontent-eu1.net/hubfs/25492109/raw_assets/public/Epunkt_September2022/fonts/lineto-circular-bold.woff2) format("woff2"), url(https://25492109.fs1.hubspotusercontent-eu1.net/hubfs/25492109/raw_assets/public/Epunkt_September2022/fonts/lineto-circular-bold.woff) format("woff"); font-style: normal; font-weight: 700; font-display: swap; }
body {
   line-height: 1.5;
   word-break: break-word;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   scroll-behavior: smooth;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
   line-break: strict;
   word-break: break-all;
}

/* Paragraphs */

p {
   margin: 0 0 1.4rem;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.4rem;
   line-height: 1.2;
}

/* Lists */

ul,
ol {
   margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
   margin: 0;
}

ul.no-list {
   list-style: none;
}

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

blockquote {
   border-left: 2px solid;
   margin: 0 0 1.4rem;
   padding-left: 15px;
}

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
   display: block; 
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   font-family: Circular,Helvetica,Arial,sans-serif;
   font-size: 18px;
   display: block;
   width: 100%;
   height: 48px;
   line-height: 1.5;
   padding: 8px 40px 8px 16px;
   font-weight: 400;
   border: 2px solid ;
   color: #fa3246;
   border-radius: 0;
   position: relative;
   transition: all .25s ease-out;
   outline:0;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
   border-color: #EF6B51;
}
.hs-error-msgs label,
.hs-error-msg {
   color: #EF6B51;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   font-size: 18px;
   text-align: center;
   transition: all 0.15s linear;
   white-space: normal;
   border: 1px solid #fa3246;
   margin:15px 0;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs-error-msg,ul.no-list.hs-error-msgs label {
   color: #c02b0a;
   margin-top: 0.35rem;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
ul.no-list.hs-error-msgs li::before {
   display: none !important;
}
ul.no-list.hs-error-msgs li {
   padding: 0 !important;
}
.hs-error-msg, ul.no-list.hs-error-msgs label {
   background-color: #FA3246;
   font-size: calc(13.22314px + .38745 * ((100vw - 320px) / 880));
   text-transform: uppercase;
   letter-spacing: 1.4px;
   color: #fff;
   padding: 2px 16px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
   background-color: #fa3246;
   color: #fa3246;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 99; 
   transform: translateZ(0);
}
.navigationMainTrigger {
   cursor: pointer;
}
.m-userState ul>li:hover:after {
   transform: scaleY(1.08) scaleX(1.08);
}
.header__container.content-wrapper {
   width: 100%;
   float: none;
   height: 100%;
   overflow: hidden;
}
.header-inner {
   width: auto;
   flex-flow: row wrap;
   flex: 1 1;
   display: flex;
}

.header__logo {
   flex: 0 1 16.66667%;
   max-width: 16.66667%;
}
.header-logo-inner {
   margin-top: 16px;
   width: 85px;
}
.header__logo a {
   display: flex;
}
.header__logo a svg {
   width: 85px;
   height: 31.141px;

}
.header-navigation-top ul {
   display: inline-flex;
   justify-content: flex-start;
   list-style: none;
   flex-flow: row wrap;
   align-items: center;
   margin:0;  
}
.navigationMainTrigger {
   align-self: flex-end;
   position: relative;
   top: -2px;
   padding: 8px;
   margin-left: 8px;
}
.header-navigation-top ul>li>a {

   color: #fff;
   margin-left: 24px;
   position: relative;
   z-index: 1;
}
.header-navigation-top ul>li>a:hover{
   border-bottom: 2px solid;
}
.header__navigation nav {
   float: none;
   width: 100%;
   max-width: 1200px;
}
.header__navigation .submenu.level-1 {
   width: auto;
   flex-flow: row wrap;
   flex: 1 1;
   display: flex;
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}
.header__navigation .submenu.level-1>li>a {
   color: #fff;
   white-space: nowrap;
   display: block;
   width: 100%;
   white-space: nowrap;
}

.o-appHeader__user {
   display: flex;
   flex-shrink: 0;
   position: relative;
   z-index: 101;
   margin-top: 32px!important;
   padding-left: 30px;
}
.m-userState {
   flex: 0 1 100%;
   max-width: 100%;
   display: flex;
}
.m-userState ul {
   display: flex;
   margin: auto;
   list-style: none;
   padding-left: 0;
   flex: 0 1 100%;
   max-width: 100%;
   align-items: center;
}
.m-userState ul>li:nth-child(1) {
   padding: 4px 8px;
   position: relative;
}
.m-userState ul>li:first-child:after {
   border: 1px solid #fff;
   background: #fa3246;
   content: "";
   display: block;
   z-index: -1;
   width: 100%;
   height: 100%;
   border-radius: 3px;
   position: absolute;
   top: 0;
   left: 0;
   transition: transform .2s cubic-bezier(.68,-.55,.265,1.55);
}
.m-userState ul>li:first-child>a {
   color: #fff;
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
}
.m-userState ul>li:nth-child(2) {
   position: relative;
   padding: 4px 8px;
}
.hs-blog-post .m-userState ul>li:first-child>a{
   color: #fa3246; 
}
.hs-blog-post .m-userState ul>li:first-child:after{
   border: 1px solid #fa3246;
   background: #fff; 
}
.hs-blog-post .m-userState ul>li:nth-child(2)>a{
   color: #fff;
}
.hs-blog-post .m-userState ul>li:nth-child(2):after {
   background: #fa3246;
   border: 1px solid #fa3246;
}
.m-userState ul>li:nth-child(2):after {
   background: #fff;
   border: 1px solid #fff;
   content: "";
   display: block;
   z-index: -1;
   width: 100%;
   height: 100%;
   border-radius: 3px;
   position: absolute;
   top: 0;
   left: 0;
   transition: transform .2s cubic-bezier(.68,-.55,.265,1.55);
}
.m-userState ul>li:nth-child(2)>a {
   color: #fa3246;
}
.header__navigation .submenu.level-2 {
   padding-left: 0;
   list-style: none;
   display: none;
}
.header__navigation .submenu.level-2>li>a {
   color: #fff;
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
   padding-bottom: 2px; 
}
.header__navigation .submenu.level-2>li>a:hover {
   padding-bottom: 0;
   border-bottom: 2px solid #fff;
}
.header-wrapper {
   min-height: 131px;
}
.header__navigation .submenu.level-1>li.has-submenu:after {
   content: "";
   display: block;
   position: absolute;
   left: 0;
   cursor: pointer;
   right: 0;
   width: auto;
   height: 30px;
   background: transparent;
   bottom: -20px;

}
.triggerLine {
   background: #fff;
   height: 2px;
   width: 16px;
   margin-top: 3px;
}
.header-navigation-top {
   flex: 0 1 100%;
   max-width: 100%;
   padding-left: 6px;
   min-height: 1px;
}
.header__navigation {
   padding-left: 30px;
   width: 100%;
}
.header__navigation .submenu.level-1>li {
   width: 100%;
   position: relative;
}
.header__navigation .a-svgIcon__inner {
   float: right;
   vertical-align: middle;
}

.header__navigation .a-svgIcon__icon {
   width: 16px;
   height: 12px;
   display: inline-block;
}

.header__navigation .a-svgIcon__icon svg {
   width: 100%;
   height: 100%;
}

.header__navigation .a-svgIcon__icon path {
   fill: #fff;
}
body.open-slide {

   overflow: hidden;
}
body.open-slide header.header{
   height: 100vh; 
}
body.open-slide .header__mobileCTA .m-userState ul>li:nth-child(2) {
   display: none;
}

.header__navigation .submenu.level-1>li.no-submenu>a {
   position: relative;
}

.header__navigation .submenu.level-1>li.no-submenu>a::after {
   content: "";
   border-bottom: 2px solid transparent;
   position: absolute;
   left: 0;
   height: 2px;
   width: 96px;
   bottom: 0;
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
}

.header__navigation .submenu.level-1>li.no-submenu>a:hover::after {
   border-color: #fff;
}


/* POST HEADER */
.hs-blog-post header.header {
   background-color: #fff!important;
}
.hs-blog-post .header__logo svg path ,
.hs-blog-post .header__navigation .a-svgIcon__icon path{
   fill: #fa3246;
}
.hs-blog-post .header__navigation .submenu.level-1>li>a,
.hs-blog-post .header-navigation-top ul>li>a,
.hs-blog-post .header__navigation .submenu.level-2>li>a,
{
   color: #fa3246!important;
}
.hs-blog-post .header__navigation .submenu.level-2>li>a:hover{
   border-bottom: 2px solid #fa3246!important;
}
.hs-blog-post .triggerLine{
   background: #fa3246;
}

.hs-blog-post .m-userState ul>li:nth-child(2)>a{
   color:#fff!important;
}
.hs-blog-post .m-userState ul>li:nth-child(2):after{
   background: #fa3246!important;
   border: 1px solid #fa3246!important;
}

body.open-slide .header__container.content-wrapper {
   overflow: auto;
}





@media (min-width: 320px) and (max-width: 1200px){
   .header-navigation-top {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }
   .m-userState ul {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }

}

@media screen and (min-width: 320px){
   body.open-slide .header__container.content-wrapper {
      padding-bottom: calc(32px + 32 * (100vw - 320px) / 880);
   }
   .header__container.content-wrapper {
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
   }

   .header-inner {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }

   .header__logo {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .header__navigation nav {
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }

   .header__navigation .submenu.level-1 {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
   .m-userState ul>li:first-child {
      margin-left: calc(0px + 0 * (100vw - 320px) / 880);
   }
   .m-userState ul>li:nth-child(2) {
      margin-left: calc(6px + 6 * (100vw - 320px) / 880);
   }
   .header__navigation .submenu.level-2 {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .navigationMainTrigger {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .header-navigation-top {
      margin-top: calc(48px + 48 * (100vw - 320px) / 880);
   }
   .header-navigation-top ul {
      margin-top: calc(-16px + -16 * (100vw - 320px) / 880)!important;
   }
   .header-navigation-top ul>li {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .header__navigation {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .header__navigation .submenu.level-1>li>a {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .o-appHeader__user {
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .m-userState ul>li {
      margin-left: calc(0px + 0 * (100vw - 320px) / 880);
      margin-top: calc(12px + 12 * (100vw - 320px) / 880);
   }
   .header__navigation .submenu.level-2>li {
      padding-left: calc(32px + 32 * (100vw - 320px) / 880);
      margin-top: calc(6px + 6 * (100vw - 320px) / 880);
   }
   .header__navigation .submenu.level-2>li:first-child {
      margin-top: 15px;
   }
}
@media (min-width: 800px) and (min-width: 320px) and (max-width: 1200px){
   .header__navigation .submenu.level-2 {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }
}

@media (min-width: 800px){
   .no-navigation .header__container.content-wrapper {
      transition: padding .5s;
   }
   body.et-hidden .no-navigation .header__container.content-wrapper {
      padding-top: 0;
   }
   .hs-blog-post .header__navigation .submenu.level-2{
      background: #fff;
   }
   header.header {
      height: 131px;
      transition: opacity .5s,height .5s,box-shadow .5s;
      overflow: initial;
   }
   .header__container.content-wrapper {
      height: auto;
      overflow: visible;
   }
   .header__navigation .submenu.level-1>li:hover .submenu.level-2{
      display: block;
   }

   .header__logo {
      position: relative;
      z-index: 10000;
      order: 2;
   }
   .header-logo-inner {
      margin-left: -37px;
      width: 150px;
      transition: all .5s;
   }
   .header__logo a svg{
      transition: all .5s;
      width: 150px;
      height: 51.375px;
   }
   .header-navigation-top {
      min-height: 1px;
      flex: 0 1 100%;
      max-width: 100%;
      transition: margin .5s;
      text-align: right;
      order: 1;
   }
   .header-navigation-top ul {
      margin-top: 0; 
   }
   .header__navigation {
      width: auto;
      order: 3;
      margin-top: 32px;
   }
   .header__navigation .submenu.level-1>li>a {
      display: inline-flex;
      width: auto;
      margin-top: 0!important;
   }
   .o-appHeader__user {
      order: 4;
      margin-left: auto;
      margin-top: 0!important;
   }
   .header__navigation .submenu.level-1 {
      flex-wrap: nowrap;
   }
   .m-userState ul>li {
      margin-top: 0!important;
   }
   .header__navigation .submenu.level-2 { 
      background: #fa3246;
      position: absolute;
      width: 100vw;
      z-index: 100;
      box-shadow: -7px 7px 7px 0 rgb(0 0 0 / 16%);
      top: 10px;
      left: 0;
      right: 0;
   }
   .header__navigation .submenu.level-2:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 100vw;
      background: inherit;
      box-shadow: -7px 7px 7px 0 rgb(0 0 0 / 16%);
   }
   .m-userState {
      margin-top: 30px!important;
      justify-content: flex-end;
   }
   .navigationMainTrigger {
      display: none;
   }
   .header__navigation .a-svgIcon__inner {
      display: none;
   }
   .header__navigation .submenu.level-2>li {
      padding-left: 0;
   }
   .header__mobileCTA {
      display: none;
   }


   .et-hidden header.header {
      box-shadow: 0 20px 40px 0 rgb(3 12 18 / 15%);
      height: 72px;
   }

   .et-hidden .header-navigation-top {
      margin-top: -24px;
   }

   .et-hidden .header__navigation {
      margin-top: 24px!important;
   }

   .et-hidden .m-userState {
      margin-top: 20px!important;
   }

   .et-hidden .header-logo-inner {
      width: 90px;
      margin-left: -22px;
      margin-top: 12px;
   }
   .no-navigation .header__container.content-wrapper{
      padding-top: 39px;
   }
}


@media screen and (min-width: 800px) and (min-width: 320px){
   .header-navigation-top {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
      margin-top: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .header__navigation {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .header__navigation .submenu.level-1>li>a {
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .o-appHeader__user {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .header__navigation .submenu.level-2 {
      padding-bottom: calc(16px + 16 * (100vw - 320px) / 880);
   }
}
@media screen and (min-width: 800px) and (min-width: 1200px){
   .header-navigation-top {
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 16px;
   }
   .header__navigation {
      padding-left: 16px;
      padding-right: 16px;
   }
   .header__navigation .submenu.level-1>li>a {
      padding-right: 32px;
   }
   .o-appHeader__user {
      padding-left: 16px;
      padding-right: 16px;
   }
   .m-userState {
      margin-top: 30px;
      justify-content: flex-end;
      justify-content: flex-end;
   }
   .header__navigation .submenu.level-2 {
      padding-bottom: 32px;
      font-size: 15.65217px;

   }

}

@media screen and (min-width: 1200px){
   .header__container.content-wrapper {
      padding-left: 32px;
      padding-right: 32px;
   }

   .header__logo {
      padding-left: 16px;
      padding-right: 16px;
   }
   .header-navigation-top {
      font-size: 15.65217px;
   }
   .header__navigation nav {
      margin-right: -16px;
      margin-left: -16px;
      padding-left: 32px;
      padding-right: 32px;
   }
   .header__navigation .submenu.level-1 {
      margin-left: -16px;
      margin-right: -16px;
   }
   .m-userState {
      font-size: 15.65217px;
   }
   .m-userState ul>li:nth-child(2) {
      margin-left: 12px;
   }
   .header__navigation .submenu.level-2 {
      margin-top: 32px;
   }
   .header__navigation .submenu.level-2>li {
      line-height: 23px;
   }
   .header__navigation .submenu.level-2>li:not(:first-child) {
      margin-top: 12px;
   }
   .header-inner {
      margin-left: -16px;
      margin-right: -16px;
   }
}

@media (min-width: 320px) and (max-width: 1200px){
   .m-userState {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }
}
@media (max-width: 799px){
   .header__navigation .submenu.level-2 {
      height: auto;
      overflow: visible;
   }
   .header__mobileCTA {
      align-self: flex-end;
      position: relative;
      top: -2px;
      margin-left: auto;
   }

   .header__mobileCTA .o-appHeader__user {
      padding: 0;
      margin-top: 0px!important;
      display: block;
   }
   .header__mobileCTA .m-userState ul>li:first-child{
      display: none;
   }
   .header__mobileCTA .m-userState ul>li:nth-child(2) {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
      flex: 0 1 100%;
      max-width: 100%;
      min-height: 1px;
      display: flex;
      margin-top: calc(12px + 12 * (100vw - 320px) / 880);
      align-items: center;
      margin-left: calc(6px + 6 * (100vw - 320px) / 880);
      padding: 4px 8px;
      background-color: transparent;
   }
   .header__mobileCTA .m-userState ul>li:nth-child(2)>a {
      color: #fff;
      margin-right: 0;
      padding-bottom: 0;
      text-decoration: none;
      transition: all .25s cubic-bezier(.215,.61,.355,1);
      border: 0;
   }
   .header__mobileCTA .m-userState ul>li:nth-child(2):after{
      background: transparent!important;
      border: transparent!important;

   }
   .header__navigation li.nav-active .a-svgIcon__inner {
      transform: rotate(180deg);
   }
   .header-navigation-top,.header__navigation,.o-appHeader__user {
      display: none;
   }
   body.open-slide  .header-navigation-top, body.open-slide  .header__navigation,body.open-slide  .o-appHeader__user{
      display: block; 
   }
   .header-wrapper {
      min-height: 62px;
   }
}
@media(max-width:1250px) and (min-width:800px){
   .header-logo-inner {
      margin-left: 0;
      width: 110px;
   }
}

@media screen and (max-width: 799px) and (min-width: 320px){
   .header__navigation .submenu.level-2 {
      padding-bottom: calc(16px + 16 * (100vw - 320px) / 880);
   }
}
@media screen and (max-width: 1023px) {
   .no-navigation .header__container.content-wrapper {
      padding-top: 35px;
   }
}
@media(max-width:799px){
   .header__navigation .submenu.level-1>li.no-submenu>a:after { 
      width: 86px;
   }
   .hs-blog-post  .header__mobileCTA .m-userState ul>li:nth-child(2):after{
      background: #fff!important;
      border: 1px solid #fff!important;
   }
   .hs-blog-post  .header__mobileCTA .m-userState ul>li:nth-child(2)>a{
      color: #fa3246!important;
   }
   .hs-blog-post  .header__navigation .submenu.level-2{
      background-color: #fff!important;
   }
   .header__navigation .submenu.level-2>li:first-child {
      margin-top: 0;
   }
   header.header {
      background-color: #fa3246;
      color: #fa3246;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99;
      min-height:inherit;
      transform: translateZ(0);
   }
   .no-navigation .header__container.content-wrapper {
      padding-top: 0;
   }
}
footer.footer {
   position: relative;
   background-color: #fa3246;
   display: block;
}

.footer__container.content-wrapper {
   width: 100%;
   max-width: 1200px;
   padding-left: 16px;
   padding-right: 16px;
   float: none;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 24px;
}

.footer-inner {
   width: auto;
   margin-left: -8px;
   margin-right: -8px;
   flex-flow: row wrap;
   flex: 1 1;
   display: flex;
}
.footer-shortlinks {
   margin-top: 12px;
   min-height: 1px;
   flex: 0 1 100%;
   max-width: 100%;
}
.footer-wrapper {
   width: 100%;
   float: none;
}
.footer-wrapper-inner {
   width: auto;
   margin-left: -8px;
   margin-right: -8px;
   flex-flow: row wrap;
   flex: 1 1;
   display: flex;
}

.footer-navStructureItem div>ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}
.footer-navStructureItem div>ul>li>a,
.footer-navStructureItem h4 {
   font-size: 17.6px;
   margin: 0;
   line-height: inherit;
   font-weight: 700;
   cursor: pointer;
   color: #fff;
   width: 100%;
   display: inline-block;
}
.footer-navStructureItem div>ul ul>li>a {
   color: #fff;
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
   padding-bottom: 2px;
}
.footer-navStructureItem div>ul ul>li>a:hover {
   padding-bottom: 0;
   border-bottom: 2px solid #fff;
}
.footer-navStructureItem p ,.footer-navStructureItem a{
   margin-bottom: 0;
   color: #fff;
}
.footer-navStructureItem a {
   text-decoration: none;
   transition: all .25s cubic-bezier(.215,.61,.355,1);
   padding-bottom: 2px;
}

.footer-navStructureItem a:hover {
   padding-bottom: 0;
   color: #fff;
}
.footer-nav {
   display: flex;
   align-items: center;
}
.navMain-footer {
   display: inline-flex;
}
.navMain-footer ul {
   justify-content: flex-start;
   list-style: none;
   display: inline-flex;
   align-items: center;
   margin-top: 0;
   flex-flow: row wrap;
}
.navMain-footer ul>li {
   margin-right: 16px;
   position: relative;
}
.navMain-footer ul>li>a {
   position: relative;
   z-index: 1;
   color: #fff;
}
.navMain-footer div>ul>li>a:after {
   content: "";
   display: block;
   position: absolute;
   border-radius: 50%;
   width: 2px;
   height: 2px;
   background: #fff;
   bottom: 10px;
   right: -9px;
}
.navMain-footer ul>li>a {
   transition: all .25s cubic-bezier(.215,.61,.355,1);
   border-bottom: 0;
   padding-bottom: 2px;
}
.navMain-footer ul>li>a:hover {
   border-bottom: 2px solid;
   padding-bottom: 0;
}
.navMain-footer div>ul>li:last-child>a {
   display: flex;
   align-items: center;
}
.navMain-footer .a-svgIcon__inner {
   vertical-align: middle;
}
.navMain-footer .a-svgIcon__icon svg {
   position: relative;
   top: 2px;
   width: 100%;
   height: 100%;
}
.navMain-footer .a-svgIcon__icon{
   width: 16px;
   height: 16px;
   display: inline-block;
}
.navMain-footer ul ul {
   border: 0;
   margin: 0;
   padding: 0;
   padding-right: 16px;
   background-position: 100%;
   margin-left: 8px;
   position: relative;
   display: inline;
   background-size: 10px 10px;
   width: 100%;
   height: auto;
   line-height: 1.5;
   font-weight: 400;
   transition: all .25s ease-out;
}
.m-languageSwitch {
   display: -ms-inline-flexbox;
   display: inline-flex;
}
.m-languageSwitch__wrapper {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
}
.a-svgIcon__wrapper {
   vertical-align: middle;
}
.a-svgIcon--16 .a-svgIcon__icon {
   width: 16px;
   height: 16px;
   display: inline-block;
}
.a-svgIcon svg {
   width: 100%;
   height: 100%;
}
.m-languageSwitch__wrapper svg {
   position: relative;
   top: 2px;
}
.a-select--languageSwitch select {
   font-size: 14.54545px;
   border: 0;
   margin: 0;
   padding: 0;
   padding-right: 24px;
   background-position: 100%;
   margin-left: 8px;
   position: relative;
   display: inline;
   background-size: 10px 10px;
   height: auto;
   color: #fff;
   background-image: url(https://25492109.fs1.hubspotusercontent-eu1.net/hubfs/25492109/raw_assets/public/Epunkt_September2022/images/download.svg);
   background-color: #fa3246;
   line-height: 1.5;
   appearance: none;
   font-weight: 400;
   background-repeat: no-repeat;
   outline: 0;
}
.footer-navStructureItem {
   flex: 0 1 100%;
   max-width: 100%;
   min-height: 1px;
}
.footer-navStructureItem .a-svgIcon__inner {
   float: right;
}

.footer-navStructureItem .a-svgIcon__icon {
   vertical-align: middle;
   width: 16px;
   height: 12px;
   display: inline-block;
}

.footer-navStructureItem svg {
   width: 100%;
   height: 100%;
}
.socialmedia {
   flex: 0 1 100%;
   max-width: 100%;
   min-height: 1px;
}
.footer-nav>.m-languageSwitch {
   display: none;

}
.footer-navStructureItem h4 .a-svgIcon__inner {
   transform: rotate(180deg);
}
.footer-navStructureItem .nav-active .a-svgIcon__inner{
   transform: rotate(180deg); 
}
.footer-navStructureItem.open-slide p {
   display: none;
}
.footer-navStructureItem.open-slide h4 .a-svgIcon__inner{
   transform: rotate(0deg);  
}
.footer-navStructureItem:last-child a:hover {
   padding-bottom: 0;
   border-bottom: 2px solid #fff;
}
div#backbutton {
   position: fixed;
   transition: opacity .5s;
   width: 48px;
   height: 48px;
   bottom: 24px;
   cursor:pointer;
   right: 24px;
   opacity: 0;
}
.footer-navStructureItem div>ul>li>a {
    padding-bottom: 2px !important;
}
div#backbutton.cshow {
   opacity: 1;
}
@media(max-width:799px){
   div#backbutton {
      position: fixed;
      transition: opacity .5s;
      width: 40px;
      height: 40px;
      bottom: 32px;
      right: 16px;
      opacity: 0;
   }
   div#backbutton svg {
      width: 40px;
   }
}
@media screen and (min-width: 320px){
   footer.footer {
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .footer__container.content-wrapper {
      padding-bottom: calc(24px + 24 * (100vw - 320px) / 880);
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .footer-inner {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
   .footer-shortlinks {
      margin-top: calc(12px + 12 * (100vw - 320px) / 880);
   }
   .footer-wrapper {
      padding-left: calc(16px + 16 * (100vw - 320px) / 880);
      padding-right: calc(16px + 16 * (100vw - 320px) / 880);
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
   .footer-wrapper-inner {
      margin-left: calc(-8px + -8 * (100vw - 320px) / 880);
      margin-right: calc(-8px + -8 * (100vw - 320px) / 880);
   }
   .footer-navStructureItem {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
      margin-top: calc(16px + 16 * (100vw - 320px) / 880);
   }
   .footer-navStructureItem ul ul {
      margin-top: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .socialmedia {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
      margin-top: calc(12px + 12 * (100vw - 320px) / 880);
   }
   .footer-navStructureItem p {
      margin-top: calc(8px + 8 * (100vw - 320px) / 880);
   }
   .footer-nav {
      padding-left: calc(8px + 8 * (100vw - 320px) / 880);
      padding-right: calc(8px + 8 * (100vw - 320px) / 880);
      margin-top: calc(28px + 28 * (100vw - 320px) / 880);
   }

}
@media (min-width: 800px){
   .footer-navStructureItem .a-svgIcon__inner {
      display: none;
   }
   .footer-navStructureItem {
      min-height: 1px;
      flex: 0 1 20%;
      max-width: 20%;
   }
   .socialmedia {
      order: 2;
      flex: 0 1 33.33333%;
      max-width: 33.33333%;
      min-height: 1px;
   }
   .socialIcons {
      justify-content: flex-end;
   }
   .footer-nav {
      min-height: 1px;
      flex: 0 1 66.66667%;
      max-width: 66.66667%;
      order: 1;
   }
}
@media screen and (min-width: 1200px){
   footer.footer {
      margin-top: 32px;
   }
   .footer__container.content-wrapper {
      padding-bottom: 48px;
      padding-left: 32px;
      padding-right: 32px;
   }
   .footer-inner {
      margin-left: -16px;
      margin-right: -16px;
   }
   .footer-shortlinks {
      margin-top: 24px;
   }
   .footer-wrapper {
      padding-left: 32px;
      padding-right: 32px;
      margin-right: -16px;
      margin-left: -16px;

   }
   .footer-wrapper-inner {
      margin-left: -16px;
      margin-right: -16px;
   }
   .footer-navStructureItem {
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 32px;
   }
   .footer-navStructureItem div>ul ul {
      margin-top: 16px;
   }
   .footer-navStructureItem div>ul>li>a ,
   .footer-navStructureItem h4{
      font-size: 20.7px;
   }
   .footer-navStructureItem div>ul ul>li {
      font-size: 15.65217px;
   }
   .footer-navStructureItem p {
      margin-top: 16px;
      font-size: 15.65217px;
   }
   .socialmedia {
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 24px;
   }
   .socialIcons {
      margin-top: 32px;
   }
   .footer-nav {
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 56px;
   }
   .navMain-footer ul>li>a {
      font-size: 15.65217px;
   }
   .navMain-footer ul ul {
      font-size: 15.65217px;
   }
   .a-select--languageSwitch select {
      font-size: 15.65217px;
   }
}
@media (min-width: 320px) and (max-width: 1200px){
   .a-select--languageSwitch select {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }
   .footer-navStructureItem div>ul>li>a, .footer-navStructureItem h4 {
      font-size: calc(17.6px + 3.1 * ((100vw - 320px) / 880));
   }
   .footer-navStructureItem ul ul>li {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }
   .footer-navStructureItem p {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }
   .navMain-footer ul>li>a {
      font-size: calc(14.54545px + 1.10672 * ((100vw - 320px) / 880));
   }

}
@media screen and (min-width: 800px) and (min-width: 320px){
   .footer-navStructureItem ul ul>li {
      margin-top: calc(4px + 4 * (100vw - 320px) / 880);
   }
}
@media screen and (min-width: 800px) and (min-width: 1200px){
   .footer-navStructureItem div>ul ul>li {
      margin-top: 8px;
   }
}

@media (max-width: 799px){
   .footer-navStructureItem ul ul {
      display: none;
   }
   .footer-wrapper .hs-item-has-children.nav-active .hs-menu-children-wrapper {
      display: block !important;
   }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding-left: 0;
}